/* ============================================
   Geaux Medical Supply LLC — Stylesheet v2
   Customer-ready commercial medical supply site
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=DM+Sans:wght@400;500;600;700&display=swap');

:root {
  --teal-50: #f0fdfa; --teal-100: #ccfbf1; --teal-200: #99f6e4; --teal-300: #5eead4;
  --teal-400: #2dd4bf; --teal-500: #14b8a6; --teal-600: #0d9488; --teal-700: #0f766e;
  --teal-800: #115e59; --teal-900: #134e4a;
  --cream: #fafaf7; --white: #ffffff;
  --ink-900: #1c1917; --ink-700: #44403c; --ink-500: #78716c; --ink-300: #d6d3d1; --ink-200: #e7e5e4; --ink-100: #f5f5f4;
  --accent: #f59e0b; --accent-light: #fef3c7; --success: #10b981;
  --radius-sm: 8px; --radius: 12px; --radius-lg: 20px; --radius-xl: 28px;
  --shadow-sm: 0 1px 2px rgba(15, 118, 110, 0.06), 0 1px 3px rgba(15, 118, 110, 0.04);
  --shadow: 0 4px 12px rgba(15, 118, 110, 0.08), 0 2px 4px rgba(15, 118, 110, 0.04);
  --shadow-lg: 0 16px 40px rgba(15, 118, 110, 0.12), 0 4px 12px rgba(15, 118, 110, 0.06);
  --shadow-xl: 0 30px 60px rgba(15, 118, 110, 0.15), 0 8px 20px rgba(15, 118, 110, 0.08);
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'DM Sans', system-ui, -apple-system, sans-serif;
  --maxw: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); font-size: 16px; line-height: 1.6; color: var(--ink-900); background: var(--cream); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal-700); text-decoration: none; transition: color .2s; }
a:hover { color: var(--teal-900); }
button { font-family: inherit; cursor: pointer; }
h1,h2,h3,h4 { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.02em; color: var(--ink-900); margin: 0 0 .6em; line-height: 1.15; }
h1 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1em; color: var(--ink-700); }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
section { padding: 80px 0; }
@media (max-width: 720px) { section { padding: 56px 0; } }

/* Promo banner */
.promo-banner { background: linear-gradient(90deg, var(--teal-700), var(--teal-900)); color: white; text-align: center; padding: 10px 16px; font-size: .9rem; font-weight: 500; }
.promo-banner strong { color: var(--teal-100); margin-right: 6px; }
.promo-banner a { color: white; text-decoration: underline; margin-left: 12px; font-weight: 600; }
.promo-banner a:hover { color: var(--teal-100); }

/* Utility bar */
.utility-bar { background: var(--ink-900); color: var(--ink-300); font-size: .85rem; padding: 9px 0; }
.utility-bar .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.utility-bar a { color: var(--teal-300); }
.utility-bar a:hover { color: white; }
.utility-bar .info { display: flex; gap: 22px; flex-wrap: wrap; }
@media (max-width: 600px) { .utility-bar .info { gap: 14px; font-size: .78rem; } .utility-bar > .container > div:last-child { display: none; } }

