:root {
    --bg: #07111f;
    --bg-soft: #0d1a2d;
    --surface: #ffffff;
    --surface-soft: #f4f7fb;
    --text: #102033;
    --text-soft: #5b677a;
    --text-light: #f8fbff;
    --muted-light: #c4cfdf;
    --line: rgba(16, 32, 51, 0.12);
    --line-light: rgba(255, 255, 255, 0.18);
    --accent: #2f7df6;
    --accent-strong: #1e5ed8;
    --accent-soft: rgba(47, 125, 246, 0.12);
    --gold: #f0c36a;
    --sale: #ffcf5b;
    --sale-hot: #ffe792;
    --shadow: 0 18px 50px rgba(5, 12, 24, 0.2);
    --radius-large: 24px;
    --radius-medium: 18px;
    --radius-small: 12px;
    --container: 1120px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    color: var(--text);
    background: var(--surface);
    line-height: 1.55;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
}

a:focus-visible,
button:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 4px;
}

.skip-link {
    position: absolute;
    left: -999px;
    top: 1rem;
    z-index: 999;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: var(--surface);
    color: var(--text);
}

.skip-link:focus {
    left: 1rem;
}

.container {
    width: min(100% - 2rem, var(--container));
    margin-inline: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(7, 17, 31, 0.92);
    border-bottom: 1px solid var(--line-light);
    backdrop-filter: blur(16px);
}

.header-grid,
.footer-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.header-grid {
    min-height: 64px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--text-light);
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    color: #07111f;
    background: linear-gradient(135deg, #ffffff, #d9e7ff 55%, #8bb5ff);
    font-weight: 900;
    letter-spacing: -0.05em;
}

.brand-text {
    display: grid;
    gap: 0.02rem;
}

.brand-text small {
    color: var(--muted-light);
    font-size: 0.75rem;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.nav-link {
    color: var(--muted-light);
    font-weight: 750;
    font-size: 0.9rem;
}

.nav-link:hover {
    color: var(--text-light);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.78rem 1.05rem;
    border-radius: 999px;
    font-weight: 850;
    line-height: 1.12;
    text-align: center;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-small {
    min-height: 38px;
    padding: 0.62rem 0.92rem;
    color: var(--text-light);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid var(--line-light);
}

.button-primary {
    color: #07111f;
    background: linear-gradient(135deg, #fff1ae, var(--sale));
    box-shadow: 0 12px 28px rgba(240, 195, 106, 0.28);
}

.button-secondary {
    color: var(--text-light);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--line-light);
}

.button-dark {
    color: var(--text-light);
    background: var(--bg);
}

.hero-section {
    position: relative;
    overflow: hidden;
    color: var(--text-light);
    background:
        radial-gradient(circle at 18% 8%, rgba(47, 125, 246, 0.38), transparent 30%),
        radial-gradient(circle at 82% 18%, rgba(240, 195, 106, 0.24), transparent 28%),
        linear-gradient(135deg, #07111f 0%, #0c1b31 52%, #08101e 100%);
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.58fr);
    align-items: center;
    gap: clamp(1.35rem, 3.4vw, 2.75rem);
    min-height: 500px;
    padding-block: clamp(2rem, 5vw, 3.7rem);
}

.eyebrow {
    margin: 0 0 0.65rem;
    color: var(--gold);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.sale-banner {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.9rem;
    padding: 0.48rem 0.78rem;
    color: #07111f;
    background: var(--sale);
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    line-height: 1.04;
    letter-spacing: -0.045em;
}

h1 {
    max-width: 760px;
    margin-bottom: 1rem;
    font-size: clamp(2.45rem, 5.7vw, 5rem);
}

.domain-showcase {
    position: relative;
    isolation: isolate;
    width: min(100%, 760px);
    margin: 0 0 1.05rem;
    padding: clamp(1rem, 2vw, 1.35rem);
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 231, 146, 0.98), rgba(255, 207, 91, 0.95) 42%, rgba(255, 255, 255, 0.96)),
        radial-gradient(circle at 95% 18%, rgba(47, 125, 246, 0.2), transparent 28%);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 26px;
    box-shadow: 0 24px 60px rgba(255, 207, 91, 0.24), 0 16px 40px rgba(0, 0, 0, 0.22);
}

.domain-showcase::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(110deg, rgba(255, 255, 255, 0.38), transparent 36%, rgba(7, 17, 31, 0.05));
}

