@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;700;800&display=swap');

:root {
    --ink: #0b1024;
    --navy: #050942;
    --navy-2: #071166;
    --blue: #2447ff;
    --soft-blue: #7da7ff;
    --cyan: #7df3ff;
    --paper: #eef3ff;
    --white: #ffffff;
    --muted: #667085;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--ink);
    background:
        linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px),
        linear-gradient(180deg, #d7e0f3 0%, #eef3ff 48%, #f8faff 100%);
    background-size: 72px 72px, auto;
    min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.page-shell { width: min(1040px, calc(100% - 32px)); margin: 0 auto; }
.site-nav {
    position: sticky;
    top: 10px;
    z-index: 50;
    width: min(1040px, calc(100% - 32px));
    margin: 10px auto 0;
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 12px 16px 12px 20px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 24px;
    background: rgba(5, 9, 66, .84);
    color: #fff;
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 60px rgba(10, 18, 92, .26);
}
.brand-link { display: inline-flex; align-items: center; gap: 14px; min-width: 0; }
.site-logo {
    height: 82px;
    width: auto;
    max-width: 260px;
    object-fit: contain;
    display: block;
}
.brand-name {
    display: inline-block;
    max-width: 220px;
    color: #fff;
    font-size: 18px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.nav-links { display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: #dbe7ff; }
.nav-links a { padding: 12px 15px; border-radius: 999px; transition: .2s ease; white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { background: rgba(255,255,255,.14); color: #fff; }

.hero {
    position: relative;
    width: min(1040px, calc(100% - 32px));
    margin: 0 auto;
    padding: 24px 0 0;
}
.hero-stage {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border-radius: 34px;
    padding: 34px clamp(20px, 4vw, 48px);
    color: #fff;
    background:
        radial-gradient(circle at 72% 24%, rgba(125, 243, 255, .30), transparent 16rem),
        radial-gradient(circle at 18% 14%, rgba(73, 87, 255, .38), transparent 22rem),
        repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0 1px, transparent 1px 54px),
        linear-gradient(135deg, #05052e 0%, #070d64 52%, #132fe9 100%);
    box-shadow: 0 38px 90px rgba(9, 16, 85, .36);
}
.hero-stage::before {
    content: "INFO AGENCY";
    position: absolute;
    top: -34px;
    left: -28px;
    color: rgba(255,255,255,.08);
    font-size: clamp(64px, 13vw, 150px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: .02em;
    white-space: nowrap;
    pointer-events: none;
}
.hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
    align-items: center;
}
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #dfe8ff; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 9px 14px; font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero-title { margin: 16px 0 14px; max-width: 650px; font-size: clamp(32px, 4.8vw, 50px); line-height: 1.02; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.hero-title span { color: #cfe1ff; text-shadow: 0 0 28px rgba(125, 243, 255, .42); }
.hero-copy { max-width: 620px; color: #d6e1ff; font-size: 14px; line-height: 1.7; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 20px; border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; transition: .22s ease; border: 0; }
.btn-primary { color: #fff; background: linear-gradient(135deg, #254bff, #7c9dff); box-shadow: 0 18px 42px rgba(36, 71, 255, .30); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 24px 56px rgba(36, 71, 255, .38); }
.btn-soft { color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); }
.btn-soft:hover { background: rgba(255,255,255,.18); }

.hero-visual {
    position: relative;
    min-height: 270px;
}
.phone-card, .glass-card, .mini-card, .deal-card {
    position: absolute;
    border: 1px solid rgba(255,255,255,.24);
    background: rgba(255,255,255,.13);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 70px rgba(0,0,0,.24);
}
.hero-photo-card {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.28);
    background: rgba(255,255,255,.12);
    box-shadow: 0 28px 80px rgba(0,0,0,.28);
}
.hero-photo-card::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
    border-radius: 28px;
}
.hero-photo-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.phone-card {
    left: 0;
    top: 8px;
    width: 214px;
    padding: 12px;
    border-radius: 24px;
    background: rgba(255,255,255,.98);
    color: var(--ink);
    z-index: 3;
}
.phone-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 18px; display: block; }
.phone-card h3 { margin: 12px 0 6px; font-size: 15px; line-height: 1.15; font-weight: 900; }
.phone-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.glass-card {
    right: 0;
    top: 16px;
    width: 146px;
    padding: 15px;
    border-radius: 22px;
    color: #fff;
}
.glass-card strong { display: block; font-size: 28px; line-height: 1; }
.glass-card span { color: #cfe1ff; font-size: 10px; line-height: 1.45; }
.mini-card {
    left: 18px;
    bottom: 6px;
    width: 190px;
    padding: 13px;
    border-radius: 18px;
    background: rgba(255,255,255,.98);
    color: var(--ink);
    z-index: 4;
}
.mini-card b { display: block; font-size: 12px; }
.mini-card small { display: block; margin-top: 6px; color: #5c6680; line-height: 1.45; }
.deal-card {
    right: 0;
    bottom: -2px;
    width: 166px;
    padding: 14px;
    border-radius: 20px;
    color: #fff;
    background: rgba(18, 35, 168, .92);
    border-color: rgba(255,255,255,.28);
    z-index: 5;
}
.deal-card b { display: block; font-size: 13px; line-height: 1.2; }
.deal-card p { color: #e8eeff !important; font-size: 11px !important; line-height: 1.45; }
.search-panel {
    position: relative;
    z-index: 3;
    width: min(640px, 100%);
    margin-top: 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 14px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(17, 32, 104, .22);
}
.search-panel label { display: flex; align-items: center; gap: 12px; color: var(--muted); padding: 0 14px; }
.search-panel input { width: 100%; min-height: 52px; border: 0; outline: 0; color: var(--ink); font-size: 14px; }

.light-section {
    margin-top: 28px;
    background: #eef3ff;
    border-radius: 34px 34px 0 0;
    padding: 48px 0 88px;
}
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 28px; }
.section-title { margin: 0; font-size: clamp(30px, 5vw, 56px); line-height: 1; font-weight: 900; text-transform: uppercase; letter-spacing: 0; color: var(--ink); }
.section-copy { color: #5c6680; line-height: 1.8; }
.section-head .section-copy { max-width: 430px; margin: 0; }
.catalog-filter {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 180px 180px auto;
    gap: 12px;
    margin: 0 0 22px;
    padding: 14px;
    border-radius: 24px;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(122, 141, 190, .22);
    box-shadow: 0 18px 42px rgba(52, 74, 132, .08);
}
.catalog-filter input,
.catalog-filter select {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #dbe5ff;
    border-radius: 999px;
    background: #f8faff;
    color: var(--ink);
    outline: 0;
    font-weight: 700;
}
.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}
.pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff;
    color: #2447ff;
    border: 1px solid #dbe5ff;
    font-weight: 900;
}
.pagination a.active {
    color: #fff;
    background: #2447ff;
}

.agency-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.agency-card {
    position: relative;
    display: grid;
    grid-template-columns: 168px minmax(0, 1fr);
    gap: 16px;
    background:
        radial-gradient(circle at 0% 0%, rgba(36, 71, 255, .10), transparent 12rem),
        rgba(255,255,255,.92);
    border: 1px solid rgba(122, 141, 190, .22);
    border-radius: 22px;
    padding: 14px;
    min-height: 218px;
    color: var(--ink);
    box-shadow: 0 20px 50px rgba(52, 74, 132, .10);
    transition: .22s ease;
}
.agency-card:hover { transform: translateY(-4px); box-shadow: 0 28px 64px rgba(52, 74, 132, .16); }
.agency-card.agency-premium {
    background:
        radial-gradient(circle at 0% 0%, rgba(125, 243, 255, .28), transparent 12rem),
        linear-gradient(145deg, rgba(255,255,255,.97), rgba(231,238,255,.96));
    border: 1px solid rgba(36, 71, 255, .48);
    box-shadow: 0 26px 70px rgba(36, 71, 255, .18);
}
.agency-card.agency-premium::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 22px;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.72);
}
.agency-card.agency-premium:hover {
    border-color: rgba(36, 71, 255, .72);
    box-shadow: 0 34px 86px rgba(36, 71, 255, .26);
}
.premium-ribbon {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #071166, #2447ff);
    box-shadow: 0 12px 30px rgba(36, 71, 255, .28);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .10em;
    text-transform: uppercase;
}
.agency-card.agency-premium .agency-image {
    box-shadow: 0 16px 36px rgba(36, 71, 255, .18), inset 0 0 0 1px rgba(36,71,255,.16);
}
.agency-image { width: 100%; aspect-ratio: 4 / 5; border: 0; border-radius: 18px; overflow: hidden; background: #dbe5ff; cursor: zoom-in; padding: 0; box-shadow: inset 0 0 0 1px rgba(36,71,255,.08); }
.agency-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .25s ease; }
.agency-image:hover img { transform: scale(1.05); }
.agency-body { min-width: 0; display: flex; flex-direction: column; justify-content: space-between; gap: 16px; padding: 4px 4px 4px 0; }
.badge { display: inline-flex; width: max-content; max-width: 100%; color: #1d32b0; background: #e1e8ff; border: 1px solid #c8d5ff; border-radius: 999px; padding: 7px 10px; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.badge.premium-badge {
    gap: 6px;
    color: #fff;
    background: linear-gradient(135deg, #071166, #2447ff);
    border-color: rgba(36, 71, 255, .28);
}
.agency-title { margin: 10px 0 8px; font-size: 19px; line-height: 1.15; font-weight: 900; letter-spacing: 0; text-transform: uppercase; overflow-wrap: anywhere; }
.platform-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 10px; }
.platform-list span { display: inline-flex; align-items: center; gap: 6px; min-height: 28px; padding: 0 10px; border-radius: 999px; background: #f4f7ff; color: #2447ff; border: 1px solid #dbe5ff; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.agency-desc { margin: 0; color: #667085; font-size: 12.5px; line-height: 1.65; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.card-actions { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10px; align-items: center; }
.card-actions .btn-soft { color: #1d32b0; background: #edf2ff; border-color: #d6e0ff; }
.agency-card.agency-premium .card-actions .btn-primary {
    background: linear-gradient(135deg, #071166, #2447ff 62%, #7da7ff);
    box-shadow: 0 18px 42px rgba(36, 71, 255, .34);
}
.agency-card.agency-premium .platform-list span {
    background: #e8eeff;
    border-color: #bfccff;
}
.quick-links { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px; padding-top: 2px; }
.quick-links a { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 16px; border-radius: 999px; color: #24325b; background: rgba(237,242,255,.96); border: 1px solid #d2dcff; font-size: 11px; font-weight: 900; text-transform: uppercase; box-shadow: 0 10px 24px rgba(36, 71, 255, .08); }
.quick-links a i { font-size: 18px; line-height: 1; }
.quick-links a .fa-instagram { color: #e1306c; }
.quick-links a .fa-envelope { color: #2447ff; }
.card-actions .btn i { font-size: 16px; }

.package-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.package-card {
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(122, 141, 190, .22);
    border-radius: 32px;
    padding: 32px;
    color: var(--ink);
    box-shadow: 0 22px 56px rgba(52, 74, 132, .12);
}
.package-card.featured {
    color: #fff;
    border-color: rgba(255,255,255,.22);
    background:
        radial-gradient(circle at 90% 0%, rgba(125,243,255,.26), transparent 16rem),
        linear-gradient(135deg, #071166, #2447ff);
}
.package-card.featured .section-copy,
.package-card.featured .feature-list { color: #dbe7ff; }
.package-card.featured .badge { background: rgba(255,255,255,.16); color: #fff; border-color: rgba(255,255,255,.22); }
.package-name { margin: 18px 0 12px; font-size: 28px; font-weight: 900; text-transform: uppercase; }
.package-price { margin: 0; font-size: 44px; font-weight: 900; color: #2447ff; }
.package-card.featured .package-price { color: #fff; }
.feature-list { margin: 26px 0 32px; padding: 0; list-style: none; display: grid; gap: 12px; color: #5c6680; font-size: 14px; line-height: 1.6; }
.feature-list li { display: flex; gap: 10px; align-items: flex-start; }
.feature-list i { color: #2447ff; margin-top: 4px; }
.package-card.featured .feature-list i { color: var(--cyan); }

.detail-card { display: grid; grid-template-columns: minmax(260px, 420px) minmax(0, 1fr); gap: 34px; align-items: start; }
.detail-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}
.detail-info-grid > div {
    min-width: 0;
    padding: 14px;
    border-radius: 18px;
    background: #f4f7ff;
    border: 1px solid #dbe5ff;
}
.detail-info-grid span {
    display: block;
    margin-bottom: 6px;
    color: #6b7692;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.detail-info-grid strong,
.detail-info-grid a {
    color: var(--ink);
    font-size: 13px;
    font-weight: 900;
    overflow-wrap: anywhere;
}
.detail-info-grid a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2447ff;
}
.detail-info-grid .fa-instagram { color: #e1306c; }

.sales-section {
    background: #eef3ff;
    padding: 28px 0 72px;
}
.compare-table {
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(122, 141, 190, .22);
    box-shadow: 0 22px 56px rgba(52, 74, 132, .10);
}
.compare-row {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) .8fr .8fr;
    min-height: 62px;
    border-top: 1px solid #dce5ff;
}
.compare-row:first-child { border-top: 0; }
.compare-row > div {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    color: #465170;
    font-weight: 800;
}
.compare-row > div:not(:first-child) {
    justify-content: center;
    border-left: 1px solid #dce5ff;
}
.compare-row i { color: #2447ff; }
.compare-head { background: #071166; }
.compare-head > div { color: #fff; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.preview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}
.payment-box {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, .8fr);
    gap: 24px;
    align-items: center;
    padding: 30px;
    border-radius: 32px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 0%, rgba(125,243,255,.26), transparent 18rem),
        linear-gradient(135deg, #071166, #2447ff);
    box-shadow: 0 24px 70px rgba(36, 71, 255, .22);
}
.payment-eyebrow { background: rgba(255,255,255,.14); }
.payment-box h2 {
    margin: 18px 0 12px;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}
.payment-box p { margin: 0; color: #dbe7ff; line-height: 1.75; }
.payment-steps { display: grid; gap: 10px; }
.payment-steps div {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    padding: 10px 12px;
    border-radius: 18px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.16);
}
.payment-steps strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #fff;
    color: #2447ff;
}
.payment-steps span { font-size: 13px; font-weight: 800; }
.ad-preview {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    padding: 30px;
    border-radius: 32px;
    border: 1px solid rgba(122, 141, 190, .22);
    background: rgba(255,255,255,.9);
    box-shadow: 0 22px 56px rgba(52, 74, 132, .11);
}
.ad-preview h3 {
    margin: 20px 0 12px;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}
.ad-preview p {
    max-width: 460px;
    color: #5c6680;
    line-height: 1.75;
}
.ad-preview .btn { margin-top: 22px; }
.premium-preview {
    color: #fff;
    background:
        radial-gradient(circle at 90% 0%, rgba(125,243,255,.28), transparent 17rem),
        linear-gradient(135deg, #071166, #2447ff);
    border-color: rgba(255,255,255,.20);
}
.premium-preview p { color: #dbe7ff; }
.premium-preview .badge,
.premium-preview .platform-list span {
    color: #fff;
    background: rgba(255,255,255,.14);
    border-color: rgba(255,255,255,.18);
}
.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.steps-grid > div {
    padding: 26px;
    border-radius: 28px;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(122, 141, 190, .22);
    box-shadow: 0 18px 42px rgba(52, 74, 132, .09);
}
.steps-grid span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #2447ff;
    color: #fff;
    font-weight: 900;
    margin-bottom: 20px;
}
.steps-grid h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}
.steps-grid p { margin: 0; color: #5c6680; line-height: 1.7; }
.faq-wrap {
    display: grid;
    gap: 14px;
}
.faq-wrap details {
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(122, 141, 190, .22);
    border-radius: 22px;
    padding: 18px 20px;
}
.faq-wrap summary {
    cursor: pointer;
    font-weight: 900;
    color: var(--ink);
}
.faq-wrap details p {
    margin: 12px 0 0;
    color: #5c6680;
    line-height: 1.75;
}
.final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 14px;
    padding: 28px;
    border-radius: 28px;
    color: #fff;
    background: linear-gradient(135deg, #071166, #2447ff);
}
.final-cta h3 {
    margin: 0;
    font-size: clamp(24px, 4vw, 38px);
    font-weight: 900;
    text-transform: uppercase;
}

.wa-widget {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 100;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 62px;
    background: #25d366;
    color: #04130a;
    border-radius: 999px;
    padding: 8px 16px 8px 8px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, .62), 0 18px 48px rgba(0,0,0,.28);
    animation: waPulse 1.9s infinite;
}
.wa-avatar { width: 44px; height: 44px; border-radius: 999px; overflow: hidden; background: #dbeafe; border: 2px solid #fff; }
.wa-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wa-label { display: grid; gap: 1px; line-height: 1.1; }
.wa-label b { font-size: 11px; }
.wa-label small { font-size: 9px; letter-spacing: .06em; opacity: .78; }
@keyframes waPulse {
    0% { transform: translateY(0); box-shadow: 0 0 0 0 rgba(37, 211, 102, .58), 0 18px 48px rgba(0,0,0,.28); }
    50% { transform: translateY(-2px); box-shadow: 0 0 0 12px rgba(37, 211, 102, 0), 0 18px 48px rgba(0,0,0,.28); }
    100% { transform: translateY(0); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 18px 48px rgba(0,0,0,.28); }
}
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(2,6,23,.88);
    backdrop-filter: blur(12px);
}
.lightbox.open { display: flex; }
.lightbox img { max-width: min(96vw, 980px); max-height: 88vh; object-fit: contain; border-radius: 18px; box-shadow: 0 30px 90px rgba(0,0,0,.55); }
.lightbox button { position: fixed; top: 22px; right: 22px; width: 46px; height: 46px; border: 0; border-radius: 999px; background: #fff; color: #020617; cursor: pointer; font-weight: 900; }

@media (max-width: 940px) {
    .brand-name { font-size: 15px; max-width: 180px; }
    .site-logo { height: 70px; }
    .hero-inner { grid-template-columns: 1fr; }
    .hero-visual { min-height: 260px; }
    .phone-card { left: 0; top: 26px; }
    .glass-card { right: 0; top: 0; }
    .deal-card { right: 12px; bottom: 20px; }
    .mini-card { left: 18px; bottom: 0; }
    .agency-grid, .package-grid { grid-template-columns: 1fr; }
    .preview-grid, .steps-grid { grid-template-columns: 1fr; }
    .payment-box { grid-template-columns: 1fr; }
    .detail-card { grid-template-columns: 1fr; }
    .agency-card { grid-template-columns: 160px minmax(0, 1fr); }
}
@media (max-width: 640px) {
    body { background-size: 48px 48px, auto; }
    .site-nav { top: 8px; width: calc(100% - 20px); margin-top: 8px; gap: 12px; min-height: auto; padding: 12px; align-items: flex-start; flex-direction: column; border-radius: 20px; }
    .site-logo { height: 64px; max-width: 230px; }
    .brand-name { font-size: 16px; max-width: 240px; }
    .nav-links { width: 100%; gap: 8px; overflow-x: auto; padding-bottom: 4px; }
    .nav-links a { padding: 10px 12px; }
    .hero { width: calc(100% - 20px); padding-top: 24px; }
    .hero-stage { min-height: auto; padding: 34px 18px; border-radius: 24px; }
    .hero-title { font-size: 30px; }
    .hero-copy { font-size: 14px; }
    .hero-visual { display: none; }
    .search-panel { grid-template-columns: 1fr; border-radius: 22px; }
    .search-panel .btn { width: 100%; }
    .catalog-filter { grid-template-columns: 1fr; }
    .light-section { margin-top: 20px; padding-top: 38px; border-radius: 28px 28px 0 0; }
    .section-head { display: block; }
    .section-head .section-copy { margin-top: 12px; }
    .agency-card { grid-template-columns: 1fr; padding: 14px; }
    .agency-image { aspect-ratio: 16 / 10; }
    .card-actions { grid-template-columns: 1fr; }
    .package-card { padding: 24px; }
    .detail-info-grid { grid-template-columns: 1fr; }
    .compare-row { grid-template-columns: 1.2fr .8fr .8fr; font-size: 12px; }
    .compare-row > div { padding: 14px 10px; }
    .ad-preview { padding: 24px; min-height: auto; }
    .ad-preview h3 { font-size: 28px; }
    .final-cta { display: grid; }
    .wa-widget { right: 14px; bottom: 14px; padding-right: 12px; }
    .wa-label { display: none; }
}
