@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

* { box-sizing: border-box; }

html,
body {
    margin: 0;
    min-height: 100%;
    background: #030512;
    color: #fff;
    font-family: Manrope, Inter, "SF Pro Display", "Segoe UI", Arial, sans-serif;
    font-synthesis: none;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

html.modal-open,
html.modal-open body {
    overflow: hidden;
}

.template-body {
    min-height: 100vh;
    padding: 0;
    overflow-x: hidden;
}

.launch-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    background: rgba(2, 3, 12, 0.78);
    opacity: 0;
    padding: 1.2rem;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.launch-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.launch-modal-card {
    position: relative;
    overflow: hidden;
    width: min(820px, 94vw);
    max-height: calc(100vh - 2.4rem);
    border: 1px solid rgba(56, 215, 255, 0.28);
    border-radius: 18px;
    background: rgba(3, 5, 18, 0.96);
    box-shadow: 0 34px 120px rgba(0, 0, 0, 0.62), 0 0 70px rgba(176, 38, 255, 0.18);
    transform: translateY(14px) scale(0.98);
    transition: transform 180ms ease;
}

.launch-modal.is-open .launch-modal-card {
    transform: translateY(0) scale(1);
}

.launch-modal-card picture {
    display: block;
    background: #030512;
}

.launch-modal-card img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: min(74vh, 760px);
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}

.launch-modal-copy {
    padding: 1.15rem 1.45rem 1.35rem;
    background: linear-gradient(135deg, rgba(3, 5, 18, 0.98), rgba(10, 12, 35, 0.98));
}

.launch-modal-copy h2 {
    margin: 0;
    font-size: clamp(2rem, 4.5vw, 3.8rem);
    background: linear-gradient(135deg, #fff 0%, #fff 34%, #de42ff 58%, #12c7ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.market-free-card {
    position: relative;
    width: min(1280px, 94vw);
    border-color: rgba(56, 215, 255, 0.52);
    background: #030512;
}

.market-free-card img {
    width: 100%;
    max-height: min(82vh, 820px);
    object-fit: contain;
}

.market-free-actions {
    position: absolute;
    left: 8.6%;
    top: 73.8%;
    display: grid;
    grid-template-columns: 1fr 0.88fr;
    gap: 4.1%;
    width: 49.4%;
    height: 9.5%;
    z-index: 3;
}

.market-free-actions .hero-primary,
.market-free-actions .hero-secondary {
    min-width: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: transparent;
    font-size: 0;
    padding: 0;
}

.market-free-card .launch-close {
    top: 8%;
    right: 3.9%;
    width: 5.8%;
    height: 7.8%;
    border: 0;
    background: transparent;
    color: transparent;
    opacity: 1;
}

.launch-close {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(3, 5, 18, 0.74);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 1.8rem;
    line-height: 1;
}

.launch-info {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 4.2rem 0 3.2rem;
}

.home-market-strip {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.4fr) auto;
    gap: 1rem;
    align-items: center;
    width: min(1320px, calc(100% - 48px));
    margin: -2.6rem auto 2rem;
    padding: 1rem;
    border: 1px solid rgba(56, 215, 255, 0.18);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(5, 9, 26, 0.88), rgba(8, 19, 40, 0.78)),
        radial-gradient(circle at 90% 20%, rgba(56, 215, 255, 0.14), transparent 34%);
    box-shadow: 0 24px 90px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(18px);
}

.home-market-strip h2,
.home-market-strip p {
    margin: 0;
}

.home-market-strip h2 {
    color: #fff;
    font-size: clamp(1.25rem, 2vw, 1.8rem);
    line-height: 1.08;
}

.free-market-badge {
    display: inline-flex;
    align-items: center;
    width: max-content;
    margin: 0 0 0.5rem;
    border: 1px solid rgba(222, 66, 255, 0.7);
    border-radius: 999px;
    padding: 0.32rem 0.7rem;
    background: rgba(132, 34, 255, 0.14);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 0 28px rgba(222, 66, 255, 0.2);
}

.home-market-strip p:not(.eyebrow) {
    margin-top: 0.42rem;
    color: #aebbd4;
    line-height: 1.45;
}

.home-market-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
}

.home-market-item {
    display: grid;
    gap: 0.28rem;
    min-height: 98px;
    padding: 0.76rem;
    border: 1px solid rgba(56, 215, 255, 0.16);
    border-radius: 12px;
    background: rgba(3, 5, 18, 0.68);
    color: inherit;
    text-decoration: none;
}

.home-market-item span {
    color: #38d7ff;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-market-item strong {
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.24;
}

.home-market-item small {
    color: #9fb3d1;
    font-weight: 700;
}

.home-market-cta {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    white-space: nowrap;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #d624ff, #22c8ff);
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 16px 44px rgba(95, 77, 255, 0.34);
}

.seo-roadmap {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 3.2rem 0;
    border-top: 1px solid rgba(56, 215, 255, 0.12);
}

.sneak-peek-section {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
    padding: 4rem 0 3.2rem;
    border-top: 1px solid rgba(56, 215, 255, 0.12);
}

.sneak-peek-grid {
    display: grid;
    gap: 1rem;
    margin-top: 1.4rem;
}

.sneak-peek-card {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 1.2rem;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(56, 215, 255, 0.18);
    border-radius: 18px;
    background:
        radial-gradient(circle at 15% 0%, rgba(56, 215, 255, 0.12), transparent 34%),
        linear-gradient(145deg, rgba(6, 10, 26, 0.94), rgba(4, 7, 20, 0.72));
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.sneak-peek-card.reverse {
    grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
}

.sneak-peek-card.reverse figure {
    order: 2;
}

.sneak-peek-card figure {
    margin: 0;
    min-height: 360px;
    background: #030512;
}

.sneak-peek-card img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.sneak-peek-card > div {
    display: grid;
    align-content: center;
    gap: 0.8rem;
    padding: 1.35rem;
}

.sneak-peek-card h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.45rem, 2.4vw, 2.35rem);
    line-height: 1.05;
}

