* {
    box-sizing: border-box;
}

:root {
    --ink-black: #080a12;
    --ink-navy: #0b1220;
    --blue: #3b82f6;
    --cyan: #22d3ee;
    --violet: #8b5cf6;
    --magenta: #ec4899;
    --orange: #f97316;
    --green: #22c55e;
    --soft-white: #f8fafc;
    --muted: #94a3b8;
}

body {
    margin: 0;
    font-family: Inter, Segoe UI, Arial, sans-serif;
    background: radial-gradient(circle at 12% -8%, rgba(34, 211, 238, 0.22), transparent 34%), radial-gradient(circle at 86% 4%, rgba(236, 72, 153, 0.17), transparent 30%), radial-gradient(circle at 50% 110%, rgba(59, 130, 246, 0.16), transparent 36%), var(--ink-black);
    color: #eff4ff;
    top: 0 !important;
    overflow-x: hidden;
}

.page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px 48px;
}

.hero {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 14px;
    min-height: 640px;
    border: 1px solid rgba(77, 129, 218, 0.42);
    box-shadow: 0 0 0 1px rgba(36, 86, 176, 0.28), 0 28px 72px rgba(2, 8, 24, 0.74), 0 0 80px rgba(59, 130, 246, 0.14);
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(118deg, rgba(4, 7, 16, 0.96) 0%, rgba(7, 15, 31, 0.88) 42%, rgba(4, 15, 34, 0.66) 100%), radial-gradient(circle at 72% 24%, rgba(59, 130, 246, 0.24), transparent 32%);
}

.hero-content {
    position: relative;
    z-index: 1;
    min-height: 640px;
    padding: 18px 20px 30px;
    display: flex;
    flex-direction: column;
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 42px;
    padding: 10px;
    border: 1px solid rgba(89, 135, 209, 0.24);
    border-radius: 8px;
    background: rgba(5, 10, 22, 0.52);
    backdrop-filter: blur(12px);
}

.brand-wrap {
    width: 250px;
    max-width: 52%;
}

.brand-logo {
    width: 100%;
    height: auto;
    display: block;
}

