html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #f5f7fa;
    color: #172033;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

img {
    display: block;
    max-width: 100%;
}

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

h1 {
    max-width: 850px;
    color: #ffffff;
    font-size: clamp(3rem, 5.7vw, 6.2rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 0.94;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

h2 {
    color: #111827;
    font-size: clamp(2rem, 3.7vw, 3.35rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

h3 {
    color: #111827;
    font-size: 1.16rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.22;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

h1:focus,
h2:focus,
h3:focus {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.nc-site {
    min-height: 100vh;
    background: #f5f7fa;
}

.nc-container {
    width: min(1200px, calc(100% - 32px));
    margin-inline: auto;
}

.nc-narrow {
    max-width: 760px;
}

.nc-topbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: #0b1220;
    color: rgba(226, 232, 240, 0.74);
}

.nc-topbar-inner {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-block: 9px;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nc-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(11, 18, 32, 0.94);
    backdrop-filter: blur(18px);
}

.nc-nav-bar {
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 76px;
}

.nc-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.nc-brand-mark {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    background: #ffffff;
    color: #0b1220;
    font-size: 1.1rem;
    font-weight: 950;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.nc-brand-name,
.nc-footer-brand {
    display: block;
    color: #f8fafc;
    font-size: 1rem;
    font-weight: 950;
}

.nc-brand-kicker {
    display: block;
    margin-top: 2px;
    color: #9fb0c5;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.nc-desktop-links {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
    color: #c8d2df;
    font-size: 0.92rem;
    font-weight: 820;
}

.nc-desktop-links a:hover,
.nc-text-link:hover {
    color: #0f766e;
}

.nc-nav .nc-desktop-links a:hover {
    color: #ffffff;
}

.nc-desktop-action {
    margin-left: 2px;
}

.nc-menu-button {
    display: none;
    width: 42px;
    height: 42px;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    color: #f8fafc;
}

.nc-menu-icon,
.nc-menu-icon::before,
.nc-menu-icon::after {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.nc-menu-icon {
    position: relative;
}

.nc-menu-icon::before,
.nc-menu-icon::after {
    content: "";
    position: absolute;
    left: 0;
}

.nc-menu-icon::before {
    top: -6px;
}

.nc-menu-icon::after {
    top: 6px;
}

.nc-mobile-menu {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #0a111d;
}

.nc-mobile-links {
    display: grid;
    gap: 4px;
    padding-block: 12px 16px;
    font-weight: 850;
}

.nc-mobile-links a {
    border-radius: 8px;
    padding: 12px;
    color: #cbd5e1;
}

.nc-mobile-links a:hover,
.nc-mobile-cta {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.nc-section {
    padding-block: 86px;
}

.nc-hero {
    position: relative;
    overflow: hidden;
    padding-block: 92px 96px;
    background: #0b1220;
}

.nc-page-hero {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.nc-page-hero h1 {
    color: #111827;
}

.nc-hero-grid,
.nc-two-column {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 48px;
    align-items: center;
}

.nc-hero-copy {
    padding-block: 20px;
}

.nc-lede {
    max-width: 680px;
    margin-top: 22px;
    color: #536173;
    font-size: 1.08rem;
    line-height: 1.75;
}

.nc-hero .nc-lede,
.nc-ink .nc-muted,
.nc-cta p {
    color: rgba(226, 232, 240, 0.78);
}

.nc-muted {
    color: #5c6878;
    line-height: 1.72;
}

.nc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.nc-link-button {
    display: inline-flex;
}

.nc-button {
    min-height: 44px;
    border: 0;
    border-radius: 8px;
    padding: 0 18px;
    font-weight: 900;
}

.nc-button-primary {
    background: #2563eb;
    color: #ffffff;
    box-shadow: none;
}

.nc-button-primary:hover {
    background: #1d4ed8;
}

.nc-button-secondary {
    border: 1px solid rgba(15, 23, 42, 0.14);
    background: #ffffff;
    color: #101827;
}

.nc-button-secondary:hover {
    background: #eef3f8;
}

.nc-button-on-dark {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: #f8fafc;
}

.nc-button-dark {
    background: #101827;
    color: #ffffff;
}

.nc-button-light {
    background: #ffffff;
    color: #101827;
}

.nc-button-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: transparent;
    color: #ffffff;
}

.nc-badge {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    border: 0;
    border-radius: 8px;
    background: #e8efff;
    color: #1d4ed8;
    padding: 6px 10px;
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.nc-badge-dark {
    border: 0;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.nc-hero-kpis {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 34px;
}

.nc-hero-kpis span {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
    color: #cbd5e1;
    padding: 9px 12px;
    font-size: 0.78rem;
    font-weight: 850;
}

.nc-hero-panel,
.nc-card {
    border: 1px solid #d9e2ef;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: none;
}

.nc-console-card {
    border-color: rgba(255, 255, 255, 0.14);
    background: #111827;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.nc-hero-panel {
    overflow: hidden;
}

.nc-panel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px;
    color: #cbd5e1;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nc-live-dot {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #bfdbfe;
}

.nc-live-dot::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 7px rgba(34, 197, 94, 0.12);
}

.nc-platform-visual {
    width: 100%;
    min-height: 390px;
    object-fit: cover;
    background: #0b1220;
}

.nc-console-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
}

.nc-console-metrics div {
    background: #111827;
    padding: 18px;
}

.nc-console-metrics strong {
    display: block;
    color: #f8fafc;
    font-size: 1.35rem;
    font-weight: 950;
}

.nc-console-metrics span {
    display: block;
    margin-top: 4px;
    color: #94a3b8;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nc-trust-strip {
    margin-top: -28px;
    position: relative;
    z-index: 2;
    padding-bottom: 62px;
}

.nc-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid #d9e2ef;
    border-radius: 8px;
    background: #d9e2ef;
    box-shadow: none;
}

.nc-stats div {
    background: #ffffff;
    padding: 24px;
}

.nc-stats strong {
    display: block;
    color: #101827;
    font-size: clamp(1.85rem, 3vw, 2.75rem);
    font-weight: 950;
    line-height: 1;
}

.nc-stats span {
    display: block;
    margin-top: 8px;
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nc-soft {
    background: #ffffff;
}

.nc-ink {
    background: #111827;
    color: #dbeafe;
}

.nc-ink h2,
.nc-ink h3 {
    color: #ffffff;
}

.nc-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
}

.nc-section-heading h2 {
    margin-top: 14px;
}

.nc-section-heading .nc-muted {
    max-width: 520px;
}

.nc-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.nc-card-grid-four {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.nc-card {
    overflow: hidden;
}

.nc-card:hover,
.nc-plan-card:hover,
.nc-quote-card:hover {
    transform: none;
}

.nc-card,
.nc-plan-card,
.nc-quote-card {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.nc-card-pad,
.nc-card .nc-card-pad {
    padding: 22px;
}

.nc-card-pad h3,
.nc-plan-card h3,
.nc-tab-panel h3 {
    margin-top: 14px;
}

.nc-card-pad p,
.nc-plan-card p,
.nc-tab-panel p {
    margin-top: 10px;
}

.nc-card-image {
    height: 210px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: #eef3f8;
}

.nc-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nc-rack {
    display: grid;
    gap: 10px;
    margin-top: 28px;
    max-width: 520px;
}

.nc-rack-row {
    display: grid;
    grid-template-columns: 12px 1fr auto;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    padding: 13px 14px;
}

.nc-rack-row span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #22c55e;
}

.nc-rack-row strong {
    color: #f8fafc;
    font-size: 0.92rem;
}

.nc-rack-row em {
    color: #bfdbfe;
    font-size: 0.76rem;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nc-plan-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    border: 1px solid #d9e2ef;
    border-radius: 8px;
    background: #ffffff;
    padding: 25px;
    box-shadow: none;
}

.nc-plan-card.featured {
    border-color: #2563eb;
    background: #f8fbff;
    box-shadow: none;
}

.nc-price {
    display: flex;
    align-items: end;
    gap: 4px;
    margin-top: 18px;
    color: #101827;
}

.nc-price strong {
    font-size: 3rem;
    font-weight: 950;
    line-height: 0.9;
}

.nc-price span {
    color: #64748b;
    font-weight: 850;
}

.nc-feature-list {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.nc-feature-list li {
    display: flex;
    gap: 10px;
    color: #334155;
    line-height: 1.45;
}

.nc-feature-list li::before {
    content: "";
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    margin-top: 7px;
    border-radius: 999px;
    background: #2563eb;
}

.nc-plan-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.nc-plan-meta div {
    border: 1px solid #d9e2ef;
    border-radius: 8px;
    background: #eef3f8;
    padding: 12px;
}

.nc-plan-meta span {
    display: block;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nc-plan-meta strong {
    display: block;
    margin-top: 5px;
    color: #101827;
    font-size: 0.9rem;
}

.nc-tabs-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 8px;
    background: #ffffff;
    padding: 8px;
}

.nc-tab {
    border-radius: 8px;
    padding: 13px 14px;
    color: #536376;
    font-weight: 900;
}

.nc-tab[data-state="active"] {
    background: #111827;
    color: #ffffff;
}

.nc-tab-panel {
    margin-top: 16px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 8px;
    background: #ffffff;
    padding: 24px;
}

.nc-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
}

.nc-process-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 24px;
}

.nc-process-number {
    color: #93c5fd;
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.1em;
}

.nc-quote-grid,
.nc-team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.nc-quote-card {
    border: 1px solid #d9e2ef;
    border-radius: 8px;
    background: #ffffff;
    padding: 24px;
    box-shadow: none;
}

.nc-person {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
}

.nc-avatar {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 8px;
    background: #111827;
    color: #bfdbfe;
    font-weight: 950;
}

.nc-avatar-fallback {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
}

.nc-person strong {
    display: block;
    color: #101827;
}

.nc-person span {
    color: #64748b;
    font-size: 0.83rem;
}

.nc-form-card {
    border: 1px solid #d9e2ef;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: none;
}

.nc-form-card > div {
    padding: 22px;
}

.nc-form-card > div + div {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.nc-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.nc-field-group {
    display: grid;
    gap: 8px;
}

.nc-label {
    color: #334155;
    font-size: 0.82rem;
    font-weight: 900;
}

.nc-field {
    width: 100%;
    min-height: 44px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 8px;
    background: #ffffff;
    color: #101827;
    padding-inline: 12px;
}

.nc-full {
    width: 100%;
}

.nc-centered {
    text-align: center;
}

.nc-centered h1,
.nc-centered h2,
.nc-centered .nc-lede,
.nc-centered .nc-muted {
    margin-inline: auto;
}

.nc-cta {
    background: #0b1220;
    color: #ffffff;
}

.nc-cta h2 {
    color: #ffffff;
}

.nc-cta p {
    max-width: 620px;
    margin: 18px auto 0;
    line-height: 1.7;
}

.nc-center-actions {
    justify-content: center;
}

.nc-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #0b1220;
    color: rgba(226, 232, 240, 0.72);
    padding-block: 48px;
}

.nc-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.75fr 0.75fr 0.85fr;
    gap: 34px;
}

.nc-footer-copy {
    max-width: 390px;
    margin-top: 14px;
    line-height: 1.75;
}

.nc-footer-heading {
    color: rgba(226, 232, 240, 0.46);
    font-size: 0.76rem;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nc-footer a,
.nc-footer span {
    display: block;
    margin-top: 10px;
}

.nc-footer a:hover {
    color: #bfdbfe;
}

.nc-accordion {
    display: grid;
    gap: 10px;
}

.nc-accordion-item {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 8px;
    background: #ffffff;
}

.nc-accordion-trigger {
    width: 100%;
    border: 0;
    background: #ffffff;
    color: #101827;
    padding: 18px 20px;
    text-align: left;
    font: inherit;
    font-weight: 900;
}

.nc-accordion-trigger:hover {
    background: #eef3f8;
}

.nc-accordion-content {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    padding: 0 20px 18px;
    color: #5c6878;
    line-height: 1.72;
}

.nc-accordion-content[data-state="closed"] {
    display: none;
}

@media (max-width: 980px) {
    .nc-desktop-links,
    .nc-desktop-action {
        display: none;
    }

    .nc-menu-button {
        display: inline-flex;
    }

    .nc-mobile-menu:not([data-state="closed"]) {
        display: block;
    }

    .nc-hero-grid,
    .nc-two-column,
    .nc-footer-grid {
        grid-template-columns: 1fr;
    }

    .nc-card-grid,
    .nc-card-grid-four,
    .nc-quote-grid,
    .nc-team-grid,
    .nc-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nc-stats,
    .nc-console-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .nc-container {
        width: min(100% - 24px, 1200px);
    }

    .nc-topbar-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .nc-section,
    .nc-hero {
        padding-block: 62px;
    }

    .nc-section-heading {
        align-items: start;
        flex-direction: column;
    }

    .nc-actions,
    .nc-link-button {
        width: 100%;
    }

    .nc-button {
        width: 100%;
    }

    .nc-card-grid,
    .nc-card-grid-four,
    .nc-quote-grid,
    .nc-team-grid,
    .nc-process,
    .nc-stats,
    .nc-form-grid,
    .nc-plan-meta,
    .nc-tabs-list,
    .nc-console-metrics {
        grid-template-columns: 1fr;
    }

    .nc-platform-visual {
        min-height: 300px;
    }

    .nc-trust-strip {
        margin-top: 0;
        padding-top: 24px;
    }
}

/* Revised Nimbus layout: split hosting product interface, not centered landing stack. */
.nc-hero-product {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 54px;
    align-items: center;
}

.nc-hero-product .nc-hero-copy {
    text-align: left;
}

.nc-hero-product h1,
.nc-hero-product .nc-lede {
    margin-inline: 0;
}

.nc-domain-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    margin-top: 32px;
    border: 0;
    border-radius: 8px;
    background: #ffffff;
    padding: 10px;
    box-shadow: 0 20px 50px rgba(38, 17, 105, 0.18);
}

.nc-domain-input {
    display: flex;
    min-width: 0;
    align-items: center;
    border-radius: 8px;
    background: #f4f0ff;
    padding: 15px 16px;
    color: #6b6384;
    font-size: 1rem;
}

.nc-domain-input strong {
    color: #1f1346;
    font-weight: 950;
}

.nc-domain-input em {
    color: #673de6;
    font-style: normal;
    font-weight: 950;
}

.nc-hero-product .nc-hero-kpis {
    justify-content: flex-start;
}

.nc-product-panel {
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(38, 17, 105, 0.24);
}

.nc-product-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #ebe6ff;
    padding: 18px;
}

.nc-product-head span {
    display: block;
    color: #6b6384;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nc-product-head strong {
    display: block;
    margin-top: 4px;
    color: #1f1346;
    font-size: 1.35rem;
    font-weight: 950;
}

.nc-product-screen {
    padding: 18px;
    background: #f4f0ff;
}

.nc-product-screen img {
    width: 100%;
    min-height: 330px;
    border-radius: 8px;
    object-fit: cover;
    background: #ffffff;
}

.nc-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: #ebe6ff;
}

.nc-product-grid div {
    background: #ffffff;
    padding: 18px;
}

.nc-product-grid strong {
    display: block;
    color: #673de6;
    font-size: 1.45rem;
    font-weight: 950;
}

.nc-product-grid span {
    display: block;
    margin-top: 4px;
    color: #6b6384;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nc-feature-rows {
    display: grid;
    gap: 18px;
}

.nc-feature-row {
    display: grid;
    grid-template-columns: 230px 1fr;
    overflow: hidden;
    border: 1px solid #ebe6ff;
    border-radius: 8px;
    background: #ffffff;
}

.nc-feature-row .nc-card-image {
    height: 100%;
    min-height: 180px;
    border-bottom: 0;
    border-right: 1px solid #ebe6ff;
}

.nc-pricing-table {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    border: 1px solid #ded4ff;
    border-radius: 8px;
    background: #ded4ff;
}

.nc-pricing-table .nc-plan-card {
    border: 0;
    border-radius: 0;
}

.nc-pricing-table .nc-plan-card.featured {
    position: relative;
    z-index: 1;
    border-inline: 2px solid #673de6;
}

@media (max-width: 980px) {
    .nc-hero-product {
        grid-template-columns: 1fr;
    }

    .nc-domain-card,
    .nc-pricing-table,
    .nc-feature-row {
        grid-template-columns: 1fr;
    }

    .nc-feature-row .nc-card-image {
        border-right: 0;
        border-bottom: 1px solid #ebe6ff;
    }

    .nc-pricing-table .nc-plan-card.featured {
        border-inline: 0;
        border-block: 2px solid #673de6;
    }
}

@media (max-width: 640px) {
    .nc-domain-card {
        gap: 10px;
    }

    .nc-domain-input {
        font-size: 0.92rem;
    }

    .nc-product-grid {
        grid-template-columns: 1fr;
    }
}

/* Purple hosting approval theme inspired by the provided reference. */
h1,
h2,
h3,
h1:focus,
h2:focus,
h3:focus {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

body,
.nc-site {
    background: #f5f5f8;
}

.nc-topbar {
    display: none;
}

.nc-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: #673de6;
}

.nc-nav-bar {
    min-height: 68px;
}

.nc-brand-mark {
    border: 0;
    background: #ffffff;
    color: #673de6;
    box-shadow: none;
}

.nc-brand-name,
.nc-footer-brand {
    color: #ffffff;
}

.nc-brand-kicker,
.nc-desktop-links {
    color: rgba(255, 255, 255, 0.82);
}

.nc-nav .nc-desktop-links a:hover {
    color: #ffffff;
}

.nc-hero {
    padding-block: 82px 44px;
    background:
        radial-gradient(circle at 50% 105%, rgba(255, 255, 255, 0.8), transparent 30%),
        linear-gradient(180deg, #6d3ef2 0%, #673de6 58%, #7c4dff 100%);
}

.nc-hero h1 {
    margin-inline: auto;
    max-width: 880px;
    color: #ffffff;
    font-size: clamp(3rem, 6.2vw, 6rem);
    line-height: 0.96;
}

.nc-hero .nc-lede {
    max-width: 680px;
    margin-inline: auto;
    color: rgba(255, 255, 255, 0.86);
}

.nc-page-hero {
    background:
        radial-gradient(circle at 50% 0%, rgba(103, 61, 230, 0.12), transparent 38%),
        #ffffff;
}

.nc-page-hero h1 {
    color: #1f1346;
}

.nc-badge {
    background: #eee8ff;
    color: #673de6;
}

.nc-badge-dark {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.nc-button-primary {
    background: #ffffff;
    color: #673de6;
    box-shadow: none;
}

.nc-button-primary:hover {
    background: #f3efff;
}

.nc-nav .nc-button-primary,
.nc-plan-card .nc-button-primary,
.nc-form-card .nc-button-primary {
    background: #673de6;
    color: #ffffff;
}

.nc-nav .nc-button-primary:hover,
.nc-plan-card .nc-button-primary:hover,
.nc-form-card .nc-button-primary:hover {
    background: #5025d1;
}

.nc-button-on-dark {
    border-color: rgba(255, 255, 255, 0.42);
    background: transparent;
    color: #ffffff;
}

.nc-hero-kpis {
    justify-content: center;
}

.nc-hero-kpis span {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.nc-showcase {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.18fr) minmax(0, 0.72fr);
    align-items: end;
    gap: 22px;
    margin-top: 54px;
}

.nc-showcase-card {
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 64px rgba(38, 17, 105, 0.22);
}

.nc-showcase-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    background: #f3efff;
}

.nc-showcase-card > div:not(.nc-browser-bar) {
    padding: 16px;
}

.nc-showcase-card strong {
    display: block;
    color: #1f1346;
    font-size: 0.96rem;
}

.nc-showcase-card span {
    display: block;
    margin-top: 5px;
    color: #6b6384;
    font-size: 0.86rem;
    line-height: 1.5;
}

.nc-showcase-main {
    transform: translateY(18px);
}

.nc-showcase-main img {
    height: 310px;
}

.nc-browser-bar {
    display: flex;
    gap: 7px;
    border-bottom: 1px solid #ebe6ff;
    padding: 12px 14px;
    background: #ffffff;
}

.nc-browser-bar span {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #d7cdfb;
}

.nc-intro {
    padding-top: 92px;
}

.nc-mini-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.nc-mini-steps div {
    text-align: center;
}

.nc-mini-steps span {
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 8px;
    background: #eee8ff;
    color: #673de6;
    font-size: 0.78rem;
    font-weight: 950;
}

.nc-mini-steps h3 {
    margin-top: 14px;
    color: #1f1346;
}

.nc-mini-steps p {
    max-width: 300px;
    margin: 10px auto 0;
    color: #6b6384;
    line-height: 1.7;
}

.nc-dark-band {
    margin-top: 0;
    padding-block: 86px;
    background:
        radial-gradient(circle at 50% 110%, rgba(103, 61, 230, 0.55), transparent 42%),
        #120b2f;
}

.nc-section-heading-dark h2 {
    color: #ffffff;
}

.nc-section-heading-dark .nc-muted {
    color: rgba(255, 255, 255, 0.72);
}

.nc-dark-band .nc-stats {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.nc-dark-band .nc-stats div {
    border-radius: 8px;
    background: #673de6;
}

.nc-dark-band .nc-stats strong,
.nc-dark-band .nc-stats span {
    color: #ffffff;
}

.nc-section {
    background: #ffffff;
}

.nc-soft {
    background: #f5f5f8;
}

.nc-ink {
    background:
        radial-gradient(circle at 50% 0%, rgba(103, 61, 230, 0.45), transparent 34%),
        #120b2f;
}

.nc-ink h2,
.nc-ink h3,
.nc-cta h2 {
    color: #ffffff;
}

.nc-card,
.nc-plan-card,
.nc-quote-card,
.nc-form-card,
.nc-tab-panel,
.nc-tabs-list,
.nc-accordion-item {
    border-color: #ebe6ff;
    box-shadow: none;
}

.nc-card-image {
    border-bottom-color: #ebe6ff;
    background: #f3efff;
}

.nc-text-link {
    color: #673de6;
    font-weight: 900;
}

.nc-plan-card {
    padding: 28px;
}

.nc-plan-card.featured {
    border: 2px solid #673de6;
    background: #ffffff;
}

.nc-price {
    color: #1f1346;
}

.nc-feature-list li::before {
    background: #673de6;
}

.nc-tab[data-state="active"] {
    background: #673de6;
}

.nc-cta,
.nc-footer {
    background: #120b2f;
}

.nc-footer a:hover {
    color: #ffffff;
}

@media (max-width: 980px) {
    .nc-showcase {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .nc-showcase-main {
        order: -1;
        transform: none;
    }

    .nc-showcase-main img,
    .nc-showcase-card img {
        height: 260px;
    }

    .nc-mini-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .nc-hero {
        padding-block: 58px 32px;
    }

    .nc-showcase {
        margin-top: 36px;
    }

    .nc-showcase-main img,
    .nc-showcase-card img {
        height: 220px;
    }
}
