:root {
    --ink: #11161d;
    --muted: #637080;
    --line: #dfe5eb;
    --paper: #f5f7f9;
    --white: #ffffff;
    --accent: #b7ff4a;
    --accent-2: #89ee22;
    --blue: #4d6dff;
    --dark: #0d1218;
    --shadow: 0 20px 60px rgba(23, 31, 42, 0.10);
    --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 40px)); }
.noise { position: fixed; inset: 0; pointer-events: none; opacity: .035; z-index: 100; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E"); }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; transition: .25s ease; }
.site-header.scrolled { background: rgba(245,247,249,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(15,21,28,.08); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Manrope", sans-serif; font-weight: 800; letter-spacing: -.03em; font-size: 19px; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--ink); color: var(--accent); font-size: 17px; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { color: #475363; font-size: 14px; font-weight: 600; transition: .2s; }
.desktop-nav a:hover { color: var(--ink); }

.button { min-height: 52px; border-radius: 14px; padding: 0 20px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-weight: 700; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--white); box-shadow: 0 10px 30px rgba(17,22,29,.16); }
.button-primary span { color: var(--accent); }
.button-primary:hover { box-shadow: 0 16px 36px rgba(17,22,29,.22); }
.button-small { min-height: 44px; padding-inline: 16px; }
.button-ghost { border-color: #cfd6dd; background: rgba(255,255,255,.45); }
.button-link { min-height: 44px; padding-inline: 8px; }
.button-full { width: 100%; }
.button-dark { background: var(--ink); color: var(--white); min-height: 46px; }
.button-light { background: var(--white); color: var(--ink); }
.button:disabled { opacity: .6; cursor: wait; transform: none; }

.hero { position: relative; overflow: hidden; padding: 152px 0 78px; min-height: 760px; display: flex; align-items: center; }
.hero::before { content: ""; position: absolute; width: 720px; height: 720px; left: -260px; top: -240px; border-radius: 50%; background: radial-gradient(circle, rgba(183,255,74,.26), rgba(183,255,74,0) 68%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; position: relative; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; border: 1px solid #d7dde3; border-radius: 999px; padding: 8px 12px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; background: rgba(255,255,255,.52); }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent-2); box-shadow: 0 0 0 5px rgba(137,238,34,.12); }
.hero h1 { font-family: "Manrope", sans-serif; font-size: clamp(52px, 6.3vw, 88px); line-height: .98; letter-spacing: -.065em; margin: 23px 0 26px; max-width: 760px; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1.4px var(--ink); }
.hero-lead { max-width: 650px; color: #53606f; font-size: 18px; line-height: 1.7; margin: 0; }
.hero-actions { display: flex; align-items: center; gap: 16px; margin-top: 34px; }
.trust-row { display: flex; gap: 40px; margin-top: 46px; padding-top: 25px; border-top: 1px solid var(--line); max-width: 620px; }
.trust-row div { display: flex; align-items: baseline; gap: 7px; }
.trust-row strong { font-family: "Manrope", sans-serif; font-size: 24px; }
.trust-row span { color: var(--muted); font-size: 12px; }

.hero-visual { position: relative; min-height: 550px; display: grid; place-items: center; }
.visual-glow { position: absolute; width: 78%; aspect-ratio: 1; background: radial-gradient(circle, rgba(77,109,255,.20), rgba(77,109,255,0) 66%); }
.signal-card { background: rgba(255,255,255,.86); border: 1px solid rgba(17,22,29,.11); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.main-signal-card { width: min(470px, 92%); border-radius: 30px; padding: 28px; transform: rotate(2deg); position: relative; }
.signal-card-head { display: flex; justify-content: space-between; align-items: flex-start; }
.signal-card-head h2 { margin: 4px 0 0; font-family: "Manrope", sans-serif; font-size: 22px; }
.mini-label { font-size: 10px; letter-spacing: .16em; color: var(--muted); font-weight: 800; }
.live-pill { border: 1px solid #c9d0d8; border-radius: 999px; padding: 6px 9px; font-size: 9px; letter-spacing: .13em; font-weight: 800; }
.radar-wrap { height: 290px; position: relative; display: grid; place-items: center; margin: 12px 0 18px; }
.radar { position: absolute; border: 1px solid #d9dfe5; border-radius: 50%; }
.radar-1 { width: 100px; height: 100px; }
.radar-2 { width: 180px; height: 180px; }
.radar-3 { width: 260px; height: 260px; }
.radar-wrap::before, .radar-wrap::after { content: ""; position: absolute; background: #e1e5e9; }
.radar-wrap::before { width: 270px; height: 1px; }
.radar-wrap::after { height: 270px; width: 1px; }
.radar-center { width: 38px; height: 38px; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 13px rgba(183,255,74,.45), 0 0 0 27px rgba(183,255,74,.13); position: relative; z-index: 3; }
.radar-point { position: absolute; width: 12px; height: 12px; background: var(--blue); border-radius: 50%; box-shadow: 0 0 0 6px rgba(77,109,255,.12); z-index: 4; }
.radar-point span { position: absolute; font-size: 10px; font-weight: 700; color: var(--muted); background: white; border: 1px solid var(--line); border-radius: 8px; padding: 4px 7px; white-space: nowrap; }
.p1 { left: 30%; top: 25%; }.p1 span { transform: translate(-95%, -120%); }
.p2 { right: 19%; top: 38%; }.p2 span { transform: translate(8px, -80%); }
.p3 { left: 24%; bottom: 24%; }.p3 span { transform: translate(-88%, 8px); }
.p4 { right: 29%; bottom: 18%; }.p4 span { transform: translate(8px, 5px); }
.mini-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mini-metrics div { padding: 12px; border-radius: 12px; background: #f4f6f8; }
.mini-metrics span, .mini-metrics strong { display: block; }
.mini-metrics span { font-size: 9px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.mini-metrics strong { font-size: 11px; margin-top: 4px; }
.floating-card { position: absolute; z-index: 6; display: flex; align-items: center; gap: 11px; background: #fff; padding: 13px 16px; border: 1px solid #dce2e8; border-radius: 16px; box-shadow: 0 16px 40px rgba(17,22,29,.10); }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.floating-card strong { font-size: 12px; margin-top: 2px; }
.floating-a { left: 0; bottom: 25%; }.floating-b { right: -10px; top: 20%; }
.status-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); font-weight: 800; }
.status-icon.accent { background: #e7ebff; color: var(--blue); }

.section-pad { padding: 108px 0; }
.section-heading { max-width: 780px; margin-bottom: 46px; }
.section-heading h2 { font-family: "Manrope", sans-serif; font-size: clamp(36px, 4vw, 58px); line-height: 1.04; letter-spacing: -.045em; margin: 13px 0 16px; }
.section-heading p { color: var(--muted); font-size: 17px; max-width: 640px; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.split-heading p { margin-bottom: 8px; }
.eyebrow-number { display: inline-block; color: #657180; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.eyebrow-number.light { color: rgba(255,255,255,.58); }
.centered { margin-inline: auto; text-align: center; }

.diagnose-section { background: var(--white); border-block: 1px solid #e8edf1; }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.problem-card { min-height: 190px; position: relative; text-align: left; padding: 22px; border: 1px solid var(--line); background: #fafbfc; border-radius: 20px; transition: .22s ease; color: var(--ink); }
.problem-card:hover, .problem-card.selected { transform: translateY(-4px); border-color: var(--ink); box-shadow: 0 14px 34px rgba(17,22,29,.08); background: #fff; }
.problem-card.selected { box-shadow: inset 0 0 0 1px var(--ink), 0 14px 34px rgba(17,22,29,.08); }
.problem-index { position: absolute; left: 20px; top: 18px; font-size: 10px; color: #8a95a2; letter-spacing: .1em; }
.problem-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: #eef1f4; font-size: 20px; margin: 34px 0 23px; transition: .2s; }
.problem-card.selected .problem-icon, .problem-card:hover .problem-icon { background: var(--accent); }
.problem-card strong { display: block; max-width: 220px; font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.3; }
.problem-arrow { position: absolute; right: 20px; bottom: 18px; color: #9aa4af; }

.diagnostic-result { margin-top: 24px; border-radius: 26px; background: var(--dark); color: var(--white); overflow: hidden; opacity: 1; transform: translateY(0); }
.result-enter { animation: resultIn .45s ease both; }
@keyframes resultIn { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
.result-topline { min-height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 26px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.58); font-weight: 700; }
.result-topline button { color: var(--accent); background: none; border: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.result-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 30px; padding: 34px; }
.result-main { padding: 14px 10px 14px 0; }
.result-kicker { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.result-main h3 { font-family: "Manrope", sans-serif; font-size: clamp(30px, 3.5vw, 48px); letter-spacing: -.04em; line-height: 1.08; margin: 14px 0 18px; max-width: 720px; }
.result-main p { color: rgba(255,255,255,.65); font-size: 16px; max-width: 720px; }
.result-main ul { list-style: none; padding: 0; margin: 25px 0 0; display: grid; gap: 11px; }
.result-main li { display: flex; align-items: center; gap: 11px; font-size: 14px; }
.result-main li span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: rgba(183,255,74,.13); color: var(--accent); font-size: 11px; }
.recommendation-card { background: #f6f8fa; color: var(--ink); border-radius: 20px; padding: 25px; align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.recommendation-card > span { font-size: 10px; letter-spacing: .12em; color: var(--muted); font-weight: 800; text-transform: uppercase; }
.recommendation-card h4 { font-family: "Manrope", sans-serif; font-size: 25px; line-height: 1.15; margin: 10px 0 13px; }
.recommendation-card p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.text-link { display: block; text-align: center; margin-top: 15px; color: #55606d; font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }

.lead-panel { margin-top: 20px; background: #f3f5f7; border: 1px solid #dfe5eb; border-radius: 26px; padding: 34px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 46px; }
.lead-copy h3 { font-family: "Manrope", sans-serif; font-size: 31px; line-height: 1.1; letter-spacing: -.035em; margin: 13px 0; }
.lead-copy p { color: var(--muted); font-size: 14px; }
.privacy-note { display: flex; gap: 10px; align-items: flex-start; margin-top: 24px; padding: 14px; background: white; border-radius: 13px; font-size: 12px; color: #596575; }
.privacy-note span { color: #64a900; font-weight: 900; }
.lead-form { display: grid; gap: 15px; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.lead-form label > span, .admin-form label > span { display: block; font-size: 12px; font-weight: 700; margin-bottom: 7px; color: #4e5966; }
.lead-form input, .lead-form textarea, .admin-form input, .filters input, .filters select, .status-form select { width: 100%; border: 1px solid #d7dee5; border-radius: 12px; background: white; padding: 13px 14px; color: var(--ink); outline: none; transition: .2s; }
.lead-form input:focus, .lead-form textarea:focus, .admin-form input:focus, .filters input:focus, .filters select:focus { border-color: #8b98a7; box-shadow: 0 0 0 4px rgba(17,22,29,.05); }
.lead-form textarea { resize: vertical; min-height: 110px; }
.check-label { display: flex !important; align-items: flex-start; gap: 10px; }
.check-label input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--ink); }
.check-label span { margin: 0 !important; font-weight: 500 !important; }
.form-actions { display: flex; align-items: center; gap: 15px; flex-wrap: wrap; }
.form-status { font-size: 12px; color: var(--muted); max-width: 330px; }

.solutions-section { background: #f0f3f6; }
.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.solution-card { min-height: 330px; padding: 30px; background: white; border: 1px solid #dfe5eb; border-radius: 23px; display: flex; flex-direction: column; transition: .25s ease; }
.solution-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.solution-card.featured { background: var(--accent); border-color: var(--accent); }
.solution-tag { font-size: 10px; letter-spacing: .15em; font-weight: 800; color: #65707e; }
.solution-card h3 { font-family: "Manrope", sans-serif; font-size: 33px; line-height: 1.05; letter-spacing: -.04em; margin: 52px 0 14px; }
.solution-card p { color: #64707d; max-width: 450px; }
.solution-card.featured p { color: rgba(17,22,29,.68); }
.solution-foot { border-top: 1px solid rgba(17,22,29,.11); padding-top: 18px; margin-top: auto; display: flex; justify-content: space-between; gap: 20px; font-size: 13px; }
.solution-foot span { color: #89939e; }

.process-section { background: var(--white); }
.process-list { border-top: 1px solid var(--line); }
.process-item { display: grid; grid-template-columns: 120px 1fr; gap: 30px; padding: 35px 0; border-bottom: 1px solid var(--line); }
.process-item > span { font-size: 12px; color: #8a95a2; letter-spacing: .15em; }
.process-item h3 { font-family: "Manrope", sans-serif; font-size: 26px; margin: 0 0 6px; letter-spacing: -.03em; }
.process-item p { margin: 0; color: var(--muted); max-width: 700px; }

.webfly-section { background: var(--paper); padding-top: 0; }
.webfly-panel { background: var(--blue); color: white; border-radius: 30px; padding: 56px; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; overflow: hidden; position: relative; }
.webfly-panel::after { content: "W"; position: absolute; right: 12%; top: -120px; font-family: "Manrope", sans-serif; font-size: 360px; font-weight: 800; line-height: 1; color: rgba(255,255,255,.055); pointer-events: none; }
.webfly-panel h2 { position: relative; z-index: 1; font-family: "Manrope", sans-serif; font-size: clamp(38px, 4.8vw, 63px); line-height: 1.02; letter-spacing: -.05em; max-width: 780px; margin: 14px 0 18px; }
.webfly-panel p { position: relative; z-index: 1; color: rgba(255,255,255,.72); max-width: 770px; font-size: 16px; }
.webfly-actions { position: relative; z-index: 1; min-width: 220px; display: grid; gap: 10px; }
.webfly-actions span { color: rgba(255,255,255,.55); font-size: 10px; text-align: center; }

.faq-section { background: white; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; padding: 25px 0; display: flex; justify-content: space-between; gap: 20px; font-family: "Manrope", sans-serif; font-weight: 700; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 21px; font-weight: 400; transition: .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { color: var(--muted); margin: -6px 0 24px; max-width: 700px; }

.site-footer { background: var(--dark); color: white; padding: 68px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .6fr; gap: 50px; }
.footer-brand .brand-mark { background: var(--accent); color: var(--ink); }
.footer-grid p { color: rgba(255,255,255,.5); max-width: 300px; font-size: 13px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid strong { font-size: 12px; margin-bottom: 5px; }
.footer-grid a:not(.brand) { color: rgba(255,255,255,.56); font-size: 13px; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: rgba(255,255,255,.38); font-size: 11px; }

.sticky-offer { position: fixed; z-index: 70; bottom: 18px; left: 50%; transform: translate(-50%, 20px); width: min(740px, calc(100% - 28px)); background: var(--accent); border: 1px solid rgba(17,22,29,.15); box-shadow: 0 18px 55px rgba(17,22,29,.22); border-radius: 18px; padding: 12px 14px 12px 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; opacity: 0; transition: .25s ease; }
.sticky-offer.visible { opacity: 1; transform: translate(-50%, 0); }
.sticky-copy { display: flex; align-items: center; gap: 12px; }
.sticky-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--ink); }
.sticky-copy small, .sticky-copy strong { display: block; }
.sticky-copy small { font-size: 9px; text-transform: uppercase; letter-spacing: .11em; opacity: .58; }
.sticky-copy strong { font-size: 13px; }
.sticky-close { position: absolute; right: -8px; top: -9px; width: 24px; height: 24px; border: 0; border-radius: 50%; background: var(--ink); color: white; display: grid; place-items: center; line-height: 1; }

.admin-body { min-height: 100vh; background: #edf1f4; }
.login-shell { width: min(430px, calc(100% - 34px)); margin: 0 auto; min-height: 100vh; padding: 50px 0; display: flex; flex-direction: column; justify-content: center; gap: 24px; }
.login-card { background: white; border: 1px solid #dce2e8; border-radius: 24px; padding: 30px; box-shadow: var(--shadow); }
.login-card h1 { font-family: "Manrope", sans-serif; font-size: 38px; letter-spacing: -.04em; margin: 10px 0 8px; }
.login-card > p { color: var(--muted); margin: 0 0 25px; }
.admin-form { display: grid; gap: 16px; }
.alert { border-radius: 12px; padding: 12px 14px; margin: 14px 0; font-size: 13px; }
.alert.error { background: #fff0f0; color: #a33434; border: 1px solid #f1caca; }
.alert.success { background: #effbe6; color: #466f26; border: 1px solid #cfebbb; }
.admin-header { height: 72px; padding: 0 28px; background: white; border-bottom: 1px solid #dfe5eb; display: flex; align-items: center; justify-content: space-between; }
.admin-user { display: flex; align-items: center; gap: 18px; font-size: 12px; }
.admin-user a { color: #66717e; text-decoration: underline; }
.admin-main { width: min(1380px, calc(100% - 40px)); margin: 0 auto; padding: 48px 0 70px; }
.admin-title-row { display: flex; justify-content: space-between; align-items: end; gap: 25px; margin-bottom: 28px; }
.admin-title-row h1 { font-family: "Manrope", sans-serif; font-size: 46px; letter-spacing: -.045em; margin: 8px 0 0; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 18px; }
.stat-card { background: white; border: 1px solid #dde3e8; border-radius: 18px; padding: 21px; }
.stat-card span, .stat-card small, .stat-card strong { display: block; }
.stat-card span { color: #6d7885; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.stat-card strong { font-family: "Manrope", sans-serif; font-size: 40px; letter-spacing: -.04em; margin: 6px 0 2px; }
.stat-card small { color: #909aa5; }
.admin-panel { background: white; border: 1px solid #dde3e8; border-radius: 20px; overflow: hidden; }
.filters { padding: 17px; border-bottom: 1px solid #e4e8ec; display: grid; grid-template-columns: 1fr 190px auto; gap: 10px; }
.table-wrap { overflow-x: auto; }
.lead-table { width: 100%; border-collapse: collapse; min-width: 1060px; }
.lead-table th { text-align: left; padding: 14px 16px; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; color: #7d8792; background: #fafbfc; }
.lead-table td { padding: 17px 16px; border-top: 1px solid #edf0f2; vertical-align: top; font-size: 13px; }
.lead-table td strong, .lead-table td small, .lead-table td span, .lead-table td a { display: block; }
.lead-table td a { color: #3652c9; }
.lead-table td small { color: #8a94a0; margin-top: 3px; }
.table-pill { display: inline-block !important; padding: 5px 8px; border-radius: 999px; background: #eff2f5; font-size: 10px; max-width: 220px; }
.row-details summary { cursor: pointer; font-size: 11px; margin-top: 7px; color: #6b7580; }
.row-details p { max-width: 320px; color: #515d69; white-space: normal; }
.status-form select { padding: 8px 10px; font-size: 12px; }
.empty-state { text-align: center; padding: 40px !important; color: #7c8792; }
.muted { color: #a1a9b1; }

@media (max-width: 980px) {
    .desktop-nav { display: none; }
    .hero-grid { grid-template-columns: 1fr; gap: 20px; }
    .hero { padding-top: 132px; }
    .hero-visual { min-height: 500px; }
    .problem-grid { grid-template-columns: repeat(2, 1fr); }
    .split-heading { grid-template-columns: 1fr; gap: 8px; }
    .result-grid, .lead-panel { grid-template-columns: 1fr; }
    .webfly-panel { grid-template-columns: 1fr; }
    .webfly-actions { max-width: 260px; }
    .stat-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
    .container { width: min(100% - 26px, 1180px); }
    .nav-wrap { min-height: 70px; }
    .nav-wrap > .button { display: none; }
    .hero { padding: 114px 0 50px; min-height: auto; }
    .hero h1 { font-size: clamp(47px, 15vw, 68px); }
    .hero-lead { font-size: 16px; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .trust-row { gap: 15px; justify-content: space-between; }
    .trust-row div { display: block; }
    .trust-row span { display: block; }
    .hero-visual { min-height: 420px; }
    .main-signal-card { padding: 20px; }
    .radar-wrap { height: 230px; }
    .radar-3 { width: 210px; height: 210px; }
    .radar-2 { width: 145px; height: 145px; }
    .radar-wrap::before { width: 220px; }.radar-wrap::after { height: 220px; }
    .floating-a { left: 5px; bottom: 5%; }.floating-b { right: 2px; top: 13%; }
    .section-pad { padding: 76px 0; }
    .problem-grid { grid-template-columns: 1fr; }
    .problem-card { min-height: 150px; }
    .problem-icon { margin: 26px 0 17px; }
    .result-grid { padding: 24px; }
    .lead-panel { padding: 24px; gap: 26px; }
    .field-row { grid-template-columns: 1fr; }
    .solution-grid { grid-template-columns: 1fr; }
    .process-item { grid-template-columns: 50px 1fr; gap: 15px; }
    .webfly-panel { padding: 32px 24px; border-radius: 22px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; gap: 7px; }
    .sticky-offer { align-items: stretch; flex-direction: column; padding: 13px; gap: 9px; }
    .sticky-copy { padding: 2px 4px; }
    .stat-grid { grid-template-columns: 1fr 1fr; }
    .admin-main { width: min(100% - 24px, 1380px); padding-top: 30px; }
    .admin-title-row { align-items: flex-start; flex-direction: column; }
    .admin-title-row h1 { font-size: 36px; }
    .filters { grid-template-columns: 1fr; }
}

[hidden] { display: none !important; }
.legal-page { padding: 150px 0 95px; min-height: 75vh; background: white; }
.legal-page h1 { font-family: "Manrope", sans-serif; font-size: clamp(48px, 6vw, 72px); line-height: 1; letter-spacing: -.055em; margin: 14px 0 22px; }
.legal-intro { font-size: 19px; color: var(--muted); margin-bottom: 50px; }
.legal-page section { padding: 26px 0; border-top: 1px solid var(--line); }
.legal-page section h2 { font-family: "Manrope", sans-serif; font-size: 22px; letter-spacing: -.025em; margin: 0 0 9px; }
.legal-page section p { color: var(--muted); margin: 0; }