/* Header */
.site-header { background: white; border-bottom: 1px solid var(--ink-200); position: sticky; top: 0; z-index: 50; backdrop-filter: saturate(180%) blur(8px); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; color: var(--ink-900); }
.brand:hover { color: var(--ink-900); }
.brand-mark { width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, var(--teal-500), var(--teal-800)); display: grid; place-items: center; color: white; font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; box-shadow: 0 4px 12px rgba(13,148,136,.25); position: relative; }
.brand-mark::after { content: ''; position: absolute; inset: 2px; border-radius: 10px; border: 1px solid rgba(255,255,255,.2); }
.brand-name { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name small { font-family: var(--font-body); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--teal-700); font-weight: 600; }
.nav-links { display: flex; list-style: none; margin: 0; padding: 0; gap: 28px; align-items: center; }
.nav-links a { color: var(--ink-700); font-weight: 500; font-size: .95rem; position: relative; padding: 6px 0; }
.nav-links a:hover, .nav-links a.active { color: var(--teal-700); }
.nav-links a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -4px; height: 2px; background: var(--teal-600); border-radius: 2px; }
.nav-cta { background: var(--teal-700); color: white !important; padding: 11px 22px !important; border-radius: 999px; font-weight: 600; transition: all .2s; box-shadow: 0 4px 10px rgba(13,148,136,.25); }
.nav-cta:hover { background: var(--teal-900); transform: translateY(-1px); }
.menu-toggle { display: none; background: none; border: none; width: 40px; height: 40px; padding: 0; color: var(--ink-900); }
.menu-toggle svg { width: 24px; height: 24px; }
@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 100%; left: 0; right: 0; background: white; flex-direction: column; padding: 16px 24px 24px; gap: 4px; border-bottom: 1px solid var(--ink-200); box-shadow: var(--shadow); display: none; }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; padding: 12px 0; width: 100%; }
  .nav-cta { display: inline-block; margin-top: 8px; }
}

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; font-weight: 600; font-size: .95rem; border-radius: 999px; border: 2px solid transparent; cursor: pointer; transition: all .2s; text-decoration: none; white-space: nowrap; }
.btn-primary { background: var(--teal-700); color: white; border-color: var(--teal-700); box-shadow: 0 4px 14px rgba(13,148,136,.3); }
.btn-primary:hover { background: var(--teal-900); border-color: var(--teal-900); color: white; transform: translateY(-2px); box-shadow: 0 8px 22px rgba(13,148,136,.4); }
.btn-secondary { background: transparent; color: var(--teal-800); border-color: var(--teal-300); }
.btn-secondary:hover { background: var(--teal-50); color: var(--teal-900); transform: translateY(-2px); }
.btn-light { background: white; color: var(--teal-800); border-color: white; }
.btn-light:hover { background: var(--teal-50); border-color: var(--teal-50); color: var(--teal-900); transform: translateY(-2px); }
.btn-accent { background: var(--accent); color: white; border-color: var(--accent); }
.btn-accent:hover { background: #d97706; border-color: #d97706; color: white; transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; }
.btn-lg { padding: 18px 36px; font-size: 1.05rem; }

/* Hero */
.hero { position: relative; padding: 90px 0 110px; overflow: hidden; background: radial-gradient(ellipse 60% 50% at 80% 20%, rgba(204,251,241,.7), transparent 70%), radial-gradient(ellipse 70% 60% at 10% 80%, rgba(153,246,228,.45), transparent 70%), linear-gradient(180deg, var(--cream), var(--white)); }
.hero::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(13,148,136,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(13,148,136,.04) 1px, transparent 1px); background-size: 40px 40px; pointer-events: none; mask-image: radial-gradient(ellipse 60% 50% at center, black, transparent); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: white; color: var(--teal-900); padding: 9px 16px; border-radius: 999px; font-size: .82rem; font-weight: 600; margin-bottom: 24px; border: 1px solid var(--teal-200); box-shadow: var(--shadow-sm); }
.hero-eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(16,185,129,.2); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 4px rgba(16,185,129,.2); } 50% { box-shadow: 0 0 0 9px rgba(16,185,129,0); } }
.hero h1 { font-size: clamp(2.4rem, 5vw, 4rem); margin-bottom: 22px; }
.hero h1 em { font-style: italic; font-weight: 400; color: var(--teal-700); }
.hero p.lede { font-size: 1.15rem; color: var(--ink-700); max-width: 540px; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 24px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--ink-200); flex-wrap: wrap; }
.hero-trust-item { display: flex; align-items: center; gap: 10px; font-size: .88rem; color: var(--ink-700); font-weight: 500; }
.hero-trust-item svg { width: 20px; height: 20px; color: var(--teal-600); flex-shrink: 0; }
.hero-visual { position: relative; aspect-ratio: 1; }
.hero-visual-main { position: absolute; inset: 0; border-radius: var(--radius-xl); background: linear-gradient(135deg, var(--teal-300), var(--teal-700)); display: grid; place-items: center; box-shadow: var(--shadow-xl); overflow: hidden; }
.hero-visual-main::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 25% 25%, rgba(255,255,255,.35), transparent 50%), radial-gradient(circle at 75% 75%, rgba(19,78,74,.2), transparent 50%); }
.hero-visual-main svg { width: 70%; height: 70%; position: relative; z-index: 1; }
.hero-card { position: absolute; background: white; border-radius: var(--radius); padding: 14px 18px; box-shadow: var(--shadow-xl); display: flex; align-items: center; gap: 12px; font-size: .9rem; font-weight: 500; border: 1px solid var(--ink-100); z-index: 2; }
.hero-card .dot { width: 38px; height: 38px; border-radius: 10px; background: var(--teal-50); color: var(--teal-800); display: grid; place-items: center; }
.hero-card.top-left { top: 24px; left: -36px; animation: float 6s ease-in-out infinite; }
.hero-card.bottom-right { bottom: 50px; right: -32px; animation: float 6s ease-in-out infinite 3s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@media (max-width: 980px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } .hero-visual { max-width: 460px; margin: 0 auto; width: 100%; } .hero-card.top-left { left: 8px; } .hero-card.bottom-right { right: 8px; } }