.showcase-label,
.showcase-note,
.domain-showcase strong {
    position: relative;
    z-index: 1;
}

.showcase-label {
    display: inline-flex;
    margin-bottom: 0.45rem;
    color: #07111f;
    font-size: 0.74rem;
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.domain-showcase strong {
    display: block;
    color: #07111f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(1.75rem, 2.6vw, 2.75rem);
    line-height: 1.06;
    letter-spacing: -0.028em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    max-width: 100%;
}

.showcase-note {
    display: block;
    max-width: 660px;
    margin-top: 0.65rem;
    color: rgba(7, 17, 31, 0.78);
    font-size: clamp(0.94rem, 1.35vw, 1.08rem);
    font-weight: 800;
}

h2 {
    margin-bottom: 0.8rem;
    font-size: clamp(1.8rem, 3.4vw, 3.25rem);
}

h3 {
    margin-bottom: 0.5rem;
    font-size: 1.08rem;
}

.hero-lead {
    max-width: 720px;
    margin-bottom: 0;
    color: var(--muted-light);
    font-size: clamp(1rem, 1.7vw, 1.2rem);
}

.hero-actions,
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.45rem;
}

.trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    padding: 0;
    margin: 1.35rem 0 0;
    list-style: none;
}

.trust-list li {
    padding: 0.55rem 0.75rem;
    color: var(--text-light);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--line-light);
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 750;
}

.domain-card {
    padding: clamp(1rem, 2.2vw, 1.45rem);
    background:
        linear-gradient(150deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08)),
        rgba(255, 255, 255, 0.11);
    border: 1px solid var(--line-light);
    border-radius: var(--radius-large);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

.status-pill {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: 0.45rem 0.75rem;
    color: #07111f;
    background: var(--sale);
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 950;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.card-domain-name {
    margin-bottom: 0.85rem;
    padding: 0.85rem 0.9rem;
    color: #07111f;
    background: linear-gradient(135deg, #ffffff, var(--sale-hot));
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 18px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
    font-size: clamp(1rem, 1.25vw, 1.35rem);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -0.026em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

.domain-card p,
.domain-card dd {
    color: var(--muted-light);
}

.domain-details {
    display: grid;
    gap: 0.75rem;
    margin: 1.15rem 0 0;
}

.domain-details div {
    padding: 0.85rem;
    border: 1px solid var(--line-light);
    border-radius: var(--radius-small);
    background: rgba(255, 255, 255, 0.06);
}

.domain-details dt {
    color: var(--text-light);
    font-weight: 900;
}

.domain-details dd {
    margin: 0.25rem 0 0;
}

.section {
    padding-block: clamp(2.6rem, 5vw, 4.75rem);
}

.section-light {
    background: var(--surface-soft);
}

.split-grid,
.process-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 3.6rem);
}

.content-stack p {
    color: var(--text-soft);
    font-size: 1rem;
}

.content-stack p:last-child,
.service-card p:last-child,
.section-heading p:last-child,
.cta-card p:last-child {
    margin-bottom: 0;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 1.4rem;
}

.section-heading p {
    color: var(--text-soft);
    font-size: 1.02rem;
}

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

.service-card {
    min-height: 188px;
    padding: 1.05rem;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-medium);
    box-shadow: 0 14px 36px rgba(5, 12, 24, 0.06);
}

.service-card p {
    color: var(--text-soft);
    font-size: 0.95rem;
}

