:root{--gw-bg: #ffffff;--gw-text: #0f172a;--gw-muted: rgba(15, 23, 42, .72);--gw-soft: rgba(15, 23, 42, .06);--gw-border: rgba(15, 23, 42, .12);--gw-shadow: 0 10px 28px rgba(15, 23, 42, .1);--gw-radius: 18px;--gw-radius-sm: 12px;--gw-max: 1180px;--gw-title: clamp(26px, 2.4vw, 34px);--gw-subtitle: clamp(15px, 1.2vw, 18px);--gw-body: 16px;--gw-small: 13px;--gw-pad: 18px;--gw-pad-lg: 28px;--gw-gap: 14px;--gw-gap-lg: 18px;--gw-btn-radius: 14px}.gw-wrap{max-width:var(--gw-max);margin:0 auto;padding:0 18px}@media (min-width: 990px){.gw-wrap{padding:0 24px}}.gw-section{padding:34px 0}@media (min-width: 990px){.gw-section{padding:54px 0}}.gw-head{margin-bottom:18px}@media (min-width: 990px){.gw-head{margin-bottom:22px}}.gw-title{font-size:var(--gw-title);line-height:1.15;letter-spacing:-.02em;font-weight:800;margin:0 0 10px;color:var(--gw-text)}.gw-intro{font-size:var(--gw-subtitle);line-height:1.55;margin:0;color:var(--gw-muted);max-width:72ch}.gw-grid{display:grid;gap:var(--gw-gap-lg)}.gw-grid--2,.gw-grid--3{grid-template-columns:1fr}@media (min-width: 990px){.gw-grid--2{grid-template-columns:1.08fr .92fr}.gw-grid--3{grid-template-columns:repeat(3,1fr)}}.gw-card{background:var(--gw-bg);border:1px solid var(--gw-border);border-radius:var(--gw-radius);box-shadow:var(--gw-shadow);padding:var(--gw-pad-lg)}.gw-card--soft{background:linear-gradient(180deg,#0f172a05,#0f172a03)}.gw-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.gw-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--gw-btn-radius);padding:12px 14px;font-weight:700;text-decoration:none;line-height:1;border:1px solid var(--gw-border);color:var(--gw-text);background:#fff;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.gw-btn:hover{transform:translateY(-1px);box-shadow:0 10px 20px #0f172a1a}.gw-btn--primary{border-color:#0f172a2e;background:#0f172a;color:#fff}.gw-btn--primary:hover{box-shadow:0 16px 30px #0f172a2e}.gw-btn--ghost{background:#0f172a05}.gw-checks{margin:14px 0 0;padding:0;list-style:none;display:grid;gap:10px}.gw-checks li{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:start;color:var(--gw-text)}.gw-checks svg{width:18px;height:18px;margin-top:2px;color:#0f172a;opacity:.9}.gw-media{border-radius:var(--gw-radius);overflow:hidden;border:1px solid var(--gw-border);background:#0f172a05}.gw-media img{width:100%;height:auto;display:block}.gw-badge-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.gw-badge{border:1px solid var(--gw-border);background:#0f172a05;border-radius:999px;padding:8px 10px;font-size:var(--gw-small);color:var(--gw-muted)}.gw-proof{display:grid;gap:10px;grid-template-columns:1fr;align-items:center}@media (min-width: 990px){.gw-proof{grid-template-columns:repeat(4,1fr);gap:14px}}.gw-proof__item{border:1px solid var(--gw-border);border-radius:var(--gw-radius-sm);background:#0f172a05;padding:12px 14px}.gw-proof__kpi{font-weight:800;color:var(--gw-text)}.gw-proof__label{font-size:var(--gw-small);color:var(--gw-muted);margin-top:3px}.gw-steps{display:grid;gap:12px}@media (min-width: 990px){.gw-steps{grid-template-columns:repeat(3,1fr)}}.gw-step{border:1px solid var(--gw-border);border-radius:var(--gw-radius);background:#0f172a05;padding:16px}.gw-step__nr{font-weight:900;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:#0f172a8c}.gw-step__t{margin:6px 0;font-weight:800;color:var(--gw-text)}.gw-step__p{margin:0;color:var(--gw-muted);font-size:15px;line-height:1.55}.gw-route__title{margin:0 0 8px;font-weight:900;color:var(--gw-text);font-size:18px}.gw-route__p{margin:0 0 12px;color:var(--gw-muted);line-height:1.55}.gw-route__bullets{margin:0;padding-left:18px;color:var(--gw-text)}.gw-route__bullets li{margin:7px 0}.gw-featured{display:grid;gap:16px}@media (min-width: 990px){.gw-featured{grid-template-columns:1fr 1fr;align-items:center}}.gw-featured__meta{display:grid;gap:10px}.gw-featured__name{margin:0;font-weight:900;font-size:20px;color:var(--gw-text)}.gw-featured__price{font-size:18px;font-weight:900;color:var(--gw-text)}.gw-featured__small{font-size:var(--gw-small);color:var(--gw-muted)}.gw-quiz__buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.gw-quiz__result{margin-top:12px;border:1px solid var(--gw-border);border-radius:var(--gw-radius);background:#0f172a05;padding:14px;color:var(--gw-text)}.gw-quiz__result p{margin:0;color:var(--gw-muted);line-height:1.55}.gw-faq{display:grid;gap:10px}.gw-faq details{border:1px solid var(--gw-border);border-radius:var(--gw-radius);background:#0f172a05;padding:14px}.gw-faq summary{cursor:pointer;list-style:none;font-weight:800;color:var(--gw-text)}.gw-faq summary::-webkit-details-marker{display:none}.gw-faq__a{margin-top:10px;color:var(--gw-muted);line-height:1.6}.gw-center{text-align:center}.gw-center .gw-intro{margin-left:auto;margin-right:auto}
/*# sourceMappingURL=/cdn/shop/t/5/assets/gw-tokens.css.map */