.sneak-peek-card p {
    margin: 0;
    color: #b8c5db;
    line-height: 1.55;
}

.sneak-peek-card ul {
    display: grid;
    gap: 0.55rem;
    margin: 0.35rem 0 0;
    padding: 0;
    list-style: none;
}

.sneak-peek-card li {
    position: relative;
    padding-left: 1rem;
    color: #e2ebff;
    font-weight: 700;
}

.sneak-peek-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #de42ff, #38d7ff);
    box-shadow: 0 0 18px rgba(56, 215, 255, 0.36);
}

.launch-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.4rem;
}

.launch-feature-grid article,
.seo-grid article,
.early-access {
    border: 1px solid rgba(56, 215, 255, 0.16);
    border-radius: 12px;
    background: linear-gradient(160deg, rgba(8, 12, 32, 0.92), rgba(6, 8, 25, 0.72));
    padding: 1.05rem;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.launch-feature-grid strong,
.launch-feature-grid span,
.seo-grid strong,
.seo-grid span,
.early-access span,
.early-access a {
    display: block;
}

.launch-feature-grid strong,
.seo-grid strong {
    color: #fff;
    line-height: 1.25;
}

.launch-feature-grid span,
.seo-grid span {
    margin-top: 0.6rem;
    color: #aebbd4;
    line-height: 1.5;
}

.seo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.4rem;
}

.early-access {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 0.9rem;
}

.early-access span {
    color: #b9c7df;
}

.early-access a {
    color: #38d7ff;
    font-weight: 900;
    text-decoration: none;
}

.hero-preview {
    position: relative;
    width: min(1536px, 100vw);
    aspect-ratio: 1536 / 1024;
    margin-inline: auto;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 30%, rgba(25, 161, 255, 0.24), transparent 32%),
        radial-gradient(circle at 88% 62%, rgba(222, 66, 255, 0.12), transparent 28%),
        #030512;
}

.hero-bg {
    position: absolute;
    right: 1.2%;
    top: 5.8%;
    z-index: 1;
    display: block;
    width: 64.5%;
    height: 63.5%;
    object-fit: contain;
    object-position: center;
    opacity: 0.94;
    filter: saturate(1.08) contrast(1.06);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 100%), linear-gradient(180deg, #000 0%, #000 84%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 100%), linear-gradient(180deg, #000 0%, #000 84%, transparent 100%);
    mask-composite: intersect;
    user-select: none;
    -webkit-user-drag: none;
}

.hero-preview::before,
.hero-preview::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
}

.hero-preview::before {
    top: 0;
    z-index: 3;
    height: 92px;
    background: linear-gradient(180deg, rgba(3, 5, 18, 0.98), rgba(3, 5, 18, 0.72) 64%, transparent);
}

.hero-preview::after {
    bottom: 0;
    z-index: 3;
    height: 31%;
    background: linear-gradient(180deg, transparent, rgba(3, 5, 18, 0.9) 44%, #030512 100%);
}

.hero-scrim {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(3, 5, 18, 1) 0%, rgba(3, 5, 18, 0.96) 28%, rgba(3, 5, 18, 0.34) 48%, transparent 72%),
        linear-gradient(180deg, rgba(3, 5, 18, 0.62) 0%, transparent 20%, transparent 58%, rgba(3, 5, 18, 0.9) 100%);
}

.hero-nav {
    position: absolute;
    inset: 1.3% 3.8% auto;
    z-index: 7;
    display: grid;
    grid-template-columns: 380px minmax(300px, 1fr) auto;
    align-items: center;
    gap: 1.4rem;
}

.hero-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    color: #fff;
    text-decoration: none;
}

.hero-brand-mark {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
}

.hero-brand-mark img {
    display: block;
    width: 58px;
    height: auto;
    filter: drop-shadow(0 0 18px rgba(222, 66, 255, 0.42)) drop-shadow(0 0 14px rgba(56, 215, 255, 0.26));
}

.hero-brand strong,
.hero-brand small {
    display: block;
    line-height: 1;
}