/* Section heads */
.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-head .eyebrow { display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--teal-700); margin-bottom: 14px; }
.section-head h2 { margin-bottom: 14px; }
.section-head p { color: var(--ink-500); font-size: 1.08rem; max-width: 600px; margin: 0 auto; }

/* Trust strip */
.trust-strip { background: white; border-top: 1px solid var(--ink-200); border-bottom: 1px solid var(--ink-200); padding: 36px 0; }
.trust-strip-inner { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 28px; align-items: center; }
.trust-badge { display: flex; align-items: center; gap: 12px; color: var(--ink-700); font-weight: 600; font-size: .92rem; }
.trust-badge svg { width: 28px; height: 28px; color: var(--teal-700); flex-shrink: 0; }
.trust-badge span { white-space: nowrap; }
@media (max-width: 640px) { .trust-strip-inner { gap: 16px; } .trust-badge { font-size: .82rem; } .trust-badge svg { width: 22px; height: 22px; } }

/* Features */
.features { background: white; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.feature { padding: 32px 28px; background: var(--cream); border-radius: var(--radius-lg); border: 1px solid var(--ink-200); transition: all .25s; position: relative; overflow: hidden; }
.feature::before { content: ''; position: absolute; top: 0; left: 0; width: 60px; height: 60px; background: var(--teal-100); border-radius: 0 0 60px 0; opacity: .4; transition: all .3s; }
.feature:hover { transform: translateY(-4px); border-color: var(--teal-200); box-shadow: var(--shadow); }
.feature:hover::before { width: 100px; height: 100px; opacity: .6; }
.feature-icon { width: 60px; height: 60px; margin-bottom: 22px; background: white; border-radius: 16px; display: grid; place-items: center; color: var(--teal-700); border: 1px solid var(--teal-100); box-shadow: var(--shadow-sm); position: relative; z-index: 1; }
.feature-icon svg { width: 28px; height: 28px; }
.feature h3 { margin-bottom: 10px; font-size: 1.2rem; position: relative; z-index: 1; }
.feature p { font-size: .95rem; margin: 0; position: relative; z-index: 1; }
@media (max-width: 880px) { .feature-grid { grid-template-columns: 1fr; gap: 16px; } }

/* Steps (How it works) */
.steps { background: linear-gradient(180deg, var(--cream), var(--white)); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; position: relative; }
.steps-grid::before { content: ''; position: absolute; top: 40px; left: 12%; right: 12%; height: 2px; background: linear-gradient(90deg, var(--teal-200), var(--teal-400) 50%, var(--teal-200)); z-index: 0; }
.step { text-align: center; position: relative; z-index: 1; }
.step-num { width: 80px; height: 80px; margin: 0 auto 24px; background: white; border-radius: 50%; display: grid; place-items: center; border: 2px solid var(--teal-300); color: var(--teal-700); font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; box-shadow: 0 6px 16px rgba(13,148,136,.15); position: relative; }
.step-num::after { content: ''; position: absolute; inset: -6px; border-radius: 50%; border: 1px solid var(--teal-100); }
.step h3 { font-size: 1.1rem; margin-bottom: 8px; }
.step p { font-size: .9rem; color: var(--ink-500); margin: 0; }
@media (max-width: 880px) { .steps-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 20px; } .steps-grid::before { display: none; } }
@media (max-width: 480px) { .steps-grid { grid-template-columns: 1fr; } }

