@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital,wght@0,400;1,400&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&display=swap');

:root {
  --teal: #134E4A;
  --teal-2: #1F6866;
  --teal-3: #2E7E7A;
  --teal-soft: #C1E0DE;
  --coral: #F87171;
  --coral-deep: #DC5C5C;
  --coral-soft: #FEE2E2;
  --warm: #FDFCFB;
  --warm-2: #F9F5F1;
  --warm-3: #F0E9E1;
  --charcoal: #1F2937;
  --slate: #556069;
  --slate-light: #8B96A1;
  --border: #E8E0D5;
  --border-2: #CFC3AF;
  --white: #FFFFFF;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--charcoal); background: var(--warm); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img, svg { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; color: var(--teal); letter-spacing: -0.005em; line-height: 1.2; }

.topbar { background: var(--teal); color: var(--warm); font-size: 0.8rem; padding: 0.6rem 1.5rem; letter-spacing: 0.2px; }
.topbar-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.topbar-l { display: flex; align-items: center; gap: 0.6rem; font-weight: 500; }
.topbar-l::before { content: ''; display: inline-block; width: 8px; height: 8px; background: var(--coral); border-radius: 50%; }
.topbar-r { display: flex; gap: 1.6rem; align-items: center; font-size: 0.78rem; }
.topbar a { color: var(--coral-soft); text-decoration: none; font-weight: 500; }
.topbar a:hover { color: var(--white); }

.nav { background: var(--warm); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; height: 82px; }
.nav-logo { display: flex; align-items: center; gap: 0.8rem; text-decoration: none; }
.logo-mark { width: 48px; height: 48px; background: var(--teal); display: flex; align-items: center; justify-content: center; color: var(--coral-soft); font-family: 'DM Serif Display', serif; font-weight: 400; font-size: 1.1rem; border-radius: 12px; position: relative; }
.logo-mark::after { content: ''; position: absolute; bottom: -3px; right: -3px; width: 12px; height: 12px; background: var(--coral); border-radius: 50%; border: 2px solid var(--warm); }
.logo-text { font-family: 'DM Serif Display', serif; font-size: 1.35rem; color: var(--teal); letter-spacing: -0.3px; line-height: 1; }
.logo-sub { display: block; font-family: 'DM Sans', sans-serif; font-size: 0.66rem; color: var(--slate); text-transform: uppercase; letter-spacing: 2.5px; margin-top: 4px; font-weight: 500; }
.nav-links { display: flex; gap: 2.2rem; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: var(--slate); font-weight: 500; font-size: 0.9rem; transition: color 0.2s; position: relative; padding: 0.4rem 0; }
.nav-links a:hover, .nav-links a.active { color: var(--teal); }
.nav-links a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--coral); }
.nav-right { display: flex; align-items: center; gap: 1.25rem; }
.nav-phone { font-size: 0.88rem; font-weight: 500; color: var(--teal); text-decoration: none; display: flex; align-items: center; gap: 0.4rem; }
.nav-phone svg { color: var(--coral-deep); }
.btn-nav { background: var(--coral); color: var(--white); padding: 0.7rem 1.4rem; border-radius: 999px; text-decoration: none; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.3px; transition: all 0.2s; border: 1.5px solid var(--coral); }
.btn-nav:hover { background: var(--coral-deep); border-color: var(--coral-deep); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.4rem; flex-direction: column; gap: 4px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--teal); display: block; }
.nav-mobile { display: none; background: var(--warm-3); border-top: 1px solid var(--border); padding: 1rem 1.5rem; }
.nav-mobile.open { display: block; }
.nav-mobile ul { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; }
.nav-mobile a { color: var(--teal); text-decoration: none; font-size: 0.95rem; }