.topbar-right {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.session-state {
    font-size: 12px;
    background: rgba(9, 16, 32, 0.84);
    color: #dbe8ff;
    border: 1px solid rgba(87, 130, 204, 0.62);
    border-radius: 6px;
    padding: 7px 10px;
}

.session-user {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-right: 12px;
}

.session-name {
    line-height: 1.1;
}

.session-avatar {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    object-fit: cover;
    border: 1px solid rgba(113, 154, 230, 0.64);
    background: #0b1222;
}

.translate-box {
    display: none;
}

#google_translate_element,
#google_translate_element * {
    display: none !important;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

iframe.goog-te-banner-frame,
iframe.goog-te-menu-frame {
    display: none !important;
    visibility: hidden !important;
}

.goog-te-gadget,
.goog-te-gadget-simple,
.goog-te-combo,
.goog-logo-link,
.goog-te-gadget-icon {
    display: none !important;
}

.lang-label {
    font-size: 12px;
    color: #d2ddf2;
}

.lang-switcher {
    min-width: 126px;
    height: 32px;
    padding: 0 10px;
    border: none;
    border-radius: 999px;
    background: rgba(9, 16, 32, 0.86);
    color: #e8f1ff;
    font-size: 12px;
    font-family: inherit;
    outline: none;
}

.lang-switcher:focus {
    outline: 1px solid #4ca3ff;
    outline-offset: 0;
}

.lang-switcher option {
    background: #0b1123;
    color: #eff4ff;
}

.hero-shell {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: auto;
    min-width: 0;
}

.hero-main,
.hero-city-card {
    min-width: 0;
}

.hero-main h1 {
    margin: 0 0 12px;
    font-size: clamp(42px, 7.2vw, 86px);
    line-height: 0.95;
    letter-spacing: 0;
    color: #f7fbff;
    max-width: 760px;
    text-shadow: 0 12px 42px rgba(34, 211, 238, 0.24);
    overflow-wrap: break-word;
}

.hero-main p {
    margin: 0;
    color: #d4e0f5;
    font-size: 20px;
    line-height: 1.45;
    max-width: 620px;
    overflow-wrap: break-word;
}

.hero-urgency {
    margin-top: 18px !important;
    font-size: clamp(20px, 3vw, 30px) !important;
    font-weight: 800;
    color: #ffffff !important;
    text-shadow: 0 0 28px rgba(249, 115, 22, 0.36);
}

.hero-support {
    margin-top: 10px !important;
    font-size: 15px !important;
    color: #c7dcff !important;
}

.hero-ctas {
    margin-top: 22px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.hero-city-card {
    background: linear-gradient(160deg, rgba(12, 24, 48, 0.92) 0%, rgba(8, 16, 34, 0.97) 100%);
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 0 42px rgba(46, 124, 255, 0.34), 0 0 54px rgba(139, 92, 246, 0.18), inset 0 0 0 1px rgba(58, 142, 255, 0.28);
    background-image: linear-gradient(160deg, rgba(12, 24, 48, 0.92) 0%, rgba(8, 16, 34, 0.97) 100%), linear-gradient(130deg, rgba(59, 130, 246, 0.55), rgba(34, 211, 238, 0.4), rgba(139, 92, 246, 0.45));
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    animation: founderPulse 5.5s ease-in-out infinite;
}

.city-name {
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.6px;
    color: #a4c6ff;
}

.city-remaining {
    margin: 10px 0 8px;
    color: #e7f1ff;
    font-size: clamp(30px, 4.4vw, 46px);
    line-height: 1;
    font-weight: 850;
    text-shadow: 0 0 28px rgba(34, 211, 238, 0.24);
}

.city-badge {
    margin-top: 0;
    margin-bottom: 8px;
    display: inline-block;
    border: 1px solid rgba(34, 211, 238, 0.5);
    color: #e8f7ff;
    background: linear-gradient(120deg, rgba(59, 130, 246, 0.28), rgba(34, 211, 238, 0.18));
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 12px;
}

.city-joined {
    margin: 0 0 8px;
    color: #bed6ff;
    font-size: 14px;
}

.city-candidate {
    margin: 0 0 10px;
    color: #d9e9ff;
    font-size: 13px;
}

.city-story {
    margin: 0 0 8px;
    color: #e6f1ff;
    font-size: 13px;
    line-height: 1.45;
}

.status-band,
.steps,
.benefits,
.actions,
.most-wanted,
.request-city {
    margin-top: 18px;
    background: linear-gradient(170deg, rgba(12, 20, 37, 0.98), rgba(8, 14, 28, 0.98));
    border: 1px solid rgba(72, 105, 158, 0.46);
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 18px 34px rgba(4, 9, 22, 0.5), inset 0 0 0 1px rgba(99, 151, 241, 0.08);
}

.status-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.status-head h2 {
    margin: 0;
    font-size: clamp(24px, 4vw, 38px);
    color: #f7fbff;
}

.status-chip {
    font-size: 12px;
    color: #d6e7ff;
    background: linear-gradient(120deg, rgba(59, 130, 246, 0.28), rgba(139, 92, 246, 0.24));
    border: 1px solid rgba(90, 148, 245, 0.78);
    border-radius: 999px;
    padding: 6px 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.18);
}

.status-summary {
    margin: 0 0 14px;
    color: #cfdef6;
    font-size: 16px;
    line-height: 1.45;
}

.status-primary-metric {
    display: grid;
    gap: 2px;
    margin: 10px 0 12px;
    padding: 14px;
    border: 1px solid rgba(34, 211, 238, 0.34);
    border-radius: 8px;
    background: radial-gradient(circle at 8% 20%, rgba(34, 211, 238, 0.18), transparent 32%), rgba(9, 16, 32, 0.62);
}

.status-primary-metric strong {
    font-size: clamp(38px, 7vw, 66px);
    line-height: 0.95;
    color: #f8fbff;
}

.status-primary-metric span {
    color: #a9c7f0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.city-switch {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.city-switch label {
    font-size: 13px;
    color: #cfdef6;
}

.city-switch select {
    min-width: 180px;
    height: 34px;
    padding: 0 10px;
    border: 1px solid rgba(74, 126, 214, 0.7);
    border-radius: 999px;
    background: #0b1123;
    color: #ecf4ff;
    font: inherit;
}

.steps h2,
.benefits h2 {
    margin: 0 0 10px;
    font-size: clamp(28px, 4.8vw, 46px);
    line-height: 1;
    color: #f7fbff;
}

.section-intro {
    margin: 0 0 16px;
    color: #c9dbf8;
    font-size: 16px;
    line-height: 1.45;
    max-width: 760px;
}

.step-grid,
.benefit-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    position: relative;
}

.step-grid::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.65), rgba(34, 211, 238, 0.62), rgba(139, 92, 246, 0.62), rgba(236, 72, 153, 0.62), rgba(52, 211, 153, 0.62));
    opacity: 0.5;
    pointer-events: none;
}

.step-item,
.benefit-item,
.action,
.city-item {
    background: #0b1222;
    border: 1px solid rgba(48, 75, 117, 0.7);
    border-radius: 8px;
    padding: 14px;
    transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.step-item:hover,
.benefit-item:hover,
.action:hover,
.city-item:hover {
    border-color: rgba(106, 156, 255, 0.9);
    box-shadow: 0 14px 26px rgba(7, 17, 40, 0.52);
    transform: translateY(-2px);
}

.step-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid transparent;
    background: linear-gradient(165deg, rgba(10, 18, 34, 0.96), rgba(8, 15, 30, 0.98)) padding-box, linear-gradient(130deg, rgba(59, 130, 246, 0.45), rgba(34, 211, 238, 0.32)) border-box;
    box-shadow: 0 0 0 1px rgba(29, 52, 93, 0.24), 0 16px 28px rgba(6, 14, 32, 0.52);
    animation: stepPulse 18s ease-in-out infinite, borderFlow 9s ease-in-out infinite;
}

.step-item::after {
    content: "";
    position: absolute;
    inset: -45% auto auto -25%;
    width: 72%;
    height: 72%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.24), rgba(59, 130, 246, 0));
    pointer-events: none;
    animation: stepGlow 18s ease-in-out infinite;
}