/* Categories */
.category-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; }
.category-card { background: white; border: 1px solid var(--ink-200); border-radius: var(--radius-lg); padding: 28px 24px; display: flex; flex-direction: column; gap: 12px; text-decoration: none; color: var(--ink-900); transition: all .25s; position: relative; overflow: hidden; }
.category-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--teal-400), var(--teal-700)); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.category-card:hover { transform: translateY(-6px); border-color: var(--teal-200); box-shadow: var(--shadow-lg); color: var(--ink-900); }
.category-card:hover::before { transform: scaleX(1); }
.category-card .cat-icon { width: 60px; height: 60px; background: linear-gradient(135deg, var(--teal-50), var(--teal-100)); border-radius: 16px; display: grid; place-items: center; color: var(--teal-800); margin-bottom: 8px; position: relative; overflow: hidden; }
.category-card .cat-icon::after { content: ''; position: absolute; top: -50%; right: -50%; width: 100%; height: 100%; background: radial-gradient(circle, rgba(255,255,255,.6), transparent 70%); }
.category-card .cat-icon svg { width: 30px; height: 30px; position: relative; z-index: 1; }
.category-card h3 { font-size: 1.15rem; margin: 0; }
.category-card p { font-size: .9rem; color: var(--ink-500); margin: 0; flex: 1; }
.category-card .arrow { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; color: var(--teal-700); font-weight: 600; font-size: .9rem; padding-top: 14px; }
.category-card .arrow svg { width: 16px; height: 16px; transition: transform .2s; }
.category-card:hover .arrow svg { transform: translateX(4px); }

/* Products */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 24px; }
.product-card { background: white; border-radius: var(--radius-lg); border: 1px solid var(--ink-200); overflow: hidden; transition: all .25s; display: flex; flex-direction: column; position: relative; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--teal-200); }
.product-card .img { aspect-ratio: 1; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.5), transparent 50%), linear-gradient(135deg, var(--teal-50), var(--teal-100)); display: grid; place-items: center; position: relative; overflow: hidden; }
.product-card .img::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 50%; background: linear-gradient(180deg, transparent, rgba(255,255,255,.2)); }
.product-card .img svg { width: 55%; height: 55%; color: var(--teal-700); filter: drop-shadow(0 4px 12px rgba(13,148,136,.15)); }
.product-card .badge { position: absolute; top: 14px; left: 14px; background: white; color: var(--teal-900); font-size: .7rem; font-weight: 700; padding: 5px 10px; border-radius: 999px; letter-spacing: .04em; text-transform: uppercase; z-index: 1; box-shadow: var(--shadow-sm); }
.product-card .body { padding: 22px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.product-card .tag { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; color: var(--teal-700); margin-bottom: 8px; }
.product-card h3 { font-size: 1.1rem; margin: 0 0 10px; line-height: 1.3; }
.product-card p { font-size: .88rem; color: var(--ink-500); margin: 0 0 16px; flex: 1; }
.product-card .request { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: .9rem; color: var(--teal-700); margin-top: auto; padding: 6px 0; }
.product-card .request svg { width: 14px; height: 14px; transition: transform .2s; }
.product-card:hover .request svg { transform: translateX(4px); }

/* Video CTA */
.video-cta { background: linear-gradient(135deg, var(--ink-900), var(--teal-900)); color: white; position: relative; overflow: hidden; }
.video-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(45,212,191,.3), transparent 50%), radial-gradient(circle at 20% 80%, rgba(20,184,166,.2), transparent 50%); }
.video-cta .container { position: relative; z-index: 1; }
.video-cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.video-cta h2 { color: white; }
.video-cta p { color: rgba(255,255,255,.85); font-size: 1.05rem; }
.video-cta-trust { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 28px; }
.video-cta-trust .item strong { display: block; font-family: var(--font-display); font-size: 1.6rem; color: var(--teal-300); font-weight: 600; }
.video-cta-trust .item span { color: rgba(255,255,255,.7); font-size: .9rem; }
.video-frame { aspect-ratio: 16/10; border-radius: var(--radius-xl); background: linear-gradient(135deg, var(--teal-700), var(--teal-900)); position: relative; overflow: hidden; display: grid; place-items: center; cursor: pointer; box-shadow: var(--shadow-xl); border: 1px solid rgba(255,255,255,.1); }
.video-frame::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 30% 30%, rgba(45,212,191,.4), transparent 60%), radial-gradient(circle at 70% 70%, rgba(19,78,74,.5), transparent 60%); }
.play-btn { position: relative; width: 84px; height: 84px; border-radius: 50%; background: white; display: grid; place-items: center; box-shadow: 0 12px 30px rgba(0,0,0,.3); transition: transform .2s; z-index: 1; }
.play-btn::before { content: ''; position: absolute; inset: -8px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); animation: ring 2s ease-out infinite; }
@keyframes ring { 0% { transform: scale(0.9); opacity: 1; } 100% { transform: scale(1.4); opacity: 0; } }
.play-btn svg { width: 32px; height: 32px; color: var(--teal-700); margin-left: 4px; }
.video-frame:hover .play-btn { transform: scale(1.05); }
.video-overlay-text { position: absolute; bottom: 24px; left: 24px; color: white; font-weight: 600; font-size: .92rem; z-index: 1; background: rgba(0,0,0,.4); padding: 8px 14px; border-radius: 999px; backdrop-filter: blur(8px); }
@media (max-width: 880px) { .video-cta-grid { grid-template-columns: 1fr; gap: 40px; } }