.hero-brand strong {
    font-size: 2rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-brand small {
    margin-top: 0.45rem;
    color: #38d7ff;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.hero-nav nav {
    display: flex;
    justify-content: center;
    gap: clamp(1rem, 1.45vw, 1.7rem);
    white-space: nowrap;
}

.hero-nav nav a {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.hero-nav nav a:first-child { color: #de42ff; }

.hero-nav nav a:first-child::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.9rem;
    height: 2px;
    background: linear-gradient(90deg, #de42ff, #38d7ff);
}

.hero-nav-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hero-phone,
.hero-quote,
.hero-primary,
.hero-secondary,
.tracking-panel button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border-radius: 10px;
    padding: 0.85rem 1.35rem;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
}

.hero-phone,
.hero-secondary {
    border: 1px solid rgba(222, 66, 255, 0.42);
    background: rgba(5, 7, 22, 0.72);
    color: #c8d4ff;
}

.hero-quote,
.hero-primary,
.tracking-panel button {
    border: 0;
    background: linear-gradient(135deg, #de20ff, #12c7ff);
    box-shadow: 0 18px 45px rgba(18, 199, 255, 0.16), 0 14px 36px rgba(222, 32, 255, 0.18);
}

.hero-copy-real {
    position: absolute;
    left: 4.1%;
    top: 19.2%;
    z-index: 6;
    width: min(575px, 40%);
}

.hero-pill-real {
    display: inline-flex;
    margin: 0 0 2rem;
    border: 1px solid rgba(222, 66, 255, 0.5);
    border-radius: 999px;
    background: rgba(5, 7, 22, 0.68);
    color: #c9b8ff;
    padding: 0.65rem 1.15rem;
}

.hero-copy-real h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.8rem, 4.7vw, 5rem);
    line-height: 1.08;
}

.hero-copy-real h1 {
    color: #fff;
}

.hero-copy-real h1 span {
    background: linear-gradient(135deg, #de42ff 0%, #7c4dff 45%, #12c7ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    white-space: nowrap;
}

.hero-copy-real p:not(.hero-pill-real) {
    max-width: 520px;
    color: #c8cce0;
    font-size: 1.12rem;
    line-height: 1.7;
}

.hero-buttons {
    display: flex;
    gap: 1.1rem;
    margin-top: 1.75rem;
}

.hero-service-cards {
    position: absolute;
    left: 4.1%;
    bottom: 0.8%;
    z-index: 7;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    width: min(760px, 51%);
}

.hero-service-cards article {
    min-height: 188px;
    border: 1px solid rgba(56, 215, 255, 0.14);
    border-radius: 12px;
    background: linear-gradient(160deg, rgba(8, 12, 32, 0.94), rgba(6, 8, 25, 0.76));
    padding: 1.25rem;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
}

.hero-service-cards strong,
.hero-service-cards p,
.hero-service-cards a,
.icon-line {
    display: block;
}

.icon-line {
    color: #de42ff;
    font-size: 2.35rem;
    line-height: 1;
    text-shadow: 0 0 18px rgba(222, 66, 255, 0.8);
}

.icon-line.cyan {
    color: #38d7ff;
    text-shadow: 0 0 18px rgba(56, 215, 255, 0.8);
}

.hero-service-cards strong {
    margin-top: 0.95rem;
    color: #fff;
    font-size: 1.05rem;
}

.hero-service-cards p {
    color: #bdc7dc;
    line-height: 1.45;
    margin-bottom: 0.65rem;
}

.hero-service-cards a {
    color: #38d7ff;
    text-decoration: none;
    font-size: 1.4rem;
}

.tracking-panel {
    position: absolute;
    right: 5.9%;
    bottom: 0.8%;
    z-index: 7;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1.2rem;
    width: min(540px, 37%);
    border: 1px solid rgba(56, 215, 255, 0.14);
    border-radius: 16px;
    background: rgba(8, 12, 32, 0.72);
    padding: 1.5rem;
    backdrop-filter: blur(8px);
}

.tracking-panel div,
.tracking-panel label {
    grid-column: 1 / -1;
}

.tracking-panel strong,
.tracking-panel span {
    display: block;
}

.tracking-panel strong {
    color: #fff;
    font-size: 1.3rem;
}

.tracking-panel span {
    color: #bdc7dc;
}

.tracking-panel input {
    width: 100%;
    min-height: 54px;
    margin-top: 0.6rem;
    border: 1px solid rgba(56, 215, 255, 0.18);
    border-radius: 10px;
    background: rgba(3, 5, 18, 0.68);
    color: #fff;
    padding: 0 1rem;
    font: inherit;
}

.globe-overlay {
    position: absolute;
    left: 39.1%;
    top: 8.4%;
    width: 53.6%;
    height: 57.2%;
    overflow: hidden;
    border-radius: 50% / 48%;
    mix-blend-mode: screen;
    pointer-events: none;
    z-index: 4;
}

.globe-rim,
.globe-sheen,
.globe-scan,
.globe-fog,
.overlay-svg {
    position: absolute;
    inset: 0;
}

.globe-rim {
    border: 1px solid rgba(85, 205, 255, 0.22);
    border-radius: 50% / 48%;
    box-shadow:
        0 0 22px rgba(61, 194, 255, 0.35),
        0 0 65px rgba(213, 47, 255, 0.22),
        inset 0 0 22px rgba(255, 255, 255, 0.08);
}

.globe-sheen {
    border-radius: 50% / 48%;
    background:
        conic-gradient(from 140deg at 50% 50%,
            transparent 0deg 24deg,
            rgba(45, 218, 255, 0.05) 38deg 62deg,
            transparent 78deg 160deg,
            rgba(226, 59, 255, 0.045) 188deg 212deg,
            transparent 240deg 360deg),
        radial-gradient(circle at 22% 23%, rgba(255, 255, 255, 0.09), transparent 14%),
        radial-gradient(circle at 68% 18%, rgba(49, 193, 255, 0.07), transparent 12%),
        radial-gradient(circle at 52% 54%, rgba(215, 70, 255, 0.05), transparent 28%);
    animation: spinSheen 36s linear infinite;
}

.globe-scan {
    border-radius: 50% / 48%;
    background: repeating-linear-gradient(
        180deg,
        rgba(79, 115, 255, 0.07) 0,
        rgba(79, 115, 255, 0.07) 1px,
        transparent 1px,
        transparent 22px
    );
    opacity: 0.14;
    animation: scanMove 9s linear infinite;
}

.globe-fog {
    border-radius: 50% / 48%;
    background:
        radial-gradient(circle at 50% 58%, rgba(146, 61, 255, 0.13), transparent 42%),
        radial-gradient(circle at 56% 40%, rgba(0, 217, 255, 0.08), transparent 36%),
        radial-gradient(circle at 84% 45%, rgba(0, 154, 255, 0.05), transparent 18%);
    filter: blur(8px);
    animation: fogPulse 14s ease-in-out infinite;
}

.overlay-svg { overflow: hidden; }

.route-glow {
    fill: none;
    stroke: rgba(255, 255, 255, 0.055);
    stroke-width: 7;
    filter: blur(2px);
}

.route {
    fill: none;
    stroke-linecap: round;
    stroke-width: 2.4;
    stroke-dasharray: 10 18;
    opacity: 0.9;
    will-change: auto;
    animation: dashFlow 8s linear infinite;
}

.route.cyan {
    stroke: #38d7ff;
    filter: drop-shadow(0 0 4px rgba(56, 215, 255, 0.76));
}

.route.magenta {
    stroke: #de42ff;
    filter: drop-shadow(0 0 4px rgba(222, 66, 255, 0.76));
    animation-duration: 8.6s;
}

.route.violet {
    stroke: #8f63ff;
    filter: drop-shadow(0 0 4px rgba(143, 99, 255, 0.72));
    animation-duration: 9.1s;
}

.route.blue {
    stroke: #4fa9ff;
    filter: drop-shadow(0 0 4px rgba(79, 169, 255, 0.72));
    animation-duration: 9.5s;
}

.route.warm {
    stroke: #ff8bdd;
    filter: drop-shadow(0 0 4px rgba(255, 139, 221, 0.72));
    animation-duration: 8.4s;
}

.route.long {
    stroke-width: 2.1;
    stroke-dasharray: 12 20;
}

.node {
    fill: #fff;
    stroke: rgba(255, 255, 255, 0.35);
    stroke-width: 0.9;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.68));
    transform-box: fill-box;
    transform-origin: center;
    animation: pulseNode 3.4s ease-in-out infinite;
}

