:root{--ink:#111814;--green:#075c3b;--bright:#14a46f;--yellow:#ffc51b;--cream:#f4f3ed;--coral:#ff7b63;--line:#d9ddd8;--white:#fff;--muted:#657069}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:'DM Sans',sans-serif;background:#fff}button,input,select{font:inherit}a{color:inherit;text-decoration:none}.topbar{height:34px;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;gap:48px;font-size:12px;letter-spacing:.2px}.site-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 4.5vw;background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #eceeea}.brand{font:800 22px 'Manrope',sans-serif;display:flex;align-items:center;gap:9px;letter-spacing:0}.brand-mark{display:grid;place-items:center;width:31px;height:31px;background:var(--green);color:#fff;border-radius:50%;font-size:17px}.brand-dot{color:var(--yellow)}.desktop-nav{display:flex;gap:32px;font-size:14px;font-weight:600}.desktop-nav a:hover{color:var(--green)}.header-actions{display:flex;align-items:center;gap:10px}.icon-btn,.menu-btn{border:0;background:transparent;font-size:26px;cursor:pointer}.menu-btn{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:48px;padding:0 22px;font-weight:700;border:1px solid transparent;cursor:pointer}.btn-dark{background:var(--ink);color:#fff}.btn-dark:hover{background:var(--green)}.hero{position:relative;min-height:640px;overflow:hidden;background:var(--yellow)}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,197,27,.92) 0%,rgba(255,197,27,.66) 34%,rgba(255,197,27,0) 58%)}.hero-content{position:relative;z-index:2;width:min(560px,44vw);padding:112px 0 90px 7vw}.eyebrow{display:block;font-size:12px;font-weight:800;letter-spacing:1.6px;margin-bottom:20px}.hero h1,.section-heading h2,.grade-copy h2,.cta-band h2{font:800 clamp(42px,5.4vw,76px)/.98 'Manrope',sans-serif;letter-spacing:0;margin:0}.hero h1 em{font-style:normal;color:var(--green)}.hero-content>p{font-size:18px;line-height:1.55;max-width:485px}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:32px}.text-link{font-weight:700;border-bottom:1px solid;padding:8px 0}.hero-proof{position:absolute;z-index:3;right:4vw;bottom:28px;background:#fff;display:flex;align-items:center;gap:14px;padding:15px 20px;border-left:5px solid var(--green)}.hero-proof strong{font:800 32px 'Manrope'}.hero-proof span{font-size:12px;line-height:1.3;font-weight:700}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);padding:26px 5vw;border-bottom:1px solid var(--line);gap:18px}.trust-strip>div{display:flex;align-items:center;justify-content:center;gap:12px;border-right:1px solid var(--line)}.trust-strip>div:last-child{border:0}.trust-icon{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:var(--green);font-weight:800}.trust-strip strong,.trust-strip small{display:block}.trust-strip strong{font-size:13px}.trust-strip small{font-size:11px;color:var(--muted);margin-top:3px}.section{padding:105px 6vw}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:48px}.section-heading h2{font-size:clamp(35px,4vw,56px)}.section-heading p{max-width:455px;color:var(--muted);line-height:1.65}.eyebrow.green{color:var(--green)}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);margin-bottom:34px}.series-tabs{display:flex;gap:4px}.tab{border:0;background:none;padding:15px 18px;font-weight:700;color:var(--muted);cursor:pointer;border-bottom:3px solid transparent}.tab.active{color:var(--ink);border-color:var(--yellow)}.toolbar-right{display:flex;gap:10px;padding-bottom:8px}.search-box{border:1px solid var(--line);display:flex;align-items:center;padding:0 12px;height:40px}.search-box input{border:0;outline:0;width:120px}.toolbar-right select{border:1px solid var(--line);background:#fff;padding:0 12px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid var(--line);position:relative;background:#fff;transition:.25s}.product-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(15,40,27,.09)}.product-visual{height:270px;background:#f2f3ef;display:grid;place-items:center;overflow:hidden;position:relative}.discount{position:absolute;top:12px;left:12px;background:var(--yellow);font-size:11px;font-weight:800;padding:6px 8px;z-index:2}.phone-shape{width:112px;height:218px;border-radius:20px;background:var(--phone);border:4px solid #252b28;box-shadow:10px 13px 20px rgba(0,0,0,.16);position:relative;transform:rotate(5deg)}.phone-shape:before{content:"";position:absolute;left:8px;top:8px;width:50px;height:50px;border-radius:14px;background:#303532;box-shadow:inset 0 0 0 2px #555}.phone-shape:after{content:"●  ●\A ●";white-space:pre;position:absolute;left:16px;top:12px;color:#0b0d0c;font-size:17px;line-height:17px}.product-info{padding:18px}.product-info h3{margin:0 0 7px;font:700 17px 'Manrope'}.spec{font-size:12px;color:var(--muted)}.price-row{display:flex;align-items:baseline;gap:8px;margin-top:16px}.price{font:800 19px 'Manrope'}.old-price{text-decoration:line-through;color:#929a95;font-size:12px}.grade-pill{display:inline-block;margin-top:12px;font-size:10px;font-weight:800;border:1px solid var(--line);border-radius:20px;padding:5px 8px}.card-action{width:100%;border:0;border-top:1px solid var(--line);background:#fff;padding:13px;text-align:left;font-weight:700;cursor:pointer}.card-action:hover{background:var(--green);color:#fff}.catalog-footer{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:36px}.btn-outline{background:#fff;border-color:var(--ink)}#result-count{font-size:12px;color:var(--muted)}.grade-guide{display:grid;grid-template-columns:1fr 1.15fr;background:var(--green);color:#fff;padding:105px 7vw;gap:8vw}.eyebrow.light{color:#bfe9d2}.grade-copy h2{font-size:clamp(38px,4.5vw,64px)}.grade-copy p{max-width:480px;line-height:1.7;color:#d3e7dc}.btn-light{background:#fff;color:var(--ink);margin-top:20px}.grade-row{width:100%;display:grid;grid-template-columns:50px 1fr 30px;align-items:center;text-align:left;border:0;border-bottom:1px solid rgba(255,255,255,.24);background:transparent;color:#fff;padding:18px 4px;cursor:pointer}.grade-row.active{background:rgba(255,255,255,.08);padding-left:14px}.grade-letter{font:800 28px 'Manrope';color:var(--yellow)}.grade-row strong,.grade-row small{display:block}.grade-row small{color:#bcd4c7;margin-top:4px}.grade-check{color:var(--yellow)}.grade-note{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px;font-size:11px}.grade-note span{width:100%;color:#bcd4c7}.grade-note strong{border:1px solid rgba(255,255,255,.3);padding:7px 9px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{min-height:380px;padding:32px;position:relative;display:flex;flex-direction:column;align-items:flex-start}.service-card.yellow{background:var(--yellow)}.service-card.coral{background:var(--coral)}.service-card.green-card{background:#94d2ad}.service-icon{font-size:38px}.service-no{position:absolute;right:26px;top:26px;font-size:12px;font-weight:800}.service-card h3{font:800 28px 'Manrope';margin-top:auto;margin-bottom:10px}.service-card p{line-height:1.55;max-width:330px}.service-card a{font-weight:800;border-bottom:1px solid;margin-top:18px;padding-bottom:5px}.cta-band{background:var(--ink);color:#fff;margin:0 6vw 90px;padding:65px 6vw;display:flex;align-items:center;justify-content:space-between;gap:50px}.cta-band h2{font-size:clamp(34px,4vw,56px)}.cta-band p{color:#bbc1bd;max-width:650px}.btn-whatsapp{background:#25d366;color:#071a0e;white-space:nowrap}footer{background:#071c13;color:#fff;padding:70px 6vw 24px}.footer-main{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px}.brand.inverse .brand-mark{background:var(--yellow);color:var(--ink)}.footer-main h4{font-size:12px;text-transform:uppercase;letter-spacing:1.3px;color:#a8c0b3}.footer-main a,.footer-main p{display:block;color:#d0dbd5;font-size:13px;margin:12px 0}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #294035;margin-top:50px;padding-top:20px;color:#7f988b;font-size:11px}dialog{border:0;padding:0;max-width:720px;width:90%;box-shadow:0 25px 80px rgba(0,0,0,.28)}dialog::backdrop{background:rgba(4,18,12,.72)}.dialog-close{position:absolute;right:14px;top:10px;border:0;background:none;font-size:28px;z-index:2;cursor:pointer}.dialog-wrap{display:grid;grid-template-columns:1fr 1fr}.dialog-visual{min-height:390px;background:#eef0ec;display:grid;place-items:center}.dialog-copy{padding:44px 32px}.dialog-copy h2{font:800 30px 'Manrope';margin:8px 0}.dialog-copy ul{padding-left:18px;color:var(--muted);line-height:1.8}.dialog-price{font:800 25px 'Manrope';margin:25px 0}.dialog-copy .btn{width:100%}@media(max-width:900px){.desktop-nav{display:none}.menu-btn{display:block}.product-grid{grid-template-columns:repeat(2,1fr)}.trust-strip{grid-template-columns:repeat(2,1fr)}.trust-strip>div:nth-child(2){border:0}.grade-guide{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr}.service-card{min-height:300px}.footer-main{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.topbar{height:30px}.topbar span:last-child{display:none}.site-header{height:65px;padding:0 18px}.header-cta,.search-toggle{display:none}.hero{min-height:640px}.hero-image{object-position:64% center}.hero-overlay{background:linear-gradient(180deg,rgba(255,197,27,.98) 0%,rgba(255,197,27,.9) 43%,rgba(255,197,27,.05) 78%)}.hero-content{width:auto;padding:62px 22px 250px}.hero h1{font-size:47px}.hero-content>p{font-size:15px;max-width:335px}.hero-actions{align-items:flex-start;flex-direction:column;gap:8px}.hero-proof{right:14px;bottom:14px}.trust-strip{padding:20px 15px;gap:20px}.trust-strip>div{justify-content:flex-start}.section{padding:75px 18px}.section-heading{display:block;margin-bottom:30px}.section-heading p{font-size:14px}.catalog-toolbar{display:block}.series-tabs{overflow:auto}.tab{white-space:nowrap;padding:12px}.toolbar-right{margin-top:12px}.search-box{flex:1}.search-box input{width:100%}.product-grid{grid-template-columns:1fr 1fr;gap:9px}.product-visual{height:190px}.phone-shape{width:80px;height:155px;border-radius:15px}.phone-shape:before{width:38px;height:38px}.phone-shape:after{font-size:12px;line-height:12px}.product-info{padding:13px}.product-info h3{font-size:14px}.price{font-size:15px}.old-price{display:none}.grade-guide{padding:75px 20px}.grade-copy h2{font-size:39px}.service-card{padding:25px}.cta-band{margin:0 18px 60px;padding:45px 25px;display:block}.btn-whatsapp{margin-top:18px;width:100%}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:8px}.dialog-wrap{grid-template-columns:1fr}.dialog-visual{min-height:210px}.dialog-copy{padding:28px 24px}.dialog-visual .phone-shape{width:80px;height:155px}}
@media(max-width:900px){.desktop-nav.mobile-open{display:flex;position:absolute;top:76px;left:0;right:0;background:#fff;padding:24px 5vw;flex-direction:column;gap:20px;border-top:1px solid var(--line);box-shadow:0 12px 22px rgba(0,0,0,.08)}}
.product-image{width:100%;height:100%;object-fit:contain;padding:28px;mix-blend-mode:multiply}.product-card>a{display:block}.product-card .card-action{display:block}
