:root {
  --background: #f7f4ec; --foreground: #163126; --card: #ffffff; --card-foreground: #163126;
  --popover: #ffffff; --popover-foreground: #163126; --primary: #123a2b; --primary-foreground: #ffffff;
  --secondary: #edf1e9; --secondary-foreground: #163126; --muted: #f0eee7; --muted-foreground: #607067;
  --accent: #d4a535; --accent-foreground: #18140b; --destructive: #a4332b; --border: #ded9ca;
  --input: #d8ddd8; --ring: #c99d32; --radius: .9rem; --green: #0d2a1c; --green-2: #174f35;
  --gold: #d8a93d; --gold-2: #f3d277; --cream: #f7f4ec; --ink: #163126;
  --font-sans: "Segoe UI", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--font-sans); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
a { color: inherit; }
.plain-icon { width: 34px; height: 34px; display: inline-grid; place-items: center; flex: 0 0 auto; color: var(--gold-2); font-size: 23px; }
.site-header .plain-icon { width: auto; height: auto; font-size: 16px; }
.site-header, .order-header { height: 82px; padding: 0 clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 26px; background: rgba(7,22,15,.96); color: #fff; position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(216,169,61,.18); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font: 700 23px/1 var(--font-sans); letter-spacing: .12em; }
.brand small { display: block; margin-top: 5px; color: var(--gold-2); font: 700 8px/1 var(--font-sans); letter-spacing: .28em; }
.brand-leaf { color: var(--gold); font-size: 17px; transform: rotate(45deg); }
.site-header nav { display: flex; align-items: center; gap: 20px; }
.site-header nav a { color: #dbe5df; text-decoration: none; font-size: 14px; transition: color .2s; }
.site-header nav a:hover { color: var(--gold-2); }
.header-order, .gold-button, .dark-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 10px; text-decoration: none; font-weight: 900; transition: transform .2s, box-shadow .2s; }
.header-order { color: #151108; background: linear-gradient(135deg, var(--gold), var(--gold-2)); padding: 13px 18px; font-size: 14px; }
.header-order:hover, .gold-button:hover, .dark-button:hover { transform: translateY(-2px); }
.gold-button { width: fit-content; padding: 17px 24px; color: #171207; background: linear-gradient(135deg,#c28d22,#f0c95f); box-shadow: 0 12px 28px rgba(210,165,56,.2); }
.gold-button.full { width: 100%; }
.dark-button { width: fit-content; padding: 15px 20px; color: #fff; background: var(--green); }

.hero { min-height: 650px; padding: 74px clamp(24px,7vw,112px); display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); align-items: center; gap: 54px; position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 44%,#2a583f 0,#102f21 31%,#07160f 70%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(90deg,transparent 49.7%,#fff 50%,transparent 50.3%),linear-gradient(transparent 49.7%,#fff 50%,transparent 50.3%); background-size: 72px 72px; }
.hero-glow { position: absolute; width: 520px; height: 520px; border: 1px solid rgba(240,201,95,.16); border-radius: 50%; right: -90px; top: 62px; box-shadow: 0 0 0 70px rgba(240,201,95,.03),0 0 0 140px rgba(240,201,95,.02); }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow, .section-kicker { color: var(--gold-2); font-size: 12px; letter-spacing: .18em; font-weight: 900; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 8px; }
.hero h1 { max-width: 720px; margin: 20px 0 18px; font: 750 clamp(44px,5.5vw,75px)/.98 var(--font-sans); letter-spacing: -.035em; }
.hero h1 em { display: block; color: var(--gold-2); font-style: normal; }
.hero-copy > p { max-width: 590px; margin: 0; color: #d6e1da; font-size: 18px; line-height: 1.75; }
.hero-tags { margin: 25px 0 30px; display: flex; flex-wrap: wrap; gap: 11px; }
.hero-tags span { display: flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 99px; color: #eef4f0; font-size: 13px; }
.hero-tags svg { color: var(--gold-2); }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.text-link { display: inline-flex; align-items: center; color: #fff; font-weight: 800; text-underline-offset: 5px; }
.hero-visual { min-height: 470px; display: grid; place-items: center; }
.hero-visual::after { content: ""; position: absolute; width: 380px; height: 52px; left: 50%; bottom: 32px; transform: translateX(-50%); border-radius: 50%; background: rgba(0,0,0,.42); filter: blur(18px); }
.hero-visual img { width: min(100%,520px); height: auto; border-radius: 28px; position: relative; z-index: 1; box-shadow: 0 30px 80px rgba(0,0,0,.34); }
.price-orbit { position: absolute; z-index: 3; right: -5px; top: 6px; width: 124px; height: 124px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: #182015; background: linear-gradient(145deg,#f6df9a,#c99628); box-shadow: 0 15px 35px rgba(0,0,0,.35); transform: rotate(4deg); }
.price-orbit small { font-size: 9px; letter-spacing: .12em; font-weight: 900; }
.price-orbit strong { font: 750 26px var(--font-sans); }
.price-orbit span { font-size: 11px; text-decoration: line-through; opacity: .7; }
.price-orbit.normal-price strong { font-size: 24px; }
.visual-caption { position: absolute; z-index: 3; bottom: 8px; left: 50%; transform: translateX(-50%); min-width: 245px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.17); border-radius: 10px; background: rgba(7,22,15,.85); color: #e7efe9; font-size: 13px; }

.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); background: #123a2b; color: white; padding: 0 clamp(24px,6vw,90px); }
.trust-strip > div { min-height: 112px; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 20px; border-right: 1px solid rgba(255,255,255,.1); }
.trust-strip > div:last-child { border-right: 0; }
.trust-strip svg { width: 29px; height: 29px; color: var(--gold-2); flex: 0 0 auto; }
.trust-strip span { color: #bfcfc5; font-size: 12px; line-height: 1.45; }
.trust-strip b { display: block; color: #fff; font-size: 14px; }

.section { padding: 104px clamp(24px,7vw,112px); }
.section-intro { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section-intro.left { margin-left: 0; text-align: left; }
.section-intro h2, .final-cta h2 { margin: 10px 0 15px; font: 750 clamp(34px,4.2vw,54px)/1.08 var(--font-sans); letter-spacing: -.025em; color: var(--green); }
.section-intro p { margin: 0; color: #607067; font-size: 17px; line-height: 1.75; }
.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; background: #fff; }
.about .dark-button { margin-top: 28px; }
.about-panel { min-height: 430px; position: relative; padding: 42px; border-radius: 28px; color: white; background: linear-gradient(145deg,#123a2b,#07180f); overflow: hidden; }
.about-panel::before { content: ""; position: absolute; width: 280px; height: 280px; border-radius: 50%; border: 1px solid rgba(216,169,61,.23); right: -100px; top: -80px; box-shadow: 0 0 0 50px rgba(216,169,61,.035); }
.seal { display: inline-flex; flex-direction: column; gap: 3px; padding: 20px; border: 1px solid rgba(243,210,119,.28); border-radius: 18px; background: rgba(255,255,255,.05); }
.seal svg { color: var(--gold-2); margin-bottom: 5px; }
.seal b { font: 750 22px var(--font-sans); }
.seal span { color: #b9cbc0; font-size: 12px; }
.about-panel ul { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 22px; }
.about-panel li { display: flex; gap: 14px; }
.about-panel li svg { color: var(--gold-2); flex: 0 0 auto; }
.about-panel li span { color: #bfd0c5; font-size: 13px; line-height: 1.55; }
.about-panel li b { display: block; color: white; font-size: 16px; margin-bottom: 4px; }

.ingredients { background: #f7f4ec; }
.ingredient-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.ingredient-card { min-height: 360px; position: relative; overflow: hidden; padding: 36px; border: 1px solid #ddd7c8; border-radius: 24px; background: #fff; box-shadow: 0 14px 40px rgba(21,55,40,.06); }
.ingredient-number { position: absolute; right: 22px; top: 15px; color: #eef0e9; font: 750 74px var(--font-sans); }
.ingredient-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: #eaf0e9; color: var(--green-2); }
.ingredient-tag { display: inline-block; margin-top: 24px; color: #9a721e; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.ingredient-card h3 { margin: 10px 0 4px; font: 750 26px var(--font-sans); }
.ingredient-card small { color: #829087; font-style: italic; }
.ingredient-card p { margin: 22px 0 0; max-width: 520px; color: #637169; font-size: 15px; line-height: 1.7; }
.label-note { max-width: 780px; margin: 25px auto 0; text-align: center; color: #78837d; font-size: 12px; line-height: 1.6; }

.dark-section { padding: 100px clamp(24px,7vw,112px); color: #fff; background: #0a2418; }
.section-intro.light h2 { color: #fff; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; max-width: 1180px; margin: 0 auto; }
.feature-grid article { position: relative; min-height: 260px; padding: 32px; border: 1px solid rgba(255,255,255,.11); border-radius: 22px; background: rgba(255,255,255,.045); }
.feature-grid article > span { position: absolute; right: 24px; top: 20px; color: rgba(255,255,255,.12); font: 750 48px var(--font-sans); }
.feature-grid svg { width: 34px; height: 34px; color: var(--gold-2); }
.feature-grid h3 { margin: 28px 0 12px; font: 750 23px var(--font-sans); }
.feature-grid p { margin: 0; color: #b8c8be; font-size: 15px; line-height: 1.65; }

.reviews { background: #fff; }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; max-width: 1180px; margin: 0 auto; }
.review-grid article { padding: 30px; border: 1px solid #ded9ca; border-radius: 20px; background: #fbfaf6; }
.stars { color: #c69328; letter-spacing: .15em; }
.review-grid p { min-height: 104px; color: #526159; line-height: 1.7; }
.review-grid b { display: block; }
.review-grid small { color: #8b958f; }

.usage { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.steps { display: grid; gap: 14px; }
.steps article { display: grid; grid-template-columns: 64px 1fr; gap: 19px; padding: 23px; border: 1px solid #ddd7c8; border-radius: 18px; background: #fff; }
.steps article > span { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 16px; color: #fff; background: var(--green-2); font: 750 21px var(--font-sans); }
.steps h3 { margin: 4px 0 7px; font: 750 20px var(--font-sans); }
.steps p { margin: 0; color: #68766e; font-size: 14px; line-height: 1.6; }

.faq { background: #eef1e9; }
.faq-list { max-width: 900px; margin: 0 auto; display: grid; gap: 12px; }
.faq details { border: 1px solid #d6dccf; border-radius: 15px; background: #fff; }
.faq summary { padding: 22px 24px; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-weight: 900; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: #b8831c; font-size: 22px; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: 0; padding: 0 24px 23px; color: #637169; line-height: 1.7; }

.final-cta { padding: 100px 24px; text-align: center; color: #fff; background: radial-gradient(circle at 50% 0,#29573d,#0b2519 60%); }
.final-cta h2 { max-width: 820px; margin-left: auto; margin-right: auto; color: #fff; }
.final-cta p { max-width: 680px; margin: 0 auto 27px; color: #c4d2c9; font-size: 17px; line-height: 1.7; }
.final-cta .gold-button { margin: 0 auto; }
footer { padding: 45px clamp(24px,7vw,112px); display: grid; grid-template-columns: .5fr 1.5fr auto; align-items: center; gap: 35px; color: #829087; background: #07160f; font-size: 12px; line-height: 1.6; }
.footer-brand { color: #fff; font: 700 21px var(--font-sans); letter-spacing: .12em; }
.footer-brand small { display: block; margin-top: 5px; color: var(--gold); font: 700 8px var(--font-sans); letter-spacing: .2em; }
.floating-order { position: fixed; z-index: 35; right: 24px; bottom: 24px; min-height: 58px; display: flex; align-items: center; gap: 11px; padding: 0 18px; border: 1px solid #f1d786; border-radius: 15px; color: #171307; background: linear-gradient(135deg,#b8831c,#f0c95f); box-shadow: 0 14px 38px rgba(0,0,0,.32); text-decoration: none; font-weight: 950; }
.floating-order b { padding-left: 11px; border-left: 1px solid rgba(0,0,0,.2); }

.symptoms { background: #eef1e9; }
.symptom-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.symptom-card { padding: 26px; border: 1px solid #d8ded3; border-radius: 20px; background: #fff; box-shadow: 0 10px 30px rgba(21,55,40,.05); }
.symptom-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: var(--green-2); background: #eaf0e9; }
.symptom-card h3 { margin: 18px 0 9px; font: 750 20px/1.25 var(--font-sans); }
.symptom-card p { margin: 0; color: #68766e; font-size: 14px; line-height: 1.6; }
.symptom-callout { max-width: 1180px; margin: 24px auto 0; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 18px; color: #fff; background: var(--green); }
.symptom-callout > div { display: flex; align-items: center; gap: 14px; }
.symptom-callout > div > svg { color: var(--gold-2); flex: 0 0 auto; }
.symptom-callout span { color: #bfd0c5; font-size: 13px; line-height: 1.55; }
.symptom-callout b { display: block; color: #fff; font-size: 16px; }

.order-page { min-height: 100vh; color: #fff; background: radial-gradient(circle at 15% 20%,#244b36,#0b2418 44%,#06130d 100%); }
.order-header { position: relative; background: rgba(6,19,13,.75); }
.back-link { display: flex; align-items: center; gap: 7px; color: #d8e2dc; font-size: 13px; text-underline-offset: 5px; }
.order-shell { width: min(1160px,calc(100% - 40px)); margin: 0 auto; padding: 58px 0 30px; display: grid; grid-template-columns: 1fr .82fr; gap: 44px; align-items: center; }
.won-badge { display: inline-block; padding: 8px 11px; border: 1px solid rgba(243,210,119,.35); border-radius: 99px; color: var(--gold-2); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.order-product h1 { max-width: 680px; margin: 16px 0 13px; font: 750 clamp(39px,4.7vw,63px)/1.02 var(--font-sans); letter-spacing: -.03em; }
.order-lead { max-width: 620px; color: #bed0c4; font-size: 17px; line-height: 1.65; }
.order-image-wrap { position: relative; width: min(100%,500px); margin-top: 24px; }
.order-image-wrap img { width: 100%; height: auto; border-radius: 24px; box-shadow: 0 25px 60px rgba(0,0,0,.3); }
.order-price { position: absolute; right: -18px; top: 20px; width: 126px; min-height: 126px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: #171307; background: linear-gradient(145deg,#f7e29c,#d19d2c); box-shadow: 0 15px 30px rgba(0,0,0,.34); }
.order-price small { opacity: .78; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.order-price b { font: 750 28px var(--font-sans); }
.order-price span { margin-top: 3px; font-size: 10px; font-weight: 900; }
.order-perks { list-style: none; margin: 26px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.order-perks li { display: flex; gap: 9px; padding: 13px; border: 1px solid rgba(255,255,255,.11); border-radius: 13px; background: rgba(255,255,255,.04); }
.order-perks svg { color: var(--gold-2); flex: 0 0 auto; }
.order-perks span { color: #aebfb4; font-size: 10px; line-height: 1.35; }
.order-perks b { display: block; color: #fff; font-size: 12px; }
.order-card { padding: 28px; border-radius: 26px; color: var(--ink); background: #fff; box-shadow: 0 25px 70px rgba(0,0,0,.35); }
.order-card-title > span { display: inline-flex; align-items: center; gap: 5px; color: #4e7b54; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.order-card-title > span svg { width: 15px; }
.order-card-title h2 { margin: 9px 0 4px; font: 750 32px var(--font-sans); }
.order-card-title p { margin: 0 0 18px; color: #728078; font-size: 13px; }
.order-form { display: grid; gap: 13px; }
.order-form label:not(.consent):not(.honeypot) { display: grid; gap: 7px; color: #2a4538; font-size: 12px; font-weight: 900; }
.order-form input:not([type="checkbox"]) { width: 100%; min-height: 51px; padding: 0 15px; border: 1px solid #d4dcd6; border-radius: 10px; outline: none; color: #18352a; background: #fff; font-size: 15px; font-weight: 400; }
.order-form input:focus { border-color: #bd9130; box-shadow: 0 0 0 3px rgba(216,169,61,.16); }
.consent { display: grid; grid-template-columns: 17px 1fr; gap: 9px; align-items: start; color: #6a766f; font-size: 10px; line-height: 1.45; cursor: pointer; }
.consent input { margin: 1px 0 0; accent-color: var(--green-2); }
.order-form button { min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 11px; color: #171307; background: linear-gradient(135deg,#b8831c,#f0c95f); box-shadow: 0 12px 24px rgba(184,131,28,.24); cursor: pointer; font-size: 14px; font-weight: 950; }
.order-form button span { padding-left: 8px; border-left: 1px solid rgba(0,0,0,.2); }
.order-form button:disabled { opacity: .7; cursor: wait; }
.spin { animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.form-note { margin: -2px 0 0; text-align: center; color: #849087; font-size: 10px; line-height: 1.5; }
.form-error { margin: 0; padding: 9px 11px; border-radius: 8px; color: #8c2821; background: #fbeceb; font-size: 11px; }
.honeypot { position: absolute !important; left: -10000px !important; }
.order-success { padding: 34px 12px 20px; text-align: center; }
.success-icon { width: 65px; height: 65px; margin: 0 auto 17px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #2d6c48; }
.order-success h2 { margin: 0; font: 750 30px var(--font-sans); }
.order-success p { color: #65736a; line-height: 1.65; }
.order-success > div:last-child { display: flex; align-items: center; justify-content: center; gap: 7px; color: #2d6c48; font-weight: 800; font-size: 12px; }
.order-success > div:last-child svg { width: 16px; }
.order-legal { max-width: 880px; margin: 0 auto; padding: 0 24px 34px; color: #899b90; text-align: center; font-size: 10px; line-height: 1.6; }

.product-details { background: #eef1e9; }
.fact-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.fact-grid article { min-height: 205px; padding: 26px; border: 1px solid #d7ddcf; border-radius: 20px; background: #fff; box-shadow: 0 10px 30px rgba(21,55,40,.05); }
.fact-grid article > span { color: #9a721e; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.fact-grid h3 { margin: 15px 0 10px; color: var(--green); font: 750 25px/1.15 var(--font-sans); }
.fact-grid p { margin: 0; color: #68766e; font-size: 14px; line-height: 1.65; }
.product-note { max-width: 950px; margin: 24px auto 0; padding: 22px 24px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 22px; border: 1px solid #d8c994; border-radius: 18px; background: #fffaf0; }
.product-note strong { color: #8b6518; white-space: nowrap; }
.product-note p { margin: 0; color: #68766e; font-size: 13px; line-height: 1.65; }
.footer-links { display: grid; justify-items: end; gap: 5px; }
.footer-links a { color: #d6e1da; text-underline-offset: 4px; }
.footer-links a:first-child { color: var(--gold-2); font-weight: 800; }

.price-summary { margin: 18px 0; padding: 16px 17px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid #e0d8c5; border-radius: 13px; background: #fbf8ef; }
.price-summary span { color: #617068; font-size: 13px; }
.price-summary strong { color: var(--green); font: 750 25px var(--font-sans); white-space: nowrap; }
.support-line { margin: 17px 0 0; padding-top: 16px; border-top: 1px solid #e4e7e2; color: #708078; text-align: center; font-size: 11px; line-height: 1.6; }
.support-line a { color: #245c41; font-weight: 800; text-underline-offset: 3px; }

.legal-page { min-height: 100vh; background: #f4f2eb; color: var(--ink); }
.legal-hero, .support-hero { padding: 76px 24px 58px; text-align: center; color: #fff; background: radial-gradient(circle at 50% 0,#2a583f,#0b2519 64%); }
.legal-hero h1, .support-hero h1 { margin: 12px 0; font: 750 clamp(40px,5vw,64px)/1.03 var(--font-sans); }
.legal-hero p, .support-hero p { max-width: 760px; margin: 0 auto; color: #c5d3ca; font-size: 16px; line-height: 1.7; }
.legal-content { width: min(900px,calc(100% - 40px)); margin: 42px auto; padding: clamp(26px,5vw,56px); border: 1px solid #ded9ca; border-radius: 24px; background: #fff; box-shadow: 0 16px 44px rgba(21,55,40,.06); }
.legal-content > p:first-child { margin-top: 0; color: #3f5549; font-size: 17px; }
.legal-content h2 { margin: 34px 0 12px; color: var(--green); font: 750 25px/1.2 var(--font-sans); }
.legal-content p, .legal-content li { color: #5f6f66; font-size: 15px; line-height: 1.75; }
.legal-content ul { padding-left: 22px; }
.legal-content a { color: #1f6244; font-weight: 800; text-underline-offset: 3px; }
.legal-contact { margin: 14px 0; padding: 20px; display: flex; flex-wrap: wrap; gap: 10px 24px; border: 1px solid #d9dfd5; border-radius: 14px; background: #f5f7f2; }
.legal-contact b { width: 100%; color: var(--green); font-size: 18px; }
.legal-contact span { color: #64736b; }
.legal-contact a { color: #1f6244; font-weight: 900; }
.legal-footer { min-height: 84px; padding: 24px clamp(20px,7vw,100px); display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px 30px; color: #aebdb4; background: #07160f; font-size: 12px; }
.legal-footer a { color: #e1e9e4; text-underline-offset: 4px; }

.support-hero { padding-bottom: 78px; }
.support-layout { width: min(1120px,calc(100% - 40px)); margin: -38px auto 48px; position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; }
.support-info { display: grid; gap: 16px; }
.support-info article { padding: 24px; display: grid; grid-template-columns: 46px 1fr; gap: 16px; border: 1px solid #dce1d9; border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(21,55,40,.07); }
.support-info article > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: var(--green-2); font-weight: 900; }
.support-info small { color: #9a721e; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.support-info h2 { margin: 7px 0; color: var(--green); font: 750 20px/1.25 var(--font-sans); }
.support-info h2 a { text-underline-offset: 4px; }
.support-info p { margin: 0; color: #6a786f; font-size: 13px; line-height: 1.6; }
.support-form-card { padding: clamp(25px,4vw,42px); border: 1px solid #d8dcd3; border-radius: 24px; background: #fff; box-shadow: 0 18px 48px rgba(21,55,40,.1); }
.support-form-card h2 { margin: 9px 0 24px; color: var(--green); font: 750 32px/1.15 var(--font-sans); }
.support-form { display: grid; gap: 15px; }
.support-form > label:not(.consent):not(.honeypot) { display: grid; gap: 7px; color: #2a4538; font-size: 13px; font-weight: 900; }
.support-form input:not([type="checkbox"]), .support-form textarea { width: 100%; padding: 13px 15px; border: 1px solid #d4dcd6; border-radius: 10px; outline: none; color: #18352a; background: #fff; font-size: 15px; font-weight: 400; }
.support-form input:not([type="checkbox"]) { min-height: 51px; }
.support-form textarea { resize: vertical; line-height: 1.55; }
.support-form input:focus, .support-form textarea:focus { border-color: #bd9130; box-shadow: 0 0 0 3px rgba(216,169,61,.16); }
.support-form button { min-height: 55px; border: 0; border-radius: 11px; color: #171307; background: linear-gradient(135deg,#b8831c,#f0c95f); cursor: pointer; font-weight: 950; }
.form-success { margin: 0 0 18px; padding: 14px 16px; border: 1px solid #b8d7c2; border-radius: 10px; color: #245b38; background: #edf8f0; font-size: 13px; line-height: 1.6; }
.support-form-card .form-error { margin: 0 0 18px; }
.support-form-card .form-error ul { margin: 7px 0 0; padding-left: 18px; }
.support-note { width: min(1120px,calc(100% - 40px)); margin: 0 auto 48px; padding: 30px; border: 1px solid #d8c994; border-radius: 20px; background: #fffaf0; }
.support-note h2 { margin: 0 0 18px; color: var(--green); font: 750 25px var(--font-sans); }
.support-note > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.support-note p { margin: 0; color: #65736b; font-size: 13px; line-height: 1.65; }
.support-note b { display: block; margin-bottom: 5px; color: #324d3e; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 58px; text-align: center; }
  .hero-copy > p { margin-left: auto; margin-right: auto; }
  .eyebrow, .hero-tags, .hero-actions { justify-content: center; }
  .hero-visual { width: min(560px,100%); margin: 0 auto; }
  .trust-strip { grid-template-columns: repeat(2,1fr); }
  .trust-strip > div:nth-child(2) { border-right: 0; }
  .about, .usage, .order-shell { grid-template-columns: 1fr; }
  .about { gap: 30px; }
  .order-shell { max-width: 700px; }
  .order-product { text-align: center; }
  .order-image-wrap, .order-lead { margin-left: auto; margin-right: auto; }
  .ingredient-grid, .feature-grid, .review-grid { grid-template-columns: 1fr; }
  .fact-grid { grid-template-columns: repeat(2,1fr); }
  .symptom-grid { grid-template-columns: repeat(2,1fr); }
  .symptom-callout { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-links { justify-items: center; }
  .support-layout { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-header, .order-header { height: 70px; padding: 0 16px; }
  .brand { font-size: 18px; }
  .brand small { font-size: 6px; }
  .header-order { padding: 11px 12px; font-size: 12px; }
  .back-link { font-size: 0; }
  .back-link svg { width: 22px; height: 22px; }
  .hero { min-height: 0; padding: 54px 20px 46px; gap: 34px; }
  .hero h1 { font-size: 43px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 15px; }
  .hero-visual { min-height: 365px; }
  .hero-visual img { width: 100%; border-radius: 20px; }
  .price-orbit { width: 105px; height: 105px; right: -4px; top: -18px; }
  .price-orbit strong { font-size: 22px; }
  .visual-caption { bottom: -5px; }
  .trust-strip { padding: 0; }
  .trust-strip > div { min-height: 98px; padding: 15px 12px; }
  .trust-strip svg { width: 23px; }
  .trust-strip b { font-size: 12px; }
  .trust-strip span { font-size: 10px; }
  .section, .dark-section { padding: 72px 20px; }
  .section-intro { margin-bottom: 34px; }
  .section-intro h2, .final-cta h2 { font-size: 36px; }
  .section-intro p { font-size: 15px; }
  .about-panel { padding: 28px 22px; }
  .ingredient-grid, .symptom-grid { grid-template-columns: 1fr; }
  .fact-grid { grid-template-columns: 1fr; }
  .product-note { grid-template-columns: 1fr; gap: 8px; }
  .product-note strong { white-space: normal; }
  .ingredient-card { min-height: 330px; padding: 28px 24px; }
  .steps article { grid-template-columns: 50px 1fr; padding: 18px; }
  .steps article > span { width: 48px; height: 48px; }
  .final-cta { padding: 76px 20px 100px; }
  .floating-order { bottom: 12px; left: 12px; right: 12px; min-height: 54px; justify-content: space-between; border-radius: 13px; }
  .order-shell { width: calc(100% - 24px); padding: 32px 0 20px; gap: 26px; }
  .order-product h1 { font-size: 39px; }
  .order-product .order-lead { font-size: 15px; }
  .order-image-wrap { width: calc(100% - 18px); }
  .order-price { width: 105px; min-height: 105px; right: -12px; top: 12px; }
  .order-price b { font-size: 23px; }
  .order-perks { grid-template-columns: 1fr; text-align: left; }
  .order-card { padding: 23px 18px; border-radius: 20px; }
  .price-summary { align-items: flex-start; flex-direction: column; gap: 7px; }
  .legal-hero, .support-hero { padding: 55px 20px 50px; }
  .support-hero { padding-bottom: 65px; }
  .legal-content { width: calc(100% - 24px); margin: 24px auto; padding: 24px 20px; border-radius: 18px; }
  .legal-content h2 { font-size: 22px; }
  .support-layout { width: calc(100% - 24px); margin-top: -30px; }
  .support-info article { padding: 19px; grid-template-columns: 40px 1fr; }
  .support-info article > span { width: 40px; height: 40px; }
  .support-form-card { padding: 24px 18px; border-radius: 19px; }
  .support-note { width: calc(100% - 24px); padding: 23px 19px; }
  .support-note > div { grid-template-columns: 1fr; }
}

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

/* Bilgi merkezi ve makale sayfaları */
.dark-text { margin-top: 20px; color: var(--green); }
.knowledge-preview { background: #fff; }
.knowledge-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.knowledge-card { min-height: 255px; display: flex; flex-direction: column; padding: 30px; border: 1px solid #ddd9cc; border-radius: 22px; color: var(--ink); background: #fbfaf6; text-decoration: none; box-shadow: 0 12px 35px rgba(21,55,40,.05); transition: transform .2s,border-color .2s,box-shadow .2s; }
.knowledge-card:hover { transform: translateY(-4px); border-color: #c8a75e; box-shadow: 0 18px 42px rgba(21,55,40,.1); }
.knowledge-card.featured { color: #fff; border-color: #24543c; background: linear-gradient(145deg,#174f35,#0a2418); }
.knowledge-card > span { color: #9a721e; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.knowledge-card.featured > span { color: var(--gold-2); }
.knowledge-card h3 { margin: 18px 0 10px; font: 750 25px/1.18 var(--font-sans); }
.knowledge-card p { margin: 0 0 25px; color: #66756d; font-size: 14px; line-height: 1.7; }
.knowledge-card.featured p { color: #bdd0c4; }
.knowledge-card b { margin-top: auto; color: #976e18; font-size: 13px; }
.knowledge-card.featured b { color: var(--gold-2); }
.knowledge-all { margin-top: 28px; display: flex; justify-content: center; }

.article-page { min-height: 100vh; background: #f4f2eb; }
.article-header { position: sticky; top: 0; z-index: 50; min-height: 78px; padding: 0 clamp(20px,5vw,72px); display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #fff; background: rgba(7,22,15,.97); border-bottom: 1px solid rgba(216,169,61,.18); backdrop-filter: blur(14px); }
.article-nav { display: flex; align-items: center; gap: 20px; }
.article-nav a { color: #dbe5df; text-decoration: none; font-size: 13px; }
.article-nav a:hover { color: var(--gold-2); }
.article-nav .header-order { color: #151108; }
.article-hero { padding: 76px clamp(24px,7vw,112px) 82px; color: #fff; background: radial-gradient(circle at 82% 20%,#2c5b42,#0b281b 45%,#07160f 100%); }
.article-hero-inner { width: min(960px,100%); margin: 0 auto; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-bottom: 24px; color: #b9c9bf; font-size: 12px; }
.breadcrumbs a { color: var(--gold-2); text-underline-offset: 4px; }
.article-hero h1 { max-width: 850px; margin: 14px 0 18px; font: 750 clamp(38px,5vw,66px)/1.04 var(--font-sans); letter-spacing: -.03em; }
.article-hero .article-lead { max-width: 780px; margin: 0; color: #ccdad1; font-size: 18px; line-height: 1.75; }
.article-meta { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 9px; }
.article-meta span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 99px; color: #e4ece7; font-size: 11px; }
.article-shell { width: min(1180px,calc(100% - 40px)); margin: -34px auto 70px; display: grid; grid-template-columns: minmax(0,1fr) 270px; gap: 26px; align-items: start; position: relative; z-index: 2; }
.article-content { padding: clamp(28px,5vw,64px); border: 1px solid #e1ded4; border-radius: 25px; background: #fff; box-shadow: 0 20px 55px rgba(20,48,36,.08); }
.article-content > :first-child { margin-top: 0; }
.article-content h2 { margin: 46px 0 14px; color: var(--green); font: 750 clamp(27px,3vw,36px)/1.18 var(--font-sans); letter-spacing: -.015em; }
.article-content h3 { margin: 30px 0 10px; color: #1b4935; font: 750 22px/1.3 var(--font-sans); }
.article-content p, .article-content li { color: #53655c; font-size: 16px; line-height: 1.82; }
.article-content ul, .article-content ol { padding-left: 22px; }
.article-content li + li { margin-top: 8px; }
.article-content a { color: #1d6042; text-underline-offset: 4px; }
.article-content strong { color: #244436; }
.article-summary { margin: 0 0 32px; padding: 24px; border-left: 4px solid var(--gold); border-radius: 0 16px 16px 0; background: #f8f3e4; }
.article-summary b { display: block; margin-bottom: 7px; color: #8c6618; }
.article-summary p { margin: 0; }
.info-box, .warning-box, .order-box { margin: 28px 0; padding: 24px; border-radius: 18px; }
.info-box { border: 1px solid #d7e3da; background: #eff5f0; }
.warning-box { border: 1px solid #e2c98d; background: #fff8e7; }
.order-box { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; color: #fff; background: linear-gradient(145deg,#174f35,#0a2418); }
.order-box h2, .order-box h3 { margin: 0 0 8px; color: #fff; }
.order-box p { margin: 0; color: #c4d3ca; }
.quick-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; margin: 25px 0; }
.quick-card { padding: 21px; border: 1px solid #dde2db; border-radius: 16px; background: #fbfcfa; }
.quick-card b { display: block; margin-bottom: 6px; color: var(--green); }
.quick-card p { margin: 0; font-size: 14px; line-height: 1.65; }
.usage-timeline { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin: 24px 0; }
.usage-timeline article { padding: 23px; border-radius: 18px; color: #fff; background: #123a2b; }
.usage-timeline span { display: inline-block; color: var(--gold-2); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.usage-timeline h3 { margin: 10px 0 7px; color: #fff; }
.usage-timeline p { margin: 0; color: #c5d2ca; font-size: 14px; }
.article-table { width: 100%; margin: 24px 0; border-collapse: collapse; overflow: hidden; border-radius: 14px; }
.article-table th, .article-table td { padding: 14px 16px; border: 1px solid #dde1da; text-align: left; vertical-align: top; }
.article-table th { color: #fff; background: var(--green); }
.article-table td { color: #53655c; background: #fff; }
.source-list { margin-top: 40px; padding-top: 25px; border-top: 1px solid #e2e0d8; }
.source-list h2 { margin-top: 0; font-size: 24px; }
.source-list li { font-size: 13px; }
.article-sidebar { position: sticky; top: 104px; display: grid; gap: 16px; }
.toc-card, .side-order-card { padding: 22px; border: 1px solid #dedbd0; border-radius: 18px; background: #fff; box-shadow: 0 12px 35px rgba(20,48,36,.06); }
.toc-card strong { display: block; margin-bottom: 12px; color: var(--green); }
.toc-card a { display: block; padding: 8px 0; border-bottom: 1px solid #eeeae1; color: #5b6b62; text-decoration: none; font-size: 13px; }
.toc-card a:last-child { border-bottom: 0; }
.toc-card a:hover { color: #a7781f; }
.side-order-card { color: #fff; background: #0d2a1c; }
.side-order-card span { color: var(--gold-2); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.side-order-card h3 { margin: 10px 0 7px; color: #fff; }
.side-order-card p { margin: 0 0 17px; color: #bfd0c5; font-size: 13px; line-height: 1.6; }
.side-order-card .gold-button { width: 100%; padding: 13px 15px; font-size: 13px; }
.hub-hero { padding-bottom: 105px; text-align: center; }
.hub-hero .article-hero-inner { display: grid; justify-items: center; }
.hub-grid { width: min(1180px,calc(100% - 40px)); margin: -54px auto 78px; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; position: relative; z-index: 2; }
.hub-card { min-height: 310px; display: flex; flex-direction: column; padding: 30px; border: 1px solid #dedbd0; border-radius: 22px; color: var(--ink); background: #fff; text-decoration: none; box-shadow: 0 15px 42px rgba(20,48,36,.08); }
.hub-card:hover { border-color: #c7a65e; transform: translateY(-3px); }
.hub-card .hub-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: #eaf0e9; font-size: 24px; }
.hub-card > span:not(.hub-icon) { margin-top: 22px; color: #956b18; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.hub-card h2 { margin: 10px 0; font: 750 24px/1.2 var(--font-sans); }
.hub-card p { margin: 0 0 22px; color: #637169; font-size: 14px; line-height: 1.7; }
.hub-card b { margin-top: auto; color: #1d6042; font-size: 13px; }

@media (max-width: 980px) {
  .knowledge-grid, .hub-grid { grid-template-columns: repeat(2,1fr); }
  .article-nav a:not(.header-order) { display: none; }
  .article-shell { grid-template-columns: 1fr; }
  .article-sidebar { position: static; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .knowledge-grid, .hub-grid, .quick-grid, .usage-timeline { grid-template-columns: 1fr; }
  .knowledge-card { min-height: 230px; padding: 24px; }
  .article-header { min-height: 70px; padding: 0 15px; }
  .article-header .brand { font-size: 18px; }
  .article-header .brand small { font-size: 6px; }
  .article-nav { gap: 8px; }
  .article-nav .header-order { padding: 11px 12px; font-size: 12px; }
  .article-hero { padding: 52px 20px 70px; }
  .article-hero .article-lead { font-size: 16px; }
  .article-shell { width: calc(100% - 24px); margin-top: -24px; }
  .article-content { padding: 27px 20px; border-radius: 18px; }
  .article-content p, .article-content li { font-size: 15px; }
  .article-sidebar { grid-template-columns: 1fr; }
  .order-box { grid-template-columns: 1fr; }
  .article-table { display: block; overflow-x: auto; }
  .hub-grid { width: calc(100% - 24px); margin-bottom: 55px; }
}