.step-1 {
    background: linear-gradient(165deg, rgba(10, 18, 34, 0.96), rgba(8, 15, 30, 0.98)) padding-box, linear-gradient(130deg, rgba(59, 130, 246, 0.75), rgba(34, 211, 238, 0.7)) border-box;
    animation-delay: 0s;
}

.step-2 {
    background: linear-gradient(165deg, rgba(10, 18, 34, 0.96), rgba(8, 15, 30, 0.98)) padding-box, linear-gradient(130deg, rgba(34, 211, 238, 0.7), rgba(139, 92, 246, 0.72)) border-box;
    animation-delay: 1.8s;
}

.step-3 {
    background: linear-gradient(165deg, rgba(10, 18, 34, 0.96), rgba(8, 15, 30, 0.98)) padding-box, linear-gradient(130deg, rgba(139, 92, 246, 0.72), rgba(236, 72, 153, 0.72)) border-box;
    animation-delay: 3.6s;
}

.step-4 {
    background: linear-gradient(165deg, rgba(10, 18, 34, 0.96), rgba(8, 15, 30, 0.98)) padding-box, linear-gradient(130deg, rgba(236, 72, 153, 0.7), rgba(249, 115, 22, 0.72)) border-box;
    animation-delay: 5.4s;
}

.step-5 {
    background: linear-gradient(165deg, rgba(10, 18, 34, 0.96), rgba(8, 15, 30, 0.98)) padding-box, linear-gradient(130deg, rgba(59, 130, 246, 0.68), rgba(52, 211, 153, 0.72)) border-box;
    animation-delay: 7.2s;
}

.step-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 12px;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid rgba(128, 175, 255, 0.58);
    background: rgba(35, 64, 109, 0.42);
    color: #e3efff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.step-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(140deg, rgba(59, 130, 246, 0.35), rgba(139, 92, 246, 0.34));
    box-shadow: 0 0 0 1px rgba(119, 161, 255, 0.4);
}

.step-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #f0f6ff;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.step-item h3 {
    margin: 0 0 8px;
    font-size: 17px;
    color: #eff5ff;
}

.step-item p {
    margin: 0;
    color: #c3d4ef;
    font-size: 14px;
    line-height: 1.45;
}

.benefit-item {
    color: #dbe8ff;
    background: linear-gradient(170deg, rgba(11, 20, 37, 0.98), rgba(10, 16, 29, 0.98));
    border: 1px solid rgba(69, 101, 151, 0.72);
    box-shadow: inset 0 0 0 1px rgba(76, 120, 194, 0.2);
}

.benefit-blue {
    border-color: rgba(59, 130, 246, 0.62);
}

.benefit-cyan {
    border-color: rgba(34, 211, 238, 0.58);
}

.benefit-violet {
    border-color: rgba(139, 92, 246, 0.62);
}

.benefit-magenta {
    border-color: rgba(236, 72, 153, 0.58);
}

.benefit-green {
    border-color: rgba(34, 197, 94, 0.58);
}

.benefit-item h3 {
    margin: 0 0 7px;
    font-size: 16px;
    color: #eff5ff;
}

.benefit-item p {
    margin: 0;
    font-size: 14px;
    color: #c3d4ef;
    line-height: 1.45;
}

.benefit-chip,
.panel-chip,
.city-chip {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #e9f3ff;
    border: 1px solid rgba(113, 154, 230, 0.64);
    background: linear-gradient(120deg, rgba(59, 130, 246, 0.24), rgba(139, 92, 246, 0.25));
}

.benefit-chip {
    margin-bottom: 8px;
}

.panel-chip-icon,
.benefit-icon-chip {
    gap: 7px;
}

.panel-chip-icon svg,
.benefit-icon-chip svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.proof-strip {
    margin-top: 16px;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
}

.proof-strip > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: linear-gradient(160deg, rgba(12, 19, 34, 0.95), rgba(9, 16, 30, 0.95)) padding-box, linear-gradient(120deg, rgba(59, 130, 246, 0.55), rgba(34, 211, 238, 0.34), rgba(139, 92, 246, 0.44)) border-box;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 11px 12px;
    color: #d5e4ff;
    font-size: 13px;
    text-align: center;
    box-shadow: inset 0 0 0 1px rgba(77, 121, 197, 0.16);
}

.proof-strip strong {
    font-size: 13px;
}

.proof-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 24px;
    border-radius: 999px;
    color: #f8fbff;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.78), rgba(139, 92, 246, 0.76));
    font-size: 10px;
    font-weight: 850;
}

.actions {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}

.action h3 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #eff5ff;
}

.action p {
    margin: 0 0 10px;
    color: #d0def4;
}

.action {
    background: linear-gradient(170deg, rgba(11, 20, 37, 0.98), rgba(9, 17, 31, 0.98));
    border: 1px solid rgba(70, 104, 160, 0.72);
    box-shadow: 0 10px 24px rgba(5, 13, 29, 0.4), inset 0 0 0 1px rgba(86, 127, 201, 0.16);
}