/* CTA band */
.cta-band { background: linear-gradient(135deg, var(--teal-800), var(--teal-900)); color: white; position: relative; overflow: hidden; }
.cta-band::before, .cta-band::after { content: ''; position: absolute; border-radius: 50%; }
.cta-band::before { width: 460px; height: 460px; top: -140px; right: -120px; background: radial-gradient(circle, rgba(45,212,191,.25), transparent 70%); }
.cta-band::after { width: 360px; height: 360px; bottom: -140px; left: -80px; background: radial-gradient(circle, rgba(20,184,166,.15), transparent 70%); }
.cta-band .container { position: relative; z-index: 1; }
.cta-band-inner { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: center; }
.cta-band h2 { color: white; margin: 0 0 12px; }
.cta-band p { color: var(--teal-100); font-size: 1.05rem; max-width: 540px; margin: 0; }
.cta-band .actions { display: flex; gap: 12px; justify-content: flex-end; flex-wrap: wrap; }
@media (max-width: 760px) { .cta-band-inner { grid-template-columns: 1fr; } .cta-band .actions { justify-content: flex-start; } }

/* Testimonials */
.testimonials-bg { background: linear-gradient(180deg, var(--white), var(--cream)); }
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.testimonial { background: white; border-radius: var(--radius-lg); padding: 32px; border: 1px solid var(--ink-200); position: relative; box-shadow: var(--shadow-sm); transition: all .25s; }
.testimonial:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--teal-200); }
.testimonial .quote-mark { position: absolute; top: 20px; right: 24px; font-family: var(--font-display); font-size: 4rem; line-height: 1; color: var(--teal-100); font-weight: 600; }
.testimonial .stars { color: var(--accent); font-size: 1.05rem; margin-bottom: 14px; letter-spacing: 2px; }
.testimonial blockquote { margin: 0 0 24px; font-family: var(--font-display); font-size: 1.08rem; line-height: 1.55; color: var(--ink-900); font-style: italic; position: relative; z-index: 1; }
.testimonial .who { display: flex; align-items: center; gap: 14px; border-top: 1px solid var(--ink-200); padding-top: 18px; }
.testimonial .avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--teal-400), var(--teal-700)); display: grid; place-items: center; color: white; font-weight: 600; font-family: var(--font-display); font-size: 1.1rem; }
.testimonial .who-info strong { display: block; font-size: .98rem; }
.testimonial .who-info span { font-size: .84rem; color: var(--ink-500); }

/* Page header */
.page-header { background: linear-gradient(135deg, var(--teal-50), var(--white)); padding: 80px 0 60px; text-align: center; border-bottom: 1px solid var(--ink-200); position: relative; overflow: hidden; }
.page-header::before { content: ''; position: absolute; top: -120px; right: -120px; width: 360px; height: 360px; background: radial-gradient(circle, rgba(153,246,228,.5), transparent 70%); border-radius: 50%; }
.page-header::after { content: ''; position: absolute; bottom: -100px; left: -80px; width: 280px; height: 280px; background: radial-gradient(circle, rgba(204,251,241,.6), transparent 70%); border-radius: 50%; }
.page-header .container { position: relative; z-index: 1; }
.breadcrumb { font-size: .85rem; color: var(--ink-500); margin-bottom: 18px; }
.breadcrumb a { color: var(--teal-700); }
.breadcrumb span { margin: 0 8px; color: var(--ink-300); }
.page-header h1 { margin-bottom: 14px; }
.page-header p.lede { font-size: 1.1rem; color: var(--ink-700); max-width: 640px; margin: 0 auto; }

