/* =========================================================
   ODOFIT — Shared Stylesheet
   Design system: navy #1E3A6F · orange #E87722 · cream #FAF6F0
   Target audience: adults 45+ (min body 19px, generous spacing)
   ========================================================= */

/* RESET & BASE */
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:19px;line-height:1.65;color:#2C3E50;background:#FAF6F0;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:'Lora',Georgia,serif;color:#1E3A6F;line-height:1.15}
a{color:inherit}
img{max-width:100%;height:auto}

/* ── NAV ────────────────────────────────────────────────── */
nav{display:flex;justify-content:space-between;align-items:center;padding:20px 48px;background:#FFFFFF;border-bottom:1px solid rgba(30,58,111,0.06);box-shadow:0 2px 12px rgba(30,58,111,0.05);position:sticky;top:0;z-index:100}
.logo{text-decoration:none;display:inline-flex;align-items:center;line-height:1}
.logo span{color:#E87722}
.logo .tagline{display:block;font-family:'Inter',sans-serif;font-size:10px;font-weight:500;color:#5A6C7D;letter-spacing:3px;text-transform:uppercase;margin-top:4px}
.logo-img{height:52px;width:auto;display:block;object-fit:contain}
.nav-links{display:flex;gap:36px}
.nav-links a{color:#2C3E50;text-decoration:none;font-weight:500;font-size:17px;transition:color 0.2s}
.nav-links a:hover,.nav-links a.active{color:#E87722}
.nav-cta{background:#E87722;color:white;padding:12px 28px;border-radius:40px;text-decoration:none;font-weight:600;font-size:16px;box-shadow:0 4px 12px rgba(232,119,34,0.3);transition:all 0.2s}
.nav-cta:hover{background:#D65A0E;transform:translateY(-1px)}

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn-primary{background:#E87722;color:white;padding:18px 36px;border-radius:50px;text-decoration:none;font-weight:700;font-size:18px;box-shadow:0 6px 20px rgba(232,119,34,0.35);transition:all 0.2s;display:inline-flex;align-items:center;gap:10px;border:none;cursor:pointer}
.btn-primary:hover{background:#D65A0E;transform:translateY(-2px);box-shadow:0 8px 24px rgba(232,119,34,0.4)}
.btn-secondary{background:transparent;color:#1E3A6F;padding:18px 36px;border-radius:50px;text-decoration:none;font-weight:700;font-size:18px;border:2px solid #1E3A6F;transition:all 0.2s;display:inline-flex;align-items:center;gap:10px;cursor:pointer}
.btn-secondary:hover{background:#1E3A6F;color:white}
.btn-white{background:white;color:#E87722;padding:18px 36px;border-radius:50px;text-decoration:none;font-weight:700;font-size:18px;box-shadow:0 6px 20px rgba(0,0,0,0.15);transition:all 0.2s;display:inline-flex;align-items:center;gap:10px;position:relative;z-index:2}
.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,0.2)}
.btn-sm{padding:12px 24px;font-size:16px}

/* ── SECTION LABELS ──────────────────────────────────────── */
.section-tag{display:inline-block;background:#F4EADA;color:#D65A0E;padding:8px 20px;border-radius:30px;font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:20px}

/* ── STARS ───────────────────────────────────────────────── */
.stars{display:flex;gap:2px}
.stars svg{width:22px;height:22px;fill:#F5A524}

/* ── HERO ────────────────────────────────────────────────── */
.hero{display:grid;grid-template-columns:1fr 1fr;max-width:1400px;margin:0 auto;padding:64px 48px 48px;gap:64px;align-items:center}
.hero-content .kicker{display:inline-flex;align-items:center;gap:10px;background:#F4EADA;color:#D65A0E;padding:8px 18px;border-radius:40px;font-size:14px;font-weight:700;letter-spacing:1px;margin-bottom:24px;text-transform:uppercase}
.hero h1{font-size:68px;font-weight:700;margin-bottom:24px;letter-spacing:-1.5px}
.hero p.lead{font-size:21px;color:#4A5568;margin-bottom:32px;max-width:560px}
.hero-reviews{display:flex;align-items:center;gap:14px;margin-bottom:32px;padding:14px 20px;background:white;border-radius:12px;box-shadow:0 2px 10px rgba(30,58,111,0.06);width:fit-content}
.reviews-text{font-size:16px;color:#2C3E50;font-weight:600}
.reviews-text small{color:#5A6C7D;font-weight:400}
.hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:32px}
.badge{display:inline-flex;align-items:center;gap:8px;background:white;color:#1E3A6F;padding:10px 18px;border-radius:30px;font-size:15px;font-weight:600;border:1.5px solid rgba(30,58,111,0.12)}
.badge svg{width:18px;height:18px;stroke:#E87722;stroke-width:2.5;fill:none}
.hero-cta-row{display:flex;gap:16px;flex-wrap:wrap}
.hero-image{border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(30,58,111,0.18);background:linear-gradient(135deg,#E8D4A0 0%,#C9A876 100%);aspect-ratio:4/5;position:relative}
.hero-image img{width:100%;height:100%;object-fit:cover;display:block}
.hero-image-tag{position:absolute;bottom:24px;left:24px;background:white;padding:12px 20px;border-radius:12px;font-size:15px;font-weight:600;color:#1E3A6F;display:inline-flex;align-items:center;gap:10px;box-shadow:0 6px 18px rgba(0,0,0,0.12)}
.hero-image-tag .dot{width:10px;height:10px;background:#22C55E;border-radius:50%;display:inline-block;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.4}}

/* ── PAGE HERO (inner pages) ─────────────────────────────── */
.page-hero{background:white;padding:64px 48px;border-bottom:1px solid rgba(30,58,111,0.07)}
.page-hero-inner{max-width:1400px;margin:0 auto}
.page-hero h1{font-size:52px;font-weight:700;letter-spacing:-1.5px;margin-bottom:16px}
.page-hero p.lead{font-size:20px;color:#4A5568;max-width:680px}
.breadcrumb{display:flex;align-items:center;gap:8px;font-size:15px;color:#5A6C7D;margin-bottom:20px}
.breadcrumb a{color:#5A6C7D;text-decoration:none}
.breadcrumb a:hover{color:#E87722}
.breadcrumb span{color:#CBD5E0}

/* ── TRUST BAR ───────────────────────────────────────────── */
.trust-bar{background:white;border-top:1px solid rgba(30,58,111,0.08);border-bottom:1px solid rgba(30,58,111,0.08);padding:32px 48px}
.trust-inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:24px}
.trust-item{display:flex;align-items:center;gap:16px;padding:8px 0}
.trust-icon{flex-shrink:0;width:52px;height:52px;border-radius:12px;background:#F4EADA;display:flex;align-items:center;justify-content:center}
.trust-icon svg{width:26px;height:26px;stroke:#E87722;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.trust-text strong{display:block;color:#1E3A6F;font-size:16px;font-weight:700;margin-bottom:2px}
.trust-text span{color:#5A6C7D;font-size:14px}

/* ── WHY / FEATURE CARDS ─────────────────────────────────── */
.why{padding:96px 48px;max-width:1400px;margin:0 auto}
.why h2{font-size:54px;font-weight:700;margin-bottom:20px;letter-spacing:-1.5px;max-width:900px}
.why-lead{font-size:20px;color:#4A5568;max-width:720px;margin-bottom:56px;line-height:1.6}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.feature-card{background:white;padding:36px 32px;border-radius:20px;border:1px solid rgba(30,58,111,0.06);transition:all 0.25s;box-shadow:0 2px 10px rgba(30,58,111,0.04)}
.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(30,58,111,0.1);border-color:rgba(232,119,34,0.25)}
.feature-icon{width:80px;height:80px;border-radius:18px;background:linear-gradient(135deg,#FFFFFF 0%,#FBF4E8 100%);display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:inset 0 1px 2px rgba(255,255,255,0.8),0 2px 8px rgba(30,58,111,0.08);border:1px solid rgba(30,58,111,0.06)}
.feature-icon svg{width:56px;height:56px}
.feature-card h3{font-size:26px;font-weight:700;margin-bottom:12px}
.feature-card p{font-size:17px;color:#4A5568;line-height:1.6}

/* ── HOW IT WORKS ────────────────────────────────────────── */
.how-it-works{background:white;padding:96px 48px}
.how-inner{max-width:1400px;margin:0 auto}
.how-header{text-align:center;margin-bottom:64px}
.how-header h2{font-size:54px;font-weight:700;margin-bottom:16px;letter-spacing:-1.5px}
.how-header p{font-size:20px;color:#4A5568;max-width:600px;margin:0 auto}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1200px;margin:0 auto}
.step{text-align:center}
.step-number{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#1E3A6F;color:white;font-family:'Lora',serif;font-size:28px;font-weight:700;margin-bottom:24px;box-shadow:0 6px 16px rgba(30,58,111,0.25)}
.step-visual{width:160px;height:160px;margin:0 auto 24px;background:linear-gradient(135deg,#F4EADA 0%,#F9E7D1 100%);border-radius:24px;display:flex;align-items:center;justify-content:center}
.step-visual svg{width:96px;height:96px}
.step h3{font-size:24px;margin-bottom:12px}
.step p{font-size:17px;color:#4A5568;max-width:320px;margin:0 auto}

/* ── FIT SECTION (IS IT RIGHT) ───────────────────────────── */
.fit-section{background:linear-gradient(135deg,#E87722 0%,#D65A0E 100%);padding:96px 48px}
.fit-inner{max-width:1400px;margin:0 auto}
.fit-section h2{font-size:54px;font-weight:700;margin-bottom:48px;letter-spacing:-1.5px;color:#1E3A6F;max-width:800px}
.fit-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:32px;align-items:start}
.fit-card{background:#E8F0FA;padding:40px;border-radius:20px;box-shadow:0 8px 30px rgba(0,0,0,0.12);border:1px solid rgba(30,58,111,0.08)}
.fit-card.note{background:#FFF3E0;padding:28px 32px;box-shadow:0 6px 20px rgba(0,0,0,0.08);border:1px solid rgba(255,255,255,0.3)}
.fit-card h3{font-size:26px;font-weight:700;margin-bottom:24px;display:flex;align-items:center;gap:12px}
.fit-card.note h3{font-size:19px;color:#8B6914;margin-bottom:16px}
.fit-list{list-style:none}
.fit-list li{display:flex;align-items:flex-start;gap:14px;padding:12px 0;font-size:18px;color:#2C3E50;border-bottom:1px solid rgba(30,58,111,0.06)}
.fit-list li:last-child{border-bottom:none}
.fit-list li svg{flex-shrink:0;width:24px;height:24px;margin-top:2px;stroke:#22C55E;stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}
.fit-card.note .fit-list li{font-size:15px;color:#5A6C7D;padding:8px 0}
.fit-card.note .fit-list li svg{stroke:#D4A04A;width:20px;height:20px}
.check-icon-wrap{width:36px;height:36px;border-radius:50%;background:#DCFCE7;display:inline-flex;align-items:center;justify-content:center}
.check-icon-wrap svg{stroke:#15803D;width:20px;height:20px}
.warn-icon-wrap{width:28px;height:28px;border-radius:50%;background:#FEF3C7;display:inline-flex;align-items:center;justify-content:center}
.warn-icon-wrap svg{stroke:#B45309;width:16px;height:16px}

/* ── TESTIMONIALS ────────────────────────────────────────── */
.testimonials{padding:96px 48px;max-width:1400px;margin:0 auto}
.testimonials-header{margin-bottom:56px}
.testimonials-header h2{font-size:54px;font-weight:700;margin-bottom:16px;letter-spacing:-1.5px}
.testimonials-header .rating-big{display:inline-flex;align-items:center;gap:12px;padding:12px 24px;background:white;border-radius:40px;box-shadow:0 2px 12px rgba(30,58,111,0.08);margin-top:8px}
.testimonials-header .rating-big .stars svg{width:24px;height:24px}
.testimonials-header .rating-big strong{font-size:18px;color:#1E3A6F}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.testimonial{background:white;padding:32px;border-radius:20px;box-shadow:0 4px 20px rgba(30,58,111,0.06)}
.testimonial .stars{margin-bottom:16px}
.testimonial .stars svg{width:18px;height:18px}
.testimonial-quote{font-size:18px;color:#2C3E50;line-height:1.6;margin-bottom:24px;font-style:italic}
.testimonial-author{display:flex;align-items:center;gap:14px}
.author-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#F4EADA 0%,#E9D5BB 100%);display:flex;align-items:center;justify-content:center;font-family:'Lora',serif;font-size:20px;font-weight:700;color:#1E3A6F}
.author-info strong{display:block;color:#1E3A6F;font-size:16px}
.author-info span{color:#5A6C7D;font-size:14px;display:inline-flex;align-items:center;gap:6px}
.verified-icon{width:14px;height:14px;display:inline-block;vertical-align:middle}

/* ── COMPARISON ──────────────────────────────────────────── */
.comparison{background:linear-gradient(135deg,#F4EADA 0%,#F9E7D1 100%);padding:96px 48px}
.comparison-inner{max-width:1100px;margin:0 auto}
.comparison-header{text-align:center;margin-bottom:56px}
.comparison-header h2{font-size:54px;font-weight:700;margin-bottom:16px;letter-spacing:-1.5px}
.comparison-table{background:white;border-radius:24px;overflow:hidden;box-shadow:0 12px 40px rgba(30,58,111,0.1)}
.compare-row{display:grid;grid-template-columns:2fr 1.2fr 1.2fr;align-items:center;padding:22px 36px;border-bottom:1px solid rgba(30,58,111,0.06)}
.compare-row:last-child{border-bottom:none}
.compare-row.header{background:#1E3A6F;color:white;padding:28px 36px}
.compare-row.header h3{color:white;font-size:20px;margin:0;text-align:center}
.compare-row.header h3.brand{color:#FFB785}
.compare-row .feature-name{font-weight:600;color:#2C3E50;font-size:17px}
.compare-cell{text-align:center;font-size:16px;color:#4A5568}
.compare-check{color:#15803D;font-size:22px;font-weight:700}
.compare-x{color:#DC2626;font-size:22px;font-weight:700}
.compare-row.highlight{background:#FFFAF2}

/* ── FAQ ─────────────────────────────────────────────────── */
.faq{padding:96px 48px;max-width:900px;margin:0 auto}
.faq-header{text-align:center;margin-bottom:56px}
.faq-header h2{font-size:54px;font-weight:700;margin-bottom:16px;letter-spacing:-1.5px}
.faq-header p{font-size:19px;color:#4A5568}
.faq-item{background:white;border-radius:16px;margin-bottom:16px;box-shadow:0 2px 10px rgba(30,58,111,0.04);overflow:hidden;border:1px solid rgba(30,58,111,0.06)}
.faq-question{padding:24px 28px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:19px;font-weight:700;color:#1E3A6F;user-select:none;transition:background 0.2s}
.faq-question:hover{background:#FAF6F0}
.faq-question::after{content:'+';font-size:28px;font-weight:400;color:#E87722;transition:transform 0.2s;line-height:1}
.faq-item.open .faq-question::after{content:'\2212'}
.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease,padding 0.3s ease;padding:0 28px}
.faq-item.open .faq-answer{max-height:500px;padding:0 28px 24px}
.faq-answer p{font-size:17px;color:#4A5568;line-height:1.65}

/* ── FINAL CTA ───────────────────────────────────────────── */
.final-cta{background:linear-gradient(135deg,#E87722 0%,#D65A0E 100%);padding:96px 48px;text-align:center;position:relative;overflow:hidden}
.final-cta::before{content:'';position:absolute;top:-80px;left:-80px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,0.1),transparent 70%)}
.final-cta::after{content:'';position:absolute;bottom:-80px;right:-80px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,0.1),transparent 70%)}
.final-cta h2{font-size:52px;margin-bottom:16px;letter-spacing:-1.5px;color:white;position:relative;z-index:2}
.final-cta p{font-size:20px;color:rgba(255,255,255,0.95);margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto;position:relative;z-index:2}

/* ── FOOTER ──────────────────────────────────────────────── */
footer{background:#0A0A0A;color:rgba(255,255,255,0.8);padding:80px 48px 32px}
.footer-inner{max-width:1400px;margin:0 auto}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:56px}
.footer-brand .logo{font-size:34px;color:white;margin-bottom:8px;display:block}
.footer-brand .logo span{color:#3B8DC9}
.footer-brand .logo .tagline{color:rgba(255,255,255,0.6);margin-top:6px}
.footer-brand p{font-size:15px;line-height:1.6;opacity:0.65;max-width:320px;margin-top:20px;margin-bottom:20px}
.footer-social{display:flex;gap:12px}
.footer-social a{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,0.1);display:flex;align-items:center;justify-content:center;transition:background 0.2s}
.footer-social a:hover{background:#E87722}
.footer-social svg{width:18px;height:18px;fill:white}
.footer-col h4{color:white;font-family:'Inter',sans-serif;font-size:17px;font-weight:700;margin-bottom:20px}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:12px}
.footer-col a{color:rgba(255,255,255,0.65);text-decoration:none;font-size:15px;transition:color 0.2s}
.footer-col a:hover{color:#E87722}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:28px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px;font-size:13px;opacity:0.6}
.footer-disclaimer{text-align:right;max-width:500px}

/* ── RESOURCES PAGE ──────────────────────────────────────── */
.resources-section{padding:80px 48px;max-width:1400px;margin:0 auto}
.resources-section h2{font-size:42px;font-weight:700;margin-bottom:48px;letter-spacing:-1px}
.category-filter{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:48px}
.cat-btn{background:white;border:1.5px solid rgba(30,58,111,0.14);color:#2C3E50;padding:10px 22px;border-radius:30px;font-size:15px;font-weight:600;cursor:pointer;transition:all 0.2s}
.cat-btn:hover,.cat-btn.active{background:#E87722;border-color:#E87722;color:white}
.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.article-card{background:white;border-radius:20px;overflow:hidden;box-shadow:0 2px 12px rgba(30,58,111,0.06);border:1px solid rgba(30,58,111,0.06);transition:all 0.25s}
.article-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(30,58,111,0.1)}
.article-card a{text-decoration:none;color:inherit;display:block}
.article-thumb{aspect-ratio:16/9;background:linear-gradient(135deg,#F4EADA 0%,#E9D5BB 100%);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.article-thumb svg{width:64px;height:64px;opacity:0.35}
.article-category{position:absolute;top:16px;left:16px;background:#E87722;color:white;padding:5px 14px;border-radius:20px;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase}
.article-body{padding:28px}
.article-body h3{font-size:22px;font-weight:700;margin-bottom:10px;color:#1E3A6F;line-height:1.3}
.article-body p{font-size:16px;color:#4A5568;line-height:1.6;margin-bottom:16px}
.article-meta{display:flex;align-items:center;gap:16px;font-size:14px;color:#5A6C7D}
.article-meta span{display:flex;align-items:center;gap:5px}

/* ── SIZE GUIDE PAGE ─────────────────────────────────────── */
.size-section{padding:80px 48px;max-width:1100px;margin:0 auto}
.size-section h2{font-size:42px;font-weight:700;margin-bottom:12px;letter-spacing:-1px}
.size-section p.lead{font-size:20px;color:#4A5568;margin-bottom:48px}
.measure-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:64px}
.measure-step{background:white;border-radius:20px;padding:32px;text-align:center;box-shadow:0 2px 12px rgba(30,58,111,0.06);border:1px solid rgba(30,58,111,0.06)}
.measure-step .step-num{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#1E3A6F;color:white;font-family:'Lora',serif;font-size:22px;font-weight:700;margin-bottom:16px}
.measure-step h3{font-size:22px;margin-bottom:10px}
.measure-step p{font-size:16px;color:#4A5568;line-height:1.6}
.size-chart-wrap{background:white;border-radius:24px;overflow:hidden;box-shadow:0 8px 32px rgba(30,58,111,0.08);margin-bottom:48px}
.size-chart-wrap h3{background:#1E3A6F;color:white;padding:20px 32px;font-size:22px;font-family:'Inter',sans-serif;font-weight:700}
.size-table{width:100%;border-collapse:collapse}
.size-table th{background:#F4EADA;color:#1E3A6F;padding:14px 24px;text-align:left;font-size:16px;font-weight:700;border-bottom:2px solid rgba(30,58,111,0.08)}
.size-table td{padding:16px 24px;font-size:17px;color:#2C3E50;border-bottom:1px solid rgba(30,58,111,0.06)}
.size-table tr:last-child td{border-bottom:none}
.size-table tr:nth-child(even) td{background:#FAFAF8}
.size-badge{display:inline-flex;align-items:center;gap:6px;background:#DCFCE7;color:#15803D;padding:4px 12px;border-radius:20px;font-size:13px;font-weight:700}
.leg-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:48px}
.leg-card{background:white;border-radius:20px;padding:36px;box-shadow:0 2px 12px rgba(30,58,111,0.06);border:1px solid rgba(30,58,111,0.06)}
.leg-card h3{font-size:24px;margin-bottom:16px;display:flex;align-items:center;gap:10px}
.leg-card p{font-size:17px;color:#4A5568;line-height:1.6}

/* ── CONTACT PAGE ────────────────────────────────────────── */
.contact-section{padding:80px 48px;max-width:1100px;margin:0 auto}
.contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:start}
.contact-form-wrap{background:white;border-radius:24px;padding:48px;box-shadow:0 4px 24px rgba(30,58,111,0.07);border:1px solid rgba(30,58,111,0.07)}
.contact-form-wrap h2{font-size:36px;margin-bottom:8px}
.contact-form-wrap p{font-size:17px;color:#4A5568;margin-bottom:32px}
.form-group{margin-bottom:20px}
.form-group label{display:block;font-size:15px;font-weight:600;color:#1E3A6F;margin-bottom:8px}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:14px 18px;border-radius:12px;border:1.5px solid rgba(30,58,111,0.14);background:#FAFAF9;font-size:17px;font-family:'Inter',sans-serif;color:#2C3E50;transition:border-color 0.2s;outline:none}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#E87722;background:white}
.form-group textarea{resize:vertical;min-height:140px}
.form-note{font-size:14px;color:#5A6C7D;margin-top:12px}
.contact-info{display:flex;flex-direction:column;gap:24px}
.contact-info-card{background:white;border-radius:20px;padding:28px 32px;box-shadow:0 2px 12px rgba(30,58,111,0.06);border:1px solid rgba(30,58,111,0.06);display:flex;align-items:flex-start;gap:18px}
.contact-info-icon{flex-shrink:0;width:48px;height:48px;border-radius:14px;background:#F4EADA;display:flex;align-items:center;justify-content:center}
.contact-info-icon svg{width:24px;height:24px;stroke:#E87722;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.contact-info-card h4{font-size:18px;font-weight:700;color:#1E3A6F;margin-bottom:4px}
.contact-info-card p,.contact-info-card a{font-size:16px;color:#4A5568;text-decoration:none;line-height:1.5}
.contact-info-card a:hover{color:#E87722}

/* ── LEGAL PAGES ─────────────────────────────────────────── */
.legal-section{padding:80px 48px;max-width:860px;margin:0 auto}
.legal-section h2{font-size:36px;font-weight:700;margin:48px 0 16px;letter-spacing:-0.5px}
.legal-section h2:first-of-type{margin-top:0}
.legal-section h3{font-size:24px;font-weight:700;margin:32px 0 12px;color:#1E3A6F}
.legal-section p{font-size:17px;color:#4A5568;line-height:1.7;margin-bottom:16px}
.legal-section ul{margin:0 0 20px 24px}
.legal-section ul li{font-size:17px;color:#4A5568;line-height:1.7;margin-bottom:8px}
.legal-divider{border:none;border-top:2px solid rgba(30,58,111,0.1);margin:64px 0}
.legal-updated{font-size:14px;color:#5A6C7D;margin-bottom:40px}

/* ── NEWSLETTER BAND ─────────────────────────────────────── */
.newsletter-band{background:white;padding:64px 48px;border-top:1px solid rgba(30,58,111,0.07);border-bottom:1px solid rgba(30,58,111,0.07)}
.newsletter-inner{max-width:700px;margin:0 auto;text-align:center}
.newsletter-inner h3{font-size:32px;font-weight:700;margin-bottom:8px;letter-spacing:-0.5px}
.newsletter-inner p{font-size:18px;color:#4A5568;margin-bottom:28px}
.newsletter-form{display:flex;gap:12px;max-width:480px;margin:0 auto}
.newsletter-form input{flex:1;padding:14px 20px;border-radius:40px;border:1.5px solid rgba(30,58,111,0.14);font-size:16px;font-family:'Inter',sans-serif;outline:none}
.newsletter-form input:focus{border-color:#E87722}
.newsletter-form button{background:#E87722;color:white;border:none;padding:14px 28px;border-radius:40px;font-size:16px;font-weight:700;cursor:pointer;transition:background 0.2s;white-space:nowrap}
.newsletter-form button:hover{background:#D65A0E}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width:1024px){
  .hero{grid-template-columns:1fr;padding:40px 24px;gap:40px}
  .hero h1{font-size:48px}
  .why,.fit-section,.how-it-works,.testimonials,.comparison,.faq,.final-cta{padding:64px 24px}
  .why h2,.fit-section h2,.how-header h2,.testimonials-header h2,.comparison-header h2,.faq-header h2,.final-cta h2{font-size:38px}
  .feature-grid,.steps-grid,.testimonials-grid{grid-template-columns:1fr}
  .fit-grid{grid-template-columns:1fr}
  .trust-inner{grid-template-columns:repeat(2,1fr)}
  nav{padding:16px 20px;flex-wrap:wrap}
  .nav-links{gap:20px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .compare-row{grid-template-columns:1.5fr 1fr 1fr;padding:16px 20px;font-size:14px}
  .compare-row.header{padding:20px}
  .compare-row .feature-name{font-size:15px}
  .articles-grid{grid-template-columns:repeat(2,1fr)}
  .measure-steps{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .leg-grid{grid-template-columns:1fr}
  .page-hero{padding:48px 24px}
  .page-hero h1{font-size:38px}
  .resources-section,.size-section,.contact-section,.legal-section{padding:64px 24px}
}
@media (max-width:600px){
  .hero h1{font-size:38px}
  .trust-inner{grid-template-columns:1fr}
  .hero-cta-row{flex-direction:column}
  .btn-primary,.btn-secondary,.btn-white{text-align:center;justify-content:center}
  .footer-grid{grid-template-columns:1fr;gap:32px}
  .articles-grid{grid-template-columns:1fr}
  .newsletter-form{flex-direction:column}
  .contact-form-wrap{padding:28px}
}

/* ===== HAMBURGER NAV ===== */
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;z-index:100;}
.hamburger span{display:block;width:24px;height:2px;background:#1E3A6F;border-radius:2px;transition:all 0.3s;}
.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.hamburger.open span:nth-child(2){opacity:0;}
.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

@media(max-width:768px){
  /* NAV */
  nav{flex-wrap:wrap;gap:8px;padding:14px 16px;position:relative;}
  .hamburger{display:flex;}
  .nav-cta{font-size:14px;padding:10px 18px;}
  .nav-links{display:none;flex-direction:column;width:100%;gap:0;order:3;background:white;border-radius:16px;box-shadow:0 8px 32px rgba(30,58,111,0.12);padding:8px 0;margin-top:4px;}
  .nav-links.open{display:flex;}
  .nav-links a{padding:12px 20px;font-size:16px;border-bottom:1px solid rgba(30,58,111,0.06);}
  .nav-links a:last-child{border-bottom:none;}

  /* HERO — slider between headline and body */
  .hero{display:flex!important;flex-direction:column;padding:32px 16px;gap:0;}
  .hero-content{display:contents;}
  .hero-headline{order:1;margin-bottom:20px;}
  .hero h1{font-size:36px;}
  .hero-image{order:2;aspect-ratio:4/3;margin-bottom:24px;}
  .hero-body{order:3;}
  .hero-badges{flex-wrap:wrap;gap:8px;}

  /* SIZE CHART — inner scroll wrapper keeps border-radius, table scrolls inside */
  .size-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;}
  .size-table{min-width:520px;}
  .size-table th,.size-table td{padding:10px 14px;font-size:14px;}

  /* WHY SECTION — inline grid */
  .why-body-grid{grid-template-columns:1fr!important;gap:28px!important;}
  .why-body-grid .why-img{order:-1;}

  /* Sections padding */
  .why,.fit-section,.how-it-works,.testimonials,.comparison,.faq,.final-cta{padding:48px 16px;}

  /* PRODUCT PAGE — conditions 4-col → 2-col */
  .conditions-grid{grid-template-columns:1fr 1fr!important;gap:10px!important;}

  /* PRODUCT PAGE — science, video guides, built for real life 3-col → 1-col */
  .science-grid,.video-guides-grid,.built-grid,.size-wear-grid,.size-vid-grid{grid-template-columns:1fr!important;}

  /* REVIEWS — 1 per page on mobile */
  .rev-card{min-width:calc(100% - 0px)!important;}

  /* PRODUCT LAYOUT */
  .product-layout{grid-template-columns:1fr!important;padding:32px 16px;gap:32px;}

  /* SIZE GUIDE */
  .resources-section,.size-section,.contact-section{padding:48px 16px;}

  /* FOOTER */
  .footer-grid{grid-template-columns:1fr;gap:28px;}
  .footer-inner{padding:40px 16px 24px;}

  /* PAGE HERO */
  .page-hero{padding:40px 16px;}
  .page-hero h1{font-size:32px;}
}