#referral-link {
    font-family: Consolas, "Courier New", monospace;
    font-size: 13px;
    color: #e4efff;
    word-break: break-all;
}

.meter,
.mini-meter {
    width: 100%;
    height: 11px;
    background: #14213a;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(121, 163, 235, 0.12);
}

.meter-fill,
.mini-fill {
    height: 100%;
    background: linear-gradient(90deg, #2b8fff 0%, #66c7ff 46%, #8b5cf6 100%);
    background-size: 170% 170%;
    animation: barFlow 6s ease-in-out infinite;
}

.status-stats {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 14px;
    color: #d7e5ff;
}

.city-grid {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.city-grid-head {
    grid-column: 1 / -1;
}

.city-grid-head h2 {
    margin: 0 0 10px;
    font-size: clamp(26px, 4vw, 40px);
    line-height: 1;
    color: #f7fbff;
}

.most-wanted {
    margin-top: 16px;
}

.most-wanted h2 {
    margin: 0 0 8px;
    font-size: clamp(26px, 4vw, 40px);
    line-height: 1;
    color: #f7fbff;
}

.most-wanted-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.most-wanted-item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 12px;
    border: 1px solid rgba(70, 105, 160, 0.64);
    border-radius: 8px;
    background: radial-gradient(circle at 0% 50%, rgba(34, 211, 238, 0.12), transparent 32%), linear-gradient(165deg, rgba(10, 18, 34, 0.96), rgba(8, 15, 30, 0.98));
    box-shadow: inset 0 0 0 1px rgba(78, 119, 190, 0.12);
}

.most-wanted-main {
    flex: 1 1 auto;
    min-width: 0;
}

.most-wanted-city,
.most-wanted-count {
    margin: 0;
    color: #dce9ff;
    font-size: 14px;
}

.most-wanted-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 28px;
    margin-right: 8px;
    border-radius: 999px;
    color: #f8fbff;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.72), rgba(236, 72, 153, 0.58));
    font-weight: 850;
}

.most-wanted-country {
    display: inline-flex;
    margin-left: 6px;
    color: #9fb8de;
    font-size: 12px;
    font-weight: 800;
}

.most-wanted-count {
    font-weight: 700;
    color: #8ec7ff;
    white-space: nowrap;
}

.wanted-energy {
    height: 5px;
    margin-top: 8px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(24, 39, 66, 0.9);
}

.wanted-energy span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--blue), var(--cyan), var(--magenta));
    box-shadow: 0 0 18px rgba(34, 211, 238, 0.24);
}

.city-item h3 {
    margin: 0;
    font-size: 16px;
    color: #f4f8ff;
}

.city-item p {
    margin: 0 0 8px;
    font-size: 13px;
    color: #c9dbf8;
}

.request-city h2 {
    margin: 0 0 8px;
    font-size: clamp(26px, 4vw, 40px);
    line-height: 1;
    color: #f7fbff;
}

.builder-note,
.why-bil5 {
    margin-top: 16px;
    background: linear-gradient(170deg, rgba(12, 20, 37, 0.98), rgba(9, 16, 31, 0.98));
    border: 1px solid rgba(70, 103, 157, 0.56);
    border-radius: 8px;
    padding: 14px;
    box-shadow: 0 12px 24px rgba(5, 12, 26, 0.36);
}

.builder-note h2 {
    margin: 0 0 8px;
    font-size: 20px;
    color: #f7fbff;
}

.why-bil5 h2 {
    margin: 0 0 10px;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1;
    color: #f7fbff;
}

.builder-note p,
.why-bil5 p {
    margin: 0;
    color: #ccddfa;
    line-height: 1.5;
}

.why-lead {
    font-size: 16px;
    color: #f0f6ff;
}

.why-body {
    margin-top: 10px !important;
    font-size: 15px;
}

.centerpiece-head {
    display: grid;
    gap: 14px;
    justify-items: center;
    text-align: center;
    margin-bottom: 22px;
}

.centerpiece-head h2 {
    margin: 0;
    max-width: 18ch;
    font-size: clamp(34px, 5.6vw, 68px);
    line-height: 0.98;
    color: #f8fbff;
    text-wrap: balance;
}

.centerpiece-statement {
    max-width: 18ch;
    font-size: clamp(24px, 3vw, 36px) !important;
    line-height: 1.05 !important;
    color: #eef5ff !important;
    text-wrap: balance;
}

.centerpiece-copy {
    max-width: 72ch;
    font-size: 16px;
    color: #d8e7ff !important;
}

.why-people-head {
    margin-bottom: 16px;
}

.why-people-head h3 {
    margin: 0 0 8px;
    font-size: clamp(24px, 3.4vw, 34px);
    line-height: 1;
    color: #f8fbff;
}

.why-people-head p {
    margin: 0;
    color: #cdddf8;
    font-size: 16px;
}

.difference-grid {
    display: grid;
    gap: 10px;
    margin-top: 14px;
    grid-template-columns: 1fr;
}

.difference-visual-grid {
    display: grid;
    gap: 10px;
    margin-top: 14px;
    grid-template-columns: 1fr;
}

.product-preview-head {
    margin-top: 16px;
}

