

/* 2026-07-14 mobile layout integrity */
@media (max-width: 640px) {
    .ssd-server-scene {
        overflow: hidden;
    }
    .ssd-tech-badge,
    .ssd-tech-badge--cp,
    .ssd-tech-badge--ssl {
        right: 0;
    }
    .ssd-performance__grid,
    .ssd-support__grid {
        min-width: 0;
        grid-template-columns: minmax(0, 1fr);
    }
    .ssd-performance__grid > *,
    .ssd-support__grid > * {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }
    .ssd-cpanel-art,
    .ssd-support-art {
        width: 100%;
        margin-inline: 0;
        overflow: hidden;
        transform: none;
    }
    .ssd-cpanel-art {
        height: 310px;
    }
    .ssd-cpanel-art svg {
        top: 0;
        right: 50%;
        width: min(480px, 132vw);
        max-width: none;
        height: auto;
        transform: translateX(50%);
    }
    .ssd-support-art {
        height: 310px;
    }
    .ssd-support-art svg {
        top: 0;
        right: 50%;
        width: min(470px, 130vw);
        max-width: none;
        height: auto;
        transform: translateX(50%);
    }
}
/* SSDHosters — approved neon homepage. Scoped to .ssd-neon / body.ssd-neon-home. */
:root {
    --ssd-bg: #020708;
    --ssd-bg-soft: #061012;
    --ssd-card: #071113;
    --ssd-card-2: #0a1517;
    --ssd-line: rgba(153, 255, 79, .19);
    --ssd-line-soft: rgba(139, 173, 177, .19);
    --ssd-text: #f4f7f5;
    --ssd-muted: #a4afb0;
    --ssd-lime: #9bff4a;
    --ssd-aqua: #55e6e0;
    --ssd-grad: linear-gradient(110deg, #a2ff49 0%, #7dfd7b 46%, #55dde4 100%);
}

body.ssd-neon-home {
    background: var(--ssd-bg) !important;
    color: var(--ssd-text) !important;
}

body.ssd-neon-home #main-navbar,
body.ssd-neon-home .sec.footer,
body.ssd-neon-home > .dark-mode-switcher,
body.ssd-neon-home .dark-mode-switcher,
body.ssd-neon-home .darkmode-switcher,
body.ssd-neon-home .dark-light-switcher {
    display: none !important;
}

body.ssd-neon-home .body-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--ssd-bg) !important;
    overflow: visible !important;
}

.ssd-neon,
.ssd-neon *,
.ssd-neon *::before,
.ssd-neon *::after { box-sizing: border-box; }

.ssd-neon {
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 68% 9%, rgba(69, 239, 149, .055), transparent 24%),
        var(--ssd-bg);
    color: var(--ssd-text);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

