:root{
  --navy:#0b2d5c;
  --navy-2:#133f7a;
  --orange:#f58220;
  --orange-2:#ff9a45;
  --orange-soft:#fff3e8;
  --ink:#1d2a3a;
  --muted:#6d7a8c;
  --line:#e7ebf1;
  --bg:#fbfcfe;
  --panel:#ffffff;
  --soft:#f6f8fb;
  --max:1180px;
  --radius:22px;
  --radius-sm:14px;
  --shadow:0 18px 50px rgba(11,45,92,.08);
  --shadow-soft:0 10px 30px rgba(11,45,92,.055);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.55;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.skip-link{position:fixed;left:12px;top:-60px;z-index:9999;padding:10px 14px;background:#fff;border-radius:10px;box-shadow:var(--shadow);font-weight:800}.skip-link:focus{top:12px}

/* Header */
.announcement{display:none}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(11,45,92,.08)}
.nav{min-height:78px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.brand img{width:180px;max-height:62px;object-fit:contain}
.navlinks{display:flex;justify-content:center;align-items:center;gap:28px}
.navlinks a{position:relative;padding:27px 0 23px;font-size:.92rem;font-weight:750;color:var(--navy);white-space:nowrap}
.navlinks a:after{content:"";position:absolute;left:50%;right:50%;bottom:16px;height:2px;border-radius:999px;background:var(--orange);transition:.2s}
.navlinks a:hover:after,.navlinks a.active:after{left:0;right:0}
.nav-actions{display:flex;align-items:center;gap:12px}.lang-switch{display:flex;gap:2px;padding:4px;border:1px solid var(--line);border-radius:999px;background:#fff}.lang-switch a{padding:6px 9px;border-radius:999px;font-size:.77rem;font-weight:850;color:#6a788c}.lang-switch a.active{background:var(--orange-soft);color:var(--orange)}
.menu{display:none;border:1px solid var(--line);background:#fff;border-radius:10px;width:42px;height:42px;color:var(--navy);font-size:1.15rem}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:10px 18px;border-radius:12px;border:1px solid transparent;font-weight:800;transition:.2s;cursor:pointer}
.btn-primary{background:var(--navy);color:#fff;box-shadow:0 10px 24px rgba(11,45,92,.14)}.btn-primary:hover{background:var(--navy-2);transform:translateY(-1px)}
.btn-ghost{background:#fff;color:var(--navy);border-color:#cdd8e5}.btn-ghost:hover{border-color:var(--orange);color:var(--orange)}
.link-arrow{font-weight:850;color:var(--navy)}.link-arrow span{color:var(--orange);margin-left:4px}

/* Homepage */
.home-hero{padding:54px 0 44px;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.home-hero-grid{display:grid;grid-template-columns:.96fr 1.04fr;align-items:center;gap:56px}
.hero-kicker,.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--orange);font-size:.82rem;font-weight:900;text-transform:uppercase;letter-spacing:.075em}.hero-kicker:before,.eyebrow:before{content:"";width:28px;height:2px;border-radius:999px;background:var(--orange)}
.home-hero h1{margin:14px 0 18px;color:var(--navy);font-size:clamp(2.65rem,5.5vw,4.65rem);line-height:.98;letter-spacing:-.055em;max-width:590px}.home-hero h1 .accent{color:var(--orange)}
.home-hero .lead{font-size:1.06rem;color:#5d6d82;max-width:570px;margin:0 0 24px;line-height:1.75}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}
.hero-points{display:flex;flex-wrap:wrap;gap:10px 18px;color:#607187;font-size:.85rem}.hero-points span:before{content:"✓";color:var(--orange);font-weight:900;margin-right:6px}
.hero-media{position:relative;background:#fff;border:1px solid var(--line);border-radius:28px;padding:12px;box-shadow:var(--shadow)}
.hero-media img{width:100%;max-height:520px;object-fit:contain;border-radius:20px;background:#f8f9fb}
.hero-chip{position:absolute;left:26px;bottom:26px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);border:1px solid #edf0f4;border-radius:14px;padding:12px 14px;box-shadow:var(--shadow-soft);max-width:240px}.hero-chip b{display:block;color:var(--navy);font-size:.91rem}.hero-chip span{display:block;margin-top:2px;color:#748195;font-size:.78rem;line-height:1.45}

.home-section{padding:54px 0}.home-section.soft{background:#f7f9fc}.home-section-head{text-align:center;max-width:720px;margin:0 auto 28px}.home-section-head h2{margin:7px 0 10px;font-size:clamp(1.8rem,3.2vw,2.55rem);letter-spacing:-.035em;color:var(--navy)}.home-section-head h2 .accent{color:var(--orange)}.home-section-head p{margin:0;color:var(--muted)}
.home-kits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.home-kit{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-soft);transition:.2s}.home-kit:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(11,45,92,.09)}
.home-kit-media{height:260px;background:linear-gradient(180deg,#f7f8fb,#fff);padding:16px;display:flex;align-items:center;justify-content:center}.home-kit-media img{width:100%;height:100%;object-fit:contain;border-radius:14px}
.home-kit-body{padding:18px 20px 20px}.home-kit-title{display:flex;align-items:center;gap:10px;margin-bottom:8px}.home-kit-icon{width:30px;height:30px;border-radius:10px;background:var(--orange-soft);color:var(--orange);display:grid;place-items:center;font-weight:900}.home-kit h3{margin:0;color:var(--navy);font-size:1.13rem}.home-kit p{margin:0 0 14px;color:#6c7b8e;font-size:.9rem;line-height:1.62}

.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px}.trust-mini{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px}.trust-mini .icon{flex:none;width:34px;height:34px;border-radius:10px;background:#f4f7fb;color:var(--navy);display:grid;place-items:center;font-weight:900}.trust-mini b{display:block;color:var(--navy);font-size:.88rem}.trust-mini span{display:block;margin-top:2px;color:#758397;font-size:.79rem;line-height:1.45}

.home-split{display:grid;grid-template-columns:1fr 1fr;gap:20px}.home-panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:var(--shadow-soft)}.home-panel h2{margin:0;color:var(--navy);font-size:1.85rem;letter-spacing:-.035em}.orange-rule{width:48px;height:3px;background:var(--orange);border-radius:999px;margin:12px 0 20px}
.compare-simple{width:100%;border-collapse:collapse}.compare-simple th,.compare-simple td{padding:11px 10px;border-bottom:1px solid var(--line);font-size:.87rem}.compare-simple th{text-align:left;color:var(--navy);font-size:.82rem}.compare-simple th:nth-child(2),.compare-simple td:nth-child(2){text-align:center;background:#f7faff;color:var(--navy);font-weight:850}.compare-simple th:nth-child(3),.compare-simple td:nth-child(3){text-align:center;color:#758397}
.method-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.method-step{text-align:center;padding:10px}.method-icon{width:70px;height:70px;margin:0 auto 10px;border-radius:999px;background:var(--orange-soft);border:1px solid #f5dfca;display:grid;place-items:center;color:var(--navy);font-size:1.45rem}.method-num{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--orange);color:#fff;font-size:.76rem;font-weight:900;margin-bottom:8px}.method-step h3{margin:0 0 7px;color:var(--navy);font-size:.98rem}.method-step p{margin:0;color:#748195;font-size:.82rem;line-height:1.5}

.newsletter{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center;background:linear-gradient(135deg,#fff8f1,#fff);border:1px solid #f1e3d4;border-radius:22px;padding:28px}.newsletter-copy{display:flex;gap:16px;align-items:flex-start}.newsletter-icon{flex:none;width:54px;height:54px;border-radius:16px;background:var(--orange-soft);display:grid;place-items:center;color:var(--orange);font-size:1.35rem}.newsletter h2{margin:0 0 6px;color:var(--navy);font-size:1.75rem}.newsletter p{margin:0;color:#6c7b8e}.newsletter .signup-form{margin:0;padding:0;border:0;background:transparent;box-shadow:none}.newsletter .form-row{display:grid;grid-template-columns:1fr auto;gap:10px}.newsletter .field label{position:absolute;clip:rect(0 0 0 0);clip-path:inset(50%);width:1px;height:1px;overflow:hidden}.newsletter input[type=email]{min-height:48px;border:1px solid #d8e2ec;border-radius:12px;padding:0 14px;width:100%;background:#fff}.newsletter .consent{margin-top:10px}.newsletter .form-note{margin-top:6px}

/* Generic sections */
.section{padding:54px 0}.section-soft{background:var(--soft)}.section-blue{background:#f5f8fc}.section-head{max-width:760px;margin-bottom:28px}.section-head.center{text-align:center;margin-inline:auto}.section-head h2{margin:8px 0 10px;color:var(--navy);font-size:clamp(1.75rem,3vw,2.45rem);line-height:1.08;letter-spacing:-.035em}.section-head p{margin:0;color:var(--muted);font-size:.98rem}
.page-hero{padding:46px 0 38px;background:linear-gradient(180deg,#fff,#f8fafc);border-bottom:1px solid var(--line)}.page-hero h1{margin:10px 0 8px;color:var(--navy);font-size:clamp(2.05rem,4vw,3.35rem);line-height:1.04;letter-spacing:-.04em}.page-hero p{max-width:760px;margin:0;color:#617187}.breadcrumbs{font-size:.8rem;color:#8390a1;margin-bottom:12px}.breadcrumbs a{color:var(--navy)}

/* Existing product/category classes */
.product-grid,.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card,.collection-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-soft)}.product-card.featured{border-color:#f0c99f}.product-media,.collection-media{height:250px;background:#f7f9fc;padding:14px;display:flex;align-items:center;justify-content:center;position:relative}.product-media img,.collection-media img{width:100%;height:100%;object-fit:contain;border-radius:14px}.product-body,.collection-body{padding:20px}.product-body h3,.collection-body h2{margin:0 0 8px;color:var(--navy);font-size:1.2rem}.product-body p,.collection-body p{color:#6d7c8f;margin:0 0 12px;font-size:.9rem}.mini-list{padding-left:18px;margin:10px 0 16px;color:#67768a}.mini-list li{margin:5px 0;font-size:.86rem}.card-actions{margin-top:16px}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-size:.74rem;font-weight:900}.badge.hot{background:var(--orange-soft);color:var(--orange)}.badge.soft{background:#f2f6fb;color:var(--navy)}.product-media .badge{position:absolute;left:12px;top:12px}
.collection-card{display:flex;flex-direction:column}.collection-body .btn{margin-top:4px}
.compare-wrap,.data-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px;background:#fff}.compare,.data-table{width:100%;border-collapse:collapse;min-width:680px}.compare th,.compare td,.data-table th,.data-table td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;font-size:.9rem}.compare th,.data-table th{color:var(--navy);font-weight:850;background:#fbfcfe}.data-table th{width:230px}.status-pending,.status-defined{display:inline-block;margin-top:5px;padding:4px 8px;border-radius:999px;font-size:.72rem;font-weight:850}.status-pending{background:#fff3e8;color:#c9630a}.status-defined{background:#eef7f1;color:#2e7a4e}

/* Product page */
.product-hero{padding:38px 0 54px;background:linear-gradient(180deg,#fff,#fbfcfe)}.product-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:start}.gallery-main{background:#fff;border:1px solid var(--line);border-radius:22px;padding:14px;box-shadow:var(--shadow-soft)}.gallery-main img{width:100%;max-height:600px;object-fit:contain;border-radius:16px;background:#f8f9fb}.buy-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:var(--shadow-soft);position:sticky;top:98px}.buy-card h1{margin:10px 0 8px;color:var(--navy);font-size:clamp(2rem,3vw,2.8rem);line-height:1.02;letter-spacing:-.04em}.buy-card .sub{margin:0;color:#65758a}.status-box{margin:16px 0;padding:14px 15px;border-radius:14px;background:#fff8f1;border:1px solid #f4ddc6}.status-box b{display:block;color:#a95b12}.status-box span{display:block;margin-top:4px;color:#7b6a5b;font-size:.83rem}.feature-checks{display:grid;gap:8px;margin:16px 0}.feature-checks span{padding-left:23px;position:relative;color:#526379;font-size:.88rem}.feature-checks span:before{content:"✓";position:absolute;left:0;color:var(--orange);font-weight:900}.buy-actions{display:flex;gap:10px;flex-wrap:wrap}.buy-note{font-size:.78rem;color:#8792a1;margin-top:10px}.mini-signup{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.mini-signup h3{margin:0 0 5px;color:var(--navy)}.mini-signup p{margin:0 0 12px;color:#6d7c8f;font-size:.86rem}
.detail-grid,.assurance-grid,.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.detail-card,.assurance-card,.spec-panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:var(--shadow-soft)}.detail-card h3,.assurance-card h3,.spec-panel h3{margin:0 0 7px;color:var(--navy)}.detail-card p,.assurance-card p{margin:0;color:#6e7c90;font-size:.88rem}.assurance-icon{width:36px;height:36px;border-radius:11px;background:var(--orange-soft);color:var(--orange);display:grid;place-items:center;font-weight:900;margin-bottom:10px}.spotlight{display:grid;grid-template-columns:.8fr 1.2fr;gap:20px}.kit-contents{display:flex;flex-wrap:wrap;gap:8px}.kit-contents span{padding:8px 11px;background:#fff;border:1px solid var(--line);border-radius:999px;color:var(--navy);font-size:.82rem;font-weight:750}.spec-grid{grid-template-columns:1fr 1fr}.spec-panel ul{margin:10px 0 0;padding-left:18px;color:#64758a}.spec-panel li{margin:6px 0;font-size:.87rem}.transparency,.notice{margin-top:16px;padding:13px 14px;background:#fff8f1;border:1px solid #f1dfce;border-radius:14px;color:#725e4d;font-size:.85rem}

/* Why / FAQ / Contact */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.step{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:var(--shadow-soft)}.step-num{width:38px;height:38px;border-radius:12px;background:var(--orange);color:#fff;display:grid;place-items:center;font-weight:900;margin-bottom:13px}.step h3{margin:0 0 7px;color:var(--navy)}.step p{margin:0;color:#6e7d91;font-size:.88rem}.value-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.value-panel,.problem-panel{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:var(--shadow-soft)}.value-list{display:grid;gap:12px}.value-item{display:flex;gap:12px;align-items:flex-start;padding:14px;background:#fafbfe;border:1px solid #edf0f4;border-radius:14px}.good{width:28px;height:28px;border-radius:50%;background:#eef7f1;color:#2e7a4e;display:grid;place-items:center;font-weight:900;flex:none}
.faq-list{display:grid;gap:10px;max-width:850px;margin-inline:auto}.faq-item{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}.faq-q{width:100%;border:0;background:#fff;text-align:left;padding:17px 18px;color:var(--navy);font-weight:850;cursor:pointer;display:flex;justify-content:space-between;gap:16px}.faq-q:after{content:"+";color:var(--orange);font-size:1.2rem}.faq-item.open .faq-q:after{content:"–"}.faq-a{display:none;padding:0 18px 18px;color:#66758a;font-size:.9rem}.faq-item.open .faq-a{display:block}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-card,.success-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:var(--shadow-soft)}.mail-big{font-size:1.25rem;font-weight:900;color:var(--navy)}.content-narrow{max-width:850px}.prose h2{color:var(--navy);margin:28px 0 8px}.prose p,.prose li{color:#5f7084}

/* Forms */
.signup-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;align-items:start;background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:var(--shadow-soft)}.signup-copy h2{margin:7px 0 6px;color:var(--navy);font-size:1.85rem}.signup-copy p{margin:0;color:#6d7c8f}.signup-form{background:#fafbfe;border:1px solid #edf0f4;border-radius:16px;padding:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field label{display:block;margin:0 0 6px;color:var(--navy);font-size:.79rem;font-weight:800}.field input,.field select{width:100%;min-height:46px;padding:0 12px;border:1px solid #d9e2ec;border-radius:11px;background:#fff;color:var(--ink)}.field input:focus,.field select:focus{outline:2px solid rgba(245,130,32,.18);border-color:var(--orange)}.consent{display:flex;align-items:flex-start;gap:9px;margin:12px 0;color:#6d7c8f;font-size:.75rem;line-height:1.45}.consent input{margin-top:3px}.consent a{color:var(--navy);text-decoration:underline}.form-note{margin-top:8px;color:#8a95a3;font-size:.73rem}.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}

/* Footer */
.footer{margin-top:28px;background:var(--navy);color:#dce7f5;padding:48px 0 22px}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .8fr .8fr;gap:34px}.footer-logo{width:185px;max-height:75px;object-fit:contain;background:#fff;border-radius:12px;padding:5px}.footer-tag{max-width:310px;color:#b9cbe1;font-size:.88rem}.footer h4{margin:0 0 10px;color:#fff;font-size:.92rem}.footer p{margin:7px 0;font-size:.85rem}.footer a{color:#c9d8ea}.footer a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:16px;margin-top:32px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);color:#9eb4ce;font-size:.8rem}

/* Responsive */
@media(max-width:1000px){
  .nav{grid-template-columns:auto auto;justify-content:space-between}.menu{display:block;grid-column:2}.navlinks{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:12px 20px 18px;flex-direction:column;align-items:flex-start;gap:0;box-shadow:var(--shadow-soft)}.navlinks.open{display:flex}.navlinks a{width:100%;padding:12px 0}.navlinks a:after{display:none}.nav-actions{display:none}
  .home-hero-grid,.product-layout,.home-split,.signup-wrap,.newsletter,.spotlight,.value-grid,.contact-grid{grid-template-columns:1fr}.hero-media{max-width:650px;margin-inline:auto}.buy-card{position:static}.product-grid,.collection-grid,.home-kits{grid-template-columns:1fr 1fr}.trust-row,.assurance-grid{grid-template-columns:1fr 1fr}.detail-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}
}
@media(max-width:640px){
  .container{width:min(var(--max),calc(100% - 22px))}.header{position:sticky}.nav{min-height:68px}.brand img{width:145px;max-height:54px}.navlinks{top:68px}.home-hero{padding:28px 0 34px}.home-hero-grid{gap:28px}.home-hero h1{font-size:2.28rem;line-height:1.02}.home-hero .lead{font-size:.94rem;line-height:1.65}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%}.hero-points{display:grid;gap:8px}.hero-media{border-radius:18px;padding:8px}.hero-media img{max-height:350px;border-radius:13px}.hero-chip{position:static;margin-top:8px;max-width:none}.home-section,.section{padding:38px 0}.home-section-head h2,.section-head h2{font-size:1.62rem}.home-kits,.product-grid,.collection-grid,.trust-row,.assurance-grid,.steps,.spec-grid,.method-row{grid-template-columns:1fr}.home-kit-media,.product-media,.collection-media{height:210px}.home-panel{padding:20px 16px}.home-panel h2{font-size:1.55rem}.newsletter{padding:20px 16px}.newsletter .form-row{grid-template-columns:1fr}.newsletter .btn{width:100%}.page-hero{padding:32px 0 26px}.product-hero{padding:24px 0 36px}.gallery-main{padding:8px;border-radius:16px}.gallery-main img{max-height:410px;border-radius:12px}.buy-card{padding:18px;border-radius:18px}.buy-card h1{font-size:2rem}.form-row{grid-template-columns:1fr}.footer{padding:38px 0 20px}.footer-grid{grid-template-columns:1fr;gap:18px}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column;margin-top:22px}.compare,.data-table{min-width:620px}
}