.product-preview-head h3 {
    margin: 8px 0 10px;
    font-size: clamp(24px, 4vw, 34px);
    line-height: 1.08;
    color: #f8fbff;
    max-width: 14ch;
}

.product-preview-head p {
    margin: 0;
    max-width: 58ch;
    color: #cfe0fb;
    font-size: 14px;
    line-height: 1.6;
}

.mockup-grid {
    display: grid;
    gap: 12px;
    margin-top: 14px;
    grid-template-columns: 1fr;
}

.mockup-card {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid rgba(84, 128, 201, 0.46);
    background:
        radial-gradient(circle at 16% 14%, rgba(34, 211, 238, 0.12), transparent 22%),
        radial-gradient(circle at 84% 18%, rgba(139, 92, 246, 0.16), transparent 24%),
        linear-gradient(170deg, rgba(11, 20, 37, 0.98), rgba(10, 16, 29, 0.98));
    box-shadow: 0 16px 28px rgba(5, 13, 29, 0.34), inset 0 0 0 1px rgba(86, 127, 201, 0.1);
}

.mockup-frame {
    overflow: hidden;
    max-width: 220px;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid rgba(113, 154, 230, 0.24);
    background: rgba(7, 13, 24, 0.92);
    box-shadow: inset 0 0 0 1px rgba(113, 154, 230, 0.08);
}

.mockup-image {
    display: block;
    width: 100%;
    height: auto;
}

.mockup-copy {
    display: grid;
    justify-items: center;
    gap: 8px;
    margin-top: 12px;
    text-align: center;
}

.mockup-copy p {
    margin: 0;
    max-width: 26ch;
    color: #d8e7ff;
    font-size: 14px;
    line-height: 1.55;
}

.difference-item {
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 14px;
    background: linear-gradient(170deg, rgba(11, 20, 37, 0.98), rgba(10, 16, 29, 0.98)) padding-box, linear-gradient(130deg, rgba(59, 130, 246, 0.52), rgba(34, 211, 238, 0.28), rgba(139, 92, 246, 0.34)) border-box;
    box-shadow: 0 14px 24px rgba(5, 13, 29, 0.36), inset 0 0 0 1px rgba(86, 127, 201, 0.1);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.difference-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(5, 13, 29, 0.46), inset 0 0 0 1px rgba(86, 127, 201, 0.14);
}

.difference-blue {
    background: linear-gradient(170deg, rgba(11, 20, 37, 0.98), rgba(10, 16, 29, 0.98)) padding-box, linear-gradient(130deg, rgba(59, 130, 246, 0.88), rgba(34, 211, 238, 0.62)) border-box;
}

.difference-cyan {
    background: linear-gradient(170deg, rgba(11, 20, 37, 0.98), rgba(10, 16, 29, 0.98)) padding-box, linear-gradient(130deg, rgba(34, 211, 238, 0.88), rgba(139, 92, 246, 0.62)) border-box;
}

.difference-violet {
    background: linear-gradient(170deg, rgba(11, 20, 37, 0.98), rgba(10, 16, 29, 0.98)) padding-box, linear-gradient(130deg, rgba(139, 92, 246, 0.88), rgba(236, 72, 153, 0.62)) border-box;
}

.difference-magenta {
    background: linear-gradient(170deg, rgba(11, 20, 37, 0.98), rgba(10, 16, 29, 0.98)) padding-box, linear-gradient(130deg, rgba(236, 72, 153, 0.88), rgba(249, 115, 22, 0.62)) border-box;
}

.difference-green {
    background: linear-gradient(170deg, rgba(11, 20, 37, 0.98), rgba(10, 16, 29, 0.98)) padding-box, linear-gradient(130deg, rgba(34, 197, 94, 0.82), rgba(59, 130, 246, 0.56)) border-box;
}

.difference-orange {
    background: linear-gradient(170deg, rgba(11, 20, 37, 0.98), rgba(10, 16, 29, 0.98)) padding-box, linear-gradient(130deg, rgba(249, 115, 22, 0.84), rgba(236, 72, 153, 0.58)) border-box;
}

.difference-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    padding: 0 0 0 0;
    color: #eef5ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.difference-chip svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.difference-item h3 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #f7fbff;
    line-height: 1.45;
}

.difference-item p {
    margin: 0;
    color: #d3e2fb;
    font-size: 14px;
    line-height: 1.5;
}

.vision-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(84, 128, 201, 0.5);
    background: linear-gradient(170deg, rgba(11, 20, 37, 0.98), rgba(10, 16, 29, 0.98));
    box-shadow: 0 16px 28px rgba(5, 13, 29, 0.36), inset 0 0 0 1px rgba(86, 127, 201, 0.1);
    min-height: 280px;
}

.vision-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 12, 24, 0.08), rgba(6, 12, 24, 0.72));
    pointer-events: none;
}

.vision-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.78;
}

.vision-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    min-height: 280px;
    padding: 18px;
}

.vision-chip {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(113, 154, 230, 0.58);
    background: rgba(11, 20, 37, 0.56);
    color: #eef5ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.vision-content h3 {
    margin: 0;
    font-size: clamp(24px, 4vw, 34px);
    line-height: 1.05;
    color: #f8fbff;
    max-width: 12ch;
}

