:root{--bg: #f7f8f6;--surface: #ffffff;--ink: #07111d;--muted: #53606d;--line: #dfe5e2;--green: #06623f;--green-2: #0a8a58;--blue: #135db6;--sky: #4ea4dc;--coral: #f1492f;--amber: #f59d1f;--shadow: 0 24px 80px rgba(8, 20, 32, .12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.eyebrow{color:var(--green);font-size:.76rem;font-weight:800;letter-spacing:.08em;margin:0 0 14px;text-transform:uppercase}.btn{align-items:center;border:1px solid transparent;border-radius:8px;display:inline-flex;font-weight:750;gap:12px;justify-content:center;min-height:48px;padding:0 22px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--green);box-shadow:0 14px 30px #06623f38;color:#fff}.btn--ghost{border-color:transparent;color:var(--ink);position:relative}.btn--ghost:after{background:var(--coral);bottom:8px;content:"";height:2px;left:22px;position:absolute;right:22px}.section{border-top:1px solid var(--line);padding:48px clamp(20px,4vw,64px)}.section__heading{align-items:center;display:flex;gap:24px;justify-content:space-between;margin-bottom:18px}.section__heading h2{font-size:clamp(1.7rem,3vw,2.35rem);line-height:1.1;margin:0}.section__heading a,.product-card a,.privacy-links a{color:var(--green);font-weight:760}.phone{background:#fff;border:8px solid #07111d;border-radius:34px;box-shadow:var(--shadow);color:var(--ink);height:360px;padding:26px 16px 16px;position:relative;width:176px}.phone__bar{background:#07111d;border-radius:0 0 12px 12px;height:20px;left:50%;position:absolute;top:0;transform:translate(-50%);width:72px}.phone__title{color:var(--green);font-weight:820;margin-bottom:12px}.phone p{color:var(--muted);font-size:.72rem;margin:0 0 12px}.score{align-items:baseline;border:9px solid rgba(6,98,63,.14);border-left-color:var(--green);border-radius:999px;display:flex;height:92px;justify-content:center;margin:10px auto 18px;width:92px}.score span{font-size:2rem;font-weight:850;line-height:76px}.score small{color:var(--muted);font-size:.7rem}.phone ul{display:grid;gap:8px;list-style:none;margin:0;padding:0}.phone li{align-items:center;background:#f3f6f4;border-radius:8px;display:flex;font-size:.72rem;justify-content:space-between;padding:9px}.phone li span{color:var(--green);font-weight:760}.not-found,.contact-page{min-height:68vh;padding:96px clamp(20px,5vw,80px)}.not-found h1,.contact-page h1{font-size:clamp(2.5rem,6vw,5rem);line-height:.96;margin:0 0 22px;max-width:760px}.not-found p,.contact-page p{color:var(--muted);font-size:1.15rem;line-height:1.65;max-width:680px}@media(max-width:780px){.section{padding:38px 20px}.section__heading{align-items:flex-start;flex-direction:column}.btn{width:100%}}
