:root{--bg: #0e1116;--card: #121826;--muted: #7f8a9a;--text: #e6edf6;--accent: #5eead4;--accent-2: #8ab4f8;--ring: #2a3346;--max: 1080px;--radius: 16px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font:16px/1.55 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Arial}a{color:var(--accent-2);text-decoration:none}a:hover{text-decoration:underline}.wrap{max-width:var(--max);margin:0 auto;padding:24px}header[data-v-95dc0ea2]{position:sticky;top:0;-webkit-backdrop-filter:saturate(120%) blur(8px);backdrop-filter:saturate(120%) blur(8px);background:linear-gradient(180deg,#0e1116d9,#0e11168c);border-bottom:1px solid var(--ring);z-index:10}.nav[data-v-95dc0ea2]{display:flex;align-items:center;justify-content:space-between;gap:16px}.logo[data-v-95dc0ea2]{display:flex;align-items:center;gap:10px;font-weight:700;color:var(--text)}.logo[data-v-95dc0ea2]:hover{text-decoration:none}.logo .dot[data-v-95dc0ea2]{width:10px;height:10px;border-radius:50%;background:var(--accent)}nav.main[data-v-95dc0ea2]{display:flex;gap:4px}nav.main>a[data-v-95dc0ea2],nav.main>.nav-item>a[data-v-95dc0ea2]{padding:8px 10px;border-radius:10px;color:var(--muted);font-weight:500;display:inline-block}nav.main>a[data-v-95dc0ea2]:hover,nav.main>.nav-item>a[data-v-95dc0ea2]:hover{background:#ffffff0d;color:var(--text);text-decoration:none}nav.main>a[aria-current=page][data-v-95dc0ea2],nav.main>.nav-item>a[aria-current=page][data-v-95dc0ea2]{background:#0e1524;border:1px solid #2a3346;color:var(--text);font-weight:600}.dropdown-menu[data-v-95dc0ea2]{display:none;position:absolute;top:100%;left:0;background:var(--card);border:1px solid var(--ring);border-radius:12px;padding:8px;min-width:200px;z-index:100;box-shadow:0 10px 30px #0006}.dropdown-menu a[data-v-95dc0ea2]{display:block;padding:8px 12px;border-radius:8px;color:var(--muted);font-weight:500;white-space:nowrap}.dropdown-menu a[data-v-95dc0ea2]:hover{background:#ffffff0d;color:var(--text);text-decoration:none}.nav-item:hover .dropdown-menu[data-v-95dc0ea2]{display:block}.nav-item[data-v-95dc0ea2]{position:relative}.cta-badge-google[data-v-95dc0ea2]{height:48px;display:inline-block;transition:transform .2s ease}.cta-badge-google img[data-v-95dc0ea2]{height:100%;width:auto}.cta-badge-google[data-v-95dc0ea2]:hover{transform:scale(1.03);filter:brightness(1.05)}footer[data-v-cdff4611]{padding:24px 0 36px;color:#9fb0ce;border-top:1px solid var(--ring);margin-top:24px}footer a[data-v-cdff4611]{color:#b6c7e6}.hero[data-v-e6d2163a]{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center;padding:36px 0 10px}.card[data-v-e6d2163a]{background:var(--card);border:1px solid var(--ring);border-radius:var(--radius);padding:22px}h1[data-v-e6d2163a]{font-size:clamp(28px,5vw,46px);line-height:1.1;margin:0 0 10px}.sub[data-v-e6d2163a]{color:var(--muted);margin:0 0 16px}.badges[data-v-e6d2163a]{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.badge[data-v-e6d2163a]{display:inline-flex;gap:8px;align-items:center;background:#0f172a;border:1px solid var(--ring);padding:8px 10px;border-radius:999px;color:#cbd5e1;font-size:14px}.cta[data-v-e6d2163a]{display:flex;gap:12px;flex-wrap:wrap;margin:8px 0}.btn[data-v-e6d2163a]{appearance:none;border:1px solid var(--ring);background:#1b2335;color:var(--text);padding:12px 16px;border-radius:12px;cursor:pointer;font-weight:600}.btn.primary[data-v-e6d2163a]{background:linear-gradient(180deg,#1f2937,#111827);border-color:#273244}.btn[data-v-e6d2163a]:hover{filter:brightness(1.05)}.phone[data-v-e6d2163a]{aspect-ratio:9/19;border-radius:30px;border:10px solid #0b0f17;padding:8px;background:linear-gradient(180deg,#0d1320,#0b1019);box-shadow:0 20px 60px #00000080;overflow:hidden}.phone .screen[data-v-e6d2163a]{height:100%;border-radius:20px;background:linear-gradient(180deg,#0e1626,#0c1422);display:grid;place-items:center;color:#9fb0ce;font-weight:600}.phone .screen img[data-v-e6d2163a]{width:100%;height:100%;object-fit:cover;border-radius:18px}section[data-v-e6d2163a]{padding:28px 0}h2[data-v-e6d2163a]{font-size:clamp(22px,3.2vw,30px);margin:0 0 12px}ul.features[data-v-e6d2163a]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px;margin:0;padding:0;list-style:none}ul.features li[data-v-e6d2163a]{padding:14px 16px;border:1px solid var(--ring);border-radius:14px;background:#0e1524}.kicker[data-v-e6d2163a]{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#9aa7bd}details[data-v-e6d2163a]{border:1px solid var(--ring);border-radius:12px;padding:12px 14px;background:#0e1524}details+details[data-v-e6d2163a]{margin-top:12px}summary[data-v-e6d2163a]{cursor:pointer;font-weight:600}@media(max-width:900px){.hero[data-v-e6d2163a]{grid-template-columns:1fr}}h1[data-v-72f74844]{font-size:clamp(28px,4.5vw,44px);line-height:1.1;margin:12px 0}.grid[data-v-72f74844]{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin:22px 0}.card[data-v-72f74844]{background:var(--card);border:1px solid var(--ring);border-radius:16px;padding:18px}.kicker[data-v-72f74844]{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#9aa7bd}.cta[data-v-72f74844]{display:flex;gap:12px;flex-wrap:wrap;margin:10px 0}.btn[data-v-72f74844]{border:1px solid var(--ring);background:#1b2335;color:var(--text);padding:10px 14px;border-radius:12px;cursor:pointer;font-weight:600}.btn.primary[data-v-72f74844]{background:linear-gradient(180deg,#1f2937,#111827);border-color:#273244}ul[data-v-72f74844]{margin:0 0 0 1.2em}.technique-article[data-v-17d20805]{max-width:800px;margin:0 auto;padding:2rem 0}.technique-article header[data-v-17d20805]{margin-bottom:2rem}.technique-article h1[data-v-17d20805]{font-size:clamp(32px,5vw,48px);margin-bottom:.5rem}.technique-article h2[data-v-17d20805]{font-size:clamp(24px,3.5vw,36px);margin-top:2rem;margin-bottom:1rem}.technique-article p[data-v-17d20805],.technique-article li[data-v-17d20805]{font-size:1.1rem;line-height:1.7;color:var(--text);margin-bottom:1rem}.technique-article ol[data-v-17d20805]{padding-left:1.5rem;margin-bottom:1.5rem}.technique-article ol li[data-v-17d20805]{margin-bottom:.8rem}.kicker[data-v-17d20805]{font-size:.8em;letter-spacing:.12em;text-transform:uppercase;color:#9aa7bd;margin-bottom:.5rem}figure[data-v-17d20805]{margin:2rem 0;background:var(--card);border:1px solid var(--ring);border-radius:var(--radius);padding:1rem;text-align:center}figure img[data-v-17d20805]{max-width:200px;width:100%;height:auto;border-radius:12px;box-shadow:0 5px 15px #0003}figcaption[data-v-17d20805]{font-size:.9em;color:var(--muted);margin-top:.8rem;line-height:1.5}.technique-article a[data-v-17d20805]{color:var(--accent);text-decoration:underline}.technique-article a[data-v-17d20805]:hover{text-decoration:none}.not-found[data-v-b964d3f2]{display:grid;place-items:center;min-height:50vh;text-align:center}.card[data-v-b964d3f2]{background:var(--card);border:1px solid var(--ring);border-radius:var(--radius);padding:32px}h1[data-v-b964d3f2]{font-size:clamp(24px,4.5vw,38px);line-height:1.1;margin:0 0 10px}.sub[data-v-b964d3f2]{color:var(--muted);margin:0 0 24px;max-width:400px}.cta[data-v-b964d3f2]{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:8px 0}.btn[data-v-b964d3f2]{appearance:none;border:1px solid var(--ring);background:#1b2335;color:var(--text);padding:12px 16px;border-radius:12px;cursor:pointer;font-weight:600;text-decoration:none}.btn.primary[data-v-b964d3f2]{background:linear-gradient(180deg,#1f2937,#111827);border-color:#273244}.btn[data-v-b964d3f2]:hover{filter:brightness(1.05)}