.vision-content p {
    margin: 0;
    max-width: 36ch;
    color: #d8e7ff;
    font-size: 14px;
    line-height: 1.5;
}

.vision-card-brand {
    background:
        radial-gradient(circle at 18% 18%, rgba(34, 211, 238, 0.18), transparent 28%),
        radial-gradient(circle at 82% 18%, rgba(236, 72, 153, 0.18), transparent 24%),
        linear-gradient(170deg, rgba(11, 20, 37, 0.98), rgba(10, 16, 29, 0.98));
}

.vision-brand-mark {
    position: absolute;
    inset: 18px 18px auto auto;
    z-index: 1;
    width: 120px;
}

.vision-logo {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.92;
}

.vision-card-map {
    background:
        radial-gradient(circle at 85% 12%, rgba(34, 211, 238, 0.16), transparent 22%),
        linear-gradient(170deg, rgba(11, 20, 37, 0.98), rgba(10, 16, 29, 0.98));
}

.vision-card-map .vision-content {
    padding-top: 146px;
}

.vision-city-stack {
    position: absolute;
    top: 18px;
    right: 18px;
    left: 18px;
    z-index: 1;
    display: grid;
    gap: 8px;
}

.vision-city-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(84, 128, 201, 0.4);
    border-radius: 999px;
    background: rgba(8, 15, 30, 0.82);
    color: #e7f1ff;
    font-size: 13px;
}

.vision-city-row strong {
    color: #8ec7ff;
    font-size: 12px;
}

.centerpiece-banner {
    margin-top: 16px;
    padding: 18px 20px;
    border-radius: 8px;
    border: 1px solid rgba(113, 154, 230, 0.44);
    background:
        radial-gradient(circle at 10% 30%, rgba(34, 211, 238, 0.24), transparent 28%),
        radial-gradient(circle at 88% 20%, rgba(236, 72, 153, 0.24), transparent 24%),
        linear-gradient(120deg, rgba(59, 130, 246, 0.18), rgba(139, 92, 246, 0.22), rgba(249, 115, 22, 0.18));
    box-shadow: 0 18px 34px rgba(5, 13, 29, 0.38), inset 0 0 0 1px rgba(113, 154, 230, 0.14);
    text-align: center;
}

.centerpiece-banner p {
    margin: 0;
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.08;
    color: #f9fbff;
    font-weight: 850;
    text-wrap: balance;
}

.city-remaining-inline {
    font-weight: 700;
}

.city-item {
    background: linear-gradient(165deg, rgba(10, 18, 34, 0.96), rgba(8, 15, 30, 0.98));
    border: 1px solid rgba(66, 100, 152, 0.72);
    box-shadow: inset 0 0 0 1px rgba(80, 123, 196, 0.16);
}

.city-item.is-selected {
    border-color: rgba(34, 211, 238, 0.78);
    box-shadow: 0 0 30px rgba(34, 211, 238, 0.14), inset 0 0 0 1px rgba(34, 211, 238, 0.16);
}

.city-chip {
    margin-bottom: 8px;
}

.city-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.city-card-head .city-chip {
    margin-bottom: 0;
}

.city-status-chip {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    border: 1px solid rgba(90, 148, 245, 0.65);
    color: #d6e7ff;
    background: rgba(53, 102, 188, 0.26);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.city-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.country-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 24px;
    border-radius: 999px;
    border: 1px solid rgba(113, 154, 230, 0.5);
    color: #dceaff;
    background: rgba(59, 130, 246, 0.18);
    font-size: 11px;
    font-weight: 850;
}

.request-city p {
    margin: 0 0 12px;
    color: #ccddfa;
}

.request-form {
    display: grid;
    gap: 10px;
}

.request-form label {
    font-size: 13px;
    color: #ccddfa;
    font-weight: 700;
}

.request-form select,
.request-form input,
.request-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid rgba(74, 126, 214, 0.64);
    border-radius: 6px;
    font: inherit;
    color: #e7f1ff;
    background: rgba(10, 17, 33, 0.94);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.request-form select:focus,
.request-form input:focus,
.request-form textarea:focus {
    outline: none;
    border-color: rgba(34, 211, 238, 0.78);
    box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.12);
    background: rgba(12, 22, 42, 0.98);
}

.request-form textarea {
    resize: vertical;
}

