/* NameTowne custom client theme — WHMCS 9 / Nexus */
:root {
    --nt-ink: #14112f;
    --nt-navy: #110d3b;
    --nt-navy-2: #171247;
    --nt-purple: #5914a8;
    --nt-purple-2: #7a2ce0;
    --nt-blue: #4865e8;
    --nt-mint: #68dcb1;
    --nt-text: #4b4a62;
    --nt-muted: #78778d;
    --nt-line: #e8e7f1;
    --nt-soft: #f7f6fb;
    --nt-white: #fff;
    --nt-radius: 18px;
    --nt-shadow: 0 22px 55px rgba(20, 17, 47, .11);
}

/* Client dashboard 2.0: a branded account command center */
body.nt-page-clientareahome .nt-dashboard-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    min-height: 220px;
    margin: -8px 0 30px;
    padding: 38px 40px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 26px;
    background:
        radial-gradient(circle at 91% 12%, rgba(122, 44, 224, .68), transparent 33%),
        radial-gradient(circle at 8% 105%, rgba(109, 220, 177, .2), transparent 31%),
        linear-gradient(135deg, #0f0a38 0%, #1c1055 58%, #351078 100%);
    box-shadow: 0 24px 60px rgba(24, 10, 73, .2);
}
body.nt-page-clientareahome .nt-dashboard-hero::before,
body.nt-page-clientareahome .nt-dashboard-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
}
body.nt-page-clientareahome .nt-dashboard-hero::before { width: 240px; height: 240px; top: -148px; right: -42px; }
body.nt-page-clientareahome .nt-dashboard-hero::after { width: 155px; height: 155px; top: -98px; right: 1px; }
.nt-dashboard-welcome { position: relative; z-index: 1; display: flex; align-items: center; gap: 20px; }
.nt-dashboard-avatar {
    display: inline-flex;
    flex: 0 0 64px;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 21px;
    color: #0e2b35;
    background: linear-gradient(135deg, #7be5c0, #52cba7);
    box-shadow: 0 14px 30px rgba(72, 211, 171, .2);
    font-size: 23px;
}
body.nt-page-clientareahome .nt-dashboard-hero h1 { margin: 10px 0 7px; font-size: clamp(31px, 3vw, 43px); line-height: 1.03; letter-spacing: -.045em; }
body.nt-page-clientareahome .nt-dashboard-hero p { max-width: 570px; color: rgba(255, 255, 255, .74); font-size: 14px; }
.nt-dashboard-hero-side { position: relative; z-index: 1; display: flex; align-items: flex-end; flex-direction: column; gap: 18px; }
.nt-dashboard-status { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: rgba(255,255,255,.82); background: rgba(255,255,255,.07); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.nt-dashboard-status span { width: 8px; height: 8px; border-radius: 50%; background: var(--nt-mint); box-shadow: 0 0 0 5px rgba(109,220,177,.12); }
body.nt-page-clientareahome .nt-dashboard-actions .btn { min-width: 142px; padding: 13px 17px; border-radius: 13px; font-size: 12px; font-weight: 800; }

.nt-dashboard-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin: 0 2px 15px; }
.nt-dashboard-section-heading span { color: #7841c5; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.nt-dashboard-section-heading h2 { margin: 5px 0 0; color: var(--nt-navy); font-size: 24px; font-weight: 850; letter-spacing: -.035em; }
.nt-dashboard-section-heading > a { display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid #e5dcf3; border-radius: 11px; color: #5e4c7a; background: #fff; font-size: 11px; font-weight: 800; }
.nt-dashboard-section-heading > a:hover { color: var(--nt-purple); border-color: #cab6e8; text-decoration: none; transform: translateY(-1px); }

body.nt-page-clientareahome .tiles { overflow: visible; border-radius: 0; box-shadow: none; }
body.nt-page-clientareahome .tiles .row { margin: 0 -6px; }
body.nt-page-clientareahome .tiles [class*="col-"] { padding: 0 6px; }
body.nt-page-clientareahome .tile.nt-dashboard-stat {
    position: relative;
    display: flex;
    min-height: 126px;
    align-items: center;
    gap: 13px;
    padding: 21px 17px;
    overflow: hidden;
    border: 1px solid #ebe6f4;
    border-radius: 20px;
    background: linear-gradient(145deg, #fff, #fbf9ff);
    box-shadow: 0 13px 34px rgba(31, 17, 74, .07);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
body.nt-page-clientareahome .tile.nt-dashboard-stat:hover { border-color: #d9c9ee; background: #fff; box-shadow: 0 19px 42px rgba(31, 17, 74, .12); transform: translateY(-4px); }
.nt-dashboard-stat .nt-stat-icon { display: inline-flex; flex: 0 0 45px; align-items: center; justify-content: center; width: 45px; height: 45px; border-radius: 15px; color: #6b27ca; background: #f1e8fc; font-size: 18px; }
.nt-dashboard-stat.nt-stat-domains .nt-stat-icon { color: #087f79; background: #e0f8f0; }
.nt-dashboard-stat.nt-stat-tickets .nt-stat-icon { color: #bc4878; background: #fff0f5; }
.nt-dashboard-stat.nt-stat-invoices .nt-stat-icon { color: #965f06; background: #fff7dc; }
.nt-dashboard-stat .nt-stat-copy { min-width: 0; flex: 1; }
body.nt-page-clientareahome .tile.nt-dashboard-stat .stat { color: var(--nt-navy); font-size: 30px; line-height: 1; letter-spacing: -.04em; }
body.nt-page-clientareahome .tile.nt-dashboard-stat .title { margin-top: 6px; color: #736886; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.nt-dashboard-stat .nt-stat-arrow { display: inline-flex; flex: 0 0 26px; align-items: center; justify-content: center; width: 26px; height: 26px; border: 1px solid #e7dff2; border-radius: 50%; color: #9b8aaa; font-size: 9px; transition: .2s ease; }
.nt-dashboard-stat:hover .nt-stat-arrow { color: #fff; border-color: var(--nt-purple); background: var(--nt-purple); transform: translateX(2px); }
body.nt-page-clientareahome .tile.nt-dashboard-stat .highlight { right: 17px; bottom: 0; left: 17px; width: auto; height: 3px; border-radius: 4px 4px 0 0; }

.nt-dashboard-launchpad { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 2px 0 28px; }
.nt-dashboard-launchpad > a { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; gap: 12px; min-height: 78px; padding: 15px; border: 1px solid #e8e2f0; border-radius: 17px; color: var(--nt-navy); background: rgba(255,255,255,.88); box-shadow: 0 10px 26px rgba(30,17,68,.055); transition: .22s ease; }
.nt-dashboard-launchpad > a:hover { color: var(--nt-navy); border-color: #cfb9e9; background: #fff; box-shadow: 0 16px 32px rgba(30,17,68,.1); text-decoration: none; transform: translateY(-3px); }
.nt-dashboard-launchpad > a > span { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, #24145d, #7a2ce0); box-shadow: 0 8px 18px rgba(89,36,177,.2); }
.nt-dashboard-launchpad > a:nth-child(even) > span { color: #12342f; background: linear-gradient(135deg, #66dcb6, #96eccf); box-shadow: 0 8px 18px rgba(74,198,161,.18); }
.nt-dashboard-launchpad strong, .nt-dashboard-launchpad small { display: block; }
.nt-dashboard-launchpad strong { margin-bottom: 3px; font-size: 12px; }
.nt-dashboard-launchpad small { overflow: hidden; color: #8a8098; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.nt-dashboard-launchpad > a > i { color: #b4a8c4; font-size: 10px; }

body.nt-page-clientareahome .client-home-cards { margin-top: 6px; }
body.nt-page-clientareahome .client-home-cards .card,
body.nt-page-clientareahome .card.mc-promo-login,
body.nt-page-clientareahome .card.mc-promo-manage { margin-bottom: 18px; border: 0 !important; border-radius: 20px !important; background: #fff; box-shadow: 0 15px 40px rgba(31, 17, 73, .085) !important; }
body.nt-page-clientareahome .client-home-cards .card-header { min-height: 60px; padding: 17px 19px; border: 0; background: linear-gradient(135deg, #fdfcff, #f7f3fd); }
body.nt-page-clientareahome .client-home-cards .card-title { color: var(--nt-navy); font-size: 14px; font-weight: 850; letter-spacing: -.015em; }
body.nt-page-clientareahome .client-home-cards .card-title > i { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; margin-right: 5px; border-radius: 10px; color: #6d28c9; background: #efe5fb; }
body.nt-page-clientareahome .client-home-cards .card-header .btn { padding: 8px 11px; border: 1px solid #e2d8ef; border-radius: 10px; color: #655579; background: #fff; font-size: 10px; font-weight: 800; }
body.nt-page-clientareahome .client-home-cards .card-body { padding: 20px; color: #6f667e; }
body.nt-page-clientareahome .client-home-cards .list-group-item { padding: 13px 18px; border-color: #f0ebf5; color: #524764; font-size: 11px; }
body.nt-page-clientareahome .client-home-cards .list-group-item:hover { color: var(--nt-purple); background: #faf7ff; }
body.nt-page-clientareahome .client-home-cards .card-footer { padding: 11px 18px; border-top: 1px solid #f0ebf5; background: #fcfbfe; }
body.nt-page-clientareahome h2:has(+ .mc-promo-login),
body.nt-page-clientareahome h2:has(+ .mc-promo-manage) { color: var(--nt-navy); font-size: 23px; font-weight: 850; letter-spacing: -.035em; }

.nt-sidebar .card-sidebar[menuItemName="Client-Balance"] .card-footer.nt-credit-footer { padding: 10px 12px 13px !important; border: 0 !important; background: #fff !important; }
.nt-sidebar .card-sidebar[menuItemName="Client-Balance"] .list-group { padding-bottom: 2px !important; }
.nt-sidebar .card-sidebar[menuItemName="Client-Balance"] .list-group-item { min-height: 59px; }
.nt-sidebar .card-sidebar[menuItemName="Client-Balance"] .sidebar-menu-item-label h4 { margin: 0 !important; color: var(--nt-navy); font-size: 20px; font-weight: 900; letter-spacing: -.035em; }
.nt-add-credit-btn { display: flex !important; width: 100%; min-height: 45px; align-items: center; gap: 10px; padding: 9px 12px !important; border: 0 !important; border-radius: 13px !important; color: #102f2a !important; background: linear-gradient(135deg, #79e1bd, #58cea9) !important; box-shadow: 0 10px 22px rgba(62, 190, 150, .2); text-decoration: none !important; }
.nt-add-credit-btn > span { display: inline-flex; align-items: center; justify-content: center; width: 27px; height: 27px; border-radius: 9px; color: #fff; background: rgba(18,104,84,.26); }
.nt-add-credit-btn > strong { min-width: 0; flex: 1; font-size: 12px; font-weight: 900; text-align: left; }
.nt-add-credit-btn > i:last-child { font-size: 10px; }
.nt-add-credit-btn:hover { color: #102f2a !important; background: linear-gradient(135deg, #8de9ca, #67d8b4) !important; box-shadow: 0 14px 27px rgba(62,190,150,.28); transform: translateY(-1px); }

@media (max-width: 1199px) {
    .nt-dashboard-launchpad { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body.nt-page-clientareahome .tiles [class*="col-"] { margin-bottom: 12px; }
}
@media (max-width: 767px) {
    body.nt-page-clientareahome .nt-dashboard-hero { grid-template-columns: 1fr; padding: 27px 22px; }
    .nt-dashboard-welcome { align-items: flex-start; flex-direction: column; }
    .nt-dashboard-avatar { flex-basis: 54px; width: 54px; height: 54px; border-radius: 17px; }
    .nt-dashboard-hero-side { align-items: flex-start; }
    body.nt-page-clientareahome .nt-dashboard-actions { width: 100%; }
    body.nt-page-clientareahome .nt-dashboard-actions .btn { min-width: 0; }
    .nt-dashboard-section-heading { align-items: flex-start; flex-direction: column; }
    .nt-dashboard-launchpad { grid-template-columns: 1fr; }
    body.nt-page-clientareahome .tile.nt-dashboard-stat { min-height: 112px; padding: 17px 13px; }
    .nt-dashboard-stat .nt-stat-arrow { display: none; }
}

/* Registration: bring the account switcher into the onboarding card */
body.nt-page-clientregister #main-body > .container > .row > [class*="col-lg-4"] { display: none; }
body.nt-page-clientregister #main-body > .container > .row > .primary-content { flex: 0 0 100%; max-width: 100%; }
body.nt-page-clientregister .nt-register-existing { display:flex; align-items:center; gap:14px; margin:0 0 14px; padding:12px 16px; border:1px solid #e5ddf6; border-radius:16px; background:linear-gradient(100deg,#f8f5ff,#effcf9); box-shadow:0 8px 22px rgba(35,18,92,.06); }
body.nt-page-clientregister .nt-register-existing-icon { display:grid; place-items:center; width:36px; height:36px; flex:none; border-radius:11px; color:#fff; background:linear-gradient(135deg,#5f1ec4,#8c2be8); }
body.nt-page-clientregister .nt-register-existing-copy { display:flex; flex-direction:column; min-width:0; color:#171044; }
body.nt-page-clientregister .nt-register-existing-copy strong { font-size:14px; line-height:1.25; }
body.nt-page-clientregister .nt-register-existing-copy small { color:#716a8b; font-size:11px; margin-top:2px; }
body.nt-page-clientregister .nt-register-existing-links { display:flex; align-items:center; gap:12px; margin-left:auto; white-space:nowrap; }
body.nt-page-clientregister .nt-register-existing-links a { color:#5e20c1; font-size:12px; font-weight:700; text-decoration:none; }
body.nt-page-clientregister .nt-register-existing-links a:first-child { padding:8px 12px; color:#fff; border-radius:9px; background:linear-gradient(135deg,#6620c8,#8524e2); box-shadow:0 6px 14px rgba(102,32,200,.2); }
body.nt-page-clientregister .nt-register-existing-links a:first-child i { margin-left:4px; }
@media (max-width: 575px) {
  body.nt-page-clientregister .nt-register-existing { align-items:flex-start; flex-wrap:wrap; }
  body.nt-page-clientregister .nt-register-existing-links { width:100%; margin-left:50px; }
}
@media (max-width: 479px) {
    body.nt-page-clientareahome .nt-dashboard-hero h1 { font-size: 30px; }
    body.nt-page-clientareahome .nt-dashboard-actions { flex-direction: column; }
    body.nt-page-clientareahome .nt-dashboard-actions .btn { width: 100%; }
    .nt-dashboard-section-heading h2 { font-size: 21px; }
    .nt-dashboard-stat .nt-stat-icon { flex-basis: 39px; width: 39px; height: 39px; }
    body.nt-page-clientareahome .tile.nt-dashboard-stat .stat { font-size: 25px; }
}

html { scroll-behavior: smooth; }
body.nt-page {
    color: var(--nt-text);
    background: #fff;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}
body.nt-page h1,
body.nt-page h2,
body.nt-page h3,
body.nt-page h4,
body.nt-page h5,
body.nt-page h6 { color: var(--nt-ink); font-weight: 700; letter-spacing: -.025em; }
body.nt-page a { transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
body.nt-page .btn { border-radius: 10px; font-weight: 700; }
body.nt-page .btn-primary { background: var(--nt-purple); border-color: var(--nt-purple); }
body.nt-page .btn-primary:hover { background: #441080; border-color: #441080; }

/* Header */
.nt-page { padding-top: 137px; }
.nt-header { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 1040; box-shadow: 0 8px 28px rgba(17, 13, 59, .08); }
.nt-header::after { content:""; position:absolute; left:0; right:0; bottom:-1px; height:1px; pointer-events:none; background:linear-gradient(90deg,transparent,rgba(108,232,193,.28),rgba(150,78,236,.32),transparent); }
.nt-header .nt-main-nav { transition: box-shadow .25s ease, background-color .25s ease; }
@media (max-width: 1199px) { .nt-page { padding-top: 125px; } }
@media (max-width: 767px) { .nt-page { padding-top: 110px; } }
.nt-utility-bar { background: linear-gradient(90deg, #441080, #6413ad); color: #fff; }
.nt-utility-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nt-utility-links,
.nt-utility-contact { display: flex; align-items: center; gap: 28px; }
.nt-utility-bar a { color: rgba(255,255,255,.92); font-size: 11px; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.nt-utility-bar a:hover { color: #fff; text-decoration: none; }
.nt-utility-bar i { margin-right: 7px; color: #aee9d2; }

/* Modern premium utility bar */
.nt-utility-bar {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 13% -150%, rgba(82,238,196,.3), transparent 38%),
        radial-gradient(circle at 72% 210%, rgba(142,55,255,.48), transparent 43%),
        linear-gradient(108deg, #090525 0%, #171044 30%, #35106f 64%, #7116c2 100%);
    border-bottom: 1px solid rgba(139,88,238,.42);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 10px 28px rgba(10,2,38,.24);
}
.nt-utility-bar::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(115deg, transparent 15%, rgba(255,255,255,.07) 43%, transparent 66%),
        linear-gradient(90deg, transparent, rgba(89,236,198,.045), transparent 42%);
    transform: translateX(-28%);
}
.nt-utility-bar::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: -1px;
    width: min(72%, 1120px);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, #5de6bd 28%, #b473ff 70%, transparent);
    box-shadow: 0 0 12px rgba(111,228,195,.38);
}
.nt-utility-bar a { color:rgba(255,255,255,.94); text-shadow:0 1px 8px rgba(4,1,23,.26); transition: color .22s ease, opacity .22s ease, transform .22s ease; }
.nt-utility-bar a:hover { color: #83efcb; transform: translateY(-1px); }
.nt-utility-bar i { color: #70e8c1; filter: drop-shadow(0 0 7px rgba(112,232,193,.28)); }
.nt-main-nav.navbar { min-height: 94px; padding: 0; background: var(--nt-navy); }
.nt-main-nav .container { min-height: 94px; }
.nt-brand { width: 225px; padding: 12px 0; margin-right: 45px; }
.nt-brand .logo-img { width: auto; max-width: 100%; height: 63px; object-fit: contain; }
.nt-main-nav .navbar-collapse { align-self: stretch; }
.nt-primary-menu { height: 100%; align-items: stretch; }
.nt-primary-menu .nav-item { display: flex; align-items: stretch; }
.nt-primary-menu .nav-link { display: flex; align-items: center; color: rgba(255,255,255,.9) !important; font-size: 13px; font-weight: 800; text-transform: uppercase; padding: 0 15px !important; white-space: nowrap; position: relative; }
.nt-primary-menu .nav-link:after { border-top-color: #9bdac1; }
.nt-primary-menu .nav-link:before { content: ""; position: absolute; left: 15px; right: 15px; bottom: 0; height: 3px; border-radius: 3px 3px 0 0; background: var(--nt-mint); transform: scaleX(0); transition: transform .2s ease; }
.nt-primary-menu .nav-link:hover:before { transform: scaleX(1); }
.nt-main-nav .dropdown-menu { margin: 0; border: 0; border-radius: 0 0 12px 12px; padding: 10px; box-shadow: var(--nt-shadow); }
.nt-nav-service-dropdown .dropdown-menu { min-width: 220px; padding: 8px; background: #fff; }
.nt-nav-service-dropdown .dropdown-item { display:flex; align-items:center; gap:10px; padding:11px 12px; border-radius:9px; color:#24164d; font-size:11px; font-weight:700; transition:background .18s ease, transform .18s ease; }
.nt-nav-service-dropdown .dropdown-item:hover, .nt-nav-service-dropdown .dropdown-item:focus { color:#5f20bd; background:#f4edff; transform:translateX(2px); }
.nt-nav-service-dropdown .dropdown-item > i { display:grid; place-items:center; width:30px; height:30px; border-radius:9px; color:#fff; background:linear-gradient(145deg,#2b145f,#7525cf); font-size:14px; }
.nt-nav-service-dropdown .dropdown-item span { display:flex; flex-direction:column; gap:2px; }
.nt-nav-service-dropdown .dropdown-item strong { font-size:11px; }
.nt-nav-service-dropdown .dropdown-item small { color:#8c809d; font-size:9px; font-weight:500; }

/* Editorial announcements page */
.nt-news-page { max-width:100%; }
.nt-news-hero { position:relative; display:flex; align-items:center; gap:18px; min-height:158px; margin:0 0 22px; padding:28px 34px; overflow:hidden; border-radius:24px; color:#fff; background:radial-gradient(circle at 95% 15%,rgba(117,46,207,.9),transparent 34%),linear-gradient(120deg,#15103e,#3d1680 70%,#6720ba); box-shadow:0 18px 42px rgba(43,19,95,.2); }
.nt-news-hero::before { content:""; position:absolute; left:-45px; bottom:-85px; width:220px; height:150px; border:1px solid rgba(105,227,190,.28); border-radius:50%; transform:rotate(-15deg); }
.nt-news-hero-icon { position:relative; z-index:1; display:grid; place-items:center; width:58px; height:58px; flex:0 0 58px; border-radius:18px; color:#17103e; background:#69e0bd; box-shadow:0 11px 25px rgba(0,0,0,.18); font-size:24px; }
.nt-news-hero span { display:block; color:#6ce0bd; font-size:8px; font-weight:900; letter-spacing:.17em; }
.nt-news-hero h1 { margin:5px 0 5px; color:#fff !important; font-size:clamp(25px,3vw,38px); font-weight:850; letter-spacing:-.03em; }
.nt-news-hero p { margin:0; color:rgba(255,255,255,.7); font-size:11px; }
.nt-news-hero-orbit { position:absolute; right:8%; top:-78px; width:210px; height:210px; border:1px solid rgba(255,255,255,.15); border-radius:50%; box-shadow:0 0 0 24px rgba(255,255,255,.035),0 0 0 48px rgba(255,255,255,.025); }
.nt-news-feed { padding:4px 0 18px; }
.nt-news-feed-heading { display:flex; align-items:center; gap:10px; margin:0 2px 13px; }
.nt-news-feed-heading span { color:#6b25c3; font-size:8px; font-weight:900; letter-spacing:.16em; }
.nt-news-feed-heading strong { color:#1b123f; font-size:17px; }
.nt-news-card { position:relative; margin:0 0 18px; padding:25px 28px 24px; border:1px solid #e5d9f2; border-radius:20px; background:linear-gradient(145deg,#fff 0%,#fdfaff 70%,#f1fff9 100%); box-shadow:0 13px 32px rgba(42,21,87,.08); transition:transform .22s ease,box-shadow .22s ease; }
.nt-news-card:hover { transform:translateY(-3px); box-shadow:0 18px 38px rgba(42,21,87,.13); }
.nt-news-card-top { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.nt-news-label,.nt-news-date { color:#806f98; font-size:9px; }
.nt-news-label { color:#6824c1; font-weight:800; letter-spacing:.04em; text-transform:uppercase; }
.nt-news-label i { color:#5acfac; margin-right:4px; }
.nt-news-date i { margin-right:5px; color:#6a24c6; }
.nt-news-card h2 { margin:14px 0 0; font-size:clamp(23px,3vw,36px); line-height:1.12; letter-spacing:-.035em; }
.nt-news-card h2 a { color:#17103e; }
.nt-news-card h2 a:hover { color:#6723c2; text-decoration:none; }
.nt-news-card-rule { width:100%; height:1px; margin:18px 0 16px; background:linear-gradient(90deg,#6adfbd,#e6d9f4 65%,transparent); }
.nt-news-excerpt { color:#6f647e; font-size:12px; line-height:1.75; }
.nt-news-excerpt p:last-child { margin-bottom:0; }
.nt-news-read-more { display:inline-flex; align-items:center; gap:9px; margin-top:20px; padding:10px 15px; border:1px solid #dac9ee; border-radius:10px; color:#6120b9; background:#fff; font-size:10px; font-weight:850; transition:all .2s ease; }
.nt-news-read-more:hover { color:#fff; border-color:#6e20cb; background:#6e20cb; box-shadow:0 8px 18px rgba(91,28,175,.2); text-decoration:none; }
.nt-news-read-more i { transition:transform .2s ease; }
.nt-news-read-more:hover i { transform:translateX(3px); }
@media (max-width:767px) { .nt-news-hero { align-items:flex-start; flex-direction:column; padding:24px; } .nt-news-hero-orbit { right:-70px; } .nt-news-card { padding:21px 19px; } .nt-news-card-top { align-items:flex-start; flex-direction:column; gap:7px; } }
.nt-main-nav .dropdown-item { border-radius: 8px; padding: 10px 14px; color: var(--nt-ink); font-weight: 600; }
.nt-main-nav .dropdown-item:hover { background: #f1ebfa; color: var(--nt-purple); }
.nt-nav-account { display: flex; align-items: center; gap: 14px; }
.nt-icon-link { color: #fff; position: relative; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; }
.nt-icon-link:hover { color: var(--nt-mint); text-decoration: none; border-color: rgba(104,220,177,.5); }
.nt-cart-count { position: absolute; top: -7px; right: -7px; min-width: 19px; height: 19px; line-height: 19px; padding: 0 5px; text-align: center; border-radius: 20px; background: var(--nt-mint); color: var(--nt-navy); font-size: 10px; font-weight: 800; }
.nt-client-btn { color: #fff !important; background: linear-gradient(135deg, #6a19be, #511091); border: 1px solid rgba(255,255,255,.08); padding: 13px 20px; box-shadow: 0 10px 25px rgba(91,20,168,.25); }
.nt-client-btn:hover { transform: translateY(-2px); background: linear-gradient(135deg, #7b2ad0, #6115a7); }
.nt-client-btn i { margin-right: 7px; }
.nt-header-button-outline { color: #fff !important; background: transparent; border-color: rgba(255,255,255,.35); box-shadow: none; }
.nt-header-button-outline:hover { background: rgba(255,255,255,.1); }
.nt-header-button-text { display: inline-flex; align-items: center; padding: 10px 5px; color: #fff !important; font-weight: 750; text-decoration: none !important; white-space: nowrap; }
.nt-header-button-text i { margin-right: 7px; }
.nt-main-nav .navbar-toggler { color: #fff; border: 1px solid rgba(255,255,255,.16); width: 42px; height: 42px; border-radius: 10px; }
.nt-nav-actions { display: flex; gap: 10px; align-items: center; }

/* Breadcrumb and content frame */
.nt-breadcrumb { background: #f8f7fc; border: 0; padding: 13px 0; }
.nt-breadcrumb .breadcrumb { margin: 0; background: transparent; font-size: 12px; }
.nt-breadcrumb a { color: var(--nt-purple); }
section#main-body.nt-main-body { min-height: 450px; padding: 48px 0 78px; background: #fff; }
.nt-page-homepage section#main-body { padding-top: 0; }
.nt-page-homepage .master-breadcrumb { display: none; }
.nt-page-login section#main-body,
.nt-page-clientregister section#main-body { padding: 0; background: #f8f7fc; }
.nt-page-login section#main-body > .container,
.nt-page-clientregister section#main-body > .container { max-width: none; padding: 0; }
.nt-page-login section#main-body > .container > .row,
.nt-page-clientregister section#main-body > .container > .row { margin: 0; }
.nt-page-login .primary-content,
.nt-page-clientregister .primary-content { padding: 0; }

/* Hero/domain search */
.nt-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 77% 20%, rgba(110,55,209,.48), transparent 28%), linear-gradient(130deg, #351071 0%, #5a0f9c 55%, #3a0b72 100%); color: #fff; min-height: 510px; }
.nt-hero-content { position: relative; z-index: 3; padding-top: 72px; padding-bottom: 92px; text-align: center; }
.nt-hero .nt-eyebrow { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); }
.nt-hero h1 { color: #fff !important; max-width: 940px; margin: 14px auto 10px; font-size: clamp(42px, 5vw, 68px); line-height: 1.06; letter-spacing: -.055em; }
.nt-hero h1 span { color: #8cf0ca; }
.nt-hero-content > p { color: rgba(255,255,255,.74); font-size: 18px; margin: 0 0 32px; }
.nt-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 50px; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.nt-eyebrow-dark { color: var(--nt-purple); background: #f1eafb; border-color: #e5d6f8; }
.nt-domain-form { width: min(100%, 1040px); min-height: 72px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) 170px; border: 5px solid rgba(255,255,255,.12); border-radius: 18px; box-shadow: 0 24px 55px rgba(18,4,45,.32); background: rgba(255,255,255,.12); }
.nt-domain-field { display: flex; align-items: center; background: #fff; border-radius: 12px 0 0 12px; }
.nt-domain-field i { margin-left: 24px; color: #77728b; font-size: 19px; }
.nt-domain-field input { width: 100%; min-width: 0; height: 62px; border: 0; outline: 0; padding: 0 20px; font-size: 18px; color: var(--nt-ink); background: transparent; }
.nt-domain-field input::placeholder { color: #aaa8b8; }
.nt-domain-tld { height: 62px; border: 0; border-left: 1px solid #ebe9f1; padding: 0 20px; color: var(--nt-ink); background: #fff; font-size: 17px; font-weight: 700; outline: 0; }
.nt-domain-submit.btn { border: 0; border-radius: 0 12px 12px 0; background: var(--nt-mint); color: var(--nt-navy); font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }
.nt-domain-submit:hover { color: var(--nt-navy); background: #8aebc7; }
.nt-domain-submit i { margin-left: 9px; }
.nt-tld-prices { width: min(100%, 980px); margin: 20px auto 0; display: flex; align-items: stretch; justify-content: center; flex-wrap: wrap; }
.nt-tld-prices a { display: flex; align-items: baseline; gap: 8px; padding: 4px 20px; color: #fff; border-right: 1px solid rgba(132,238,199,.5); }
.nt-tld-prices a:last-child { border-right: 0; }
.nt-tld-prices a:hover { color: var(--nt-mint); text-decoration: none; }
.nt-tld-prices strong { font-size: 14px; text-transform: uppercase; }
.nt-tld-prices span { color: rgba(255,255,255,.72); font-size: 12px; }
.nt-tld-prices .nt-view-pricing { color: var(--nt-mint); font-size: 12px; font-weight: 700; }
.nt-hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); border: 1px solid rgba(255,255,255,.08); }
.nt-orb-one { width: 380px; height: 380px; top: -160px; left: -110px; background: rgba(105,33,190,.35); }
.nt-orb-two { width: 250px; height: 250px; bottom: -110px; right: 5%; background: rgba(61,216,179,.09); }
.nt-hero-wave { position: absolute; left: -2%; right: -2%; bottom: -55px; height: 95px; background: #fff; border-radius: 50% 50% 0 0 / 100% 100% 0 0; }

/* Homepage */
.nt-section { padding: 88px 0; }
.nt-section-heading { width: min(100%, 730px); margin: 0 auto 44px; text-align: center; }
.nt-section-heading h2,
.nt-why-us h2 { margin: 13px 0; font-size: clamp(31px, 3.5vw, 46px); line-height: 1.12; }
.nt-section-heading p,
.nt-why-us > .row > div > p { font-size: 16px; line-height: 1.75; color: var(--nt-muted); }
.nt-product-grid > div { display: flex; margin-bottom: 24px; }
.nt-product-card { position: relative; width: 100%; padding: 34px; border: 1px solid var(--nt-line); border-radius: var(--nt-radius); background: #fff; box-shadow: 0 12px 36px rgba(20,17,47,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.nt-product-card:hover { transform: translateY(-7px); border-color: #d8c5ed; box-shadow: var(--nt-shadow); }
.nt-product-card.nt-featured { border: 2px solid var(--nt-purple); }
.nt-popular { position: absolute; top: -14px; right: 24px; padding: 7px 14px; border-radius: 30px; background: var(--nt-purple); color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.nt-product-icon { width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; border-radius: 15px; background: linear-gradient(145deg, #f3ebfc, #e8f8f2); color: var(--nt-purple); font-size: 24px; }
.nt-product-card h3 { margin: 23px 0 9px; font-size: 22px; }
.nt-product-card > p { min-height: 45px; color: var(--nt-muted); line-height: 1.6; }
.nt-product-card ul { list-style: none; margin: 22px 0 26px; padding: 20px 0; border-top: 1px solid var(--nt-line); border-bottom: 1px solid var(--nt-line); }
.nt-product-card li { margin: 10px 0; font-size: 13px; color: #626077; }
.nt-product-card li i { margin-right: 8px; color: #20a875; }
.nt-outline-btn { width: 100%; padding: 12px 18px; border: 1px solid #d8d3e2; color: var(--nt-purple); background: #fff; }
.nt-outline-btn:hover { color: #fff; border-color: var(--nt-purple); background: var(--nt-purple); }
.nt-outline-btn i { margin-left: 7px; }
.nt-why-us { margin: 10px 0 70px; padding: 70px; border-radius: 28px; color: #fff; background: radial-gradient(circle at 90% 10%, rgba(110,57,201,.5), transparent 32%), var(--nt-navy); overflow: hidden; }
.nt-why-us h2 { color: #fff !important; }
.nt-why-us > .row > div > p { color: rgba(255,255,255,.68); }
.nt-solid-btn { padding: 13px 20px; color: #fff !important; background: linear-gradient(135deg, var(--nt-purple-2), var(--nt-purple)); border: 0; box-shadow: 0 12px 25px rgba(91,20,168,.22); }
.nt-solid-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(91,20,168,.32); }
.nt-solid-btn i { margin-left: 8px; }
.nt-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-left: 25px; }
.nt-feature { display: flex; gap: 15px; min-height: 150px; padding: 24px; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: rgba(255,255,255,.055); }
.nt-feature > i { width: 42px; height: 42px; flex: 0 0 42px; display: flex; align-items: center; justify-content: center; border-radius: 12px; color: var(--nt-mint); background: rgba(104,220,177,.12); font-size: 19px; }
.nt-feature h3 { color: #fff !important; font-size: 16px; margin: 2px 0 7px; }
.nt-feature p { color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.6; margin: 0; }
.nt-help-strip { margin-bottom: 80px; padding: 38px 42px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid #e5d9f5; border-radius: 20px; background: linear-gradient(110deg, #faf7fe, #f2fbf7); }
.nt-help-copy span { color: var(--nt-purple); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.nt-help-copy h2 { margin: 5px 0 0; font-size: 27px; }
.nt-help-actions { display: flex; align-items: stretch; gap: 10px; }
.nt-help-actions a { display: flex; align-items: center; gap: 12px; min-width: 170px; padding: 15px; border-radius: 12px; color: var(--nt-text); background: #fff; box-shadow: 0 8px 22px rgba(20,17,47,.06); }
.nt-help-actions a:hover { color: var(--nt-purple); text-decoration: none; transform: translateY(-2px); }
.nt-help-actions > a > i { color: var(--nt-purple); font-size: 20px; }
.nt-help-actions span { display: flex; flex-direction: column; color: var(--nt-muted); font-size: 10px; }
.nt-help-actions strong { color: var(--nt-ink); font-size: 12px; }

/* Authentication */
.nt-auth-shell { width: 100%; min-height: 720px; display: grid; grid-template-columns: minmax(340px, .9fr) minmax(500px, 1.1fr); background: #fff; }
.nt-auth-brand { min-height: 720px; padding: 70px max(50px, 9vw); display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: radial-gradient(circle at 15% 10%, rgba(131,57,220,.5), transparent 30%), radial-gradient(circle at 90% 80%, rgba(58,203,167,.14), transparent 28%), var(--nt-navy); }
.nt-auth-brand > a img { width: 230px; max-width: 100%; }
.nt-auth-brand h1 { color: #fff !important; margin: 15px 0; font-size: clamp(38px, 4vw, 57px); line-height: 1.08; }
.nt-auth-brand p { max-width: 520px; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.75; }
.nt-auth-brand ul { list-style: none; margin: 30px 0 0; padding: 0; }
.nt-auth-brand li { margin-top: 13px; color: rgba(255,255,255,.84); font-size: 13px; }
.nt-auth-brand li i { color: var(--nt-mint); margin-right: 9px; }
.nt-auth-form { margin: 0; padding: 70px max(55px, 9vw); display: flex; align-items: center; justify-content: center; background: #fff; }
.nt-auth-form-inner { width: 100%; max-width: 500px; }
.nt-auth-heading > span { color: var(--nt-purple); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.nt-auth-heading h2 { margin: 8px 0; font-size: 34px; }
.nt-auth-heading p { color: var(--nt-muted); margin-bottom: 32px; }
.nt-auth-form label { color: var(--nt-ink); font-size: 12px; font-weight: 700; }
.nt-auth-form .form-group { margin-bottom: 22px; }
.nt-auth-form .input-group { min-height: 54px; border: 1px solid #dedbe7; border-radius: 11px; overflow: hidden; background: #fff; }
.nt-auth-form .input-group:focus-within { border-color: var(--nt-purple); box-shadow: 0 0 0 3px rgba(91,20,168,.09); }
.nt-auth-form .input-group-text,
.nt-auth-form .input-group .form-control,
.nt-auth-form .input-group .btn { border: 0 !important; background: transparent; }
.nt-auth-form .input-group-text { color: var(--nt-purple); padding-left: 17px; }
.nt-forgot-link { color: var(--nt-purple); font-size: 11px; font-weight: 700; }
.nt-remember { display: flex; align-items: center; gap: 8px; margin: 0 0 18px; }
.nt-auth-submit { width: 100%; min-height: 53px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #fff; border: 0; background: linear-gradient(135deg, var(--nt-purple-2), var(--nt-purple)); box-shadow: 0 12px 25px rgba(91,20,168,.2); }
.nt-auth-submit:hover { color: #fff; transform: translateY(-2px); }
.nt-auth-switch { margin-top: 25px; padding-top: 22px; text-align: center; border-top: 1px solid var(--nt-line); color: var(--nt-muted); }
.nt-auth-switch a { margin-left: 4px; color: var(--nt-purple); font-weight: 700; }

/* Password reset */
.nt-reset-page { position: relative; padding: 54px 24px 80px; overflow: hidden; background: radial-gradient(circle at 90% 12%, rgba(113,36,217,.08), transparent 27%), linear-gradient(180deg,#faf9fd 0%,#f4f2f9 100%); }
.nt-reset-shell { width: 100%; max-width: 1160px; min-height: 600px; margin: 0 auto; display: grid; grid-template-columns: minmax(340px,.9fr) minmax(480px,1.1fr); overflow: hidden; border: 1px solid rgba(92,43,164,.12); border-radius: 28px; background: #fff; box-shadow: 0 28px 75px rgba(24,14,66,.14); }
.nt-reset-brand { position: relative; min-height: 600px; padding: 54px 48px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; color: #fff; background: radial-gradient(circle at 12% 5%,rgba(127,59,224,.67),transparent 35%),radial-gradient(circle at 94% 88%,rgba(74,225,181,.17),transparent 30%),linear-gradient(145deg,#100b38 0%,#24135d 58%,#40148b 100%); }
.nt-reset-brand::before,.nt-reset-brand::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.nt-reset-brand::before { width: 390px; height: 390px; right: -190px; top: 130px; }
.nt-reset-brand::after { width: 270px; height: 270px; right: -130px; top: 190px; }
.nt-reset-logo,.nt-reset-brand-copy,.nt-reset-trust { position: relative; z-index: 1; }
.nt-reset-logo img { width: 215px; max-width: 100%; }
.nt-reset-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.88); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; background: rgba(255,255,255,.06); }
.nt-reset-brand h1 { margin: 18px 0 14px; color: #fff !important; font-size: clamp(38px,4vw,56px); line-height: 1.05; }
.nt-reset-brand-copy p { max-width: 410px; margin: 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.75; }
.nt-reset-trust { list-style: none; margin: 0; padding: 0; }
.nt-reset-trust li { margin-top: 13px; color: rgba(255,255,255,.84); font-size: 12px; }
.nt-reset-trust i { margin-right: 9px; color: var(--nt-mint); }
.nt-reset-panel { padding: 60px clamp(38px,6vw,80px); display: flex; align-items: center; justify-content: center; background: #fff; }
.nt-reset-panel-inner { width: 100%; max-width: 510px; }
.nt-reset-heading { margin-bottom: 30px; }
.nt-reset-heading > span { color: var(--nt-purple); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.nt-reset-title-row { margin-top: 10px; display: flex; align-items: flex-start; gap: 15px; }
.nt-reset-title-icon { width: 50px; height: 50px; flex: 0 0 50px; display: grid; place-items: center; border-radius: 14px; color: var(--nt-purple); font-size: 20px; background: linear-gradient(135deg,#f0e9ff,#e9faf5); }
.nt-reset-heading h2 { margin: 4px 0 8px; color: var(--nt-ink); font-size: 32px; line-height: 1.15; }
.nt-reset-heading p { margin: 0; color: var(--nt-muted); line-height: 1.65; }
.nt-reset-panel label { color: var(--nt-ink); font-size: 12px; font-weight: 800; }
.nt-reset-panel .form-group { margin-bottom: 22px; }
.nt-reset-panel .input-group { min-height: 58px; overflow: hidden; border: 1px solid #d9d3e6; border-radius: 13px; background: #fff; transition: border-color .2s ease,box-shadow .2s ease; }
.nt-reset-panel .input-group:focus-within { border-color: var(--nt-purple); box-shadow: 0 0 0 4px rgba(95,27,182,.09); }
.nt-reset-panel .input-group-text,.nt-reset-panel .input-group .form-control { border: 0 !important; background: transparent !important; }
.nt-reset-panel .input-group-text { padding-left: 18px; color: var(--nt-purple); }
.nt-reset-panel .form-control { min-height: 54px; border-radius: 11px; border-color: #d9d3e6; }
.nt-reset-panel .form-control:focus { border-color: var(--nt-purple); box-shadow: 0 0 0 4px rgba(95,27,182,.09); }
.nt-reset-captcha { margin: 4px 0 22px; padding: 15px; border: 1px solid #e6e0ef; border-radius: 14px; background: #faf9fd; }
.nt-reset-captcha .cf-turnstile { display: flex; justify-content: center; }
.nt-reset-submit { width: 100%; min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 0; border-radius: 12px; color: #fff !important; font-weight: 800; background: linear-gradient(135deg,#8b4ee8 0%,#6819c7 52%,#4f119b 100%); box-shadow: 0 14px 28px rgba(96,24,184,.23); transition: transform .2s ease,box-shadow .2s ease; }
.nt-reset-submit:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(96,24,184,.3); }
.nt-reset-security-note { display: flex; align-items: flex-start; justify-content: center; gap: 8px; margin: 17px 0 0; color: var(--nt-muted); font-size: 11px; line-height: 1.5; text-align: center; }
.nt-reset-security-note i { margin-top: 2px; color: #1caf82; }
.nt-reset-back { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--nt-line); text-align: center; }
.nt-reset-back a { color: var(--nt-purple); font-size: 12px; font-weight: 800; }
.nt-reset-back i { margin-right: 7px; }
@media (max-width:900px) { .nt-reset-shell { grid-template-columns: 1fr; } .nt-reset-brand { min-height: auto; padding: 38px; gap: 48px; } .nt-reset-brand h1 { font-size: 38px; } .nt-reset-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; } .nt-reset-trust li { margin: 0; } .nt-reset-panel { padding: 50px 38px; } }
@media (max-width:560px) { .nt-reset-page { padding: 22px 12px 50px; } .nt-reset-shell { border-radius: 20px; } .nt-reset-brand { padding: 30px 24px; gap: 32px; } .nt-reset-logo img { width: 180px; } .nt-reset-brand h1 { font-size: 33px; } .nt-reset-brand-copy p { font-size: 13px; } .nt-reset-trust { display: none; } .nt-reset-panel { padding: 40px 22px; } .nt-reset-heading h2 { font-size: 27px; } .nt-reset-title-icon { width: 44px; height: 44px; flex-basis: 44px; } }

/* Registration */
.nt-register-intro { padding: 58px 24px 35px; text-align: center; background: #f8f7fc; }
.nt-register-intro h1 { margin: 12px 0 8px; font-size: 42px; }
.nt-register-intro p { color: var(--nt-muted); }
.nt-registration-shell { max-width: 1210px; margin: 0 auto; padding: 0 24px 80px; display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 28px; }
.nt-registration-benefits { border-radius: 20px; color: #fff; background: radial-gradient(circle at 20% 10%, rgba(120,47,203,.5), transparent 32%), var(--nt-navy); }
.nt-registration-sticky { position: sticky; top: 25px; padding: 38px 34px; }
.nt-registration-sticky img { width: 190px; }
.nt-registration-sticky h2 { color: #fff !important; margin: 42px 0 12px; font-size: 27px; }
.nt-registration-sticky > p { color: rgba(255,255,255,.64); line-height: 1.7; }
.nt-registration-sticky ul { list-style: none; margin: 34px 0 0; padding: 0; }
.nt-registration-sticky li { display: flex; gap: 10px; margin: 20px 0; }
.nt-registration-sticky li > i { color: var(--nt-mint); margin-top: 3px; }
.nt-registration-sticky li span { display: flex; flex-direction: column; color: rgba(255,255,255,.61); font-size: 11px; }
.nt-registration-sticky li strong { color: #fff; font-size: 13px; }
.nt-registration-form .card { border: 1px solid var(--nt-line); border-radius: 16px; box-shadow: 0 10px 28px rgba(20,17,47,.05); overflow: visible; }
.nt-registration-form .card-title { padding-bottom: 15px; border-bottom: 1px solid var(--nt-line); font-size: 19px; }
.nt-registration-form .field,
.nt-registration-form .form-control { min-height: 48px; border-radius: 9px; border-color: #dedbe7; }
.nt-registration-form .field:focus,
.nt-registration-form .form-control:focus { border-color: var(--nt-purple); box-shadow: 0 0 0 3px rgba(91,20,168,.08); }
.nt-registration-form input[type="submit"].btn-primary { min-width: 230px; min-height: 52px; background: linear-gradient(135deg, var(--nt-purple-2), var(--nt-purple)); box-shadow: 0 12px 25px rgba(91,20,168,.18); }

/* Inner-page hero and domain pricing */
.nt-page-hero { position: relative; margin: -15px 0 42px; padding: 54px; overflow: hidden; border-radius: 22px; color: #fff; background: radial-gradient(circle at 85% 20%, rgba(113,56,208,.45), transparent 28%), var(--nt-navy); }
.nt-page-hero h1 { color: #fff !important; margin: 14px 0 8px; font-size: 42px; }
.nt-page-hero p { max-width: 650px; color: rgba(255,255,255,.66); font-size: 16px; }
.nt-page-hero .nt-solid-btn { margin-top: 14px; }
.nt-domain-pricing .featured-tld { border: 1px solid var(--nt-line); border-radius: 15px; box-shadow: 0 10px 25px rgba(20,17,47,.05); }
.nt-domain-pricing .tld-filters { margin: 18px 0 25px; }
.nt-domain-pricing .tld-filters .badge { padding: 9px 12px; margin: 4px; border-radius: 30px; background: #f2eef8; color: var(--nt-purple); }
.nt-domain-pricing .tld-filters .badge-success { background: var(--nt-purple); color: #fff; }
.nt-domain-pricing .table-container { border: 1px solid var(--nt-line); border-radius: 15px; overflow: hidden !important; box-shadow: 0 12px 30px rgba(20,17,47,.06); }
.nt-domain-pricing table thead th { background: var(--nt-navy); color: #fff; border: 0; }

/* Client dashboard */
.nt-dashboard-hero { margin: -10px 0 28px; padding: 34px 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 20px; color: #fff; background: radial-gradient(circle at 80% 10%, rgba(113,56,208,.5), transparent 30%), var(--nt-navy); }
.nt-dashboard-hero h1 { color: #fff !important; margin: 10px 0 4px; font-size: 34px; }
.nt-dashboard-hero p { margin: 0; color: rgba(255,255,255,.67); }
.nt-dashboard-actions { display: flex; gap: 9px; flex: 0 0 auto; }
.nt-dashboard-actions .btn { padding: 12px 16px; }
.nt-dashboard-primary { color: var(--nt-navy); background: var(--nt-mint); }
.nt-dashboard-secondary { color: #fff; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.07); }
.nt-dashboard-primary:hover { color: var(--nt-navy); background: #87e7c3; }
.nt-dashboard-secondary:hover { color: #fff; background: rgba(255,255,255,.14); }
.nt-page-clientareahome .tiles { border-radius: 16px; overflow: hidden; box-shadow: 0 12px 30px rgba(20,17,47,.07); }
.nt-page-clientareahome .tile { min-height: 145px; padding: 24px; border: 0; background: #fff; }
.nt-page-clientareahome .tile:hover { background: #fbf9fe; }
.nt-page-clientareahome .tile > i { color: var(--nt-purple); }
.nt-page-clientareahome .tile .stat { color: var(--nt-ink); font-size: 31px; font-weight: 800; }
.nt-page-clientareahome .tile .title { color: var(--nt-muted); }
.nt-page-clientareahome .tile .highlight { height: 4px; background: linear-gradient(90deg, var(--nt-purple), var(--nt-mint)) !important; }
.nt-page-clientareahome .client-home-cards .card,
.nt-page-clientareahome .card { border: 1px solid var(--nt-line); border-radius: 14px; box-shadow: 0 9px 25px rgba(20,17,47,.045); overflow: hidden; }
.nt-page-clientareahome .card-header { background: #fbfafe; border-bottom-color: var(--nt-line); }

/* Sidebars and order form */
.nt-sidebar .card { border: 1px solid var(--nt-line); border-radius: 14px; overflow: hidden; box-shadow: 0 8px 24px rgba(20,17,47,.05); }
.nt-sidebar .card-header { background: var(--nt-navy); color: #fff; }
.nt-sidebar .list-group-item.active { background: #f1eafb; color: var(--nt-purple); border-color: var(--nt-line); }

/* Shared branded sidebars across WHMCS */
.nt-sidebar .card-sidebar,
body.nt-cart-page #order-standard_cart .cart-sidebar .card-sidebar {
    position: relative;
    overflow: hidden;
    margin-bottom: 18px !important;
    border: 0 !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, .97) !important;
    box-shadow: 0 18px 48px rgba(25, 14, 70, .11) !important;
}
.nt-sidebar .card-sidebar::before,
body.nt-cart-page #order-standard_cart .cart-sidebar .card-sidebar::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 22px;
    right: 22px;
    height: 3px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(90deg, #6ddcb1, #7a2ce0);
}
.nt-sidebar .card-sidebar[menuItemName="Support"]::before,
.nt-sidebar .card-sidebar[menuItemName*="Actions"]::before,
body.nt-cart-page #order-standard_cart .cart-sidebar .card-sidebar[menuItemName="Actions"]::before {
    background: linear-gradient(90deg, #7a2ce0, #ff7a9e);
}
.nt-sidebar .card-sidebar > .card-header,
body.nt-cart-page #order-standard_cart .cart-sidebar .card-sidebar > .card-header {
    padding: 20px 18px 15px !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: var(--nt-navy) !important;
    background: linear-gradient(145deg, #fff 10%, #f6f2ff 100%) !important;
}
.nt-sidebar .card-sidebar[menuItemName="Support"] > .card-header,
.nt-sidebar .card-sidebar[menuItemName*="Actions"] > .card-header,
body.nt-cart-page #order-standard_cart .cart-sidebar .card-sidebar[menuItemName="Actions"] > .card-header {
    background: linear-gradient(145deg, #fff 10%, #f3f8ff 100%) !important;
}
.nt-sidebar .card-sidebar .card-title,
body.nt-cart-page #order-standard_cart .cart-sidebar .card-sidebar .panel-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 !important;
    color: var(--nt-navy) !important;
}
.nt-sidebar .nt-sidebar-heading-icon,
body.nt-cart-page #order-standard_cart .cart-sidebar .nt-sidebar-heading-icon {
    display: inline-flex;
    flex: 0 0 43px;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, #24145d, #7a2ce0);
    box-shadow: 0 9px 20px rgba(91, 33, 178, .24);
}
.nt-sidebar [menuItemName="Support"] .nt-sidebar-heading-icon,
.nt-sidebar [menuItemName*="Actions"] .nt-sidebar-heading-icon,
body.nt-cart-page #order-standard_cart .cart-sidebar [menuItemName="Actions"] .nt-sidebar-heading-icon {
    background: linear-gradient(135deg, #0e8d8a, #6ddcb1);
    box-shadow: 0 9px 20px rgba(40, 173, 147, .22);
}
.nt-sidebar .nt-sidebar-heading-icon i,
body.nt-cart-page #order-standard_cart .cart-sidebar .nt-sidebar-heading-icon i {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto;
    color: inherit;
    font-size: 0;
}
.nt-sidebar .nt-sidebar-heading-icon i::before,
body.nt-cart-page #order-standard_cart .cart-sidebar .nt-sidebar-heading-icon i::before {
    content: "\2726" !important;
    font-family: "Segoe UI Symbol", "Apple Symbols", "Noto Sans Symbols", sans-serif !important;
    font-size: 18px;
    font-weight: 700;
}
.nt-sidebar [menuItemName="Support"] .nt-sidebar-heading-icon i::before,
.nt-sidebar [menuItemName*="Actions"] .nt-sidebar-heading-icon i::before,
body.nt-cart-page #order-standard_cart .cart-sidebar [menuItemName="Actions"] .nt-sidebar-heading-icon i::before {
    content: "\26A1" !important;
}
.nt-sidebar .nt-sidebar-heading-copy,
body.nt-cart-page #order-standard_cart .cart-sidebar .nt-sidebar-heading-copy {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    line-height: 1.15;
}
.nt-sidebar .nt-sidebar-heading-kicker,
body.nt-cart-page #order-standard_cart .cart-sidebar .nt-sidebar-heading-kicker {
    margin-bottom: 4px;
    color: #806c9c;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.nt-sidebar .nt-sidebar-heading-label,
body.nt-cart-page #order-standard_cart .cart-sidebar .nt-sidebar-heading-label {
    overflow: hidden;
    color: var(--nt-navy);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -.02em;
    text-overflow: ellipsis;
}
.nt-sidebar .card-sidebar .card-minimise,
body.nt-cart-page #order-standard_cart .cart-sidebar .card-sidebar .card-minimise {
    display: inline-flex !important;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0;
    border: 1px solid #e5ddf4;
    border-radius: 50%;
    color: #70559a !important;
    background: #fff;
    font-size: 0 !important;
}
.nt-sidebar .card-sidebar .card-minimise::before,
body.nt-cart-page #order-standard_cart .cart-sidebar .card-sidebar .card-minimise::before {
    content: "\2303" !important;
    font-family: Arial, sans-serif !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}
.nt-sidebar .card-sidebar .list-group,
body.nt-cart-page #order-standard_cart .cart-sidebar .card-sidebar .list-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 5px 10px 12px !important;
    background: transparent !important;
}
.nt-sidebar .card-sidebar .list-group-item,
body.nt-cart-page #order-standard_cart .cart-sidebar .card-sidebar .list-group-item {
    position: relative;
    min-height: 49px;
    margin: 0 !important;
    padding: 7px 36px 7px 9px !important;
    border: 1px solid transparent !important;
    border-radius: 14px !important;
    color: #504b66 !important;
    background: transparent !important;
    font-size: 12px;
    font-weight: 700;
    transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.nt-sidebar .sidebar-menu-item-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
}
.nt-sidebar .sidebar-menu-item-icon-wrapper {
    display: inline-flex;
    flex: 0 0 33px;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    margin-right: 10px;
    border-radius: 11px;
    color: #6c2ad2;
    background: #f1e8fc;
}
.nt-sidebar [menuItemName="Support"] .sidebar-menu-item-icon-wrapper,
.nt-sidebar [menuItemName*="Actions"] .sidebar-menu-item-icon-wrapper {
    color: #087f79;
    background: #e1f8f0;
}
.nt-sidebar .sidebar-menu-item-icon-wrapper::before {
    content: "\25C6";
    font-family: "Segoe UI Symbol", "Apple Symbols", "Noto Sans Symbols", sans-serif;
    font-size: 13px;
    font-weight: 700;
}
.nt-sidebar .sidebar-menu-item-icon { display: none !important; }
.nt-sidebar .list-group-item[menuItemName*="Domain"] .sidebar-menu-item-icon-wrapper::before { content: "\25CE"; }
.nt-sidebar .list-group-item[menuItemName*="Service"] .sidebar-menu-item-icon-wrapper::before { content: "\25C6"; }
.nt-sidebar .list-group-item[menuItemName*="Invoice"] .sidebar-menu-item-icon-wrapper::before,
.nt-sidebar .list-group-item[menuItemName*="Billing"] .sidebar-menu-item-icon-wrapper::before,
.nt-sidebar .list-group-item[menuItemName*="Payment"] .sidebar-menu-item-icon-wrapper::before { content: "$"; }
.nt-sidebar .list-group-item[menuItemName*="Ticket"] .sidebar-menu-item-icon-wrapper::before,
.nt-sidebar .list-group-item[menuItemName*="Support"] .sidebar-menu-item-icon-wrapper::before { content: "\2197"; }
.nt-sidebar .list-group-item[menuItemName*="Knowledge"] .sidebar-menu-item-icon-wrapper::before { content: "?"; }
.nt-sidebar .list-group-item[menuItemName*="Announcement"] .sidebar-menu-item-icon-wrapper::before { content: "!"; }
.nt-sidebar .list-group-item[menuItemName*="Download"] .sidebar-menu-item-icon-wrapper::before { content: "\2193"; }
.nt-sidebar .list-group-item[menuItemName*="Network"] .sidebar-menu-item-icon-wrapper::before { content: "\25C9"; }
.nt-sidebar .list-group-item[menuItemName*="Profile"] .sidebar-menu-item-icon-wrapper::before,
.nt-sidebar .list-group-item[menuItemName*="Account"] .sidebar-menu-item-icon-wrapper::before { content: "\25CF"; }
.nt-sidebar .list-group-item[menuItemName*="Logout"] .sidebar-menu-item-icon-wrapper::before { content: "\2192"; }
.nt-sidebar .sidebar-menu-item-label { min-width: 0; flex: 1; }
.nt-sidebar .sidebar-menu-item-badge { margin-left: 8px; }
.nt-sidebar .card-sidebar .list-group-item::after,
body.nt-cart-page #order-standard_cart .cart-sidebar .card-sidebar .list-group-item::after {
    content: "\203A";
    position: absolute;
    top: 50%;
    right: 14px;
    color: #b7abc9;
    font-family: Arial, sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    transform: translateY(-50%);
    transition: transform .2s ease, color .2s ease;
}
.nt-sidebar .card-sidebar .list-group-item:hover,
.nt-sidebar .card-sidebar .list-group-item.active,
body.nt-cart-page #order-standard_cart .cart-sidebar .card-sidebar .list-group-item:hover,
body.nt-cart-page #order-standard_cart .cart-sidebar .card-sidebar .list-group-item.active {
    padding-left: 9px !important;
    color: var(--nt-navy) !important;
    border-color: #e5d8f6 !important;
    background: linear-gradient(90deg, #faf7ff, #f4effc) !important;
    box-shadow: 0 8px 20px rgba(61, 29, 121, .08) !important;
    transform: translateX(3px);
}
.nt-sidebar .card-sidebar .list-group-item:hover::after,
.nt-sidebar .card-sidebar .list-group-item.active::after,
body.nt-cart-page #order-standard_cart .cart-sidebar .card-sidebar .list-group-item:hover::after,
body.nt-cart-page #order-standard_cart .cart-sidebar .card-sidebar .list-group-item.active::after {
    color: var(--nt-purple);
    transform: translate(3px, -50%);
}
.nt-sidebar .card-sidebar .card-body,
body.nt-cart-page #order-standard_cart .cart-sidebar .card-sidebar .card-body {
    padding: 16px;
}
.nt-sidebar .card-sidebar .badge {
    border-radius: 999px;
    color: #fff;
    background: var(--nt-purple);
}
.nt-sidebar > .card.d-block.d-md-none {
    overflow: hidden;
    margin-bottom: 18px;
    border: 0 !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 14px 36px rgba(25, 14, 70, .1) !important;
}
.nt-sidebar > .card.d-block.d-md-none > .card-header {
    height: auto !important;
    padding: 16px !important;
    border: 0 !important;
    color: var(--nt-navy) !important;
    background: linear-gradient(145deg, #fff 10%, #f6f2ff 100%) !important;
}
.nt-sidebar > .card.d-block.d-md-none .card-title {
    display: flex !important;
    align-items: center;
    gap: 11px;
    margin: 0;
}
.nt-sidebar > .card.d-block.d-md-none .nt-sidebar-heading-icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    border-radius: 13px;
}
.nt-sidebar > .card.d-block.d-md-none .nt-sidebar-heading-label {
    color: var(--nt-navy) !important;
    font-size: 15px;
}
.nt-sidebar > .card.d-block.d-md-none > .card-body {
    padding: 14px !important;
}
.nt-sidebar > .card.d-block.d-md-none select.form-control {
    min-height: 44px;
    border-color: #e5ddf4;
    border-radius: 12px;
    background-color: #fbf9fe;
}
body.nt-cart-page section#main-body { background: #f8f7fc; }
body.nt-cart-page #order-standard_cart { color: var(--nt-text); }
body.nt-cart-page #order-standard_cart .products .product,
body.nt-cart-page #order-standard_cart .panel,
body.nt-cart-page #order-standard_cart .card { border-color: var(--nt-line); border-radius: 15px; box-shadow: 0 10px 28px rgba(20,17,47,.06); }
body.nt-cart-page #order-standard_cart .products .product header,
body.nt-cart-page #order-standard_cart .panel-heading { background: var(--nt-navy); color: #fff; border-radius: 14px 14px 0 0; }
body.nt-cart-page #order-standard_cart .btn-primary { background: var(--nt-purple); border-color: var(--nt-purple); }

/* Footer */
.nt-footer { padding: 0 !important; color: rgba(255,255,255,.66); background: #120e3d !important; }
.nt-footer-grid { padding: 72px 0 55px; }
.nt-footer-brand { padding-right: 55px; }
.nt-footer-logo img { width: 225px; max-width: 100%; margin-bottom: 24px; }
.nt-footer-brand > p { max-width: 450px; font-size: 13px; line-height: 1.8; }
.nt-footer-contact { display: flex; flex-direction: column; gap: 8px; margin-top: 18px; }
.nt-footer-contact a { color: rgba(255,255,255,.78); font-size: 12px; }
.nt-footer-contact a:hover { color: var(--nt-mint); text-decoration: none; }
.nt-footer-contact i { width: 20px; color: var(--nt-mint); }
.nt-social-links { display: flex; gap: 9px; margin-top: 24px; }
.nt-social-links a { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; }
.nt-social-links a:hover { color: var(--nt-navy); background: var(--nt-mint); border-color: var(--nt-mint); text-decoration: none; transform: translateY(-2px); }
.nt-footer-column { display: flex; flex-direction: column; gap: 11px; padding-top: 12px; }
.nt-footer-column h3 { color: #fff !important; margin-bottom: 10px; font-size: 16px; letter-spacing: 0; }
.nt-footer-column a { color: rgba(255,255,255,.65); font-size: 12px; }
.nt-footer-column a:hover { color: var(--nt-mint); text-decoration: none; transform: translateX(2px); }
.nt-locale-btn { margin-top: 6px; padding: 0; color: var(--nt-mint); border: 0; background: transparent; text-align: left; font-size: 11px; }
.nt-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); background: #090b2e; }
.nt-footer-bottom .container { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nt-footer-bottom p { margin: 0; font-size: 11px; }
.nt-footer-payment-wrap { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.nt-footer-promise { color: rgba(255,255,255,.38); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.nt-payment-methods { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 6px; }
.nt-payment-methods > strong { margin-right: 3px; color: rgba(255,255,255,.68); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.nt-payment-badge { min-width: 38px; height: 27px; padding: 0 7px; display: inline-flex; align-items: center; justify-content: center; gap: 4px; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); border-radius: 7px; box-shadow: 0 4px 12px rgba(0,0,0,.12); line-height: 1; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.nt-payment-badge:hover { transform: translateY(-2px); border-color: rgba(101,220,184,.65); background: rgba(255,255,255,.16); }
.nt-payment-badge i { font-size: 18px; }
.nt-payment-badge b { font-size: 15px; }
.nt-payment-badge small { color: inherit; font-size: 8px; font-weight: 800; letter-spacing: .01em; white-space: nowrap; }
.nt-payment-visa { color: #fff; background: #17357f; }
.nt-payment-mastercard { color: #fff; background: #252525; }
.nt-payment-crypto { color: #fff; background: #f7931a; }
.nt-payment-usdt { color: #fff; background: #26a17b; }
.nt-payment-ltc { color: #fff; background: #345d9d; }
.nt-payment-banglaqr { color: #fff; background: linear-gradient(135deg,#006a4e,#f42a41); }
.nt-payment-bkash { color: #fff; background: #e2136e; }
.nt-payment-nagad { color: #fff; background: #ed1c24; }
.nt-payment-rocket { color: #fff; background: #7d2b91; }

/* Premium professional footer atmosphere */
.nt-footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 18%, rgba(70,226,184,.13), transparent 27%),
        radial-gradient(circle at 88% 28%, rgba(139,62,246,.24), transparent 34%),
        linear-gradient(128deg, #080522 0%, #110a38 42%, #1b0d4d 72%, #28105f 100%) !important;
    border-top: 1px solid rgba(130,231,201,.3);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 -22px 55px rgba(24,7,64,.12);
}
.nt-footer::before {
    content:"";
    position:absolute;
    z-index:-1;
    inset:0;
    pointer-events:none;
    background:
        linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),
        linear-gradient(rgba(255,255,255,.014) 1px,transparent 1px);
    background-size:58px 58px;
    -webkit-mask-image:linear-gradient(to bottom,#000,transparent 85%);
    mask-image:linear-gradient(to bottom,#000,transparent 85%);
}
.nt-footer::after {
    content:"";
    position:absolute;
    z-index:-1;
    left:50%;
    top:-2px;
    width:min(76%,1180px);
    height:2px;
    transform:translateX(-50%);
    background:linear-gradient(90deg,transparent,#64e8c0 30%,#b574ff 70%,transparent);
    box-shadow:0 0 20px rgba(108,230,195,.45);
}
.nt-footer-logo img { filter:drop-shadow(0 12px 24px rgba(92,36,181,.22)); transition:transform .3s ease,filter .3s ease; }
.nt-footer-logo:hover img { transform:translateY(-3px); filter:drop-shadow(0 16px 28px rgba(102,233,195,.2)); }
.nt-footer-column h3 { position:relative; padding-bottom:10px; }
.nt-footer-column h3::after { content:""; position:absolute; left:0; bottom:0; width:30px; height:2px; border-radius:4px; background:linear-gradient(90deg,#68e9c1,#9c56ee); box-shadow:0 0 9px rgba(104,233,193,.25); }
.nt-footer-column a { position:relative; width:max-content; max-width:100%; transition:color .22s ease,transform .22s ease,text-shadow .22s ease; }
.nt-footer-column a:hover { color:#78edc7; transform:translateX(4px); text-shadow:0 0 12px rgba(120,237,199,.2); }
.nt-social-links a { background:rgba(255,255,255,.035); box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 8px 20px rgba(3,1,18,.18); transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease; }
.nt-social-links a:hover { color:#0c082c; background:linear-gradient(135deg,#72edc7,#9d6bf0); border-color:rgba(255,255,255,.55); box-shadow:0 12px 26px rgba(91,222,186,.2); transform:translateY(-4px); }
.nt-footer-bottom { position:relative; background:linear-gradient(90deg,rgba(4,4,27,.9),rgba(11,7,42,.96),rgba(23,8,60,.94)); border-top-color:rgba(151,105,231,.18); }
.nt-payment-badge { box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 6px 18px rgba(2,1,17,.22); }
.nt-payment-badge:hover { transform:translateY(-3px) scale(1.03); box-shadow:0 10px 22px rgba(3,1,20,.28); }

/* Responsive */
@media (max-width: 1199.98px) {
    .nt-main-nav.navbar,
    .nt-main-nav .container { min-height: 82px; }
    .nt-brand { width: 190px; }
    .nt-brand .logo-img { height: 54px; }
    .nt-main-nav .navbar-collapse { position: absolute; top: 100%; left: 0; right: 0; padding: 18px max(25px, calc((100vw - 960px)/2)); background: #171247; box-shadow: 0 18px 30px rgba(10,8,40,.25); }
    .nt-primary-menu { height: auto; align-items: stretch; }
    .nt-primary-menu .nav-item { display: block; }
    .nt-primary-menu .nav-link { padding: 12px !important; border-radius: 8px; }
    .nt-primary-menu .nav-link:before { display: none; }
    .nt-nav-account { padding: 10px 12px 4px; }
    .nt-client-btn { width: 100%; }
    .nt-help-strip { flex-direction: column; align-items: flex-start; }
    .nt-help-actions { width: 100%; }
    .nt-help-actions a { flex: 1; min-width: 0; }
    .nt-footer-brand { padding-right: 25px; }
}

@media (max-width: 991.98px) {
    .nt-utility-contact a:first-child { display: none; }
    .nt-hero-content { padding-top: 60px; }
    .nt-domain-form { grid-template-columns: minmax(0, 1fr) 145px; }
    .nt-why-us { padding: 48px; }
    .nt-feature-grid { margin: 38px 0 0; }
    .nt-auth-shell { grid-template-columns: 1fr; }
    .nt-auth-brand { min-height: 430px; padding: 55px 8vw; }
    .nt-auth-brand ul { display: flex; flex-wrap: wrap; gap: 14px 25px; }
    .nt-auth-brand li { margin: 0; }
    .nt-auth-form { padding: 65px 8vw; }
    .nt-registration-shell { grid-template-columns: 1fr; }
    .nt-registration-benefits { min-height: auto; }
    .nt-registration-sticky { position: static; }
    .nt-registration-sticky ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
    .nt-dashboard-hero { align-items: flex-start; flex-direction: column; }
    .nt-footer-brand { margin-bottom: 30px; }
}

@media (max-width: 767.98px) {
    .nt-utility-inner { min-height: 38px; }
    .nt-utility-links { gap: 14px; }
    .nt-utility-contact { display: none; }
    .nt-utility-bar a { font-size: 9px; }
    .nt-main-nav.navbar,
    .nt-main-nav .container { min-height: 72px; }
    .nt-brand { width: 155px; margin-right: 10px; }
    .nt-brand .logo-img { height: 46px; }
    .nt-hero { min-height: 560px; }
    .nt-hero-content { padding: 48px 20px 80px; }
    .nt-hero h1 { font-size: 41px; }
    .nt-hero-content > p { font-size: 15px; }
    .nt-domain-form { display: grid; grid-template-columns: 1fr; border-width: 4px; }
    .nt-domain-field { border-radius: 10px 10px 0 0; }
    .nt-domain-submit.btn { grid-column: 1 / -1; min-height: 55px; border-radius: 0 0 10px 10px; }
    .nt-tld-prices a { padding: 5px 12px; }
    .nt-section { padding: 65px 0; }
    .nt-why-us { margin: 0 0 55px; padding: 38px 25px; border-radius: 20px; }
    .nt-feature-grid { grid-template-columns: 1fr; }
    .nt-help-strip { margin-bottom: 55px; padding: 30px 24px; }
    .nt-help-actions { flex-direction: column; }
    .nt-help-actions a { width: 100%; }
    .nt-register-intro h1 { font-size: 35px; }
    .nt-registration-sticky ul { grid-template-columns: 1fr; }
    .nt-page-hero { padding: 38px 28px; }
    .nt-page-hero h1 { font-size: 34px; }
    .nt-dashboard-actions { width: 100%; flex-wrap: wrap; }
    .nt-dashboard-actions .btn { flex: 1; }
    .nt-footer-grid { padding: 55px 16px 40px; }
    .nt-footer-column { margin-top: 25px; }
    .nt-footer-bottom .container { padding: 22px 20px; flex-direction: column; justify-content: center; text-align: center; }
    .nt-footer-payment-wrap { align-items: center; }
    .nt-payment-methods { justify-content: center; max-width: 560px; }
}

@media (max-width: 479.98px) {
    .nt-utility-links a i { display: none; }
    .nt-brand { width: 140px; }
    .nt-hero h1 { font-size: 35px; }
    .nt-domain-form { grid-template-columns: 1fr; }
    .nt-domain-field i { display: none; }
    .nt-domain-field input { padding: 0 15px; font-size: 15px; }
    .nt-domain-tld { padding: 0 10px; font-size: 15px; }
    .nt-tld-prices span { display: none; }
    .nt-auth-brand,
    .nt-auth-form { padding-left: 25px; padding-right: 25px; }
    .nt-registration-shell { padding-left: 14px; padding-right: 14px; }
    .nt-registration-sticky { padding: 30px 24px; }
    .nt-dashboard-hero { padding: 28px 23px; }
}

/* Domains, tickets and invoices: unified account workspace */
.nt-account-list-page { color: var(--nt-ink); }
.nt-list-hero {
    position: relative; display: flex; min-height: 190px; align-items: center; justify-content: space-between; gap: 30px;
    margin: 0 0 30px; padding: 34px 38px; overflow: hidden; border-radius: 26px; color: #fff;
    box-shadow: 0 24px 52px rgba(29,16,72,.18);
}
.nt-list-hero-domains { background: linear-gradient(125deg,#171047 0%,#312074 54%,#6e20c6 100%); }
.nt-list-hero-tickets { background: linear-gradient(125deg,#102f3d 0%,#183969 44%,#5421a8 100%); }
.nt-list-hero-invoices { background: linear-gradient(125deg,#211144 0%,#4b1d86 53%,#9a3d92 100%); }
.nt-list-hero::before, .nt-list-hero::after { content: ""; position: absolute; pointer-events: none; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.nt-list-hero::before { width: 310px; height: 310px; top: -210px; right: -35px; }
.nt-list-hero::after { width: 210px; height: 210px; top: -143px; right: 18px; }
.nt-list-hero-copy { position: relative; z-index: 1; display: flex; min-width: 0; align-items: center; gap: 21px; }
.nt-list-hero-icon { display: inline-flex; flex: 0 0 68px; width: 68px; height: 68px; align-items: center; justify-content: center; border-radius: 22px; color: #15382f; background: linear-gradient(135deg,#8aefd0,#5ed2ad); box-shadow: 0 16px 32px rgba(62,210,166,.22); font-size: 25px; }
.nt-list-eyebrow { color: #70e7c4; font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.nt-list-eyebrow i { margin-right: 5px; font-size: 5px; vertical-align: middle; }
.nt-list-hero h1 { margin: 8px 0 7px; color: #fff !important; font-size: clamp(31px,3vw,43px); font-weight: 850; line-height: 1.03; letter-spacing: -.045em; }
.nt-list-hero p { max-width: 570px; margin: 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.65; }
.nt-list-hero-side { position: relative; z-index: 1; display: flex; align-items: flex-end; flex-direction: column; gap: 13px; }
.nt-list-total { display: flex; align-items: center; gap: 10px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.nt-list-total strong { color: #73e4c2; font-size: 22px; line-height: 1; }
.nt-list-total span { color: rgba(255,255,255,.8); font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.nt-list-actions { display: flex; gap: 8px; }
.nt-list-btn { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; gap: 8px; padding: 9px 15px; border: 1px solid rgba(255,255,255,.17); border-radius: 12px; font-size: 9px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.nt-list-btn:hover { color: inherit; text-decoration: none; transform: translateY(-2px); }
.nt-list-btn-ghost { color: #fff; background: rgba(255,255,255,.08); }
.nt-list-btn-ghost:hover { color: #fff; background: rgba(255,255,255,.14); }
.nt-list-btn-mint { color: #13392f; border-color: #63d8b5; background: #69dcb9; box-shadow: 0 10px 24px rgba(70,210,168,.18); }
.nt-list-btn-mint:hover { color: #13392f; background: #80e8c8; box-shadow: 0 14px 26px rgba(70,210,168,.27); }
.nt-list-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin: 0 4px 17px; }
.nt-list-section-heading span { color: #6e28cf; font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.nt-list-section-heading h2 { margin: 5px 0 0; color: var(--nt-navy); font-size: 25px; font-weight: 850; letter-spacing: -.035em; }
.nt-list-section-heading p { max-width: 390px; margin: 0; color: #83778f; font-size: 10px; text-align: right; }
.nt-domain-bulkbar { display: flex; align-items: center; gap: 7px; margin: 0 0 12px; padding: 9px; border: 1px solid #e9e1f1; border-radius: 15px; background: #fff; box-shadow: 0 9px 24px rgba(33,18,74,.055); }
.nt-domain-bulk-label { display: inline-flex; align-items: center; gap: 7px; margin-right: 2px; padding: 8px 11px; border-radius: 10px; color: #fff; background: #211452; font-size: 8px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.nt-domain-bulk-label i { color: #72e0be; }
.nt-bulk-button { min-height: 34px; padding: 7px 10px; border: 1px solid #e5ddec; border-radius: 10px; color: #5f536e; background: #faf8fd; font-size: 8px; font-weight: 800; transition: all .18s ease; }
.nt-bulk-button:hover { color: #6420bd; border-color: #cdb6e8; background: #f6efff; }
.nt-domain-bulkbar .dropdown-menu { padding: 6px; border: 1px solid #eadff3; border-radius: 12px; box-shadow: 0 16px 32px rgba(38,20,80,.13); }
.nt-domain-bulkbar .dropdown-item { padding: 9px 11px; border-radius: 8px; font-size: 9px; }

.nt-list-table-shell { padding: 17px; overflow: visible !important; border: 1px solid #ece6f2 !important; border-radius: 22px !important; background: #fff; box-shadow: 0 20px 48px rgba(31,17,73,.085); }
.nt-list-table-shell .dataTables_wrapper > .row:first-child { align-items: center; margin: 0 0 12px; padding: 0 2px 12px; border-bottom: 1px solid #eee8f4; }
.nt-list-table-shell .dataTables_wrapper > .row:last-child { align-items: center; margin: 12px 0 0; padding: 12px 2px 0; border-top: 1px solid #eee8f4; }
.nt-list-table-shell .dataTables_info { color: #81768e; font-size: 9px; font-weight: 750; }
.nt-list-table-shell .dataTables_length label, .nt-list-table-shell .dataTables_filter label { margin: 0; color: #796d87; font-size: 9px; font-weight: 850; letter-spacing: .04em; }
.nt-list-table-shell .dataTables_filter { position: relative; }
.nt-list-table-shell .dataTables_filter::before { content: "\f002"; position: absolute; z-index: 2; top: 50%; left: 18px; color: #8d7da0; font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free"; font-size: 11px; font-weight: 900; transform: translateY(-50%); }
.nt-list-table-shell .dataTables_filter input { min-width: 220px; height: 39px; margin-left: 8px; padding: 8px 12px 8px 34px; border: 1px solid #e1d8ec; border-radius: 12px; color: #40364f; background: #faf8fd; box-shadow: none; font-size: 11px; }
.nt-list-table-shell .dataTables_length select { height: 35px; margin: 0 5px; border: 1px solid #e1d8ec; border-radius: 10px; background: #faf8fd; font-size: 10px; }
.nt-list-table-shell .pagination { gap: 5px; margin: 0; }
.nt-list-table-shell .page-link { min-width: 31px; height: 31px; padding: 7px 9px; border: 1px solid #e4dced !important; border-radius: 9px !important; color: #665875; background: #fff; font-size: 9px; text-align: center; }
.nt-list-table-shell .page-item.active .page-link { color: #fff; border-color: #6f28ce !important; background: #6f28ce; box-shadow: 0 7px 14px rgba(91,32,180,.2); }
.nt-list-table-shell table.table-list { width: 100% !important; margin: 0 !important; border: 0 !important; border-collapse: separate !important; border-spacing: 0 9px !important; background: transparent !important; }
.nt-list-table-shell table.table-list thead th { padding: 13px 12px !important; border: 0 !important; color: rgba(255,255,255,.83) !important; background: #171047 !important; font-size: 8px !important; font-weight: 900 !important; letter-spacing: .085em; text-transform: uppercase; }
.nt-list-table-shell table.table-list thead th:first-child { border-radius: 13px 0 0 13px; }
.nt-list-table-shell table.table-list thead th:last-child { border-radius: 0 13px 13px 0; }
.nt-list-table-shell table.table-list tbody tr.nt-list-data-row { cursor: pointer; filter: drop-shadow(0 7px 12px rgba(31,17,73,.04)); transition: transform .2s ease, filter .2s ease; }
.nt-list-table-shell table.table-list tbody tr.nt-list-data-row:hover { filter: drop-shadow(0 12px 19px rgba(31,17,73,.1)); transform: translateY(-2px); }
.nt-list-table-shell table.table-list tbody td { padding: 15px 12px !important; border-top: 1px solid #eee9f4 !important; border-bottom: 1px solid #eee9f4 !important; color: #5e536d; background: #fff !important; font-size: 10px; vertical-align: middle; }
.nt-list-table-shell table.table-list tbody td:first-child { border-left: 1px solid #eee9f4 !important; border-radius: 15px 0 0 15px; }
.nt-list-table-shell table.table-list tbody td:last-child { border-right: 1px solid #eee9f4 !important; border-radius: 0 15px 15px 0; }
.nt-list-table-shell .nt-list-row-icon { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; overflow: hidden; border-radius: 12px; color: #7028c8; background: #f0e7fc; font-size: 14px; }
.nt-list-table-shell .nt-list-row-icon img { max-width: 25px; }
.nt-list-table-shell .nt-primary-cell { display: block; color: var(--nt-navy); font-size: 13px; font-weight: 850; }
.nt-domain-renewal { display: block; margin-top: 5px; color: #8a7e96; font-size: 8px; }
.nt-date-chip { display: inline-flex; min-height: 27px; align-items: center; justify-content: center; padding: 5px 9px; border-radius: 9px; color: #655873; background: #f6f3f9; font-size: 9px; font-weight: 750; }
.nt-list-table-shell .label.status { display: inline-flex; min-width: 67px; min-height: 26px; align-items: center; justify-content: center; padding: 5px 9px; border: 0 !important; border-radius: 999px; font-size: 8px; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.nt-list-table-shell .status-active, .nt-list-table-shell .status-paid, .nt-list-table-shell .status-answered { color: #08765e !important; background: #dff8ee !important; }
.nt-list-table-shell .status-pending, .nt-list-table-shell .status-unpaid, .nt-list-table-shell .status-open { color: #966303 !important; background: #fff2d2 !important; }
.nt-list-table-shell .status-expired, .nt-list-table-shell .status-cancelled, .nt-list-table-shell .status-closed, .nt-list-table-shell .status-terminated { color: #aa3d59 !important; background: #ffe5ec !important; }
.nt-list-table-shell .status-refunded, .nt-list-table-shell .status-customer-reply { color: #5c35a3 !important; background: #eee6fc !important; }
.nt-list-row-arrow { display: inline-flex; width: 27px; height: 27px; align-items: center; justify-content: center; margin-left: 7px; border-radius: 9px; color: #6e27c9; background: #f2e9fd; font-size: 9px; transition: transform .2s ease, background .2s ease; }
.nt-list-data-row:hover .nt-list-row-arrow { color: #fff; background: #6e27c9; transform: translateX(2px); }
.nt-domains-table-shell #tableDomainsList tbody td:first-child { width: 42px; text-align: center; }
.nt-domains-table-shell #tableDomainsList tbody td:nth-child(2) { width: 58px; text-align: center; }
.nt-domains-table-shell input.domids { width: 16px; height: 16px; accent-color: #6e27c9; }
.nt-ticket-department { display: inline-flex; align-items: center; gap: 8px; color: #483d58; font-weight: 800; }
.nt-ticket-department i { display: inline-flex; width: 30px; height: 30px; align-items: center; justify-content: center; border-radius: 10px; color: #0f8c73; background: #e1f8f1; }
.nt-ticket-title { display: flex; align-items: center; gap: 9px; color: var(--nt-navy); }
.nt-ticket-title:hover { color: #6f28ca; text-decoration: none; }
.nt-ticket-title .ticket-number { padding: 4px 7px; border-radius: 7px; color: #6c27c4; background: #f1e7fc; font-size: 8px; font-weight: 900; }
.nt-ticket-title .ticket-subject { font-size: 11px; font-weight: 750; }
.nt-ticket-title .ticket-subject.unread { color: #171047; font-weight: 900; }
.nt-invoice-number { display: inline-flex; align-items: center; gap: 9px; color: var(--nt-navy); }
.nt-invoice-number i { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 11px; color: #6f28c9; background: #f0e7fc; }
.nt-invoice-number strong { font-size: 12px; }
.nt-invoice-total { color: #211452; font-size: 12px; font-weight: 900; }

.nt-list-table-shell td.dataTables_empty { position: relative; height: 195px; padding: 95px 20px 25px !important; border: 1px dashed #dcd0e8 !important; border-radius: 17px !important; color: #81728e !important; background: linear-gradient(180deg,#fbf9fd,#f7f3fb) !important; font-size: 11px !important; font-weight: 750; text-align: center !important; }
.nt-list-table-shell td.dataTables_empty::before { content: "\f49e"; position: absolute; left: 50%; top: 32px; display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; margin-left: -24px; border-radius: 16px; color: #6e28ca; background: #eee4fb; font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free"; font-size: 18px; font-weight: 900; }
.nt-tickets-table-shell td.dataTables_empty::before { content: "\f590"; color: #108f76; background: #e1f8f1; }
.nt-invoices-table-shell td.dataTables_empty::before { content: "\f571"; color: #9a3d92; background: #f8e5f4; }

@media (max-width: 991.98px) {
    .nt-list-hero { align-items: flex-start; flex-direction: column; }
    .nt-list-hero-side { width: 100%; align-items: flex-start; }
    .nt-list-actions { width: 100%; }
    .nt-list-section-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
    .nt-list-section-heading p { text-align: left; }
    .nt-domain-bulkbar { align-items: stretch; flex-wrap: wrap; }
}
@media (max-width: 767.98px) {
    .nt-list-hero { min-height: 0; padding: 27px 22px; border-radius: 21px; }
    .nt-list-hero-copy { align-items: flex-start; flex-direction: column; }
    .nt-list-hero h1 { font-size: 31px; }
    .nt-list-actions { flex-direction: column; }
    .nt-list-btn { width: 100%; }
    .nt-list-section-heading h2 { font-size: 22px; }
    .nt-domain-bulk-label { width: 100%; }
    .nt-bulk-button { flex: 1 1 auto; }
    .nt-list-table-shell { padding: 12px; }
    .nt-list-table-shell .dataTables_filter input { min-width: 0; width: 100%; margin: 6px 0 0; }
    .nt-list-table-shell .dataTables_filter::before { top: auto; bottom: 13px; left: 12px; }
    .nt-list-table-shell table.table-list thead { display: none; }
    .nt-list-table-shell table.table-list, .nt-list-table-shell table.table-list tbody { display: block; width: 100% !important; }
    .nt-list-table-shell table.table-list tbody tr.nt-list-data-row { display: block; width: 100%; margin: 0 0 13px; overflow: hidden; border: 1px solid #e8e1f0; border-radius: 17px; background: #fff; filter: drop-shadow(0 8px 15px rgba(31,17,73,.05)); }
    .nt-list-table-shell table.table-list tbody td { display: flex; width: 100% !important; min-height: 48px; align-items: center; justify-content: space-between; padding: 10px 13px !important; border: 0 !important; border-top: 1px solid #f0ebf5 !important; border-radius: 0 !important; text-align: right !important; }
    .nt-list-table-shell table.table-list tbody td::before { content: attr(data-label); margin-right: 14px; color: #8a7c99; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
    .nt-list-table-shell table.table-list tbody td:first-child { border-top: 0 !important; }
    .nt-domains-table-shell table.table-list tbody td:nth-child(2)::before { content: "Security"; }
    .nt-list-table-shell td.dataTables_empty { display: block !important; height: 180px; padding: 92px 20px 20px !important; border: 1px dashed #dcd0e8 !important; text-align: center !important; }
    .nt-list-table-shell td.dataTables_empty::before { display: flex; }
    .nt-list-table-shell .dataTables_length, .nt-list-table-shell .dataTables_info { text-align: left !important; }
    .nt-ticket-title { justify-content: flex-end; text-align: right; }
}

/* cPanel service details: branded hosting control center */
.nt-service-control-center { color: var(--nt-ink); }
.nt-service-hero {
    position: relative;
    display: flex;
    min-height: 190px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin: 0 0 26px;
    padding: 35px 38px;
    overflow: hidden;
    border-radius: 26px;
    color: #fff;
    background:
        radial-gradient(circle at 91% 0%, rgba(129, 45, 232, .78), transparent 35%),
        radial-gradient(circle at 3% 105%, rgba(104, 220, 177, .2), transparent 31%),
        linear-gradient(135deg, #0f0a38, #241162 62%, #42108c);
    box-shadow: 0 24px 60px rgba(28, 13, 76, .2);
}
.nt-service-hero::before,
.nt-service-hero::after { content: ""; position: absolute; pointer-events: none; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.nt-service-hero::before { width: 245px; height: 245px; top: -155px; right: -30px; }
.nt-service-hero::after { width: 155px; height: 155px; top: -100px; right: 18px; }
.nt-service-hero-main { position: relative; z-index: 1; display: flex; align-items: center; gap: 20px; min-width: 0; }
.nt-service-hero-icon { display: inline-flex; flex: 0 0 64px; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 21px; color: #0f3028; background: linear-gradient(135deg, #84e8c7, #5ed3ad); box-shadow: 0 14px 30px rgba(67,202,163,.2); font-size: 23px; }
.nt-service-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #7ce5c1; font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.nt-service-eyebrow i { font-size: 7px; }
.nt-service-hero h1 { overflow: hidden; margin: 9px 0 6px; color: #fff !important; font-size: clamp(31px, 3vw, 42px); font-weight: 850; line-height: 1.04; letter-spacing: -.045em; text-overflow: ellipsis; white-space: nowrap; }
.nt-service-hero p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; }
.nt-service-hero p i { margin-right: 7px; color: #75dfbc; }
.nt-service-hero-actions { position: relative; z-index: 1; display: flex; flex: 0 0 auto; gap: 9px; }
.nt-service-btn { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 9px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; color: #fff; font-size: 11px; font-weight: 850; transition: .2s ease; }
.nt-service-btn:hover { color: #fff; text-decoration: none; transform: translateY(-2px); }
.nt-service-btn-secondary { background: rgba(255,255,255,.08); }
.nt-service-btn-secondary:hover { background: rgba(255,255,255,.15); }
.nt-service-btn-primary { color: #10342b; border-color: #68dcb1; background: #68dcb1; box-shadow: 0 10px 24px rgba(52,190,148,.18); }
.nt-service-btn-primary:hover { color: #10342b; background: #84e7c5; }
.nt-service-section-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; margin: 0 2px 16px; }
.nt-service-section-intro span { color: #7440c0; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.nt-service-section-intro h2 { margin: 5px 0 0; color: var(--nt-navy); font-size: 25px; font-weight: 850; letter-spacing: -.035em; }
.nt-service-section-intro p { max-width: 420px; margin: 0; color: #7d748b; font-size: 11px; text-align: right; }

.nt-service-control-center .panel.card,
.nt-service-control-center .card.panel-default {
    overflow: hidden;
    margin-bottom: 18px !important;
    border: 0 !important;
    border-radius: 21px !important;
    background: #fff;
    box-shadow: 0 15px 40px rgba(30, 16, 74, .085) !important;
}
.nt-service-control-center .panel > .card-header,
.nt-service-control-center .card.panel-default > .card-header {
    position: relative;
    display: flex;
    min-height: 62px;
    align-items: center;
    padding: 17px 19px 17px 64px !important;
    border: 0 !important;
    background: linear-gradient(135deg, #fdfcff, #f6f2fc) !important;
}
.nt-service-control-center .panel > .card-header::before,
.nt-service-control-center .card.panel-default > .card-header::before {
    content: "\2726";
    position: absolute;
    left: 19px;
    display: inline-flex;
    width: 33px;
    height: 33px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #fff;
    background: linear-gradient(135deg, #24145d, #7a2ce0);
    box-shadow: 0 8px 18px rgba(89,36,177,.18);
    font-family: "Segoe UI Symbol", sans-serif;
    font-size: 14px;
    font-weight: 800;
}
.nt-service-control-center .panel > .card-header::after,
.nt-service-control-center .card.panel-default > .card-header::after { content: ""; position: absolute; top: 0; right: 22px; left: 22px; height: 3px; border-radius: 0 0 8px 8px; background: linear-gradient(90deg, #6ddcb1, #7a2ce0); }
.nt-service-control-center .card-title { color: var(--nt-navy) !important; font-size: 15px !important; font-weight: 850 !important; letter-spacing: -.02em; }
.nt-service-control-center .panel > .card-body { padding: 21px !important; }

#cPanelPackagePanel .card-header::before { content: "\2601"; }
#cPanelUsagePanel .card-header::before { content: "\25D4"; }
#cPanelExtrasPurchasePanel .card-header::before { content: "+"; }
#cPanelQuickShortcutsPanel .card-header::before { content: "\26A1"; background: linear-gradient(135deg,#098f83,#68dcb1); }
#cPanelQuickEmailPanel .card-header::before { content: "@"; background: linear-gradient(135deg,#098f83,#68dcb1); }
#cPanelBillingOverviewPanel .card-header::before { content: "$"; }

#cPanelPackagePanel .card-body { display: flex; min-height: 176px; align-items: center; justify-content: center; background: radial-gradient(circle at 50% 130%, #f1e8fc, transparent 55%), #fff; }
.nt-service-control-center .cpanel-package-details em { display: inline-block; margin-bottom: 5px; color: #765f91; font-size: 10px; font-style: normal; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.nt-service-control-center .cpanel-package-details h4 { color: var(--nt-navy); font-size: 25px; font-weight: 900; letter-spacing: -.035em; }
.nt-service-control-center .cpanel-package-details a { color: #6e2dc9; font-size: 12px; font-weight: 750; }
.nt-service-control-center .cpanel-package-details + p { margin: 15px 0 0; }
.nt-service-control-center .btn { border-radius: 11px; font-size: 10px; font-weight: 850; }
.nt-service-control-center .btn-default { color: #453b58; border-color: #ded5ea; background: #fff; }
.nt-service-control-center .btn-default:hover { color: #fff; border-color: #6f28ce; background: #6f28ce; }
.nt-service-control-center .btn-primary,
.nt-service-control-center .btn-info { color: #fff; border-color: #681fc4; background: linear-gradient(135deg, #4c149d, #7d29de); }
.nt-service-control-center .btn-success { color: #10342b; border-color: #68dcb1; background: #68dcb1; }
.nt-service-control-center .form-control,
.nt-service-control-center .custom-select { min-height: 42px; border: 1px solid #e4dcec; border-radius: 11px; color: #4f4561; background-color: #fcfbfe; font-size: 11px; }
.nt-service-control-center .form-control:focus,
.nt-service-control-center .custom-select:focus { border-color: #9c70d4; background: #fff; box-shadow: 0 0 0 3px rgba(111,40,206,.09); }

#cPanelUsagePanel .card-body { min-height: 260px; background: linear-gradient(145deg, #fff, #fbf9ff); }
.nt-service-control-center .cpanel-usage-stats .row { margin: 0 -6px; }
.nt-service-control-center .cpanel-usage-stats #diskUsage,
.nt-service-control-center .cpanel-usage-stats #bandwidthUsage { padding: 17px 8px; border-radius: 16px; background: #f8f5fc; color: #5f546e; font-size: 10px; }
.nt-service-control-center .cpanel-usage-stats #diskUsage { border-right: 6px solid #fff; }
.nt-service-control-center .cpanel-usage-stats strong { color: var(--nt-navy); font-size: 11px; font-weight: 850; }
.nt-service-control-center .cpanel-usage-stats canvas { filter: drop-shadow(0 8px 10px rgba(42,25,84,.08)); }
.nt-service-control-center .cpanel-usage-stats .limit-near { display: inline-flex; align-items: center; gap: 7px; margin: 18px auto 0; padding: 7px 11px; border-radius: 999px; color: #087f79 !important; background: #e8faf4; font-size: 9px; font-weight: 750; }

#cPanelExtrasPurchasePanel form { display: grid; width: 100%; grid-template-columns: 1fr; gap: 8px; }
#cPanelExtrasPurchasePanel .btn { min-height: 40px; color: #fff; border: 0; background: linear-gradient(135deg,#4c149d,#7d29de); }

#cPanelQuickShortcutsPanel .card-body { padding: 22px 16px !important; background: #faf8fd; }
.nt-service-control-center .cpanel-feature-row { margin: -5px; }
.nt-service-control-center .cpanel-feature-row > div { padding: 5px; }
.nt-service-control-center .cpanel-feature-row a { display: flex !important; min-height: 112px; align-items: center; justify-content: center; flex-direction: column; gap: 9px; margin: 0 !important; padding: 13px 8px; border: 1px solid #e9e2f2; border-radius: 16px; color: #504761; background: #fff; box-shadow: 0 8px 20px rgba(31,17,72,.045); font-size: 10px; font-weight: 750; transition: .2s ease; }
.nt-service-control-center .cpanel-feature-row a:hover { color: #6422bd; border-color: #d3bee9; box-shadow: 0 14px 26px rgba(31,17,72,.09); text-decoration: none; transform: translateY(-3px); }
.nt-service-control-center .cpanel-feature-row img { width: 42px; height: 42px; margin: 0; object-fit: contain; filter: drop-shadow(0 7px 8px rgba(45,23,88,.1)); }

#cPanelQuickEmailPanel .card-body { padding: 24px !important; }
#cPanelQuickEmailPanel .input-group-text { min-height: 42px; border-color: #e4dcec; border-radius: 0 11px 11px 0; background: #f5f1fa; }
#cPanelQuickEmailPanel .btn { min-height: 42px; color: #10342b; border: 0; background: #68dcb1; }
#cPanelBillingOverviewPanel .card-body > .row > div { padding: 5px 16px; }
#cPanelBillingOverviewPanel .card-body .row[id] { min-height: 38px; align-items: center; margin: 0 0 5px; padding: 7px 3px; border-radius: 10px; background: #f9f7fc; color: #574e67; font-size: 10px; }

.nt-service-control-center > div > h2 { margin: 24px 0 15px; color: var(--nt-navy); font-size: 23px; font-weight: 850; letter-spacing: -.035em; }
.nt-service-control-center .marketconnect-promos-container,
.nt-service-control-center .mc-promo-manage,
.nt-service-control-center .mc-promo-login { overflow: hidden; border: 0 !important; border-radius: 20px !important; background: linear-gradient(135deg,#f8f4fe,#fff) !important; box-shadow: 0 14px 34px rgba(31,17,72,.07); }

@media (max-width: 991.98px) {
    .nt-service-hero { align-items: flex-start; flex-direction: column; }
    .nt-service-hero-actions { width: 100%; }
    .nt-service-btn { flex: 1; }
}
@media (max-width: 767.98px) {
    .nt-service-hero { padding: 27px 22px; border-radius: 21px; }
    .nt-service-hero-main { align-items: flex-start; flex-direction: column; }
    .nt-service-hero h1 { font-size: 31px; white-space: normal; }
    .nt-service-section-intro { align-items: flex-start; flex-direction: column; }
    .nt-service-section-intro p { text-align: left; }
    #cPanelUsagePanel .card-body { min-height: 0; }
    .nt-service-control-center .cpanel-usage-stats #diskUsage { margin-bottom: 10px; border-right: 0; }
    .nt-service-control-center .panel > .card-body { padding: 17px !important; }
}
@media (max-width: 479.98px) {
    .nt-service-hero-actions { flex-direction: column; }
    .nt-service-btn { width: 100%; }
    .nt-service-control-center .cpanel-feature-row a { min-height: 102px; }
    .nt-service-control-center .cpanel-feature-row img { width: 37px; height: 37px; }
}

/* Products and services: visual service portfolio */
.nt-services-portfolio { color: var(--nt-ink); }
.nt-services-hero {
    position: relative;
    display: flex;
    min-height: 200px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin: 0 0 28px;
    padding: 36px 39px;
    overflow: hidden;
    border-radius: 26px;
    color: #fff;
    background:
        radial-gradient(circle at 92% 3%, rgba(128, 44, 229, .76), transparent 35%),
        radial-gradient(circle at 2% 108%, rgba(104, 220, 177, .2), transparent 31%),
        linear-gradient(135deg, #0f0a38, #21105c 62%, #3e0f88);
    box-shadow: 0 24px 60px rgba(28, 13, 76, .2);
}
.nt-services-hero::before,
.nt-services-hero::after { content: ""; position: absolute; pointer-events: none; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.nt-services-hero::before { width: 250px; height: 250px; top: -160px; right: -35px; }
.nt-services-hero::after { width: 160px; height: 160px; top: -105px; right: 15px; }
.nt-services-hero-main { position: relative; z-index: 1; display: flex; min-width: 0; align-items: center; gap: 20px; }
.nt-services-hero-icon { display: inline-flex; flex: 0 0 64px; width: 64px; height: 64px; align-items: center; justify-content: center; border-radius: 21px; color: #10342b; background: linear-gradient(135deg,#86e9c8,#5ed3ad); box-shadow: 0 14px 30px rgba(67,202,163,.2); font-size: 23px; }
.nt-services-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #7ce5c1; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.nt-services-eyebrow i { font-size: 7px; }
.nt-services-hero h1 { margin: 9px 0 7px; color: #fff !important; font-size: clamp(31px,3vw,42px); font-weight: 850; line-height: 1.04; letter-spacing: -.045em; }
.nt-services-hero p { max-width: 570px; margin: 0; color: rgba(255,255,255,.72); font-size: 12px; }
.nt-services-hero-side { position: relative; z-index: 1; display: flex; align-items: flex-end; flex-direction: column; gap: 14px; }
.nt-services-total { display: inline-flex; align-items: center; gap: 10px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(255,255,255,.07); }
.nt-services-total strong { color: #7ce5c1; font-size: 18px; line-height: 1; }
.nt-services-total span { color: rgba(255,255,255,.78); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.nt-services-hero-actions { display: flex; gap: 9px; }
.nt-services-btn { display: inline-flex; min-height: 43px; align-items: center; justify-content: center; gap: 8px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.17); border-radius: 13px; color: #fff; font-size: 10px; font-weight: 850; transition: .2s ease; }
.nt-services-btn:hover { color: #fff; text-decoration: none; transform: translateY(-2px); }
.nt-services-btn-secondary { background: rgba(255,255,255,.08); }
.nt-services-btn-secondary:hover { background: rgba(255,255,255,.15); }
.nt-services-btn-primary { color: #10342b; border-color: #68dcb1; background: #68dcb1; box-shadow: 0 10px 22px rgba(52,190,148,.18); }
.nt-services-btn-primary:hover { color: #10342b; background: #84e7c5; }
.nt-services-section-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin: 0 3px 16px; }
.nt-services-section-intro span { color: #7440c0; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.nt-services-section-intro h2 { margin: 5px 0 0; color: var(--nt-navy); font-size: 25px; font-weight: 850; letter-spacing: -.035em; }
.nt-services-section-intro p { margin: 0; color: #7d748b; font-size: 11px; text-align: right; }

.nt-services-table-shell { padding: 18px; overflow: visible !important; border: 0 !important; border-radius: 22px !important; background: #fff; box-shadow: 0 18px 46px rgba(31,17,73,.095); }
.nt-services-table-shell .dataTables_wrapper > .row:first-child { align-items: center; margin: 0 0 13px; padding: 0 2px 13px; border-bottom: 1px solid #eee8f4; }
.nt-services-table-shell .dataTables_wrapper > .row:last-child { align-items: center; margin: 13px 0 0; padding: 13px 2px 0; border-top: 1px solid #eee8f4; }
.nt-services-table-shell .dataTables_info { color: #81768e; font-size: 9px; font-weight: 750; }
.nt-services-table-shell .dataTables_length label,
.nt-services-table-shell .dataTables_filter label { margin: 0; color: #796d87; font-size: 9px; font-weight: 800; letter-spacing: .04em; }
.nt-services-table-shell .dataTables_filter input { min-width: 210px; height: 39px; margin-left: 8px; padding: 8px 12px 8px 34px; border: 1px solid #e1d8ec; border-radius: 12px; color: #40364f; background: #faf8fd; box-shadow: none; font-size: 11px; }
.nt-services-table-shell .dataTables_filter { position: relative; }
.nt-services-table-shell .dataTables_filter::before { content: "\f002"; position: absolute; z-index: 2; top: 50%; left: 18px; color: #8d7da0; font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free"; font-size: 11px; font-weight: 900; transform: translateY(-50%); }
.nt-services-table-shell .dataTables_length select { height: 35px; margin: 0 5px; border: 1px solid #e1d8ec; border-radius: 10px; background: #faf8fd; font-size: 10px; }

.nt-services-table-shell #tableServicesList { width: 100% !important; margin: 0 !important; border: 0 !important; border-collapse: separate !important; border-spacing: 0 9px !important; background: transparent !important; }
.nt-services-table-shell #tableServicesList thead th { padding: 13px 12px !important; border: 0 !important; color: rgba(255,255,255,.82) !important; background: #171047 !important; font-size: 9px !important; font-weight: 850 !important; letter-spacing: .08em; text-transform: uppercase; }
.nt-services-table-shell #tableServicesList thead th:first-child { border-radius: 13px 0 0 13px; }
.nt-services-table-shell #tableServicesList thead th:last-child { border-radius: 0 13px 13px 0; }
.nt-services-table-shell #tableServicesList tbody tr { position: relative; cursor: pointer; filter: drop-shadow(0 7px 12px rgba(31,17,73,.04)); transition: transform .2s ease, filter .2s ease; }
.nt-services-table-shell #tableServicesList tbody tr:hover { filter: drop-shadow(0 12px 18px rgba(31,17,73,.1)); transform: translateY(-2px); }
.nt-services-table-shell #tableServicesList tbody td { padding: 16px 12px !important; border-top: 1px solid #eee9f4 !important; border-bottom: 1px solid #eee9f4 !important; color: #5e536d; background: #fff !important; font-size: 10px; vertical-align: middle; }
.nt-services-table-shell #tableServicesList tbody td:first-child { width: 64px; border-left: 1px solid #eee9f4 !important; border-radius: 15px 0 0 15px; }
.nt-services-table-shell #tableServicesList tbody td:last-child { min-width: 135px; border-right: 1px solid #eee9f4 !important; border-radius: 0 15px 15px 0; }
.nt-services-table-shell #tableServicesList tbody td:nth-child(2) strong { color: var(--nt-navy); font-size: 13px; font-weight: 850; }
.nt-services-table-shell #tableServicesList tbody td:nth-child(2) a { display: inline-block; margin-top: 3px; color: #7941c5; font-size: 10px; font-weight: 750; }
.nt-service-list-icon { display: inline-flex; width: 39px; height: 39px; align-items: center; justify-content: center; border-radius: 13px; color: #6b27ca; background: #f1e8fc; }
.nt-service-list-icon img { width: 22px; max-height: 25px; object-fit: contain; }
.nt-service-due-date { display: inline-flex; padding: 7px 10px; border-radius: 9px; color: #5b5068; background: #f7f4fa; font-weight: 750; }
.nt-services-table-shell .label.status { display: inline-flex; min-width: 65px; min-height: 26px; align-items: center; justify-content: center; padding: 5px 9px; border: 0 !important; border-radius: 999px; font-size: 8px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.nt-services-table-shell .status-active { color: #08765e !important; background: #dff8ee !important; }
.nt-services-table-shell .status-pending { color: #9a6503 !important; background: #fff3d4 !important; }
.nt-services-table-shell .status-suspended { color: #ac4a06 !important; background: #ffeadb !important; }
.nt-services-table-shell .status-terminated,
.nt-services-table-shell .status-cancelled { color: #ad3c59 !important; background: #ffe5ec !important; }
.nt-service-row-arrow { display: inline-flex; width: 26px; height: 26px; align-items: center; justify-content: center; margin-left: 9px; border: 1px solid #e4dced; border-radius: 50%; color: #9a8ba9; font-size: 8px; transition: .2s ease; }
.nt-service-list-row:hover .nt-service-row-arrow { color: #fff; border-color: #6f28ce; background: #6f28ce; transform: translateX(2px); }
.nt-services-table-shell .pagination { gap: 5px; margin: 0; }
.nt-services-table-shell .page-link { min-width: 31px; height: 31px; padding: 7px 9px; border: 1px solid #e4dced !important; border-radius: 9px !important; color: #665875; background: #fff; font-size: 9px; text-align: center; }
.nt-services-table-shell .page-item.active .page-link { color: #fff; border-color: #6f28ce !important; background: #6f28ce; box-shadow: 0 7px 14px rgba(91,32,180,.2); }

@media (max-width: 991.98px) {
    .nt-services-hero { align-items: flex-start; flex-direction: column; }
    .nt-services-hero-side { width: 100%; align-items: flex-start; }
    .nt-services-hero-actions { width: 100%; }
    .nt-services-btn { flex: 1; }
}
@media (max-width: 767.98px) {
    .nt-services-hero { padding: 27px 22px; border-radius: 21px; }
    .nt-services-hero-main { align-items: flex-start; flex-direction: column; }
    .nt-services-hero h1 { font-size: 31px; }
    .nt-services-section-intro { align-items: flex-start; flex-direction: column; }
    .nt-services-section-intro p { text-align: left; }
    .nt-services-table-shell { padding: 13px; }
    .nt-services-table-shell .dataTables_filter input { min-width: 0; width: 100%; margin: 6px 0 0; }
    .nt-services-table-shell .dataTables_filter::before { top: auto; bottom: 13px; left: 12px; }
    .nt-services-table-shell #tableServicesList thead { display: none; }
    .nt-services-table-shell #tableServicesList,
    .nt-services-table-shell #tableServicesList tbody { display: block; width: 100% !important; }
    .nt-services-table-shell #tableServicesList tbody tr { display: grid; grid-template-columns: 54px minmax(0,1fr); width: 100%; margin: 0 0 13px; overflow: hidden; border: 1px solid #e8e1f0; border-radius: 17px; background: #fff; filter: drop-shadow(0 8px 15px rgba(31,17,73,.05)); }
    .nt-services-table-shell #tableServicesList tbody td { display: flex; width: 100% !important; min-height: 45px; align-items: center; justify-content: space-between; grid-column: 1 / -1; padding: 10px 13px !important; border: 0 !important; border-top: 1px solid #f0ebf5 !important; border-radius: 0 !important; text-align: right !important; }
    .nt-services-table-shell #tableServicesList tbody td::before { content: attr(data-label); margin-right: 14px; color: #8a7c99; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
    .nt-services-table-shell #tableServicesList tbody td:first-child { grid-column: 1; grid-row: 1; min-width: 0; min-height: 70px; justify-content: center; border: 0 !important; }
    .nt-services-table-shell #tableServicesList tbody td:first-child::before { display: none; }
    .nt-services-table-shell #tableServicesList tbody td:nth-child(2) { display: block; grid-column: 2; grid-row: 1; min-height: 70px; padding: 14px 10px !important; border: 0 !important; text-align: left !important; }
    .nt-services-table-shell #tableServicesList tbody td:nth-child(2)::before { display: none; }
}
@media (max-width: 479.98px) {
    .nt-services-hero-actions { flex-direction: column; }
    .nt-services-btn { width: 100%; }
    .nt-services-table-shell .dataTables_length,
    .nt-services-table-shell .dataTables_info { text-align: left !important; }
}

/* Custom domain registration experience */
body.nt-cart-page .nt-main-body > .container { max-width: 1380px; }
body.nt-cart-page .nt-breadcrumb { border-bottom: 1px solid #eceaf4; }
.nt-domain-register { --nt-domain-glow: rgba(113, 35, 205, .38); color: var(--nt-text); }
.nt-domain-register > .row { align-items: flex-start; }
.nt-domain-register .cart-sidebar { width: 23%; padding-right: 24px; position: sticky; top: 22px; }
.nt-domain-register .cart-body { width: 77%; }

.nt-domain-register .cart-sidebar .card-sidebar {
    margin-bottom: 18px !important;
    overflow: hidden;
    border: 1px solid #e8e4f2;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(25, 17, 63, .07);
}
.nt-domain-register .cart-sidebar .panel-heading,
.nt-domain-register .cart-sidebar .card-header {
    padding: 17px 18px;
    border: 0;
    background: linear-gradient(135deg, var(--nt-navy), #24145d) !important;
    color: #fff;
}
.nt-domain-register .cart-sidebar .panel-title { color: #fff; font-size: 14px; letter-spacing: -.01em; }
.nt-domain-register .cart-sidebar .list-group-item {
    display: flex;
    align-items: center;
    min-height: 45px;
    padding: 11px 16px;
    color: #656278;
    border-color: #f0eef6;
    font-size: 13px;
    font-weight: 600;
}
.nt-domain-register .cart-sidebar .list-group-item i { width: 22px; color: var(--nt-purple); }
.nt-domain-register .cart-sidebar .list-group-item:hover,
.nt-domain-register .cart-sidebar .list-group-item.active {
    padding-left: 20px;
    color: var(--nt-purple);
    background: #f7f2fd;
    border-color: #eee5fa;
}
.nt-domain-register .cart-sidebar .panel-body,
.nt-domain-register .cart-sidebar .card-body { padding: 18px; }

/* Branded domain-order navigation cards */
.nt-domain-register .cart-sidebar [menuItemName="Categories"],
.nt-domain-register .cart-sidebar [menuItemName="Actions"] {
    position: relative;
    overflow: hidden;
    border: 0 !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 18px 48px rgba(25, 14, 70, .11) !important;
}
.nt-domain-register .cart-sidebar [menuItemName="Categories"]::before,
.nt-domain-register .cart-sidebar [menuItemName="Actions"]::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 22px;
    right: 22px;
    height: 3px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(90deg, #6ddcb1, #7a2ce0);
}
.nt-domain-register .cart-sidebar [menuItemName="Actions"]::before {
    background: linear-gradient(90deg, #7a2ce0, #ff7a9e);
}
.nt-domain-register .cart-sidebar [menuItemName="Categories"] .card-header,
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .card-header {
    padding: 20px 18px 15px;
    border: 0;
    background: linear-gradient(145deg, #ffffff 10%, #f6f2ff 100%) !important;
    color: var(--nt-navy);
}
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .card-header {
    background: linear-gradient(145deg, #ffffff 10%, #f3f8ff 100%) !important;
}
.nt-domain-register .cart-sidebar [menuItemName="Categories"] .panel-title,
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .panel-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: var(--nt-navy);
}
.nt-domain-register .cart-sidebar .nt-sidebar-heading-icon {
    display: inline-flex;
    flex: 0 0 43px;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, #24145d, #7a2ce0);
    box-shadow: 0 9px 20px rgba(91, 33, 178, .24);
}
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .nt-sidebar-heading-icon {
    background: linear-gradient(135deg, #0e8d8a, #6ddcb1);
    box-shadow: 0 9px 20px rgba(40, 173, 147, .22);
}
.nt-domain-register .cart-sidebar .nt-sidebar-heading-icon i {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto;
    color: inherit;
    font-size: 15px;
}
.nt-domain-register .cart-sidebar [menuItemName="Categories"] .nt-sidebar-heading-icon i::before,
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .nt-sidebar-heading-icon i::before {
    content: "\2726" !important;
    color: inherit;
    font-family: "Segoe UI Symbol", "Apple Symbols", "Noto Sans Symbols", sans-serif !important;
    font-size: 18px;
    font-weight: 700;
}
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .nt-sidebar-heading-icon i::before {
    content: "\26A1" !important;
}
.nt-domain-register .cart-sidebar .nt-sidebar-heading-copy {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    line-height: 1.15;
}
.nt-domain-register .cart-sidebar .nt-sidebar-heading-kicker {
    margin-bottom: 4px;
    color: #806c9c;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.nt-domain-register .cart-sidebar .nt-sidebar-heading-label {
    color: var(--nt-navy);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -.02em;
}
.nt-domain-register .cart-sidebar .card-sidebar:not([menuItemName="Categories"]):not([menuItemName="Actions"]) .nt-sidebar-heading-icon {
    display: inline;
    width: auto;
    height: auto;
    margin: 0;
    color: inherit;
    background: none;
    box-shadow: none;
}
.nt-domain-register .cart-sidebar .card-sidebar:not([menuItemName="Categories"]):not([menuItemName="Actions"]) .nt-sidebar-heading-copy {
    display: inline;
}
.nt-domain-register .cart-sidebar .card-sidebar:not([menuItemName="Categories"]):not([menuItemName="Actions"]) .nt-sidebar-heading-kicker {
    display: none;
}
.nt-domain-register .cart-sidebar .card-sidebar:not([menuItemName="Categories"]):not([menuItemName="Actions"]) .nt-sidebar-heading-label {
    color: #fff;
    font-size: 14px;
    letter-spacing: -.01em;
}
.nt-domain-register .cart-sidebar [menuItemName="Categories"] .card-minimise,
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .card-minimise {
    display: inline-flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0;
    border: 1px solid #e5ddf4;
    border-radius: 50%;
    color: #70559a;
    background: #fff;
    font-size: 10px;
}
.nt-domain-register .cart-sidebar [menuItemName="Categories"] .card-minimise::before,
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .card-minimise::before {
    content: "\2303" !important;
    font-family: Arial, sans-serif !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}
.nt-domain-register .cart-sidebar [menuItemName="Categories"] .list-group,
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .list-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 5px 10px 12px !important;
    background: transparent !important;
}
.nt-domain-register .cart-sidebar [menuItemName="Categories"] .list-group-item,
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .list-group-item {
    position: relative;
    min-height: 49px;
    margin: 0 !important;
    padding: 7px 36px 7px 9px !important;
    border: 1px solid transparent !important;
    border-radius: 14px !important;
    color: #504b66 !important;
    background: transparent !important;
    font-size: 12px;
    font-weight: 700;
    transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.nt-domain-register .cart-sidebar [menuItemName="Categories"] .list-group-item::before,
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .list-group-item > i {
    display: inline-flex;
    flex: 0 0 33px;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    margin-right: 10px;
    border-radius: 11px;
    color: #6c2ad2;
    background: #f1e8fc;
    font-family: "Segoe UI Symbol", "Apple Symbols", "Noto Sans Symbols", sans-serif !important;
    font-size: 15px;
    font-weight: 900;
}
.nt-domain-register .cart-sidebar [menuItemName="Categories"] .list-group-item::before { content: "\2601"; }
.nt-domain-register .cart-sidebar [menuItemName="Categories"] .list-group-item[menuItemName="Business Web Hosting"]::before { content: "\25C6"; }
.nt-domain-register .cart-sidebar [menuItemName="Categories"] .list-group-item[menuItemName="Offshore Hosting"]::before { content: "\25C8"; }
.nt-domain-register .cart-sidebar [menuItemName="Categories"] .list-group-item[menuItemName="NordVPN"]::before,
.nt-domain-register .cart-sidebar [menuItemName="Categories"] .list-group-item[menuItemName="nordvpn"]::before { content: "\25C9"; }
.nt-domain-register .cart-sidebar [menuItemName="Categories"] .list-group-item[menuItemName="VPN"]::before { content: "\25CE"; }
.nt-domain-register .cart-sidebar [menuItemName="Categories"] .list-group-item[menuItemName="Windows VPS Server"]::before { content: "\229E"; }
.nt-domain-register .cart-sidebar [menuItemName="Categories"] .list-group-item[menuItemName="Product Addons"]::before { content: "+"; }
.nt-domain-register .cart-sidebar [menuItemName="Categories"] .list-group-item::after,
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .list-group-item::after {
    content: "\203A";
    position: absolute;
    top: 50%;
    right: 14px;
    color: #b7abc9;
    font-family: Arial, sans-serif !important;
    font-size: 18px;
    font-weight: 900;
    transform: translateY(-50%);
    transition: transform .2s ease, color .2s ease;
}
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .list-group-item > i {
    color: #087f79;
    background: #e1f8f0;
    font-size: 0;
}
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .list-group-item > i::before {
    content: "\2022" !important;
    font-family: "Segoe UI Symbol", "Apple Symbols", "Noto Sans Symbols", sans-serif !important;
    font-size: 17px;
    font-weight: 700;
}
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .list-group-item[menuItemName="Renew Domains"] > i::before,
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .list-group-item[menuItemName="Domain Renewals"] > i::before {
    content: "\21BB" !important;
}
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .list-group-item[menuItemName="Domain Registration"] > i::before {
    content: "\25CE" !important;
}
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .list-group-item[menuItemName="Domain Transfer"] > i::before {
    content: "\2192" !important;
}
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .list-group-item[menuItemName="View Cart"] > i::before {
    content: "\25A3" !important;
}
.nt-domain-register .cart-sidebar [menuItemName="Categories"] .list-group-item:hover,
.nt-domain-register .cart-sidebar [menuItemName="Categories"] .list-group-item.active,
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .list-group-item:hover,
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .list-group-item.active {
    padding-left: 9px !important;
    color: var(--nt-navy) !important;
    border-color: #e5d8f6 !important;
    background: linear-gradient(90deg, #faf7ff, #f4effc) !important;
    box-shadow: 0 8px 20px rgba(61, 29, 121, .08) !important;
    transform: translateX(3px);
}
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .list-group-item:hover,
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .list-group-item.active {
    border-color: #cceee3 !important;
    background: linear-gradient(90deg, #f3fffb, #eff8ff) !important;
}
.nt-domain-register .cart-sidebar [menuItemName="Categories"] .list-group-item:hover::after,
.nt-domain-register .cart-sidebar [menuItemName="Categories"] .list-group-item.active::after,
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .list-group-item:hover::after,
.nt-domain-register .cart-sidebar [menuItemName="Actions"] .list-group-item.active::after {
    color: var(--nt-purple);
    transform: translate(3px, -50%);
}

.nt-domain-order-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-bottom: 48px;
    padding: 48px 50px 28px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 27px;
    color: #fff;
    background:
        radial-gradient(circle at 87% 12%, rgba(109, 220, 177, .22), transparent 23%),
        radial-gradient(circle at 10% 100%, rgba(122, 44, 224, .6), transparent 35%),
        linear-gradient(135deg, #100b39 0%, #28105f 52%, #5914a8 100%);
    box-shadow: 0 28px 65px rgba(28, 13, 70, .2);
}
.nt-domain-order-hero::before,
.nt-domain-order-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 50%;
}
.nt-domain-order-hero::before { width: 330px; height: 330px; right: -110px; top: -145px; }
.nt-domain-order-hero::after { width: 225px; height: 225px; right: -48px; top: -88px; }
.nt-domain-order-copy { max-width: 720px; margin-bottom: 27px; }
.nt-domain-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 13px;
    color: var(--nt-mint);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.nt-domain-order-copy h1 { margin: 0 0 12px; color: #fff !important; font-size: 44px; line-height: 1.08; }
.nt-domain-order-copy p { margin: 0; max-width: 660px; color: rgba(255, 255, 255, .73); font-size: 16px; line-height: 1.7; }
.nt-domain-search-shell {
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 50px rgba(10, 7, 35, .28);
}
.nt-domain-register .domain-checker-container,
.nt-domain-register .domain-checker-bg { margin: 0; padding: 0; border-radius: 13px; background: transparent !important; }
.nt-domain-register .domain-checker-container .row { margin: 0; }
.nt-domain-register .domain-checker-container .row > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-left: 0;
    padding: 0;
}
.nt-domain-register .domain-checker-container .input-group-box {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: stretch;
    width: 100%;
}
.nt-domain-register .domain-checker-container textarea,
.nt-domain-register .domain-checker-container #inputDomain {
    flex: 1 1 calc(100% - 170px);
    min-width: 0;
    min-height: 68px;
    height: 68px;
    padding: 15px 18px;
    color: var(--nt-ink);
    border: 0;
    border-radius: 11px !important;
    background: #f6f4fa;
    box-shadow: inset 0 0 0 1px #ebe6f3;
    font-size: 15px;
    line-height: 1.45;
    resize: none;
}
.nt-domain-register .domain-checker-container textarea:focus,
.nt-domain-register .domain-checker-container #inputDomain:focus {
    outline: 0;
    box-shadow: inset 0 0 0 2px var(--nt-purple), 0 0 0 4px rgba(89, 20, 168, .08);
}
.nt-domain-register .domain-checker-container #btnCheckAvailability {
    flex: 0 0 150px;
    min-height: 68px;
    margin: 0;
    padding: 14px 20px;
    border: 0;
    border-radius: 11px !important;
    color: #fff;
    background: linear-gradient(135deg, #7a2ce0, #4f1099);
    box-shadow: 0 12px 28px rgba(89, 20, 168, .3);
    font-size: 14px;
}
.nt-domain-register .domain-checker-advanced .input-group-box > textarea {
    width: auto;
    height: 90px !important;
    min-height: 90px !important;
}
.nt-domain-register .domain-checker-advanced .input-group-box > #btnCheckAvailability {
    position: static !important;
    width: 150px !important;
    height: 90px;
}
.nt-domain-register .domain-checker-container #btnCheckAvailability:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(89, 20, 168, .38); }
.nt-domain-register .domain-checker-advanced .btn-group,
.nt-domain-register .domain-checker-advanced .multiselect,
.nt-domain-register .domain-checker-advanced label {
    margin: 0 4px 0 0;
    color: #706b80;
    font-size: 11px;
    font-weight: 700;
}
.nt-domain-register .domain-checker-advanced .btn-group { margin-top: 2px; }
.nt-domain-register .domain-checker-advanced .btn-group > .btn { min-height: 34px; border: 0; border-radius: 8px; background: #f6f4fa; }
.nt-domain-register .domain-checker-advanced .multiselect { min-height: 34px; padding: 6px 10px; border-radius: 8px; background: #f6f4fa; }
.nt-domain-register .domain-checker-advanced label { display: inline-flex; align-items: center; min-height: 34px; margin-top: 2px; padding: 5px 9px; border-radius: 8px; background: #f6f4fa; }
.nt-domain-assurance { display: flex; flex-wrap: wrap; gap: 14px 30px; margin-top: 22px; color: rgba(255, 255, 255, .74); font-size: 12px; font-weight: 700; }
.nt-domain-assurance i { margin-right: 7px; color: var(--nt-mint); }

.nt-domain-register #DomainSearchResults {
    margin: -25px 0 42px;
    padding: 28px;
    border: 1px solid #e9e3f3;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(24, 16, 62, .08);
}
.nt-domain-register .primary-domain-header { color: var(--nt-purple); font-weight: 800; }
.nt-domain-register .domain-lookup-primary-results .headline,
.nt-domain-register .domain-checker-result-headline { color: var(--nt-ink); }
.nt-domain-register .suggested-domains { overflow: hidden; border: 1px solid #e8e4f1; border-radius: 15px; }
.nt-domain-register .suggested-domains > .panel-heading,
.nt-domain-register .suggested-domains > .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.nt-domain-register .nt-fast-suggestion-status {
    padding: 5px 10px;
    border: 1px solid rgba(100, 228, 187, .36);
    border-radius: 999px;
    color: #64e4bb;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    white-space: nowrap;
}
.nt-domain-register #domainSuggestions .nt-fast-alternative {
    animation: ntFastDomainReveal .28s ease both;
}
.nt-domain-register #domainSuggestions .nt-fast-alternative .extension {
    color: var(--nt-purple);
    font-weight: 800;
}
@keyframes ntFastDomainReveal {
    from { opacity: 0; transform: translateY(7px); }
    to { opacity: 1; transform: translateY(0); }
}

.nt-domain-section-heading { max-width: 760px; margin: 0 0 28px; }
.nt-domain-section-heading .nt-domain-eyebrow { color: var(--nt-purple); }
.nt-domain-section-heading h2 { margin: 0 0 10px; font-size: 31px; }
.nt-domain-section-heading p { margin: 0; color: var(--nt-muted); line-height: 1.65; }
.nt-domain-order-pricing { margin-bottom: 48px; }
.nt-domain-order-pricing h4 { margin: 27px 0 14px; color: var(--nt-ink); font-size: 15px; }
.nt-domain-register .featured-tlds-container .featured-tld {
    overflow: hidden;
    min-height: 142px;
    border: 1px solid #e9e5f2;
    border-radius: 17px;
    background: linear-gradient(145deg, #fff, #faf8fd);
    box-shadow: 0 12px 32px rgba(22, 14, 59, .06);
}
.nt-domain-register .featured-tlds-container .featured-tld:hover { transform: translateY(-4px); border-color: #d9c7ef; box-shadow: 0 18px 38px rgba(37, 18, 82, .11); }
.nt-domain-register .featured-tlds-container .featured-tld .price { color: var(--nt-purple); background: #f4eefb; font-weight: 800; }
.nt-domain-register .tld-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; }
.nt-domain-register .tld-filters .badge {
    margin: 0;
    padding: 9px 13px;
    border: 1px solid #e5ddec;
    border-radius: 30px;
    color: #6d687b;
    background: #fff;
    font-size: 11px;
    font-weight: 700;
}
.nt-domain-register .tld-filters .badge:hover { color: var(--nt-purple); border-color: #cdb4ea; background: #faf6fe; text-decoration: none; }
.nt-domain-register .tld-filters .badge-success { color: #fff !important; border-color: var(--nt-purple) !important; background: var(--nt-purple) !important; }
.nt-domain-register .domain-pricing > .bg-white {
    overflow: hidden;
    border: 1px solid #e7e2ef;
    border-radius: 19px;
    box-shadow: 0 18px 45px rgba(22, 14, 59, .075);
}
.nt-domain-register .tld-pricing-header {
    min-height: 56px;
    align-items: stretch;
    color: #fff;
    border: 0;
    border-radius: 0 !important;
    background: linear-gradient(135deg, var(--nt-navy), #2d1467);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}
.nt-domain-register .tld-pricing-header > div,
.nt-domain-register .tld-pricing-header .row > div { display: flex; align-items: center; justify-content: center; min-height: 56px; border-color: rgba(255, 255, 255, .1) !important; background: transparent !important; }
.nt-domain-register .tld-pricing-header .tld-column { justify-content: flex-start; padding-left: 25px; color: #fff; }
.nt-domain-register .tld-row {
    min-height: 69px;
    align-items: stretch;
    color: #5f5b70;
    border: 0;
    border-bottom: 1px solid #f0edf5 !important;
    background: #fff;
    transition: background .18s ease, transform .18s ease;
}
.nt-domain-register .tld-row:last-of-type { border-bottom: 0 !important; }
.nt-domain-register .tld-row:hover { position: relative; z-index: 1; background: #faf7fe; box-shadow: inset 4px 0 0 var(--nt-purple); }
.nt-domain-register .tld-row.highlighted { background: #f8f2fd !important; }
.nt-domain-register .tld-row > .col-md-4 { display: flex; align-items: center; gap: 9px; }
.nt-domain-register .tld-row > .col-md-4 strong { color: var(--nt-ink); font-size: 16px; }
.nt-domain-register .tld-row > .col-md-8,
.nt-domain-register .tld-row > .col-md-8 > .row { min-height: 69px; }
.nt-domain-register .tld-row > .col-md-8 > .row { align-items: center; }
.nt-domain-register .tld-row .text-center { color: #423d58; font-size: 12px; font-weight: 700; }
.nt-domain-register .tld-row small { color: #9893a4; font-size: 9px; font-weight: 600; text-transform: uppercase; }
.nt-domain-register .tld-sale-group { border-radius: 20px; padding: 3px 7px; font-size: 8px; }

.nt-domain-register .domain-promo-box {
    min-height: 245px;
    padding: 30px;
    border: 1px solid #e6e1ef;
    border-radius: 20px;
    background: linear-gradient(145deg, #fff, #faf8fd);
    box-shadow: 0 15px 38px rgba(23, 15, 61, .07);
}
.nt-domain-register .domain-promo-box i { color: var(--nt-purple); }
.nt-domain-register .domain-promo-box h3 { margin-top: 6px; color: var(--nt-ink); }
.nt-domain-register .domain-promo-box .btn { padding: 11px 18px; border: 0; border-radius: 10px; }
.nt-domain-register .domain-promo-box .btn-warning { color: #fff; background: var(--nt-purple); }

@media (max-width: 1199.98px) {
    .nt-domain-register .cart-sidebar { display: none; }
    .nt-domain-register .cart-body { width: 100%; }
}

@media (max-width: 767.98px) {
    body.nt-cart-page section#main-body { padding-top: 28px; }
    .nt-domain-order-hero { margin-left: -3px; margin-right: -3px; padding: 34px 23px 24px; border-radius: 21px; }
    .nt-domain-order-copy h1 { font-size: 34px; }
    .nt-domain-order-copy p { font-size: 14px; }
    .nt-domain-register .domain-checker-container textarea,
    .nt-domain-register .domain-checker-container #inputDomain { flex-basis: 100%; min-height: 78px !important; height: 78px !important; }
    .nt-domain-register .domain-checker-container #btnCheckAvailability { flex-basis: 100%; min-height: 54px; }
    .nt-domain-assurance { gap: 10px 20px; }
    .nt-domain-section-heading h2 { font-size: 26px; }
    .nt-domain-register .domain-pricing > .bg-white { overflow-x: auto; }
    .nt-domain-register .tld-pricing-header,
    .nt-domain-register .tld-row { min-width: 620px; }
    .nt-domain-register .domain-promo-box { min-height: 0; margin-bottom: 18px; }
}

@media (max-width: 479.98px) {
    .nt-domain-order-copy h1 { font-size: 30px; }
    .nt-domain-order-hero { padding-left: 18px; padding-right: 18px; }
    .nt-domain-assurance { display: grid; grid-template-columns: 1fr; }
    .nt-domain-register #DomainSearchResults { padding: 20px 16px; }
}

/* Domain search bar: compact classic search with extension selector */
.nt-domain-order-hero { padding-top: 43px; padding-bottom: 36px; }
.nt-domain-order-copy { max-width: none; margin: 0 auto 30px; text-align: center; }
.nt-domain-order-copy .nt-domain-eyebrow { display: none; }
.nt-domain-order-copy h1 { max-width: 760px; margin: 0 auto 12px; font-size: 54px; font-weight: 500; line-height: 1.03; }
.nt-domain-order-copy h1 strong { display: block; color: var(--nt-mint); font-weight: 800; }
.nt-domain-order-copy p { max-width: none; color: rgba(255, 255, 255, .78); font-size: 16px; }
.nt-domain-search-shell { max-width: 980px; margin: 0 auto; padding: 5px; border-radius: 17px; background: rgba(255, 255, 255, .28); }
.nt-domain-register .domain-checker-container .nt-domain-classic-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 140px 170px;
    align-items: stretch;
    width: 100%;
    min-height: 64px;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
}
.nt-domain-classic-field { display: flex; align-items: center; min-width: 0; background: #fff; }
.nt-domain-classic-field > i { flex: 0 0 auto; margin-left: 22px; color: #81778e; font-size: 18px; }
.nt-domain-register .domain-checker-container .nt-domain-classic-field input {
    width: 100%;
    min-width: 0;
    min-height: 64px !important;
    height: 64px !important;
    padding: 0 20px !important;
    color: var(--nt-ink);
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0;
    background: #fff !important;
    box-shadow: none !important;
    font-size: 15px;
}
.nt-domain-classic-field input::placeholder { color: #a19bab; opacity: 1; }
.nt-domain-classic-field:focus-within { box-shadow: inset 0 0 0 2px var(--nt-purple); }
.nt-domain-classic-tld { position: relative; display: flex; align-items: center; border-left: 1px solid #ece8f1; background: #fff; }
.nt-domain-classic-tld select {
    width: 100%;
    height: 64px;
    padding: 0 38px 0 24px;
    color: var(--nt-ink);
    border: 0;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
}
.nt-domain-classic-tld > i { position: absolute; right: 18px; color: var(--nt-ink); font-size: 11px; pointer-events: none; }
.nt-domain-register .domain-checker-container #btnCheckAvailability.nt-domain-classic-button {
    position: static !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    width: 170px !important;
    min-height: 64px;
    height: 64px;
    margin: 0;
    padding: 0 22px;
    color: #10253c;
    border: 0;
    border-radius: 0 !important;
    background: var(--nt-mint);
    box-shadow: none;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.nt-domain-register .domain-checker-container #btnCheckAvailability.nt-domain-classic-button:hover { color: #10253c; background: #82e8c3; transform: none; box-shadow: none; }
.nt-domain-quick-tlds { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; max-width: 850px; margin: 22px auto 0; color: rgba(255, 255, 255, .72); font-size: 11px; }
.nt-domain-quick-tlds span { padding: 0 22px; border-right: 1px solid rgba(104, 220, 177, .52); }
.nt-domain-quick-tlds span:last-child { border-right: 0; }
.nt-domain-quick-tlds strong { margin-right: 7px; color: #fff; font-size: 12px; }
.nt-domain-order-hero .nt-domain-assurance { display: none; }

@media (max-width: 767.98px) {
    .nt-domain-order-hero { padding-top: 34px; padding-bottom: 29px; }
    .nt-domain-order-copy h1 { font-size: 39px; }
    .nt-domain-order-copy p { font-size: 13px; }
    .nt-domain-register .domain-checker-container .nt-domain-classic-search { grid-template-columns: minmax(0, 1fr) 105px; }
    .nt-domain-register .domain-checker-container #btnCheckAvailability.nt-domain-classic-button { grid-column: 1 / -1; width: 100% !important; height: 54px; min-height: 54px; }
    .nt-domain-classic-tld select { padding-left: 15px; padding-right: 29px; }
    .nt-domain-classic-tld > i { right: 12px; }
    .nt-domain-quick-tlds { gap: 9px 0; }
    .nt-domain-quick-tlds span { flex: 0 0 50%; padding: 0 10px; text-align: center; }
    .nt-domain-quick-tlds span:nth-child(2) { border-right: 0; }
}

@media (max-width: 479.98px) {
    .nt-domain-order-copy h1 { font-size: 34px; }
    .nt-domain-classic-field > i { display: none; }
    .nt-domain-register .domain-checker-container .nt-domain-classic-field input { padding-left: 15px !important; padding-right: 12px !important; font-size: 13px; }
    .nt-domain-classic-tld select { font-size: 13px; }
    .nt-domain-quick-tlds strong { display: block; margin: 0 0 2px; }
}

/* Keep the domain pricing column headings readable and evenly spaced */
.nt-domain-register .tld-pricing-header > .col-md-8 {
    display: block;
    padding: 0;
    color: #fff;
    background: var(--nt-navy) !important;
}
.nt-domain-register .tld-pricing-header > .col-md-8 > .row {
    width: 100%;
    min-height: 56px;
    margin: 0;
    background: var(--nt-navy) !important;
}
.nt-domain-register .tld-pricing-header > .col-md-8 > .row > div {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 8px 10px;
    color: #fff !important;
    border-left: 1px solid rgba(255, 255, 255, .13) !important;
    background: linear-gradient(135deg, #171247, #24145d) !important;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
}
.nt-domain-register .tld-pricing-header > .col-md-8 > .row > div:first-child {
    color: var(--nt-mint) !important;
}

/* Product catalog: distinctive hosting plan cards with accessible actions */
body.nt-cart-page .nt-products-order .cart-body > .header-lined {
    position: relative;
    margin: 0 0 30px;
    padding: 34px 38px;
    overflow: hidden;
    border: 0;
    border-radius: 24px;
    background: linear-gradient(125deg, #171044 0%, #371477 58%, #6313bd 100%);
    box-shadow: 0 22px 48px rgba(38, 20, 92, .19);
}
body.nt-cart-page .nt-products-order .cart-body > .header-lined::before,
body.nt-cart-page .nt-products-order .cart-body > .header-lined::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    pointer-events: none;
}
body.nt-cart-page .nt-products-order .cart-body > .header-lined::before {
    width: 250px;
    height: 250px;
    top: -150px;
    right: -45px;
}
body.nt-cart-page .nt-products-order .cart-body > .header-lined::after {
    width: 170px;
    height: 170px;
    top: -105px;
    right: -5px;
}
body.nt-cart-page .nt-products-order .cart-body > .header-lined h1 {
    position: relative;
    z-index: 1;
    margin: 0 0 8px;
    color: #fff !important;
    font-size: clamp(30px, 4vw, 44px) !important;
    font-weight: 850;
    letter-spacing: -.025em;
}
body.nt-cart-page .nt-products-order .cart-body > .header-lined h1::before {
    display: block;
    margin-bottom: 9px;
    color: var(--nt-mint);
    content: "FAST, SECURE & FULLY MANAGED";
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .18em;
}
body.nt-cart-page .nt-products-order .cart-body > .header-lined p {
    position: relative;
    z-index: 1;
    max-width: 630px;
    margin: 0;
    color: rgba(255, 255, 255, .78) !important;
    font-size: 15px;
}
body.nt-cart-page .nt-products-order .products > .row {
    align-items: stretch;
}
body.nt-cart-page .nt-products-order .products > .row > [class*="col-"] {
    display: flex;
    margin-bottom: 28px;
}
body.nt-cart-page .nt-products-order .products .product {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid #e9e4f2 !important;
    border-radius: 24px !important;
    background: #fff;
    box-shadow: 0 18px 45px rgba(28, 18, 67, .10) !important;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
body.nt-cart-page .nt-products-order .products .product:hover {
    border-color: rgba(98, 36, 200, .35) !important;
    box-shadow: 0 25px 55px rgba(49, 24, 105, .17) !important;
    transform: translateY(-5px);
}
body.nt-cart-page .nt-products-order .products .product > header,
body.nt-cart-page .nt-products-order .products .product > form > header {
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 118px;
    padding: 25px 28px 22px !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: linear-gradient(130deg, #110d3d, #26135f 62%, #4b159c) !important;
}
body.nt-cart-page .nt-products-order .products .product > header::before,
body.nt-cart-page .nt-products-order .products .product > form > header::before {
    display: block;
    margin-bottom: 9px;
    color: var(--nt-mint);
    content: "SMART WEB HOSTING";
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .16em;
}
body.nt-cart-page .nt-products-order .products .product > header > span:first-child,
body.nt-cart-page .nt-products-order .products .product > form > header > span:first-child {
    color: #fff !important;
    font-size: 27px !important;
    font-weight: 850 !important;
    line-height: 1.08;
    letter-spacing: -.02em;
    text-shadow: none !important;
}
body.nt-cart-page .nt-products-order .products .product > header .qty,
body.nt-cart-page .nt-products-order .products .product > form > header .qty {
    margin-top: 7px;
    color: rgba(255, 255, 255, .74) !important;
}
body.nt-cart-page .nt-products-order .products .product-desc {
    flex: 1 1 auto;
    padding: 25px 27px 16px !important;
    color: #3a3450;
}
body.nt-cart-page .nt-products-order .products .product-desc p {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 8px;
    margin: 0;
}
body.nt-cart-page .nt-products-order .products .product-desc p br {
    display: none;
}
body.nt-cart-page .nt-products-order .products .product-desc p strong {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 39px;
    margin: 0;
    padding: 8px 10px;
    color: #30284c !important;
    border-radius: 10px;
    background: #faf8fd;
    font-size: 12.5px;
    font-weight: 650;
    line-height: 1.35;
}
body.nt-cart-page .nt-products-order .products .product-desc p strong::before {
    display: inline-flex;
    flex: 0 0 22px;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #06775b;
    border-radius: 50%;
    background: #dff9f0;
    content: "\2713";
    font-size: 11px;
    font-weight: 900;
}
body.nt-cart-page .nt-products-order .products .product-desc > ul {
    margin: 7px 0 0;
    padding: 0;
    list-style: none;
}
body.nt-cart-page .nt-products-order .products .product-desc li {
    position: relative;
    padding: 8px 0 8px 32px;
    color: #30284c;
    border-bottom: 1px solid #f0edf5;
    list-style: none;
}
body.nt-cart-page .nt-products-order .products .product-desc li::before {
    position: absolute;
    top: 7px;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #06775b;
    border-radius: 50%;
    background: #dff9f0;
    content: "\2713";
    font-size: 11px;
    font-weight: 900;
}
body.nt-cart-page .nt-products-order .products .product > footer,
body.nt-cart-page .nt-products-order .products .product > form > footer {
    display: grid !important;
    grid-template-columns: minmax(115px, auto) minmax(145px, 1fr);
    align-items: center;
    gap: 18px;
    margin-top: auto !important;
    padding: 22px 26px 25px !important;
    border: 0 !important;
    border-top: 1px solid #ece7f3 !important;
    border-radius: 0 !important;
    background: linear-gradient(180deg, #fbfaff, #f5f1fc) !important;
}
body.nt-cart-page .nt-products-order .products .product-pricing {
    margin: 0 !important;
    color: #716a82 !important;
    font-size: 10px !important;
    font-weight: 700;
    line-height: 1.3;
    text-align: left !important;
    text-transform: uppercase;
}
body.nt-cart-page .nt-products-order .products .product-pricing .price {
    display: inline-block;
    color: #171044 !important;
    font-size: 26px !important;
    font-weight: 900 !important;
    line-height: 1.12;
    letter-spacing: -.035em;
}
body.nt-cart-page .nt-products-order .products .btn-order-now {
    display: inline-flex !important;
    visibility: visible !important;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 100% !important;
    min-height: 52px;
    margin: 0 !important;
    padding: 13px 18px !important;
    opacity: 1 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 13px !important;
    background: linear-gradient(120deg, #5d19b8, #7b20d4) !important;
    box-shadow: 0 12px 24px rgba(96, 28, 185, .24) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: .035em;
    line-height: 1 !important;
    text-transform: uppercase;
}
body.nt-cart-page .nt-products-order .products .btn-order-now i {
    display: inline-block !important;
    color: var(--nt-mint) !important;
    font-size: 13px;
}
body.nt-cart-page .nt-products-order .products .btn-order-now::after {
    content: "\2192";
    font-size: 18px;
    line-height: 1;
}
body.nt-cart-page .nt-products-order .products .btn-order-now:hover,
body.nt-cart-page .nt-products-order .products .btn-order-now:focus {
    color: #10243d !important;
    background: var(--nt-mint) !important;
    box-shadow: 0 14px 28px rgba(54, 205, 157, .28) !important;
    transform: translateY(-2px);
}
body.nt-cart-page .nt-products-order .products .btn-order-now:hover i,
body.nt-cart-page .nt-products-order .products .btn-order-now:focus i {
    color: #10243d !important;
}
body.nt-cart-page .nt-products-order .products .product > form.nt-product-card-form {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
}

/* Product Addons use the same reusable catalog component */
body.nt-cart-page .nt-addons-order .products .product > form > header::before {
    content: "OPTIONAL SERVICE UPGRADE";
}
body.nt-cart-page .nt-addons-order .products .product-desc {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    min-height: 205px;
}
body.nt-cart-page .nt-addons-order .products .product-desc p {
    display: block;
    margin: 0;
    color: #554d69;
    font-size: 13px;
    line-height: 1.7;
}
body.nt-cart-page .nt-addons-order .products .product-desc .form-group {
    display: block;
    width: 100%;
    margin: auto 0 0;
}
body.nt-cart-page .nt-addons-order .products .product-desc select.form-control {
    width: 100%;
    min-height: 50px;
    padding: 0 42px 0 15px;
    color: #30284c;
    border: 1px solid #ded8eb;
    border-radius: 12px;
    background-color: #faf8fd;
    box-shadow: none;
    font-size: 13px;
    font-weight: 700;
}
body.nt-cart-page .nt-addons-order .products .product-desc select.form-control:focus {
    border-color: var(--nt-purple);
    box-shadow: 0 0 0 3px rgba(102, 31, 190, .12);
}
body.nt-cart-page .nt-addons-order .products .product > form > footer {
    margin-top: auto !important;
}

/* Shared order-form sidebar icons: used by every category and cart page */
body.nt-cart-page #order-standard_cart .cart-sidebar .card-sidebar .list-group-item {
    display: flex;
    align-items: center;
}
body.nt-cart-page #order-standard_cart .cart-sidebar .nt-cart-item-icon {
    display: inline-flex;
    flex: 0 0 33px;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    margin-right: 10px;
    border-radius: 11px;
    color: #6c2ad2;
    background: #f1e8fc;
    box-shadow: inset 0 0 0 1px rgba(108, 42, 210, .03);
}
body.nt-cart-page #order-standard_cart .cart-sidebar .nt-cart-item-icon i {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    margin: 0 !important;
    color: inherit !important;
    font-size: 13px !important;
    line-height: 1;
}
body.nt-cart-page #order-standard_cart .cart-sidebar [menuItemName="Actions"] .nt-cart-item-icon {
    color: #087f79;
    background: #e1f8f0;
    box-shadow: inset 0 0 0 1px rgba(8, 127, 121, .04);
}
body.nt-cart-page #order-standard_cart .cart-sidebar .nt-cart-item-label {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body.nt-cart-page #order-standard_cart .cart-sidebar .list-group-item:hover .nt-cart-item-icon,
body.nt-cart-page #order-standard_cart .cart-sidebar .list-group-item.active .nt-cart-item-icon {
    color: #fff;
    background: linear-gradient(135deg, #4c18a5, #8a32e2);
    box-shadow: 0 7px 15px rgba(91, 33, 178, .20);
}
body.nt-cart-page #order-standard_cart .cart-sidebar [menuItemName="Actions"] .list-group-item:hover .nt-cart-item-icon,
body.nt-cart-page #order-standard_cart .cart-sidebar [menuItemName="Actions"] .list-group-item.active .nt-cart-item-icon {
    color: #075b55;
    background: var(--nt-mint);
    box-shadow: 0 7px 15px rgba(40, 173, 147, .18);
}
/* The explicit template icon replaces the domain page's older generated glyph. */
.nt-domain-register .cart-sidebar [menuItemName="Categories"] .list-group-item::before {
    display: none !important;
    content: none !important;
}

/* Review & Checkout: branded, high-trust cart experience */
body.nt-cart-page .nt-viewcart-order .cart-body > .nt-checkout-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 30px;
    margin: 0 0 28px;
    padding: 30px 34px;
    overflow: hidden;
    border: 0;
    border-radius: 24px;
    background: linear-gradient(125deg, #150d40 0%, #321274 58%, #6715c2 100%);
    box-shadow: 0 22px 48px rgba(38, 20, 92, .19);
}
body.nt-cart-page .nt-viewcart-order .cart-body > .nt-checkout-hero::before,
body.nt-cart-page .nt-viewcart-order .cart-body > .nt-checkout-hero::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 50%;
    pointer-events: none;
}
body.nt-cart-page .nt-viewcart-order .cart-body > .nt-checkout-hero::before {
    top: -118px;
    right: -72px;
    width: 230px;
    height: 230px;
}
body.nt-cart-page .nt-viewcart-order .cart-body > .nt-checkout-hero::after {
    top: -78px;
    right: -32px;
    width: 150px;
    height: 150px;
}
.nt-checkout-hero-copy,
.nt-checkout-steps { position: relative; z-index: 1; }
.nt-checkout-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: var(--nt-mint);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .17em;
    text-transform: uppercase;
}
.nt-checkout-eyebrow i { font-size: 11px; }
body.nt-cart-page .nt-viewcart-order .nt-checkout-hero h1 {
    margin: 0 0 7px;
    color: #fff !important;
    font-size: clamp(30px, 3.5vw, 42px) !important;
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -.025em;
}
body.nt-cart-page .nt-viewcart-order .nt-checkout-hero p {
    max-width: 570px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
}
.nt-checkout-steps {
    display: flex;
    align-items: center;
    gap: 7px;
}
.nt-checkout-step {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    color: rgba(255, 255, 255, .60);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.nt-checkout-step b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: inherit;
    border-radius: 50%;
    background: rgba(255, 255, 255, .10);
    font-size: 9px;
}
.nt-checkout-step.active {
    color: #103c33;
    border-color: var(--nt-mint);
    background: var(--nt-mint);
    box-shadow: 0 8px 20px rgba(76, 219, 176, .22);
}
.nt-checkout-step.active b { color: #fff; background: #123d34; }

body.nt-cart-page .nt-viewcart-order .cart-body > .row {
    align-items: flex-start;
    margin-right: -10px;
    margin-left: -10px;
}
body.nt-cart-page .nt-viewcart-order .secondary-cart-body {
    width: 64%;
    padding-right: 10px;
    padding-left: 10px;
}
body.nt-cart-page .nt-viewcart-order .secondary-cart-sidebar {
    position: sticky !important;
    top: 20px;
    width: 36%;
    padding-right: 10px;
    padding-left: 10px;
}

body.nt-cart-page .nt-viewcart-order .view-cart-items-header {
    margin: 0;
    padding: 15px 20px;
    color: #fff;
    border: 0;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(120deg, #171044, #2f176e);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}
body.nt-cart-page .nt-viewcart-order .view-cart-items {
    padding: 9px;
    border: 1px solid #e8e3f1;
    border-top: 0;
    border-radius: 0 0 18px 18px !important;
    background: #f7f4fb;
    box-shadow: 0 16px 38px rgba(29, 17, 70, .08);
}
body.nt-cart-page .nt-viewcart-order .view-cart-items .item {
    margin: 0 0 8px;
    padding: 18px 17px !important;
    border: 1px solid #ebe7f2 !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(38, 23, 80, .055);
}
body.nt-cart-page .nt-viewcart-order .view-cart-items .item:last-child { margin-bottom: 0; }
body.nt-cart-page .nt-viewcart-order .view-cart-items .item > .row { align-items: center; }
body.nt-cart-page .nt-viewcart-order .view-cart-items .item-title {
    display: block;
    margin-bottom: 6px;
    color: #171044 !important;
    font-size: 17px !important;
    font-weight: 850 !important;
    letter-spacing: -.015em;
}
body.nt-cart-page .nt-viewcart-order .view-cart-items .item-title .btn-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-left: 6px;
    padding: 4px 8px;
    color: #6720bd;
    border-radius: 999px;
    background: #f2eafd;
    font-size: 9px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}
body.nt-cart-page .nt-viewcart-order .view-cart-items .item-group,
body.nt-cart-page .nt-viewcart-order .view-cart-items .item-domain {
    display: block;
    color: #777083 !important;
    font-size: 11px;
    line-height: 1.55;
}
body.nt-cart-page .nt-viewcart-order .view-cart-items .item-domain {
    color: #49356a !important;
    font-weight: 750;
}
body.nt-cart-page .nt-viewcart-order .view-cart-items .item-price {
    color: #171044;
    font-size: 17px;
    font-weight: 850;
    line-height: 1.25;
    text-align: right;
}
body.nt-cart-page .nt-viewcart-order .view-cart-items .item-price .cycle {
    display: block;
    margin-top: 3px;
    color: #8c8499;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .05em;
    text-transform: uppercase;
}
body.nt-cart-page .nt-viewcart-order .btn-remove-from-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0 !important;
    color: #b54761 !important;
    border-radius: 50%;
    background: #fff0f3;
}
body.nt-cart-page .nt-viewcart-order .view-cart-empty {
    min-height: 180px;
    padding: 45px 25px !important;
    color: #544c69;
    border: 1px dashed #d8ccea;
    border-radius: 14px;
    background: linear-gradient(145deg, #fff, #faf7fe);
    font-size: 14px;
    font-weight: 750;
    text-align: center;
}
body.nt-cart-page .nt-viewcart-order .view-cart-empty::before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 auto 14px;
    color: #6b23c5;
    border-radius: 16px;
    background: #efe4fc;
    content: "\f291";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
}
body.nt-cart-page .nt-viewcart-order .empty-cart {
    margin: 10px 3px 24px;
    text-align: right;
}
body.nt-cart-page .nt-viewcart-order .empty-cart .btn {
    padding: 7px 11px;
    color: #a73d56;
    border-radius: 9px;
    background: #fff0f3;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
}

body.nt-cart-page .nt-viewcart-order .secondary-cart-body > h2,
body.nt-cart-page .nt-viewcart-order .secondary-cart-body .product-recommendations h2 {
    margin: 27px 0 13px;
    color: #171044;
    font-size: 24px;
    font-weight: 850;
    letter-spacing: -.025em;
}
body.nt-cart-page .nt-viewcart-order .secondary-cart-body [class*="recommend"] .card,
body.nt-cart-page .nt-viewcart-order .secondary-cart-body [class*="recommend"] > div,
body.nt-cart-page .nt-viewcart-order .secondary-cart-body .marketconnect-cart-promo {
    border: 1px solid #e8e2f1 !important;
    border-radius: 15px !important;
    background: #fff !important;
    box-shadow: 0 12px 30px rgba(34, 18, 76, .07);
}
body.nt-cart-page .nt-viewcart-order .secondary-cart-body [class*="recommend"] .btn,
body.nt-cart-page .nt-viewcart-order .secondary-cart-body .marketconnect-cart-promo .btn {
    color: #fff !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: linear-gradient(120deg, #5d19b8, #7b20d4) !important;
    font-weight: 800;
}

body.nt-cart-page .nt-viewcart-order .view-cart-tabs {
    margin-top: 23px;
    overflow: hidden;
    border: 1px solid #e5e0ed;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(29, 17, 70, .075);
}
body.nt-cart-page .nt-viewcart-order .view-cart-tabs .nav-tabs {
    padding: 0 18px;
    border: 0;
    background: linear-gradient(120deg, #171044, #2c1767);
}
body.nt-cart-page .nt-viewcart-order .view-cart-tabs .nav-link {
    margin: 0;
    padding: 15px 12px;
    color: rgba(255, 255, 255, .70) !important;
    border: 0 !important;
    border-bottom: 3px solid transparent !important;
    background: transparent !important;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}
body.nt-cart-page .nt-viewcart-order .view-cart-tabs .nav-link.active {
    color: var(--nt-mint) !important;
    border-bottom-color: var(--nt-mint) !important;
}
body.nt-cart-page .nt-viewcart-order .view-cart-tabs .tab-content { padding: 20px; }
body.nt-cart-page .nt-viewcart-order .view-cart-tabs .prepend-icon { margin-bottom: 11px; }
body.nt-cart-page .nt-viewcart-order .view-cart-tabs .form-control {
    min-height: 48px;
    padding-left: 45px;
    color: #30284c;
    border: 1px solid #ded8e9;
    border-radius: 11px;
    background: #faf9fc;
    box-shadow: none;
}
body.nt-cart-page .nt-viewcart-order .view-cart-tabs .field-icon {
    height: 48px;
    line-height: 48px;
    color: #6c28c8;
}
body.nt-cart-page .nt-viewcart-order .view-cart-tabs .btn-block {
    min-height: 46px;
    color: #fff;
    border: 0;
    border-radius: 11px;
    background: linear-gradient(120deg, #5d19b8, #7b20d4);
    box-shadow: 0 10px 22px rgba(96, 28, 185, .18);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

body.nt-cart-page .nt-viewcart-order .order-summary {
    overflow: hidden;
    border: 1px solid #e5dff0 !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 20px 46px rgba(30, 17, 70, .13) !important;
}
body.nt-cart-page .nt-viewcart-order .order-summary > h2 {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 !important;
    padding: 22px 23px !important;
    color: #fff !important;
    border: 0 !important;
    background: linear-gradient(125deg, #171044, #341475 67%, #5d18ac) !important;
    font-size: 20px !important;
    font-weight: 850 !important;
    letter-spacing: -.015em;
}
body.nt-cart-page .nt-viewcart-order .order-summary > h2::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #113f35;
    border-radius: 11px;
    background: var(--nt-mint);
    content: "\f3ed";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
}
body.nt-cart-page .nt-viewcart-order .order-summary .summary-container {
    padding: 22px !important;
    color: #514a64;
    background: #fff;
}
body.nt-cart-page .nt-viewcart-order .order-summary .subtotal,
body.nt-cart-page .nt-viewcart-order .order-summary .recurring-totals,
body.nt-cart-page .nt-viewcart-order .order-summary .bordered-totals {
    padding: 13px 0 !important;
    color: #615a70;
    border-color: #eeeaf3 !important;
    font-size: 11px;
    font-weight: 700;
}
body.nt-cart-page .nt-viewcart-order .order-summary #subtotal,
body.nt-cart-page .nt-viewcart-order .order-summary .cost {
    color: #171044;
    font-weight: 850;
}
body.nt-cart-page .nt-viewcart-order .total-due-today {
    margin: 16px 0 18px !important;
    padding: 20px !important;
    border: 1px solid #d7f2e9;
    border-radius: 15px;
    background: linear-gradient(135deg, #effcf8, #f5f1fe) !important;
    text-align: center;
}
body.nt-cart-page .nt-viewcart-order .total-due-today .amt {
    display: block;
    margin-bottom: 5px;
    color: #171044 !important;
    font-size: 29px !important;
    font-weight: 900 !important;
    line-height: 1;
    letter-spacing: -.035em;
}
body.nt-cart-page .nt-viewcart-order .total-due-today > span:last-child {
    color: #777083;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}
body.nt-cart-page .nt-viewcart-order .order-summary .text-right { text-align: center !important; }
body.nt-cart-page .nt-viewcart-order .btn-checkout {
    display: flex !important;
    visibility: visible !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100% !important;
    min-height: 54px;
    margin: 0 !important;
    padding: 14px 18px !important;
    opacity: 1 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 13px !important;
    background: linear-gradient(120deg, #5d19b8, #7b20d4) !important;
    box-shadow: 0 13px 26px rgba(96, 28, 185, .24) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .055em;
    text-transform: uppercase;
}
body.nt-cart-page .nt-viewcart-order .btn-checkout:not(.disabled):hover {
    color: #10382f !important;
    background: var(--nt-mint) !important;
    transform: translateY(-2px);
}
body.nt-cart-page .nt-viewcart-order .btn-checkout.disabled {
    color: #81798f !important;
    background: #e9e5ee !important;
    box-shadow: none !important;
}
body.nt-cart-page .nt-viewcart-order .btn-continue-shopping {
    display: inline-block;
    margin-top: 9px;
    color: #5d3a8a !important;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
}
.nt-checkout-trust {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 16px;
    padding-top: 15px;
    color: #6f687e;
    border-top: 1px solid #eeeaf3;
    text-align: left;
}
.nt-checkout-trust span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 9px;
    font-weight: 750;
}
.nt-checkout-trust i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #087f79;
    border-radius: 7px;
    background: #e1f8f0;
    font-size: 9px;
}
body.nt-cart-page .nt-viewcart-order .modal-remove-item .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(20, 11, 55, .24);
}

@media (max-width: 1199.98px) {
    body.nt-cart-page .nt-viewcart-order .secondary-cart-body,
    body.nt-cart-page .nt-viewcart-order .secondary-cart-sidebar { width: 100%; }
    body.nt-cart-page .nt-viewcart-order .secondary-cart-sidebar { position: static; margin-top: 22px; }
}
@media (max-width: 767.98px) {
    body.nt-cart-page .nt-viewcart-order .cart-body > .nt-checkout-hero {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 27px 22px;
        border-radius: 20px;
    }
    .nt-checkout-steps { flex-wrap: wrap; }
    .nt-checkout-step { flex: 1 1 auto; justify-content: center; }
    body.nt-cart-page .nt-viewcart-order .cart-body > .row { margin-right: 0; margin-left: 0; }
    body.nt-cart-page .nt-viewcart-order .secondary-cart-body,
    body.nt-cart-page .nt-viewcart-order .secondary-cart-sidebar { padding-right: 0; padding-left: 0; }
    body.nt-cart-page .nt-viewcart-order .view-cart-items-header { display: none; }
    body.nt-cart-page .nt-viewcart-order .view-cart-items { border-top: 1px solid #e8e3f1; border-radius: 17px; }
    body.nt-cart-page .nt-viewcart-order .view-cart-items .item-price { margin-top: 14px; text-align: left; }
}

@media (max-width: 767.98px) {
    body.nt-cart-page .nt-products-order .cart-body > .header-lined { padding: 28px 24px; border-radius: 20px; }
    body.nt-cart-page .nt-products-order .cart-body > .header-lined h1 { font-size: 30px !important; }
    body.nt-cart-page .nt-products-order .products > .row { margin-right: 0; margin-left: 0; }
    body.nt-cart-page .nt-products-order .products > .row > [class*="col-"] { display: block; width: 100%; padding-right: 0; padding-left: 0; }
    body.nt-cart-page .nt-products-order .products .product > footer,
    body.nt-cart-page .nt-products-order .products .product > form > footer { grid-template-columns: 1fr; }
    body.nt-cart-page .nt-products-order .products .product-desc p { grid-template-columns: 1fr; }
    body.nt-cart-page .nt-products-order .products .product-pricing { text-align: center !important; }
}

/* Product domain selection: compact search and branded choice cards */
body.nt-cart-page .nt-product-domain-order .nt-product-domain-hero {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    margin: 0 0 24px;
    padding: 28px 30px;
    overflow: hidden;
    border: 0;
    border-radius: 24px;
    background: linear-gradient(125deg, #130e40 0%, #30136f 60%, #6517bd 100%);
    box-shadow: 0 22px 48px rgba(38, 20, 92, .18);
}
body.nt-cart-page .nt-product-domain-order .nt-product-domain-hero::before,
body.nt-cart-page .nt-product-domain-order .nt-product-domain-hero::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 50%;
    pointer-events: none;
}
body.nt-cart-page .nt-product-domain-order .nt-product-domain-hero::before {
    top: -105px;
    right: -50px;
    width: 220px;
    height: 220px;
}
body.nt-cart-page .nt-product-domain-order .nt-product-domain-hero::after {
    top: -65px;
    right: -5px;
    width: 135px;
    height: 135px;
}
.nt-product-domain-hero-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    color: #10243d;
    border-radius: 18px;
    background: var(--nt-mint);
    box-shadow: 0 12px 26px rgba(55, 218, 171, .26);
    font-size: 22px;
}
.nt-product-domain-hero-copy { position: relative; z-index: 1; }
.nt-product-domain-eyebrow {
    display: block;
    margin-bottom: 5px;
    color: var(--nt-mint);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .18em;
}
body.nt-cart-page .nt-product-domain-order .nt-product-domain-hero h1 {
    margin: 0 0 5px;
    color: #fff !important;
    font-size: clamp(28px, 3vw, 40px) !important;
    font-weight: 850;
    letter-spacing: -.025em;
}
body.nt-cart-page .nt-product-domain-order .nt-product-domain-hero p {
    margin: 0;
    color: rgba(255, 255, 255, .72) !important;
    font-size: 13px;
}
.nt-product-domain-steps {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 7px;
}
.nt-product-domain-steps span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    color: rgba(255, 255, 255, .84);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 10px;
    background: rgba(255, 255, 255, .07);
    font-size: 9px;
    font-weight: 800;
    white-space: nowrap;
}
.nt-product-domain-steps i { color: var(--nt-mint); }

body.nt-cart-page .nt-product-domain-order .domain-selection-options {
    display: grid;
    gap: 13px;
}
body.nt-cart-page .nt-product-domain-order .domain-selection-options .nt-domain-option {
    position: relative;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid #e7e1f0 !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 12px 31px rgba(35, 23, 76, .07);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
body.nt-cart-page .nt-product-domain-order .domain-selection-options .nt-domain-option:hover,
body.nt-cart-page .nt-product-domain-order .domain-selection-options .nt-domain-option:has(input[name="domainoption"]:checked) {
    border-color: rgba(105, 35, 204, .42) !important;
    box-shadow: 0 17px 38px rgba(55, 28, 112, .12);
}
body.nt-cart-page .nt-product-domain-order .domain-selection-options .nt-domain-option > label {
    position: relative;
    display: flex !important;
    align-items: center;
    min-height: 64px;
    margin: 0 !important;
    padding: 15px 54px 15px 68px !important;
    color: #21164c !important;
    border: 0 !important;
    background: linear-gradient(90deg, #fbfaff, #fff) !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    cursor: pointer;
}
body.nt-cart-page .nt-product-domain-order .domain-selection-options .nt-domain-option > label::before {
    position: absolute;
    top: 12px;
    left: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #6d27ca;
    border-radius: 13px;
    background: #f0e7fb;
    content: "\2726";
    font-size: 17px;
    font-weight: 900;
}
body.nt-cart-page .nt-product-domain-order .domain-selection-options .nt-domain-option-transfer > label::before {
    color: #2868c7;
    background: #e7f0ff;
    content: "\2194";
}
body.nt-cart-page .nt-product-domain-order .domain-selection-options .nt-domain-option-own > label::before {
    color: #087f79;
    background: #e1f8f0;
    content: "\221E";
}
body.nt-cart-page .nt-product-domain-order .domain-selection-options .nt-domain-option-incart > label::before,
body.nt-cart-page .nt-product-domain-order .domain-selection-options .nt-domain-option-subdomain > label::before {
    color: #a85a09;
    background: #fff2dc;
    content: "\2713";
}
body.nt-cart-page .nt-product-domain-order .domain-selection-options .nt-domain-option > label::after {
    position: absolute;
    right: 19px;
    color: #9b8daf;
    content: "\203A";
    font-size: 23px;
    line-height: 1;
}
body.nt-cart-page .nt-product-domain-order .domain-selection-options .nt-domain-option > label input[type="radio"] {
    margin-right: 10px;
    accent-color: #6d27ca;
}
body.nt-cart-page .nt-product-domain-order .domain-selection-options .nt-domain-option > label .iradio_square-blue,
body.nt-cart-page .nt-product-domain-order .domain-selection-options .nt-domain-option > label .iradio_square-purple {
    margin-right: 10px;
}
body.nt-cart-page .nt-product-domain-order .domain-input-group {
    padding: 20px 22px 22px !important;
    border-top: 1px solid #eee9f5;
    background: linear-gradient(145deg, #fcfbff, #f7f4fc) !important;
}
body.nt-cart-page .nt-product-domain-order .domain-input-group > .row {
    align-items: stretch;
    margin-right: -6px;
    margin-left: -6px;
}
body.nt-cart-page .nt-product-domain-order .domain-input-group > .row > [class*="col-"] {
    padding-right: 6px;
    padding-left: 6px;
}
body.nt-cart-page .nt-product-domain-order .domain-input-group .domains-row {
    align-items: stretch;
    margin-right: -5px;
    margin-left: -5px;
}
body.nt-cart-page .nt-product-domain-order .domain-input-group .domains-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
body.nt-cart-page .nt-product-domain-order #domainregister textarea#message {
    display: block;
    width: 100%;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    margin: 0;
    padding: 18px 18px !important;
    overflow: hidden;
    resize: none;
    color: #241a45;
    border: 1px solid #ddd5e9 !important;
    border-radius: 13px !important;
    background: #fff !important;
    box-shadow: none !important;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}
body.nt-cart-page .nt-product-domain-order #domainregister textarea#message::placeholder,
body.nt-cart-page .nt-product-domain-order .domain-input-group .form-control::placeholder {
    color: #9b93aa;
    opacity: 1;
}
body.nt-cart-page .nt-product-domain-order .domain-input-group .form-control,
body.nt-cart-page .nt-product-domain-order .domain-input-group .input-group-text,
body.nt-cart-page .nt-product-domain-order .domain-input-group .input-group-addon {
    min-height: 52px;
    color: #2f2650;
    border-color: #ddd5e9;
    background: #fff;
    box-shadow: none;
}
body.nt-cart-page .nt-product-domain-order .domain-input-group .form-control:focus,
body.nt-cart-page .nt-product-domain-order #domainregister textarea#message:focus {
    border-color: #7c2ad0 !important;
    box-shadow: 0 0 0 3px rgba(112, 38, 202, .10) !important;
    outline: 0;
}
body.nt-cart-page .nt-product-domain-order .domain-input-group .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    min-height: 52px;
    padding: 12px 16px;
    color: #fff !important;
    border: 0 !important;
    border-radius: 13px !important;
    background: linear-gradient(120deg, #5f19b8, #7a21d4) !important;
    box-shadow: 0 10px 22px rgba(98, 29, 187, .20) !important;
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
}
body.nt-cart-page .nt-product-domain-order .domain-input-group .btn-primary:hover,
body.nt-cart-page .nt-product-domain-order .domain-input-group .btn-primary:focus {
    color: #10243d !important;
    background: var(--nt-mint) !important;
}
body.nt-cart-page .nt-product-domain-order .domain-checker-advanced > .row + .row {
    margin-top: 10px;
}
body.nt-cart-page .nt-product-domain-order .domain-checker-advanced .multiselect,
body.nt-cart-page .nt-product-domain-order .domain-checker-advanced .btn-group > .btn,
body.nt-cart-page .nt-product-domain-order .domain-checker-advanced label {
    min-height: 34px;
    margin: 0 6px 0 0;
    padding: 7px 10px;
    color: #544a68;
    border: 1px solid #e4deed;
    border-radius: 9px;
    background: #fff;
    font-size: 10px;
    font-weight: 700;
}

/* Keep WHMCS AI domain-search filters readable inside the custom cart card. */
body.nt-cart-page .nt-product-domain-order .domain-selection-options .nt-domain-option-register {
    overflow: visible !important;
}
body.nt-cart-page .nt-product-domain-order .domain-checker-advanced > .row + .row .domains-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px 10px;
    margin: 0;
    overflow: visible;
}
body.nt-cart-page .nt-product-domain-order .domain-checker-advanced > .row + .row .domains-row > .btn-group {
    position: relative;
    display: inline-block;
    flex: 0 0 168px;
    width: 168px;
    margin: 0 !important;
    vertical-align: top;
}
body.nt-cart-page .nt-product-domain-order .domain-checker-advanced > .row + .row button.multiselect {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-width: 0;
    min-height: 38px;
    margin: 0 !important;
    padding: 8px 12px !important;
    overflow: visible;
    color: #33284c;
    border: 1px solid #ddd5e9;
    border-radius: 9px;
    background: #fff;
    box-shadow: none;
    line-height: 20px;
    white-space: nowrap;
}
body.nt-cart-page .nt-product-domain-order .domain-checker-advanced > .row + .row button.multiselect::after {
    flex: 0 0 auto;
    margin-left: auto;
}
body.nt-cart-page .nt-product-domain-order .domain-checker-advanced > .row + .row .multiselect-container.dropdown-menu {
    right: auto !important;
    left: 0 !important;
    width: max-content;
    min-width: 100%;
    max-width: 280px;
    max-height: 220px !important;
    margin-top: 6px;
    padding: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd5e9;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(36, 21, 78, .16);
    z-index: 1080;
}
body.nt-cart-page .nt-product-domain-order .domain-checker-advanced > .row + .row .multiselect-container.dropdown-menu > li > a {
    display: block;
    padding: 5px 8px;
    color: #33284c;
    border-radius: 7px;
    white-space: nowrap;
}
body.nt-cart-page .nt-product-domain-order .domain-checker-advanced > .row + .row .domains-row > label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    margin: 0;
    padding: 8px 12px;
    white-space: nowrap;
}
body.nt-cart-page .nt-product-domain-order .domain-checker-advanced > .row + .row .domains-row > label input {
    margin: 0;
}
body.nt-cart-page .nt-product-domain-order #DomainSearchResults {
    margin-top: 20px;
    overflow: hidden;
    border: 1px solid #e7e1f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(35, 23, 76, .09);
}

@media (max-width: 991.98px) {
    body.nt-cart-page .nt-product-domain-order .nt-product-domain-hero {
        grid-template-columns: auto minmax(0, 1fr);
    }
    .nt-product-domain-steps {
        grid-column: 1 / -1;
        padding-left: 78px;
    }
}
@media (max-width: 767.98px) {
    body.nt-cart-page .nt-product-domain-order .nt-product-domain-hero {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 25px 22px;
        border-radius: 20px;
        text-align: center;
    }
    .nt-product-domain-hero-icon { margin: 0 auto; }
    .nt-product-domain-steps { grid-column: auto; justify-content: center; flex-wrap: wrap; padding-left: 0; }
    body.nt-cart-page .nt-product-domain-order .domain-input-group { padding: 16px !important; }
    body.nt-cart-page .nt-product-domain-order .domain-input-group > .row > [class*="col-"] + [class*="col-"] { margin-top: 10px; }
    body.nt-cart-page .nt-product-domain-order .domain-input-group .col-sm-8,
    body.nt-cart-page .nt-product-domain-order .domain-input-group .col-sm-2 { width: 100%; margin-left: 0; }
}
@media (max-width: 479.98px) {
    body.nt-cart-page .nt-product-domain-order .domain-selection-options .nt-domain-option > label {
        min-height: 60px;
        padding-right: 38px !important;
        padding-left: 60px !important;
        font-size: 12px !important;
    }
    body.nt-cart-page .nt-product-domain-order .domain-selection-options .nt-domain-option > label::before {
        left: 12px;
        width: 36px;
        height: 36px;
    }
    body.nt-cart-page .nt-product-domain-order #domainregister textarea#message {
        padding: 18px 13px !important;
        font-size: 12px;
    }
}

/* Product configuration: a guided, branded setup experience */
body.nt-cart-page .nt-configure-order .nt-configure-hero {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    margin: 0 0 25px;
    padding: 29px 31px;
    overflow: hidden;
    border: 0;
    border-radius: 24px;
    background: linear-gradient(125deg, #130e40 0%, #30136f 58%, #6818bd 100%);
    box-shadow: 0 22px 48px rgba(38, 20, 92, .18);
}
body.nt-cart-page .nt-configure-order .nt-configure-hero::before,
body.nt-cart-page .nt-configure-order .nt-configure-hero::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 50%;
    pointer-events: none;
}
body.nt-cart-page .nt-configure-order .nt-configure-hero::before {
    top: -120px;
    right: -45px;
    width: 235px;
    height: 235px;
}
body.nt-cart-page .nt-configure-order .nt-configure-hero::after {
    top: -75px;
    right: 5px;
    width: 145px;
    height: 145px;
}
.nt-configure-hero-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    color: #10243d;
    border-radius: 18px;
    background: var(--nt-mint);
    box-shadow: 0 12px 26px rgba(55, 218, 171, .26);
    font-size: 21px;
}
.nt-configure-hero-copy { position: relative; z-index: 1; min-width: 0; }
.nt-configure-eyebrow {
    display: block;
    margin-bottom: 5px;
    color: var(--nt-mint);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .18em;
}
body.nt-cart-page .nt-configure-order .nt-configure-hero h1 {
    margin: 0 0 5px;
    color: #fff !important;
    font-size: clamp(28px, 3vw, 40px) !important;
    font-weight: 850;
    letter-spacing: -.025em;
}
body.nt-cart-page .nt-configure-order .nt-configure-hero p {
    margin: 0;
    color: rgba(255, 255, 255, .72) !important;
    font-size: 13px;
}
.nt-configure-steps {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 7px;
}
.nt-configure-steps span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    color: rgba(255, 255, 255, .73);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 10px;
    background: rgba(255, 255, 255, .07);
    font-size: 9px;
    font-weight: 800;
    white-space: nowrap;
}
.nt-configure-steps span.is-active {
    color: #10243d;
    border-color: var(--nt-mint);
    background: var(--nt-mint);
}
.nt-configure-steps b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 8px;
}

body.nt-cart-page .nt-configure-order #frmConfigureProduct > .row {
    align-items: flex-start;
    margin-right: 0;
    margin-left: 0;
}
body.nt-cart-page .nt-configure-order .nt-config-main {
    padding-right: 11px;
}
.nt-config-intro {
    margin: 0 0 14px !important;
    padding: 12px 15px;
    color: #5b536e;
    border: 1px solid #ebe6f2;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(35, 23, 76, .05);
    font-size: 12px;
}
body.nt-cart-page .nt-configure-order .nt-config-product-card {
    position: relative;
    margin: 0 0 16px !important;
    padding: 0 0 22px !important;
    overflow: hidden;
    color: #342c4d !important;
    border: 1px solid #e7e1f0 !important;
    border-radius: 21px !important;
    background: #fff !important;
    box-shadow: 0 15px 34px rgba(35, 23, 76, .08) !important;
}
body.nt-cart-page .nt-configure-order .nt-config-product-card::before {
    position: absolute;
    top: -78px;
    right: -35px;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    content: "";
}
.nt-config-product-label {
    display: block;
    padding: 22px 25px 0;
    color: var(--nt-mint);
    background: linear-gradient(125deg, #151044, #351376 68%, #5714a8);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .16em;
}
body.nt-cart-page .nt-configure-order .nt-config-product-card .product-title {
    margin: 0 !important;
    padding: 6px 25px 21px;
    color: #fff !important;
    background: linear-gradient(125deg, #151044, #351376 68%, #5714a8);
    font-size: 29px !important;
    font-weight: 850 !important;
    line-height: 1.1;
}
.nt-config-product-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 21px 25px 0;
    color: #453d5a;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}
.nt-config-product-features br { display: none; }
.nt-config-product-features strong {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 43px;
    margin: 0;
    padding: 9px 11px;
    color: #30284c !important;
    border: 1px solid #f0ecf5;
    border-radius: 11px;
    background: #faf8fd;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.35;
}
.nt-config-product-features strong::before {
    display: inline-flex;
    flex: 0 0 23px;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    color: #06775b;
    border-radius: 50%;
    background: #dff9f0;
    content: "\2713";
    font-size: 11px;
    font-weight: 900;
}

body.nt-cart-page .nt-configure-order .nt-config-billing-card {
    margin: 0 0 18px;
    padding: 18px 20px;
    border: 1px solid #e7e1f0;
    border-radius: 18px;
    background: linear-gradient(120deg, #fff, #faf7ff);
    box-shadow: 0 12px 28px rgba(35, 23, 76, .07);
}
body.nt-cart-page .nt-configure-order .nt-config-billing-card .form-group {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(190px, auto);
    align-items: center;
    gap: 14px;
    margin: 0;
}
.nt-config-section-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    color: #6c27ca;
    border-radius: 13px;
    background: #f0e7fb;
    font-size: 15px;
}
.nt-config-field-copy label {
    display: block;
    margin: 0 0 2px !important;
    color: #22184c;
    font-size: 13px;
    font-weight: 800;
}
.nt-config-field-copy small {
    display: block;
    color: #81788f;
    font-size: 10px;
}
body.nt-cart-page .nt-configure-order .nt-config-billing-card select.form-control {
    width: 100% !important;
    min-width: 190px;
    min-height: 48px;
    margin: 0 !important;
    padding: 0 39px 0 14px;
    color: #251b4d;
    border: 1px solid #dcd5e7;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: none;
    font-size: 12px;
    font-weight: 750;
}
body.nt-cart-page .nt-configure-order .nt-config-billing-card select.form-control:focus {
    border-color: #7625ca;
    box-shadow: 0 0 0 3px rgba(112, 38, 202, .10);
}

body.nt-cart-page .nt-configure-order .sub-heading {
    position: relative;
    margin: 22px 0 13px !important;
    overflow: visible;
    border: 0 !important;
    text-align: left;
}
body.nt-cart-page .nt-configure-order .sub-heading::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    margin-right: 9px;
    color: #fff;
    border-radius: 9px;
    background: linear-gradient(135deg, #5d18b7, #8b2bdf);
    content: "\271A";
    font-size: 12px;
    font-weight: 900;
    vertical-align: middle;
}
body.nt-cart-page .nt-configure-order .sub-heading span {
    display: inline;
    padding: 0 !important;
    color: #21164b !important;
    background: transparent !important;
    font-size: 17px;
    font-weight: 850;
    vertical-align: middle;
}
body.nt-cart-page .nt-configure-order .field-container:not(.nt-config-billing-card),
body.nt-cart-page .nt-configure-order .product-configurable-options {
    padding: 18px;
    border: 1px solid #e8e2f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(35, 23, 76, .06);
}
body.nt-cart-page .nt-configure-order .field-container .form-group,
body.nt-cart-page .nt-configure-order .product-configurable-options .form-group {
    margin-bottom: 14px;
}
body.nt-cart-page .nt-configure-order .field-container label,
body.nt-cart-page .nt-configure-order .product-configurable-options label {
    color: #342a54;
    font-size: 11px;
    font-weight: 750;
}
body.nt-cart-page .nt-configure-order .field-container .form-control,
body.nt-cart-page .nt-configure-order .product-configurable-options .form-control {
    min-height: 47px;
    color: #2e254a;
    border: 1px solid #ddd6e8;
    border-radius: 11px;
    background: #fbf9fe;
    box-shadow: none;
}

body.nt-cart-page .nt-configure-order #productAddonsContainer {
    margin-top: 20px;
}
body.nt-cart-page .nt-configure-order .addon-products > [class*="col-"] {
    display: flex;
    margin-bottom: 14px;
}
body.nt-cart-page .nt-configure-order .panel-addon {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    min-height: 180px;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid #e7e1f0 !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 13px 30px rgba(35, 23, 76, .07) !important;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
body.nt-cart-page .nt-configure-order .panel-addon:hover,
body.nt-cart-page .nt-configure-order .panel-addon-selected {
    border-color: rgba(102, 31, 190, .42) !important;
    box-shadow: 0 18px 38px rgba(55, 28, 112, .12) !important;
    transform: translateY(-3px);
}
body.nt-cart-page .nt-configure-order .panel-addon .panel-body {
    flex: 1 1 auto;
    padding: 19px 20px !important;
    color: #5b536b;
    font-size: 11px;
    line-height: 1.55;
}
body.nt-cart-page .nt-configure-order .panel-addon .panel-body > label {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 10px;
    color: #201648;
    font-size: 15px;
    font-weight: 850;
}
body.nt-cart-page .nt-configure-order .panel-addon .panel-price {
    padding: 12px 20px;
    color: #1f1547;
    border-top: 1px solid #eee9f4;
    background: #fbf9fe;
    font-size: 13px;
    font-weight: 800;
}
body.nt-cart-page .nt-configure-order .panel-addon .panel-add {
    padding: 11px 20px !important;
    color: #fff !important;
    border: 0 !important;
    background: linear-gradient(120deg, #5d19b8, #7c21d4) !important;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .05em;
    text-transform: uppercase;
}
body.nt-cart-page .nt-configure-order #productAddonsContainer > div:not(.sub-heading):not(.row) {
    overflow: hidden;
    margin-bottom: 14px;
    border: 1px solid #e7e1f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 13px 30px rgba(35, 23, 76, .07);
}
body.nt-cart-page .nt-configure-order .alert.info-text-sm {
    margin-top: 20px;
    padding: 14px 16px;
    color: #5c536d;
    border: 1px solid #d8eee7;
    border-radius: 13px;
    background: #f2fbf8;
    font-size: 11px;
}
body.nt-cart-page .nt-configure-order .alert.info-text-sm i { color: #0b9d7b; }

body.nt-cart-page .nt-configure-order .nt-config-summary-sidebar {
    padding-left: 11px;
}
body.nt-cart-page .nt-configure-order .nt-config-summary-sidebar #orderSummary {
    position: sticky;
    top: 92px;
}
body.nt-cart-page .nt-configure-order .nt-config-summary-sidebar .order-summary {
    position: relative;
    margin: 0 0 12px !important;
    overflow: hidden;
    border: 1px solid #e7e1f0 !important;
    border-radius: 21px !important;
    background: #fff !important;
    box-shadow: 0 18px 40px rgba(35, 23, 76, .10) !important;
}
body.nt-cart-page .nt-configure-order .nt-config-summary-sidebar .order-summary h2 {
    position: relative;
    margin: 0 !important;
    padding: 23px 23px 22px 58px !important;
    color: #fff !important;
    border: 0 !important;
    background: linear-gradient(125deg, #151044, #321370 68%, #5914ac) !important;
    font-size: 20px !important;
    font-weight: 850 !important;
    text-align: left !important;
}
body.nt-cart-page .nt-configure-order .nt-config-summary-sidebar .order-summary h2::before {
    position: absolute;
    top: 17px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    color: #10243d;
    border-radius: 10px;
    background: var(--nt-mint);
    content: "\2713";
    font-size: 13px;
    font-weight: 900;
}
body.nt-cart-page .nt-configure-order .nt-config-summary-sidebar .summary-container {
    padding: 22px !important;
    color: #514860;
    font-size: 11px;
}
body.nt-cart-page .nt-configure-order .nt-config-summary-sidebar .summary-container > div,
body.nt-cart-page .nt-configure-order .nt-config-summary-sidebar .summary-container .clearfix {
    border-color: #eee9f4 !important;
}
body.nt-cart-page .nt-configure-order #btnCompleteProductConfig {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 54px;
    margin: 0 !important;
    padding: 14px 20px;
    color: #10243d !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: var(--nt-mint) !important;
    box-shadow: 0 13px 27px rgba(54, 205, 157, .25) !important;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .035em;
    text-transform: uppercase;
}
body.nt-cart-page .nt-configure-order #btnCompleteProductConfig:hover,
body.nt-cart-page .nt-configure-order #btnCompleteProductConfig:focus {
    color: #fff !important;
    background: linear-gradient(120deg, #5d19b8, #7c21d4) !important;
    box-shadow: 0 14px 28px rgba(96, 28, 185, .24) !important;
    transform: translateY(-2px);
}
.nt-config-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 10px;
}
.nt-config-trust span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 10px 4px;
    color: #726a81;
    border: 1px solid #ebe6f2;
    border-radius: 10px;
    background: #fff;
    font-size: 8px;
    font-weight: 750;
}
.nt-config-trust i { color: #0b9d7b; font-size: 11px; }

@media (max-width: 1199.98px) {
    body.nt-cart-page .nt-configure-order .nt-configure-hero { grid-template-columns: auto minmax(0, 1fr); }
    .nt-configure-steps { grid-column: 1 / -1; padding-left: 78px; }
    body.nt-cart-page .nt-configure-order .nt-config-main,
    body.nt-cart-page .nt-configure-order .nt-config-summary-sidebar { width: 100%; padding-right: 0; padding-left: 0; }
    body.nt-cart-page .nt-configure-order .nt-config-summary-sidebar { margin-top: 20px; }
    body.nt-cart-page .nt-configure-order .nt-config-summary-sidebar #orderSummary { position: static; }
}
@media (max-width: 767.98px) {
    body.nt-cart-page .nt-configure-order .nt-configure-hero {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 25px 22px;
        border-radius: 20px;
        text-align: center;
    }
    .nt-configure-hero-icon { margin: 0 auto; }
    .nt-configure-steps { grid-column: auto; justify-content: center; flex-wrap: wrap; padding-left: 0; }
    body.nt-cart-page .nt-configure-order .nt-config-billing-card .form-group { grid-template-columns: auto minmax(0, 1fr); }
    body.nt-cart-page .nt-configure-order .nt-config-billing-card select.form-control { grid-column: 1 / -1; min-width: 0; }
    body.nt-cart-page .nt-configure-order .addon-products { margin-right: 0; margin-left: 0; }
    body.nt-cart-page .nt-configure-order .addon-products > [class*="col-"] { display: block; width: 100%; padding-right: 0; padding-left: 0; }
}
@media (max-width: 479.98px) {
    body.nt-cart-page .nt-configure-order .nt-configure-hero h1 { font-size: 27px !important; }
    .nt-configure-steps span { padding: 7px 8px; font-size: 8px; }
    .nt-config-product-label,
    body.nt-cart-page .nt-configure-order .nt-config-product-card .product-title { padding-right: 19px; padding-left: 19px; }
    .nt-config-product-features {
        grid-template-columns: 1fr;
        padding-right: 19px;
        padding-left: 19px;
    }
    .nt-config-trust { grid-template-columns: 1fr; }
    .nt-config-trust span { flex-direction: row; justify-content: center; }
}

/* Final checkout: high-trust account and payment experience */
body.nt-cart-page .nt-checkout-order .nt-final-checkout-hero {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    margin: 0 0 25px;
    padding: 30px 32px;
    overflow: hidden;
    border: 0;
    border-radius: 24px;
    background: linear-gradient(125deg, #130e40 0%, #30136f 58%, #6818bd 100%);
    box-shadow: 0 22px 48px rgba(38, 20, 92, .18);
}
body.nt-cart-page .nt-checkout-order .nt-final-checkout-hero::before,
body.nt-cart-page .nt-checkout-order .nt-final-checkout-hero::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 50%;
    pointer-events: none;
}
body.nt-cart-page .nt-checkout-order .nt-final-checkout-hero::before {
    top: -118px;
    right: -44px;
    width: 235px;
    height: 235px;
}
body.nt-cart-page .nt-checkout-order .nt-final-checkout-hero::after {
    top: -72px;
    right: 6px;
    width: 145px;
    height: 145px;
}
.nt-final-checkout-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 59px;
    color: #10243d;
    border-radius: 18px;
    background: var(--nt-mint);
    box-shadow: 0 12px 26px rgba(55, 218, 171, .26);
    font-size: 22px;
}
.nt-final-checkout-copy { position: relative; z-index: 1; min-width: 0; }
.nt-final-checkout-eyebrow {
    display: block;
    margin-bottom: 5px;
    color: var(--nt-mint);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .18em;
}
body.nt-cart-page .nt-checkout-order .nt-final-checkout-hero h1 {
    margin: 0 0 5px;
    color: #fff !important;
    font-size: clamp(30px, 3vw, 41px) !important;
    font-weight: 850;
    letter-spacing: -.025em;
}
body.nt-cart-page .nt-checkout-order .nt-final-checkout-hero p {
    margin: 0;
    color: rgba(255, 255, 255, .72) !important;
    font-size: 13px;
}
.nt-final-checkout-steps {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 7px;
}
.nt-final-checkout-steps span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    color: rgba(255, 255, 255, .73);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 10px;
    background: rgba(255, 255, 255, .07);
    font-size: 9px;
    font-weight: 800;
    white-space: nowrap;
}
.nt-final-checkout-steps span.is-active {
    color: #10243d;
    border-color: var(--nt-mint);
    background: var(--nt-mint);
}
.nt-final-checkout-steps b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 8px;
}

body.nt-cart-page .nt-checkout-order .already-registered {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 0 0 16px;
    padding: 14px 17px;
    color: #5f576d;
    border: 1px solid #e8e2f0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 9px 22px rgba(35, 23, 76, .05);
}
body.nt-cart-page .nt-checkout-order .already-registered p {
    margin: 0;
    font-size: 11px;
}
body.nt-cart-page .nt-checkout-order .already-registered .pull-right { order: 2; }
body.nt-cart-page .nt-checkout-order .already-registered .btn {
    min-height: 36px;
    padding: 8px 13px;
    color: #fff !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: linear-gradient(120deg, #5d19b8, #7c21d4) !important;
    font-size: 10px;
    font-weight: 800;
}
body.nt-cart-page .nt-checkout-order .already-registered #btnNewUserSignup {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 11px 18px;
    color: #102f32 !important;
    border: 1px solid #43d4ae !important;
    background: linear-gradient(120deg,#7aebcd,#4fd4ae) !important;
    box-shadow: 0 9px 22px rgba(52,201,160,.28),0 0 0 4px rgba(79,212,174,.10);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .01em;
    transition: transform .18s ease,box-shadow .18s ease,background .18s ease;
}
body.nt-cart-page .nt-checkout-order .already-registered #btnNewUserSignup:hover,
body.nt-cart-page .nt-checkout-order .already-registered #btnNewUserSignup:focus {
    color: #fff !important;
    border-color: #6b1bbb !important;
    background: linear-gradient(120deg,#5c16b4,#7b20d2) !important;
    box-shadow: 0 12px 26px rgba(91,23,180,.28),0 0 0 4px rgba(107,27,187,.12);
    transform: translateY(-2px);
}
body.nt-cart-page .nt-checkout-order .already-registered #btnNewUserSignup i {
    font-size: 12px;
}
body.nt-cart-page .nt-checkout-order .checkout-error-feedback {
    border: 1px solid #f0c8ce;
    border-radius: 14px;
    background: #fff5f6;
    box-shadow: 0 10px 24px rgba(170, 39, 61, .08);
}
body.nt-cart-page .nt-checkout-order .nt-final-checkout-form {
    margin: 0;
    padding: 25px;
    border: 1px solid #e6e0ef;
    border-radius: 24px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 20px 48px rgba(35, 23, 76, .09);
}
body.nt-cart-page .nt-checkout-order .nt-final-checkout-form .sub-heading {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 22px 0 14px !important;
    overflow: visible;
    border: 0 !important;
    text-align: left;
}
body.nt-cart-page .nt-checkout-order .nt-final-checkout-form .sub-heading:first-of-type { margin-top: 0 !important; }
body.nt-cart-page .nt-checkout-order .nt-final-checkout-form .sub-heading::before {
    display: inline-flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(135deg, #5d18b7, #8b2bdf);
    content: "\2713";
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 8px 17px rgba(91, 29, 178, .18);
}
body.nt-cart-page .nt-checkout-order .nt-final-checkout-form .sub-heading span {
    display: inline;
    padding: 0 !important;
    color: #21164b !important;
    background: transparent !important;
    font-size: 17px;
    font-weight: 850;
}

body.nt-cart-page .nt-checkout-order .account-select-container {
    gap: 10px 0;
    margin-right: -5px;
    margin-left: -5px;
}
body.nt-cart-page .nt-checkout-order .account-select-container > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
body.nt-cart-page .nt-checkout-order .account-select-container .account {
    min-height: 76px;
    margin: 0 !important;
    padding: 15px 16px !important;
    color: #514861;
    border: 1px solid #e5dfed !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 9px 22px rgba(35, 23, 76, .05);
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
body.nt-cart-page .nt-checkout-order .account-select-container .account:hover,
body.nt-cart-page .nt-checkout-order .account-select-container .account.active {
    border-color: rgba(102, 31, 190, .40) !important;
    background: linear-gradient(120deg, #fff, #f8f3ff) !important;
    box-shadow: 0 13px 28px rgba(55, 28, 112, .10);
}
body.nt-cart-page .nt-checkout-order .account-select-container label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    margin: 0;
    color: #30274d;
    cursor: pointer;
}
body.nt-cart-page .nt-checkout-order .account-select-container .address strong {
    color: #211649;
    font-size: 13px;
    font-weight: 850;
}
body.nt-cart-page .nt-checkout-order .account-select-container .address .small {
    color: #7d748c;
    font-size: 9px;
    line-height: 1.55;
}
body.nt-cart-page .nt-checkout-order .account-select-container .label-info {
    color: #087a64;
    border-radius: 6px;
    background: #dff9f0;
    font-size: 8px;
}

body.nt-cart-page .nt-checkout-order .nt-final-checkout-form .form-control {
    min-height: 49px;
    color: #30274d;
    border: 1px solid #ddd6e8;
    border-radius: 11px;
    background: #fff;
    box-shadow: none;
    font-size: 12px;
}
body.nt-cart-page .nt-checkout-order .nt-final-checkout-form .form-control:focus {
    border-color: #7625ca;
    box-shadow: 0 0 0 3px rgba(112, 38, 202, .10);
}
body.nt-cart-page .nt-checkout-order .nt-final-checkout-form .prepend-icon .field-icon {
    color: #766b89;
}

body.nt-cart-page .nt-checkout-order .nt-final-checkout-form .product-recommendations,
body.nt-cart-page .nt-checkout-order .nt-final-checkout-form .marketconnect-cart-promo,
body.nt-cart-page .nt-checkout-order .nt-final-checkout-form [class*="recommendation"] {
    overflow: hidden;
    border: 1px solid #e5dfed !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(35, 23, 76, .07) !important;
}
body.nt-cart-page .nt-checkout-order .nt-final-checkout-form [class*="recommend"] .btn,
body.nt-cart-page .nt-checkout-order .nt-final-checkout-form .marketconnect-cart-promo .btn {
    color: #fff !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: linear-gradient(120deg, #5d19b8, #7c21d4) !important;
    font-size: 9px;
    font-weight: 800;
}

body.nt-cart-page .nt-checkout-order #totalDueToday {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    margin: 0 0 16px;
    padding: 18px 22px !important;
    overflow: hidden;
    color: rgba(255, 255, 255, .80) !important;
    border: 0 !important;
    border-radius: 17px;
    background: linear-gradient(125deg, #151044, #351376 68%, #5914ad) !important;
    box-shadow: 0 15px 32px rgba(44, 21, 99, .16);
    font-size: 11px !important;
    font-weight: 750;
    text-align: left !important;
}
body.nt-cart-page .nt-checkout-order #totalDueToday::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 12px;
    color: #10243d;
    border-radius: 11px;
    background: var(--nt-mint);
    content: "\0024";
    font-size: 16px;
    font-weight: 900;
}
body.nt-cart-page .nt-checkout-order #totalCartPrice {
    margin-left: auto;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -.03em;
}
body.nt-cart-page .nt-checkout-order #applyCreditContainer {
    margin: 0 0 15px;
    padding: 15px 17px;
    border: 1px solid #dceee8;
    border-radius: 13px;
    background: #f2fbf8;
}
body.nt-cart-page .nt-checkout-order #paymentGatewaysContainer {
    margin: 0 0 18px;
    padding: 18px;
    border: 1px solid #e5dfed;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(35, 23, 76, .06);
}
body.nt-cart-page .nt-checkout-order #paymentGatewaysContainer > p {
    margin: 0 0 12px;
    color: #746b82 !important;
    font-size: 10px;
}
body.nt-cart-page .nt-checkout-order #paymentGatewaysContainer .text-center {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    text-align: left !important;
}
body.nt-cart-page .nt-checkout-order #paymentGatewaysContainer .radio-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 43px;
    margin: 0 !important;
    padding: 9px 13px !important;
    color: #443a5b;
    border: 1px solid #e4deec;
    border-radius: 11px;
    background: #faf8fd;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
}
body.nt-cart-page .nt-checkout-order #paymentGatewaysContainer .radio-inline:has(input:checked) {
    color: #075f55;
    border-color: #9ee4cf;
    background: #eafaf5;
    box-shadow: 0 8px 18px rgba(50, 168, 135, .12);
}
body.nt-cart-page .nt-checkout-order #paymentGatewayInput,
body.nt-cart-page .nt-checkout-order #creditCardInputFields {
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 16px;
}
body.nt-cart-page .nt-checkout-order textarea[name="notes"] {
    min-height: 112px;
    padding: 15px 16px;
    resize: vertical;
    line-height: 1.55;
}
body.nt-cart-page .nt-checkout-order .marketing-email-optin {
    margin: 18px 0;
    padding: 17px;
    border: 1px solid #e4deed;
    border-radius: 14px;
    background: #fbf9fe;
}

.nt-final-order-action {
    margin-top: 22px;
    padding: 22px;
    border: 1px solid #e5dfed;
    border-radius: 18px;
    background: linear-gradient(120deg, #fff, #f9f6fd);
    box-shadow: 0 13px 30px rgba(35, 23, 76, .07);
}
body.nt-cart-page .nt-checkout-order #btnCompleteOrder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 260px;
    min-height: 56px;
    margin: 0;
    padding: 15px 25px;
    color: #10243d !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: var(--nt-mint) !important;
    box-shadow: 0 14px 28px rgba(54, 205, 157, .26) !important;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .035em;
    text-transform: uppercase;
}
body.nt-cart-page .nt-checkout-order #btnCompleteOrder:hover,
body.nt-cart-page .nt-checkout-order #btnCompleteOrder:focus {
    color: #fff !important;
    background: linear-gradient(120deg, #5d19b8, #7c21d4) !important;
    box-shadow: 0 15px 30px rgba(96, 28, 185, .24) !important;
    transform: translateY(-2px);
}
.nt-final-order-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    max-width: 620px;
    margin: 15px auto 0;
}
.nt-final-order-trust span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 9px;
    color: #6d647c;
    border: 1px solid #ebe6f2;
    border-radius: 10px;
    background: #fff;
    font-size: 9px;
    font-weight: 750;
}
.nt-final-order-trust i { color: #0b9d7b; }
body.nt-cart-page .nt-checkout-order .checkout-security-msg {
    margin-top: 16px;
    color: #4f5d59;
    border: 1px solid #d5eee6;
    border-radius: 13px;
    background: #f0fbf7;
    font-size: 10px;
}

@media (max-width: 991.98px) {
    body.nt-cart-page .nt-checkout-order .nt-final-checkout-hero { grid-template-columns: auto minmax(0, 1fr); }
    .nt-final-checkout-steps { grid-column: 1 / -1; padding-left: 79px; }
}
@media (max-width: 767.98px) {
    body.nt-cart-page .nt-checkout-order .nt-final-checkout-hero {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 25px 21px;
        border-radius: 20px;
        text-align: center;
    }
    .nt-final-checkout-icon { margin: 0 auto; }
    .nt-final-checkout-steps { grid-column: auto; justify-content: center; flex-wrap: wrap; padding-left: 0; }
    body.nt-cart-page .nt-checkout-order .already-registered { display: block; }
    body.nt-cart-page .nt-checkout-order .already-registered .pull-right { float: none !important; margin-bottom: 9px; }
    body.nt-cart-page .nt-checkout-order .nt-final-checkout-form { padding: 18px 15px; border-radius: 19px; }
    body.nt-cart-page .nt-checkout-order #totalDueToday { flex-wrap: wrap; }
    body.nt-cart-page .nt-checkout-order #totalCartPrice { margin-left: auto; }
    .nt-final-order-trust { grid-template-columns: 1fr; }
    body.nt-cart-page .nt-checkout-order #btnCompleteOrder { width: 100%; min-width: 0; }
}
@media (max-width: 479.98px) {
    body.nt-cart-page .nt-checkout-order .nt-final-checkout-hero h1 { font-size: 30px !important; }
    .nt-final-checkout-steps span { padding: 7px 8px; font-size: 8px; }
    body.nt-cart-page .nt-checkout-order #totalDueToday { display: grid; grid-template-columns: auto 1fr; }
    body.nt-cart-page .nt-checkout-order #totalCartPrice { grid-column: 1 / -1; margin: 8px 0 0; }
}

/* Checkout signup: clearer account-creation form */
body.nt-cart-page .nt-checkout-order #containerExistingUserSignin {
    margin: 18px 0 24px;
    padding: 22px 24px 24px;
    border: 1px solid #d9cce9;
    border-radius: 18px;
    background: linear-gradient(135deg,#fff 0%,#fbf8ff 100%);
    box-shadow: 0 14px 32px rgba(45,23,91,.08);
}
body.nt-cart-page .nt-checkout-order #containerExistingUserSignin > .sub-heading {
    margin: 0 0 16px !important;
}
body.nt-cart-page .nt-checkout-order #containerExistingUserSignin > .row {
    margin-right: -7px;
    margin-left: -7px;
}
body.nt-cart-page .nt-checkout-order #containerExistingUserSignin > .row > [class*="col-"] {
    padding-right: 7px;
    padding-left: 7px;
}
body.nt-cart-page .nt-checkout-order #containerExistingUserSignin .form-group {
    position: relative;
    margin-bottom: 15px;
    padding-top: 21px;
}
.nt-login-field-label {
    position: absolute;
    top: 0;
    left: 1px;
    color: #302649;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .02em;
}
body.nt-cart-page .nt-checkout-order #containerExistingUserSignin .form-control {
    min-height: 54px;
    color: #241b3b;
    border: 2px solid #c8b3df;
    border-radius: 12px;
    background: #fcfaff;
    box-shadow: 0 5px 14px rgba(58,28,105,.045);
    font-size: 13px;
    font-weight: 650;
    transition: border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
body.nt-cart-page .nt-checkout-order #containerExistingUserSignin .form-control:hover {
    border-color: #9d75c7;
    background: #fff;
}
body.nt-cart-page .nt-checkout-order #containerExistingUserSignin .form-control:focus {
    border-color: #6d1dbd;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(109,29,189,.13),0 8px 20px rgba(58,28,105,.08);
}
body.nt-cart-page .nt-checkout-order #containerExistingUserSignin .form-control::placeholder {
    color: #91899e;
    opacity: 1;
    font-weight: 500;
}
body.nt-cart-page .nt-checkout-order #containerExistingUserSignin .prepend-icon .field-icon {
    top: 21px;
    height: 54px;
    color: #6d1dbd;
}
body.nt-cart-page .nt-checkout-order #containerExistingUserSignin #btnExistingLogin {
    min-width: 150px;
    min-height: 45px;
    padding: 11px 25px;
    color: #fff !important;
    border: 0 !important;
    border-radius: 11px !important;
    background: linear-gradient(120deg,#5d18b7,#7c20d2) !important;
    box-shadow: 0 10px 22px rgba(93,24,183,.22);
    font-size: 12px;
    font-weight: 850;
}
body.nt-cart-page .nt-checkout-order #containerExistingUserSignin #btnExistingLogin:hover,
body.nt-cart-page .nt-checkout-order #containerExistingUserSignin #btnExistingLogin:focus {
    background: linear-gradient(120deg,#4e109f,#6918be) !important;
    box-shadow: 0 12px 25px rgba(93,24,183,.28);
    transform: translateY(-1px);
}
body.nt-cart-page .nt-checkout-order #existingLoginMessage {
    margin-bottom: 15px;
    border: 1px solid #efc8cf;
    border-radius: 11px;
    background: #fff5f6;
}

body.nt-cart-page .nt-checkout-order #containerNewUserSignup {
    margin: 18px 0 24px;
    padding: 24px;
    border: 1px solid #ddd5e9;
    border-radius: 20px;
    background: #f8f6fc;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
}
.nt-signup-intro {
    display: grid;
    grid-template-columns: auto minmax(0,1fr) auto;
    align-items: center;
    gap: 16px;
    margin: 4px 0 22px;
    padding: 20px 22px;
    overflow: hidden;
    color: #fff;
    border-radius: 16px;
    background: linear-gradient(120deg,#171044 0%,#351174 60%,#6b18bd 100%);
    box-shadow: 0 14px 30px rgba(41,20,91,.15);
}
.nt-signup-intro-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #103b32;
    border-radius: 14px;
    background: var(--nt-mint);
    font-size: 18px;
}
.nt-signup-intro-copy { min-width: 0; }
.nt-signup-kicker {
    display: block;
    margin-bottom: 3px;
    color: var(--nt-mint);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .16em;
}
body.nt-cart-page .nt-checkout-order .nt-signup-intro h2 {
    margin: 0 0 4px;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 850;
}
.nt-signup-intro p {
    max-width: 530px;
    margin: 0;
    color: rgba(255,255,255,.72) !important;
    font-size: 11px;
    line-height: 1.55;
}
.nt-signup-benefits {
    display: grid;
    gap: 7px;
    min-width: 125px;
}
.nt-signup-benefits span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255,255,255,.86);
    font-size: 9px;
    font-weight: 750;
    white-space: nowrap;
}
.nt-signup-benefits i { color: var(--nt-mint); }

body.nt-cart-page .nt-checkout-order #containerNewUserSignup > .sub-heading,
body.nt-cart-page .nt-checkout-order #containerNewUserSecurity > .sub-heading {
    margin: 18px 0 9px !important;
}
body.nt-cart-page .nt-checkout-order #containerNewUserSignup > .sub-heading::before,
body.nt-cart-page .nt-checkout-order #containerNewUserSecurity > .sub-heading::before {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    border-radius: 9px;
    box-shadow: none;
}
body.nt-cart-page .nt-checkout-order #containerNewUserSignup > .sub-heading span,
body.nt-cart-page .nt-checkout-order #containerNewUserSecurity > .sub-heading span {
    font-size: 15px;
}
body.nt-cart-page .nt-checkout-order #containerNewUserSignup > .sub-heading + .row,
body.nt-cart-page .nt-checkout-order #containerNewUserSecurity #containerPassword {
    margin-right: 0;
    margin-left: 0;
    padding: 18px 12px 4px;
    border: 1px solid #e4deec;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(35,23,76,.045);
}
body.nt-cart-page .nt-checkout-order #containerNewUserSignup > .sub-heading + .row > [class*="col-"],
body.nt-cart-page .nt-checkout-order #containerNewUserSecurity #containerPassword > [class*="col-"] {
    padding-right: 7px;
    padding-left: 7px;
}
body.nt-cart-page .nt-checkout-order #containerNewUserSignup .form-group,
body.nt-cart-page .nt-checkout-order #containerNewUserSecurity .form-group {
    position: relative;
    margin-bottom: 14px;
    padding-top: 19px;
}
body.nt-cart-page .nt-checkout-order #containerNewUserSignup .form-group::before,
body.nt-cart-page .nt-checkout-order #containerNewUserSecurity .form-group::before {
    position: absolute;
    top: 0;
    left: 1px;
    color: #403755;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .025em;
}
body.nt-cart-page .nt-checkout-order #containerNewUserSignup .form-group:has(#inputFirstName)::before { content: "First name"; }
body.nt-cart-page .nt-checkout-order #containerNewUserSignup .form-group:has(#inputLastName)::before { content: "Last name"; }
body.nt-cart-page .nt-checkout-order #containerNewUserSignup .form-group:has(#inputEmail)::before { content: "Email address"; }
body.nt-cart-page .nt-checkout-order #containerNewUserSignup .form-group:has(#inputPhone)::before { content: "Phone number"; }
body.nt-cart-page .nt-checkout-order #containerNewUserSignup .form-group:has(#inputCompanyName)::before { content: "Company name (optional)"; }
body.nt-cart-page .nt-checkout-order #containerNewUserSignup .form-group:has(#inputAddress1)::before { content: "Street address"; }
body.nt-cart-page .nt-checkout-order #containerNewUserSignup .form-group:has(#inputAddress2)::before { content: "Address line 2 (optional)"; }
body.nt-cart-page .nt-checkout-order #containerNewUserSignup .form-group:has(#inputCity)::before { content: "City"; }
body.nt-cart-page .nt-checkout-order #containerNewUserSignup .form-group:has(#inputState)::before { content: "State / Region"; }
body.nt-cart-page .nt-checkout-order #containerNewUserSignup .form-group:has(#inputPostcode)::before { content: "Postal code"; }
body.nt-cart-page .nt-checkout-order #containerNewUserSignup .form-group:has(#inputCountry)::before { content: "Country"; }
body.nt-cart-page .nt-checkout-order #containerNewUserSignup .form-group:has(#inputTaxId)::before { content: "Tax ID"; }
body.nt-cart-page .nt-checkout-order #containerNewUserSecurity .form-group:has(#inputNewPassword1)::before { content: "Create password"; }
body.nt-cart-page .nt-checkout-order #containerNewUserSecurity .form-group:has(#inputNewPassword2)::before { content: "Confirm password"; }
body.nt-cart-page .nt-checkout-order #containerNewUserSignup .prepend-icon .field-icon,
body.nt-cart-page .nt-checkout-order #containerNewUserSecurity .prepend-icon .field-icon {
    top: 19px;
    height: 49px;
    color: #6e25bb;
}
body.nt-cart-page .nt-checkout-order #containerNewUserSignup .form-control,
body.nt-cart-page .nt-checkout-order #containerNewUserSecurity .form-control {
    min-height: 52px;
    color: #211832;
    border: 2px solid #bda5d7;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 14px rgba(63,31,112,.055);
    font-size: 12px;
    font-weight: 650;
    transition: border-color .18s ease,box-shadow .18s ease,background .18s ease,transform .18s ease;
}
body.nt-cart-page .nt-checkout-order #containerNewUserSignup .form-control:hover,
body.nt-cart-page .nt-checkout-order #containerNewUserSecurity .form-control:hover {
    border-color: #8f62bd;
    background: #fefcff;
}
body.nt-cart-page .nt-checkout-order #containerNewUserSignup .form-control:focus,
body.nt-cart-page .nt-checkout-order #containerNewUserSecurity .form-control:focus {
    border-color: #6d1dbd;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(109,29,189,.14),0 9px 20px rgba(63,31,112,.10);
    outline: 0;
}
body.nt-cart-page .nt-checkout-order #containerNewUserSignup select.form-control,
body.nt-cart-page .nt-checkout-order #containerNewUserSecurity select.form-control {
    cursor: pointer;
}
body.nt-cart-page .nt-checkout-order #containerNewUserSignup .iti,
body.nt-cart-page .nt-checkout-order #containerNewUserSignup .intl-tel-input {
    width: 100%;
}
body.nt-cart-page .nt-checkout-order #containerNewUserSignup .form-control::placeholder,
body.nt-cart-page .nt-checkout-order #containerNewUserSecurity .form-control::placeholder {
    color: #83798f;
    opacity: 1;
    font-weight: 550;
}
body.nt-cart-page .nt-checkout-order #containerNewUserSignup .prepend-icon .field-icon,
body.nt-cart-page .nt-checkout-order #containerNewUserSecurity .prepend-icon .field-icon {
    height: 52px;
    color: #681ab8;
    font-size: 13px;
}
body.nt-cart-page .nt-checkout-order #containerNewUserSecurity {
    margin: 20px 0 0;
    padding: 20px;
    border: 1px solid #ddd5e9;
    border-radius: 18px;
    background: #f8f6fc;
}
body.nt-cart-page .nt-checkout-order #containerNewUserSecurity #containerPassword .generate-password {
    min-height: 36px;
    padding: 8px 13px;
    color: #5e18b6;
    border: 1px solid #d7c4eb;
    border-radius: 9px;
    background: #f7f0fd;
    font-size: 9px;
    font-weight: 800;
}

@media (max-width: 991.98px) {
    .nt-signup-intro { grid-template-columns: auto minmax(0,1fr); }
    .nt-signup-benefits { grid-column: 1 / -1; grid-template-columns: repeat(3,auto); justify-content: start; padding-left: 64px; }
}
@media (max-width: 767.98px) {
    body.nt-cart-page .nt-checkout-order #containerExistingUserSignin { padding: 18px 15px; }
    body.nt-cart-page .nt-checkout-order #containerExistingUserSignin #btnExistingLogin { width: 100%; }
    body.nt-cart-page .nt-checkout-order #containerNewUserSignup { padding: 14px; border-radius: 16px; }
    .nt-signup-intro { grid-template-columns: 1fr; padding: 19px; text-align: center; }
    .nt-signup-intro-icon { margin: 0 auto; }
    .nt-signup-benefits { grid-column: auto; grid-template-columns: 1fr; justify-content: center; padding-left: 0; }
    .nt-signup-benefits span { justify-content: center; }
    body.nt-cart-page .nt-checkout-order #containerNewUserSecurity { padding: 14px; }
}

/* Submit ticket: branded support composer */
.nt-ticket-compose-page { color: var(--nt-ink); }
.nt-compose-hero {
    position: relative; display: flex; min-height: 178px; align-items: center; justify-content: space-between; gap: 28px;
    margin: 0 0 24px; padding: 32px 36px; overflow: hidden; border-radius: 25px; color: #fff;
    background: linear-gradient(125deg,#102f3d 0%,#1a386c 45%,#5720aa 100%); box-shadow: 0 23px 50px rgba(25,30,77,.19);
}
.nt-compose-hero::before, .nt-compose-hero::after { content: ""; position: absolute; pointer-events: none; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.nt-compose-hero::before { width: 280px; height: 280px; top: -190px; right: -30px; }
.nt-compose-hero::after { width: 190px; height: 190px; top: -130px; right: 18px; }
.nt-compose-hero-copy { position: relative; z-index: 1; display: flex; align-items: center; gap: 19px; }
.nt-compose-hero-icon { display: inline-flex; flex: 0 0 64px; width: 64px; height: 64px; align-items: center; justify-content: center; border-radius: 21px; color: #113a31; background: linear-gradient(135deg,#8cedcf,#5cd1ad); box-shadow: 0 15px 30px rgba(69,213,170,.22); font-size: 23px; }
.nt-compose-eyebrow { color: #73e3c2; font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.nt-compose-eyebrow i { margin-right: 5px; font-size: 5px; vertical-align: middle; }
.nt-compose-hero h1 { margin: 8px 0 6px; color: #fff !important; font-size: clamp(30px,3vw,42px); font-weight: 850; line-height: 1.04; letter-spacing: -.045em; }
.nt-compose-hero p { max-width: 520px; margin: 0; color: rgba(255,255,255,.72); font-size: 11px; }
.nt-compose-progress { position: relative; z-index: 1; display: flex; align-items: center; gap: 8px; padding: 7px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: rgba(255,255,255,.07); }
.nt-compose-progress span { display: inline-flex; min-height: 32px; align-items: center; gap: 7px; padding: 6px 9px; border-radius: 9px; color: rgba(255,255,255,.66); font-size: 8px; font-weight: 850; text-transform: uppercase; }
.nt-compose-progress span.is-active { color: #133a31; background: #6bdcb9; }
.nt-compose-progress b { display: inline-flex; width: 18px; height: 18px; align-items: center; justify-content: center; border: 1px solid currentColor; border-radius: 50%; font-size: 7px; }
.nt-compose-progress > i { color: rgba(255,255,255,.28); font-size: 8px; }

.nt-compose-layout { display: grid; grid-template-columns: minmax(0,1fr) 285px; align-items: start; gap: 20px; }
.nt-compose-card { overflow: hidden; border: 1px solid #ebe4f1; border-radius: 24px; background: #fff; box-shadow: 0 21px 48px rgba(31,17,73,.085); }
.nt-compose-card-head { display: flex; align-items: center; gap: 15px; padding: 23px 25px; border-bottom: 1px solid #eee8f4; background: linear-gradient(110deg,#fbf9fd,#f5f1fa); }
.nt-compose-card-icon { display: inline-flex; flex: 0 0 46px; width: 46px; height: 46px; align-items: center; justify-content: center; border-radius: 15px; color: #fff; background: linear-gradient(135deg,#45209a,#7620cd); box-shadow: 0 11px 22px rgba(101,34,190,.2); font-size: 16px; }
.nt-compose-card-head > div > span { color: #6d27c9; font-size: 7px; font-weight: 900; letter-spacing: .17em; }
.nt-compose-card-head h2 { margin: 4px 0 2px; color: var(--nt-navy); font-size: 22px; font-weight: 850; letter-spacing: -.03em; }
.nt-compose-card-head p { margin: 0; color: #877b92; font-size: 9px; }
.nt-compose-alert { padding: 17px 22px 0; }
.nt-compose-section { padding: 22px 25px; border-bottom: 1px solid #eee8f4; }
.nt-compose-section-title { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.nt-compose-section-title > span { display: inline-flex; flex: 0 0 35px; width: 35px; height: 35px; align-items: center; justify-content: center; border-radius: 11px; color: #6d28c9; background: #f0e7fb; font-size: 12px; }
.nt-compose-section-title h3 { margin: 0 0 2px; color: #211452; font-size: 14px; font-weight: 850; }
.nt-compose-section-title p { margin: 0; color: #8b8096; font-size: 8px; }
.nt-compose-grid { display: grid; gap: 13px; }
.nt-compose-grid-account { grid-template-columns: repeat(2,minmax(0,1fr)); }
.nt-compose-grid-routing { grid-template-columns: minmax(130px,.8fr) minmax(190px,1.4fr) minmax(115px,.65fr); }
.nt-compose-grid-routing > .form-group:last-child:nth-child(2) { grid-column: auto; }
.nt-compose-form .form-group { margin-bottom: 0; }
.nt-compose-subject { margin-bottom: 13px !important; }
.nt-compose-form label { display: flex; align-items: center; gap: 6px; margin: 0 0 7px; color: #62566e; font-size: 8px; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; }
.nt-compose-form label i { color: #792bcf; font-size: 9px; }
.nt-compose-form .form-control { min-height: 43px; padding: 9px 12px; border: 1px solid #ddd4e8; border-radius: 11px; color: #3d3349; background: #fbfafd; box-shadow: none; font-size: 10px; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.nt-compose-form .form-control:focus { border-color: #9f6bd4; background: #fff; box-shadow: 0 0 0 3px rgba(116,42,198,.1); }
.nt-compose-form .form-control.disabled, .nt-compose-form .form-control:disabled { color: #796f84; background: #f1eef5; }
.nt-compose-form select.form-control { cursor: pointer; }
.nt-compose-message-section .md-editor { overflow: hidden; border: 1px solid #ddd4e8; border-radius: 14px; background: #fff; }
.nt-compose-message-section .md-header { padding: 7px 9px; border: 0; border-bottom: 1px solid #e8e1ef; background: #f6f2fa; }
.nt-compose-message-section .md-header .btn { min-width: 29px; min-height: 28px; padding: 5px; border: 1px solid #e3d9ec; border-radius: 7px; color: #655772; background: #fff; font-size: 9px; }
.nt-compose-message-section .md-header .btn-primary { color: #fff; border-color: #6b24c2; background: #6b24c2; }
.nt-compose-message-section textarea.form-control { min-height: 245px; padding: 15px; border: 0; border-radius: 0; resize: vertical; line-height: 1.65; }
.nt-compose-message-section .md-footer { border-top: 1px solid #eee8f3; background: #faf8fc; }
.nt-compose-attachments .custom-file { min-height: 44px; }
.nt-compose-attachments .custom-file-label { height: 44px; padding: 12px 14px; border: 1px dashed #cfc1de; border-radius: 11px 0 0 11px; color: #786b84; background: #faf8fc; font-size: 9px; font-weight: 750; text-transform: none; }
.nt-compose-attachments .custom-file-label::after { height: 42px; padding: 12px; border-left: 1px solid #e5dced; color: #665a72; background: #f3eef8; }
.nt-attachment-add { height: 44px; padding: 9px 13px; border: 0; border-radius: 0 11px 11px 0; color: #fff; background: #211452; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.nt-attachment-add:hover { background: #6722bc; }
.nt-upload-help { margin-top: 8px; color: #918598; font-size: 8px; }
.nt-upload-help i { margin-right: 4px; color: #26a386; }
.nt-compose-custom-fields { padding: 22px 25px; border-bottom: 1px solid #eee8f4; }
.nt-compose-custom-fields:empty { display: none; }
.nt-compose-captcha { padding: 18px 25px 0; text-align: center; }
.nt-compose-submitbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 21px 25px; background: #faf8fc; }
.nt-submit-security { display: flex; align-items: center; gap: 10px; color: #118d74; }
.nt-submit-security > i { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 11px; background: #e2f8f1; }
.nt-submit-security span { display: flex; flex-direction: column; }
.nt-submit-security strong { color: #29584d; font-size: 9px; }
.nt-submit-security small { color: #8a7f93; font-size: 7px; }
.nt-compose-submit-actions { display: flex; align-items: center; gap: 8px; }
.nt-compose-cancel, .nt-compose-submit { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; gap: 8px; padding: 10px 15px; border-radius: 11px; font-size: 8px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.nt-compose-cancel { color: #6e617a; border: 1px solid #ddd4e6; background: #fff; }
.nt-compose-cancel:hover { color: #5d20a9; text-decoration: none; }
.nt-compose-submit { min-width: 138px; border: 0; color: #13392f; background: #66d9b6; box-shadow: 0 11px 22px rgba(65,199,159,.2); }
.nt-compose-submit:hover { color: #13392f; background: #7ce3c4; transform: translateY(-1px); }

.nt-compose-aside { display: grid; gap: 13px; }
.nt-support-promise { position: relative; padding: 25px 22px; overflow: hidden; border-radius: 22px; color: #fff; background: linear-gradient(145deg,#18104a,#5020a2); box-shadow: 0 20px 42px rgba(35,18,85,.14); }
.nt-support-promise::after { content: ""; position: absolute; width: 150px; height: 150px; top: -95px; right: -70px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.nt-support-promise-icon { display: inline-flex; width: 47px; height: 47px; align-items: center; justify-content: center; margin-bottom: 16px; border-radius: 15px; color: #153c32; background: #66d8b6; box-shadow: 0 12px 24px rgba(65,205,162,.2); font-size: 17px; }
.nt-support-promise > span:nth-child(2) { display: block; color: #70e1c0; font-size: 7px; font-weight: 900; letter-spacing: .17em; }
.nt-support-promise h3 { margin: 7px 0 7px; color: #fff; font-size: 21px; font-weight: 850; letter-spacing: -.03em; }
.nt-support-promise > p { margin: 0 0 20px; color: rgba(255,255,255,.68); font-size: 9px; line-height: 1.65; }
.nt-support-promise-items { display: grid; gap: 12px; }
.nt-support-promise-items > div { display: grid; grid-template-columns: 26px 1fr; gap: 9px; align-items: start; }
.nt-support-promise-items > div > i { display: inline-flex; width: 26px; height: 26px; align-items: center; justify-content: center; border-radius: 9px; color: #6de1bf; background: rgba(108,226,191,.12); font-size: 8px; }
.nt-support-promise-items span { display: flex; flex-direction: column; }
.nt-support-promise-items strong { color: #fff; font-size: 9px; }
.nt-support-promise-items small { margin-top: 2px; color: rgba(255,255,255,.58); font-size: 7px; line-height: 1.5; }
.nt-support-history { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 10px; padding: 13px 15px; border: 1px solid #e9e1ef; border-radius: 16px; color: #5e5269; background: #fff; box-shadow: 0 10px 25px rgba(32,18,69,.055); }
.nt-support-history > span { display: grid; grid-template-columns: 35px 1fr; column-gap: 10px; align-items: center; }
.nt-support-history > span > i { display: inline-flex; grid-row: 1 / 3; width: 35px; height: 35px; align-items: center; justify-content: center; border-radius: 11px; color: #6c27c3; background: #efe6fa; }
.nt-support-history strong { color: #28203b; font-size: 9px; }
.nt-support-history small { color: #8f8497; font-size: 7px; }
.nt-support-history > i { color: #7130bd; font-size: 9px; }
.nt-support-history:hover { color: inherit; border-color: #cbb5e3; text-decoration: none; transform: translateY(-1px); }

@media (max-width: 991.98px) {
    .nt-compose-hero { align-items: flex-start; flex-direction: column; }
    .nt-compose-layout { grid-template-columns: 1fr; }
    .nt-compose-aside { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .nt-support-promise { grid-column: 1 / -1; }
}
@media (max-width: 767.98px) {
    .nt-compose-hero { min-height: 0; padding: 26px 21px; border-radius: 21px; }
    .nt-compose-hero-copy { align-items: flex-start; flex-direction: column; }
    .nt-compose-hero h1 { font-size: 31px; }
    .nt-compose-progress { width: 100%; justify-content: center; }
    .nt-compose-grid-account, .nt-compose-grid-routing { grid-template-columns: 1fr; }
    .nt-compose-card { border-radius: 20px; }
    .nt-compose-card-head, .nt-compose-section, .nt-compose-custom-fields, .nt-compose-submitbar { padding-left: 17px; padding-right: 17px; }
    .nt-compose-submitbar { align-items: stretch; flex-direction: column; }
    .nt-compose-submit-actions { width: 100%; }
    .nt-compose-cancel, .nt-compose-submit { flex: 1; }
    .nt-compose-aside { grid-template-columns: 1fr; }
    .nt-support-promise { grid-column: auto; }
}
@media (max-width: 479.98px) {
    .nt-compose-progress span { padding: 6px; font-size: 7px; }
    .nt-compose-submit-actions { flex-direction: column-reverse; }
    .nt-compose-cancel, .nt-compose-submit { width: 100%; }
}

/* Account details: profile workspace */
.nt-account-details-page { color: var(--nt-ink); }
.nt-profile-hero { position: relative; display: flex; min-height: 177px; align-items: center; justify-content: space-between; gap: 25px; margin: 0 0 24px; padding: 32px 36px; overflow: hidden; border-radius: 25px; color: #fff; background: linear-gradient(125deg,#171047 0%,#332071 53%,#7020c7 100%); box-shadow: 0 23px 50px rgba(27,16,73,.18); }
.nt-profile-hero::before, .nt-profile-hero::after { content: ""; position: absolute; pointer-events: none; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.nt-profile-hero::before { width: 290px; height: 290px; top: -195px; right: -25px; }
.nt-profile-hero::after { width: 190px; height: 190px; top: -132px; right: 25px; }
.nt-profile-hero-copy { position: relative; z-index: 1; display: flex; align-items: center; gap: 18px; }
.nt-profile-hero-icon { display: inline-flex; flex: 0 0 65px; width: 65px; height: 65px; align-items: center; justify-content: center; border-radius: 21px; color: #15392f; background: linear-gradient(135deg,#8aeecf,#5dd1ac); box-shadow: 0 15px 30px rgba(68,208,164,.22); font-size: 23px; }
.nt-profile-eyebrow { color: #70e4c1; font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.nt-profile-eyebrow i { margin-right: 5px; font-size: 5px; vertical-align: middle; }
.nt-profile-hero h1 { margin: 8px 0 6px; color: #fff !important; font-size: clamp(30px,3vw,42px); font-weight: 850; line-height: 1.04; letter-spacing: -.045em; }
.nt-profile-hero p { max-width: 530px; margin: 0; color: rgba(255,255,255,.72); font-size: 11px; }
.nt-profile-hero-link { position: relative; z-index: 1; display: inline-flex; min-height: 41px; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: #fff; background: rgba(255,255,255,.08); font-size: 8px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.nt-profile-hero-link i:first-child { color: #72e2c1; }
.nt-profile-hero-link i:last-child { margin-left: 3px; }
.nt-profile-hero-link:hover { color: #fff; background: rgba(255,255,255,.15); text-decoration: none; transform: translateY(-1px); }
.nt-profile-card { overflow: hidden; margin: 0 0 18px; border: 1px solid #ebe4f1; border-radius: 23px; background: #fff; box-shadow: 0 19px 44px rgba(31,17,73,.075); }
.nt-profile-card-head { display: flex; align-items: center; gap: 14px; padding: 21px 25px; border-bottom: 1px solid #eee8f4; background: linear-gradient(110deg,#fbf9fd,#f5f1fa); }
.nt-profile-card-icon { display: inline-flex; flex: 0 0 45px; width: 45px; height: 45px; align-items: center; justify-content: center; border-radius: 14px; color: #fff; background: linear-gradient(135deg,#45209a,#7620cd); box-shadow: 0 10px 21px rgba(101,34,190,.2); font-size: 15px; }
.nt-profile-card-icon.nt-icon-teal { color: #10382f; background: linear-gradient(135deg,#8beed0,#50c8a5); }
.nt-profile-card-icon.nt-icon-blue { color: #fff; background: linear-gradient(135deg,#1b6fd1,#4b42bc); }
.nt-profile-card-icon.nt-icon-gold { color: #624100; background: linear-gradient(135deg,#ffd876,#efad35); }
.nt-profile-card-head > div > span { color: #6d27c9; font-size: 7px; font-weight: 900; letter-spacing: .16em; }
.nt-profile-card-head h2 { margin: 4px 0 3px; color: var(--nt-navy); font-size: 20px; font-weight: 850; letter-spacing: -.03em; }
.nt-profile-card-head p { margin: 0; color: #877c91; font-size: 9px; }
.nt-profile-card-body { padding: 25px; }
.nt-profile-form-columns { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 29px; }
.nt-profile-form-group { min-width: 0; }
.nt-profile-form-group + .nt-profile-form-group { padding-left: 28px; border-left: 1px solid #eee8f4; }
.nt-profile-form-group-title { display: flex; align-items: center; gap: 8px; margin-bottom: 17px; padding-bottom: 9px; border-bottom: 1px solid #eee8f4; color: #2a1b53; font-size: 10px; font-weight: 850; }
.nt-profile-form-group-title i { color: #6e28c9; }
.nt-profile-form .form-group { margin-bottom: 14px; }
.nt-profile-form label { display: block; margin: 0 0 7px; color: #675a73; font-size: 8px; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; }
.nt-profile-form label i { margin-right: 5px; color: #762bd0; }
.nt-profile-form .form-control { min-height: 40px; padding: 8px 11px; border: 1px solid #ddd4e8; border-radius: 10px; color: #44374f; background: #fbfafd; box-shadow: none; font-size: 10px; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.nt-profile-form .form-control:focus { border-color: #9e6bd3; background: #fff; box-shadow: 0 0 0 3px rgba(115,42,196,.1); }
.nt-profile-form .form-control:disabled { color: #7b7085; background: #f0edf4; }
.nt-profile-form select.form-control, .nt-profile-form select { cursor: pointer; }
.nt-profile-field-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; }
.nt-profile-lower-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-top: 23px; padding-top: 20px; border-top: 1px solid #eee8f4; }
.nt-profile-extra-field { max-width: 50%; margin-top: 14px; }
.nt-profile-custom-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px 18px; }
.nt-profile-custom-grid .form-group { margin-bottom: 0; }
.nt-profile-preferences { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.nt-preference-row { display: flex !important; min-height: 42px; align-items: center; gap: 9px; margin: 0 !important; padding: 9px 11px; border: 1px solid #e9e1f0; border-radius: 11px; color: #655873 !important; background: #fbf9fd; font-size: 9px !important; font-weight: 650 !important; letter-spacing: 0 !important; text-transform: none !important; cursor: pointer; }
.nt-preference-row:hover { border-color: #ccb5e5; background: #f7efff; }
.nt-preference-row input { position: absolute; opacity: 0; pointer-events: none; }
.nt-preference-check { display: inline-flex; flex: 0 0 21px; width: 21px; height: 21px; align-items: center; justify-content: center; border: 1px solid #d4c8df; border-radius: 7px; color: transparent; background: #fff; font-size: 9px; }
.nt-preference-row input:checked + .nt-preference-check { color: #fff; border-color: #6e28c9; background: #6e28c9; box-shadow: 0 5px 11px rgba(105,35,193,.2); }
.nt-marketing-toggle { display: flex !important; align-items: center; gap: 12px; margin: 0 !important; padding: 13px 15px; border: 1px solid #d9efe8; border-radius: 13px; color: #2e5d52 !important; background: #effbf7; letter-spacing: 0 !important; text-transform: none !important; cursor: pointer; }
.nt-marketing-toggle > input { accent-color: #16a181; }
.nt-marketing-toggle span { display: flex; flex-direction: column; }
.nt-marketing-toggle strong { font-size: 10px; }
.nt-marketing-toggle small { margin-top: 3px; color: #7e918c; font-size: 8px; }
.nt-profile-savebar { display: flex; align-items: center; justify-content: space-between; gap: 17px; margin-top: 4px; padding: 18px 21px; border: 1px solid #e5dcec; border-radius: 17px; background: #faf8fc; box-shadow: 0 10px 26px rgba(31,17,73,.05); }
.nt-profile-savebar > div:first-child { display: flex; align-items: center; gap: 9px; }
.nt-profile-savebar > div:first-child > i { display: inline-flex; width: 32px; height: 32px; align-items: center; justify-content: center; border-radius: 10px; color: #168b73; background: #e1f8f1; }
.nt-profile-savebar > div:first-child > span { display: flex; flex-direction: column; }
.nt-profile-savebar strong { color: #29554a; font-size: 9px; }
.nt-profile-savebar small { margin-top: 2px; color: #8a7e92; font-size: 7px; }
.nt-profile-save-actions { display: flex; gap: 8px; }
.nt-profile-cancel, .nt-profile-save { min-height: 39px; padding: 9px 15px; border-radius: 10px; font-size: 8px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.nt-profile-cancel { border: 1px solid #ddd4e6; color: #6d6078; background: #fff; }
.nt-profile-save { min-width: 125px; border: 0; color: #14392f; background: #65d8b5; box-shadow: 0 9px 19px rgba(65,198,157,.18); }
.nt-profile-save:hover { color: #14392f; background: #7be4c4; transform: translateY(-1px); }

@media (max-width: 991.98px) {
    .nt-profile-hero { align-items: flex-start; flex-direction: column; }
    .nt-profile-form-columns { gap: 20px; }
    .nt-profile-form-group + .nt-profile-form-group { padding-left: 20px; }
    .nt-profile-lower-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767.98px) {
    .nt-profile-hero { min-height: 0; padding: 27px 22px; border-radius: 21px; }
    .nt-profile-hero-copy { align-items: flex-start; flex-direction: column; }
    .nt-profile-hero h1 { font-size: 31px; }
    .nt-profile-card { border-radius: 20px; }
    .nt-profile-card-head, .nt-profile-card-body { padding: 18px; }
    .nt-profile-form-columns { grid-template-columns: 1fr; }
    .nt-profile-form-group + .nt-profile-form-group { padding-top: 20px; padding-left: 0; border-top: 1px solid #eee8f4; border-left: 0; }
    .nt-profile-lower-grid, .nt-profile-custom-grid, .nt-profile-preferences { grid-template-columns: 1fr; }
    .nt-profile-extra-field { max-width: none; }
    .nt-profile-savebar { align-items: stretch; flex-direction: column; }
    .nt-profile-save-actions { width: 100%; }
    .nt-profile-cancel, .nt-profile-save { flex: 1; }
}
@media (max-width: 479.98px) {
    .nt-profile-save-actions { flex-direction: column-reverse; }
    .nt-profile-cancel, .nt-profile-save { width: 100%; }
}

/* Registration: merge the benefits rail and form into one onboarding card */
body.nt-page-clientregister { background: radial-gradient(circle at 5% 24%, rgba(110,40,207,.1), transparent 25%), #f6f4fb; }
body.nt-page-clientregister .nt-register-intro { padding: 52px 24px 30px; background: transparent; }
body.nt-page-clientregister .nt-register-intro h1 { color: var(--nt-navy); }
body.nt-page-clientregister .nt-registration-shell { max-width: 1120px; grid-template-columns: 270px minmax(0,1fr); gap: 0; padding-bottom: 75px; animation: nt-register-in 700ms cubic-bezier(.2,.8,.2,1) both; }
body.nt-page-clientregister .nt-registration-benefits { min-height: 100%; border-radius: 24px 0 0 24px; background: radial-gradient(circle at 20% 8%, rgba(128,51,218,.58), transparent 31%), linear-gradient(150deg,#211452,#100d3d); }
body.nt-page-clientregister .nt-registration-sticky { min-height: 100%; padding: 30px 26px; }
body.nt-page-clientregister .nt-registration-sticky img { width: 175px; }
body.nt-page-clientregister .nt-registration-sticky h2 { margin: 45px 0 10px; font-size: 24px; }
body.nt-page-clientregister .nt-registration-sticky ul { margin-top: 29px; }
body.nt-page-clientregister .nt-registration-sticky li { margin: 16px 0; }
body.nt-page-clientregister .nt-registration-form { padding: 17px 20px 22px; border: 1px solid #e6e0ef; border-left: 0; border-radius: 0 24px 24px 0; background: #fff; box-shadow: 0 22px 48px rgba(31,17,73,.1); }
body.nt-page-clientregister .nt-registration-form .card { margin-bottom: 14px !important; border-color: #ebe5f1; border-radius: 15px; box-shadow: none; background: #fff; }
body.nt-page-clientregister .nt-registration-form .card-body { padding: 18px 20px !important; }
body.nt-page-clientregister .nt-registration-form .card-title { margin-bottom: 17px; padding-bottom: 10px; color: var(--nt-navy); font-size: 15px; }
body.nt-page-clientregister .nt-registration-form .social-signin-btns { display: flex; justify-content: center; margin: 0 0 14px; padding: 11px 0; border-bottom: 1px solid #eee8f4; }
body.nt-page-clientregister .nt-registration-form .sub-heading { margin: 0 0 10px; }
body.nt-page-clientregister .nt-registration-form .field, body.nt-page-clientregister .nt-registration-form .form-control { min-height: 42px; border-radius: 9px; }
body.nt-page-clientregister .nt-registration-form input[type="submit"].btn-primary { min-width: 220px; min-height: 49px; border-radius: 11px; }
@keyframes nt-register-in { from { opacity: 0; transform: translateY(13px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 767.98px) {
    body.nt-page-clientregister .nt-registration-shell { grid-template-columns: 1fr; gap: 0; padding-left: 14px; padding-right: 14px; }
    body.nt-page-clientregister .nt-registration-benefits { min-height: 0; border-radius: 22px 22px 0 0; }
    body.nt-page-clientregister .nt-registration-form { border: 1px solid #e6e0ef; border-top: 0; border-radius: 0 0 22px 22px; }
    body.nt-page-clientregister .nt-registration-sticky { min-height: 0; padding: 25px 22px; }
    body.nt-page-clientregister .nt-registration-sticky h2 { margin-top: 25px; }
}

/* Domain transfer: migration workspace */
.nt-transfer-page .cart-body { color: var(--nt-ink); }
.nt-transfer-hero { position: relative; display: flex; min-height: 178px; align-items: center; justify-content: space-between; gap: 25px; margin: 0 0 23px; padding: 31px 35px; overflow: hidden; border-radius: 25px; color: #fff; background: linear-gradient(125deg,#102f3d 0%,#1d396b 45%,#5b20aa 100%); box-shadow: 0 23px 50px rgba(25,30,77,.18); }
.nt-transfer-hero::before, .nt-transfer-hero::after { content: ""; position: absolute; pointer-events: none; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.nt-transfer-hero::before { width: 290px; height: 290px; top: -195px; right: -28px; }
.nt-transfer-hero::after { width: 190px; height: 190px; top: -130px; right: 20px; }
.nt-transfer-hero-copy { position: relative; z-index: 1; display: flex; align-items: center; gap: 18px; }
.nt-transfer-hero-icon { display: inline-flex; flex: 0 0 64px; width: 64px; height: 64px; align-items: center; justify-content: center; border-radius: 21px; color: #15392f; background: linear-gradient(135deg,#8aeecf,#5dd1ac); box-shadow: 0 15px 30px rgba(68,208,164,.22); font-size: 23px; }
.nt-transfer-eyebrow { color: #70e3c1; font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.nt-transfer-eyebrow i { margin-right: 5px; font-size: 5px; vertical-align: middle; }
.nt-transfer-hero h1 { margin: 8px 0 6px; color: #fff !important; font-size: clamp(30px,3vw,42px); font-weight: 850; line-height: 1.04; letter-spacing: -.045em; }
.nt-transfer-hero p { margin: 0; color: rgba(255,255,255,.72); font-size: 11px; }
.nt-transfer-steps { position: relative; z-index: 1; display: flex; align-items: center; gap: 8px; padding: 7px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: rgba(255,255,255,.07); }
.nt-transfer-steps span { display: inline-flex; min-height: 32px; align-items: center; gap: 7px; padding: 6px 9px; border-radius: 9px; color: rgba(255,255,255,.64); font-size: 8px; font-weight: 850; text-transform: uppercase; }
.nt-transfer-steps span.is-active { color: #14392f; background: #6bdcb9; }
.nt-transfer-steps b { display: inline-flex; width: 18px; height: 18px; align-items: center; justify-content: center; border: 1px solid currentColor; border-radius: 50%; font-size: 7px; }
.nt-transfer-steps > i { color: rgba(255,255,255,.3); font-size: 8px; }
.nt-transfer-layout { display: grid; grid-template-columns: minmax(0,1fr) 270px; align-items: start; gap: 20px; }
.nt-transfer-intro { margin: 0 0 15px 3px; }
.nt-transfer-intro > span { color: #6e28cf; font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.nt-transfer-intro h2 { margin: 5px 0 3px; color: var(--nt-navy); font-size: 24px; font-weight: 850; letter-spacing: -.035em; }
.nt-transfer-intro p { margin: 0; color: #86798f; font-size: 10px; }
.nt-transfer-card { overflow: hidden; border: 1px solid #ebe4f1; border-radius: 22px; background: #fff; box-shadow: 0 19px 44px rgba(31,17,73,.08); }
.nt-transfer-card-head { display: flex; align-items: center; gap: 13px; padding: 21px 24px; color: #fff; background: linear-gradient(110deg,#19104a,#4b1e95); }
.nt-transfer-card-head > span { display: inline-flex; width: 43px; height: 43px; align-items: center; justify-content: center; border-radius: 14px; color: #15392f; background: #69dcb9; font-size: 15px; }
.nt-transfer-card-head small { color: #73e2c1; font-size: 7px; font-weight: 900; letter-spacing: .16em; }
.nt-transfer-page #order-standard_cart .nt-transfer-card-head h3,
#order-standard_cart.nt-transfer-page .nt-transfer-card-head h3,
.nt-transfer-card-head h3 { margin: 4px 0 2px; color: #fff !important; font-size: 18px; font-weight: 850; }
.nt-transfer-card-head p { margin: 0; color: rgba(255,255,255,.67); font-size: 9px; }
.nt-transfer-card-body { padding: 24px; }
.nt-transfer-form label { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin: 0 0 7px; color: #635670; font-size: 8px; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; }
.nt-transfer-form label > i { margin-right: 5px; color: #762bd0; }
.nt-transfer-form label a { margin-left: auto; color: #6d29c7; font-size: 8px; font-weight: 750; cursor: help; text-transform: none; }
.nt-transfer-form .form-control { min-height: 44px; padding: 9px 12px; border: 1px solid #ddd4e8; border-radius: 11px; color: #43364f; background: #fbfafd; box-shadow: none; font-size: 10px; }
.nt-transfer-form .form-control:focus { border-color: #9e6bd3; background: #fff; box-shadow: 0 0 0 3px rgba(115,42,196,.1); }
.nt-transfer-form .form-group small { display: block; margin-top: 7px; color: #948697; font-size: 8px; }
.nt-transfer-auth-field { margin-top: 19px; }
.nt-transfer-captcha { margin-top: 19px; padding-top: 17px; border-top: 1px solid #eee8f4; }
.nt-transfer-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 17px 24px; border-top: 1px solid #eee8f4; background: #faf8fc; }
.nt-transfer-card-foot > span { color: #7d7187; font-size: 8px; font-weight: 750; }
.nt-transfer-card-foot > span i { margin-right: 5px; color: #159578; }
.nt-transfer-submit { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; gap: 8px; min-width: 126px; padding: 9px 13px; border: 0; border-radius: 10px; color: #14392f; background: #66d8b5; box-shadow: 0 9px 19px rgba(65,198,157,.18); font-size: 8px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.nt-transfer-submit:hover { color: #14392f; background: #7be4c4; transform: translateY(-1px); }
.nt-transfer-submit > i { font-size: 9px; }
.nt-transfer-exclusion { margin: 10px 0 0; color: #8c8091; font-size: 8px; text-align: center; }
.nt-transfer-benefits { padding: 23px 20px; overflow: hidden; border-radius: 21px; color: #fff; background: linear-gradient(145deg,#18104a,#5020a2); box-shadow: 0 19px 40px rgba(35,18,85,.14); }
.nt-transfer-benefits-icon { display: inline-flex; width: 45px; height: 45px; align-items: center; justify-content: center; margin-bottom: 15px; border-radius: 14px; color: #624100; background: #ffd66f; font-size: 17px; }
.nt-transfer-benefits > span:nth-child(2) { display: block; color: #73e2c1; font-size: 7px; font-weight: 900; letter-spacing: .16em; }
.nt-transfer-benefits h3 { margin: 7px 0 17px; color: #fff; font-size: 19px; font-weight: 850; letter-spacing: -.03em; }
.nt-transfer-benefits h3 { color: #fff !important; }
.nt-transfer-benefits > div { display: grid; grid-template-columns: 25px 1fr; gap: 8px; margin-top: 12px; }
.nt-transfer-benefits > div > i { display: inline-flex; width: 25px; height: 25px; align-items: center; justify-content: center; border-radius: 8px; color: #70e0bf; background: rgba(112,224,191,.12); font-size: 8px; }
.nt-transfer-benefits > div span { display: flex; flex-direction: column; }
.nt-transfer-benefits strong { color: #fff; font-size: 9px; }
.nt-transfer-benefits small { margin-top: 2px; color: rgba(255,255,255,.59); font-size: 7px; line-height: 1.5; }
.nt-transfer-aside-link { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 9px; padding: 12px 14px; border: 1px solid #e9e1ef; border-radius: 15px; color: #5e5269; background: #fff; box-shadow: 0 9px 22px rgba(32,18,69,.05); }
.nt-transfer-aside-link > span { display: grid; grid-template-columns: 32px 1fr; column-gap: 9px; align-items: center; }
.nt-transfer-aside-link > span > i { display: inline-flex; grid-row: 1 / 3; width: 32px; height: 32px; align-items: center; justify-content: center; border-radius: 10px; color: #6c27c3; background: #efe6fa; font-size: 11px; }
.nt-transfer-aside-link strong { color: #29203c; font-size: 9px; }
.nt-transfer-aside-link small { color: #8d8295; font-size: 7px; }
.nt-transfer-aside-link > i { color: #722abd; font-size: 9px; }
.nt-transfer-aside-link:hover { color: inherit; border-color: #cdb7e4; text-decoration: none; transform: translateY(-1px); }
@media (max-width: 991.98px) {
    .nt-transfer-hero { align-items: flex-start; flex-direction: column; }
    .nt-transfer-layout { grid-template-columns: 1fr; }
}
@media (max-width: 767.98px) {
    .nt-transfer-hero { min-height: 0; padding: 26px 21px; border-radius: 21px; }
    .nt-transfer-hero-copy { align-items: flex-start; flex-direction: column; }
    .nt-transfer-hero h1 { font-size: 31px; }
    .nt-transfer-steps { width: 100%; justify-content: center; }
    .nt-transfer-card-head, .nt-transfer-card-body, .nt-transfer-card-foot { padding-left: 17px; padding-right: 17px; }
    .nt-transfer-card-foot { align-items: stretch; flex-direction: column; }
    .nt-transfer-submit { width: 100%; }
}

/* Login: ambient motion and polished focus states */
.nt-page-login .nt-auth-shell { position: relative; overflow: hidden; }
.nt-page-login .nt-auth-brand { position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 15% 10%, rgba(131,57,220,.52), transparent 31%), radial-gradient(circle at 90% 80%, rgba(58,203,167,.16), transparent 29%), var(--nt-navy); }
.nt-page-login .nt-auth-brand::before { content: ""; position: absolute; z-index: -1; width: 390px; height: 390px; top: 19%; right: -170px; border: 1px solid rgba(122,226,194,.18); border-radius: 50%; box-shadow: 0 0 0 30px rgba(122,226,194,.035), 0 0 0 62px rgba(122,226,194,.025); animation: nt-login-orbit 13s linear infinite; }
.nt-page-login .nt-auth-brand::after { content: ""; position: absolute; z-index: -1; width: 170px; height: 170px; top: 14%; left: 10%; border-radius: 50%; background: radial-gradient(circle, rgba(132,67,238,.44), rgba(132,67,238,0) 70%); filter: blur(5px); animation: nt-login-breathe 7s ease-in-out infinite; }
.nt-page-login .nt-auth-brand > * { position: relative; z-index: 1; }
.nt-page-login .nt-auth-brand > a img { animation: nt-login-logo-in 850ms cubic-bezier(.2,.8,.2,1) both, nt-login-logo-float 6s ease-in-out 1s infinite; }
.nt-page-login .nt-auth-brand h1 { animation: nt-login-copy-in 750ms cubic-bezier(.2,.8,.2,1) 120ms both; }
.nt-page-login .nt-auth-brand p { animation: nt-login-copy-in 750ms cubic-bezier(.2,.8,.2,1) 220ms both; }
.nt-page-login .nt-auth-brand li { opacity: 0; animation: nt-login-item-in 600ms cubic-bezier(.2,.8,.2,1) forwards; }
.nt-page-login .nt-auth-brand li:nth-child(1) { animation-delay: 380ms; }
.nt-page-login .nt-auth-brand li:nth-child(2) { animation-delay: 470ms; }
.nt-page-login .nt-auth-brand li:nth-child(3) { animation-delay: 560ms; }
.nt-page-login .nt-auth-form { position: relative; overflow: hidden; }
.nt-page-login .nt-auth-form::before { content: ""; position: absolute; width: 180px; height: 180px; top: -95px; right: -80px; border: 1px solid rgba(111,39,200,.1); border-radius: 50%; box-shadow: 0 0 0 24px rgba(111,39,200,.035), 0 0 0 49px rgba(111,39,200,.025); animation: nt-login-ring 11s linear infinite reverse; }
.nt-page-login .nt-auth-form-inner { position: relative; z-index: 1; animation: nt-login-form-in 700ms cubic-bezier(.2,.8,.2,1) 100ms both; }
.nt-page-login .nt-auth-form .form-group { animation: nt-login-field-in 550ms cubic-bezier(.2,.8,.2,1) both; }
.nt-page-login .nt-auth-form .form-group:nth-of-type(1) { animation-delay: 230ms; }
.nt-page-login .nt-auth-form .form-group:nth-of-type(2) { animation-delay: 320ms; }
.nt-page-login .nt-auth-form .input-group { transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.nt-page-login .nt-auth-form .input-group:focus-within { transform: translateY(-2px); box-shadow: 0 9px 24px rgba(91,20,168,.13), 0 0 0 3px rgba(91,20,168,.09); }
.nt-page-login .nt-auth-submit { position: relative; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.nt-page-login .nt-auth-submit::before { content: ""; position: absolute; top: 0; left: -80%; width: 50%; height: 100%; transform: skewX(-20deg); background: linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent); animation: nt-login-shimmer 4.5s ease-in-out 1.4s infinite; }
.nt-page-login .nt-auth-submit > * { position: relative; z-index: 1; }
.nt-page-login .nt-auth-submit:hover { box-shadow: 0 16px 30px rgba(91,20,168,.28); }
@keyframes nt-login-orbit { from { transform: rotate(0deg) translateX(0); } to { transform: rotate(360deg) translateX(0); } }
@keyframes nt-login-ring { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes nt-login-breathe { 0%,100% { transform: scale(.9); opacity: .55; } 50% { transform: scale(1.15); opacity: .95; } }
@keyframes nt-login-logo-in { from { opacity: 0; transform: translateY(-14px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes nt-login-logo-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes nt-login-copy-in { from { opacity: 0; transform: translateX(-18px); } to { opacity: 1; transform: translateX(0); } }
@keyframes nt-login-item-in { from { opacity: 0; transform: translateX(-12px); } to { opacity: 1; transform: translateX(0); } }
@keyframes nt-login-form-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes nt-login-field-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes nt-login-shimmer { 0%,58% { left: -80%; } 74%,100% { left: 140%; } }
@media (prefers-reduced-motion: reduce) {
    .nt-page-login *, .nt-page-login *::before, .nt-page-login *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
.nt-hero-no-animation .nt-hero-hosting-art,
.nt-hero-no-animation .nt-hero-hosting-art *,
.nt-hero-no-animation .nt-premium-cloud,
.nt-hero-no-animation .nt-cloud-streak,
.nt-hero-no-animation .nt-drift-cloud { animation:none !important; transition:none !important; }

/* Login page background and Google sign-in placement */
body.nt-page-login { min-height: 100vh; background: radial-gradient(circle at 8% 58%, rgba(104,39,190,.16), transparent 27%), radial-gradient(circle at 93% 24%, rgba(63,202,164,.12), transparent 23%), #100d3d; }
body.nt-page-login .nt-auth-shell { min-height: calc(100vh - 170px); margin: 0; box-shadow: 0 24px 60px rgba(7,6,39,.23); }
body.nt-page-login .nt-auth-form { background: rgba(255,255,255,.98); }
body.nt-page-login .nt-auth-social { margin-top: 22px; padding-top: 17px; border-top: 1px solid #eee8f4; text-align: center; }
body.nt-page-login .nt-auth-social .providerPreLinking { display: block; }
body.nt-page-login .nt-auth-social .social-signin-btns { display: flex; justify-content: center; }
body.nt-page-login .nt-auth-social .social-signin-btns > * { max-width: 100%; }
body.nt-page-login .nt-auth-social .providerLinkingFeedback { margin: 8px 0 0; }

/* About NameTowne */
.nt-about-page { max-width:1180px; margin:0 auto; color:#251a42; }
.nt-about-hero { position:relative; display:grid; grid-template-columns:minmax(0,1fr) 390px; min-height:450px; align-items:center; gap:35px; padding:55px 62px; overflow:hidden; border-radius:30px; color:#fff; background:radial-gradient(circle at 86% 15%,rgba(116,45,213,.88),transparent 31%),linear-gradient(125deg,#12103c,#32146f 65%,#5d1bb1); box-shadow:0 24px 56px rgba(35,16,80,.22); }
.nt-about-hero-copy { position:relative; z-index:3; }.nt-about-kicker { display:inline-flex; align-items:center; gap:7px; padding:8px 12px; border:1px solid rgba(255,255,255,.14); border-radius:50px; color:#7ee8c6; background:rgba(255,255,255,.06); font-size:8px; font-weight:900; letter-spacing:.16em; }.nt-about-hero h1 { max-width:650px; margin:18px 0 14px; color:#fff !important; font-size:48px; font-weight:800; line-height:1.08; }.nt-about-hero h1 em { color:#76e4c1; font-style:normal; }.nt-about-hero-copy > p { max-width:660px; margin:0; color:rgba(255,255,255,.73); font-size:14px; line-height:1.7; }
.nt-about-hero-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:27px; }.nt-about-hero-actions a { display:inline-flex; min-height:47px; align-items:center; justify-content:center; gap:9px; padding:11px 18px; border-radius:11px; font-size:10px; font-weight:850; }.nt-about-primary { color:#15113c !important; background:#70e1bd; box-shadow:0 11px 23px rgba(49,200,154,.2); }.nt-about-primary:hover { background:#8aebca; text-decoration:none; transform:translateY(-2px); }.nt-about-secondary { border:1px solid rgba(255,255,255,.17); color:#fff !important; background:rgba(255,255,255,.065); }.nt-about-secondary:hover { background:rgba(255,255,255,.12); text-decoration:none; transform:translateY(-2px); }
.nt-about-hero-art { position:relative; z-index:2; width:330px; height:300px; justify-self:end; }.nt-about-glow { position:absolute; inset:15%; border-radius:50%; background:rgba(104,229,193,.2); filter:blur(45px); animation:nt-about-glow 4s ease-in-out infinite; }.nt-about-cloud { position:absolute; left:70px; top:68px; display:grid; width:190px; height:150px; place-items:center; color:#fff; font-size:120px; filter:drop-shadow(0 23px 30px rgba(15,3,46,.28)); animation:nt-about-float 5s ease-in-out infinite; }.nt-about-cloud > span { position:absolute; display:grid; width:54px; height:54px; place-items:center; border:4px solid #48178b; border-radius:17px; color:#1b1340; background:#75e7c2; font-size:24px; box-shadow:0 10px 25px rgba(19,5,53,.28); }.nt-about-node { position:absolute; z-index:3; display:grid; width:45px; height:45px; place-items:center; border:1px solid rgba(255,255,255,.2); border-radius:14px; color:#7de7c4; background:rgba(17,10,55,.74); box-shadow:0 12px 27px rgba(17,4,48,.27); }.nt-about-node-one { right:14px; top:35px; }.nt-about-node-two { left:9px; top:174px; }.nt-about-node-three { right:8px; bottom:19px; }.nt-about-line { position:absolute; z-index:1; height:1px; background:linear-gradient(90deg,rgba(115,230,195,.12),#78e5c2); transform-origin:left center; }.nt-about-line-one { width:92px; right:46px; top:78px; transform:rotate(151deg); }.nt-about-line-two { width:93px; left:43px; top:190px; transform:rotate(-36deg); }.nt-about-line-three { width:90px; right:43px; bottom:52px; transform:rotate(-139deg); }.nt-about-orbit { position:absolute; right:-100px; top:-160px; width:420px; height:420px; border:1px solid rgba(255,255,255,.12); border-radius:50%; box-shadow:0 0 0 42px rgba(255,255,255,.025),0 0 0 84px rgba(255,255,255,.018); }
@keyframes nt-about-float { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-11px); } } @keyframes nt-about-glow { 0%,100% { opacity:.65; transform:scale(.9); } 50% { opacity:1; transform:scale(1.1); } }
.nt-about-proof { position:relative; z-index:4; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1px; margin:-28px 30px 72px; overflow:hidden; border:1px solid #e6ddf0; border-radius:18px; background:#e8e0f1; box-shadow:0 17px 40px rgba(42,20,83,.11); }.nt-about-proof > div { display:flex; min-height:92px; align-items:center; gap:12px; padding:18px; background:#fff; }.nt-about-proof i { display:grid; width:40px; height:40px; flex:0 0 40px; place-items:center; border-radius:12px; color:#6621bd; background:linear-gradient(145deg,#f0e7fb,#eafaf5); }.nt-about-proof strong,.nt-about-proof small { display:block; }.nt-about-proof strong { color:#211444; font-size:10px; }.nt-about-proof small { margin-top:3px; color:#8b8195; font-size:8px; line-height:1.4; }
.nt-about-eyebrow { color:#7324c9; font-size:8px; font-weight:900; letter-spacing:.18em; }.nt-about-story { display:grid; grid-template-columns:370px minmax(0,1fr); gap:60px; align-items:stretch; margin:0 0 80px; }.nt-about-story-mark { position:relative; min-height:410px; padding:35px; overflow:hidden; border-radius:25px; color:#fff; background:radial-gradient(circle at 90% 10%,rgba(111,43,203,.8),transparent 34%),#14103f; box-shadow:0 18px 42px rgba(37,17,82,.15); }.nt-about-story-mark > span { color:#73e3c0; font-size:8px; font-weight:900; letter-spacing:.18em; }.nt-about-story-logo { display:flex; min-height:190px; align-items:center; justify-content:center; }.nt-about-story-logo img { width:245px; max-width:90%; }.nt-about-story-mark blockquote { position:relative; z-index:1; margin:25px 0 0; color:rgba(255,255,255,.8); font-size:13px; font-weight:600; line-height:1.65; }.nt-about-story-mark::after { content:'“'; position:absolute; right:12px; bottom:-45px; color:rgba(255,255,255,.05); font-family:serif; font-size:220px; line-height:1; }.nt-about-story-copy { align-self:center; }.nt-about-story-copy h2,.nt-about-section-head h2,.nt-about-values-copy h2,.nt-about-infra-copy h2 { margin:9px 0 16px; color:#1b1042; font-size:31px; font-weight:800; line-height:1.18; }.nt-about-story-copy p { color:#6d6279; font-size:12px; line-height:1.8; }
.nt-about-services { margin:0 0 80px; }.nt-about-section-head { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:27px; }.nt-about-section-head h2 { margin-bottom:0; }.nt-about-section-head > p { max-width:390px; margin:0 0 4px; color:#83788e; font-size:11px; line-height:1.65; }.nt-about-service-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:15px; }.nt-about-service-card { position:relative; min-height:280px; padding:25px 22px; overflow:hidden; border:1px solid #e5ddef; border-radius:19px; color:#251844; background:linear-gradient(150deg,#fff,#fbf8ff 70%,#f1fcf9); box-shadow:0 12px 31px rgba(39,19,80,.06); }.nt-about-service-card::after { content:''; position:absolute; right:-38px; bottom:-47px; width:115px; height:115px; border-radius:50%; background:rgba(105,224,190,.14); }.nt-about-service-card:hover { color:#251844; border-color:#cdb9e7; box-shadow:0 18px 38px rgba(39,19,80,.12); text-decoration:none; transform:translateY(-5px); }.nt-about-service-card > span { display:grid; width:51px; height:51px; place-items:center; border-radius:15px; color:#fff; background:linear-gradient(145deg,#261354,#7624d1); box-shadow:0 9px 20px rgba(73,27,138,.21); font-size:19px; }.nt-about-service-card h3 { margin:22px 0 9px; color:#211342; font-size:17px; font-weight:800; }.nt-about-service-card p { min-height:70px; color:#796e85; font-size:10px; line-height:1.65; }.nt-about-service-card b { position:absolute; z-index:1; left:22px; bottom:22px; color:#6722bd; font-size:9px; }.nt-about-service-card b i { margin-left:6px; }
.nt-about-values { display:grid; grid-template-columns:340px minmax(0,1fr); gap:50px; margin:0 0 80px; padding:52px; border-radius:27px; color:#fff; background:radial-gradient(circle at 90% 10%,rgba(103,39,192,.75),transparent 34%),#14103f; }
.nt-about-values-copy h2 { color:#fff !important; }
.nt-about-values-copy p { color:rgba(255,255,255,.66); font-size:11px; line-height:1.7; }
.nt-about-values-copy > a { display:inline-flex; align-items:center; gap:8px; margin-top:18px; color:#76e6c2; font-size:10px; font-weight:800; }
.nt-about-value-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.nt-about-value-grid > div { position:relative; min-height:180px; padding:22px; overflow:hidden; border:1px solid rgba(255,255,255,.1); border-radius:17px; background:rgba(255,255,255,.05); }
.nt-about-value-grid > div > span { position:absolute; right:14px; top:10px; color:rgba(255,255,255,.07); font-size:34px; font-weight:900; }
.nt-about-value-grid i { color:#74e2bf; font-size:18px; }
.nt-about-values .nt-about-value-grid > div h3 { margin:17px 0 7px; color:#fff !important; font-size:13px; }
.nt-about-value-grid p { margin:0; color:rgba(255,255,255,.61); font-size:9px; line-height:1.6; }
.nt-about-infrastructure { display:grid; grid-template-columns:1fr 1fr; gap:65px; align-items:center; margin:0 0 80px; }.nt-about-infra-visual { position:relative; min-height:430px; overflow:hidden; border:1px solid #e5daf1; border-radius:26px; background:radial-gradient(circle at 50% 30%,rgba(112,226,190,.16),transparent 38%),linear-gradient(145deg,#f9f5ff,#efe7fa); }.nt-infra-rack { position:absolute; left:15%; right:15%; top:58px; padding:18px; border:1px solid #ddd0ed; border-radius:20px; background:#fff; box-shadow:0 22px 45px rgba(46,22,92,.15); }.nt-infra-rack > span { position:relative; display:block; height:58px; margin:9px 0; border-radius:13px; background:linear-gradient(110deg,#171043,#4b1b93); box-shadow:0 8px 18px rgba(29,10,67,.19); }.nt-infra-rack i { position:absolute; left:18px; top:24px; width:9px; height:9px; border-radius:50%; background:#71e2be; box-shadow:0 0 14px #71e2be; }.nt-infra-rack b { position:absolute; right:18px; top:20px; width:48px; height:4px; border-radius:3px; background:rgba(255,255,255,.35); box-shadow:0 10px 0 rgba(255,255,255,.22); }.nt-infra-badge { position:absolute; right:24px; bottom:25px; display:flex; align-items:center; gap:10px; padding:14px; border:1px solid #e0d5ec; border-radius:14px; background:#fff; box-shadow:0 12px 27px rgba(45,22,89,.12); }.nt-infra-badge > i { display:grid; width:35px; height:35px; place-items:center; border-radius:11px; color:#163c33; background:#73e2bf; }.nt-infra-badge strong,.nt-infra-badge small { display:block; }.nt-infra-badge strong { color:#25164b; font-size:9px; }.nt-infra-badge small { margin-top:2px; color:#8b8096; font-size:7px; }.nt-about-infra-copy > p { color:#74687f; font-size:11px; line-height:1.75; }.nt-about-infra-copy ul { margin:22px 0 0; padding:0; list-style:none; }.nt-about-infra-copy li { display:flex; gap:12px; margin-top:15px; }.nt-about-infra-copy li > i { margin-top:3px; color:#3ec49b; }.nt-about-infra-copy li strong,.nt-about-infra-copy li small { display:block; }.nt-about-infra-copy li strong { color:#29184d; font-size:10px; }.nt-about-infra-copy li small { margin-top:3px; color:#8a8094; font-size:8px; line-height:1.5; }
.nt-about-promise { display:grid; grid-template-columns:1.1fr .9fr; gap:45px; align-items:center; margin:0 0 30px; padding:38px 42px; border:1px solid #e5d9f1; border-radius:22px; background:linear-gradient(110deg,#faf7ff,#fff 55%,#effbf7); }.nt-about-promise h2 { margin:8px 0 8px; color:#1d1043; font-size:25px; font-weight:800; }.nt-about-promise p { margin:0; color:#796e83; font-size:10px; }.nt-about-promise-points { display:grid; gap:9px; }.nt-about-promise-points span { display:flex; align-items:center; gap:9px; color:#403353; font-size:9px; font-weight:750; }.nt-about-promise-points i { display:grid; width:24px; height:24px; place-items:center; border-radius:8px; color:#175746; background:#dff8ef; font-size:8px; }
.nt-about-cta { position:relative; display:grid; grid-template-columns:58px minmax(0,1fr) auto; align-items:center; gap:20px; padding:34px 38px; overflow:hidden; border-radius:22px; color:#fff; background:linear-gradient(120deg,#171044,#3f1881 65%,#6720ba); box-shadow:0 17px 40px rgba(35,17,78,.15); }
.nt-about-cta-icon { display:grid; width:58px; height:58px; place-items:center; border-radius:17px; color:#15103e; background:#72e2bf; font-size:21px; }
.nt-about-cta > div > span { color:#75e3c0; font-size:8px; font-weight:900; letter-spacing:.17em; }
.nt-about-cta > div h2 { margin:5px 0 4px; color:#fff !important; font-size:23px; }
.nt-about-cta p { margin:0; color:rgba(255,255,255,.64); font-size:9px; }
.nt-about-cta-actions { display:flex; gap:8px; }
.nt-about-cta-actions a { padding:11px 14px; border:1px solid rgba(255,255,255,.14); border-radius:10px; color:#fff; background:rgba(255,255,255,.07); font-size:9px; font-weight:800; }
.nt-about-cta-actions a:first-child { border-color:#70e0bd; color:#15103d; background:#70e0bd; }
.nt-about-cta-actions a:hover { text-decoration:none; transform:translateY(-2px); }
@media (max-width:991px) { .nt-about-hero { grid-template-columns:1fr; }.nt-about-hero-art { display:none; }.nt-about-proof { grid-template-columns:repeat(2,1fr); }.nt-about-story,.nt-about-values,.nt-about-infrastructure { grid-template-columns:1fr; }.nt-about-service-grid { grid-template-columns:repeat(2,1fr); }.nt-about-story-mark { min-height:340px; }.nt-about-cta { grid-template-columns:58px 1fr; }.nt-about-cta-actions { grid-column:1 / -1; } }
@media (max-width:767px) { .nt-about-hero { min-height:0; padding:40px 25px 65px; }.nt-about-hero h1 { font-size:35px; }.nt-about-proof { grid-template-columns:1fr; margin-left:15px; margin-right:15px; }.nt-about-story { gap:28px; }.nt-about-section-head { align-items:flex-start; flex-direction:column; }.nt-about-service-grid { grid-template-columns:1fr; }.nt-about-values { padding:31px 24px; }.nt-about-value-grid { grid-template-columns:1fr; }.nt-about-infrastructure { gap:30px; }.nt-about-infra-visual { min-height:370px; }.nt-about-promise { grid-template-columns:1fr; padding:30px 25px; }.nt-about-cta { grid-template-columns:1fr; padding:29px 25px; }.nt-about-cta-actions { flex-direction:column; }.nt-about-cta-actions a { text-align:center; } }

/* NameTowne knowledgebase */
.nt-kb-page { width:100%; color:#211641; }
.nt-kb-hero { position:relative; display:grid; grid-template-columns:minmax(0,1fr) 270px; min-height:390px; align-items:center; gap:30px; padding:45px 48px; overflow:hidden; border-radius:28px; color:#fff; background:radial-gradient(circle at 88% 15%,rgba(112,39,210,.88),transparent 32%),linear-gradient(125deg,#12103c,#351474 67%,#5e1ab2); box-shadow:0 23px 52px rgba(35,16,80,.2); }
.nt-kb-hero-copy { position:relative; z-index:3; }
.nt-kb-kicker { display:inline-flex; align-items:center; gap:7px; padding:7px 11px; border:1px solid rgba(255,255,255,.14); border-radius:50px; color:#79e6c3; background:rgba(255,255,255,.06); font-size:8px; font-weight:900; letter-spacing:.16em; }
.nt-kb-hero h1 { max-width:560px; margin:17px 0 10px; color:#fff !important; font-size:39px; font-weight:800; line-height:1.08; }
.nt-kb-hero h1 em { color:#77e4c1; font-style:normal; }
.nt-kb-hero-copy > p { max-width:610px; margin:0; color:rgba(255,255,255,.72); font-size:11px; line-height:1.7; }
.nt-kb-search-form { margin:25px 0 0 !important; }
.nt-kb-search-box { display:grid; grid-template-columns:42px minmax(0,1fr) auto; min-height:58px; align-items:center; overflow:hidden; border:4px solid rgba(255,255,255,.22); border-radius:15px; background:#fff; box-shadow:0 15px 30px rgba(13,4,43,.2); }
.nt-kb-search-box > i { color:#75688a; text-align:center; }
.nt-kb-search-box input { width:100%; height:54px; border:0; outline:0; color:#211540; background:#fff; box-shadow:none; font-size:12px; }
.nt-kb-search-box input::placeholder { color:#9b91aa; }
.nt-kb-search-box button { align-self:stretch; min-width:120px; border:0; color:#14103b; background:#70e0bd; font-size:10px; font-weight:900; letter-spacing:.05em; transition:.2s ease; }
.nt-kb-search-box button:hover { background:#8ce8cb; }
.nt-kb-search-box button i { margin-left:8px; }
.nt-kb-trust-row { display:flex; flex-wrap:wrap; gap:18px; margin-top:16px; color:rgba(255,255,255,.72); font-size:8px; font-weight:700; }
.nt-kb-trust-row i { margin-right:5px; color:#73e3c0; }
.nt-kb-hero-art { position:relative; z-index:2; width:245px; height:240px; justify-self:end; }
.nt-kb-art-glow { position:absolute; inset:14%; border-radius:50%; background:rgba(106,228,193,.22); filter:blur(38px); animation:nt-kb-glow 4s ease-in-out infinite; }
.nt-kb-book { position:absolute; left:40px; top:50px; display:grid; width:165px; height:130px; place-items:center; color:#fff; font-size:108px; filter:drop-shadow(0 22px 27px rgba(16,4,47,.3)); animation:nt-kb-float 5s ease-in-out infinite; }
.nt-kb-book > span { position:absolute; display:grid; width:49px; height:49px; place-items:center; border:4px solid #47168a; border-radius:16px; color:#1b143f; background:#74e4c0; font-size:21px; }
.nt-kb-art-node { position:absolute; display:grid; width:40px; height:40px; place-items:center; border:1px solid rgba(255,255,255,.18); border-radius:13px; color:#78e4c1; background:rgba(17,10,55,.76); box-shadow:0 10px 22px rgba(17,4,48,.25); }
.nt-kb-art-node-one { right:0; top:25px; }.nt-kb-art-node-two { left:0; top:150px; }.nt-kb-art-node-three { right:4px; bottom:4px; }
.nt-kb-orbit { position:absolute; right:-120px; top:-160px; width:390px; height:390px; border:1px solid rgba(255,255,255,.1); border-radius:50%; box-shadow:0 0 0 38px rgba(255,255,255,.022),0 0 0 76px rgba(255,255,255,.016); }
@keyframes nt-kb-float { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-10px); } }
@keyframes nt-kb-glow { 0%,100% { opacity:.65; transform:scale(.9); } 50% { opacity:1; transform:scale(1.12); } }
.nt-kb-section-head { display:flex; align-items:end; justify-content:space-between; gap:25px; margin:48px 0 20px; }
.nt-kb-section-head span,.nt-kb-eyebrow { color:#7625c9; font-size:8px; font-weight:900; letter-spacing:.17em; }
.nt-kb-section-head h2 { margin:7px 0 0; color:#1d1240; font-size:27px; font-weight:800; }
.nt-kb-section-head > p { max-width:330px; margin:0; color:#82778d; font-size:10px; line-height:1.6; }
.nt-kb-category-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.nt-kb-category-card { position:relative; min-height:210px; padding:23px; overflow:hidden; border:1px solid #e5dcef; border-radius:18px; color:#271a43; background:linear-gradient(150deg,#fff,#fbf8ff 70%,#effbf7); box-shadow:0 11px 28px rgba(39,19,80,.06); }
.nt-kb-category-card::after { content:''; position:absolute; right:-35px; bottom:-40px; width:105px; height:105px; border-radius:50%; background:rgba(105,224,190,.15); }
.nt-kb-category-card:hover { color:#271a43; border-color:#ccb8e5; text-decoration:none; transform:translateY(-4px); box-shadow:0 17px 36px rgba(39,19,80,.11); }
.nt-kb-category-icon { display:grid; width:46px; height:46px; place-items:center; border-radius:14px; color:#fff; background:linear-gradient(145deg,#261353,#7424cd); box-shadow:0 9px 18px rgba(74,27,140,.2); }
.nt-kb-category-count { position:absolute; right:20px; top:25px; padding:5px 9px; border-radius:30px; color:#5c248f; background:#f1e9fa; font-size:8px; font-weight:800; }
.nt-kb-category-card h3 { margin:18px 0 6px; color:#211342; font-size:16px; font-weight:800; }
.nt-kb-category-card p { max-width:85%; margin:0; color:#7d7288; font-size:9px; line-height:1.6; }
.nt-kb-category-card b { position:absolute; z-index:1; left:23px; bottom:19px; color:#6621ba; font-size:8px; }
.nt-kb-category-card b i { margin-left:6px; }
.nt-kb-empty { display:grid; grid-template-columns:270px minmax(0,1fr); gap:42px; align-items:center; margin-top:24px; padding:34px; border:1px solid #e5daef; border-radius:23px; background:linear-gradient(130deg,#faf7ff,#fff 58%,#effbf7); box-shadow:0 16px 36px rgba(43,21,84,.08); }
.nt-kb-empty-visual { position:relative; display:grid; min-height:235px; place-items:center; overflow:hidden; border-radius:19px; color:#fff; background:radial-gradient(circle at 80% 15%,rgba(113,42,202,.8),transparent 33%),linear-gradient(135deg,#15103f,#371578); }
.nt-kb-empty-ring { position:absolute; width:170px; height:170px; border:1px solid rgba(255,255,255,.13); border-radius:50%; box-shadow:0 0 0 22px rgba(255,255,255,.025); }
.nt-kb-empty-visual > span { position:relative; z-index:2; display:grid; width:83px; height:83px; place-items:center; border-radius:23px; color:#1c143e; background:#71e2bf; box-shadow:0 16px 30px rgba(8,2,31,.27); font-size:33px; }
.nt-kb-empty-visual > i { position:absolute; z-index:3; right:58px; bottom:50px; display:grid; width:35px; height:35px; place-items:center; border:4px solid #2f1469; border-radius:50%; color:#fff; background:#7021c8; }
.nt-kb-empty-copy h2 { margin:8px 0 10px; color:#1d1240; font-size:29px; font-weight:800; }
.nt-kb-empty-copy p { max-width:560px; margin:0; color:#776c83; font-size:11px; line-height:1.75; }
.nt-kb-empty-actions { display:flex; flex-wrap:wrap; gap:9px; margin-top:21px; }
.nt-kb-empty-actions a { display:inline-flex; min-height:42px; align-items:center; justify-content:center; gap:8px; padding:10px 15px; border:1px solid #dfd3eb; border-radius:10px; color:#5e22a4; background:#fff; font-size:9px; font-weight:850; }
.nt-kb-empty-actions a:first-child { border-color:#70dfbc; color:#16113d; background:#70dfbc; }
.nt-kb-empty-actions a:hover { text-decoration:none; transform:translateY(-2px); }
.nt-kb-article-list { display:grid; gap:10px; }
.nt-kb-article { display:grid; grid-template-columns:44px minmax(0,1fr) 30px; align-items:center; gap:14px; padding:16px 18px; border:1px solid #e5dcef; border-radius:15px; color:#281b44; background:#fff; box-shadow:0 8px 22px rgba(40,20,80,.05); }
.nt-kb-article:hover { color:#281b44; border-color:#cab6e4; text-decoration:none; transform:translateX(3px); }
.nt-kb-article > span { display:grid; width:44px; height:44px; place-items:center; border-radius:13px; color:#6c22c0; background:#f0e8fa; }
.nt-kb-article h3 { margin:0 0 3px; color:#231641; font-size:13px; font-weight:800; }.nt-kb-article p { margin:0; color:#83788e; font-size:9px; }.nt-kb-article > i { color:#6c22c0; }
.nt-kb-support-strip { display:grid; grid-template-columns:1fr 1.8fr; gap:25px; align-items:center; margin-top:45px; padding:28px 30px; border:1px solid #e1d5ed; border-radius:20px; background:linear-gradient(110deg,#faf6ff,#fff 53%,#effbf7); }
.nt-kb-support-strip > div:first-child > span { color:#7524c7; font-size:8px; font-weight:900; letter-spacing:.17em; }.nt-kb-support-strip h2 { margin:6px 0 3px; color:#1d1240; font-size:21px; font-weight:800; }.nt-kb-support-strip p { margin:0; color:#81768b; font-size:9px; }
.nt-kb-support-links { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:9px; }
.nt-kb-support-links a { display:grid; grid-template-columns:35px minmax(0,1fr) 12px; align-items:center; gap:9px; min-height:72px; padding:10px; border:1px solid #ebe4f2; border-radius:13px; color:#281b45; background:#fff; box-shadow:0 8px 20px rgba(42,20,81,.05); }
.nt-kb-support-links a:hover { color:#281b45; border-color:#d5c4e8; text-decoration:none; transform:translateY(-3px); }
.nt-kb-support-links a > i { display:grid; width:35px; height:35px; place-items:center; border-radius:11px; color:#6c22c0; background:#f0e8fa; }.nt-kb-support-links strong,.nt-kb-support-links small { display:block; }.nt-kb-support-links strong { font-size:9px; }.nt-kb-support-links small { margin-top:2px; color:#958a9f; font-size:7px; }.nt-kb-support-links b { color:#6b22bb; }
@media (max-width:991px) { .nt-kb-hero { grid-template-columns:1fr; }.nt-kb-hero-art { display:none; }.nt-kb-support-strip { grid-template-columns:1fr; }.nt-kb-empty { grid-template-columns:220px minmax(0,1fr); } }
@media (max-width:767px) { .nt-kb-hero { min-height:0; padding:36px 23px; }.nt-kb-hero h1 { font-size:32px; }.nt-kb-search-box { grid-template-columns:38px minmax(0,1fr); }.nt-kb-search-box button { grid-column:1 / -1; min-height:45px; }.nt-kb-trust-row { gap:10px; }.nt-kb-empty { grid-template-columns:1fr; padding:22px; }.nt-kb-empty-visual { min-height:190px; }.nt-kb-category-grid { grid-template-columns:1fr; }.nt-kb-section-head { align-items:flex-start; flex-direction:column; }.nt-kb-support-links { grid-template-columns:1fr; } }

/* NameTowne privacy policy */
.nt-policy-page { max-width:1180px; margin:0 auto; color:#312445; }
.nt-policy-hero { position:relative; display:flex; min-height:185px; align-items:center; gap:20px; margin:0 0 28px; padding:34px 38px; overflow:hidden; border-radius:26px; color:#fff; background:radial-gradient(circle at 90% 5%,rgba(118,47,213,.92),transparent 35%),linear-gradient(120deg,#13103d,#3d177f 72%,#661fba); box-shadow:0 20px 48px rgba(37,17,84,.2); }
.nt-policy-hero-icon { position:relative; z-index:1; display:grid; width:64px; height:64px; flex:0 0 64px; place-items:center; border-radius:19px; color:#17113e; background:#70e0bd; box-shadow:0 13px 28px rgba(0,0,0,.2); font-size:26px; }
.nt-policy-hero-copy { position:relative; z-index:1; }.nt-policy-hero-copy > span { color:#7ce7c5; font-size:9px; font-weight:900; letter-spacing:.2em; }.nt-policy-page .nt-policy-hero .nt-policy-hero-copy h1 { margin:5px 0 6px; color:#fff !important; font-size:36px; font-weight:800; }.nt-policy-hero-copy p { margin:0; color:rgba(255,255,255,.72); font-size:13px; }
.nt-policy-hero-meta { position:relative; z-index:1; display:flex; align-items:center; gap:10px; margin-left:auto; padding:13px 16px; border:1px solid rgba(255,255,255,.14); border-radius:15px; background:rgba(255,255,255,.07); }.nt-policy-hero-meta i { color:#78e4c2; }.nt-policy-hero-meta span,.nt-policy-hero-meta small { display:block; }.nt-policy-hero-meta span { color:#fff; font-size:11px; font-weight:750; }.nt-policy-hero-meta small { margin-bottom:2px; color:rgba(255,255,255,.57); font-size:8px; font-weight:600; text-transform:uppercase; letter-spacing:.1em; }
.nt-policy-orbit { position:absolute; right:8%; top:-105px; width:250px; height:250px; border:1px solid rgba(255,255,255,.14); border-radius:50%; box-shadow:0 0 0 28px rgba(255,255,255,.033),0 0 0 56px rgba(255,255,255,.022); }
.nt-policy-layout { display:grid; grid-template-columns:245px minmax(0,1fr); align-items:start; gap:25px; }
.nt-policy-nav { position:sticky; top:20px; display:flex; flex-direction:column; padding:21px 18px; border:1px solid #e6dbf2; border-radius:19px; background:linear-gradient(160deg,#fbf9ff,#fff 55%,#f0fcf8); box-shadow:0 14px 35px rgba(42,20,86,.07); }.nt-policy-nav > span { margin:0 8px 10px; color:#7a2bcd; font-size:8px; font-weight:900; letter-spacing:.17em; }.nt-policy-nav a { padding:9px 10px; border-radius:9px; color:#655875; font-size:10px; font-weight:650; }.nt-policy-nav a:hover { color:#6821bf; background:#f2eafb; text-decoration:none; transform:translateX(2px); }
.nt-policy-content { padding:30px 35px; border:1px solid #e7ddf0; border-radius:22px; background:#fff; box-shadow:0 16px 42px rgba(42,20,86,.065); }.nt-policy-content section { position:relative; padding:4px 0 26px; scroll-margin-top:25px; }.nt-policy-content section + section { padding-top:27px; border-top:1px solid #eee7f4; }.nt-policy-content h2 { margin:0 0 13px; color:#1a1041; font-size:22px; font-weight:800; }.nt-policy-content h3 { margin:20px 0 8px; color:#47207d; font-size:13px; font-weight:800; }.nt-policy-content p,.nt-policy-content li { color:#665a72; font-size:11px; line-height:1.75; }.nt-policy-content p { margin:0 0 12px; }.nt-policy-content ul { margin:4px 0 9px; padding-left:20px; }.nt-policy-content li { margin-bottom:7px; }.nt-policy-content strong { color:#31204e; }
.nt-policy-number { position:absolute; right:0; top:4px; color:#eadff6; font-size:25px; font-weight:900; line-height:1; }
.nt-policy-summary { display:flex; gap:14px; margin:0 0 28px; padding:18px 20px; border:1px solid #dcefe8; border-radius:16px; background:linear-gradient(110deg,#f4fffB,#fbf8ff); }.nt-policy-summary > i { display:grid; width:40px; height:40px; flex:0 0 40px; place-items:center; border-radius:12px; color:#fff; background:linear-gradient(145deg,#39bc94,#6b28c5); }.nt-policy-summary strong { display:block; margin-bottom:4px; color:#1d1244; font-size:12px; }.nt-policy-summary p { margin:0; font-size:10px; }
.nt-policy-contact { margin-top:5px; padding:27px !important; border:0 !important; border-radius:18px; background:linear-gradient(125deg,#171044,#40177f) !important; }.nt-policy-contact h2,.nt-policy-contact p { color:#fff; }.nt-policy-contact p { color:rgba(255,255,255,.7); }.nt-policy-contact .nt-policy-number { right:20px; top:22px; color:rgba(255,255,255,.1); }
.nt-policy-contact-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; margin-top:17px; }.nt-policy-contact-grid a { display:flex; align-items:center; gap:10px; padding:13px; border:1px solid rgba(255,255,255,.12); border-radius:12px; color:#fff; background:rgba(255,255,255,.065); font-size:9px; font-weight:750; }.nt-policy-contact-grid a:hover { color:#fff; background:rgba(255,255,255,.11); text-decoration:none; transform:translateY(-2px); }.nt-policy-contact-grid i { color:#70e0bd; font-size:15px; }.nt-policy-contact-grid span,.nt-policy-contact-grid small { display:block; }.nt-policy-contact-grid small { margin-bottom:2px; color:rgba(255,255,255,.5); font-size:7px; font-weight:600; text-transform:uppercase; letter-spacing:.08em; }
@media (max-width:991px) { .nt-policy-layout { grid-template-columns:1fr; }.nt-policy-nav { position:static; display:none; }.nt-policy-hero-meta { display:none; } }
@media (max-width:767px) { .nt-policy-hero { align-items:flex-start; padding:27px 23px; }.nt-policy-hero-icon { width:52px; height:52px; flex-basis:52px; font-size:21px; }.nt-policy-hero-copy h1 { font-size:28px; }.nt-policy-content { padding:25px 20px; }.nt-policy-contact-grid { grid-template-columns:1fr; } }

/* Floating footer back-to-top control */
.nt-telegram-chat { position:fixed; z-index:1030; right:28px; bottom:160px; display:flex; min-width:52px; height:52px; align-items:center; justify-content:flex-end; gap:0; overflow:hidden; border:1px solid rgba(255,255,255,.3); border-radius:17px; color:#fff !important; background:linear-gradient(145deg,#36aee2,#177fbd); box-shadow:0 13px 30px rgba(18,111,169,.28),inset 0 1px 0 rgba(255,255,255,.25); text-decoration:none !important; transition:min-width .28s ease,transform .22s ease,box-shadow .22s ease; }
.nt-telegram-chat > i { position:relative; z-index:2; display:grid; width:52px; height:52px; flex:0 0 52px; place-items:center; font-size:24px; transform:translateX(-1px); }
.nt-telegram-label { width:0; opacity:0; overflow:hidden; white-space:nowrap; transition:width .28s ease,opacity .2s ease; }
.nt-telegram-label strong,.nt-telegram-label small { display:block; line-height:1.2; }.nt-telegram-label strong { font-size:11px; }.nt-telegram-label small { margin-top:2px; color:rgba(255,255,255,.82); font-size:9px; }
.nt-telegram-chat:hover { min-width:184px; color:#fff !important; box-shadow:0 17px 34px rgba(18,111,169,.36),0 0 0 5px rgba(54,174,226,.14); transform:translateY(-3px); }
.nt-telegram-chat:hover .nt-telegram-label { width:120px; opacity:1; }
.nt-telegram-pulse { position:absolute; right:8px; top:8px; width:36px; height:36px; border:1px solid rgba(255,255,255,.55); border-radius:13px; animation:nt-telegram-pulse 2.2s ease-out .7s infinite; }
@keyframes nt-telegram-pulse { 0% { opacity:.8; transform:scale(.7); } 75%,100% { opacity:0; transform:scale(1.55); } }
.nt-whatsapp-chat { position:fixed; z-index:1030; right:28px; bottom:94px; display:flex; min-width:52px; height:52px; align-items:center; justify-content:flex-end; gap:0; overflow:hidden; border:1px solid rgba(255,255,255,.3); border-radius:17px; color:#fff !important; background:linear-gradient(145deg,#27c978,#139a55); box-shadow:0 13px 30px rgba(16,126,69,.28),inset 0 1px 0 rgba(255,255,255,.22); text-decoration:none !important; transition:min-width .28s ease,transform .22s ease,box-shadow .22s ease; }
.nt-whatsapp-chat > i { position:relative; z-index:2; display:grid; width:52px; height:52px; flex:0 0 52px; place-items:center; font-size:26px; }
.nt-whatsapp-label { width:0; opacity:0; overflow:hidden; white-space:nowrap; transition:width .28s ease,opacity .2s ease; }
.nt-whatsapp-label strong,.nt-whatsapp-label small { display:block; line-height:1.2; }.nt-whatsapp-label strong { font-size:11px; }.nt-whatsapp-label small { margin-top:2px; color:rgba(255,255,255,.82); font-size:9px; }
.nt-whatsapp-chat:hover { min-width:184px; color:#fff !important; box-shadow:0 17px 34px rgba(16,126,69,.36),0 0 0 5px rgba(55,211,124,.13); transform:translateY(-3px); }
.nt-whatsapp-chat:hover .nt-whatsapp-label { width:120px; opacity:1; }
.nt-whatsapp-pulse { position:absolute; right:8px; top:8px; width:36px; height:36px; border:1px solid rgba(255,255,255,.55); border-radius:13px; animation:nt-whatsapp-pulse 2.2s ease-out infinite; }
@keyframes nt-whatsapp-pulse { 0% { opacity:.8; transform:scale(.7); } 75%,100% { opacity:0; transform:scale(1.55); } }
.nt-back-to-top { position: fixed; z-index: 1030; right: 28px; bottom: 28px; display: inline-flex; width: 52px; height: 52px; align-items: center; justify-content: center; gap: 4px; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 17px; color: #fff; background: linear-gradient(145deg,#6b20c8,#41117f); box-shadow: 0 12px 28px rgba(43,12,94,.28), inset 0 1px 0 rgba(255,255,255,.2); opacity: 0; pointer-events: none; transform: translateY(16px) scale(.88); transition: opacity .25s ease, transform .25s ease, box-shadow .25s ease, background .25s ease; }
.nt-back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.nt-back-to-top:hover { color: #102f2a; background: linear-gradient(145deg,#7fe6c3,#55cda8); box-shadow: 0 16px 32px rgba(43,12,94,.34), 0 0 0 5px rgba(112,226,190,.14); transform: translateY(-4px) scale(1.04); }
.nt-back-to-top i { font-size: 16px; transition: transform .25s ease; }
.nt-back-to-top span { position: absolute; font-size: 0; }
.nt-back-to-top.is-clicked i { animation: nt-back-top-pop .42s ease; }
@keyframes nt-back-top-pop { 0% { transform: translateY(0); } 45% { transform: translateY(-7px); } 100% { transform: translateY(0); } }
@media (max-width: 767px) { .nt-telegram-chat { right:16px; bottom:136px; width:46px; min-width:46px; height:46px; border-radius:14px; }.nt-telegram-chat > i { width:46px; height:46px; flex-basis:46px; font-size:21px; }.nt-telegram-chat:hover { min-width:46px; }.nt-telegram-label { display:none; }.nt-telegram-pulse { right:7px; top:7px; width:32px; height:32px; }.nt-whatsapp-chat { right:16px; bottom:76px; width:46px; min-width:46px; height:46px; border-radius:14px; }.nt-whatsapp-chat > i { width:46px; height:46px; flex-basis:46px; font-size:23px; }.nt-whatsapp-chat:hover { min-width:46px; }.nt-whatsapp-label { display:none; }.nt-whatsapp-pulse { right:7px; top:7px; width:32px; height:32px; }.nt-back-to-top { right: 16px; bottom: 16px; width: 46px; height: 46px; border-radius: 14px; } }
body.nt-page-login .nt-auth-social::before { content: "OR CONTINUE WITH"; display: block; margin-bottom: 10px; color: #988da1; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
body.nt-page-login .nt-auth-social .btn,
body.nt-page-login .nt-auth-social button,
body.nt-page-login .nt-auth-social a { border-radius: 10px; }
@media (max-width: 767.98px) {
    body.nt-page-login .nt-auth-shell { min-height: 0; margin: 0; }
}

/* Homepage hosting illustrations and pointer interaction */
.nt-hero-hosting-art {
    --nt-tilt-x: 0deg;
    --nt-tilt-y: 0deg;
    position: absolute;
    z-index: 2;
    top: 78px;
    width: 270px;
    height: 330px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 34px;
    color: #fff;
    background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.045));
    box-shadow: 0 30px 70px rgba(19,4,54,.28), inset 0 1px 0 rgba(255,255,255,.14);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    transform-style: preserve-3d;
    transform: perspective(800px) rotateX(var(--nt-tilt-x)) rotateY(var(--nt-tilt-y));
    transition: transform .2s ease, border-color .25s ease, box-shadow .25s ease;
    cursor: pointer;
    outline: none;
    animation: nt-hero-art-float-left 10s cubic-bezier(.45,.05,.55,.95) infinite;
}
.nt-hero-hosting-left { left: max(24px, calc(50% - 870px)); }
.nt-hero-hosting-right { right: max(24px, calc(50% - 870px)); animation-name: nt-hero-art-float-right; animation-duration: 11.5s; animation-delay: -4.25s; }
.nt-hero-hosting-art:hover,
.nt-hero-hosting-art:focus-visible { border-color: rgba(132,240,204,.64); box-shadow: 0 34px 78px rgba(17,3,48,.36), 0 0 0 3px rgba(113,232,195,.12), inset 0 1px 0 rgba(255,255,255,.2); }
.nt-art-glow { position:absolute; width:190px; height:190px; border-radius:50%; background:rgba(108,241,199,.22); filter:blur(38px); top:-65px; right:-58px; animation:nt-hero-glow 7.5s ease-in-out infinite; }
.nt-art-copy { position:absolute; left:25px; right:25px; bottom:24px; display:flex; flex-direction:column; text-align:left; transform:translateZ(25px); }
.nt-art-copy strong { color:#fff; font-size:20px; line-height:1.15; letter-spacing:-.025em; }
.nt-art-copy small { margin-top:6px; color:rgba(255,255,255,.66); font-size:11px; }
.nt-art-chip { position:absolute; top:22px; left:22px; display:inline-flex; align-items:center; gap:7px; padding:8px 11px; border:1px solid rgba(255,255,255,.16); border-radius:50px; color:#d9fff2; background:rgba(16,9,55,.32); font-size:9px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; transform:translateZ(30px); }
.nt-art-chip i { color:#78ebc5; }
.nt-server-stack { position:absolute; top:82px; left:48px; right:48px; display:flex; flex-direction:column; gap:9px; transform:translateZ(36px) rotate(-2deg); }
.nt-server-stack > span { position:relative; display:block; height:46px; border:1px solid rgba(255,255,255,.2); border-radius:13px; background:linear-gradient(110deg, rgba(13,11,60,.84), rgba(82,25,153,.68)); box-shadow:0 12px 24px rgba(18,4,52,.24), inset 0 1px 0 rgba(255,255,255,.12); }
.nt-server-stack > span::after { content:""; position:absolute; left:17px; right:17px; bottom:8px; height:2px; border-radius:4px; background:linear-gradient(90deg,#6de9bf 0 62%,rgba(255,255,255,.16) 62%); }
.nt-server-stack i { position:absolute; top:13px; left:17px; width:8px; height:8px; border-radius:50%; background:#76edc5; box-shadow:0 0 14px rgba(118,237,197,.9); animation:nt-server-light 1.8s ease-in-out infinite; }
.nt-server-stack b { position:absolute; top:14px; right:17px; width:20px; height:5px; border-radius:4px; background:rgba(255,255,255,.3); }
.nt-server-stack b:last-child { top:24px; width:13px; }
.nt-cloud-core { position:absolute; top:72px; left:56px; width:158px; height:132px; display:grid; place-items:center; color:#fff; font-size:102px; filter:drop-shadow(0 24px 30px rgba(20,4,55,.3)); transform:translateZ(34px); }
.nt-cloud-core > span { position:absolute; display:grid; place-items:center; width:48px; height:48px; border:4px solid #4b168f; border-radius:16px; color:#251052; background:#79ecc6; font-size:22px; box-shadow:0 10px 24px rgba(24,6,63,.25); animation:nt-shield-pop 3s ease-in-out infinite; }
.nt-cloud-node { position:absolute; z-index:2; display:grid; place-items:center; width:42px; height:42px; border:1px solid rgba(255,255,255,.24); border-radius:14px; color:#8ef1ce; background:rgba(19,10,63,.68); box-shadow:0 12px 24px rgba(17,4,47,.24); transform:translateZ(42px); }
.nt-node-one { top:60px; right:22px; }
.nt-node-two { top:185px; left:24px; }
.nt-cloud-link { position:absolute; height:1px; width:58px; background:linear-gradient(90deg,rgba(124,238,202,.1),#7ceeca); transform-origin:left center; }
.nt-link-one { top:102px; right:52px; transform:rotate(156deg); }
.nt-link-two { top:188px; left:56px; transform:rotate(-42deg); }
.nt-art-ripple { position:absolute; z-index:10; left:var(--nt-click-x,50%); top:var(--nt-click-y,50%); width:14px; height:14px; border:2px solid rgba(151,255,221,.85); border-radius:50%; opacity:0; pointer-events:none; transform:translate(-50%,-50%) scale(0); }
.nt-hero-hosting-art.is-clicked .nt-art-ripple { animation:nt-art-ripple .62s ease-out; }
.nt-hero-hosting-art.is-clicked { animation:nt-art-click .62s ease; }
@keyframes nt-hero-art-float-left {
    0%,100% { margin-top:0; margin-left:0; }
    28% { margin-top:-8px; margin-left:3px; }
    58% { margin-top:-15px; margin-left:0; }
    82% { margin-top:-6px; margin-left:-3px; }
}
@keyframes nt-hero-art-float-right {
    0%,100% { margin-top:-4px; margin-right:0; }
    30% { margin-top:-14px; margin-right:-3px; }
    62% { margin-top:-8px; margin-right:2px; }
    84% { margin-top:-17px; margin-right:0; }
}
@keyframes nt-hero-glow { 0%,100% { opacity:.5; transform:scale(.92); } 50% { opacity:1; transform:scale(1.15); } }
@keyframes nt-server-light { 0%,100% { opacity:.45; } 50% { opacity:1; } }
@keyframes nt-shield-pop { 0%,100% { transform:translateY(0) rotate(-3deg); } 50% { transform:translateY(-7px) rotate(3deg); } }
@keyframes nt-art-ripple { 0% { opacity:1; transform:translate(-50%,-50%) scale(.4); } 100% { opacity:0; transform:translate(-50%,-50%) scale(18); } }
@keyframes nt-art-click { 0%,100% { filter:brightness(1); } 35% { filter:brightness(1.22); } }
@media (max-width: 1499px) { .nt-hero-hosting-art { display:none; } }
@media (prefers-reduced-motion: reduce) {
    .nt-hero-hosting-art, .nt-hero-hosting-art * { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
}

/* Ambient cloud bands across the top and lower edge of the homepage hero */
.nt-hero-cloud-band { position:absolute; left:0; right:0; z-index:1; height:92px; overflow:hidden; pointer-events:none; }
.nt-cloud-band-top { top:10px; opacity:.48; }
.nt-cloud-band-bottom { bottom:18px; height:112px; opacity:.64; }
.nt-drift-cloud { position:absolute; display:block; width:138px; height:34px; border-radius:60px; background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(206,178,255,.07)); filter:blur(.2px); box-shadow:0 12px 35px rgba(24,4,66,.07); will-change:transform; }
.nt-drift-cloud::before,
.nt-drift-cloud::after { content:""; position:absolute; bottom:9px; border-radius:50%; background:inherit; }
.nt-drift-cloud::before { left:25px; width:58px; height:58px; }
.nt-drift-cloud::after { right:20px; width:43px; height:43px; }
.nt-cloud-band-top .nt-drift-cloud { background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(169,124,235,.04)); }
.nt-cloud-band-bottom .nt-drift-cloud { background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(221,202,255,.08)); filter:blur(.5px); }
.nt-cloud-a { top:40px; left:-150px; transform:scale(.62); animation:nt-cloud-drift-right 26s linear infinite; }
.nt-cloud-b { top:30px; left:38%; transform:scale(.44); animation:nt-cloud-drift-soft 18s ease-in-out infinite alternate; }
.nt-cloud-c { top:45px; right:6%; transform:scale(.72); animation:nt-cloud-drift-soft 22s ease-in-out infinite alternate-reverse; }
.nt-cloud-d { bottom:4px; left:7%; transform:scale(1.08); animation:nt-cloud-drift-soft 24s ease-in-out infinite alternate; }
.nt-cloud-e { bottom:8px; left:47%; transform:scale(.72); animation:nt-cloud-drift-soft 19s ease-in-out infinite alternate-reverse; }
.nt-cloud-f { bottom:2px; right:-60px; transform:scale(1.22); animation:nt-cloud-drift-left 30s linear infinite; }
.nt-cloud-band-bottom::after { content:""; position:absolute; left:-8%; right:-8%; bottom:-62px; height:94px; border-radius:50% 50% 0 0 / 100% 100% 0 0; background:rgba(255,255,255,.08); filter:blur(8px); }
@keyframes nt-cloud-drift-right { from { transform:translateX(0) scale(.62); } to { transform:translateX(calc(100vw + 300px)) scale(.62); } }
@keyframes nt-cloud-drift-left { from { transform:translateX(0) scale(1.22); } to { transform:translateX(calc(-100vw - 300px)) scale(1.22); } }
@keyframes nt-cloud-drift-soft { from { margin-left:-18px; margin-top:1px; } to { margin-left:24px; margin-top:-8px; } }
@media (max-width: 767px) {
    .nt-cloud-band-top { opacity:.32; }
    .nt-cloud-band-bottom { opacity:.4; }
    .nt-cloud-b, .nt-cloud-e { display:none; }
}
@media (prefers-reduced-motion: reduce) {
    .nt-hero-cloud-band * { animation-duration:.01ms !important; animation-iteration-count:1 !important; }
}

/* Compact cloud-services story between plans and infrastructure */
.nt-cloud-story-intro { position:relative; display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:19px; max-width:1140px; margin:8px auto 30px; padding:18px 22px; overflow:hidden; border:1px solid #e9e0f5; border-radius:20px; background:linear-gradient(105deg,#fbf9ff 0%,#fff 56%,#effcf8 100%); box-shadow:0 15px 38px rgba(39,19,82,.075); }
.nt-cloud-story-intro::before { content:""; position:absolute; left:0; top:0; bottom:0; width:4px; background:linear-gradient(180deg,#7324d3,#65deba); }
.nt-cloud-story-intro::after { content:""; position:absolute; right:12%; top:-80px; width:180px; height:180px; border-radius:50%; background:rgba(107,221,188,.12); filter:blur(25px); pointer-events:none; }
.nt-cloud-story-icon { position:relative; z-index:1; display:grid; place-items:center; width:58px; height:58px; border-radius:17px; color:#fff; background:linear-gradient(145deg,#281156,#7022c8); box-shadow:0 13px 28px rgba(63,25,121,.23); }
.nt-cloud-story-icon > i:first-child { font-size:27px; }
.nt-cloud-story-icon > i:last-child { position:absolute; right:8px; bottom:8px; display:grid; place-items:center; width:20px; height:20px; border:3px solid #4b178f; border-radius:7px; color:#1c1741; background:#72e4bf; font-size:9px; }
.nt-cloud-story-copy { position:relative; z-index:1; }
.nt-cloud-story-copy > span { display:block; margin-bottom:3px; color:#6e28c7; font-size:8px; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.nt-cloud-story-copy h2 { margin:0 0 3px; color:#17103e; font-size:clamp(19px,2vw,25px); font-weight:850; letter-spacing:-.025em; }
.nt-cloud-story-copy p { max-width:760px; margin:0; color:#776e87; font-size:11px; line-height:1.55; }
.nt-cloud-story-link { position:relative; z-index:1; display:inline-flex; align-items:center; gap:9px; padding:11px 15px; border:1px solid #ded2ef; border-radius:11px; color:#6422bc; background:#fff; font-size:10px; font-weight:850; white-space:nowrap; box-shadow:0 7px 18px rgba(48,22,93,.06); transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.nt-cloud-story-link:hover { color:#6422bc; border-color:#b998e5; text-decoration:none; transform:translateY(-2px); box-shadow:0 11px 25px rgba(78,31,144,.13); }
.nt-cloud-story-link i { color:#31b78e; transition:transform .2s ease; }
.nt-cloud-story-link:hover i { transform:translateX(3px); }

/* Slow, seamless client testimonial ribbon */
.nt-client-voices { position:relative; max-width:1140px; margin:-48px auto 30px; padding:24px 0 8px; overflow:hidden; }
.nt-client-voices-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:30px; margin:0 10px 17px; }
.nt-client-voices-heading > div > span { display:block; margin-bottom:5px; color:#6c24c4; font-size:8px; font-weight:900; letter-spacing:.15em; text-transform:uppercase; }
.nt-client-voices-heading h2 { margin:0; color:#17103e; font-size:clamp(21px,2.4vw,29px); font-weight:850; letter-spacing:-.03em; }
.nt-client-voices-heading > p { display:flex; align-items:center; flex-wrap:wrap; justify-content:flex-end; gap:7px; margin:0; padding:9px 13px; border:1px solid #eadff7; border-radius:14px; color:#71677f; background:#fff; box-shadow:0 10px 28px rgba(52,25,97,.07); font-size:10px; white-space:nowrap; }
.nt-client-voices-heading > p strong { color:#21134e; font-size:18px; line-height:1; }
.nt-client-voices-heading > p > span { display:inline-flex; gap:2px; color:#f4b51d; font-size:10px; }
.nt-testimonial-window { position:relative; overflow:hidden; padding:5px 0 19px; -webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent); mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent); }
.nt-testimonial-track { display:flex; width:max-content; will-change:transform; animation:nt-testimonial-scroll 68s linear infinite; }
.nt-testimonial-window:hover .nt-testimonial-track,
.nt-testimonial-window:focus-within .nt-testimonial-track { animation-play-state:paused; }
.nt-testimonial-set { display:flex; gap:14px; padding-right:14px; }
.nt-testimonial-card { position:relative; flex:0 0 284px; width:284px; min-height:142px; margin:0; padding:16px 17px 15px; overflow:hidden; border:1px solid #e9e1f3; border-radius:18px; color:#261b43; background:linear-gradient(145deg,#fff 0%,#fcfaff 72%,#f1fff9 100%); box-shadow:0 14px 34px rgba(43,22,82,.08); }
.nt-testimonial-card::after { content:""; position:absolute; right:-26px; bottom:-34px; width:86px; height:86px; border-radius:50%; background:rgba(104,223,188,.13); pointer-events:none; }
.nt-review-top { position:relative; z-index:1; display:grid; grid-template-columns:40px minmax(0,1fr) auto; align-items:center; gap:10px; }
.nt-review-avatar { display:grid; place-items:center; width:40px; height:40px; border-radius:13px; color:#fff; background:linear-gradient(145deg,#261256,#7524d1); font-size:11px; font-weight:900; letter-spacing:.04em; box-shadow:0 8px 18px rgba(76,30,143,.2); }
.nt-review-top strong,.nt-review-top small { display:block; }
.nt-review-top strong { color:#1c1244; font-size:12px; line-height:1.25; }
.nt-review-top small { margin-top:2px; color:#8b8198; font-size:9px; }
.nt-review-stars { color:#f3b31b; font-size:9px; letter-spacing:1px; white-space:nowrap; }
.nt-testimonial-card > p { position:relative; z-index:1; margin:13px 0 0; color:#6f657e; font-size:10px; line-height:1.62; }
@keyframes nt-testimonial-scroll { from { transform:translate3d(0,0,0); } to { transform:translate3d(-50%,0,0); } }

@media (max-width:767px) {
    .nt-client-voices { margin:-36px 0 24px; padding-top:18px; }
    .nt-client-voices-heading { align-items:flex-start; flex-direction:column; gap:12px; margin:0 18px 14px; }
    .nt-client-voices-heading > p { justify-content:flex-start; }
    .nt-testimonial-card { flex-basis:252px; width:252px; }
}

@media (prefers-reduced-motion:reduce) {
    .nt-testimonial-window { overflow-x:auto; -webkit-mask-image:none; mask-image:none; }
    .nt-testimonial-track { animation:none; }
    .nt-testimonial-set[aria-hidden="true"] { display:none; }
}
@media (max-width: 991px) {
    .nt-cloud-story-intro { grid-template-columns:auto minmax(0,1fr); margin:5px 15px 25px; }
    .nt-cloud-story-link { grid-column:2; justify-self:start; }
}
@media (max-width: 575px) {
    .nt-cloud-story-intro { grid-template-columns:1fr; gap:12px; padding:20px; text-align:center; }
    .nt-cloud-story-icon { margin:0 auto; }
    .nt-cloud-story-link { grid-column:1; justify-self:center; }
}

/* Branded contact experience */
.nt-contact-page { max-width:100%; }
.nt-contact-hero { position:relative; display:flex; align-items:center; gap:18px; min-height:150px; margin:0 0 22px; padding:26px 32px; overflow:hidden; border-radius:24px; color:#fff; background:radial-gradient(circle at 95% 5%,rgba(112,42,202,.9),transparent 34%),linear-gradient(120deg,#15103e,#431782 72%,#6721ba); box-shadow:0 18px 42px rgba(43,19,95,.2); }
.nt-contact-hero::before { content:""; position:absolute; right:24%; bottom:-92px; width:230px; height:150px; border:1px solid rgba(105,227,190,.28); border-radius:50%; transform:rotate(20deg); }
.nt-contact-hero-icon { position:relative; z-index:1; display:grid; place-items:center; width:58px; height:58px; flex:0 0 58px; border-radius:18px; color:#17103e; background:#69e0bd; box-shadow:0 11px 25px rgba(0,0,0,.18); font-size:24px; }
.nt-contact-hero span,.nt-contact-form-heading > span,.nt-contact-kicker { display:block; color:#6ce0bd; font-size:8px; font-weight:900; letter-spacing:.17em; }
.nt-contact-hero h1 { margin:5px 0; color:#fff !important; font-size:clamp(26px,3vw,38px); font-weight:850; letter-spacing:-.03em; }
.nt-contact-hero p { margin:0; color:rgba(255,255,255,.72); font-size:11px; }
.nt-contact-orbit { position:absolute; right:7%; top:-85px; width:210px; height:210px; border:1px solid rgba(255,255,255,.15); border-radius:50%; box-shadow:0 0 0 25px rgba(255,255,255,.035),0 0 0 50px rgba(255,255,255,.025); }
.nt-contact-layout { display:grid; grid-template-columns:minmax(230px,.78fr) minmax(0,1.7fr); gap:20px; align-items:stretch; }
.nt-contact-aside { position:relative; padding:27px 24px; overflow:hidden; border:1px solid #e3d7f1; border-radius:20px; background:linear-gradient(155deg,#f9f5ff,#fff 56%,#effcf8); box-shadow:0 14px 32px rgba(42,21,87,.07); }
.nt-contact-aside::after { content:""; position:absolute; right:-52px; bottom:-58px; width:145px; height:145px; border-radius:50%; background:rgba(100,219,184,.14); }
.nt-contact-kicker { color:#6e25c3; }
.nt-contact-aside h2 { position:relative; z-index:1; margin:9px 0 12px; color:#1b123f; font-size:25px; line-height:1.15; letter-spacing:-.035em; }
.nt-contact-aside > p { position:relative; z-index:1; margin:0 0 21px; color:#766a83; font-size:11px; line-height:1.7; }
.nt-contact-promise { position:relative; z-index:1; display:flex; align-items:center; gap:10px; margin:11px 0; }
.nt-contact-promise > i { display:grid; place-items:center; width:34px; height:34px; border-radius:11px; color:#fff; background:linear-gradient(145deg,#28125e,#7223ca); font-size:13px; }
.nt-contact-promise strong,.nt-contact-promise small { display:block; }.nt-contact-promise strong { color:#24154f; font-size:10px; }.nt-contact-promise small { margin-top:2px; color:#8a7e96; font-size:9px; }
.nt-contact-aside-footer { position:relative; z-index:1; margin-top:25px; padding-top:16px; border-top:1px solid #e8dff2; color:#6c25bf; font-size:10px; font-weight:700; }.nt-contact-aside-footer i { margin-right:6px; color:#37b792; }
.nt-contact-form-card { padding:27px 28px 23px; border:1px solid #e4d9f0; border-radius:20px; background:#fff; box-shadow:0 14px 32px rgba(42,21,87,.08); }
.nt-contact-form-heading { margin-bottom:20px; }.nt-contact-form-heading > span { color:#6e25c3; }.nt-contact-form-heading h2 { margin:6px 0 3px; color:#1b123f; font-size:25px; font-weight:850; letter-spacing:-.035em; }.nt-contact-form-heading p { margin:0; color:#81758d; font-size:11px; }
.nt-contact-form-card .form-group { margin-bottom:14px; }.nt-contact-form-card label { color:#625673; font-size:10px; font-weight:700; }.nt-contact-form-card .form-control { min-height:42px; border:1px solid #e3d9ed; border-radius:10px; color:#241747; background:#fbfaff; font-size:11px; transition:border-color .2s ease,box-shadow .2s ease,background .2s ease; }.nt-contact-form-card textarea.form-control { min-height:145px; resize:vertical; }.nt-contact-form-card .form-control:focus { border-color:#8b48d5; background:#fff; box-shadow:0 0 0 3px rgba(112,37,200,.1); }
.nt-contact-submit { margin-top:18px; padding-top:18px; border-top:1px solid #eee7f5; }.nt-contact-submit .btn { display:inline-flex; align-items:center; gap:9px; padding:11px 18px; border:0; border-radius:10px; color:#fff; background:linear-gradient(100deg,#6820c5,#8d25e1); font-size:10px; font-weight:850; box-shadow:0 9px 19px rgba(98,28,186,.2); }.nt-contact-submit .btn:hover { background:linear-gradient(100deg,#5620a8,#7721c7); transform:translateY(-1px); }
@media (max-width:767px) { .nt-contact-hero { align-items:flex-start; flex-direction:column; padding:24px; }.nt-contact-orbit { right:-70px; }.nt-contact-layout { grid-template-columns:1fr; }.nt-contact-form-card { padding:23px 18px; }.nt-contact-form-card label { text-align:left !important; } }

/* NordVPN and add-on cards */
.nt-addons-order .product { overflow:hidden; border:1px solid #e4d9f1; border-radius:22px; background:#fff; box-shadow:0 16px 34px rgba(38,18,82,.1); transition:transform .22s ease,box-shadow .22s ease; }
.nt-addons-order .product:hover { transform:translateY(-4px); box-shadow:0 22px 42px rgba(38,18,82,.16); }
.nt-addons-order .nt-addon-header { display:flex; align-items:center; gap:13px; padding:17px 20px; color:#fff; background:linear-gradient(125deg,#171044,#4f1b9a); }
.nt-addon-brand-icon { display:grid; place-items:center; width:44px; height:44px; border-radius:14px; color:#fff; background:linear-gradient(145deg,#4b8cff,#27cfc0); box-shadow:0 8px 18px rgba(35,81,170,.28); font-size:20px; }
.nt-addon-heading small { display:block; margin-bottom:4px; color:#69e0bd; font-size:8px; font-weight:800; letter-spacing:.15em; }.nt-addon-heading strong { display:block; font-size:17px; }
.nt-addons-order .product-desc { min-height:122px; padding:20px; color:#625676; background:linear-gradient(145deg,#fff,#faf7ff); }.nt-addons-order .product-desc p { margin:0 0 16px; line-height:1.55; font-size:11px; }
.nt-addons-order .product-desc select { width:100%; border-color:#dfd4ec; border-radius:9px; color:#352052; font-size:11px; }
.nt-addons-order .product > footer { display:flex; align-items:center; justify-content:space-between; gap:15px; padding:15px 20px 19px; border-top:1px solid #eee7f5; background:#fff; }.nt-addons-order .product-pricing { color:#25114f; font-size:15px; font-weight:800; }.nt-addons-order .product-pricing .price { color:#25114f; }.nt-addons-order .product-pricing br + * { color:#806f94; font-size:9px; font-weight:500; }
.nt-addon-order-btn { display:inline-flex; align-items:center; gap:9px; min-width:130px; justify-content:center; padding:10px 14px !important; border:0 !important; border-radius:10px !important; color:#fff !important; background:linear-gradient(100deg,#6820c5,#8c25df) !important; font-size:10px !important; font-weight:800 !important; box-shadow:0 9px 18px rgba(99,31,193,.22); }.nt-addon-order-btn:hover { transform:translateY(-1px); background:linear-gradient(100deg,#5319aa,#7521c4) !important; }.nt-addon-arrow { color:#69e0bd; }
@media (max-width:575px) { .nt-addons-order .product > footer { align-items:flex-start; flex-direction:column; }.nt-addon-order-btn { width:100%; } }

/* Add-on card visibility correction */
body.nt-cart-page #order-standard_cart.nt-addons-order .products .product > form.nt-product-card-form {
    display:grid !important;
    grid-template-rows:auto auto auto !important;
    flex:none !important;
    width:100% !important;
    min-height:0 !important;
    height:auto !important;
    overflow:visible !important;
    background:#fff !important;
}
body.nt-cart-page #order-standard_cart.nt-addons-order .products .product > form > header.nt-addon-header {
    display:flex !important;
    flex:0 0 auto !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:15px !important;
    width:100% !important;
    min-height:108px !important;
    height:auto !important;
    padding:22px 24px !important;
}
body.nt-cart-page #order-standard_cart.nt-addons-order .products .product > form > header.nt-addon-header::before { display:none !important; content:none !important; }
body.nt-cart-page #order-standard_cart.nt-addons-order .nt-addon-brand-icon {
    display:grid !important;
    flex:0 0 58px !important;
    place-items:center;
    width:58px !important;
    height:58px !important;
    margin:0 !important;
    padding:7px !important;
    border-radius:18px !important;
    background:linear-gradient(145deg,#4a87ff,#55d9cf) !important;
    box-shadow:0 10px 24px rgba(55,118,235,.3);
}
body.nt-cart-page #order-standard_cart.nt-addons-order .nt-addon-brand-icon svg { display:block; width:44px; height:44px; overflow:visible; }
body.nt-cart-page #order-standard_cart.nt-addons-order .nt-addon-brand-icon svg circle { fill:#fff; }
body.nt-cart-page #order-standard_cart.nt-addons-order .nt-addon-brand-icon svg path { fill:#4687ff; }
body.nt-cart-page #order-standard_cart.nt-addons-order .nt-addon-heading { display:block !important; min-width:0; margin:0 !important; color:#fff !important; }
body.nt-cart-page #order-standard_cart.nt-addons-order .nt-addon-heading small { display:block !important; margin:0 0 5px !important; color:#68e1bd !important; font-size:9px !important; font-weight:900 !important; letter-spacing:.16em; }
body.nt-cart-page #order-standard_cart.nt-addons-order .nt-addon-heading strong { display:block !important; color:#fff !important; font-size:25px !important; font-weight:850 !important; line-height:1.1; }
body.nt-cart-page #order-standard_cart.nt-addons-order .products .product-desc.product-desc-full-width {
    display:flex !important;
    visibility:visible !important;
    flex:none !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
    gap:16px !important;
    width:100% !important;
    min-height:130px !important;
    height:auto !important;
    margin:0 !important;
    padding:22px 24px !important;
    opacity:1 !important;
    color:#514663 !important;
    background:#fff !important;
}
body.nt-cart-page #order-standard_cart.nt-addons-order .products .product-desc .form-group { display:block !important; visibility:visible !important; width:100% !important; margin:0 !important; opacity:1 !important; }
body.nt-cart-page #order-standard_cart.nt-addons-order .products .product > form > footer {
    position:relative !important;
    display:grid !important;
    visibility:visible !important;
    grid-template-columns:minmax(115px,.8fr) minmax(150px,1.2fr) !important;
    align-items:center !important;
    width:100% !important;
    min-height:92px !important;
    height:auto !important;
    margin:0 !important;
    padding:18px 24px !important;
    opacity:1 !important;
    background:linear-gradient(180deg,#fbfaff,#f4effc) !important;
}
body.nt-cart-page #order-standard_cart.nt-addons-order .products .nt-addon-order-btn { display:inline-flex !important; visibility:visible !important; min-height:52px !important; opacity:1 !important; }
body.nt-cart-page #order-standard_cart.nt-addons-order .products .nt-addon-order-btn::after { display:none !important; content:none !important; }
@media (max-width:575px) {
    body.nt-cart-page #order-standard_cart.nt-addons-order .products .product > form > footer { grid-template-columns:1fr !important; }
}
/* NameTowne network status */
.nt-status-page {
    --nt-status-ink: #0f1035;
    --nt-status-purple: #6418c7;
    --nt-status-violet: #7e22df;
    --nt-status-mint: #61dab7;
    --nt-status-line: #e8e2f3;
    color: var(--nt-status-ink);
    display: grid;
    gap: 22px;
    padding-bottom: 34px;
}

.nt-status-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
    min-height: 330px;
    overflow: hidden;
    border-radius: 30px;
    padding: 48px 54px;
    background:
        radial-gradient(circle at 83% 18%, rgba(116, 41, 228, .9), transparent 34%),
        linear-gradient(125deg, #111341 0%, #24105b 52%, #5212ac 100%);
    box-shadow: 0 26px 55px rgba(38, 15, 88, .18);
}

.nt-status-hero::before,
.nt-status-hero::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 50%;
}

.nt-status-hero::before { width: 370px; height: 370px; right: -104px; top: -180px; }
.nt-status-hero::after { width: 260px; height: 260px; right: -50px; top: -120px; }

.nt-status-hero-copy { position: relative; z-index: 2; align-self: center; }
.nt-status-eyebrow,
.nt-status-section-head > div > span,
.nt-status-good > div > span,
.nt-status-empty > div > span,
.nt-status-help > div > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--nt-status-mint);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .17em;
}

.nt-status-hero h1 {
    margin: 18px 0 12px;
    color: #fff;
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1.02;
    letter-spacing: -.035em;
}

.nt-status-page .nt-status-hero .nt-status-hero-copy h1 { color: #fff !important; }
.nt-status-page .nt-status-hero .nt-status-hero-copy h1 em { color: var(--nt-status-mint) !important; }

.nt-status-hero h1 em { color: var(--nt-status-mint); font-style: normal; }
.nt-status-hero-copy > p { max-width: 610px; margin: 0; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.65; }

.nt-status-live-row {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 24px;
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 999px;
    background: rgba(255,255,255,.07);
    color: #fff;
}

.nt-status-live-row strong { font-size: 12px; }
.nt-status-live-row small { color: rgba(255,255,255,.54); font-size: 10px; }
.nt-status-live-dot,
.nt-status-monitoring i,
.nt-status-good-pulse b {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #55e7b7;
    box-shadow: 0 0 0 5px rgba(85,231,183,.13);
    animation: ntStatusPulse 1.8s ease-in-out infinite;
}

.nt-status-visual { position: relative; z-index: 2; display: grid; place-items: center; }
.nt-status-radar { position: relative; width: 250px; height: 250px; display: grid; place-items: center; }
.nt-status-ring { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.nt-status-ring-two { inset: 36px; }
.nt-status-ring-three { inset: 72px; }
.nt-status-ring-one { animation: ntStatusRing 3s ease-out infinite; }
.nt-status-radar-core {
    position: relative;
    z-index: 2;
    display: grid;
    width: 84px;
    height: 84px;
    place-items: center;
    border: 8px solid rgba(255,255,255,.1);
    border-radius: 24px;
    background: var(--nt-status-mint);
    color: #111341;
    font-size: 30px;
    box-shadow: 0 18px 36px rgba(0,0,0,.22);
    transform: rotate(-5deg);
}

.nt-status-node {
    position: absolute;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 13px;
    background: rgba(13,14,55,.75);
    color: var(--nt-status-mint);
    box-shadow: 0 12px 25px rgba(0,0,0,.22);
}

.nt-status-node-one { left: 6px; top: 85px; animation: ntStatusFloat 4s ease-in-out infinite; }
.nt-status-node-two { right: 10px; bottom: 48px; animation: ntStatusFloat 4s .7s ease-in-out infinite; }
.nt-status-node-three { right: 28px; top: 24px; animation: ntStatusFloat 4s 1.4s ease-in-out infinite; }

.nt-status-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.nt-status-summary article {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 96px;
    overflow: hidden;
    padding: 18px 20px;
    border: 1px solid var(--nt-status-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 13px 30px rgba(33,23,75,.07);
}

.nt-status-summary-icon { display: grid; flex: 0 0 auto; width: 44px; height: 44px; place-items: center; border-radius: 14px; }
.nt-status-summary-green { background: #ddf8ef; color: #009c72; }
.nt-status-summary-purple { background: #efe3ff; color: #6d18c7; }
.nt-status-summary-blue { background: #e4f1ff; color: #2572cc; }
.nt-status-summary article small { display: block; margin-bottom: 3px; color: #8b839c; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.nt-status-summary article strong { color: var(--nt-status-ink); font-size: 17px; }
.nt-status-summary article a { margin-left: auto; color: var(--nt-status-purple); font-size: 11px; font-weight: 800; }
.nt-status-summary-mark { margin-left: auto; color: #d9f4eb; font-size: 35px; }

.nt-status-good,
.nt-status-notice,
.nt-status-panel,
.nt-status-issues,
.nt-status-help {
    border: 1px solid var(--nt-status-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(33,23,75,.06);
}

.nt-status-good {
    display: grid;
    grid-template-columns: auto minmax(0,1fr) auto;
    align-items: center;
    gap: 20px;
    padding: 26px 30px;
    background: linear-gradient(110deg, #f7fffc 0%, #fff 55%, #f7f3ff 100%);
}

.nt-status-good-icon { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 20px; background: var(--nt-status-mint); color: #0b5947; font-size: 23px; box-shadow: 0 12px 25px rgba(60,203,163,.22); }
.nt-status-good h2 { margin: 5px 0 4px; color: var(--nt-status-ink); font-size: 24px; }
.nt-status-good p { margin: 0; color: #746e83; font-size: 13px; }
.nt-status-good-pulse { display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid #dcefe9; border-radius: 14px; color: #397361; font-size: 11px; font-weight: 800; }

.nt-status-notice { display: flex; align-items: center; gap: 16px; padding: 20px 24px; background: #f6f2ff; }
.nt-status-notice > span { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 14px; background: #e9dcff; color: #6b1ec8; }
.nt-status-notice p { margin: 2px 0 0; color: #746e83; }
.nt-status-notice a { margin-left: auto; color: #6418c7; font-weight: 800; }

.nt-status-panel,
.nt-status-issues { padding: 30px; }
.nt-status-section-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.nt-status-section-head h2 { margin: 5px 0; color: var(--nt-status-ink); font-size: 26px; }
.nt-status-section-head p { margin: 0; color: #787184; font-size: 13px; }
.nt-status-monitoring,
.nt-status-rss { display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto; padding: 10px 13px; border: 1px solid #e6e0ef; border-radius: 12px; color: #665e77; font-size: 11px; font-weight: 700; }

.nt-status-table { margin: 0; border: 1px solid #eee8f5; border-radius: 14px; overflow: hidden; }
.nt-status-table thead th { border: 0; background: #17133f; color: #fff; font-size: 10px; letter-spacing: .06em; }
.nt-status-table tbody td { border-color: #f0ebf5; color: #484159; vertical-align: middle; }
.nt-status-table tbody tr:nth-child(even) { background: #fbf9fe; }
.nt-status-server-name { display: inline-flex; align-items: center; gap: 10px; }
.nt-status-server-name i { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 10px; background: #ede3ff; color: #671bc6; }
.nt-status-php-link { display: inline-block; padding: 4px 8px; border-radius: 8px; background: #e4faf2; color: #087b5c; font-size: 10px; font-weight: 800; }

.nt-status-rss:hover { border-color: #b99ada; color: #6418c7; }
.nt-status-issue-card { margin-bottom: 15px; padding: 21px; border: 1px solid #e9e3f0; border-radius: 18px; background: #fff; }
.nt-status-issue-top { display: flex; align-items: center; gap: 13px; }
.nt-status-issue-symbol { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 13px; background: #fff1df; color: #dc7900; }
.nt-status-issue-top h3 { margin: 0; color: #17133f; font-size: 18px; }
.nt-status-issue-top > div > span { color: #80778e; font-size: 11px; }
.nt-status-priority { margin-left: auto; padding: 5px 9px; border-radius: 999px; font-size: 9px; text-transform: uppercase; }
.nt-status-priority-critical { background: #ffe0e0; color: #c62323; }
.nt-status-priority-high { background: #fff0d7; color: #a76400; }
.nt-status-priority-low { background: #dcf8ee; color: #087c5b; }
.nt-status-priority-normal { background: #e7eeff; color: #325aaf; }
.nt-status-affecting { margin: 17px 0 9px; padding: 11px 13px; border-radius: 10px; background: #f7f4fb; }
.nt-status-issue-meta { display: flex; flex-wrap: wrap; gap: 16px; margin: 13px 0; color: #746d80; font-size: 11px; }
.nt-status-affected-you { margin: 10px 0; padding: 8px; border-radius: 8px; background: #fff3d7; color: #8c6200; text-align: center; }
.nt-status-description { color: #5e576c; line-height: 1.65; }

.nt-status-empty {
    display: grid;
    grid-template-columns: 175px minmax(0,1fr);
    align-items: center;
    gap: 30px;
    padding: 26px 28px;
    border: 1px solid #dfefea;
    border-radius: 20px;
    background: linear-gradient(110deg, #f9f6ff, #f5fffc);
}

.nt-status-empty-art { position: relative; display: grid; min-height: 125px; place-items: center; overflow: hidden; border-radius: 18px; background: linear-gradient(145deg, #171344, #651ac3); color: #fff; }
.nt-status-empty-art::before { content: ""; position: absolute; width: 105px; height: 105px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.nt-status-empty-art > span { position: relative; z-index: 2; display: grid; width: 54px; height: 54px; place-items: center; border-radius: 17px; background: var(--nt-status-mint); color: #0e4c3e; font-size: 20px; }
.nt-status-empty-art > i { position: absolute; right: 18px; bottom: 14px; color: rgba(255,255,255,.22); font-size: 22px; }
.nt-status-empty h3 { margin: 6px 0; color: var(--nt-status-ink); font-size: 23px; }
.nt-status-empty p { margin: 0; color: #777080; font-size: 13px; }

.nt-status-pagination { display: flex; justify-content: flex-end; gap: 8px; margin-top: 18px; }
.nt-status-pagination a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid #e4dcec; border-radius: 10px; color: #6018bd; font-size: 11px; font-weight: 800; }
.nt-status-pagination a.disabled { pointer-events: none; color: #bbb4c4; background: #f8f6fa; }

.nt-status-help { display: grid; grid-template-columns: 1.2fr repeat(2, minmax(0, .8fr)); gap: 14px; align-items: center; padding: 24px 28px; background: linear-gradient(105deg, #faf7ff 0%, #f5fffb 100%); }
.nt-status-help h2 { margin: 5px 0 3px; color: var(--nt-status-ink); font-size: 22px; }
.nt-status-help p { margin: 0; color: #787182; font-size: 12px; }
.nt-status-help > a { display: flex; align-items: center; gap: 11px; min-height: 66px; padding: 12px; border: 1px solid #ebe5f0; border-radius: 14px; background: #fff; color: #17133f; box-shadow: 0 8px 18px rgba(31,19,69,.05); }
.nt-status-help > a > i { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 11px; background: #eee3ff; color: #6b18ca; }
.nt-status-help > a span { display: grid; }
.nt-status-help > a strong { font-size: 11px; }
.nt-status-help > a small { color: #8b8297; font-size: 9px; }
.nt-status-help > a b { margin-left: auto; color: #6d20c9; }

@keyframes ntStatusPulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .65; transform: scale(.8); } }
@keyframes ntStatusRing { 0% { opacity: .65; transform: scale(.72); } 80%,100% { opacity: 0; transform: scale(1.06); } }
@keyframes ntStatusFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

@media (max-width: 991px) {
    .nt-status-hero { grid-template-columns: 1fr; min-height: auto; padding: 38px; }
    .nt-status-visual { display: none; }
    .nt-status-summary { grid-template-columns: 1fr; }
    .nt-status-help { grid-template-columns: 1fr 1fr; }
    .nt-status-help > div { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
    .nt-status-page { gap: 15px; }
    .nt-status-hero { padding: 29px 23px; border-radius: 22px; }
    .nt-status-hero h1 { font-size: 36px; }
    .nt-status-live-row { align-items: flex-start; flex-wrap: wrap; border-radius: 16px; }
    .nt-status-good { grid-template-columns: auto 1fr; padding: 21px; }
    .nt-status-good-pulse { grid-column: 1 / -1; }
    .nt-status-panel, .nt-status-issues { padding: 21px 17px; }
    .nt-status-section-head { display: grid; }
    .nt-status-monitoring, .nt-status-rss { justify-self: start; }
    .nt-status-empty { grid-template-columns: 1fr; padding: 18px; }
    .nt-status-empty-art { min-height: 115px; }
    .nt-status-help { grid-template-columns: 1fr; padding: 20px; }
    .nt-status-help > div { grid-column: auto; }
    .nt-status-notice { align-items: flex-start; flex-wrap: wrap; }
    .nt-status-notice a { width: 100%; margin-left: 61px; }
}

@media (prefers-reduced-motion: reduce) {
    .nt-status-page * { animation: none !important; }
}

/* NameTowne network status RSS guide */
.nt-feed-page {
    --nt-feed-ink: #11133c;
    --nt-feed-purple: #6d1bd0;
    --nt-feed-mint: #61dab7;
    display: grid;
    gap: 22px;
    padding-bottom: 35px;
    color: var(--nt-feed-ink);
}

.nt-feed-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(230px, .75fr);
    min-height: 310px;
    overflow: hidden;
    align-items: center;
    padding: 45px 52px;
    border-radius: 29px;
    background:
        radial-gradient(circle at 83% 20%, rgba(120,42,226,.86), transparent 37%),
        linear-gradient(125deg, #10123e 0%, #24105d 55%, #5912b4 100%);
    box-shadow: 0 24px 52px rgba(37,19,79,.17);
}

.nt-feed-hero::before,
.nt-feed-hero::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.nt-feed-hero::before { width: 390px; height: 390px; right: -130px; top: -210px; }
.nt-feed-hero::after { width: 280px; height: 280px; right: -75px; top: -155px; }
.nt-feed-hero > div { position: relative; z-index: 2; }
.nt-feed-hero > div > span,
.nt-feed-card-head small,
.nt-feed-help > div > span { color: var(--nt-feed-mint); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.nt-feed-hero h1 { margin: 15px 0 9px; color: #fff !important; font-size: clamp(36px, 4vw, 53px); line-height: 1.05; letter-spacing: -.035em; }
.nt-feed-hero p { max-width: 600px; margin: 0; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.65; }
.nt-feed-hero a { display: inline-flex; align-items: center; gap: 9px; margin-top: 23px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #fff; font-size: 11px; font-weight: 800; background: rgba(255,255,255,.07); }
.nt-feed-hero a:hover { background: rgba(255,255,255,.13); }

.nt-feed-visual { display: grid; width: 210px; height: 210px; place-items: center; justify-self: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.nt-feed-visual > i { display: grid; width: 86px; height: 86px; place-items: center; border: 8px solid rgba(255,255,255,.11); border-radius: 27px; background: var(--nt-feed-mint); color: #102f36; font-size: 34px; transform: rotate(-6deg); box-shadow: 0 19px 35px rgba(0,0,0,.22); }
.nt-feed-visual b { position: absolute; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; animation: ntFeedRing 3s ease-out infinite; }
.nt-feed-visual b:nth-of-type(1) { width: 116px; height: 116px; }
.nt-feed-visual b:nth-of-type(2) { width: 158px; height: 158px; animation-delay: .7s; }
.nt-feed-visual b:nth-of-type(3) { width: 200px; height: 200px; animation-delay: 1.4s; }

.nt-feed-card,
.nt-feed-help {
    border: 1px solid #e6e0ef;
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(35,21,75,.07);
}

.nt-feed-card { padding: 30px; }
.nt-feed-card-head { display: flex; align-items: center; gap: 17px; }
.nt-feed-card-head > span { display: grid; flex: 0 0 auto; width: 57px; height: 57px; place-items: center; border-radius: 18px; background: #e8fff7; color: #058462; font-size: 21px; }
.nt-feed-card-head h2 { margin: 4px 0 4px; color: var(--nt-feed-ink); font-size: 25px; }
.nt-feed-card-head p { margin: 0; color: #777080; font-size: 13px; }
.nt-feed-url { margin-top: 25px; padding: 20px; border: 1px solid #e9e3f0; border-radius: 17px; background: linear-gradient(100deg,#faf7ff,#f5fffc); }
.nt-feed-url label { display: block; margin-bottom: 9px; color: #3e3750; font-size: 11px; font-weight: 800; }
.nt-feed-url > div { display: flex; gap: 9px; }
.nt-feed-url input { min-width: 0; flex: 1; height: 48px; padding: 0 14px; border: 1px solid #ded5e9; border-radius: 12px; background: #fff; color: #595168; }
.nt-feed-url button { flex: 0 0 auto; padding: 0 18px; border: 0; border-radius: 12px; background: var(--nt-feed-mint); color: #0d4035; font-size: 11px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.nt-feed-url button:hover { transform: translateY(-2px); }
.nt-feed-url button.is-copied { background: #39c69d; }
#ntFeedCopied { display: block; min-height: 16px; margin-top: 5px; color: #008461; font-size: 10px; }
.nt-feed-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 17px; }
.nt-feed-actions a { display: inline-flex; align-items: center; gap: 8px; padding: 11px 14px; border: 1px solid #ddd4e7; border-radius: 11px; color: #6419bf; font-size: 11px; font-weight: 800; }
.nt-feed-actions a.nt-feed-primary { border-color: transparent; background: linear-gradient(100deg,#6a1aca,#8624df); color: #fff; box-shadow: 0 9px 18px rgba(106,26,202,.2); }

.nt-feed-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.nt-feed-steps > div { position: relative; min-height: 190px; overflow: hidden; padding: 24px; border: 1px solid #e9e2f1; border-radius: 20px; background: #fff; box-shadow: 0 12px 28px rgba(33,22,70,.055); }
.nt-feed-steps > div > span { position: absolute; right: 18px; top: 9px; color: #f0e9f9; font-size: 42px; font-weight: 900; }
.nt-feed-steps > div > i { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 13px; background: #eee3ff; color: #691bc5; }
.nt-feed-steps h3 { margin: 18px 0 6px; color: var(--nt-feed-ink); font-size: 17px; }
.nt-feed-steps p { margin: 0; color: #7b7486; font-size: 12px; line-height: 1.6; }

.nt-feed-help { display: grid; grid-template-columns: minmax(0,1fr) 310px; align-items: center; gap: 20px; padding: 23px 27px; background: linear-gradient(100deg,#faf7ff,#f4fffb); }
.nt-feed-help h2 { margin: 4px 0 3px; color: var(--nt-feed-ink); font-size: 22px; }
.nt-feed-help p { margin: 0; color: #7b7486; font-size: 12px; }
.nt-feed-help > a { display: flex; align-items: center; gap: 11px; padding: 12px; border: 1px solid #e8e0ef; border-radius: 14px; background: #fff; color: #17133f; }
.nt-feed-help > a > i { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 11px; background: #e5faf3; color: #058362; }
.nt-feed-help > a span { display: grid; }
.nt-feed-help > a strong { font-size: 11px; }
.nt-feed-help > a small { color: #8b8395; font-size: 9px; }
.nt-feed-help > a b { margin-left: auto; color: #6d1dcc; }

@keyframes ntFeedRing { 0% { opacity: .65; transform: scale(.7); } 80%,100% { opacity: 0; transform: scale(1.12); } }

@media (max-width: 991px) {
    .nt-feed-hero { grid-template-columns: 1fr; min-height: auto; padding: 38px; }
    .nt-feed-visual { display: none; }
    .nt-feed-steps { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .nt-feed-page { gap: 15px; }
    .nt-feed-hero { padding: 29px 23px; border-radius: 22px; }
    .nt-feed-hero h1 { font-size: 36px; }
    .nt-feed-card { padding: 21px 17px; }
    .nt-feed-card-head { align-items: flex-start; }
    .nt-feed-url { padding: 14px; }
    .nt-feed-url > div { display: grid; }
    .nt-feed-url button { min-height: 45px; }
    .nt-feed-help { grid-template-columns: 1fr; padding: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    .nt-feed-page * { animation: none !important; }
}

/* Homepage live domain search results */
.nt-home-domain-results {
    position: relative;
    z-index: 8;
    padding: 34px 0 74px;
    background: linear-gradient(180deg, #fff 0%, #faf8ff 100%);
    scroll-margin-top: 112px;
}

.nt-home-domain-results[hidden],
.nt-home-domain-results [hidden] { display: none !important; }

.nt-domain-results-panel {
    max-width: 1120px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #e4dcf0;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 25px 65px rgba(33, 17, 73, .11);
}

.nt-domain-results-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 30px 34px;
    border-bottom: 1px solid #ece6f3;
    background:
        radial-gradient(circle at 92% -30%, rgba(106, 27, 204, .16), transparent 37%),
        linear-gradient(105deg, #fbf9ff, #f5fffc);
}

.nt-domain-results-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6d1bcf;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.nt-domain-results-head h2 {
    margin: 8px 0 5px;
    color: #11133c;
    font-size: clamp(25px, 3vw, 36px);
    line-height: 1.12;
    letter-spacing: -.025em;
}

.nt-domain-results-head p { margin: 0; color: #777085; font-size: 13px; }
.nt-domain-results-pricing {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
    padding: 12px 16px;
    border: 1px solid #ded3eb;
    border-radius: 12px;
    background: #fff;
    color: #6519c2;
    font-size: 11px;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease;
}
.nt-domain-results-pricing:hover { color: #6519c2; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(59, 23, 107, .09); }

.nt-domain-results-loading,
.nt-domain-results-error {
    display: flex;
    min-height: 175px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 38px;
    text-align: left;
}

.nt-domain-loader,
.nt-domain-results-error > span {
    display: grid;
    width: 62px;
    height: 62px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 19px;
    font-size: 22px;
}
.nt-domain-loader { background: linear-gradient(135deg, #6d1bcf, #8b2ae7); color: #fff; box-shadow: 0 14px 28px rgba(109, 27, 207, .25); animation: ntDomainSearchPulse 1.45s ease-in-out infinite; }
.nt-domain-results-error > span { background: #fff0f1; color: #d84354; }
.nt-domain-results-loading div,
.nt-domain-results-error div { display: grid; gap: 5px; }
.nt-domain-results-loading strong,
.nt-domain-results-error strong { color: #15143d; font-size: 18px; }
.nt-domain-results-loading small,
.nt-domain-results-error small { color: #81798d; font-size: 12px; }
.nt-domain-results-error button {
    min-height: 42px;
    margin-left: 14px;
    padding: 0 18px;
    border: 0;
    border-radius: 11px;
    background: #6d1bcf;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.nt-domain-results-content { padding: 28px 34px 34px; }
.nt-domain-exact {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    overflow: hidden;
    padding: 24px;
    border: 1px solid #d9cbed;
    border-radius: 21px;
    background:
        radial-gradient(circle at 93% 30%, rgba(104, 221, 184, .18), transparent 23%),
        linear-gradient(105deg, #fbf9ff, #f6fffc);
}
.nt-domain-exact::after { content: ""; position: absolute; width: 135px; height: 135px; right: -52px; bottom: -77px; border-radius: 50%; border: 1px solid rgba(109, 27, 207, .12); }
.nt-domain-exact-icon { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 17px; font-size: 20px; }
.nt-domain-exact-icon.is-available { background: #daf8ee; color: #008967; }
.nt-domain-exact-icon.is-unavailable { background: #fff0f1; color: #cf4151; }
.nt-domain-exact-copy { min-width: 0; }
.nt-domain-exact-copy > span { color: #777083; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.nt-domain-exact-copy h3 { overflow: hidden; margin: 5px 0 4px; color: #11133c; font-size: clamp(21px, 3vw, 31px); letter-spacing: -.025em; text-overflow: ellipsis; white-space: nowrap; }
.nt-domain-exact-copy p { margin: 0; color: #777083; font-size: 12px; }
.nt-domain-exact-action { position: relative; z-index: 2; display: grid; min-width: 195px; justify-items: end; }
.nt-domain-exact-action > strong { color: #11133c; font-size: 22px; }
.nt-domain-exact-action > small { margin: 1px 0 10px; color: #888091; font-size: 9px; text-transform: uppercase; }

.nt-domain-add {
    display: inline-flex;
    min-width: 165px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(100deg, #6c1acb, #8622df);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 11px 24px rgba(108, 26, 203, .23);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}
.nt-domain-add:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(108, 26, 203, .3); }
.nt-domain-add:disabled { cursor: wait; opacity: .76; transform: none; }
.nt-domain-add.is-added { background: linear-gradient(100deg, #0ca77d, #5bd7b4); color: #072f27; }
.nt-domain-add-compact { min-width: 92px; min-height: 39px; padding: 0 13px; border-radius: 10px; }

.nt-domain-alternatives-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin: 28px 2px 15px;
}
.nt-domain-alternatives-head > div > span { color: #6e1dc9; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.nt-domain-alternatives-head h3 { margin: 4px 0 0; color: #11133c; font-size: 21px; }
.nt-domain-result-count { padding: 7px 11px; border: 1px solid #ded4eb; border-radius: 999px; color: #6f6879; font-size: 10px; font-weight: 700; }
.nt-domain-alternatives { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.nt-domain-alternative {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px;
    border: 1px solid #e8e1f0;
    border-radius: 16px;
    background: #fff;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.nt-domain-alternative:hover { border-color: #cbb7e7; transform: translateY(-2px); box-shadow: 0 12px 25px rgba(37, 21, 77, .07); }
.nt-domain-alternative-name { display: flex; min-width: 0; align-items: center; gap: 11px; }
.nt-domain-alternative-name > span { display: grid; width: 36px; height: 36px; flex: 0 0 auto; place-items: center; border-radius: 11px; background: #e4faf3; color: #008866; }
.nt-domain-alternative-name > div { display: grid; min-width: 0; }
.nt-domain-alternative-name strong { overflow: hidden; color: #15143d; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.nt-domain-alternative-name small { margin-top: 2px; color: #91899a; font-size: 9px; text-transform: capitalize; }
.nt-domain-alternative-action { display: flex; flex: 0 0 auto; align-items: center; gap: 12px; }
.nt-domain-alternative-action > strong { color: #19163f; font-size: 14px; white-space: nowrap; }
.nt-domain-submit.is-searching { cursor: wait; opacity: .9; }

@keyframes ntDomainSearchPulse {
    0%, 100% { transform: scale(1); box-shadow: 0 14px 28px rgba(109, 27, 207, .23); }
    50% { transform: scale(1.07); box-shadow: 0 17px 34px rgba(109, 27, 207, .34); }
}

@media (max-width: 767px) {
    .nt-home-domain-results { padding: 22px 0 48px; }
    .nt-domain-results-panel { border-radius: 21px; }
    .nt-domain-results-head { display: grid; padding: 23px 20px; }
    .nt-domain-results-pricing { justify-self: start; }
    .nt-domain-results-content { padding: 19px 16px 23px; }
    .nt-domain-exact { grid-template-columns: auto minmax(0, 1fr); padding: 18px; }
    .nt-domain-exact-action { grid-column: 1 / -1; width: 100%; justify-items: stretch; }
    .nt-domain-exact-action > strong,
    .nt-domain-exact-action > small { text-align: left; }
    .nt-domain-add { width: 100%; }
    .nt-domain-alternatives { grid-template-columns: 1fr; }
    .nt-domain-alternative { align-items: flex-start; }
    .nt-domain-alternative-action { display: grid; justify-items: end; }
    .nt-domain-add-compact { width: auto; }
    .nt-domain-results-loading,
    .nt-domain-results-error { min-height: 150px; align-items: flex-start; padding: 29px 20px; }
    .nt-domain-results-error { flex-wrap: wrap; }
    .nt-domain-results-error button { width: 100%; margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .nt-domain-loader { animation: none; }
    .nt-home-domain-results { scroll-behavior: auto; }
}

/* 2026 premium homepage hero */
.nt-hero{min-height:650px;background:radial-gradient(circle at 50% -18%,rgba(151,84,255,.58),transparent 44%),radial-gradient(circle at 88% 42%,rgba(83,223,184,.17),transparent 25%),linear-gradient(135deg,#160839 0%,#35106f 48%,#521198 100%)}
.nt-hero::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px);background-size:54px 54px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 80%);mask-image:linear-gradient(to bottom,#000,transparent 80%)}
.nt-hero-grid{position:absolute;z-index:1;left:50%;top:42%;width:820px;height:420px;border:1px solid rgba(255,255,255,.07);border-radius:50%;transform:translate(-50%,-50%) rotate(-7deg);box-shadow:0 0 0 70px rgba(255,255,255,.018),0 0 0 140px rgba(255,255,255,.012);pointer-events:none}
.nt-hero-content{max-width:1220px;padding-top:82px;padding-bottom:106px}
.nt-hero .nt-eyebrow{padding:9px 16px;border-color:rgba(127,239,203,.3);background:rgba(17,6,50,.28);box-shadow:inset 0 1px 0 rgba(255,255,255,.12);color:#dffcf2;backdrop-filter:blur(10px)}
.nt-hero h1{max-width:790px;margin-top:20px;font-size:clamp(49px,5vw,76px);line-height:.99;letter-spacing:-.06em;text-shadow:0 10px 40px rgba(12,2,34,.2)}
.nt-hero h1 span{background:linear-gradient(90deg,#6ce8bd,#a0f4d5);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 8px 24px rgba(96,232,188,.15))}
.nt-hero-content>p{max-width:690px;margin:18px auto 36px;color:rgba(244,239,255,.79);font-size:19px;line-height:1.7}
.nt-domain-form{width:min(100%,950px);min-height:78px;grid-template-columns:minmax(0,1fr) 175px;padding:6px;border:1px solid rgba(255,255,255,.28);border-radius:20px;background:rgba(255,255,255,.15);box-shadow:0 28px 75px rgba(9,1,30,.38),inset 0 1px 0 rgba(255,255,255,.2);backdrop-filter:blur(16px);transition:border-color .2s,box-shadow .2s,transform .2s}
.nt-domain-form:focus-within{border-color:rgba(119,238,200,.72);box-shadow:0 30px 80px rgba(9,1,30,.42),0 0 0 4px rgba(102,231,190,.11);transform:translateY(-2px)}
.nt-domain-field{border-radius:14px 0 0 14px}.nt-domain-field i{margin-left:26px;color:#6120a4}.nt-domain-field input{height:64px;padding-left:18px;font-size:17px;font-weight:600}.nt-domain-field input::placeholder{font-weight:500;color:#aaa5b8}
.nt-domain-submit.btn{border-radius:0 14px 14px 0;background:linear-gradient(135deg,#80ecc8,#55d9b1);box-shadow:inset 0 1px 0 rgba(255,255,255,.55);transition:filter .2s,transform .2s}.nt-domain-submit.btn:hover{filter:brightness(1.06)}
.nt-domain-form-error{border-color:#ff97ad;box-shadow:0 0 0 4px rgba(255,111,145,.13)}.nt-domain-hint{height:0;max-width:950px;margin:0 auto;text-align:left;color:#ffd2dc;font-size:12px;font-weight:700;transform:translateY(7px)}.nt-domain-hint:not(:empty){height:14px;padding-left:18px}
.nt-tld-prices{margin-top:24px}.nt-tld-prices a{padding:5px 19px;border-color:rgba(132,238,199,.28)}.nt-tld-prices strong{font-size:13px}.nt-tld-prices span{color:rgba(255,255,255,.62)}
.nt-hero-proof{position:relative;z-index:4;width:min(100%,780px);margin:28px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.nt-hero-proof>span{display:grid;grid-template-columns:32px 1fr;grid-template-rows:auto auto;column-gap:10px;padding:12px 15px;text-align:left;border:1px solid rgba(255,255,255,.11);border-radius:14px;background:rgba(14,6,48,.22);backdrop-filter:blur(10px)}.nt-hero-proof i{grid-row:1/3;align-self:center;display:grid;place-items:center;width:32px;height:32px;border-radius:10px;color:#72ebc3;background:rgba(112,235,195,.12)}.nt-hero-proof b{color:#fff;font-size:12px}.nt-hero-proof small{color:rgba(255,255,255,.57);font-size:10px}
.nt-hero-hosting-art{top:103px;width:280px;height:365px;border-color:rgba(255,255,255,.2);background:linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.045));box-shadow:0 34px 85px rgba(8,1,29,.4),inset 0 1px 0 rgba(255,255,255,.18)}.nt-hero-hosting-left{left:max(32px,calc(50% - 890px))}.nt-hero-hosting-right{right:max(32px,calc(50% - 890px))}.nt-art-copy{bottom:28px}.nt-art-copy strong{font-size:22px}.nt-hero-wave{bottom:-70px;height:112px}
@media(max-width:1499px){.nt-hero{min-height:600px}.nt-hero-content{padding-top:70px}.nt-hero-proof{margin-top:25px}}
@media(max-width:767px){.nt-hero{min-height:650px}.nt-hero-content{padding:52px 18px 92px}.nt-hero h1{font-size:43px}.nt-hero-content>p{font-size:15px;margin-bottom:25px}.nt-domain-form{min-height:0;grid-template-columns:1fr;padding:5px}.nt-domain-field{border-radius:14px 14px 0 0}.nt-domain-field input{height:58px;font-size:15px}.nt-domain-submit.btn{min-height:52px;border-radius:0 0 14px 14px}.nt-tld-prices a{padding:5px 10px}.nt-hero-proof{grid-template-columns:1fr;max-width:360px}.nt-hero-proof>span{padding:9px 12px}.nt-hero-grid{width:500px;height:280px}}

/* Premium animated cloud depth and mouse parallax */
.nt-hero{--mouse-x:50%;--mouse-y:45%;--parallax-x:0px;--parallax-y:0px}
.nt-hero-mouse-glow{position:absolute;z-index:1;inset:0;pointer-events:none;background:radial-gradient(420px circle at var(--mouse-x) var(--mouse-y),rgba(126,242,205,.17),rgba(135,82,236,.08) 34%,transparent 72%);transition:opacity .3s}
.nt-premium-clouds{position:absolute;z-index:2;inset:0;overflow:hidden;pointer-events:none;transform:translate3d(calc(var(--parallax-x) * -.22),calc(var(--parallax-y) * -.18),0);transition:transform .18s ease-out}
.nt-premium-cloud{position:absolute;display:block;width:180px;height:48px;border:1px solid rgba(255,255,255,.09);border-radius:70px;background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(197,164,250,.035));filter:drop-shadow(0 20px 24px rgba(9,1,29,.12));opacity:.62;will-change:transform}
.nt-premium-cloud:before,.nt-premium-cloud:after,.nt-premium-cloud i,.nt-premium-cloud b{content:"";position:absolute;display:block;border-radius:50%;background:inherit}
.nt-premium-cloud:before{left:24px;bottom:12px;width:74px;height:74px}.nt-premium-cloud:after{right:22px;bottom:10px;width:58px;height:58px}.nt-premium-cloud i{left:68px;bottom:13px;width:88px;height:88px}.nt-premium-cloud b{left:54px;right:25px;bottom:0;height:25px;border-radius:30px}
.nt-pcloud-1{top:78px;left:-230px;transform:scale(.72);animation:nt-premium-cloud-right 34s linear infinite}.nt-pcloud-2{top:145px;left:28%;transform:scale(.42);opacity:.32;animation:nt-premium-cloud-hover 8s ease-in-out infinite alternate}.nt-pcloud-3{top:65px;right:7%;transform:scale(.58);animation:nt-premium-cloud-hover 10s ease-in-out -4s infinite alternate-reverse}.nt-pcloud-4{bottom:76px;right:-230px;transform:scale(.9);opacity:.42;animation:nt-premium-cloud-left 42s linear infinite}
.nt-cloud-streak{position:absolute;width:330px;height:1px;background:linear-gradient(90deg,transparent,rgba(122,238,202,.26),transparent);filter:blur(.2px);opacity:.65}.nt-streak-1{top:29%;left:-350px;animation:nt-cloud-streak 12s ease-in-out infinite}.nt-streak-2{top:68%;left:-350px;animation:nt-cloud-streak 16s ease-in-out -7s infinite}
.nt-hero-grid{transform:translate(calc(-50% + var(--parallax-x) * -.35),calc(-50% + var(--parallax-y) * -.3)) rotate(-7deg);transition:transform .2s ease-out}
.nt-hero-content>.nt-eyebrow,.nt-hero-content>h1,.nt-hero-content>p{transform:translate3d(calc(var(--parallax-x) * .12),calc(var(--parallax-y) * .1),0);transition:transform .22s ease-out}.nt-domain-form{transform:translate3d(calc(var(--parallax-x) * .18),calc(var(--parallax-y) * .14),0)}.nt-domain-form:focus-within{transform:translate3d(calc(var(--parallax-x) * .18),calc(var(--parallax-y) * .14 - 2px),0)}.nt-hero-proof{transform:translate3d(calc(var(--parallax-x) * .09),calc(var(--parallax-y) * .08),0);transition:transform .25s ease-out}
@keyframes nt-premium-cloud-right{from{transform:translateX(0) scale(.72)}to{transform:translateX(calc(100vw + 470px)) scale(.72)}}
@keyframes nt-premium-cloud-left{from{transform:translateX(0) scale(.9)}to{transform:translateX(calc(-100vw - 470px)) scale(.9)}}
@keyframes nt-premium-cloud-hover{from{margin-top:-8px;margin-left:-20px}to{margin-top:13px;margin-left:22px}}
@keyframes nt-cloud-streak{0%{transform:translateX(0);opacity:0}18%{opacity:.7}82%{opacity:.35}100%{transform:translateX(calc(100vw + 700px));opacity:0}}
@media(max-width:767px){.nt-premium-cloud{opacity:.34}.nt-pcloud-2,.nt-cloud-streak{display:none}.nt-hero-content>.nt-eyebrow,.nt-hero-content>h1,.nt-hero-content>p,.nt-domain-form,.nt-hero-proof{transform:none!important}}
/* Motion intentionally remains active for the interactive homepage hero. */
/* NameTowne managed USD/BDT top-bar selector */
.nt-currency-switcher{display:inline-flex;align-items:center;gap:6px;margin:0 0 0 12px;padding:4px 9px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(10,9,54,.2);color:#63e2c2;vertical-align:middle}.nt-currency-switcher select{appearance:none;-webkit-appearance:none;width:auto;min-width:46px;padding:0 13px 0 0;border:0;outline:0;background:transparent;color:#fff;font:inherit;font-size:11px;font-weight:800;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,#63e2c2 50%),linear-gradient(135deg,#63e2c2 50%,transparent 50%);background-position:calc(100% - 7px) 50%,calc(100% - 3px) 50%;background-size:4px 4px,4px 4px;background-repeat:no-repeat}.nt-currency-switcher select option{color:#17113e;background:#fff}.nt-currency-switcher i{font-size:11px}.nt-currency-switcher:hover{border-color:rgba(99,226,194,.65);background:rgba(99,226,194,.1)}
@media(max-width:767px){.nt-currency-switcher{margin-left:5px;padding:3px 7px}.nt-currency-switcher i{display:none}}

/* Premium custom currency picker */
.nt-currency-flag{position:relative!important;display:block!important;width:26px!important;height:19px!important;overflow:hidden;border:2px solid rgba(255,255,255,.75)!important;border-radius:5px!important;box-shadow:0 3px 10px rgba(8,4,44,.22)}.nt-currency-option-flag{position:relative;overflow:hidden}.flag-bd{background:radial-gradient(circle at 44% 50%,#f42a41 0 28%,transparent 29%),#006a4e!important}.flag-us{background:repeating-linear-gradient(to bottom,#b22234 0 8%,#fff 8% 16%)!important}.flag-us:before{content:"";position:absolute;left:0;top:0;width:46%;height:54%;background:#3c3b6e}
.nt-currency-flag{display:grid;width:25px;height:25px;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:#fff;font-size:16px;line-height:1;box-shadow:0 3px 10px rgba(8,4,44,.22)}.nt-currency-option{grid-template-columns:34px 1fr 18px!important}.nt-currency-option-flag{display:grid;width:29px;height:29px;place-items:center;border:1px solid #e9e1f2;border-radius:9px;background:#fff;font-size:18px;box-shadow:0 4px 10px rgba(39,20,81,.08)}.nt-currency-copy strong,.nt-currency-copy small{display:block}.nt-currency-copy strong{color:#5413b8;font-size:12px;font-weight:900}.nt-currency-copy small{margin-top:2px;color:#6e6680;font-size:10px}.nt-currency-option.is-active .nt-currency-option-flag{border-color:#9cebd6;box-shadow:0 0 0 3px rgba(60,216,174,.1)}
.nt-utility-bar{overflow:visible;z-index:1201}
.nt-currency-switcher{position:relative;display:inline-block;margin-left:14px;padding:0;border:0;background:none;color:#fff;vertical-align:middle;z-index:1200}.nt-currency-switcher summary{display:flex;align-items:center;gap:7px;min-width:82px;height:32px;padding:4px 10px 4px 5px;border:1px solid rgba(117,244,211,.42);border-radius:999px;background:linear-gradient(135deg,rgba(23,45,78,.7),rgba(91,25,176,.72));box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 7px 20px rgba(16,8,68,.2);list-style:none;cursor:pointer;transition:.22s ease}.nt-currency-switcher summary::-webkit-details-marker{display:none}.nt-currency-switcher summary:hover,.nt-currency-switcher[open] summary{border-color:#63e2c2;background:linear-gradient(135deg,rgba(37,77,101,.9),rgba(119,24,209,.9));box-shadow:0 0 0 3px rgba(99,226,194,.1),0 10px 26px rgba(15,8,65,.28)}.nt-currency-globe{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;color:#0f3244;background:linear-gradient(145deg,#70f0cf,#42cdae);box-shadow:0 3px 10px rgba(80,227,190,.3)}.nt-currency-globe i{font-size:10px}.nt-currency-switcher summary b{font-size:11px;letter-spacing:.35px}.nt-currency-chevron{margin-left:auto;font-size:8px;color:#73ebcc;transition:transform .2s}.nt-currency-switcher[open] .nt-currency-chevron{transform:rotate(180deg)}.nt-currency-menu{position:absolute;top:calc(100% + 10px);right:0;width:230px;padding:9px;border:1px solid rgba(119,91,190,.2);border-radius:15px;background:linear-gradient(160deg,#fff 0%,#f6f2ff 100%);box-shadow:0 18px 45px rgba(20,9,67,.28);animation:ntCurrencyOpen .18s ease both}.nt-currency-menu:before{content:"";position:absolute;top:-6px;right:27px;width:12px;height:12px;background:#fff;border-top:1px solid rgba(119,91,190,.2);border-left:1px solid rgba(119,91,190,.2);transform:rotate(45deg)}.nt-currency-menu-title{display:block;padding:5px 8px 8px;color:#766d91;font-size:9px;font-weight:800;letter-spacing:1.1px;text-transform:uppercase}.nt-currency-option{display:grid;grid-template-columns:42px 1fr 18px;align-items:center;width:100%;padding:10px 9px;border:0;border-radius:10px;background:transparent;color:#17113e;text-align:left;cursor:pointer;transition:.18s ease}.nt-currency-option:hover{background:#eee6ff;transform:translateX(2px)}.nt-currency-option.is-active{background:linear-gradient(100deg,#e7fff8,#eee7ff);box-shadow:inset 3px 0 #34d8ad}.nt-currency-code{font-size:13px;font-weight:900;color:#5413b8}.nt-currency-name{font-size:11px;color:#6e6680}.nt-currency-option .fa-check{color:#18b990;font-size:10px}@keyframes ntCurrencyOpen{from{opacity:0;transform:translateY(-7px) scale(.97)}to{opacity:1;transform:none}}@media(max-width:767px){.nt-currency-switcher{margin-left:5px;padding:0}.nt-currency-globe i,.nt-currency-chevron{display:block}.nt-currency-menu{right:-6px;width:215px}}
.nt-cart-breadcrumb-row {
    display: flex;
    align-items: center;
    gap: 28px;
    min-height: 74px;
}
.nt-cart-breadcrumb-row .breadcrumb { flex: 0 0 auto; margin: 0; }
.nt-product-search { position: relative; width: min(720px, 100%); margin: 0 auto; z-index: 60; }
.nt-product-search-form {
    display: flex;
    align-items: center;
    height: 48px;
    padding-left: 17px;
    border: 1px solid #ddd6fe;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(35, 20, 92, .08);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.nt-product-search-form:focus-within { border-color: #7c3aed; box-shadow: 0 13px 34px rgba(91, 33, 182, .16); transform: translateY(-1px); }
.nt-product-search-form > i { color: #6d28d9; font-size: 16px; }
.nt-product-search-form input { flex: 1; min-width: 0; height: 100%; border: 0; outline: 0; padding: 0 14px; color: #17113f; background: transparent; font-size: 14px; }
.nt-product-search-form input::placeholder { color: #9b96ad; }
.nt-product-search-form button { align-self: stretch; display: inline-flex; align-items: center; gap: 10px; border: 0; border-radius: 0 13px 13px 0; padding: 0 22px; color: #fff; background: linear-gradient(135deg,#14b8a6,#7c3aed); font-weight: 700; cursor: pointer; }
.nt-product-search-results { position: absolute; top: calc(100% + 8px); left: 0; right: 0; max-height: 360px; overflow: auto; padding: 8px; border: 1px solid #e9e2fb; border-radius: 16px; background: rgba(255,255,255,.98); box-shadow: 0 24px 55px rgba(28,16,72,.2); backdrop-filter: blur(16px); }
.nt-product-search-results a { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 11px; color: #17113f; text-decoration: none; }
.nt-product-search-results a:hover { background: linear-gradient(90deg,#f5f3ff,#ecfdf5); color: #5b21b6; }
.nt-product-search-results a > span:nth-child(2) { display: flex; flex-direction: column; min-width: 0; }
.nt-product-search-results strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.nt-product-search-results small { color: #8b849d; font-size: 11px; }
.nt-product-search-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; color: #6d28d9; background: #f0eaff; }
.nt-product-search-empty { padding: 18px; color: #8b849d; text-align: center; }
@media (max-width: 767px) {
    .nt-cart-breadcrumb-row { display: block; padding-top: 12px; padding-bottom: 12px; }
    .nt-cart-breadcrumb-row .breadcrumb { margin-bottom: 10px; }
    .nt-product-search-form button span { display: none; }
    .nt-product-search-form button { padding: 0 17px; }
}
.nt-search-page { max-width: 1180px; margin: 16px auto 70px; }
.nt-search-hero { position: relative; overflow: hidden; padding: 54px clamp(24px,5vw,70px); border-radius: 28px; color: #fff; text-align: center; background: radial-gradient(circle at 85% 15%,rgba(111,232,199,.22),transparent 28%),linear-gradient(135deg,#171047,#40118c 58%,#7c1fd1); box-shadow: 0 28px 70px rgba(39,18,91,.2); }
.nt-search-hero::after { content:""; position:absolute; width:310px; height:310px; right:-120px; bottom:-210px; border:1px solid rgba(255,255,255,.14); border-radius:50%; box-shadow:0 0 0 45px rgba(255,255,255,.035),0 0 0 90px rgba(255,255,255,.025); }
.nt-search-kicker { display:inline-flex; align-items:center; gap:8px; margin-bottom:12px; color:#71f0cf; font-size:11px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.nt-search-page .nt-search-hero h1 { margin:0 0 8px!important; color:#fff!important; font-size:clamp(30px,4vw,52px)!important; font-weight:800!important; text-shadow:0 8px 28px rgba(13,8,45,.32); }
.nt-search-hero p { margin:0 auto 25px; color:rgba(255,255,255,.76); font-size:15px; }
.nt-search-page-form { position:relative; z-index:2; display:flex; align-items:center; max-width:820px; height:60px; margin:auto; padding-left:20px; border:5px solid rgba(255,255,255,.18); border-radius:18px; background:#fff; background-clip:padding-box; }
.nt-search-page-form > i { color:#6d28d9; font-size:19px; }
.nt-search-page-form input { flex:1; min-width:0; height:100%; padding:0 16px; border:0; outline:0; color:#17113f; background:transparent; font-size:16px; }
.nt-search-page-form button { align-self:stretch; display:flex; align-items:center; gap:12px; padding:0 28px; border:0; border-radius:0 12px 12px 0; color:#17113f; background:#65dfc1; font-weight:800; cursor:pointer; }
.nt-search-summary { display:flex; justify-content:space-between; align-items:end; gap:20px; margin:42px 0 20px; }
.nt-search-summary span { color:#6d28d9; font-size:10px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.nt-search-summary h2 { margin:4px 0 0; color:#17113f; font-size:28px; }
.nt-search-query { max-width:46%; overflow:hidden; color:#716a85; text-overflow:ellipsis; white-space:nowrap; }
.nt-search-product-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(390px,1fr)); gap:22px; }
.nt-search-product-card { position:relative; isolation:isolate; overflow:hidden; display:flex; flex-direction:column; min-height:360px; padding:28px; border:1px solid #dfd4f4; border-radius:24px; background:linear-gradient(145deg,#fff 58%,#f5f0ff 100%); box-shadow:0 17px 45px rgba(36,22,79,.09); transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease; }
.nt-search-product-card::before { content:""; position:absolute; z-index:-1; top:0; left:0; right:0; height:5px; background:linear-gradient(90deg,#18bca8,#6450dc,#8225d9); }
.nt-search-product-glow { position:absolute; z-index:-1; width:190px; height:190px; right:-75px; top:-78px; border-radius:50%; background:radial-gradient(circle,rgba(108,46,214,.17),transparent 68%); pointer-events:none; }
.nt-search-product-card:hover { transform:translateY(-5px); border-color:#bba2ed; box-shadow:0 23px 48px rgba(63,28,126,.14); }
.nt-search-product-top { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.nt-search-product-icon { display:grid; place-items:center; width:54px; height:54px; border:1px solid #e2d8f6; border-radius:16px; color:#6825d6; background:linear-gradient(145deg,#f1eaff,#e7faf5); box-shadow:0 9px 23px rgba(92,38,173,.1); font-size:21px; }
.nt-search-product-group { display:inline-flex; align-items:center; gap:7px; max-width:70%; overflow:hidden; padding:8px 11px; border:1px solid #cef2e9; border-radius:999px; color:#118d7c; background:#effcf8; font-size:10px; font-weight:800; letter-spacing:.09em; text-overflow:ellipsis; text-transform:uppercase; white-space:nowrap; }
.nt-search-product-copy { flex:1; }
.nt-search-product-card h3 { margin:24px 0 10px; color:#17113f; font-size:27px; font-weight:800; }
.nt-search-product-card p { margin:0 0 20px; color:#716a85; font-size:13px; line-height:1.75; }
.nt-search-product-trust { display:flex; flex-wrap:wrap; gap:8px; margin:2px 0 24px; }
.nt-search-product-trust span { display:inline-flex; align-items:center; gap:6px; padding:7px 9px; border:1px solid #ebe5f5; border-radius:9px; color:#625a78; background:rgba(255,255,255,.72); font-size:10px; font-weight:700; }
.nt-search-product-trust i { color:#16aa90; }
.nt-search-product-footer { display:flex; align-items:center; justify-content:space-between; gap:18px; padding-top:20px; border-top:1px solid #e4dced; }
.nt-search-ready { display:flex; flex-direction:column; }.nt-search-ready small{color:#8a829b;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.nt-search-ready strong{color:#17113f;font-size:15px}
.nt-search-order-btn { display:flex; align-items:center; justify-content:center; gap:10px; min-width:190px; min-height:49px; padding:0 18px; border-radius:13px; color:#fff!important; background:linear-gradient(135deg,#16b9a8,#7925d9); font-weight:800; text-decoration:none!important; box-shadow:0 11px 25px rgba(103,37,205,.23); transition:transform .2s ease,box-shadow .2s ease; }
.nt-search-order-btn:hover { transform:translateY(-2px); box-shadow:0 15px 29px rgba(103,37,205,.3); }
.nt-search-order-btn .fa-arrow-right { margin-left:auto; margin-right:3px; }
.nt-search-no-results { margin:34px 0; padding:58px 25px; border:1px solid #e6dff2; border-radius:24px; background:#faf9fd; text-align:center; }
.nt-search-no-results > span { display:grid; place-items:center; width:68px; height:68px; margin:0 auto 18px; border-radius:20px; color:#6d28d9; background:#eee7ff; font-size:26px; }
.nt-search-no-results h3 { color:#17113f; font-size:25px; }.nt-search-no-results p{color:#777087}.nt-search-no-results a{display:inline-flex;margin-top:8px;padding:11px 18px;border-radius:10px;color:#fff;background:#6d28d9;font-weight:700}
@media(max-width:991px){.nt-search-product-grid{grid-template-columns:repeat(auto-fit,minmax(330px,1fr))}}
@media(max-width:640px){.nt-search-page{margin-top:8px}.nt-search-hero{padding:40px 17px}.nt-search-page-form{height:56px;padding-left:14px}.nt-search-page-form button{padding:0 18px}.nt-search-product-grid{grid-template-columns:1fr}.nt-search-product-card{padding:22px}.nt-search-summary{align-items:start;flex-direction:column}.nt-search-query{max-width:100%}.nt-search-product-footer{align-items:stretch;flex-direction:column}.nt-search-order-btn{width:100%}}
.nt-search-product-media { overflow:hidden; height:clamp(230px,28vw,340px); margin:-28px -28px 24px; padding:14px; border-bottom:1px solid #ddd4f0; background:linear-gradient(145deg,#f4efff,#edf9f7); }
.nt-search-product-media img { width:100%; height:100%; object-fit:contain; object-position:center; transition:transform .45s ease; }.nt-search-product-card:hover .nt-search-product-media img{transform:scale(1.025)}
.nt-store-product-media { display:flex; align-items:center; justify-content:center; overflow:hidden; height:250px; margin:0; padding:14px; background:linear-gradient(145deg,#f3eefc,#eafaf6); }.nt-store-product-media img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .4s ease}.nt-products-order .product:hover .nt-store-product-media img{transform:scale(1.025)}
.nt-products-order .nt-single-product-column { flex:0 0 760px; width:760px; max-width:100%; margin-left:auto; margin-right:auto; }
.nt-products-order .nt-single-product { width:100%; max-width:760px; margin-left:auto; margin-right:auto; }
.nt-products-order .nt-single-product .nt-store-product-media { height:clamp(250px,27vw,320px); padding:15px; }
.nt-products-order .nt-single-product header { padding-top:20px; padding-bottom:20px; }
.nt-products-order .nt-single-product header span:first-child { font-size:25px; }
.nt-products-order .nt-single-product .product-desc { padding-left:24px; padding-right:24px; }
.nt-products-order .nt-single-product footer { padding-left:24px; padding-right:24px; }
@media(max-width:640px){.nt-search-product-media{height:220px;margin:-22px -22px 20px;padding:10px}.nt-store-product-media,.nt-products-order .nt-single-product .nt-store-product-media{height:210px;padding:10px}.nt-products-order .nt-single-product header span:first-child{font-size:21px}.nt-products-order .nt-single-product .product-desc,.nt-products-order .nt-single-product footer{padding-left:16px;padding-right:16px}}
.nt-products-order .nt-commerce-column { display:flex; margin-bottom:24px; }
.nt-products-order .nt-commerce-product { position:relative; overflow:hidden; display:flex!important; flex-direction:column; width:100%; min-height:430px; margin:0!important; border:1px solid #e3dcf0!important; border-radius:20px!important; background:#fff!important; box-shadow:0 14px 35px rgba(33,20,74,.08)!important; transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease; }
.nt-products-order .nt-commerce-product:hover { transform:translateY(-6px); border-color:#bea7e8!important; box-shadow:0 22px 45px rgba(59,27,119,.15)!important; }
.nt-commerce-media { position:relative; display:flex; align-items:center; justify-content:center; overflow:hidden; width:100%; height:230px; margin:0; padding:12px; background:linear-gradient(145deg,#f5f1ff,#ecfaf7); }
.nt-commerce-media::after { content:""; position:absolute; inset:auto -20% -75% 35%; height:180px; border-radius:50%; background:rgba(110,45,210,.08); }
.nt-commerce-media img { position:relative; z-index:1; display:block; width:100%; height:100%; object-fit:contain; object-position:center; transition:transform .42s ease; }
.nt-commerce-product:hover .nt-commerce-media img { transform:scale(1.045); }
.nt-commerce-media > span { display:grid; place-items:center; width:78px; height:78px; border-radius:24px; color:#6c29d2; background:#e9e1fa; font-size:31px; }
.nt-commerce-media > b { position:absolute; z-index:2; top:13px; left:13px; padding:6px 9px; border-radius:999px; color:#fff; background:linear-gradient(135deg,#14b8a6,#6e2ad5); box-shadow:0 6px 16px rgba(71,35,142,.2); font-size:9px; letter-spacing:.1em; text-transform:uppercase; }
.nt-products-order .nt-commerce-product > header { min-height:auto!important; padding:20px 20px 10px!important; color:#17113f!important; background:#fff!important; text-align:left!important; }
.nt-products-order .nt-commerce-product > header span:first-child { color:#17113f!important; font-size:21px!important; font-weight:800!important; line-height:1.3; }
.nt-products-order .nt-commerce-product .product-desc { flex:1; min-height:70px!important; padding:0 20px 15px!important; color:#746d87!important; background:#fff!important; text-align:left; }
.nt-products-order .nt-commerce-product .product-desc p { display:-webkit-box; overflow:hidden; margin:0!important; color:#746d87!important; font-size:12px!important; line-height:1.65!important; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.nt-products-order .nt-commerce-product .product-desc ul { display:none!important; }
.nt-products-order .nt-commerce-product > footer { display:grid!important; grid-template-columns:1fr; gap:12px; margin-top:auto; padding:15px 20px 20px!important; border-top:1px solid #eee8f5!important; background:linear-gradient(180deg,#fff,#faf8ff)!important; }
.nt-products-order .nt-commerce-product .product-pricing { color:#17113f!important; text-align:left!important; }
.nt-products-order .nt-commerce-product .product-pricing .price { color:#17113f!important; font-size:23px!important; font-weight:800!important; }
.nt-products-order .nt-commerce-product .btn-order-now,.nt-products-order .nt-commerce-product footer a,.nt-products-order .nt-commerce-product footer button { width:100%!important; min-height:45px; border:0!important; border-radius:12px!important; color:#fff!important; background:linear-gradient(135deg,#12b8a5,#7924d8)!important; box-shadow:0 10px 22px rgba(102,35,200,.2); font-weight:800!important; text-align:center; }
@media(max-width:1199px){.nt-products-order .nt-commerce-column{flex:0 0 50%;max-width:50%}}
@media(max-width:575px){.nt-products-order .nt-commerce-column{flex:0 0 100%;max-width:100%}.nt-commerce-media{height:220px}}