.ssd-neon a,
.ssd-neon button,
.ssd-neon input,
.ssd-neon summary { font-family: inherit; }
.ssd-neon a { color: inherit; text-decoration: none; }
.ssd-neon button { color: inherit; }
.ssd-neon svg { display: block; }
.ssd-neon em { font-style: normal; }
.ssd-wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.ssd-btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 38px;
    padding: 0 27px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, filter .2s ease;
}
.ssd-btn:hover { transform: translateY(-2px); }
.ssd-btn span { font-size: 23px; font-weight: 400; line-height: 0; }
.ssd-btn--primary {
    color: #04100b !important;
    background: var(--ssd-grad);
    border-color: rgba(166, 255, 94, .75);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 8px 28px rgba(103, 255, 126, .08);
}
.ssd-btn--primary:hover { color: #04100b !important; filter: saturate(1.08) brightness(1.04); box-shadow: 0 12px 30px rgba(103,255,126,.14); }
.ssd-btn--ghost { color: #e8eeee !important; background: rgba(7, 15, 17, .72); border-color: #273538; }
.ssd-btn--ghost:hover { color: white !important; border-color: rgba(154, 255, 74, .55); }

/* Navigation */
.ssd-nav {
    position: relative;
    z-index: 1030;
    height: 82px;
    overflow: visible;
    border-bottom: 1px solid rgba(120, 153, 157, .08);
    background: rgba(2, 7, 8, .84);
    backdrop-filter: blur(16px);
}
.ssd-nav__inner { height: 100%; display: flex; align-items: center; gap: 30px; }
.ssd-brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 11px; }
.ssd-brand__mark { width: 34px; height: 34px; }
.ssd-brand > span { color: #f5f7f5; font-size: 18px; font-weight: 800; letter-spacing: -.5px; }
.ssd-brand > span span { color: var(--ssd-lime); }
.ssd-nav__links { display: flex; align-items: center; gap: 28px; margin-left: 12px; }
.ssd-nav__links a { display: inline-flex; align-items: center; gap: 8px; color: #e8eded; font-size: 13px; font-weight: 500; white-space: nowrap; }
.ssd-nav__links a:hover { color: var(--ssd-lime); }
.ssd-nav__links svg { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.ssd-nav__item { position: relative; display: flex; height: 82px; align-items: center; }
.ssd-nav__trigger { height: 100%; }
.ssd-nav__trigger svg { transition: transform .18s ease; }
.ssd-nav__item:hover > .ssd-nav__trigger svg,
.ssd-nav__item:focus-within > .ssd-nav__trigger svg { transform: rotate(180deg); }
.ssd-nav__dropdown {
    position: absolute;
    z-index: 1100;
    top: 70px;
    left: -18px;
    width: 330px;
    padding: 18px;
    transform: translateY(8px);
    border: 1px solid rgba(139,174,177,.22);
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    background: rgba(5,14,16,.985);
    box-shadow: 0 30px 80px rgba(0,0,0,.52);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.ssd-nav__dropdown::before { content: ""; position: absolute; top: -13px; left: 0; width: 100%; height: 13px; }
.ssd-nav__item:hover > .ssd-nav__dropdown,
.ssd-nav__item:focus-within > .ssd-nav__dropdown { transform: translateY(0); opacity: 1; visibility: visible; }
.ssd-nav__item--right .ssd-nav__dropdown { right: -18px; left: auto; }
.ssd-nav__dropdown > span,
.ssd-nav__drop-intro > span { display: block; margin: 2px 5px 12px; color: var(--ssd-lime); font-size: 8px; font-weight: 850; letter-spacing: .18em; }
.ssd-nav__links .ssd-nav__dropdown a { white-space: normal; }
.ssd-nav__links .ssd-nav__drop-link {
    display: grid;
    min-height: 64px;
    grid-template-columns: 32px 1fr;
    gap: 12px;
    align-items: center;
    padding: 10px 11px;
    border: 1px solid transparent;
    border-radius: 9px;
    color: #e9efee;
}
.ssd-nav__links .ssd-nav__drop-link:hover { border-color: rgba(155,255,74,.22); background: rgba(155,255,74,.055); color: #f4f8f7; }
.ssd-nav__drop-link i { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(139,174,177,.25); border-radius: 7px; color: var(--ssd-lime); font-size: 8px; font-style: normal; }
.ssd-nav__drop-link b { display: grid; gap: 3px; color: inherit; font-size: 12px; line-height: 1.25; }
.ssd-nav__drop-link small { color: #9da9aa; font-size: 9px; font-weight: 500; line-height: 1.45; }
.ssd-nav__dropdown--mega { left: -170px; display: grid; width: 720px; grid-template-columns: 220px 1fr; gap: 18px; padding: 16px; }
.ssd-nav__drop-intro { padding: 22px; border: 1px solid rgba(155,255,74,.2); border-radius: 10px; background: linear-gradient(145deg, rgba(155,255,74,.075), rgba(5,14,16,.82)); }
.ssd-nav__drop-intro > span { margin-left: 0; }
.ssd-nav__drop-intro > strong { display: block; color: #f1f5f4; font-size: 21px; line-height: 1.2; }
.ssd-nav__drop-intro p { margin: 11px 0 20px; color: #aab5b6; font-size: 10px; line-height: 1.65; }
.ssd-nav__links .ssd-nav__drop-intro > a { display: inline-flex; padding: 0; color: #eef3f2; font-size: 10px; font-weight: 750; }
.ssd-nav__drop-intro > a b { color: var(--ssd-lime); }
.ssd-nav__drop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; align-content: start; }
.ssd-nav__actions { display: flex; align-items: center; gap: 19px; margin-left: auto; }
.ssd-client-link { display: inline-flex; height: 36px; align-items: center; gap: 8px; padding: 0 14px; border: 1px solid #263236; border-radius: 7px; color: #e6ecec !important; font-size: 12px; white-space: nowrap; }
.ssd-client-link:hover { border-color: rgba(155,255,74,.5); }
.ssd-client-link svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.ssd-locale { display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; outline: 0; background: transparent; color: #e3e9e8; font-size: 12px; cursor: pointer; }
.ssd-locale span { color: #e3e9e8; }
.ssd-locale i { color: #8c999b; font-size: 13px; font-style: normal; line-height: 1; }
.ssd-nav__cta { min-width: 190px; min-height: 45px; flex-wrap: nowrap; gap: 24px; padding: 0 20px; font-size: 13px; line-height: 1; white-space: nowrap; }
.ssd-nav__cta > span { flex: 0 0 auto; }
.ssd-mobile-nav { display: none; margin-left: auto; }

@media (max-width: 1399px) and (min-width: 1121px) {
    .ssd-nav__inner { gap: 20px; }
    .ssd-nav__links { gap: 20px; margin-left: 0; }
    .ssd-nav__actions { gap: 12px; }
    .ssd-client-link { padding-inline: 11px; }
    .ssd-nav__cta { min-width: 170px; gap: 15px; padding-inline: 16px; }
}

/* Hero */
.ssd-hero { position: relative; min-height: 735px; padding: 82px 0 0; border-bottom: 1px solid rgba(117, 147, 151, .13); }
.ssd-hero::before { content: ""; position: absolute; z-index: 0; inset: 0; background: radial-gradient(circle at 59% 38%, rgba(61, 212, 138, .045), transparent 29%); pointer-events: none; }
.ssd-hero__grid { position: absolute; top: 26px; right: 4%; width: 55%; height: 520px; opacity: .21; transform: perspective(700px) rotateX(64deg) rotateZ(-15deg) scale(1.12); transform-origin: center top; background-image: linear-gradient(rgba(103, 172, 154, .17) 1px, transparent 1px), linear-gradient(90deg, rgba(103, 172, 154, .17) 1px, transparent 1px); background-size: 42px 42px; mask-image: radial-gradient(ellipse at center, #000 12%, transparent 70%); }
.ssd-hero__main { position: relative; z-index: 1; display: grid; min-height: 440px; grid-template-columns: 51% 49%; align-items: start; }
.ssd-hero__copy { padding-top: 22px; }
.ssd-kicker,
.ssd-eyebrow { display: block; color: var(--ssd-lime); font-size: 11px; font-weight: 800; letter-spacing: 2.2px; }
.ssd-hero h1 { max-width: 680px; margin: 20px 0 16px; color: #f5f7f6; font-size: clamp(47px, 4.75vw, 69px); font-weight: 750; letter-spacing: -3.5px; line-height: 1.06; }
.ssd-hero h1 em,
.ssd-migration h2 em,
.ssd-support h2 em,
.ssd-final-cta h2 em { color: transparent; background: var(--ssd-grad); background-clip: text; -webkit-background-clip: text; }
.ssd-hero__copy > p { margin: 0; color: #a8b0b1; font-size: 19px; line-height: 1.5; }
.ssd-hero__actions { display: flex; gap: 18px; margin-top: 30px; }
.ssd-server-scene { position: relative; height: 445px; margin-top: -43px; }
.ssd-server { position: absolute; z-index: 2; top: 12px; left: -26px; width: 520px; height: 430px; filter: drop-shadow(0 28px 38px rgba(0,0,0,.74)); }
.ssd-server-glow { position: absolute; z-index: 1; left: 98px; bottom: 45px; width: 290px; height: 130px; border-radius: 50%; background: rgba(123, 255, 89, .12); filter: blur(48px); }
.ssd-tech-badge { position: absolute; z-index: 4; right: 4px; display: flex; width: 154px; height: 59px; align-items: center; gap: 15px; padding: 0 17px; border: 1px solid rgba(124, 167, 133, .35); border-radius: 9px; background: rgba(7, 15, 16, .88); box-shadow: 0 10px 30px rgba(0,0,0,.26), inset 0 0 24px rgba(118,255,76,.02); color: #eaf0ef; }
.ssd-tech-badge::before { content: ""; position: absolute; right: 100%; width: 52px; border-top: 1px solid rgba(150,255,76,.66); }
.ssd-tech-badge i { position: absolute; right: calc(100% + 50px); width: 9px; height: 9px; border-radius: 50%; background: var(--ssd-lime); box-shadow: 0 0 12px rgba(156,255,74,.6); }
.ssd-tech-badge svg { width: 28px; height: 28px; fill: none; stroke: var(--ssd-lime); stroke-width: 1.6; }
.ssd-tech-badge b { color: var(--ssd-lime); font-size: 25px; font-style: italic; letter-spacing: -2px; }
.ssd-tech-badge strong { font-size: 18px; font-weight: 650; }
.ssd-tech-badge--nvme { top: 71px; }
.ssd-tech-badge--cp { top: 176px; right: -10px; }
.ssd-tech-badge--ssl { top: 281px; right: 12px; }
.ssd-tech-badge--nvme::before { width: 48px; }
.ssd-tech-badge--nvme i { right: calc(100% + 46px); }
.ssd-tech-badge--cp::before { width: 72px; }
.ssd-tech-badge--cp i { right: calc(100% + 70px); }
.ssd-tech-badge--ssl::before { width: 63px; }
.ssd-tech-badge--ssl i { right: calc(100% + 61px); }

/* Domain */
.ssd-domain-card { position: relative; z-index: 5; display: grid; min-height: 131px; grid-template-columns: 74px 1fr; align-items: center; gap: 22px; padding: 24px 31px; border: 1px solid #233134; border-radius: 9px; background: linear-gradient(90deg, rgba(7,17,19,.96), rgba(5,13,15,.94)); box-shadow: 0 18px 55px rgba(0,0,0,.25); }
.ssd-domain-card__icon { display: flex; width: 61px; height: 61px; align-items: center; justify-content: center; border: 1px solid rgba(153,255,74,.22); border-radius: 10px; background: #071113; }
.ssd-domain-card__icon svg { width: 32px; height: 32px; fill: none; stroke: var(--ssd-lime); stroke-width: 1.5; }
.ssd-domain-card__body { min-width: 0; padding-right: 190px; }
.ssd-domain-card__body > strong { display: block; margin: 0 0 10px; color: #edf2f1; font-size: 16px; font-weight: 650; }
.ssd-domain-form { display: flex; gap: 14px; }
.ssd-domain-form input[type="text"] { width: 100%; height: 48px; padding: 0 18px; border: 1px solid #29383b; border-radius: 7px; outline: 0; background: #071012; color: #f0f4f3; font-size: 14px; }
.ssd-domain-form input[type="text"]::placeholder { color: #728084; }
.ssd-domain-form input[type="text"]:focus { border-color: rgba(153,255,74,.6); box-shadow: 0 0 0 3px rgba(153,255,74,.06); }
.ssd-domain-form .ssd-btn { min-width: 154px; min-height: 48px; gap: 16px; padding: 0 19px; border: 0; font-size: 13px; }
.ssd-domain-form .ssd-btn svg { width: 22px; height: 22px; fill: none; stroke: #07100b; stroke-width: 1.7; }
.ssd-domain-form .captcha-container { grid-column: 1 / -1; }
.ssd-domain-transfer { position: absolute; right: 31px; bottom: 31px; display: inline-flex !important; width: 176px !important; min-width: 176px !important; max-width: none !important; align-items: center; justify-content: flex-end; gap: 20px; margin: 0 !important; padding: 0 !important; border: 0 !important; outline: 0 !important; overflow: visible !important; background: transparent !important; box-shadow: none !important; color: #9aa5a6 !important; font-size: 13px !important; white-space: nowrap; }
.ssd-domain-transfer:hover { color: var(--ssd-lime) !important; }
.ssd-domain-transfer span { color: #728083; font-size: 23px; }
.ssd-trust-row { display: grid; height: 90px; grid-template-columns: repeat(3, 1fr); align-items: center; }
.ssd-trust-row > div { display: flex; align-items: center; justify-content: center; gap: 17px; color: #a8b0b1; font-size: 14px; }
.ssd-trust-row > div + div { border-left: 1px solid rgba(123,146,149,.19); }
.ssd-trust-row svg { width: 28px; height: 28px; fill: none; stroke: var(--ssd-lime); stroke-width: 1.7; }

/* Common sections */
.ssd-section { position: relative; padding: 77px 0; }
.ssd-section h2 { margin: 10px 0 0; color: #f0f4f3; font-size: 35px; font-weight: 650; letter-spacing: -1.4px; line-height: 1.18; }

/* Solutions */
.ssd-solutions { border-bottom: 1px solid rgba(120, 148, 151, .11); }
.ssd-solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 27px; margin-top: 30px; }
.ssd-solution-card { min-height: 318px; padding: 31px 31px 22px; border: 1px solid rgba(124, 163, 105, .36); border-radius: 9px; background: linear-gradient(150deg, rgba(9,20,21,.96), rgba(4,10,12,.96)); box-shadow: inset 0 0 34px rgba(122,255,70,.018); transition: border-color .2s ease, transform .2s ease; }
.ssd-solution-card:hover { transform: translateY(-4px); border-color: rgba(155,255,74,.72); }
.ssd-solution-card--featured { border-color: rgba(155,255,74,.95); box-shadow: inset 0 0 42px rgba(135,255,75,.04), 0 0 0 1px rgba(155,255,74,.16), 0 0 28px rgba(130,255,80,.08); }
.ssd-solution-card__title { display: flex; align-items: center; gap: 22px; }
.ssd-solution-card__title > span { display: flex; width: 62px; height: 62px; flex: 0 0 auto; align-items: center; justify-content: center; border: 1px solid rgba(151,255,75,.25); border-radius: 9px; background: #081214; }
.ssd-solution-card__title svg { width: 36px; height: 36px; fill: none; stroke: var(--ssd-lime); stroke-width: 1.6; }
.ssd-solution-card h3 { margin: 0 0 2px; color: #f2f5f4; font-size: 23px; font-weight: 650; }
.ssd-solution-card p { margin: 0; color: #9ca8aa; font-size: 14px; line-height: 1.45; }
.ssd-solution-card ul { display: grid; gap: 12px; margin: 27px 0 21px; padding: 0; list-style: none; color: #aab4b5; font-size: 14px; }
.ssd-solution-card li { position: relative; padding-left: 20px; }
.ssd-solution-card li::before { content: ""; position: absolute; top: .45em; left: 0; width: 9px; height: 9px; border: 2px solid var(--ssd-lime); border-radius: 50%; box-shadow: inset 0 0 0 2px #071113; }
.ssd-solution-card > a { display: flex; align-items: center; justify-content: space-between; padding-top: 17px; border-top: 1px solid rgba(127,151,154,.19); color: var(--ssd-lime); font-size: 14px; font-weight: 650; }
.ssd-solution-card > a span { font-size: 24px; font-weight: 400; }

/* Performance */
.ssd-performance { padding: 73px 0 55px; }
.ssd-performance__grid { display: grid; min-height: 420px; grid-template-columns: 52% 48%; align-items: center; }
.ssd-feature-list { display: grid; gap: 19px; margin-top: 25px; }
.ssd-feature-list > div { display: flex; align-items: center; gap: 21px; }
.ssd-feature-list > div > span { position: relative; display: flex; width: 58px; height: 58px; flex: 0 0 auto; align-items: center; justify-content: center; border: 1px solid rgba(155,255,74,.26); border-radius: 9px; background: #071113; color: var(--ssd-lime); }
.ssd-feature-list svg { width: 34px; height: 34px; fill: none; stroke: var(--ssd-lime); stroke-width: 1.55; }
.ssd-feature-list small { position: absolute; font-size: 7px; font-weight: 800; }
.ssd-feature-list .ssd-cp-icon { font-size: 29px; font-weight: 800; font-style: italic; letter-spacing: -3px; }
.ssd-feature-list p { margin: 0; color: #9fa9aa; font-size: 13px; line-height: 1.42; }
.ssd-feature-list p strong { display: block; margin-bottom: 2px; color: #f0f4f3; font-size: 16px; font-weight: 600; }
.ssd-cpanel-art { position: relative; height: 430px; }
.ssd-cpanel-art svg { position: absolute; top: -10px; right: -40px; width: 570px; height: 430px; filter: drop-shadow(0 25px 38px rgba(0,0,0,.68)); }

/* Migration */
.ssd-migration { position: relative; overflow: hidden; padding: 56px 0; border-top: 1px solid rgba(75,168,152,.15); border-bottom: 1px solid rgba(75,168,152,.15); background: radial-gradient(circle at 19% 50%, rgba(39, 211, 174, .10), transparent 32%), linear-gradient(90deg, #071c1c, #031213 62%, #061a19); }
.ssd-migration__inner { display: grid; grid-template-columns: 39% 61%; align-items: center; }
.ssd-migration h2 { margin: 0; color: #f1f5f4; font-size: 34px; font-weight: 650; letter-spacing: -1.2px; line-height: 1.2; }
.ssd-migration__copy .ssd-btn { min-height: 50px; margin-top: 25px; }
.ssd-migration__steps { display: grid; grid-template-columns: repeat(3, 1fr); }
.ssd-migration__steps article { position: relative; min-height: 160px; padding: 58px 16px 0; text-align: center; }
.ssd-migration__steps article::before { content: ""; position: absolute; top: 20px; left: 0; width: calc(50% - 28px); border-top: 1px solid rgba(155,255,74,.48); }
.ssd-migration__steps article::after { content: ""; position: absolute; top: 20px; right: 0; width: calc(50% - 28px); border-top: 1px solid rgba(155,255,74,.48); }
.ssd-migration__steps article:first-child::before,
.ssd-migration__steps article:last-child::after { display: none; }
.ssd-migration__steps article > span { position: absolute; top: -8px; left: 50%; display: flex; width: 57px; height: 57px; align-items: center; justify-content: center; transform: translateX(-50%); border: 1px solid rgba(155,255,74,.65); border-radius: 50%; background: #071716; color: var(--ssd-lime); font-size: 18px; }
.ssd-migration__steps h3 { margin: 0 0 10px; color: #eef3f2; font-size: 16px; font-weight: 650; }
.ssd-migration__steps p { margin: 0; color: #929e9f; font-size: 12px; line-height: 1.5; }

/* Support */
.ssd-support { padding: 66px 0 48px; border-bottom: 1px solid rgba(120,148,151,.14); }
.ssd-support__grid { display: grid; grid-template-columns: 45% 55%; align-items: center; }
.ssd-support h2 { margin: 0; font-size: 35px; }
.ssd-support-list { display: grid; gap: 16px; margin: 23px 0 23px; }
.ssd-support-list > div { display: flex; align-items: center; gap: 17px; }
.ssd-support-list > div > span { display: flex; width: 42px; height: 42px; flex: 0 0 auto; align-items: center; justify-content: center; border: 1px solid rgba(155,255,74,.26); border-radius: 9px; background: #071113; }
.ssd-support-list svg { width: 24px; height: 24px; fill: none; stroke: var(--ssd-lime); stroke-width: 1.6; }
.ssd-support-list p { margin: 0; color: #98a4a5; font-size: 12px; line-height: 1.4; }
.ssd-support-list strong { display: block; color: #eef2f1; font-size: 15px; font-weight: 600; }
.ssd-support .ssd-btn { min-height: 48px; padding: 0 21px; }
.ssd-support-art { position: relative; height: 410px; }
.ssd-support-art svg { position: absolute; top: 8px; right: -26px; width: 585px; height: 410px; filter: drop-shadow(0 22px 36px rgba(0,0,0,.62)); }

/* FAQ */
.ssd-faq { padding: 20px 0 18px; }
.ssd-faq h2 { margin: 0 0 8px; font-size: 31px; }
.ssd-faq__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px 28px; }
.ssd-faq details { min-height: 47px; border: 1px solid #253337; border-radius: 7px; background: #071012; }
.ssd-faq summary { display: flex; min-height: 47px; align-items: center; justify-content: space-between; padding: 0 17px; color: #e6eceb; font-size: 13px; list-style: none; cursor: pointer; }
.ssd-faq summary::-webkit-details-marker { display: none; }
.ssd-faq summary span { color: #a7b0b1; font-size: 23px; font-weight: 300; transition: transform .2s ease; }
.ssd-faq details[open] summary span { transform: rotate(45deg); color: var(--ssd-lime); }
.ssd-faq details p { margin: 0; padding: 0 17px 16px; color: #99a5a6; font-size: 12px; line-height: 1.55; }

/* Final CTA */
.ssd-final-cta { position: relative; margin: 1px 0 0; }
.ssd-final-cta__grid { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(153,255,74,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(153,255,74,.18) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.ssd-final-cta__inner { position: relative; display: grid; min-height: 116px; grid-template-columns: 145px 1fr auto; align-items: center; gap: 25px; padding: 0 41px; border: 1px solid rgba(155,255,74,.45); border-radius: 8px; background: rgba(4,14,14,.9); }
.ssd-final-cta__brand svg { width: 72px; height: 72px; fill: none; stroke: url(#ssd-logo-gradient); stroke-width: 3; }
.ssd-final-cta h2 { margin: 0; color: #f1f5f4; font-size: 34px; font-weight: 650; letter-spacing: -1.2px; line-height: 1.08; }
.ssd-final-cta__inner > div:last-child { display: flex; gap: 22px; }
.ssd-final-cta .ssd-btn { min-height: 49px; }

/* Footer */
.ssd-footer { padding: 26px 0 17px; background: #020708; }
.ssd-footer__grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 44px; padding-bottom: 28px; }
.ssd-footer .ssd-brand__mark { width: 28px; height: 28px; fill: none; stroke: var(--ssd-lime); stroke-width: 2.5; }
.ssd-footer .ssd-brand > span { font-size: 14px; }
.ssd-footer__brand p { max-width: 285px; margin: 8px 0 13px; color: #aeb8b9; font-size: 11px; line-height: 1.55; }
.ssd-socials { display: flex; gap: 8px; }
.ssd-socials a { display: flex; width: 26px; height: 26px; align-items: center; justify-content: center; border: 1px solid #253235; border-radius: 50%; color: #9ba7a8; font-size: 11px; }
.ssd-socials a:hover { border-color: var(--ssd-lime); color: var(--ssd-lime); }
.ssd-footer__grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 5px; padding-left: 27px; border-left: 1px solid rgba(122,148,151,.17); }
.ssd-footer h3 { margin: 0 0 4px; color: #e3e9e8; font-size: 12px; font-weight: 600; }
.ssd-footer__grid > div:not(:first-child) a { color: #a8b3b4; font-size: 11px; line-height: 1.55; }
.ssd-footer__grid > div:not(:first-child) a:hover { color: var(--ssd-lime); }
.ssd-footer__bottom { display: flex; min-height: 48px; align-items: flex-end; justify-content: space-between; border-top: 1px solid rgba(121,146,149,.15); color: #98a5a6; font-size: 10px; }
.ssd-footer__bottom > div { display: flex; align-items: center; gap: 16px; }
.ssd-footer__bottom button { display: inline-flex; min-height: 30px; align-items: center; justify-content: center; padding: 0; border: 0; background: none; color: #a6b1b2; font-size: 10px; line-height: 1.2; cursor: pointer; }
.ssd-footer__bottom button span { margin-left: 8px; }
.ssd-footer__bottom i { width: 1px; height: 16px; background: rgba(122,148,151,.18); }

/* Tablet */
@media (max-width: 1120px) {
    .ssd-wrap { width: min(100% - 36px, 980px); }
    .ssd-nav__links,
    .ssd-nav__actions { display: none; }
    .ssd-mobile-nav { display: block; position: relative; }
    .ssd-mobile-nav summary { display: flex; width: 42px; height: 42px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid #283638; border-radius: 7px; list-style: none; cursor: pointer; }
    .ssd-mobile-nav summary::-webkit-details-marker { display: none; }
    .ssd-mobile-nav summary span { width: 19px; height: 1px; background: #e2e8e7; }
    .ssd-mobile-nav > div { position: absolute; z-index: 20; top: 49px; right: 0; display: grid; width: min(310px, calc(100vw - 36px)); padding: 18px; border: 1px solid #263437; border-radius: 9px; background: rgba(5,13,15,.98); box-shadow: 0 20px 45px rgba(0,0,0,.58); }
    .ssd-mobile-nav > div > a:not(.ssd-btn) { padding: 12px 4px; border-bottom: 1px solid rgba(126,150,153,.12); color: #dce2e1; font-size: 14px; }
    .ssd-mobile-locale { display: flex; min-height: 44px; align-items: center; margin-top: 8px; padding: 0 4px; border: 0; border-bottom: 1px solid rgba(126,150,153,.12); background: transparent; color: #dce2e1; font-size: 14px; text-align: left; }
    .ssd-mobile-nav .ssd-btn { margin-top: 15px; }
    .ssd-server { left: -70px; transform: scale(.88); transform-origin: center; }
    .ssd-tech-badge { right: 0; transform: scale(.9); transform-origin: right center; }
    .ssd-cpanel-art svg,
    .ssd-support-art svg { right: -90px; transform: scale(.88); }
    .ssd-final-cta__inner { grid-template-columns: 90px 1fr auto; gap: 15px; padding: 20px 25px; }
    .ssd-final-cta h2 { font-size: 30px; }
    .ssd-final-cta__inner > div:last-child { gap: 12px; }
    .ssd-final-cta .ssd-btn { gap: 20px; padding-inline: 18px; }
}

@media (max-width: 900px) {
    .ssd-nav__links,
    .ssd-nav__actions { display: none; }
    .ssd-mobile-nav { display: block; position: relative; }
    .ssd-mobile-nav summary { display: flex; width: 42px; height: 42px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid #283638; border-radius: 7px; list-style: none; cursor: pointer; }
    .ssd-mobile-nav summary::-webkit-details-marker { display: none; }
    .ssd-mobile-nav summary span { width: 19px; height: 1px; background: #e2e8e7; }
    .ssd-mobile-nav > div { position: absolute; top: 49px; right: 0; display: grid; width: min(310px, calc(100vw - 36px)); padding: 18px; border: 1px solid #263437; border-radius: 9px; background: rgba(5,13,15,.98); box-shadow: 0 20px 45px rgba(0,0,0,.58); }
    .ssd-mobile-nav > div > a:not(.ssd-btn) { padding: 12px 4px; border-bottom: 1px solid rgba(126,150,153,.12); color: #dce2e1; font-size: 14px; }
    .ssd-mobile-locale { display: flex; min-height: 44px; align-items: center; margin-top: 8px; padding: 0 4px; border: 0; border-bottom: 1px solid rgba(126,150,153,.12); background: transparent; color: #dce2e1; font-size: 14px; text-align: left; }
    .ssd-mobile-nav .ssd-btn { margin-top: 15px; }
    .ssd-hero { padding-top: 55px; }
    .ssd-hero__main { grid-template-columns: minmax(0, 1fr); }
    .ssd-hero__copy { max-width: 680px; }
    .ssd-server-scene { width: 600px; max-width: 100%; margin: 20px auto 0; }
    .ssd-server { left: 0; }
    .ssd-domain-card { grid-template-columns: 58px 1fr; }
    .ssd-domain-card__body { padding-right: 0; }
    .ssd-domain-transfer { position: static; width: auto !important; min-width: 0 !important; grid-column: 1 / -1; justify-self: start; justify-content: flex-start; margin-top: 2px !important; }
    .ssd-trust-row { margin-top: 14px; }
    .ssd-solution-grid { grid-template-columns: 1fr; }
    .ssd-solution-card { min-height: 0; }
    .ssd-performance__grid,
    .ssd-support__grid { grid-template-columns: 1fr; }
    .ssd-cpanel-art,
    .ssd-support-art { width: 590px; max-width: 100%; margin: 20px auto 0; }
    .ssd-cpanel-art svg,
    .ssd-support-art svg { right: 0; transform: none; }
    .ssd-migration__inner { grid-template-columns: 1fr; gap: 55px; }
    .ssd-migration__copy { text-align: center; }
    .ssd-final-cta__inner { grid-template-columns: 90px 1fr; padding: 25px; }
    .ssd-final-cta__inner > div:last-child { grid-column: 1 / -1; justify-content: center; }
}

/* Mobile */
@media (max-width: 640px) {
    .ssd-wrap { width: calc(100% - 28px); }
    .ssd-nav { height: 70px; }
    .ssd-brand__mark { width: 30px; height: 30px; }
    .ssd-brand > span { font-size: 16px; }
    .ssd-hero { min-height: 0; padding-top: 46px; }
    .ssd-hero__grid { top: 290px; right: -22%; width: 130%; height: 330px; }
    .ssd-kicker,
    .ssd-eyebrow { font-size: 9px; letter-spacing: 1.7px; }
    .ssd-hero__main { min-width: 0; }
    .ssd-hero__copy { width: 100%; min-width: 0; max-width: 100%; }
    .ssd-server-scene { width: 100%; max-width: 100%; }
    .ssd-hero h1 { max-width: 100%; margin-top: 15px; overflow-wrap: anywhere; font-size: clamp(37px, 11vw, 48px); letter-spacing: -2px; }
    .ssd-hero h1 em { display: inline; }
    .ssd-hero__copy > p { font-size: 16px; }
    .ssd-desktop-only { display: none; }
    .ssd-hero__actions { display: grid; grid-template-columns: 1fr; gap: 11px; }
    .ssd-server-scene { height: 410px; margin-top: 2px; transform: scale(.82); transform-origin: top center; }
    .ssd-server { left: 50%; transform: translateX(-50%); }
    .ssd-tech-badge { right: -35px; }
    .ssd-tech-badge--nvme { top: 75px; }
    .ssd-tech-badge--cp { top: 172px; }
    .ssd-tech-badge--ssl { top: 269px; }
    .ssd-domain-card { width: calc(100% - 28px); grid-template-columns: 1fr; gap: 14px; padding: 20px; }
    .ssd-domain-card__icon { display: none; }
    .ssd-domain-form { display: grid; gap: 10px; }
    .ssd-domain-form .ssd-btn { width: 100%; }
    .ssd-domain-transfer { grid-column: 1; justify-self: start; }
    .ssd-trust-row { height: auto; grid-template-columns: 1fr; padding: 18px 0; }
    .ssd-trust-row > div { min-height: 48px; justify-content: flex-start; padding-left: 36px; }
    .ssd-trust-row > div + div { border-top: 1px solid rgba(123,146,149,.17); border-left: 0; }
    .ssd-section { padding: 55px 0; }
    .ssd-section h2,
    .ssd-migration h2,
    .ssd-support h2 { font-size: 30px; }
    .ssd-solution-grid { gap: 16px; }
    .ssd-solution-card { padding: 24px 22px 19px; }
    .ssd-solution-card__title { gap: 16px; }
    .ssd-solution-card__title > span { width: 54px; height: 54px; }
    .ssd-performance { padding-bottom: 0; }
    .ssd-feature-list p br { display: none; }
    .ssd-cpanel-art { height: 335px; transform: scale(.82); transform-origin: top center; }
    .ssd-migration { padding: 48px 0; }
    .ssd-migration__steps { grid-template-columns: 1fr; gap: 26px; }
    .ssd-migration__steps article { min-height: 120px; padding-top: 64px; }
    .ssd-migration__steps article::before,
    .ssd-migration__steps article::after { display: none; }
    .ssd-support { padding-bottom: 0; }
    .ssd-support-art { height: 325px; transform: scale(.78); transform-origin: top center; }
    .ssd-faq { padding: 30px 0; }
    .ssd-faq__grid { grid-template-columns: 1fr; gap: 9px; }
    .ssd-final-cta { padding: 0 14px; }
    .ssd-final-cta__inner { width: 100%; grid-template-columns: 1fr; text-align: center; }
    .ssd-final-cta__brand { display: flex; justify-content: center; }
    .ssd-final-cta__inner > div:last-child { display: grid; width: 100%; grid-column: 1; gap: 10px; }
    .ssd-footer { padding-top: 40px; }
    .ssd-footer__grid { grid-template-columns: 1fr 1fr; gap: 30px 18px; }
    .ssd-footer__brand { grid-column: 1 / -1; }
    .ssd-footer__grid > div:not(:first-child) { padding-left: 0; border-left: 0; }
    .ssd-footer__bottom { min-height: 82px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
    .ssd-neon *, .ssd-neon *::before, .ssd-neon *::after { scroll-behavior: auto !important; transition: none !important; }
}


/* 2026-07-14 mobile layout integrity */
@media (max-width: 640px) {
    .ssd-server-scene {
        overflow: hidden;
    }
    .ssd-tech-badge,
    .ssd-tech-badge--cp,
    .ssd-tech-badge--ssl {
        right: 0;
    }
    .ssd-performance__grid,
    .ssd-support__grid {
        min-width: 0;
        grid-template-columns: minmax(0, 1fr);
    }
    .ssd-performance__grid > *,
    .ssd-support__grid > * {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }
    .ssd-cpanel-art,
    .ssd-support-art {
        width: 100%;
        margin-inline: 0;
        overflow: hidden;
        transform: none;
    }
    .ssd-cpanel-art {
        height: 310px;
    }
    .ssd-cpanel-art svg {
        top: 0;
        right: 50%;
        width: min(480px, 132vw);
        max-width: none;
        height: auto;
        transform: translateX(50%);
    }
    .ssd-support-art {
        height: 310px;
    }
    .ssd-support-art svg {
        top: 0;
        right: 50%;
        width: min(470px, 130vw);
        max-width: none;
        height: auto;
        transform: translateX(50%);
    }
}


/* 2026-07-14 mobile artwork sizing */
@media (max-width: 640px) {
    .ssd-cpanel-art svg,
    .ssd-support-art svg {
        right: 0;
        width: 100%;
        max-width: 100%;
        height: auto;
        transform: none;
        filter: none;
    }
}


/* 2026-07-14 mobile hero rendering */
@media (max-width: 640px) {
    .ssd-server-scene {
        overflow: visible;
    }
    .ssd-tech-badge,
    .ssd-tech-badge--cp,
    .ssd-tech-badge--ssl {
        right: -35px;
    }
}