.btn {
    border-radius: 999px;
    padding: 10px 14px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    display: inline-block;
    line-height: 1.2;
    transition: filter 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.btn-primary {
    border: 1px solid rgba(34, 211, 238, 0.58);
    background: linear-gradient(90deg, #2563eb 0%, #22d3ee 52%, #8b5cf6 100%);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28);
}

.btn-ghost {
    background: rgba(9, 16, 32, 0.74);
    border: 1px solid rgba(90, 148, 245, 0.56);
    color: #deebff;
}

.hint {
    font-size: 13px;
    color: #9db4d6;
}

.legal-page {
    max-width: 920px;
    margin: 0 auto;
    padding: 20px 16px 44px;
}

.legal-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.legal-home {
    color: #eaf2ff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
}

.legal-user {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #b5c7e7;
    border: 1px solid rgba(79, 121, 191, 0.58);
    border-radius: 999px;
    padding: 6px 10px;
    background: rgba(16, 29, 52, 0.66);
}

.legal-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.legal-nav a {
    font-size: 13px;
    color: #d7e6ff;
    text-decoration: none;
    border: 1px solid rgba(80, 122, 195, 0.46);
    border-radius: 999px;
    padding: 5px 10px;
    background: rgba(16, 29, 52, 0.52);
}

.legal-card {
    background: linear-gradient(170deg, rgba(12, 20, 37, 0.98), rgba(9, 16, 31, 0.98));
    border: 1px solid rgba(70, 103, 157, 0.62);
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 14px 30px rgba(5, 12, 28, 0.42);
}

.legal-card h1 {
    margin: 0 0 8px;
    font-size: 30px;
    color: #f8fbff;
}

.legal-summary {
    margin: 0 0 12px;
    color: #c8dbfa;
    line-height: 1.5;
}

.legal-block {
    margin-top: 14px;
    border-top: 1px solid rgba(76, 111, 168, 0.4);
    padding-top: 12px;
}

.legal-block h2 {
    margin: 0 0 8px;
    font-size: 18px;
    color: #f0f6ff;
}

.legal-block ul {
    margin: 0;
    padding-left: 18px;
    color: #c6d8f4;
    line-height: 1.55;
}

.legal-promise {
    margin-top: 16px;
    border: 1px solid rgba(85, 130, 206, 0.5);
    border-radius: 8px;
    padding: 12px;
    background: linear-gradient(130deg, rgba(59, 130, 246, 0.22), rgba(139, 92, 246, 0.22));
}

.legal-promise p {
    margin: 0;
    color: #edf4ff;
    line-height: 1.4;
}

.legal-promise p + p {
    margin-top: 6px;
}

.legal-contact {
    margin: 14px 0 0;
    color: #bdd1ef;
    font-size: 14px;
}

.legal-contact a {
    color: #8ec7ff;
}

.consent-card {
    max-width: 760px;
}

.join-page {
    max-width: 820px;
}

.join-card {
    display: grid;
    gap: 12px;
}

.consent-form {
    display: grid;
    gap: 10px;
}

.consent-row {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: start;
    gap: 10px;
    border: 1px solid rgba(78, 113, 171, 0.52);
    border-radius: 8px;
    padding: 10px 12px;
    background: rgba(13, 23, 41, 0.66);
    color: #dbe8ff;
    line-height: 1.45;
}

.consent-row a {
    color: #8ec7ff;
}

.consent-row.optional {
    border-style: dashed;
}

.consent-row input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.admin-page {
    max-width: 1220px;
    margin: 0 auto;
    padding: 20px 16px 44px;
}

.admin-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.admin-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.admin-nav a,
.admin-user {
    color: #dfeaff;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid rgba(79, 121, 191, 0.58);
    border-radius: 999px;
    padding: 6px 10px;
    background: rgba(16, 29, 52, 0.66);
}

.admin-role {
    margin-left: 6px;
    color: #9bc4ff;
}

.admin-panel {
    margin-top: 14px;
    background: linear-gradient(170deg, rgba(12, 20, 37, 0.98), rgba(9, 16, 31, 0.98));
    border: 1px solid rgba(70, 103, 157, 0.62);
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 14px 30px rgba(5, 12, 28, 0.42);
}

.admin-panel h1,
.admin-panel h2 {
    margin: 0 0 10px;
}

.admin-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.admin-notice {
    margin: 10px 0 0;
    border: 1px solid rgba(52, 211, 153, 0.5);
    border-radius: 8px;
    padding: 9px 10px;
    color: #d8fff1;
    background: rgba(16, 185, 129, 0.14);
}

.admin-notice-error {
    border-color: rgba(248, 113, 113, 0.58);
    color: #ffe2e2;
    background: rgba(239, 68, 68, 0.16);
}

.admin-kpi-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.admin-kpi {
    background: #0b1222;
    border: 1px solid rgba(48, 75, 117, 0.7);
    border-radius: 8px;
    padding: 12px;
}

.admin-kpi h2 {
    margin: 0 0 6px;
    font-size: 14px;
    color: #a9c7f0;
}

.admin-kpi p {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #ecf4ff;
}

.admin-filters {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 8px;
    align-items: end;
}

.admin-filters input,
.admin-filters select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #35598e;
    border-radius: 6px;
    background: #0a1121;
    color: #e7f1ff;
    font: inherit;
}

.admin-form {
    max-width: 680px;
    display: grid;
    gap: 8px;
}

.admin-form label {
    color: #b9d0f4;
    font-size: 13px;
}

.admin-form input,
.admin-form select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #35598e;
    border-radius: 6px;
    background: #0a1121;
    color: #e7f1ff;
    font: inherit;
}

.admin-form-actions,
.admin-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.admin-form-actions {
    margin-top: 8px;
}

.admin-inline-form {
    margin: 0;
    display: inline-flex;
}