.node.major { r: 5.8; }
.node.minor { r: 4.2; }

.packet {
    fill: #fff;
    filter: drop-shadow(0 0 7px rgba(56, 215, 255, 0.72));
    will-change: transform, opacity;
}

.packet-secondary {
    fill: #79ecff;
    filter:
        drop-shadow(0 0 5px rgba(56, 215, 255, 0.86))
        drop-shadow(0 0 12px rgba(222, 66, 255, 0.42));
}

.spark {
    fill: rgba(255, 255, 255, 0.92);
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.62));
    transform-box: fill-box;
    transform-origin: center;
    animation: twinkle 3.8s ease-in-out infinite;
}

@keyframes dashFlow {
    from { stroke-dashoffset: 0; opacity: 0.55; }
    50% { opacity: 1; }
    to { stroke-dashoffset: -130; opacity: 0.55; }
}

@keyframes pulseNode {
    0%, 100% { transform: scale(1); opacity: 0.76; }
    50% { transform: scale(1.24); opacity: 1; }
}

@keyframes twinkle {
    0%, 100% { opacity: 0.2; transform: scale(0.8); }
    50% { opacity: 1; transform: scale(1.18); }
}

@keyframes spinSheen {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes scanMove {
    from { transform: translateY(-24px); }
    to { transform: translateY(24px); }
}

@keyframes fogPulse {
    0%, 100% { opacity: 0.34; transform: scale(1); }
    50% { opacity: 0.62; transform: scale(1.025); }
}

@media (prefers-reduced-motion: reduce) {
    .route,
    .node,
    .spark,
    .globe-sheen,
    .globe-scan,
    .globe-fog {
        animation: none;
    }
}

@media (max-width: 900px) {
    .hero-preview {
        width: 100vw;
        min-height: 650px;
        aspect-ratio: auto;
        background:
            radial-gradient(circle at 88% 30%, rgba(25, 161, 255, 0.15), transparent 28%),
            radial-gradient(circle at 10% 78%, rgba(222, 66, 255, 0.08), transparent 34%),
            #030512;
    }

    .hero-bg {
        top: 11.8rem;
        right: -26%;
        width: 96%;
        height: 28rem;
        opacity: 0.42;
        filter: saturate(1.08) contrast(1.08);
        -webkit-mask-image:
            radial-gradient(ellipse at 58% 42%, #000 0%, rgba(0, 0, 0, 0.8) 38%, transparent 68%),
            linear-gradient(180deg, transparent 0%, #000 20%, #000 60%, transparent 100%);
        -webkit-mask-composite: source-in;
        mask-image:
            radial-gradient(ellipse at 58% 42%, #000 0%, rgba(0, 0, 0, 0.8) 38%, transparent 68%),
            linear-gradient(180deg, transparent 0%, #000 20%, #000 60%, transparent 100%);
        mask-composite: intersect;
    }

    .hero-scrim {
        background:
            linear-gradient(90deg, rgba(3, 5, 18, 0.99) 0%, rgba(3, 5, 18, 0.92) 58%, rgba(3, 5, 18, 0.64) 100%),
            linear-gradient(180deg, rgba(3, 5, 18, 0.96) 0%, rgba(3, 5, 18, 0.9) 42%, rgba(3, 5, 18, 0.98) 100%);
    }

    .hero-nav {
        inset: 1rem 1rem auto;
        grid-template-columns: 1fr;
        gap: 0.85rem;
        padding: 0;
    }

    .hero-nav nav,
    .hero-nav-actions {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .home-market-strip {
        grid-template-columns: 1fr;
        width: calc(100% - 2rem);
        margin: 1rem auto 1.6rem;
    }

    .home-market-list {
        grid-template-columns: 1fr;
    }

    .home-market-item {
        min-height: 0;
    }

    .home-market-cta {
        width: 100%;
    }

    .hero-copy-real,
    .hero-service-cards,
    .tracking-panel {
        width: calc(100% - 2rem);
    }

    .hero-copy-real {
        left: 1rem;
        top: 13.5rem;
        z-index: 8;
    }

    .hero-pill-real {
        margin-bottom: 1.35rem;
    }

    .hero-copy-real h1 {
        font-size: clamp(2rem, 10vw, 3.4rem);
    }

    .hero-copy-real p:not(.hero-pill-real) {
        font-size: 0.98rem;
    }

    .hero-service-cards {
        grid-template-columns: 1fr;
        left: 1rem;
        bottom: 1rem;
        display: none;
    }

    .tracking-panel {
        grid-template-columns: 1fr;
        display: none;
    }

    .globe-overlay {
        left: 44%;
        top: 12rem;
        display: block;
        width: 52%;
        height: 22rem;
        opacity: 0.22;
        mix-blend-mode: screen;
    }

    .route {
        stroke-width: 1.35;
        opacity: 0.48;
        animation: none;
    }

    .route-glow,
    .spark,
    .node {
        opacity: 0.38;
        animation: none;
    }

    .packet {
        display: none;
    }

    .globe-sheen,
    .globe-scan,
    .globe-fog {
        animation: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .route,
    .node,
    .spark,
    .globe-sheen,
    .globe-scan,
    .globe-fog {
        animation: none !important;
    }

    .packet {
        display: none;
    }
}

.site-links,
.section,
.module-strip,
.launch-info,
.seo-roadmap,
.coming-soon,
.site-footer {
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
}

.coming-soon {
    display: grid;
    grid-template-columns: minmax(260px, 0.82fr) minmax(320px, 0.9fr) auto;
    align-items: center;
    gap: 1.25rem;
    min-height: 520px;
    margin-top: 0;
    border-top: 1px solid rgba(56, 215, 255, 0.16);
    border-bottom: 1px solid rgba(168, 85, 247, 0.18);
    background:
        radial-gradient(circle at 82% 26%, rgba(56, 215, 255, 0.14), transparent 30%),
        radial-gradient(circle at 18% 80%, rgba(222, 66, 255, 0.12), transparent 34%);
    padding: 4rem 0;
}

.coming-copy {
    min-width: 0;
}

.coming-soon h2 {
    font-size: clamp(3rem, 6vw, 6.2rem);
    line-height: 0.95;
    background: linear-gradient(135deg, #fff 0%, #fff 34%, #de42ff 60%, #12c7ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.coming-soon p:not(.eyebrow) {
    max-width: 520px;
    color: #b9c7df;
    font-size: 1.1rem;
}

.coming-soon a:not(.btn) {
    color: #38d7ff;
    font-weight: 900;
    text-decoration: none;
}

.commander-art {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(56, 215, 255, 0.22);
    border-radius: 16px;
    background: rgba(3, 5, 18, 0.82);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42), 0 0 52px rgba(56, 215, 255, 0.11);
}

.commander-art img {
    display: block;
    width: 100%;
    max-height: 660px;
    object-fit: cover;
    object-position: center;
}

.site-links {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem;
    margin-top: -1px;
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 0 0 14px 14px;
    background: rgba(3, 5, 18, 0.82);
    padding: 0.7rem;
    backdrop-filter: blur(16px);
}

.site-links a {
    border: 1px solid rgba(56, 215, 255, 0.18);
    border-radius: 999px;
    color: #dbeafe;
    padding: 0.48rem 0.8rem;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 800;
}

.site-links a:hover {
    border-color: rgba(222, 66, 255, 0.55);
    color: #fff;
}

.module-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    padding: 2.2rem 0 0.5rem;
}

.module-strip span {
    border: 1px solid rgba(56, 215, 255, 0.2);
    border-radius: 999px;
    background: rgba(8, 13, 34, 0.76);
    color: #b9d7f5;
    padding: 0.58rem 0.78rem;
    font-size: 0.88rem;
}

.section {
    padding: 4rem 0;
}

.section-head,
.section-copy {
    max-width: 820px;
}

.compact-head {
    max-width: 720px;
}

.eyebrow {
    margin: 0 0 0.75rem;
    color: #de42ff;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

h1,
h2 {
    margin: 0;
    color: #fff;
    letter-spacing: 0;
}

h1 {
    font-size: clamp(2.2rem, 5vw, 4.2rem);
    line-height: 1.02;
}

h2 {
    font-size: clamp(1.7rem, 3vw, 2.8rem);
    line-height: 1.08;
}

.section p {
    color: #aebbd4;
}

.outcome-grid,
.process-grid,
.capability-grid,
.module-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.35rem;
}

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

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

.outcome-grid article,
.process-grid article,
.capability-grid article,
.module-grid article,
.check-list p {
    border: 1px solid rgba(168, 85, 247, 0.18);
    border-radius: 12px;
    background: rgba(6, 10, 28, 0.82);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
    padding: 1rem;
}

.outcome-grid span,
.process-grid span {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(176, 38, 255, 0.32), rgba(56, 189, 248, 0.22));
    color: #fff;
    font-weight: 900;
}

.section strong,
.module-grid strong {
    color: #fff;
}

.module-grid span {
    display: block;
    margin-top: 0.45rem;
    color: #9fb3d1;
}

.two-col {
    display: grid;
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
    gap: 1.4rem;
    align-items: center;
}

.two-col.reverse {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.check-list {
    display: grid;
    gap: 0.7rem;
    margin-top: 1rem;
}

.product-shot,
.wide-shot {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(56, 215, 255, 0.18);
    border-radius: 12px;
    background: rgba(2, 3, 12, 0.84);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.product-shot img,
.wide-shot img {
    display: block;
    width: 100%;
}

.wide-shot {
    margin-top: 1rem;
}

.muted-section {
    border-top: 1px solid rgba(168, 85, 247, 0.14);
    border-bottom: 1px solid rgba(56, 215, 255, 0.1);
}

.final-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    border: 1px solid rgba(168, 85, 247, 0.25);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(176, 38, 255, 0.18), rgba(3, 8, 24, 0.94));
    margin-bottom: 2rem;
    padding: 1.45rem;
}

.site-footer {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.8rem 0 3rem;
    color: #9fb3d1;
}

.site-footer strong {
    color: #fff;
}

@media (max-width: 1040px) {
    .launch-feature-grid,
    .seo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .coming-soon {
        grid-template-columns: 1fr;
    }

    .commander-art {
        max-width: 620px;
    }

    .two-col,
    .two-col.reverse {
        grid-template-columns: 1fr;
    }

    .outcome-grid,
    .process-grid,
    .capability-grid,
    .module-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sneak-peek-card,
    .sneak-peek-card.reverse {
        grid-template-columns: 1fr;
    }

    .sneak-peek-card.reverse figure {
        order: 0;
    }

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

@media (max-width: 640px) {
    .launch-modal {
        align-items: start;
        padding: 1rem;
        padding-top: 8vh;
    }

    .launch-modal-card {
        width: min(430px, 94vw);
        max-height: 84vh;
        border-radius: 16px;
    }

    .launch-modal-card img {
        max-height: 64vh;
    }

    .launch-modal-copy {
        padding: 1.2rem;
    }

    .market-free-actions {
        position: absolute;
        left: 8.6%;
        top: 73.8%;
        display: grid;
        grid-template-columns: 1fr 0.88fr;
        gap: 4.1%;
        width: 49.4%;
        height: 9.5%;
        padding: 0;
        background: transparent;
    }

    .market-free-actions .hero-primary,
    .market-free-actions .hero-secondary {
        width: 100%;
    }

    .outcome-grid,
    .process-grid,
    .capability-grid,
    .module-grid,
    .launch-feature-grid,
    .seo-grid,
    .sneak-peek-grid {
        grid-template-columns: 1fr;
    }

    .sneak-peek-section {
        padding: 2.6rem 0 2rem;
    }

    .sneak-peek-card figure,
    .sneak-peek-card img {
        min-height: 220px;
    }

    .sneak-peek-card > div {
        padding: 1rem;
    }

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

    .final-cta,
    .coming-soon,
    .site-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .commander-art img {
        max-height: none;
    }
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid rgba(168, 85, 247, 0.5);
    border-radius: 999px;
    padding: 0.72rem 1rem;
    color: #fff;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.btn.primary {
    background: linear-gradient(135deg, #b026ff, #38bdf8);
}

.btn.secondary {
    background: rgba(255, 255, 255, 0.05);
}

/* Premium product pass */
.hero-preview {
    isolation: isolate;
    border-bottom: 1px solid rgba(56, 215, 255, 0.1);
}

.hero-preview::before {
    height: 112px;
}

.hero-nav,
.market-nav {
    letter-spacing: 0;
}

.hero-nav nav a,
.market-nav nav a {
    font-size: 0.94rem;
}

.hero-copy-real h1 {
    max-width: 620px;
    text-wrap: balance;
}

.hero-copy-real p:not(.hero-pill-real) {
    max-width: 560px;
    color: #d5dced;
}

.hero-service-cards article,
.launch-feature-grid article,
.seo-grid article,
.module-showcase-grid article,
.workflow-rail article,
.proof-band article {
    transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.hero-service-cards article:hover,
.launch-feature-grid article:hover,
.seo-grid article:hover,
.module-showcase-grid article:hover,
.workflow-rail article:hover {
    transform: translateY(-2px);
    border-color: rgba(56, 215, 255, 0.32);
    background: linear-gradient(160deg, rgba(12, 18, 44, 0.96), rgba(6, 8, 25, 0.86));
}

.product-workflow,
.module-showcase,
.proof-band {
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
}

.product-workflow {
    padding: 3.4rem 0;
    border-top: 1px solid rgba(56, 215, 255, 0.1);
}

.workflow-rail {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.35rem;
}

.workflow-rail article {
    min-height: 220px;
    border: 1px solid rgba(56, 215, 255, 0.16);
    border-radius: 14px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 30%),
        rgba(6, 10, 28, 0.82);
    padding: 1.15rem;
}

.workflow-rail span {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 32px;
    border: 1px solid rgba(222, 66, 255, 0.34);
    border-radius: 999px;
    color: #38d7ff;
    font-weight: 900;
}

.workflow-rail strong,
.workflow-rail p {
    display: block;
}

.workflow-rail strong {
    margin-top: 1rem;
    font-size: 1.05rem;
}

.workflow-rail p {
    color: #aebbd4;
    line-height: 1.55;
}

.module-showcase {
    display: grid;
    grid-template-columns: minmax(260px, 0.56fr) minmax(0, 1fr);
    gap: 1.3rem;
    align-items: start;
    padding: 3.4rem 0;
    border-top: 1px solid rgba(168, 85, 247, 0.14);
}

.module-copy {
    position: sticky;
    top: 96px;
}

.module-copy p:not(.eyebrow) {
    color: #aebbd4;
    line-height: 1.6;
}

.module-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.module-showcase-grid article {
    border: 1px solid rgba(56, 215, 255, 0.16);
    border-radius: 14px;
    background:
        radial-gradient(circle at 88% 10%, rgba(56, 215, 255, 0.1), transparent 30%),
        rgba(6, 10, 28, 0.82);
    padding: 1.05rem;
}

.module-showcase-grid strong,
.module-showcase-grid span {
    display: block;
}

.module-showcase-grid span {
    margin-top: 0.55rem;
    color: #aebbd4;
    line-height: 1.5;
}

.proof-band {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(56, 215, 255, 0.16);
    border-radius: 16px;
    background: rgba(5, 7, 22, 0.82);
}

.proof-band article {
    padding: 1.15rem;
    border-right: 1px solid rgba(56, 215, 255, 0.12);
}

.proof-band article:last-child {
    border-right: 0;
}

.proof-band strong,
.proof-band span {
    display: block;
}

.proof-band strong {
    color: #fff;
    font-size: 1.15rem;
}

.proof-band span {
    margin-top: 0.25rem;
    color: #aebbd4;
    font-size: 0.9rem;
}

.coming-soon {
    margin-top: 3rem;
}

@media (max-width: 1040px) {
    .workflow-rail,
    .proof-band {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .module-showcase {
        grid-template-columns: 1fr;
    }

    .module-copy {
        position: static;
    }
}

@media (max-width: 640px) {
    .product-workflow,
    .module-showcase {
        padding: 2.4rem 0;
    }

    .workflow-rail,
    .module-showcase-grid,
    .proof-band {
        grid-template-columns: 1fr;
    }

    .proof-band article {
        border-right: 0;
        border-bottom: 1px solid rgba(56, 215, 255, 0.12);
    }

    .proof-band article:last-child {
        border-bottom: 0;
    }
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(217, 70, 239, 0.62);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.36), rgba(56, 189, 248, 0.14));
    font-weight: 900;
}

.admin-body {
    min-height: 100vh;
    background:
        radial-gradient(circle at 20% 0%, rgba(168, 85, 247, 0.24), transparent 32%),
        #030512;
}

.admin-wallpaper-body {
    background:
        linear-gradient(180deg, rgba(3, 5, 18, 0.94), rgba(3, 5, 18, 0.9)),
        linear-gradient(90deg, rgba(3, 5, 18, 0.98), rgba(3, 5, 18, 0.62)),
        url("../img/wallpaper-mountain-route.png") center / cover fixed no-repeat;
}

.admin-login {
    display: grid;
    min-height: 100vh;
    place-items: center;
    padding: 1rem;
}

.admin-login-card,
.admin-panel,
.admin-kpis article {
    border: 1px solid rgba(168, 85, 247, 0.25);
    border-radius: 12px;
    background: rgba(7, 5, 21, 0.9);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.admin-login-card {
    display: grid;
    gap: 0.9rem;
    width: min(420px, 100%);
    padding: 1.4rem;
}

.admin-login-card h1,
.admin-panel h2,
.admin-header strong { margin: 0; color: #fff; }
.admin-login-card p,
.admin-login-card label,
.admin-header span,
.admin-panel p,
.admin-kpis span { color: #9fb3d1; }
.admin-error { color: #fca5a5; }

.admin-totp-setup {
    display: grid;
    gap: 0.65rem;
    justify-items: start;
    border: 1px solid rgba(56, 215, 255, 0.22);
    border-radius: 10px;
    background: rgba(8, 13, 31, 0.72);
    padding: 0.85rem;
}

.admin-totp-setup strong {
    color: #fff;
}

.admin-totp-setup p {
    margin: 0;
}

.admin-totp-setup img {
    width: 190px;
    height: 190px;
    border-radius: 10px;
    background: #fff;
    padding: 0.45rem;
}

.admin-totp-setup code {
    color: #38d7ff;
    overflow-wrap: anywhere;
}

.admin-login-card input {
    width: 100%;
    margin-top: 0.35rem;
    border: 1px solid rgba(168, 85, 247, 0.38);
    border-radius: 8px;
    background: #070b18;
    color: #fff;
    padding: 0.75rem 0.85rem;
    font: inherit;
}

.admin-header,
.admin-shell {
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
}

.admin-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 0;
}

.admin-header div { display: grid; }
.admin-header .btn.is-active {
    border-color: rgba(56, 215, 255, 0.58);
    background: linear-gradient(135deg, rgba(222, 66, 255, 0.24), rgba(56, 215, 255, 0.18));
    color: #fff;
}
.admin-shell { display: grid; gap: 1rem; padding-bottom: 3rem; }

.admin-kpis,
.admin-grid {
    display: grid;
    gap: 0.85rem;
}

.admin-kpis { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.admin-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.admin-kpis article,
.admin-panel { padding: 1rem; }
.admin-kpis strong { display: block; color: #fff; font-size: 2rem; }
.admin-panel.wide { grid-column: 1 / -1; }

.admin-panel-title-row {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.9rem;
}

.admin-panel-title-row h2,
.admin-panel-title-row p {
    margin: 0;
}

.admin-panel-title-row p {
    margin-top: 0.35rem;
}

.admin-search-input {
    width: min(360px, 100%);
    min-height: 42px;
    border: 1px solid rgba(56, 215, 255, 0.22);
    border-radius: 10px;
    background: rgba(3, 5, 18, 0.88);
    color: #fff;
    padding: 0 0.8rem;
    font: inherit;
}

.admin-ip-finder-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.85fr) minmax(520px, 1.35fr);
    gap: 0.85rem;
    align-items: stretch;
}

.admin-ip-map {
    min-height: 430px;
    overflow: hidden;
    border: 1px solid rgba(56, 215, 255, 0.22);
    border-radius: 12px;
    background: #08111f;
}

.admin-ip-map .leaflet-popup-content-wrapper,
.admin-ip-map .leaflet-popup-tip {
    background: #070b18;
    color: #e5eefb;
}

.admin-row,
.admin-table-head,
.admin-table div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 80px;
    gap: 0.75rem;
    padding: 0.55rem 0;
    border-top: 1px solid rgba(168, 85, 247, 0.16);
}

.admin-row-3 {
    grid-template-columns: minmax(0, 1fr) 82px 70px;
}

.admin-row span,
.admin-table span {
    min-width: 0;
    overflow: hidden;
    color: #d8e6ff;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-row strong { color: #fff; text-align: right; }
.admin-table { overflow-x: auto; }

.admin-table-head,
.admin-table div {
    grid-template-columns: 220px 160px 140px minmax(260px, 1fr);
    min-width: 840px;
}

.admin-table-head.admin-ip-head,
.admin-table .admin-ip-row {
    grid-template-columns: 190px 190px 80px minmax(230px, 1fr);
}

.admin-table-head.admin-daily-head,
.admin-table .admin-daily-row {
    grid-template-columns: 150px 100px 120px 100px minmax(260px, 1fr);
}

.admin-table-head.admin-today-ip-head,
.admin-table .admin-today-ip-row {
    grid-template-columns: 170px 170px 110px minmax(210px, 1fr) minmax(230px, 1fr);
}

.admin-table-head.admin-page-country-head,
.admin-table .admin-page-country-row {
    grid-template-columns: 130px minmax(260px, 1.4fr) 170px 100px 110px;
}

.admin-table-head.admin-ip-finder-head,
.admin-table .admin-ip-finder-row {
    grid-template-columns: 135px 190px 135px minmax(250px, 1fr) 65px 65px minmax(190px, 0.8fr);
}

.admin-ip-finder-table {
    max-height: 430px;
    border: 1px solid rgba(56, 215, 255, 0.14);
    border-radius: 12px;
    padding: 0 0.75rem;
}

.admin-ip-finder-row strong,
.admin-ip-finder-row em,
.admin-ip-finder-row small {
    display: block;
}

.admin-ip-finder-row em {
    color: #38d7ff;
    font-style: normal;
    font-weight: 800;
}

.admin-ip-finder-row small {
    margin-top: 0.15rem;
    color: #7f92b3;
    font-size: 0.74rem;
}

.admin-table-head.admin-cargo-head,
.admin-table .admin-cargo-row {
    grid-template-columns: 150px 180px minmax(300px, 1fr) 130px 100px;
}

.admin-table-head.admin-account-head,
.admin-table .admin-account-row {
    grid-template-columns: 1fr 1.1fr 0.7fr 0.7fr minmax(360px, 1.35fr);
}

.admin-table-head.admin-document-head,
.admin-table .admin-document-row {
    grid-template-columns: 150px 80px minmax(260px, 1fr) 80px 190px 220px;
}

.admin-document-actions {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.admin-inline-form {
    display: grid;
    grid-template-columns: 110px minmax(120px, 1fr) auto;
    gap: 0.35rem;
}

.admin-inline-form select,
.admin-inline-form input {
    min-height: 32px;
    border: 1px solid rgba(56, 215, 255, 0.22);
    border-radius: 8px;
    background: rgba(3, 5, 18, 0.88);
    color: #fff;
    padding: 0.35rem 0.48rem;
}

.admin-cargo-editor {
    display: grid;
    gap: 0.8rem;
}

.admin-account-editor {
    display: grid;
    gap: 0.8rem;
}

.admin-cargo-edit-card,
.admin-account-edit-card {
    display: grid;
    gap: 0.65rem;
    border: 1px solid rgba(56, 215, 255, 0.16);
    border-radius: 12px;
    background: rgba(3, 5, 18, 0.52);
    padding: 0.85rem;
}

.admin-cargo-edit-card header,
.admin-account-edit-card header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.admin-cargo-edit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.55rem;
}

.admin-cargo-edit-grid label {
    display: grid;
    gap: 0.22rem;
    color: #9fb3d1;
    font-size: 0.78rem;
    font-weight: 800;
}

.admin-cargo-edit-grid input,
.admin-cargo-edit-grid select {
    min-height: 34px;
    border: 1px solid rgba(56, 215, 255, 0.22);
    border-radius: 8px;
    background: rgba(3, 5, 18, 0.88);
    color: #fff;
    padding: 0.42rem 0.55rem;
}

.admin-cargo-edit-grid .span-2 {
    grid-column: span 2;
}

.btn.danger {
    border-color: rgba(255, 88, 88, 0.45);
    color: #ffb8b8;
}

.admin-table-head { color: #9fb3d1; font-weight: 800; }

.admin-rate-form {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.admin-rate-form label {
    display: grid;
    gap: 0.35rem;
    color: #d8e2ff;
    font-weight: 800;
}

.admin-rate-form input {
    min-height: 42px;
    border: 1px solid rgba(168, 85, 247, 0.38);
    border-radius: 10px;
    background: #070b18;
    color: #fff;
    font: inherit;
    padding: 0.62rem 0.72rem;
}

.admin-rate-form button {
    align-self: end;
}

@media (max-width: 760px) {
    .admin-kpis,
    .admin-grid { grid-template-columns: 1fr; }
    .admin-header { align-items: stretch; flex-direction: column; }
    .admin-rate-form { grid-template-columns: 1fr; }
    .admin-panel-title-row,
    .admin-ip-finder-layout {
        display: grid;
        grid-template-columns: 1fr;
    }
    .admin-ip-map { min-height: 320px; }
    .admin-search-input { width: 100%; }
}
