/*
Theme Name: Captivo Solutions
Theme URI: https://captivosolutions.com
Author: Captivo Solutions
Author URI: https://captivosolutions.com
Description: Official WordPress theme for Captivo Solutions – digital agency specialising in web development, AI solutions, mobile development, branding, digital marketing, and SEO.
Version: 1.0.0
License: Private
Text Domain: captivo
*/

/* ============================================================
   Captivo Solutions – Shared Stylesheet
   ============================================================ */

/* --- Reset & Custom Properties --- */
:root {
  --font-inter: 'Inter', sans-serif;
  --font-manrope: 'Manrope', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { overflow-x: hidden; }
body {
  font-family: var(--font-inter), sans-serif;
  background-color: #F7F9FF;
  color: #1a1c1e;
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6 { font-family: var(--font-manrope), sans-serif; margin: 0; }
p { margin: 0; }
a { text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
button { cursor: pointer; }

/* --- Navbar --- */
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: 0px 1px 0px rgba(26,28,30,0.06);
  padding: 0 1.5rem;
}
.nav-inner {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.nav-logo {
  font-family: var(--font-manrope);
  font-weight: 800;
  font-size: 1.25rem;
  color: #1a1c1e;
  text-decoration: none;
}
.nav-logo span { color: #006565; }
.nav-links { display: flex; align-items: center; gap: 1.75rem; list-style: none; }
.nav-link {
  font-family: var(--font-inter), sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #3e4949;
  text-decoration: none;
  padding: 0.5rem 0;
  position: relative;
  transition: color 0.2s;
  background: none;
  border: none;
  font: inherit;
  padding-bottom: 2px;
}
.nav-link:hover { color: #006565; }
.nav-link-active { color: #006565; }
.nav-link-active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #006565;
  border-radius: 2px;
}
.nav-services-wrap { position: relative; }
.nav-services-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #3e4949;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  padding-bottom: 2px;
  font-family: var(--font-inter);
  position: relative;
}
.nav-services-btn:hover { color: #006565; }
.nav-services-btn.active { color: #006565; font-weight: 600; }

/* --- Buttons --- */
.btn-get-started {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #006565 0%, #008080 100%);
  color: #fff;
  font-family: var(--font-inter), sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 0.625rem 1.5rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0,101,101,0.25);
  text-decoration: none;
  white-space: nowrap;
}
.btn-get-started:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(0,101,101,0.35); color: #fff; }
.btn-consulting {
  background-color: #815500;
  color: #fff;
  font-family: var(--font-inter), sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 0.75rem 1.75rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(129,85,0,0.3);
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
}
.btn-consulting:hover { transform: translateY(-1px); background-color: #9a6600; color: #fff; }
.btn-services {
  background: transparent;
  color: #1a1c1e;
  font-family: var(--font-inter), sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 0.75rem 1.75rem;
  border-radius: 0.5rem;
  border: 1.5px solid rgba(26,28,30,0.2);
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
}
.btn-services:hover { background: rgba(0,101,101,0.06); border-color: #006565; color: #006565; }
.btn-send {
  width: 100%;
  background: linear-gradient(135deg, #006565 0%, #008080 100%);
  color: #fff;
  font-family: var(--font-inter), sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.9rem 2rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0,101,101,0.3);
}
.btn-send:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(0,101,101,0.4); }
.btn-cta-primary {
  background-color: #815500;
  color: #fff;
  font-family: var(--font-inter), sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 0.875rem 2.25rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(129,85,0,0.35);
  display: inline-block;
  text-decoration: none;
}
.btn-cta-primary:hover { background-color: #9a6600; color: #fff; }

/* --- Dropdowns --- */
#services-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 0.875rem;
  box-shadow: 0 8px 40px rgba(26,28,30,0.13);
  border: 1px solid rgba(26,28,30,0.07);
  padding: 1.25rem;
  width: 520px;
  z-index: 100;
}
#services-dropdown.open { display: block; }
.dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 0.875rem;
  box-shadow: 0 8px 40px rgba(26,28,30,0.14);
  border: 1px solid rgba(26,28,30,0.07);
  padding: 1.25rem;
  width: 520px;
  z-index: 100;
}
.dropdown.open { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
.dropdown-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background 0.15s;
}
.dropdown-item:hover { background: #f5f9f9; }
.di-icon {
  width: 36px;
  height: 36px;
  border-radius: 0.5rem;
  background: #f0f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.di-title { font-family: var(--font-manrope); font-size: 0.8rem; font-weight: 700; color: #1a1c1e; margin-bottom: 2px; }
.di-desc { font-size: 0.7rem; color: #3e4949; line-height: 1.4; }

/* Mobile drawer */
#mobile-drawer { display: none; }
#mobile-drawer.open { display: block; }
#mobile-services-sub { display: none; }
#mobile-services-sub.open { display: block; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: #1a1c1e; border-radius: 1px; }
.mobile-menu {
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid rgba(26,28,30,0.08);
  padding: 1rem 1.5rem;
  z-index: 99;
}
.mobile-menu.open { display: block; }
.mobile-link {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: #3e4949;
  text-decoration: none;
  padding: 0.625rem 0;
  border-bottom: 1px solid rgba(26,28,30,0.06);
}
.mobile-link:hover { color: #006565; }
.mobile-services-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-inter);
  font-size: 0.9rem;
  font-weight: 500;
  color: #3e4949;
  padding: 0.625rem 0;
  border-bottom: 1px solid rgba(26,28,30,0.06);
}
.mobile-submenu { display: none; padding-left: 1rem; }
.mobile-submenu.open { display: block; }
.mobile-sublink {
  display: block;
  font-size: 0.85rem;
  color: #3e4949;
  text-decoration: none;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(26,28,30,0.04);
}

/* --- Components --- */
.badge-digital-excellence {
  background-color: #9FF0FA;
  color: #005A62;
  font-family: var(--font-inter), sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.85rem;
  border-radius: 2rem;
  display: inline-block;
}
.success-stat-card {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 0.875rem;
  padding: 1rem 1.5rem;
  box-shadow: 0px 12px 32px rgba(26,28,30,0.10);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.section-label {
  font-family: var(--font-inter), sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #006565;
}
.about-image-wrapper { position: relative; border-radius: 1.25rem; overflow: hidden; }
.experience-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0.8;
  background: linear-gradient(135deg, #006565 0%, #008080 100%);
  color: white;
  border-radius: 0.875rem;
  padding: 1.25rem 1.75rem;
  text-align: center;
}
.blockquote-text {
  font-family: var(--font-inter), sans-serif;
  font-size: 1rem;
  font-style: italic;
  color: #3e4949;
  border-left: 3px solid #006565;
  padding-left: 1.25rem;
  line-height: 1.7;
  margin: 0;
}
.feature-icon {
  width: 2.25rem;
  height: 2.25rem;
  background: linear-gradient(135deg, rgba(0,101,101,0.12) 0%, rgba(0,128,128,0.08) 100%);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #006565;
}
.service-card {
  background: #fff;
  border-radius: 0.875rem;
  padding: 2rem;
  transition: all 0.3s;
  box-shadow: 0px 4px 16px rgba(26,28,30,0.04);
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0px 12px 32px rgba(26,28,30,0.08); }
.service-icon-wrap {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, rgba(0,101,101,0.1) 0%, rgba(0,128,128,0.06) 100%);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: #006565;
}
.learn-more-link {
  font-family: var(--font-inter), sans-serif;
  font-size: 0.825rem;
  font-weight: 600;
  color: #006565;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.learn-more-link:hover { gap: 0.6rem; }
.service-featured-card {
  background: #fff;
  border-radius: 0.875rem;
  overflow: hidden;
  box-shadow: 0px 4px 16px rgba(26,28,30,0.05);
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) { .service-featured-card { flex-direction: row; } }
.service-featured-card-content { padding: 2rem; flex: 1; display: flex; flex-direction: column; }
.service-featured-card-image { position: relative; width: 100%; min-height: 180px; flex-shrink: 0; }
@media (min-width: 640px) { .service-featured-card-image { width: 220px; min-height: unset; } }
.service-dark-card {
  background: #006565;
  border-radius: 0.875rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 4px 16px rgba(0,101,101,0.25);
  color: #fff;
}
.service-bullet { display: flex; align-items: center; gap: 0.5rem; font-family: var(--font-inter), sans-serif; font-size: 0.8rem; color: #3e4949; }
.service-bullet-dot { width: 0.45rem; height: 0.45rem; border-radius: 50%; background: #006565; flex-shrink: 0; }
.workflow-step { display: flex; gap: 1rem; align-items: flex-start; }
.workflow-indicator { width: 1rem; height: 1rem; border-radius: 50%; border: 2px solid #006565; flex-shrink: 0; margin-top: 0.2rem; }
.workflow-indicator-active { background: #006565; }
.page-cta {
  background: linear-gradient(135deg, #005050 0%, #006565 50%, #007a7a 100%);
  border-radius: 1.25rem;
  padding: 4rem 2rem;
  text-align: center;
}
@media (min-width: 1024px) { .page-cta { padding: 5rem 3rem; } }

/* --- Forms --- */
.contact-form-card { background: #fff; border-radius: 1.25rem; padding: 2.5rem; box-shadow: 0px 20px 60px rgba(0,0,0,0.12); }
.form-label {
  font-family: var(--font-inter), sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4a5568;
  margin-bottom: 0.4rem;
  display: block;
}
.form-input {
  width: 100%;
  background: #f7f9fc;
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-family: var(--font-inter), sans-serif;
  font-size: 0.875rem;
  color: #1a1c1e;
  outline: none;
}
.form-input:focus { box-shadow: 0 0 0 2px rgba(0,101,101,0.4); background: #f0f7f7; }
.form-input::placeholder { color: #a0aec0; }
.form-select {
  width: 100%;
  background: #f7f9fc;
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-family: var(--font-inter), sans-serif;
  font-size: 0.875rem;
  color: #1a1c1e;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%233e4949' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
}
.form-select:focus { box-shadow: 0 0 0 2px rgba(0,101,101,0.4); }
.form-textarea {
  width: 100%;
  background: #f7f9fc;
  border: none;
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  font-family: var(--font-inter), sans-serif;
  font-size: 0.875rem;
  color: #1a1c1e;
  outline: none;
  resize: vertical;
  min-height: 120px;
}
.form-textarea:focus { box-shadow: 0 0 0 2px rgba(0,101,101,0.4); background: #f0f7f7; }
.form-textarea::placeholder { color: #a0aec0; }
.contact-icon {
  width: 2.25rem;
  height: 2.25rem;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;
}
.form-input-c {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: #1a1c1e;
  background: #F7F9FF;
  border: 1.5px solid rgba(26,28,30,0.12);
  border-radius: 0.5rem;
  outline: none;
  font-family: var(--font-inter);
}
.form-input-c:focus { border-color: #006565; box-shadow: 0 0 0 2px rgba(0,101,101,0.15); }
.form-label-c {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a1c1e;
  margin-bottom: 0.4rem;
}
.form-notice { padding: 0.75rem 1rem; border-radius: 0.5rem; font-size: 0.85rem; margin-bottom: 1rem; }
.form-notice.success { background: #d1fae5; color: #065f46; border: 1px solid #6ee7b7; }
.form-notice.error { background: #fee2e2; color: #991b1b; border: 1px solid #fca5a5; }

/* --- Footer light --- */
footer.footer-light { background-color: #F7F9FF; color: #1a1c1e; padding: 4rem 0 2rem; }
footer.footer-light .footer-link { color: #3e4949; font-size: 0.85rem; margin-bottom: 0; display: block; line-height: 2; text-decoration: none; }
footer.footer-light .footer-link:hover { color: #006565; }
footer.footer-light .social-icon { width: 2rem; height: 2rem; background: rgba(0,101,101,0.1); color: #006565; display: flex; align-items: center; justify-content: center; border-radius: 50%; text-decoration: none; }
footer.footer-light .social-icon:hover { background: #006565; color: white; transform: translateY(-2px); }
footer.footer-light .newsletter-input-wrap { background: #fff; border: 1.5px solid rgba(0,101,101,0.15); align-items: center; display: flex; border-radius: 0.5rem; overflow: hidden; }
footer.footer-light .newsletter-input { color: #1a1c1e; background: transparent; border: none; outline: none; font-size: 0.8rem; padding: 0.625rem 0.875rem; font-family: var(--font-inter); flex: 1; }
footer.footer-light .newsletter-input::placeholder { color: #a0aec0; }
footer.footer-light .newsletter-btn { background: linear-gradient(135deg, #006565 0%, #008080 100%); border: none; color: #fff; padding: 0 0.875rem; display: flex; align-items: center; justify-content: center; align-self: stretch; cursor: pointer; }
footer.footer-light .footer-bottom { border-top: 1px solid rgba(26,28,30,0.08); padding-top: 1.5rem; margin-top: 0; color: #6b7280; }

/* --- Dark Footer --- */
footer.footer-dark {
  background: #0a1628;
  color: #fff;
  padding: 4rem 1.5rem 2rem;
}
.footer-inner { max-width: 80rem; margin: 0 auto; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-logo {
  font-family: var(--font-manrope);
  font-weight: 800;
  font-size: 1.15rem;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0.75rem;
  display: inline-block;
}
.footer-logo span { color: #9FF0FA; }
.footer-desc {
  font-size: 0.825rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  margin-bottom: 1.25rem;
  max-width: 260px;
}
.social-row { display: flex; gap: 0.625rem; }
.social-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 0.75rem;
  cursor: pointer;
}
.social-icon:hover { background: rgba(255,255,255,0.15); }
.footer-heading {
  font-family: var(--font-manrope);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 1rem;
}
.footer-link {
  display: block;
  font-family: var(--font-inter), sans-serif;
  font-size: 0.825rem;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  margin-bottom: 0.5rem;
  line-height: 2;
}
.footer-link:hover { color: #9FF0FA; }
.newsletter-input-wrap {
  display: flex;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
}
.newsletter-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-size: 0.8rem;
  color: #fff;
  padding: 0.625rem 0.875rem;
  font-family: var(--font-inter);
}
.newsletter-input::placeholder { color: rgba(255,255,255,0.35); }
.newsletter-btn {
  background: #006565;
  border: none;
  color: #fff;
  font-family: var(--font-manrope);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.625rem 1rem;
  cursor: pointer;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.775rem;
  color: rgba(255,255,255,0.35);
}

/* --- Responsive --- */
@media (max-width: 1023px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 767px) {
  .hamburger { display: flex; }
}
@media (max-width: 639px) {
  .service-card { padding: 1.5rem; }
  .contact-form-card { padding: 1.25rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 0.5rem; text-align: center; }
}

/* ── Page Component Classes ─────────────────── */

/* --- Section backgrounds --- */
.section-light  { background-color: #F7F9FF; padding: 4rem 0; }
.section-blue   { background-color: #EDF4FF; padding: 4rem 0; }
.section-white  { background-color: #ffffff; padding: 4rem 0; }
.section-light-lg { background-color: #F7F9FF; padding: 4rem 0 6rem; }
.section-blue-lg  { background-color: #EDF4FF; padding: 4rem 0 6rem; }
.section-white-lg { background-color: #ffffff; padding: 4rem 0 6rem; }
.section-dark   { background-color: #005050; padding: 4rem 0; }

/* --- Cards --- */
.card {
  background: #fff;
  border: 1px solid rgba(26,28,30,0.07);
  border-radius: 0.875rem;
  padding: 1.75rem;
  box-shadow: 0 2px 16px rgba(26,28,30,0.05);
}
.card-dark {
  background: #005050;
  border-radius: 0.875rem;
  padding: 1.75rem;
}
.card-blue {
  background: #EDF4FF;
  border-radius: 0.875rem;
  padding: 1.75rem;
}
.card-yellow {
  background: #F5C347;
  border-radius: 0.875rem;
  padding: 1.75rem;
}
.card-image {
  position: relative;
  overflow: hidden;
  border-radius: 0.875rem;
}

/* --- Icon boxes --- */
.icon-box {
  width: 40px;
  height: 40px;
  border-radius: 0.5rem;
  background: rgba(0,101,101,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.icon-box-brown {
  width: 40px;
  height: 40px;
  border-radius: 0.5rem;
  background: rgba(129,85,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.icon-box-red {
  width: 40px;
  height: 40px;
  border-radius: 0.5rem;
  background: rgba(139,26,26,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.icon-box-large {
  width: 44px;
  height: 44px;
  border-radius: 0.625rem;
  background: rgba(0,101,101,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* --- Typography --- */
.card-title {
  font-family: var(--font-manrope);
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1c1e;
  margin-bottom: 0.625rem;
}
.card-title-light {
  font-family: var(--font-manrope);
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.625rem;
}
.body-sm {
  font-size: 0.825rem;
  color: #3e4949;
  line-height: 1.7;
}
.body-md {
  font-size: 0.9rem;
  color: #3e4949;
  line-height: 1.75;
}
.section-subtext {
  font-size: 0.9rem;
  color: #3e4949;
  max-width: 480px;
  line-height: 1.7;
}
.section-heading {
  font-family: var(--font-manrope);
  font-size: clamp(1.75rem,3.5vw,2.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1a1c1e;
  line-height: 1.2;
}
.hero-heading {
  font-family: var(--font-manrope);
  font-size: clamp(2rem,5vw,3.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1a1c1e;
  line-height: 1.15;
}

/* --- Structural patterns --- */
.section-header { margin-bottom: 2.5rem; }

.step-number {
  width: 44px;
  height: 44px;
  border-radius: 0.625rem;
  background: rgba(0,101,101,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: var(--font-manrope);
  font-size: 1.1rem;
  font-weight: 800;
  color: #006565;
}
.feature-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.check-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.check-item-light {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.9);
  font-weight: 500;
}
.badge-teal {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #006565;
  background: rgba(0,101,101,0.08);
  padding: 0.35rem 0.875rem;
  border-radius: 999px;
}
.badge-brown {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #815500;
  background: rgba(129,85,0,0.08);
  padding: 0.35rem 0.875rem;
  border-radius: 999px;
}
.hero-image-wrap {
  position: relative;
  overflow: hidden;
  height: 420px;
  border-radius: 0.875rem;
  box-shadow: 0 24px 60px rgba(0,0,0,0.14);
}
.cta-card-light {
  text-align: center;
  background: #fff;
  padding: 4rem 2rem;
  border-radius: 0.875rem;
  box-shadow: 0 4px 40px rgba(26,28,30,0.08);
  border: 1px solid rgba(26,28,30,0.07);
}
.cta-dark {
  background: #005050;
  border-radius: 1rem;
  padding: 3.5rem 2rem;
  text-align: center;
}
