:root {
  --ink: #102a2a;
  --ink-soft: #425b59;
  --pine: #0c4d45;
  --pine-deep: #073630;
  --sage: #dfece6;
  --mist: #f4f7f3;
  --cream: #fbf7ef;
  --gold: #c89c55;
  --gold-soft: #ead8b8;
  --white: #ffffff;
  --line: rgba(16, 42, 42, .12);
  --shadow: 0 24px 80px rgba(7, 54, 48, .13);
  --radius: 28px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--mist);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .25;
  background-image: radial-gradient(rgba(12,77,69,.15) .7px, transparent .7px);
  background-size: 18px 18px;
  mask-image: linear-gradient(to bottom, #000, transparent 75%);
  z-index: -1;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 999; background: white; padding: 12px 16px; border-radius: 10px; }

.topbar { background: var(--pine-deep); color: #eaf5f0; font-size: .84rem; }
.topbar .container { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 9px 0; }
.topbar a { text-decoration: none; }
.topbar a:hover { color: var(--gold-soft); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(244,247,243,.92); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(145deg,var(--pine),#187466); font-family: Georgia,serif; font-size: 1.2rem; box-shadow: 0 10px 30px rgba(12,77,69,.22); }
.brand-copy strong { display: block; font-family: Georgia,serif; font-size: 1.08rem; letter-spacing: .01em; }
.brand-copy small { display: block; color: var(--ink-soft); font-size: .72rem; text-transform: uppercase; letter-spacing: .11em; }
.nav-links { display: flex; align-items: center; gap: 23px; }
.nav-links a { text-decoration: none; color: var(--ink-soft); font-weight: 650; font-size: .9rem; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--pine); }
.nav-cta { padding: 11px 17px; color: white !important; background: var(--pine); border-radius: 999px; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--ink); cursor: pointer; }

.hero { position: relative; overflow: hidden; padding: clamp(64px,9vw,120px) 0 72px; background: linear-gradient(135deg,#f7f2e7 0%,#edf5f0 55%,#dcebe4 100%); }
.hero::after { content: ""; position: absolute; width: 620px; height: 620px; right: -260px; top: -260px; border-radius: 50%; border: 1px solid rgba(200,156,85,.35); box-shadow: 0 0 0 70px rgba(255,255,255,.2),0 0 0 140px rgba(200,156,85,.08); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(36px,7vw,96px); align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--pine); font-size: .79rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.eyebrow::before { content: ""; width: 30px; height: 1px; background: var(--gold); }
h1,h2,h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { margin: 20px 0 22px; font-size: clamp(2.75rem,6vw,5.6rem); font-weight: 500; }
h2 { margin: 0 0 18px; font-size: clamp(2rem,4vw,3.55rem); font-weight: 500; }
h3 { margin: 0 0 10px; font-size: 1.45rem; font-weight: 600; }
.lead { max-width: 690px; color: var(--ink-soft); font-size: clamp(1.04rem,1.5vw,1.22rem); }
.actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 51px; padding: 0 22px; border: 0; border-radius: 999px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s,box-shadow .2s,background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--pine); box-shadow: 0 14px 35px rgba(12,77,69,.25); }
.button-primary:hover { background: var(--pine-deep); }
.button-secondary { color: var(--pine); background: rgba(255,255,255,.75); border: 1px solid rgba(12,77,69,.18); }
.microcopy { margin-top: 16px; color: #5d716f; font-size: .8rem; }

.hero-card { position: relative; min-height: 470px; padding: 36px; border-radius: 36px; color: white; background: linear-gradient(155deg,#0b4b43 0%,#08352f 75%); box-shadow: var(--shadow); overflow: hidden; }
.hero-card::before,.hero-card::after { content:""; position:absolute; border-radius:50%; border:1px solid rgba(234,216,184,.23); }
.hero-card::before { width: 330px; height: 330px; right: -110px; top: -90px; }
.hero-card::after { width: 210px; height: 210px; right: -48px; top: -25px; }
.hero-card > * { position: relative; z-index: 1; }
.hero-card .kicker { color: var(--gold-soft); text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 800; }
.hero-card h2 { margin-top: 24px; font-size: clamp(2.2rem,4vw,3.7rem); }
.hero-card p { color: #cfe0da; }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 46px; }
.metric { padding: 17px 13px; border-radius: 17px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); }
.metric strong { display: block; color: white; font-family: Georgia,serif; font-size: 1.45rem; }
.metric span { display:block; color:#bed3cc; font-size:.72rem; line-height:1.35; }

.trust-strip { position: relative; z-index: 4; margin-top: -28px; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: 0 16px 45px rgba(12,40,36,.09); }
.trust-item { min-height: 95px; padding: 21px; background: white; }
.trust-item strong { display: block; font-size: .91rem; }
.trust-item span { color: var(--ink-soft); font-size: .79rem; }

.section { padding: clamp(68px,9vw,112px) 0; }
.section-cream { background: var(--cream); }
.section-dark { color: white; background: var(--pine-deep); }
.section-dark .lead,.section-dark p { color:#c9dcd5; }
.section-head { max-width: 760px; margin-bottom: 42px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head.center .eyebrow::after { content:""; width:30px; height:1px; background:var(--gold); }
.grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.grid-2 { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.product-card { position:relative; display:flex; flex-direction:column; min-height:420px; padding:28px; border-radius:var(--radius); background:white; border:1px solid var(--line); box-shadow:0 14px 48px rgba(12,50,43,.06); overflow:hidden; }
.product-card::after { content:""; position:absolute; width:170px; height:170px; right:-70px; top:-70px; border-radius:50%; background:var(--sage); }
.product-card > * { position:relative; z-index:1; }
.product-photo { height:210px; margin:-28px -28px 24px; display:grid; place-items:center; background:linear-gradient(145deg,#f8faf8,#e6efe9); border-bottom:1px solid var(--line); overflow:hidden; }
.product-photo img { width:100%; height:100%; object-fit:contain; padding:18px; mix-blend-mode:multiply; transition:transform .35s ease; }
.product-card:hover .product-photo img { transform:scale(1.035); }
.official-photo { min-height:520px; display:grid; place-items:center; padding:38px; border-radius:36px; background:linear-gradient(145deg,#fff,#e5eee9); box-shadow:var(--shadow); overflow:hidden; }
.official-photo img { width:100%; height:440px; object-fit:contain; mix-blend-mode:multiply; }
.product-icon { width:68px; height:68px; display:grid; place-items:center; border-radius:20px; color:white; background:linear-gradient(145deg,var(--pine),#2f8b78); font-family:Georgia,serif; font-size:1.35rem; box-shadow:0 12px 28px rgba(12,77,69,.2); }
.tag { display:inline-flex; width:max-content; padding:6px 10px; margin:18px 0; border-radius:999px; color:var(--pine); background:var(--sage); font-size:.72rem; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.product-card p { color:var(--ink-soft); }
.product-card .price { margin-top:auto; padding-top:20px; border-top:1px solid var(--line); }
.price strong { display:block; font-size:1.28rem; }
.price span { color:var(--ink-soft); font-size:.76rem; }
.card-link { display:inline-flex; margin-top:17px; color:var(--pine); font-weight:850; text-decoration:none; }
.card-link:hover { text-decoration:underline; }

.feature-layout { display:grid; grid-template-columns:.86fr 1.14fr; gap:clamp(34px,7vw,92px); align-items:center; }
.feature-visual { position:relative; min-height:520px; padding:38px; border-radius:36px; color:white; background:linear-gradient(145deg,#0e5c51,#082f2b); overflow:hidden; box-shadow:var(--shadow); }
.feature-visual::before { content:""; position:absolute; width:340px; height:340px; border:70px solid rgba(255,255,255,.05); border-radius:50%; right:-155px; bottom:-150px; }
.feature-visual .device { position:absolute; left:50%; bottom:54px; transform:translateX(-50%); width:180px; height:265px; border-radius:88px 88px 38px 38px; background:linear-gradient(155deg,#f8efe1,#d9b77f); box-shadow:0 30px 70px rgba(0,0,0,.25); }
.feature-visual .device::after { content:""; position:absolute; width:86px; height:86px; border-radius:50%; background:radial-gradient(circle,#ffbea5 0,#ef6f5b 34%,#6e2118 72%); left:47px; top:38px; box-shadow:0 0 45px rgba(255,111,85,.65); }
.feature-visual .label { position:relative; z-index:2; max-width:230px; }
.feature-visual h3 { font-size:2.2rem; }
.feature-list { display:grid; gap:14px; margin:28px 0; padding:0; list-style:none; }
.feature-list li { position:relative; padding:17px 18px 17px 50px; background:white; border:1px solid var(--line); border-radius:17px; box-shadow:0 10px 30px rgba(12,50,43,.05); }
.feature-list li::before { content:"✓"; position:absolute; left:17px; top:17px; width:22px; height:22px; display:grid; place-items:center; border-radius:50%; color:white; background:var(--pine); font-size:.75rem; font-weight:900; }

.steps { counter-reset:step; display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.step { counter-increment:step; padding:26px; border-radius:22px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.11); }
.step::before { content:"0" counter(step); display:block; margin-bottom:24px; color:var(--gold-soft); font-family:Georgia,serif; font-size:1.45rem; }
.step h3 { font-size:1.18rem; }
.step p { margin:0; font-size:.85rem; }

.breadcrumbs { padding:18px 0; font-size:.78rem; color:var(--ink-soft); }
.breadcrumbs a { text-decoration:none; }
.page-hero { padding:72px 0 76px; background:linear-gradient(135deg,#f7f2e8,#e5f0ea); }
.page-hero-grid { display:grid; grid-template-columns:1fr .72fr; gap:60px; align-items:center; }
.page-hero h1 { font-size:clamp(2.7rem,5.2vw,5rem); }
.price-panel { padding:28px; border-radius:26px; color:white; background:var(--pine); box-shadow:var(--shadow); }
.price-panel .price-big { display:block; font-family:Georgia,serif; font-size:2.2rem; }
.price-panel small { color:#c8ddd6; }
.stat-list { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:24px; }
.stat { padding:15px; border-radius:14px; background:rgba(255,255,255,.08); }
.stat strong { display:block; color:white; }
.stat span { font-size:.72rem; color:#c8ddd6; }
.prose { max-width:780px; }
.prose h2 { margin-top:54px; font-size:2.25rem; }
.prose h3 { margin-top:32px; }
.prose p,.prose li { color:var(--ink-soft); }
.callout { margin:30px 0; padding:24px; border-left:4px solid var(--gold); border-radius:0 18px 18px 0; background:var(--cream); }
.comparison { width:100%; border-collapse:collapse; margin:28px 0; background:white; border-radius:18px; overflow:hidden; box-shadow:0 12px 35px rgba(12,50,43,.06); }
.comparison th,.comparison td { padding:16px; text-align:left; border-bottom:1px solid var(--line); }
.comparison th { background:var(--pine); color:white; font-size:.82rem; text-transform:uppercase; letter-spacing:.05em; }

.faq { max-width:900px; margin-inline:auto; }
.faq details { margin-bottom:12px; border:1px solid var(--line); border-radius:17px; background:white; overflow:hidden; }
.faq summary { position:relative; padding:20px 56px 20px 22px; cursor:pointer; font-weight:800; list-style:none; }
.faq summary::-webkit-details-marker { display:none; }
.faq summary::after { content:"+"; position:absolute; right:20px; top:15px; font-size:1.7rem; color:var(--pine); }
.faq details[open] summary::after { content:"−"; }
.faq details p { margin:0; padding:0 22px 22px; color:var(--ink-soft); }

.contact-box { display:grid; grid-template-columns:.8fr 1.2fr; gap:44px; padding:clamp(28px,5vw,58px); border-radius:34px; color:white; background:linear-gradient(145deg,var(--pine),var(--pine-deep)); box-shadow:var(--shadow); }
.contact-box h2 { color:white; }
.contact-box p { color:#cbe0d9; }
.contact-form { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.field-full { grid-column:1/-1; }
.contact-form label { display:block; margin-bottom:6px; color:#d9e9e4; font-size:.78rem; font-weight:750; }
.contact-form input,.contact-form select,.contact-form textarea { width:100%; min-height:48px; padding:12px 14px; color:var(--ink); border:1px solid rgba(255,255,255,.2); border-radius:12px; background:white; }
.contact-form textarea { min-height:104px; resize:vertical; }
.form-status { grid-column:1/-1; min-height:22px; color:var(--gold-soft); font-size:.82rem; }

.site-footer { padding:58px 0 28px; color:#c9dcd5; background:#062d29; }
.footer-grid { display:grid; grid-template-columns:1.35fr .65fr .65fr; gap:38px; }
.site-footer h3 { color:white; font-family:inherit; font-size:.9rem; text-transform:uppercase; letter-spacing:.08em; }
.site-footer a { display:block; width:max-content; margin:7px 0; color:#c9dcd5; text-decoration:none; font-size:.87rem; }
.site-footer a:hover { color:white; }
.zepter-partner-badge { display:flex !important; align-items:center; justify-content:space-between; gap:22px; width:100% !important; max-width:430px; margin:30px 0 0 !important; padding:15px 18px; border:1px solid rgba(255,255,255,.14); border-radius:14px; color:#dce9e5 !important; background:#fff; box-shadow:0 14px 34px rgba(0,0,0,.14); }
.zepter-partner-badge span { color:#335b55; font-size:.75rem; font-weight:800; letter-spacing:.04em; text-transform:uppercase; }
.zepter-partner-badge img { display:block; width:112px; height:auto; object-fit:contain; }
.zepter-partner-badge:hover { transform:translateY(-2px); box-shadow:0 18px 42px rgba(0,0,0,.2); }
.disclosure { margin-top:36px; padding-top:22px; border-top:1px solid rgba(255,255,255,.1); font-size:.75rem; color:#9bb7af; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; margin-top:22px; font-size:.74rem; color:#88a69e; }
.sticky-buy { display:none; }
.notice { position:fixed; left:18px; bottom:18px; z-index:90; max-width:390px; padding:18px; border-radius:18px; background:white; border:1px solid var(--line); box-shadow:0 20px 70px rgba(0,0,0,.2); }
.notice p { margin:0 0 12px; font-size:.79rem; color:var(--ink-soft); }
.notice-actions { display:flex; gap:9px; }
.notice button { padding:8px 12px; border-radius:999px; border:1px solid var(--line); background:white; cursor:pointer; font-weight:750; font-size:.75rem; }
.notice .accept { color:white; background:var(--pine); }

@media (max-width: 960px) {
  .menu-button { display:grid; place-items:center; }
  .nav-links { display:none; position:absolute; left:16px; right:16px; top:72px; padding:16px; flex-direction:column; align-items:stretch; gap:8px; background:white; border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow); }
  .nav-links.open { display:flex; }
  .nav-links a { padding:10px 12px; }
  .hero-grid,.feature-layout,.page-hero-grid,.contact-box { grid-template-columns:1fr; }
  .hero-card { min-height:400px; }
  .grid-3 { grid-template-columns:repeat(2,1fr); }
  .steps { grid-template-columns:repeat(2,1fr); }
  .trust-grid { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1fr 1fr; }
}

@media (max-width: 640px) {
  .topbar .container { justify-content:center; }
  .topbar span { display:none; }
  .brand-copy small { display:none; }
  .hero { padding-top:54px; }
  h1 { font-size:2.75rem; }
  .hero-card { min-height:420px; padding:28px; }
  .metric-row,.stat-list { grid-template-columns:1fr; }
  .grid-3,.grid-2,.steps,.trust-grid,.contact-form,.footer-grid { grid-template-columns:1fr; }
  .product-card { min-height:360px; }
  .contact-box { padding:26px; }
  .field-full { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
  .sticky-buy { display:flex; position:fixed; z-index:70; left:12px; right:12px; bottom:12px; min-height:54px; align-items:center; justify-content:center; padding:0 18px; color:white; background:var(--pine); border-radius:999px; text-decoration:none; font-weight:850; box-shadow:0 14px 42px rgba(7,54,48,.34); }
  .site-footer { padding-bottom:96px; }
  .notice { left:12px; right:12px; bottom:78px; max-width:none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { transition:none !important; animation:none !important; }
}

@media print {
  .topbar,.site-header,.actions,.sticky-buy,.notice,.site-footer { display:none !important; }
  body { background:white; }
  .section,.page-hero { padding:24px 0; }
}