/* Forms */
.form { background: white; border-radius: var(--radius-lg); border: 1px solid var(--ink-200); padding: 40px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.form-row.single { grid-template-columns: 1fr; }
.field label { display: block; font-size: .88rem; font-weight: 600; margin-bottom: 8px; color: var(--ink-700); }
.field label .req { color: var(--accent); }
.field input, .field select, .field textarea { width: 100%; padding: 13px 15px; border: 1.5px solid var(--ink-200); border-radius: var(--radius-sm); background: var(--cream); font: inherit; color: var(--ink-900); transition: border-color .2s, box-shadow .2s, background .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--teal-600); background: white; box-shadow: 0 0 0 3px rgba(13,148,136,.15); }
.field textarea { resize: vertical; min-height: 120px; }
.field .hint { font-size: .8rem; color: var(--ink-500); margin-top: 6px; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } .form { padding: 28px; } }
.form-aside { background: linear-gradient(135deg, var(--teal-800), var(--teal-900)); color: var(--teal-100); border-radius: var(--radius-lg); padding: 40px; position: relative; overflow: hidden; }
.form-aside::before { content: ''; position: absolute; top: -80px; right: -80px; width: 220px; height: 220px; background: radial-gradient(circle, rgba(45,212,191,.25), transparent 70%); border-radius: 50%; }
.form-aside > * { position: relative; z-index: 1; }
.form-aside h3 { color: white; }
.form-aside .info-line { display: flex; gap: 14px; margin-bottom: 20px; align-items: flex-start; }
.form-aside .info-line svg { width: 22px; height: 22px; color: var(--teal-300); flex-shrink: 0; margin-top: 2px; }
.form-aside .info-line strong { color: white; display: block; font-size: .98rem; margin-bottom: 2px; }
.form-aside .info-line span { color: var(--teal-100); font-size: .9rem; }

/* Prose */
.prose { max-width: 760px; margin: 0 auto; font-size: 1.05rem; line-height: 1.75; }
.prose h2 { margin-top: 2em; }
.prose h3 { margin-top: 1.6em; font-size: 1.2rem; }
.prose ul { padding-left: 1.2em; }
.prose li { margin-bottom: 6px; color: var(--ink-700); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.two-col.reverse > :first-child { order: 2; }
@media (max-width: 880px) { .two-col { grid-template-columns: 1fr; gap: 40px; } .two-col.reverse > :first-child { order: 0; } }
.image-block { border-radius: var(--radius-xl); background: linear-gradient(135deg, var(--teal-300), var(--teal-700)); aspect-ratio: 4/3; display: grid; place-items: center; position: relative; overflow: hidden; box-shadow: var(--shadow-xl); }
.image-block::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.35), transparent 50%); }
.image-block svg { width: 60%; height: 60%; color: white; opacity: .95; position: relative; }

/* Value tiles */
.value-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.value-tile { background: white; border: 1px solid var(--ink-200); border-radius: var(--radius); padding: 28px 24px; transition: all .25s; }
.value-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--teal-200); }
.value-tile .num { font-family: var(--font-display); font-size: 1.8rem; color: var(--teal-700); font-weight: 600; margin-bottom: 10px; line-height: 1; }
.value-tile h4 { font-family: var(--font-display); margin: 0 0 8px; font-size: 1.1rem; }
.value-tile p { font-size: .92rem; color: var(--ink-500); margin: 0; }

