
:root{
  --green:#116b58;--green-dark:#0a4b3d;--blue:#244a8f;--gold:#e4b65f;
  --ink:#13252b;--muted:#5c6c72;--soft:#f3f8f6;--line:#dfe8e3;--white:#fff;
  --shadow:0 18px 50px rgba(16,45,39,.10);--radius:22px;--max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.65;overflow-x:hidden}
img,svg{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button,a{touch-action:manipulation}
:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
.container{width:min(calc(100% - 32px),var(--max));margin-inline:auto}
.skip-link{position:absolute;left:-9999px;top:8px;background:#fff;padding:10px;z-index:9999}.skip-link:focus{left:8px}
.topbar{background:var(--green-dark);color:#fff;font-size:.82rem;padding:8px 0;text-align:center}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.25rem;letter-spacing:-.03em}
.brand-mark{width:38px;height:38px;border-radius:12px;background:var(--green);display:grid;place-items:center;color:#fff;font-weight:900}
.nav-links{display:flex;align-items:center;gap:24px;font-size:.95rem}
.nav-links a{color:#34464c}.nav-links a:hover{color:var(--green)}
.nav-cta,.btn{min-height:46px;padding:12px 20px;border-radius:999px;background:var(--green);color:#fff;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;cursor:pointer;box-shadow:0 10px 24px rgba(17,107,88,.18);transition:transform .2s,box-shadow .2s,background .2s}
.nav-cta:hover,.btn:hover{transform:translateY(-2px);background:var(--green-dark);box-shadow:0 14px 30px rgba(17,107,88,.24)}
.btn.secondary{background:#fff;color:var(--green);border:1px solid #bcd6cb;box-shadow:none}.btn.secondary:hover{background:var(--soft)}
.menu-toggle{display:none;border:0;background:transparent;font-size:1.7rem;width:44px;height:44px}
.hero{background:linear-gradient(135deg,#f4faf7 0%,#fff 55%,#f2f5fc 100%);padding:76px 0 62px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:48px}
.eyebrow{display:inline-flex;gap:8px;align-items:center;padding:7px 12px;background:#e6f3ee;color:var(--green-dark);border-radius:999px;font-weight:800;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}
h1,h2,h3{line-height:1.12;letter-spacing:-.035em;margin:0 0 18px}
h1{font-size:clamp(2.45rem,5vw,4.8rem);max-width:720px}
h2{font-size:clamp(2rem,3.6vw,3.1rem)}
h3{font-size:1.3rem}
.hero p.lead{font-size:clamp(1.05rem,1.6vw,1.25rem);color:var(--muted);max-width:650px}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0}
.hero-art{position:relative}.hero-art img{width:100%;filter:drop-shadow(0 30px 35px rgba(25,45,40,.16))}
.trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.trust{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--line);padding:8px 11px;border-radius:999px;font-size:.84rem;color:#405158;box-shadow:0 7px 18px rgba(20,50,40,.05)}
.section{padding:88px 0}.section.soft{background:var(--soft)}
.section-head{max-width:720px;margin-bottom:42px}.section-head.center{margin-inline:auto;text-align:center}
.kicker{color:var(--green);font-weight:850;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 8px 25px rgba(20,50,40,.05);transition:transform .22s,box-shadow .22s}
.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.icon{width:50px;height:50px;border-radius:16px;background:#e6f3ee;color:var(--green);display:grid;place-items:center;font-size:1.35rem;margin-bottom:18px}
.card p{color:var(--muted);margin:0}
.ingredient-grid .card{padding:24px}.ingredient-icon{font-size:2rem;margin-bottom:12px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;counter-reset:steps}.step{position:relative;padding:30px;border-radius:var(--radius);background:#fff;border:1px solid var(--line)}.step:before{counter-increment:steps;content:counter(steps);position:absolute;right:20px;top:18px;width:38px;height:38px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:900}
.split{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.split img{width:100%;border-radius:28px;box-shadow:var(--shadow)}
.check-list{padding:0;margin:20px 0;list-style:none;display:grid;gap:12px}.check-list li{display:flex;gap:10px}.check-list li:before{content:"✓";color:var(--green);font-weight:900}
.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.quote{font-size:1rem;color:#3e5158}.person{display:flex;align-items:center;gap:12px;margin-top:20px}.person img{width:48px;height:48px;border-radius:50%}.stars{color:#c58d21;letter-spacing:.12em}
.faq{max-width:860px;margin:auto}.faq-item{border-bottom:1px solid var(--line)}.faq-q{width:100%;text-align:left;border:0;background:none;padding:20px 0;font:inherit;font-weight:800;display:flex;justify-content:space-between;gap:20px;cursor:pointer}.faq-a{max-height:0;overflow:hidden;color:var(--muted);transition:max-height .25s ease}.faq-item.open .faq-a{max-height:220px;padding:0 0 20px}
.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.price-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:28px;padding:26px;display:flex;flex-direction:column;box-shadow:0 10px 28px rgba(20,50,40,.06);transition:transform .22s,box-shadow .22s}.price-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.price-card.popular{border:2px solid var(--green);transform:scale(1.02)}.price-card.popular:hover{transform:scale(1.02) translateY(-6px)}.badge{position:absolute;right:18px;top:18px;background:var(--green);color:#fff;padding:6px 10px;border-radius:999px;font-size:.72rem;font-weight:850}.price-img{height:290px;display:grid;place-items:center}.price-img img{max-height:270px;width:auto}.price{font-size:2.1rem;font-weight:900;margin:8px 0}.price small{font-size:.9rem;font-weight:600;color:var(--muted)}.save{color:var(--green);font-weight:800;font-size:.9rem;margin-bottom:16px}.price-card .btn{margin-top:auto;width:100%}
.final-cta{background:linear-gradient(135deg,var(--green-dark),var(--green));color:#fff;border-radius:32px;padding:55px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px}.final-cta p{color:#dceee9;margin:0;max-width:680px}.final-cta .btn{background:#fff;color:var(--green-dark)}
.site-footer{background:#0d2320;color:#d6e4df;padding:58px 0 28px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:30px}.site-footer h3{color:#fff;font-size:1rem}.site-footer a{color:#b9cdc7}.site-footer a:hover{color:#fff}.footer-links{display:grid;gap:9px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:20px;font-size:.84rem;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.disclaimer{font-size:.8rem;color:#9fb5ae;max-width:800px}
.mobile-cta{display:none}
.page-hero{padding:70px 0;background:linear-gradient(135deg,#f3faf7,#f3f5fc)}.page-hero p{max-width:720px;color:var(--muted);font-size:1.1rem}
.blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:42px}.featured{display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:28px;padding:18px;box-shadow:var(--shadow);margin-bottom:30px}.featured img{border-radius:20px;width:100%;height:260px;object-fit:cover}.post-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.post-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 8px 25px rgba(20,50,40,.05)}.post-card img{width:100%;height:210px;object-fit:cover}.post-body{padding:20px}.meta{font-size:.82rem;color:#708087;display:flex;gap:10px;flex-wrap:wrap}.post-body h3{margin:10px 0}.post-body p{color:var(--muted);margin:0 0 16px}
.sidebar{position:sticky;top:110px;align-self:start}.side-card{border:1px solid var(--line);border-radius:22px;padding:22px;margin-bottom:18px;background:#fff}.side-card ul{padding:0;margin:12px 0 0;list-style:none;display:grid;gap:9px}.side-card a:hover{color:var(--green)}.search{display:flex;gap:8px}.search input{min-width:0;flex:1;padding:12px 14px;border:1px solid var(--line);border-radius:12px;font:inherit}
.article{max-width:850px;margin:auto}.article-hero{width:100%;border-radius:28px;margin:26px 0 32px}.article h2{font-size:2rem;margin-top:42px}.article h3{font-size:1.35rem;margin-top:30px}.article p,.article li{color:#43555c}.article ul{padding-left:24px}.toc{background:var(--soft);padding:22px;border-radius:20px;margin:28px 0}.toc ul{margin:8px 0 0}.share{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}.share a{padding:9px 12px;border:1px solid var(--line);border-radius:999px;font-size:.85rem}.article-cta{background:#e9f5f0;border-radius:24px;padding:30px;margin:40px 0}.related{margin-top:48px}.related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.policy{max-width:850px;margin:auto}.policy h2{font-size:1.7rem;margin-top:35px}.policy p,.policy li{color:#485a61}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.contact-box{padding:28px;border:1px solid var(--line);border-radius:22px}
.pagination{display:flex;justify-content:center;gap:8px;margin-top:30px}.pagination span{padding:9px 13px;border-radius:10px;background:var(--soft)}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1100px){.grid-4{grid-template-columns:repeat(2,1fr)}.hero-grid{gap:28px}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.nav-links{position:absolute;left:16px;right:16px;top:70px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;display:none;flex-direction:column;align-items:stretch;box-shadow:var(--shadow)}.nav-links.open{display:flex}.nav-links a,.nav-links .nav-cta{width:100%}.menu-toggle{display:block}.nav-cta{display:none}.hero-grid,.split,.blog-layout{grid-template-columns:1fr}.hero{padding-top:50px}.hero-art{max-width:680px;margin:auto}.pricing{grid-template-columns:1fr}.price-card.popular{transform:none}.steps,.testimonials{grid-template-columns:1fr}.featured{grid-template-columns:1fr}.sidebar{position:static}.post-grid{grid-template-columns:1fr}.final-cta{grid-template-columns:1fr;padding:40px 28px}}
@media(max-width:576px){.container{width:min(calc(100% - 24px),var(--max))}.section{padding:64px 0}.hero{padding:42px 0}.hero h1{font-size:2.45rem}.grid-4{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr}.trust-row{display:grid;grid-template-columns:1fr 1fr}.trust{justify-content:center;text-align:center}.final-cta{border-radius:22px}.mobile-cta{display:flex;position:fixed;left:10px;right:10px;bottom:10px;z-index:1100;background:#fff;border:1px solid var(--line);border-radius:18px;padding:8px;box-shadow:0 15px 35px rgba(0,0,0,.18);gap:8px}.mobile-cta .btn{flex:1}.site-footer{padding-bottom:92px}.article h2{font-size:1.7rem}.price-img{height:240px}.price-img img{max-height:225px}}
@media(max-width:360px){.trust-row{grid-template-columns:1fr}.actions .btn{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.card,.price-card,.btn{transition:none}}

/* === RetraBurn visual refresh: hero, dark offers and final product CTA === */
.hero-product-art{display:flex;justify-content:center;align-items:center;min-height:520px}
.hero-product-art img{width:min(100%,560px);height:auto;object-fit:contain;filter:drop-shadow(0 28px 30px rgba(17,35,42,.16))}
.pricing-section{background:#0f1e35;color:#fff;position:relative;overflow:hidden}
.pricing-section:before{content:"";position:absolute;inset:auto -10% -35% 25%;height:70%;background:radial-gradient(circle,rgba(0,180,135,.14),transparent 60%);pointer-events:none}
.pricing-section .container{position:relative;z-index:1}
.pricing-head{max-width:760px}
.pricing-head .kicker{color:#53d8b1}
.pricing-head h2{color:#fff}
.pricing-head p{color:#b9c7d5}
.pricing-dark{gap:28px}
.price-card-dark{background:linear-gradient(180deg,#1d2b45 0%,#17243a 100%);border:1px solid rgba(117,151,188,.28);border-radius:24px;padding:28px;box-shadow:0 20px 45px rgba(0,0,0,.18);color:#fff;min-width:0}
.price-card-dark:hover{box-shadow:0 25px 55px rgba(0,0,0,.28)}
.price-card-dark.popular-dark{background:linear-gradient(180deg,#123d4b 0%,#17364b 100%);border:1px solid #00c896;box-shadow:0 22px 55px rgba(0,200,150,.12)}
.dark-badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 12px;border-radius:999px;font-size:.68rem;font-weight:900;letter-spacing:.06em;white-space:nowrap}
.dark-badge-row{display:flex;gap:8px;flex-wrap:wrap;min-height:30px}
.starter{background:#dce9ff;color:#2f60c9;margin:0 auto}
.popular-badge{background:#fff1bf;color:#b46b00}
.shipping-badge{background:#c9f7e8;color:#078e68}
.best-badge{background:#ffd9dc;color:#d13f4d}
.price-card-dark .price-img{height:265px;margin-top:6px}
.price-card-dark .price-img img{max-height:245px;max-width:100%;object-fit:contain}
.price-card-dark .supply{font-size:.77rem;letter-spacing:.05em;color:#91a0b2;font-weight:850;margin-top:4px}
.price-card-dark .price{font-size:2.35rem;color:#fff;margin:10px 0 2px}
.price-card-dark .price small{color:#91a0b2;font-size:.9rem}
.price-card-dark .total{font-size:.85rem;color:#8e9daf;margin-bottom:18px}
.price-card-dark .total span{color:#f1b634}
.offer-features{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:0}
.offer-features li{position:relative;padding:12px 0 12px 23px;border-bottom:1px solid rgba(255,255,255,.09);color:#c4cfdb;font-size:.86rem}
.offer-features li:before{content:"✓";position:absolute;left:0;top:11px;color:#00d59e;font-weight:900}
.offer-features li.muted-feature{color:#657489}
.offer-features li.muted-feature:before{content:"×";color:#657489}
.offer-btn{background:#09b887;color:#fff;border:0;width:100%;box-shadow:0 12px 25px rgba(0,190,140,.18)}
.offer-btn:hover{background:#08a77b;color:#fff}
.final-product-cta{background:linear-gradient(135deg,#2a4567 0%,#567eac 100%);color:#fff;overflow:hidden;position:relative}
.final-product-cta:after{content:"";position:absolute;width:520px;height:520px;right:-150px;bottom:-300px;border-radius:50%;background:rgba(255,255,255,.06)}
.final-product-inner{min-height:410px;display:grid;grid-template-columns:.9fr 1.1fr;gap:45px;align-items:center;padding:55px 0}
.final-product-art{display:flex;align-items:center;justify-content:center;min-height:320px}
.final-product-art img{width:min(100%,470px);height:auto;filter:drop-shadow(0 25px 25px rgba(0,0,0,.25))}
.final-product-copy{position:relative;z-index:1}
.final-kicker{color:#dcecff}
.final-product-copy h2{font-size:clamp(2.2rem,4vw,3.35rem);max-width:680px;margin-bottom:24px}
.final-stats{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 26px}
.final-stats>div{min-width:145px;padding:14px 18px;border:1px solid rgba(255,255,255,.24);border-radius:16px;background:rgba(255,255,255,.07);backdrop-filter:blur(4px)}
.final-stats strong{display:block;font-size:1.35rem;line-height:1.1}.final-stats span{display:block;margin-top:6px;font-size:.78rem;color:#d2deec}
.final-price{font-size:2rem;font-weight:900;margin-bottom:22px}.final-price>span{font-size:1rem;font-weight:700;color:#c7d6e7;margin-right:5px}.final-price small{font-size:.9rem;color:#d0dceb}
.final-product-btn{background:#648bc0;color:#fff;border:0;min-width:280px}.final-product-btn:hover{background:#729bd1;color:#fff}
@media(max-width:900px){.hero-product-art{min-height:400px}.final-product-inner{grid-template-columns:1fr;padding:48px 0}.final-product-art{order:2;min-height:260px}.final-product-copy{order:1}.final-product-copy h2{max-width:700px}.pricing-dark{grid-template-columns:1fr}}
@media(max-width:576px){.hero-product-art{min-height:320px}.hero-product-art img{width:min(100%,390px)}.price-card-dark .price-img{height:235px}.price-card-dark .price-img img{max-height:215px}.dark-badge{font-size:.62rem;padding:5px 9px}.final-product-inner{gap:10px}.final-product-art{min-height:235px}.final-product-art img{width:min(100%,340px)}.final-stats>div{flex:1;min-width:calc(50% - 8px)}.final-product-btn{width:100%;min-width:0}}

/* === Reference-inspired content sections === */
.why-reference{background:#fff;padding:105px 0 100px}
.reference-head{max-width:1000px;margin:0 auto 65px}
.reference-head.left{text-align:left;max-width:900px;margin-left:0}
.reference-head h2{font-size:clamp(2.5rem,5vw,4rem);line-height:1.02;margin:10px auto 28px;letter-spacing:-.045em}
.reference-head p{font-size:1.12rem;line-height:1.75;color:#425e69;max-width:850px;margin:0 auto}
.reference-head.left p{margin-left:0}
.why-reference-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.reference-card{background:#fff;border:1px solid #d9e5e1;border-radius:28px;padding:38px 38px 34px;box-shadow:0 14px 35px rgba(22,59,50,.045)}
.reference-badge{width:76px;height:76px;border-radius:22px;background:#e5f3ee;color:#087f6d;display:grid;place-items:center;font-size:1.75rem;margin-bottom:30px}
.reference-card h3{font-size:1.35rem;margin:0 0 22px;color:#102f3a}
.reference-card p{font-size:1.03rem;line-height:1.75;color:#547080;margin:0}
.benefits-reference{background:#f1f8f5;padding:100px 0}
.benefits-reference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.benefits-reference .reference-card{padding:30px 32px 32px;min-height:245px}
.benefits-reference .reference-badge{width:62px;height:62px;border-radius:18px;margin-bottom:24px}
.benefits-reference .reference-card h3{font-size:1.18rem;margin-bottom:18px}
.benefits-reference .reference-card p{font-size:.98rem}
.what-reference{background:#fff;padding:105px 0}
.what-reference-inner{display:grid;grid-template-columns:.95fr 1.05fr;gap:75px;align-items:center}
.what-product{display:flex;align-items:center;justify-content:center;min-height:560px}
.what-product img{width:min(100%,560px);height:auto;object-fit:contain;filter:drop-shadow(0 30px 35px rgba(20,45,50,.13))}
.what-copy h2{font-size:clamp(2.5rem,4vw,4rem);line-height:1.03;margin:10px 0 25px;letter-spacing:-.045em}
.what-copy p{font-size:1.05rem;line-height:1.8;color:#486673;margin:0 0 22px}
.research-note{border-left:4px solid #177f70;background:#f2f7fb;padding:20px 24px;color:#425f70;margin:28px 0}
.pill-row{display:flex;gap:10px;flex-wrap:wrap}
.pill-row span{border:1px solid #dce7ef;border-radius:999px;padding:10px 16px;color:#315878;font-size:.88rem;background:#fff}
.reviews-reference{background:linear-gradient(135deg,#263e5e 0%,#5276a0 100%);padding:100px 0;color:#fff}
.dark-head{margin-bottom:42px}.dark-head h2{color:#fff}.dark-head p{color:#dce7f3}
.review-stats{display:flex;justify-content:center;gap:70px;margin:0 auto 42px;flex-wrap:wrap;text-align:center}
.review-stats strong{display:block;font-size:2.4rem;line-height:1}.review-stats span{display:block;margin-top:7px;color:#d6e4f1;font-size:.88rem}
.reviews-reference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;max-width:1140px;margin:auto}
.review-card{background:#fff;color:#19324b;border-radius:24px;padding:30px;min-height:315px;box-shadow:0 15px 35px rgba(5,23,42,.12)}
.review-person{display:flex;align-items:center;gap:14px}.review-person strong{display:block}.review-person small{display:block;color:#6b89a4;margin-top:3px}.avatar{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#dff1eb;color:#147d6c;font-weight:900;font-size:1.2rem}.avatar.blue{background:#e2eafb;color:#4165a1}.avatar.gold{background:#f8ecd2;color:#ad7d25}
.review-card .stars{color:#4f80ba;margin:22px 0 12px;letter-spacing:.08em}.review-card p{font-size:1rem;line-height:1.75;color:#4d6780;margin:0;font-style:italic}
.reviews-cta{text-align:center;margin-top:42px}.reviews-cta h3{font-size:1.5rem;margin:0 0 18px}.review-btn{background:#648bc0;color:#fff;border:0}.review-btn:hover{background:#759cd0;color:#fff}
@media(max-width:1100px){.why-reference-grid{grid-template-columns:repeat(2,1fr)}.benefits-reference-grid{grid-template-columns:repeat(2,1fr)}.what-reference-inner{gap:40px}}
@media(max-width:900px){.what-reference-inner{grid-template-columns:1fr}.what-product{min-height:400px;order:1}.what-copy{order:2}.reviews-reference-grid{grid-template-columns:1fr}.review-card{min-height:auto}.reference-head h2{font-size:clamp(2.3rem,7vw,3.4rem)}}
@media(max-width:576px){.why-reference,.benefits-reference,.what-reference,.reviews-reference{padding:70px 0}.why-reference-grid,.benefits-reference-grid{grid-template-columns:1fr}.reference-card{padding:28px}.reference-badge{width:62px;height:62px}.reference-head{margin-bottom:42px}.reference-head h2{font-size:2.25rem}.reference-head p{font-size:1rem}.what-product{min-height:300px}.what-copy h2{font-size:2.4rem}.review-stats{gap:28px}.review-stats strong{font-size:2rem}}

/* === Customer Perspectives redesign === */
.reviews-new{background:#f3f8f6;padding:104px 0 108px;overflow:hidden}
.reviews-new-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,520px);align-items:end;gap:50px;margin-bottom:52px}
.reviews-new-head .kicker{margin-bottom:12px}
.reviews-new-head h2{font-size:clamp(2.5rem,4.5vw,4.15rem);max-width:780px;margin:0;line-height:1.03;letter-spacing:-.055em}
.reviews-new-head>p{margin:0 0 5px;color:#526d78;font-size:1.05rem;line-height:1.75;max-width:500px}
.reviews-new-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}
.review-new-card{background:#fff;border:1px solid #dce8e3;border-radius:26px;padding:31px;min-height:355px;display:flex;flex-direction:column;box-shadow:0 12px 35px rgba(20,55,45,.055);transition:transform .22s ease,box-shadow .22s ease}
.review-new-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(20,55,45,.10)}
.review-new-card.featured-review{border-color:#b9d9ce;box-shadow:0 18px 45px rgba(17,107,88,.10);transform:translateY(-8px)}
.review-new-card.featured-review:hover{transform:translateY(-13px)}
.review-new-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:22px}
.review-stars{color:#c58b22;font-size:1rem;letter-spacing:.12em;line-height:1}
.review-tag{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:#6b7f84;background:#edf5f2;border-radius:999px;padding:6px 9px}
.review-new-quote{font-size:1.04rem;line-height:1.78;color:#4d6872;margin:0 0 30px;font-style:normal;flex:1}
.review-new-person{display:flex;align-items:center;gap:13px;padding-top:20px;border-top:1px solid #e7eeeb}
.review-new-person strong{display:block;color:#13252b;font-size:.98rem}
.review-new-person small{display:block;color:#809097;margin-top:3px;font-size:.82rem}
.review-avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;font-weight:900;font-size:1rem}
.avatar-mint{background:#dcefe9;color:#177b69}.avatar-blue{background:#e3eaf8;color:#4265a1}.avatar-gold{background:#f8ecd2;color:#aa7c26}
.reviews-new-note{max-width:780px;margin:30px auto 0;text-align:center;color:#809096;font-size:.78rem;line-height:1.6}
@media(max-width:900px){.reviews-new{padding:80px 0}.reviews-new-head{grid-template-columns:1fr;gap:18px}.reviews-new-grid{grid-template-columns:1fr;max-width:650px;margin-inline:auto}.review-new-card.featured-review{transform:none}.review-new-card.featured-review:hover{transform:translateY(-5px)}}
@media(max-width:576px){.reviews-new{padding:68px 0 78px}.reviews-new-head{margin-bottom:34px}.reviews-new-head h2{font-size:2.35rem}.review-new-card{padding:25px;min-height:0}.review-new-quote{font-size:.98rem}.reviews-new-note{font-size:.75rem}}