.admin-inline-form button {
    border: 1px solid rgba(113, 154, 230, 0.56);
    border-radius: 999px;
    padding: 4px 8px;
    background: rgba(16, 29, 52, 0.66);
    color: #dfeaff;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
}

.admin-table-wrap {
    overflow-x: auto;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

.admin-table th,
.admin-table td {
    text-align: left;
    padding: 9px 10px;
    border-bottom: 1px solid rgba(76, 111, 168, 0.35);
    vertical-align: top;
    font-size: 13px;
}

.admin-table th {
    color: #b9d0f4;
    font-weight: 600;
}

.admin-chip {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(113, 154, 230, 0.64);
    border-radius: 999px;
    padding: 3px 8px;
    font-size: 11px;
    color: #e9f3ff;
    background: rgba(59, 130, 246, 0.2);
}

.admin-pagination {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.admin-detail-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.admin-avatar {
    width: 96px;
    height: 96px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid rgba(113, 154, 230, 0.64);
    background: #0b1222;
}

@keyframes founderPulse {
    0%,
    100% {
        box-shadow: 0 0 42px rgba(46, 124, 255, 0.34), 0 0 54px rgba(139, 92, 246, 0.18), inset 0 0 0 1px rgba(58, 142, 255, 0.28);
    }
    50% {
        box-shadow: 0 0 54px rgba(34, 211, 238, 0.36), 0 0 70px rgba(236, 72, 153, 0.16), inset 0 0 0 1px rgba(34, 211, 238, 0.34);
    }
}

@keyframes borderFlow {
    0%,
    100% {
        filter: saturate(1);
    }
    50% {
        filter: saturate(1.24);
    }
}

@keyframes stepPulse {
    0%,
    100% {
        box-shadow: 0 0 0 1px rgba(29, 52, 93, 0.24), 0 14px 22px rgba(6, 14, 32, 0.46);
    }
    8% {
        box-shadow: 0 0 0 1px rgba(77, 133, 241, 0.38), 0 16px 28px rgba(15, 52, 117, 0.34);
    }
    16% {
        box-shadow: 0 0 0 1px rgba(29, 52, 93, 0.24), 0 14px 22px rgba(6, 14, 32, 0.46);
    }
}

@keyframes stepGlow {
    0%,
    100% {
        opacity: 0.18;
        transform: translate3d(0, 0, 0);
    }
    9% {
        opacity: 0.36;
        transform: translate3d(10px, 8px, 0);
    }
    16% {
        opacity: 0.18;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes barFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }
}

@media (max-width: 767px) {
    .page {
        padding-left: 12px;
        padding-right: 12px;
    }

    .hero {
        min-height: 660px;
    }

    .hero-content {
        min-height: 660px;
        width: 100%;
    }

    .topbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .brand-wrap {
        width: 190px;
        max-width: 100%;
    }

    .topbar-right {
        width: 100%;
        max-width: 100%;
        justify-content: flex-start;
    }

    .topbar-right .btn,
    .session-state {
        max-width: 100%;
    }

    .hero-main,
    .hero-main p,
    .hero-city-card {
        max-width: 100%;
    }

    .hero-shell,
    .hero-main {
        width: 100%;
    }

    .lang-label {
        width: 100%;
    }

    .lang-switcher {
        min-width: 180px;
    }

    .hero-main h1 {
        max-width: min(100%, 340px);
        font-size: clamp(38px, 11vw, 48px);
    }

    .hero-main p {
        max-width: min(100%, 326px);
        font-size: 17px;
    }

    .section-intro {
        max-width: min(100%, 326px);
    }

    .hero-city-card {
        width: 100%;
        max-width: min(100%, 326px);
        margin-top: 8px;
    }

    .city-grid,
    .proof-strip {
        grid-template-columns: 1fr;
    }

    .most-wanted-item {
        align-items: flex-start;
        flex-direction: column;
    }

    .most-wanted-count {
        align-self: flex-end;
    }
}

@media (min-width: 768px) {
    .hero-content {
        padding: 20px 24px 28px;
    }

    .hero-shell {
        grid-template-columns: minmax(0, 1fr) 340px;
        align-items: end;
    }

    .step-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 12px;
    }

    .step-grid::before {
        content: "";
        position: absolute;
        left: 6%;
        right: 6%;
        top: 68px;
        bottom: auto;
        width: auto;
        height: 2px;
        border-radius: 999px;
        background: linear-gradient(90deg, rgba(59, 130, 246, 0.65), rgba(34, 211, 238, 0.62), rgba(139, 92, 246, 0.62), rgba(236, 72, 153, 0.62), rgba(52, 211, 153, 0.62));
        opacity: 0.5;
        pointer-events: none;
    }

    .benefit-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .difference-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .difference-visual-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mockup-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: start;
    }

    .mockup-card {
        padding: 10px 10px 12px;
    }

    .mockup-frame {
        max-width: 156px;
    }

    .mockup-copy p {
        font-size: 13px;
    }

    .proof-strip {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .actions {
        grid-template-columns: 1fr 1fr;
    }

    .city-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .legal-page {
        padding: 28px 24px 56px;
    }

    .admin-kpi-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .admin-filters {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .admin-detail-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