/* Footer */
.site-footer { background: var(--ink-900); color: var(--ink-300); padding: 72px 0 0; position: relative; overflow: hidden; }
.site-footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--teal-500), var(--teal-700), var(--teal-500)); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 48px; padding-bottom: 56px; }
.site-footer h4 { font-family: var(--font-body); font-size: .85rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: white; margin-bottom: 20px; }
.site-footer .brand { color: white; font-size: 1.2rem; margin-bottom: 14px; }
.site-footer .brand small { color: var(--teal-400); }
.site-footer p { color: var(--ink-300); font-size: .92rem; }
.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list li { margin-bottom: 10px; }
.footer-list a { color: var(--ink-300); font-size: .92rem; }
.footer-list a:hover { color: var(--teal-400); }
.footer-contact { display: flex; flex-direction: column; gap: 14px; font-size: .92rem; }
.footer-contact .line { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg { width: 18px; height: 18px; color: var(--teal-400); flex-shrink: 0; margin-top: 2px; }
.footer-contact a { color: var(--ink-300); }
.footer-contact a:hover { color: var(--teal-400); }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.06); display: grid; place-items: center; color: var(--ink-300); transition: all .2s; }
.footer-social a:hover { background: var(--teal-700); color: white; transform: translateY(-2px); }
.footer-social svg { width: 16px; height: 16px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 24px 0; display: flex; justify-content: space-between; font-size: .85rem; flex-wrap: wrap; gap: 12px; }
.footer-bottom a { color: var(--ink-300); margin-left: 20px; }
.footer-bottom a:hover { color: var(--teal-400); }
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; gap: 32px; } .footer-bottom { flex-direction: column; } .footer-bottom .links a { margin: 0 16px 0 0; } }

/* Contact cards */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 48px; }
.contact-card { background: white; border-radius: var(--radius-lg); border: 1px solid var(--ink-200); padding: 32px; text-align: center; transition: all .25s; }
.contact-card:hover { transform: translateY(-4px); border-color: var(--teal-200); box-shadow: var(--shadow); }
.contact-card .ico { width: 60px; height: 60px; margin: 0 auto 18px; background: linear-gradient(135deg, var(--teal-50), var(--teal-100)); color: var(--teal-800); border-radius: 16px; display: grid; place-items: center; }
.contact-card .ico svg { width: 28px; height: 28px; }
.contact-card h3 { font-size: 1.1rem; margin-bottom: 6px; }
.contact-card a, .contact-card p { color: var(--ink-700); font-size: .98rem; margin: 0; }
.contact-card a { font-weight: 600; }
.contact-card a:hover { color: var(--teal-700); }
@media (max-width: 720px) { .contact-grid { grid-template-columns: 1fr; } }
.form-layout { display: grid; grid-template-columns: 1.6fr 1fr; gap: 32px; }
@media (max-width: 880px) { .form-layout { grid-template-columns: 1fr; } }

/* FAQ */
.faq { max-width: 800px; margin: 0 auto; }
.faq details { background: white; border: 1px solid var(--ink-200); border-radius: var(--radius); margin-bottom: 14px; overflow: hidden; transition: all .2s; }
.faq details:hover { border-color: var(--teal-200); }
.faq details[open] { border-color: var(--teal-300); box-shadow: var(--shadow-sm); }
.faq summary { padding: 22px 24px; cursor: pointer; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; color: var(--ink-900); gap: 20px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 1.6rem; color: var(--teal-700); transition: transform .2s; line-height: 1; flex-shrink: 0; }
.faq details[open] summary::after { content: '−'; }
.faq details > p { padding: 0 24px 24px; color: var(--ink-700); margin: 0; }

/* Animations */
.fade-in { animation: fadeUp .8s ease both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.fade-in.delay-1 { animation-delay: .1s; }
.fade-in.delay-2 { animation-delay: .2s; }
.fade-in.delay-3 { animation-delay: .3s; }

/* Form success */
.success-message { background: var(--teal-50); border: 1px solid var(--teal-200); color: var(--teal-900); padding: 16px 18px; border-radius: var(--radius-sm); margin-bottom: 18px; display: none; }
.success-message.show { display: block; }

/* Thank you */
.thank-you { min-height: 70vh; display: grid; place-items: center; text-align: center; padding: 80px 24px; }
.thank-you-inner { max-width: 560px; }
.thank-you .check { width: 100px; height: 100px; margin: 0 auto 30px; background: linear-gradient(135deg, var(--teal-400), var(--teal-700)); border-radius: 50%; display: grid; place-items: center; box-shadow: 0 20px 50px rgba(13,148,136,.35); position: relative; }
.thank-you .check::before { content: ''; position: absolute; inset: -8px; border-radius: 50%; border: 2px solid var(--teal-100); animation: ring 2.5s ease-out infinite; }
.thank-you .check svg { width: 50px; height: 50px; color: white; }
.thank-you h1 { margin-bottom: 16px; }
.thank-you p { font-size: 1.1rem; max-width: 540px; margin: 0 auto 32px; }
