/* Nerve Honey — nervehoneys.com — prefix nhy- */
:root{
  --ink:#241F18;
  --ink-soft:#5C5548;
  --gold:#B8860B;
  --gold-deep:#8C6508;
  --gold-light:#D4A62B;
  --cream:#FBF7EE;
  --cream-2:#F3E9D2;
  --line:rgba(36,31,24,.14);
  --white:#FFFFFF;
  --good:#2F7A4F;
  --radius:20px;
  --shadow:0 18px 40px -18px rgba(36,31,24,.28);
  --font-head:'Sora',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  --font-body:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;font-family:var(--font-body);color:var(--ink);background:var(--white);
  font-size:18px;line-height:1.65;overflow-x:clip;-webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{font-family:var(--font-head);color:var(--ink);line-height:1.22;margin:0 0 .5em;font-weight:700}
h1{font-size:clamp(2.1rem,4.2vw,3.15rem)}
h2{font-size:clamp(1.6rem,3vw,2.3rem)}
h3{font-size:1.45rem}
h4{font-size:1.12rem;margin-bottom:.4em}
p{margin:0 0 1em}
a{color:var(--gold-deep);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;display:block}
ul{margin:0;padding:0;list-style:none}
.nhy-wrap{max-width:1180px;margin:0 auto;padding:0 24px}
.nhy-sec{padding:76px 0}
.nhy-sec-blush{background:var(--cream)}
.nhy-sec-dark{background:linear-gradient(160deg,#241F18,#3A3122);color:#E7DEC9}
.nhy-sec-dark h2,.nhy-sec-dark h3{color:#fff}
.nhy-sec-dark p{color:#CFC3A6}
.nhy-logo,.nhy-links a,.nhy-btn,.nhy-btn-ghost,.nhy-foot-nav a,.nhy-foot-legal a,.nhy-rel a{text-decoration:none}

/* announcement strip */
.nhy-strip{background:var(--ink);color:#EFE6D3;font-size:14px;padding:9px 0;display:flex;gap:28px;justify-content:center;flex-wrap:wrap;text-align:center}
.nhy-strip b{color:var(--gold-light)}

/* nav */
.nhy-nav{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.nhy-nav .nhy-wrap{display:flex;align-items:center;justify-content:space-between;padding-top:14px;padding-bottom:14px}
.nhy-logo{font-family:var(--font-head);font-weight:700;font-size:1.5rem;color:var(--ink)}
.nhy-logo em{font-style:normal;color:var(--gold-deep)}
.nhy-links{display:flex;align-items:center;gap:26px;flex-wrap:wrap}
.nhy-links a{color:var(--ink);font-weight:600;font-size:15px}
.nhy-links a:hover{color:var(--gold-deep)}
.nhy-toggle{display:none;background:none;border:0;font-size:26px;color:var(--ink);cursor:pointer}
@media(max-width:860px){
  .nhy-links{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;align-items:flex-start;padding:16px 24px 22px;border-bottom:1px solid var(--line);display:none;gap:14px}
  .nhy-links.open{display:flex}
  .nhy-toggle{display:block}
}

/* buttons */
.nhy-btn{display:inline-block;background:var(--gold-deep);color:#fff;font-weight:700;padding:14px 26px;border-radius:12px;box-shadow:0 12px 26px -10px rgba(140,101,8,.55);transition:transform .15s ease,box-shadow .15s ease}
.nhy-btn:hover{transform:translateY(-2px);box-shadow:0 16px 30px -10px rgba(140,101,8,.65)}
.nhy-btn-ghost{display:inline-block;border:2px solid var(--ink);color:var(--ink);font-weight:700;padding:12px 24px;border-radius:12px}
.nhy-btn-ghost:hover{background:var(--cream-2)}
.nhy-btn-full{width:100%;text-align:center}
.nhy-mid{text-align:center}

/* hero */
.nhy-hero{padding:44px 0 10px;background:radial-gradient(1100px 480px at 85% -10%,#F6ECD4 0%,transparent 60%),var(--white)}
.nhy-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:52px;align-items:start}
@media(max-width:940px){.nhy-hero-grid{grid-template-columns:1fr}}
.nhy-pill{display:inline-block;background:var(--cream-2);color:var(--gold-deep);font-weight:700;font-size:14px;padding:8px 16px;border-radius:999px}
.nhy-hero-copy h1{margin-top:16px}
.nhy-hero-copy em{font-style:normal;color:var(--gold-deep)}
.nhy-answer{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:22px 24px;margin:20px 0}
.nhy-answer .tag{display:inline-block;background:var(--gold-deep);color:#fff;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:4px 10px;border-radius:8px;margin-bottom:10px}
.nhy-answer p{margin-bottom:.7em;color:var(--ink-soft)}
.nhy-answer p.first{color:var(--ink);font-weight:600}
.nhy-facts{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}
.nhy-facts li{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 16px;font-size:14px;font-weight:700;color:var(--ink)}
.nhy-check{margin:20px 0;display:flex;flex-direction:column;gap:10px}
.nhy-check li{position:relative;padding-left:28px;color:var(--ink-soft)}
.nhy-check li::before{content:'✓';position:absolute;left:0;top:0;color:var(--good);font-weight:800}
.nhy-figures{display:flex;gap:30px;margin:24px 0}
.nhy-figures div{display:flex;flex-direction:column}
.nhy-figures b{font-family:var(--font-head);font-size:2rem;color:var(--gold-deep)}
.nhy-figures span{font-size:13px;color:var(--ink-soft)}
.nhy-hero-btns{display:flex;gap:14px;flex-wrap:wrap;margin:22px 0 18px}
.nhy-hero-trust{display:flex;gap:18px;flex-wrap:wrap;font-size:13px;color:var(--ink-soft)}
.nhy-hero-trust span::before{content:'• '}
.nhy-hero-trust span:first-child::before{content:''}
.nhy-hero-shot{display:flex;justify-content:center}
.nhy-hero-card{background:var(--cream);border:1px solid var(--line);border-radius:28px;padding:26px;width:100%;max-width:380px;box-shadow:var(--shadow)}
.nhy-hero-card img{margin:0 auto 18px;max-height:360px;object-fit:contain}
.nhy-hero-card .nhy-facts{justify-content:center}

/* hero diagram card */
.nhy-diagram{margin-top:20px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}
.nhy-diagram h5{font-family:var(--font-body);font-weight:800;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--gold-deep);margin:0 0 10px;text-align:center}
.nhy-diagram svg{width:100%;height:auto;display:block}
.nhy-diagram .legend{display:flex;justify-content:center;gap:18px;margin-top:8px;font-size:12px;color:var(--ink-soft)}
.nhy-diagram .legend span{display:inline-flex;align-items:center;gap:6px}
.nhy-diagram .legend i{width:10px;height:10px;border-radius:3px;display:inline-block}
.nhy-diagram .cap{font-size:11px;color:#9C927D;text-align:center;margin-top:8px;font-style:italic}

/* section head */
.nhy-head{max-width:720px;margin:0 auto 40px;text-align:center}
.nhy-eyebrow{display:inline-block;font-weight:800;font-size:12.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:10px}
.nhy-head p{color:var(--ink-soft)}

/* grids & cards */
.nhy-grid{display:grid;gap:22px}
.nhy-g2{grid-template-columns:repeat(2,1fr)}
.nhy-g3{grid-template-columns:repeat(3,1fr)}
.nhy-g4{grid-template-columns:repeat(4,1fr)}
@media(max-width:900px){.nhy-g4{grid-template-columns:repeat(2,1fr)}.nhy-g3{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.nhy-g4,.nhy-g3,.nhy-g2{grid-template-columns:1fr}}
.nhy-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;min-width:0}
.nhy-card p{color:var(--ink-soft);margin-bottom:0}
.nhy-card-badge{text-align:center}
.nhy-card-badge img{width:96px;height:auto;margin:0 auto 14px;object-fit:contain}
.nhy-idx{width:34px;height:34px;border-radius:10px;background:var(--cream-2);color:var(--gold-deep);font-family:var(--font-head);font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.nhy-idx-v{background:var(--gold-deep);color:#fff}
.nhy-ing-card{text-align:left}
.nhy-ing-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:14px;margin-bottom:14px}

/* split section */
.nhy-split{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:center}
@media(max-width:900px){.nhy-split{grid-template-columns:1fr}}
.nhy-split-copy p{color:var(--ink-soft)}
.nhy-callout{background:var(--cream);border-left:4px solid var(--gold-deep);border-radius:12px;padding:16px 20px;font-size:15px;color:var(--ink-soft)}
.nhy-callout b{color:var(--ink)}

/* list */
.nhy-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
@media(max-width:760px){.nhy-list{grid-template-columns:1fr}}
.nhy-list li{background:#fff;border:1px solid var(--line);border-left:4px solid var(--gold-deep);border-radius:14px;padding:18px 20px;color:var(--ink-soft)}
.nhy-list li b{display:block;color:var(--ink);margin-bottom:4px;font-family:var(--font-head)}

/* reviews */
.nhy-rev-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.nhy-rev-head img{width:52px;height:52px;border-radius:50%;object-fit:cover;flex-shrink:0}
.nhy-rev-name{font-weight:800;color:var(--ink)}
.nhy-rev-sub{font-size:13px;color:var(--ink-soft)}
.nhy-stars{color:#D8A21B;letter-spacing:2px;margin-bottom:8px}
.nhy-board{display:flex;justify-content:center;gap:48px;margin-top:34px;flex-wrap:wrap}
.nhy-board div{text-align:center}
.nhy-board b{display:block;font-family:var(--font-head);font-size:1.8rem;color:var(--gold-deep)}
.nhy-board span{font-size:13px;color:var(--ink-soft)}

/* pricing */
.nhy-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:start}
@media(max-width:900px){.nhy-plans{grid-template-columns:1fr}}
.nhy-plan{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px 24px;text-align:center;position:relative;min-width:0}
.nhy-plan.top{border:2px solid var(--gold-deep);box-shadow:var(--shadow);transform:translateY(-8px)}
@media(max-width:900px){.nhy-plan.top{transform:none}}
.nhy-badge{display:inline-block;background:var(--gold-deep);color:#fff;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:6px 14px;border-radius:999px;margin-bottom:14px}
.nhy-badge-plum{background:var(--ink)}
.nhy-plan img.pk{max-width:200px;margin:0 auto 16px}
.nhy-plan-ttl{font-family:var(--font-head);font-weight:700;font-size:1.3rem;color:var(--ink)}
.nhy-plan-sub{font-size:13px;color:var(--ink-soft);margin-bottom:10px}
.nhy-plan-price{font-family:var(--font-head);font-size:2.4rem;font-weight:700;color:var(--ink)}
.nhy-plan-price small{font-size:.9rem;font-weight:500;color:var(--ink-soft)}
.nhy-plan-was{color:#B0A48A;text-decoration:line-through;font-size:14px;margin-top:2px}
.nhy-plan-tot{font-weight:800;margin:6px 0 2px}
.nhy-plan-ship{color:var(--good);font-weight:700;font-size:14px;margin-bottom:14px}
.nhy-plan-ship.pay{color:var(--ink-soft);font-weight:600}
.nhy-plan ul{margin:16px 0;text-align:left;display:flex;flex-direction:column;gap:8px}
.nhy-plan ul li{position:relative;padding-left:24px;font-size:14.5px;color:var(--ink-soft)}
.nhy-plan ul li::before{content:'✓';position:absolute;left:0;color:var(--good);font-weight:800}
.nhy-plan img.cards{max-width:200px;margin:14px auto 0}

/* flag box */
.nhy-flag{background:#F3E9D2;border:1px solid #DFC98A;border-radius:14px;padding:18px 22px;color:#5C4A12}
.nhy-flag b{color:#3E3108}

/* guarantee */
.nhy-guar{display:grid;grid-template-columns:.5fr 1fr;gap:44px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:24px;padding:44px}
@media(max-width:820px){.nhy-guar{grid-template-columns:1fr;padding:30px}}
.nhy-guar p{color:var(--ink-soft)}

/* timeline visualization */
.nhy-timeline{margin-top:22px}
.nhy-timeline .bar{position:relative;height:34px;border-radius:10px;background:var(--cream-2);overflow:hidden;display:flex}
.nhy-timeline .seg{height:100%;display:flex;align-items:center;justify-content:center;font-size:11.5px;font-weight:800;color:#fff}
.nhy-timeline .seg.window{background:var(--good)}
.nhy-timeline .seg.after{background:#DED0A6;color:var(--ink)}
.nhy-timeline .labels{display:flex;justify-content:space-between;font-size:12px;color:var(--ink-soft);margin-top:8px}
.nhy-timeline .cap{font-size:12px;color:#9C927D;margin-top:10px;font-style:italic}

/* narrow container */
.nhy-narrow{max-width:800px;margin:0 auto}
.nhy-steps{display:flex;flex-direction:column;gap:14px}
.nhy-step{display:flex;gap:18px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px 22px;align-items:flex-start}
.nhy-step .n{width:36px;height:36px;border-radius:50%;background:var(--gold-deep);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:var(--font-head)}
.nhy-step h4{margin-bottom:4px}
.nhy-step p{color:var(--ink-soft);margin:0}

/* FAQ */
.nhy-faq-row{border-bottom:1px solid var(--line)}
.nhy-faq-btn{width:100%;text-align:left;background:none;border:0;padding:20px 0;font-family:var(--font-head);font-weight:700;font-size:17px;color:var(--ink);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px}
.nhy-faq-btn::after{content:'+';font-size:22px;color:var(--gold-deep);flex-shrink:0;transition:transform .2s ease}
.nhy-faq-btn[aria-expanded="true"]::after{transform:rotate(45deg)}
.nhy-faq-body{max-height:0;overflow:hidden;transition:max-height .25s ease}
.nhy-faq-body p{color:var(--ink-soft);padding-bottom:18px;margin:0}

/* refs */
.nhy-refs li{border-bottom:1px solid var(--line);padding:14px 0}
.nhy-refs a{font-weight:700;color:var(--gold-deep)}

/* bonuses */
.nhy-bonus{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;text-align:center}
.nhy-bonus img{border-radius:10px;margin-bottom:14px;aspect-ratio:3/3.4;object-fit:cover}
.nhy-bonus .tag2{display:inline-block;margin-top:12px;font-size:12px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;color:var(--gold-deep);border:1px solid var(--gold-deep);border-radius:999px;padding:6px 14px}
.nhy-bonus.noimg{display:flex;flex-direction:column;justify-content:center;min-height:220px;background:var(--cream-2)}

/* related / blog teasers */
.nhy-rel{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
@media(max-width:800px){.nhy-rel{grid-template-columns:1fr}}
.nhy-rel a{display:block;background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px}
.nhy-rel a:hover{border-color:var(--gold-deep)}
.nhy-rel b{display:block;color:var(--ink);font-family:var(--font-head);margin-bottom:6px}
.nhy-rel span{font-size:14px;color:var(--ink-soft)}

/* final CTA */
.nhy-final{background:linear-gradient(160deg,#241F18,#3A3122);border-radius:28px;padding:56px 32px;text-align:center;color:#fff}
.nhy-final h2{color:#fff}
.nhy-final p{color:#CFC3A6}
.nhy-final img{margin:0 auto 18px}
.nhy-final .old{text-decoration:line-through;color:#9C927D}
.nhy-final .new{font-family:var(--font-head);font-size:1.8rem;color:var(--gold-light);margin-bottom:18px}
.nhy-final .sm{font-size:13px;color:#B8AD91;margin-top:14px}

/* payment security */
.nhy-pay{display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap;text-align:center}
.nhy-pay img{max-height:40px;width:auto}

/* footer */
.nhy-foot{background:var(--ink);color:#C9BEA3;padding:52px 0 30px}
.nhy-foot-nav,.nhy-foot-legal{display:flex;flex-wrap:wrap;gap:22px;justify-content:center;margin-bottom:16px}
.nhy-foot-nav a,.nhy-foot-legal a{color:#F1E8D3;font-weight:600;font-size:14.5px}
.nhy-foot-legal a{color:#C9BEA3;font-weight:500}
.nhy-foot hr{border:none;border-top:1px solid rgba(255,255,255,.14);margin:22px 0}
.nhy-foot p{font-size:14px;color:#D6CCB2;max-width:920px;margin:0 auto 14px}
.nhy-foot b{color:#F1E8D3}
.nhy-foot .cr{text-align:center;font-size:13px;color:#A79C81;margin-top:18px}

/* sticky bar */
.nhy-sticky{position:fixed;left:0;right:0;bottom:0;z-index:50;background:#fff;border-top:1px solid var(--line);box-shadow:0 -10px 24px -14px rgba(36,31,24,.3);padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;transform:translateY(0);transition:transform .25s ease}
.nhy-sticky.hide{transform:translateY(110%)}
.nhy-sticky .t b{display:block;color:var(--ink)}
.nhy-sticky .t small{color:var(--ink-soft)}
@media(min-width:860px){.nhy-sticky{display:none}}

/* reveal animation */
[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}
[data-reveal].is-in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none;transition:none}}

/* hero gauge fill animation */
.nhy-gauge-fill{stroke-dashoffset:220}
.is-in .nhy-gauge-fill{animation:nhyGaugeFill 1.6s ease forwards .3s}
@keyframes nhyGaugeFill{to{stroke-dashoffset:55}}
@media(prefers-reduced-motion:reduce){.is-in .nhy-gauge-fill{animation:none;stroke-dashoffset:55}}

/* simple animated bar chart (blog posts) */
.nhy-chart{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px}
.nhy-chart svg{width:100%;height:auto;display:block}
.nhy-chart-bar{transform-box:fill-box;transform-origin:bottom;transform:scaleY(0);transition:transform .9s cubic-bezier(.2,.7,.3,1)}
.is-in .nhy-chart-bar{transform:scaleY(1)}
.nhy-chart .cap{font-size:12px;color:#9C927D;margin-top:10px;font-style:italic}
@media(prefers-reduced-motion:reduce){.nhy-chart-bar{transition:none;transform:scaleY(1)}}

/* legal pages (self-contained) */
.nhy-legal-body{font-family:var(--font-body);color:var(--ink);max-width:820px;margin:0 auto;padding:50px 24px 80px;line-height:1.7}
.nhy-legal-nav{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid var(--line)}
.nhy-legal-nav a{font-family:var(--font-head);font-weight:700;color:var(--ink)}
.nhy-legal-body h1{margin-bottom:.3em}
.nhy-legal-body h2{font-size:1.3rem;margin-top:1.6em}
.nhy-legal-body p,.nhy-legal-body li{color:var(--ink-soft)}
.nhy-legal-body .updated{color:#9C927D;font-size:14px;margin-bottom:2em}

/* blog */
.nhy-blog-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px}
.nhy-blog-hero{padding:50px 0 10px}
.nhy-post-body p,.nhy-post-body li{color:var(--ink-soft)}
.nhy-post-body h2{margin-top:1.4em}
.nhy-progress{position:fixed;top:0;left:0;height:3px;background:var(--gold-deep);z-index:60;width:0%}

/* exit intent modal */
.nhy-exit{position:fixed;inset:0;background:rgba(36,31,24,.6);display:none;align-items:center;justify-content:center;z-index:70;padding:20px}
.nhy-exit.open{display:flex}
.nhy-exit-card{background:#fff;border-radius:18px;max-width:420px;width:100%;padding:34px 30px;text-align:center;position:relative}
.nhy-exit-close{position:absolute;top:14px;right:18px;background:none;border:0;font-size:22px;color:var(--ink-soft);cursor:pointer}
.nhy-exit-card h3{margin-bottom:10px}
.nhy-exit-card p{color:var(--ink-soft)}

/* back to top */
.nhy-totop{display:none;position:fixed;right:22px;bottom:90px;width:46px;height:46px;border-radius:50%;background:var(--gold-deep);color:#fff;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow);z-index:45;font-size:18px}
@media(min-width:860px){.nhy-totop{bottom:28px}}

/* 404 */
.nhy-404{text-align:center;padding:110px 24px}