.hero { background: var(--warm); padding: 5rem 1.5rem 5.5rem; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -60px; right: -40px; width: 340px; height: 340px; background: radial-gradient(circle, rgba(248,113,113,0.14), transparent 65%); pointer-events: none; }
.hero::after { content: ''; position: absolute; top: 200px; left: -80px; width: 260px; height: 260px; background: radial-gradient(circle, rgba(19,78,74,0.10), transparent 65%); pointer-events: none; }
.hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.15fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 1; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.72rem; color: var(--coral-deep); letter-spacing: 3px; text-transform: uppercase; font-weight: 700; margin-bottom: 1.5rem; padding: 0.4rem 1rem; background: var(--coral-soft); border-radius: 999px; }
.hero-eyebrow svg { width: 12px; height: 12px; }
.hero h1 { font-size: clamp(2.3rem, 4.6vw, 3.8rem); margin-bottom: 1.4rem; color: var(--teal); }
.hero h1 em { font-style: italic; color: var(--coral-deep); }
.hero p.lead { font-size: 1.1rem; color: var(--slate); margin-bottom: 2.2rem; max-width: 560px; line-height: 1.75; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary, .btn-ghost { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.9rem 1.9rem; border-radius: 999px; font-size: 0.88rem; font-weight: 600; letter-spacing: 0.3px; text-decoration: none; transition: all 0.25s; cursor: pointer; border: 1.5px solid var(--teal); }
.btn-primary { background: var(--teal); color: var(--warm); }
.btn-primary:hover { background: var(--teal-3); border-color: var(--teal-3); }
.btn-ghost { background: transparent; color: var(--teal); border-color: var(--border-2); }
.btn-ghost:hover { border-color: var(--teal); }

.hero-card { background: var(--white); border: 1px solid var(--border); border-radius: 20px; padding: 2rem 1.8rem; position: relative; box-shadow: 0 24px 60px rgba(19,78,74,0.10); }
.hero-card::before { content: ''; position: absolute; top: 0; left: 30px; right: 30px; height: 4px; background: var(--coral); border-radius: 0 0 4px 4px; }
.card-heading { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 1rem; margin-bottom: 0.4rem; border-bottom: 1px dashed var(--border); }
.card-heading .title { font-family: 'DM Serif Display', serif; font-size: 1.15rem; color: var(--teal); }
.card-heading .meta { font-size: 0.72rem; color: var(--slate); text-transform: uppercase; letter-spacing: 1.5px; font-weight: 500; }
.card-row { display: grid; grid-template-columns: 32px 1fr auto; gap: 0.9rem; align-items: center; padding: 0.9rem 0; border-bottom: 1px dashed var(--border); }
.card-row:last-child { border-bottom: 0; }
.card-row .icon { width: 32px; height: 32px; background: var(--coral-soft); color: var(--coral-deep); border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.card-row .icon svg { width: 15px; height: 15px; }
.card-row .role { color: var(--teal); font-weight: 600; font-size: 0.92rem; }
.card-row .role small { display: block; color: var(--slate); font-weight: 400; font-size: 0.78rem; margin-top: 0.15rem; }
.card-row .badge { font-size: 0.7rem; color: var(--teal); font-weight: 600; padding: 0.25rem 0.6rem; background: var(--teal-soft); border-radius: 999px; white-space: nowrap; }

.stats-bar { background: var(--warm-2); padding: 3rem 1.5rem; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.stats-bar-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.stat-item { position: relative; padding: 0.5rem 0; }
.stat-item .icon { width: 44px; height: 44px; background: var(--coral-soft); color: var(--coral-deep); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 0.8rem; }
.stat-val { font-family: 'DM Serif Display', serif; font-size: 2.2rem; color: var(--teal); line-height: 1; margin-bottom: 0.4rem; }
.stat-lbl { font-size: 0.8rem; color: var(--slate); letter-spacing: 1.2px; text-transform: uppercase; font-weight: 500; }

.section { padding: 5.5rem 1.5rem; background: var(--warm); }
.section-alt { background: var(--warm-2); }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-header { max-width: 740px; margin: 0 auto 3.5rem; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 0.7rem; font-size: 0.72rem; color: var(--coral-deep); letter-spacing: 3px; text-transform: uppercase; font-weight: 700; margin-bottom: 1rem; }
.eyebrow::before, .eyebrow::after { content: ''; width: 20px; height: 2px; background: var(--coral); border-radius: 2px; }
.section-header h2 { font-size: clamp(1.9rem, 3.4vw, 2.5rem); margin-bottom: 1rem; }
.section-header h2 em { font-style: italic; color: var(--coral-deep); }
.section-header p.lead { color: var(--slate); font-size: 1.05rem; line-height: 1.7; }

.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.sector-card { background: var(--white); border: 1px solid var(--border); padding: 1.9rem 1.6rem 1.7rem; position: relative; transition: all 0.25s; border-radius: 16px; }
.sector-card:hover { border-color: var(--coral); transform: translateY(-2px); box-shadow: 0 16px 40px rgba(19,78,74,0.08); }
.sector-card .icon { width: 44px; height: 44px; background: var(--teal-soft); color: var(--teal); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem; }
.sector-card .icon svg { width: 20px; height: 20px; }
.sector-card:hover .icon { background: var(--coral-soft); color: var(--coral-deep); }
.sector-card h4 { font-family: 'DM Serif Display', serif; font-size: 1.2rem; color: var(--teal); margin-bottom: 0.55rem; }
.sector-card p { font-size: 0.9rem; color: var(--slate); line-height: 1.65; }

.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.why-content .eyebrow { margin-bottom: 1rem; }
.why-content h2 { font-size: clamp(1.8rem, 3.2vw, 2.3rem); margin-bottom: 1.2rem; }
.why-content h2 em { font-style: italic; color: var(--coral-deep); }
.why-content > p.intro { color: var(--slate); font-size: 1.05rem; line-height: 1.75; margin-bottom: 2rem; }
.why-list { list-style: none; display: flex; flex-direction: column; gap: 1.6rem; }
.why-list li { display: flex; align-items: flex-start; gap: 1.2rem; padding-bottom: 1.6rem; border-bottom: 1px dashed var(--border); }
.why-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.why-list .marker { flex-shrink: 0; width: 38px; height: 38px; background: var(--coral); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--white); }
.why-list .marker svg { width: 18px; height: 18px; }
.why-list .body strong { color: var(--teal); display: block; margin-bottom: 0.35rem; font-family: 'DM Serif Display', serif; font-size: 1.2rem; }
.why-list .body span { color: var(--slate); font-size: 0.95rem; line-height: 1.7; }

.why-visual { background: var(--teal); color: var(--warm); padding: 2.4rem 2rem; border-radius: 20px; position: relative; box-shadow: 0 20px 50px rgba(19,78,74,0.20); }
.why-visual::before { content: ''; position: absolute; top: 0; left: 30px; right: 30px; height: 4px; background: var(--coral); border-radius: 0 0 4px 4px; }
.why-visual h4 { font-family: 'DM Serif Display', serif; color: var(--warm); font-size: 1.4rem; margin-bottom: 1.4rem; padding-bottom: 1rem; border-bottom: 1px dashed rgba(253,252,251,0.2); }
.why-visual ul { list-style: none; display: flex; flex-direction: column; gap: 1.1rem; }
.why-visual ul li { display: flex; gap: 0.8rem; padding: 0.7rem 0.9rem; background: rgba(253,252,251,0.06); border-radius: 12px; border-left: 3px solid var(--coral); font-size: 0.92rem; line-height: 1.55; }
.why-visual ul li strong { color: var(--coral-soft); font-family: 'DM Serif Display', serif; font-style: italic; font-size: 1.05rem; margin-right: 0.25rem; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.process-step { background: var(--white); border: 1px solid var(--border); padding: 2.2rem 1.8rem 1.8rem; position: relative; border-radius: 16px; }
.process-step .step-num { width: 48px; height: 48px; background: var(--coral); color: var(--white); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-family: 'DM Serif Display', serif; font-size: 1.4rem; margin-bottom: 1rem; }
.process-step h4 { font-family: 'DM Serif Display', serif; font-size: 1.25rem; color: var(--teal); margin-bottom: 0.7rem; }
.process-step p { color: var(--slate); font-size: 0.92rem; line-height: 1.7; }

.cta-banner { background: var(--teal); color: var(--warm); padding: 5rem 1.5rem; text-align: center; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; top: -100px; right: -60px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(248,113,113,0.20), transparent 65%); pointer-events: none; }
.cta-banner::after { content: ''; position: absolute; bottom: -100px; left: -60px; width: 260px; height: 260px; background: radial-gradient(circle, rgba(248,113,113,0.14), transparent 65%); pointer-events: none; }
.cta-banner-inner { max-width: 720px; margin: 0 auto; position: relative; }
.cta-banner .eyebrow { color: var(--coral-soft); margin-bottom: 1.2rem; }
.cta-banner .eyebrow::before, .cta-banner .eyebrow::after { background: var(--coral); }
.cta-banner h2 { font-size: clamp(1.9rem, 3.4vw, 2.5rem); margin-bottom: 1.2rem; color: var(--warm); }
.cta-banner h2 em { font-style: italic; color: var(--coral-soft); }
.cta-banner p { color: rgba(253,252,251,0.85); margin: 0 auto 2.2rem; max-width: 560px; font-size: 1.02rem; }
.cta-banner .btn-primary { background: var(--coral); color: var(--white); border-color: var(--coral); }
.cta-banner .btn-primary:hover { background: var(--coral-deep); border-color: var(--coral-deep); }

.footer { background: var(--charcoal); color: var(--warm); padding: 4rem 1.5rem 1.8rem; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 2.6rem; border-bottom: 1px solid rgba(253,252,251,0.15); }
.footer-brand-mark { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 1rem; }
.footer-brand p { color: rgba(253,252,251,0.7); font-size: 0.92rem; line-height: 1.7; max-width: 340px; }
.footer-col h5 { font-family: 'DM Serif Display', serif; font-size: 1.05rem; color: var(--coral-soft); margin-bottom: 1.1rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.footer-col a, .footer-col li { color: rgba(253,252,251,0.7); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--coral); }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 1.6rem; display: flex; justify-content: space-between; align-items: center; font-size: 0.8rem; color: rgba(253,252,251,0.5); flex-wrap: wrap; gap: 1rem; }
.footer-bottom em { color: var(--coral-soft); font-style: italic; }

.page-header { background: var(--warm); padding: 4.5rem 1.5rem 3.8rem; text-align: center; position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
.page-header::before { content: ''; position: absolute; top: -60px; right: -40px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(248,113,113,0.12), transparent 65%); pointer-events: none; }
.page-header-inner { max-width: 900px; margin: 0 auto; position: relative; }
.page-header .eyebrow { margin-bottom: 1.2rem; }
.page-header h1 { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 1.2rem; }
.page-header h1 em { font-style: italic; color: var(--coral-deep); }
.page-header p { color: var(--slate); max-width: 640px; margin: 0 auto; font-size: 1.05rem; line-height: 1.7; }
.crumbs { display: flex; justify-content: center; gap: 0.6rem; font-size: 0.78rem; color: var(--slate); margin-top: 1.6rem; text-transform: uppercase; letter-spacing: 1.6px; font-weight: 500; }
.crumbs a { color: var(--coral-deep); text-decoration: none; }

.prose { max-width: 780px; margin: 0 auto; }
.prose h2 { font-family: 'DM Serif Display', serif; font-size: 1.6rem; margin: 2.4rem 0 1rem; color: var(--teal); position: relative; padding-left: 1rem; }
.prose h2::before { content: ''; position: absolute; left: 0; top: 8px; bottom: 8px; width: 4px; background: var(--coral); border-radius: 2px; }
.prose h3 { font-family: 'DM Serif Display', serif; font-size: 1.25rem; margin: 1.8rem 0 0.8rem; color: var(--coral-deep); font-style: italic; }
.prose p { font-size: 1rem; margin-bottom: 1.15rem; color: var(--charcoal); line-height: 1.8; }
.prose p:first-of-type { font-size: 1.08rem; color: var(--teal); }
.prose ul { padding-left: 0; margin-bottom: 1.1rem; list-style: none; }
.prose ul li { padding-left: 1.6rem; position: relative; margin-bottom: 0.6rem; line-height: 1.7; }
.prose ul li::before { content: ''; position: absolute; left: 0.5rem; top: 0.7rem; width: 8px; height: 8px; background: var(--coral); border-radius: 50%; }
.prose strong { color: var(--teal); font-weight: 600; }
.prose a { color: var(--teal); text-decoration: underline; text-decoration-color: var(--coral); text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
.prose a:hover { color: var(--coral-deep); }

.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 3.5rem; align-items: start; }
.contact-info { background: var(--white); border: 1px solid var(--border); padding: 2.2rem; border-radius: 20px; position: relative; }
.contact-info::before { content: ''; position: absolute; top: 0; left: 30px; right: 30px; height: 4px; background: var(--coral); border-radius: 0 0 4px 4px; }
.contact-info h3 { font-family: 'DM Serif Display', serif; font-size: 1.35rem; margin-bottom: 1.4rem; color: var(--teal); }
.contact-row { display: flex; gap: 1.1rem; padding: 1.1rem 0; border-bottom: 1px dashed var(--border); align-items: flex-start; }
.contact-row:last-of-type { border-bottom: 0; }
.contact-row .ci { width: 42px; height: 42px; background: var(--coral-soft); color: var(--coral-deep); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-row .ci svg { width: 17px; height: 17px; }
.contact-row .lbl { font-size: 0.68rem; color: var(--coral-deep); text-transform: uppercase; letter-spacing: 1.6px; margin-bottom: 0.25rem; font-weight: 700; }
.contact-row .val { color: var(--teal); font-size: 0.94rem; font-weight: 500; line-height: 1.5; }
.form-frame { background: var(--white); border: 1px solid var(--border); padding: 0.5rem; box-shadow: 0 16px 40px rgba(19,78,74,0.08); border-radius: 16px; }
.form-frame iframe { width: 100%; height: 800px; border: 0; display: block; border-radius: 12px; }

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .stats-bar-inner { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; gap: 3rem; }
  .process-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .nav-links, .nav-phone, .logo-sub { display: none; }
  .nav-toggle { display: flex; }
  .nav-inner { height: 68px; }
  .sector-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .stats-bar-inner { grid-template-columns: 1fr; gap: 1.6rem; }
  .section { padding: 3.5rem 1.5rem; }
  .hero { padding: 3rem 1.5rem 4rem; }
}
