/* ==============================================
   SISMA Consultores - Global Stylesheet
   ============================================== */

/* Base Typography */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

/* Headings */
h1, h2, h3, h4 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #18344e;
  margin-top: 0;
}

h1 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

/* Paragraphs & Text */
p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
}

strong, b {
  font-weight: 600;
}

/* Links */
a {
  color: #18344e;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #244a6b;
}

/* Lists */
ul {
  padding-left: 20px;
  margin: 0 0 15px;
}

li {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.5;
}

/* Horizontal Rules */
hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 20px 0;
}

/* Page Content Area */
.page-content {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Page Title (replaces <font color="darkblue"> in h1) */
.page-title {
  color: #18344e;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

/* Section Headings (replaces <font color="red"> in h2) */
.section-title {
  color: #b22222;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px;
}

/* Value/Term Labels (replaces <font color="blue"><b>) */
.value-label {
  color: #18344e;
  font-weight: 700;
}

/* Client List */
.client-list li {
  color: #18344e;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 3px;
}

/* Staff Cards */
.staff-section {
  max-width: 700px;
  margin: 0 auto;
}

.staff-card {
  background: #f7f9fc;
  border: 1px solid #e0e4ea;
  border-radius: 6px;
  padding: 18px 22px;
  margin-bottom: 16px;
}

.staff-card:hover {
  border-color: #18344e;
  background: #f0f4f9;
}

.staff-name {
  color: #18344e;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 2px;
  letter-spacing: 0.5px;
}

.staff-title {
  color: #6b7a8d;
  font-size: 12px;
  font-style: italic;
  margin: 0 0 8px;
}

.staff-bio {
  color: #444;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

/* Alert Messages */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
}

.alert-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.alert-error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* Contact Form */
.contact-form {
  max-width: 600px;
  margin: 0 auto;
}

.contact-form fieldset {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px 20px;
  margin-bottom: 15px;
}

.contact-form legend {
  color: #18344e;
  font-size: 1.2em;
  font-weight: 700;
  padding: 0 8px;
}

.contact-form .field {
  margin-bottom: 10px;
  overflow: hidden;
}

.contact-form label {
  display: block;
  color: #333;
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 12px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #aaa;
  border-radius: 3px;
  font-size: 13px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-sizing: border-box;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  border-color: #18344e;
  background: #f7f9fc;
  outline: none;
}

.contact-form textarea {
  height: 120px;
  resize: vertical;
}

.contact-form .row {
  overflow: hidden;
  margin: 0 -8px;
}

.contact-form .col-half {
  float: left;
  width: 50%;
  padding: 0 8px;
  box-sizing: border-box;
}

.contact-form .col-third {
  float: left;
  width: 33.33%;
  padding: 0 8px;
  box-sizing: border-box;
}

.contact-form .submit-btn {
  display: block;
  width: 100%;
  padding: 10px;
  background: #18344e;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.5px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.contact-form .submit-btn:hover {
  background: #244a6b;
}

/* Footer Contact Info */
.footer-contact {
  max-width: 700px;
  margin: 20px auto 0;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.footer-contact td {
  padding: 8px 12px;
  vertical-align: top;
}

.footer-contact .info-title {
  color: #18344e;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 4px;
}

.footer-contact p {
  margin: 0 0 4px;
  font-size: 12px;
  color: #333;
}

.footer-contact a {
  color: #18344e;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

/* Intro/Mission Text */
.intro-text {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  text-align: justify;
}

/* Blockquote styling */
blockquote {
  margin: 10px 30px;
  padding: 0;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
}