.icon-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-bottom: 0.85rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent), var(--gold));
    box-shadow: 0 0 0 7px var(--accent-soft);
}

.section-dark {
    color: var(--text-light);
    background: var(--bg);
}

.section-dark p {
    color: var(--muted-light);
}

.steps-list {
    display: grid;
    gap: 0.8rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.steps-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid var(--line-light);
    border-radius: var(--radius-medium);
}

.steps-list span {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: #07111f;
    background: var(--gold);
    border-radius: 14px;
    font-weight: 950;
}

.steps-list p {
    margin-bottom: 0;
}

.section-legal {
    padding-block: 2.6rem;
    background: #f7f9fc;
}

.legal-card {
    padding: clamp(1.2rem, 2.5vw, 2rem);
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(5, 12, 24, 0.08);
}

.legal-card h2 {
    max-width: 720px;
    font-size: clamp(1.65rem, 3vw, 2.6rem);
}

.legal-card p {
    max-width: 980px;
    color: var(--text-soft);
}

.legal-card p:last-child {
    margin-bottom: 0;
}

.cta-section {
    padding-block: clamp(2.4rem, 5vw, 4rem);
    background:
        radial-gradient(circle at 86% 12%, rgba(47, 125, 246, 0.16), transparent 28%),
        var(--surface-soft);
}

.cta-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.4rem;
    padding: clamp(1.25rem, 3vw, 2.25rem);
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-large);
    box-shadow: var(--shadow);
}

.cta-card p {
    max-width: 740px;
    color: var(--text-soft);
}

.site-footer {
    padding-block: 1.1rem;
    color: var(--muted-light);
    background: var(--bg);
    border-top: 1px solid var(--line-light);
    font-size: 0.92rem;
}

.site-footer p {
    margin: 0;
}

.site-footer a {
    color: var(--text-light);
    font-weight: 800;
}

@media (max-width: 920px) {
    .hero-grid,
    .split-grid,
    .process-grid,
    .cta-card {
        grid-template-columns: 1fr;
    }

    .hero-grid {
        min-height: auto;
        padding-block: 2.45rem;
    }

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

    .cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 680px) {
    .container {
        width: min(100% - 1.25rem, var(--container));
    }

    .header-grid {
        min-height: auto;
        padding-block: 0.75rem;
    }

    .brand-text small,
    .nav-link {
        display: none;
    }

    .header-actions {
        margin-left: auto;
    }

    .button-small {
        min-height: 36px;
        padding: 0.58rem 0.78rem;
        font-size: 0.86rem;
    }

    .hero-grid {
        gap: 1.05rem;
        padding-block: 1.9rem;
    }

    h1 {
        font-size: clamp(2.15rem, 11vw, 3.35rem);
    }

    .domain-showcase {
        border-radius: 22px;
    }

    .domain-showcase strong {
        font-size: clamp(1.05rem, 6vw, 1.85rem);
        letter-spacing: -0.026em;
        white-space: nowrap;
    }

    .showcase-note {
        font-size: 0.93rem;
    }

    .card-domain-name {
        font-size: clamp(0.88rem, 4.4vw, 1.25rem);
        letter-spacing: -0.02em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: clip;
    }

    h2 {
        font-size: clamp(1.65rem, 9vw, 2.4rem);
    }

    .hero-actions,
    .cta-actions {
        flex-direction: column;
        margin-top: 1.15rem;
    }

    .button {
        width: 100%;
    }

    .trust-list {
        display: grid;
        gap: 0.55rem;
    }

    .domain-card {
        border-radius: 20px;
    }

    .section {
        padding-block: 2.2rem;
    }

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

    .service-card {
        min-height: auto;
    }

    .steps-list li {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media (max-width: 420px) {
    .brand-mark {
        width: 36px;
        height: 36px;
    }

    .brand strong {
        font-size: 0.94rem;
    }

    .button-small {
        max-width: 165px;
    }
}

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

