.premium-site {
    --ink: #091521;
    --navy: #08233d;
    --navy-2: #123f66;
    --paper: #f4f9ff;
    --paper-2: #e6f2fc;
    --white: #fff;
    --steel: #607489;
    --rule: rgba(8, 35, 61, .13);
    --red: #e5382c;
    --green: #24684c;
    background: var(--paper);
    color: var(--ink);
}

.premium-site::before {
    z-index: 1;
    mix-blend-mode: soft-light;
}

.premium-site .container {
    width: min(calc(100% - 64px), 1280px);
}

.premium-site .topbar {
    position: sticky;
    top: 0;
    z-index: 80;
    background: rgba(7, 22, 36, .94);
    border: 0;
    box-shadow: none;
}

.premium-site .topbar-inner {
    min-height: 76px;
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto auto;
    gap: 28px;
    padding: 0;
}

.premium-site .brand {
    gap: 13px;
}

.premium-site .brand-mark {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.premium-site .brand-mark svg {
    width: 22px;
    height: 22px;
}

.premium-site .brand-text strong {
    font-size: 15px;
    letter-spacing: .01em;
}

.premium-site .brand-text span {
    margin-top: 3px;
    color: rgba(255, 255, 255, .48);
    font-size: 9px;
    letter-spacing: .1em;
}

.premium-site .nav {
    gap: 28px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.premium-site .nav-link {
    position: relative;
    min-height: 76px;
    padding: 0;
    border-radius: 0;
    color: rgba(255, 255, 255, .64);
    font-size: 12px;
    font-weight: 500;
}

.premium-site .nav-link::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #fff;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .25s ease;
}

.premium-site .nav-link:hover {
    color: #fff;
    background: transparent;
}

.premium-site .nav-link:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.premium-site .header-action {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .28);
    font-size: 12px;
    font-weight: 600;
    transition: color .2s ease, background .2s ease;
}

.premium-site .header-action:hover {
    color: var(--navy);
    background: #fff;
}

.premium-site .ranking-hero {
    position: relative;
    padding: 0 0 88px;
    overflow: hidden;
    background: var(--navy);
}

.premium-site #top-solutions.ranking-hero {
    padding: 0 0 88px;
}

.premium-site .ranking-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, #000, transparent 62%);
}

.premium-site .ranking-intro {
    position: relative;
    min-height: 430px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    align-items: end;
    gap: 80px;
    padding: 100px 0 72px;
    color: #fff;
}

.premium-site .ranking-copy {
    max-width: 900px;
}

.premium-site .ranking-copy .section-label {
    min-height: auto;
    padding: 0;
    color: rgba(255, 255, 255, .56);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 11px;
    letter-spacing: .16em;
}

.premium-site .ranking-copy h2 {
    max-width: 930px;
    margin: 28px 0 0;
    color: #fff;
    font-size: clamp(58px, 7vw, 96px);
    font-weight: 500;
    line-height: .94;
    letter-spacing: -.065em;
}

.premium-site .ranking-copy p {
    margin: 32px 0 0;
    color: rgba(255, 255, 255, .6);
    font-size: 15px;
}

.premium-site .ranking-index {
    align-self: end;
    display: flex;
    align-items: flex-end;
    gap: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .28);
}

.premium-site .ranking-index span {
    color: #fff;
    font-size: 72px;
    font-weight: 300;
    line-height: .8;
    letter-spacing: -.07em;
}

.premium-site .ranking-index small {
    padding-bottom: 2px;
    color: rgba(255, 255, 255, .5);
    font-size: 10px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.premium-site .top-grid {
    position: relative;
    gap: 24px;
}

.premium-site .top-card,
.premium-site .top-card.is-alpha {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.premium-site .top-card:hover,
.premium-site .top-card.is-alpha:hover {
    transform: none;
    box-shadow: none;
}

.premium-site .leader-card,
.premium-site .top-card.is-alpha {
    padding: 0;
    color: var(--ink);
    background: var(--white);
}

.premium-site .top-card.is-alpha::before {
    display: none;
}

.premium-site .leader-topline {
    min-height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 24px 34px;
    border-bottom: 1px solid var(--rule);
}

.premium-site .leader-rank {
    display: flex;
    align-items: center;
    gap: 18px;
}

.premium-site .leader-rank-label,
.premium-site .offer-caption {
    color: var(--steel);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .13em;
}

.premium-site .leader-card .rank-number {
    width: auto;
    height: auto;
    color: var(--red);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 40px;
    font-weight: 500;
}

.premium-site .bank-logos {
    display: flex;
    align-items: center;
    gap: 10px;
}

.premium-site .bank-logos img,
.premium-site .single-bank-logo img {
    width: 78px;
    height: 58px;
    object-fit: contain;
    padding: 7px;
    border: 1px solid var(--rule);
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.premium-site .leader-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 80px;
    padding: 48px 34px 42px;
}

.premium-site .leader-card .top-badge-row {
    margin: 0 0 24px;
}

.premium-site .badge {
    min-height: auto;
    padding: 0 11px 0 0;
    color: var(--steel);
    border: 0;
    border-right: 1px solid var(--rule);
    border-radius: 0;
    background: transparent;
    font-size: 9px;
    letter-spacing: .1em;
}

.premium-site .badge:last-child {
    border-right: 0;
}

.premium-site .leader-card .bank-subtitle {
    max-width: 760px;
    margin: 0;
    color: #34414d;
    font-size: 19px;
    line-height: 1.65;
}

.premium-site .leader-zero {
    align-self: start;
    padding-left: 28px;
    border-left: 1px solid var(--rule);
}

.premium-site .leader-zero span {
    display: block;
    color: var(--steel);
    font-size: 11px;
}

.premium-site .leader-zero strong {
    display: block;
    margin-top: 12px;
    color: var(--red);
    font-size: 64px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.06em;
}

.premium-site .leader-card .top-columns {
    grid-template-columns: minmax(0, 1fr) 410px;
    gap: 0;
    margin: 0;
    border-top: 1px solid var(--rule);
}

.premium-site .leader-criteria {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 0;
}

.premium-site .leader-criteria div {
    min-height: 94px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 9px;
    padding: 20px 34px;
    border-right: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
}

.premium-site .leader-criteria div:nth-last-child(-n+2) {
    border-bottom: 0;
}

.premium-site .leader-criteria span {
    color: var(--steel);
    font-size: 11px;
}

.premium-site .leader-criteria strong {
    color: var(--ink);
    font-size: 16px;
    text-align: left;
}

.premium-site .top-card .leader-offer {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 34px;
    border: 0;
    border-radius: 0;
    background: #f0eee8;
    box-shadow: none;
}

.premium-site .leader-offer .price-tag {
    margin-top: 20px;
}

.premium-site .leader-offer .new-price {
    color: var(--red);
    font-size: 54px;
    font-weight: 500;
}

.premium-site .leader-offer p {
    max-width: 300px;
    color: #5e696f;
    font-size: 13px;
}

.premium-site .leader-offer .top-actions {
    display: grid;
    gap: 8px;
}

.premium-site .btn {
    min-height: 50px;
    border-radius: 0;
    box-shadow: none;
}

.premium-site .btn:hover {
    box-shadow: none;
}

.premium-site .btn-alpha {
    background: var(--red);
    border-color: var(--red);
}

.premium-site .btn-alpha:hover {
    background: #c92d24;
}

.premium-site .btn-secondary {
    color: var(--ink);
    background: transparent;
    border-color: rgba(9, 21, 33, .24);
}

.premium-site .secondary-banks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.premium-site .bank-card {
    padding: 0;
    background: rgba(255, 255, 255, .95);
}

.premium-site .bank-card-head {
    min-height: 98px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 28px;
    border-bottom: 1px solid var(--rule);
}

.premium-site .bank-position {
    color: var(--steel);
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -.04em;
}

.premium-site .single-bank-logo img {
    width: 72px;
    height: 56px;
}

.premium-site .bank-card > .bank-subtitle {
    min-height: 104px;
    margin: 0;
    padding: 30px 28px;
    color: #33404c;
    font-size: 17px;
    line-height: 1.55;
    border-bottom: 1px solid var(--rule);
}

.premium-site .bank-card .top-badge-row {
    min-height: 46px;
    align-items: center;
    margin: 0;
    padding: 0 28px;
    border-bottom: 1px solid var(--rule);
}

.premium-site .bank-card-body {
    display: grid;
    grid-template-columns: 1fr 190px;
}

.premium-site .bank-card .bank-meta {
    gap: 0;
    padding: 0;
}

.premium-site .bank-card .bank-meta div {
    min-height: 59px;
    padding: 0 28px;
    border-right: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
}

.premium-site .bank-card .bank-meta div:last-child {
    border-bottom: 0;
}

.premium-site .bank-card .side-panel {
    padding: 25px 22px;
    border: 0;
    border-radius: 0;
    background: #eaf4fc;
    box-shadow: none;
}

.premium-site .bank-card .side-panel strong {
    font-size: 13px;
}

.premium-site .bank-card .side-panel p {
    font-size: 12px;
    line-height: 1.6;
}

.premium-site #calculator {
    padding: 104px 0;
    background: var(--paper);
}

.premium-site #calculator::before {
    display: none;
}

.premium-site .section-head {
    margin-bottom: 48px;
}

.premium-site .section-head .section-label,
.premium-site .practical-panel .section-label {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--steel);
    font-size: 10px;
    letter-spacing: .14em;
}

.premium-site .section-head h2 {
    margin-top: 20px;
    font-size: clamp(46px, 5vw, 70px);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.055em;
}

.premium-site .section-head p {
    color: var(--steel);
    text-align: left;
}

.premium-site .calc-card {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--rule);
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.premium-site .calculator-form-panel {
    position: relative;
    padding: 46px;
    border-right: 1px solid var(--rule);
    background: #e6f2fc;
}

.premium-site .calculator-panel-number {
    position: absolute;
    top: 40px;
    right: 42px;
    color: rgba(9, 21, 33, .2);
    font-size: 30px;
}

.premium-site .calculator-form-panel h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
}

.premium-site .calculator-form-panel > p {
    max-width: 380px;
    margin-top: 12px;
    color: var(--steel);
}

.premium-site .field-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 42px;
    border-top: 1px solid var(--rule);
}

.premium-site .field {
    grid-template-columns: minmax(130px, .8fr) 1.2fr;
    align-items: center;
    gap: 18px;
    padding: 17px 0;
    border-bottom: 1px solid var(--rule);
}

.premium-site .field label {
    color: #44515b;
    font-size: 11px;
}

.premium-site .field select {
    min-height: 48px;
    border: 0;
    border-bottom: 1px solid rgba(9, 21, 33, .22);
    border-radius: 0;
    background-color: transparent;
    font-size: 14px;
}

.premium-site .field select:hover,
.premium-site .field select:focus {
    border-color: var(--ink);
    box-shadow: none;
}

.premium-site .calculator-result-panel {
    padding: 46px;
}

.premium-site .calculator-result-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--rule);
    color: var(--steel);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.premium-site .live-status {
    color: var(--green);
}

.premium-site .live-status i {
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 7px;
    border-radius: 50%;
    background: #2f946b;
    box-shadow: 0 0 0 4px rgba(47, 148, 107, .1);
}

.premium-site .calc-result {
    min-height: 248px;
    margin: 0;
    padding: 34px 0;
    border: 0;
    border-bottom: 1px solid var(--rule);
    border-radius: 0;
    background: transparent;
}

.premium-site .calc-price {
    color: var(--ink);
    font-size: clamp(36px, 4vw, 58px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.055em;
}

.premium-site .calc-result p {
    color: #53606a;
    font-size: 13px;
}

.premium-site .compare-list {
    gap: 0;
    margin: 0;
}

.premium-site .compare-item {
    min-height: 78px;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid var(--rule);
    border-radius: 0;
    background: transparent;
}

.premium-site .compare-item:hover {
    transform: none;
    background: transparent;
}

.premium-site .compare-item.is-top {
    padding-left: 14px;
    border-left: 3px solid var(--red);
    background: transparent;
}

.premium-site .calculator-result-panel > .top-actions {
    margin-top: 26px;
}

.premium-site .calculator-result-panel > .top-actions .btn {
    width: 100%;
}

.premium-site #support {
    padding: 104px 0;
    color: #fff;
    background: #071624;
}

.premium-site #support .section-label {
    color: rgba(255, 255, 255, .46);
}

.premium-site #support .section-head h2 {
    color: #fff;
}

.premium-site #support .section-head p {
    color: rgba(255, 255, 255, .48);
}

.premium-site .support-grid {
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.premium-site .support-card {
    min-height: 300px;
    padding: 36px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, .14);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.premium-site .support-card:last-child {
    border-right: 0;
}

.premium-site .support-card::before {
    display: none;
}

.premium-site .support-card:hover {
    transform: none;
    border-color: rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .035);
    box-shadow: none;
}

.premium-site .support-number {
    display: block;
    margin-bottom: 72px;
    color: rgba(255, 255, 255, .3);
    font-size: 13px;
}

.premium-site .support-card h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
}

.premium-site .support-card p {
    color: rgba(255, 255, 255, .55);
    font-size: 14px;
}

.premium-site #practical-solutions {
    padding: 80px 0;
    background: var(--paper);
}

.premium-site .practical-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px auto;
    align-items: center;
    gap: 44px;
    padding: 44px 0;
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
}

.premium-site .practical-panel h2 {
    max-width: 650px;
    margin: 16px 0 0;
    font-size: clamp(30px, 3.2vw, 46px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.premium-site .practical-panel p {
    color: var(--steel);
    font-size: 13px;
    line-height: 1.7;
}

.premium-site .cta {
    padding: 0 0 64px;
    background: var(--paper);
}

.premium-site .cta-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 80px;
    padding: 64px;
    border: 0;
    border-radius: 0;
    background: var(--navy-2);
    box-shadow: none;
}

.premium-site .cta-shell::after {
    display: none;
}

.premium-site .cta-kicker {
    color: rgba(255, 255, 255, .45);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .15em;
}

.premium-site .cta-shell h2 {
    max-width: 720px;
    margin-top: 22px;
    font-size: clamp(44px, 5vw, 68px);
    font-weight: 500;
    line-height: .98;
}

.premium-site .cta-shell p {
    max-width: 620px;
    margin-top: 24px;
    color: rgba(255, 255, 255, .56);
}

.premium-site .cta-action-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
    padding-left: 40px;
    border-left: 1px solid rgba(255, 255, 255, .17);
}

.premium-site .cta-action-panel > span {
    color: rgba(255, 255, 255, .52);
    font-size: 11px;
}

.premium-site .cta-terminal {
    position: relative;
    display: grid;
    gap: 18px;
    padding: 22px;
    overflow: hidden;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .16);
    background:
        radial-gradient(circle at 100% 0%, rgba(111, 188, 235, .18), transparent 16rem),
        rgba(255, 255, 255, .055);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.premium-site .cta-terminal::before {
    content: "";
    position: absolute;
    inset: 8px;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, .06);
}

.premium-site .cta-terminal-head,
.premium-site .cta-terminal-note {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.premium-site .cta-terminal-head span,
.premium-site .cta-terminal-note span {
    color: rgba(255, 255, 255, .58);
    font-size: 11px;
    line-height: 1.4;
}

.premium-site .cta-terminal-head strong {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #b9e7ff;
    font-size: 10px;
    letter-spacing: .16em;
}

.premium-site .cta-terminal-head strong::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #6fd0ff;
    box-shadow: 0 0 0 5px rgba(111, 208, 255, .12);
}

.premium-site .cta-terminal-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.premium-site .cta-terminal-grid div {
    min-height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 9px;
}

.premium-site .cta-terminal-grid div + div {
    padding-left: 22px;
    border-left: 1px solid rgba(255, 255, 255, .12);
}

.premium-site .cta-terminal-grid span {
    color: rgba(255, 255, 255, .48);
    font-size: 11px;
}

.premium-site .cta-terminal-grid strong {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -.06em;
}

.premium-site .footer {
    padding: 0;
    color: rgba(255, 255, 255, .48);
    background: #071624;
}

.premium-site .footer-shell {
    min-height: 116px;
    align-items: center;
    padding: 0;
    border: 0;
}

.premium-site .footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}

.premium-site .footer-mark {
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, .4);
}

.premium-site .back-to-top {
    border-radius: 0;
}

@media (max-width: 1080px) {
    .premium-site .topbar-inner {
        grid-template-columns: minmax(220px, 1fr) auto;
    }

    .premium-site .header-action {
        display: none;
    }

    .premium-site .leader-card .top-columns {
        grid-template-columns: 1fr 350px;
    }

    .premium-site .bank-card-body {
        grid-template-columns: 1fr;
    }

    .premium-site .bank-card .side-panel {
        min-height: 135px;
        border-top: 1px solid var(--rule);
    }

    .premium-site .calc-card {
        grid-template-columns: 1fr;
    }

    .premium-site .calculator-form-panel {
        border-right: 0;
        border-bottom: 1px solid var(--rule);
    }

    .premium-site .field-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0 28px;
    }

    .premium-site .field {
        grid-template-columns: 1fr;
    }

    .premium-site .practical-panel {
        grid-template-columns: 1fr auto;
    }

    .premium-site .practical-panel p {
        display: none;
    }
}

@media (max-width: 760px) {
    .premium-site .container {
        width: min(calc(100% - 32px), 1280px);
    }

    .premium-site .topbar {
        position: relative;
    }

    .premium-site .topbar-inner {
        min-height: auto;
        display: flex;
        gap: 14px;
        padding: 14px 0;
    }

    .premium-site .brand-mark {
        width: 34px;
        height: 34px;
    }

    .premium-site .nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        border-top: 1px solid rgba(255, 255, 255, .12);
    }

    .premium-site .nav-link {
        min-height: 48px;
        padding: 0 9px;
        font-size: 10px;
        text-align: center;
    }

    .premium-site .nav-link + .nav-link {
        border-left: 1px solid rgba(255, 255, 255, .12);
    }

    .premium-site .ranking-hero {
        padding-bottom: 44px;
    }

    .premium-site #top-solutions.ranking-hero {
        padding: 0 0 44px;
    }

    .premium-site .ranking-intro {
        min-height: 380px;
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 62px 0 48px;
    }

    .premium-site .ranking-copy h2 {
        font-size: clamp(48px, 15vw, 66px);
    }

    .premium-site .ranking-copy p {
        max-width: 280px;
        line-height: 1.6;
    }

    .premium-site .ranking-index {
        width: 150px;
    }

    .premium-site .ranking-index span {
        font-size: 58px;
    }

    .premium-site .leader-topline {
        min-height: 82px;
        padding: 16px 18px;
    }

    .premium-site .leader-rank-label {
        display: none;
    }

    .premium-site .leader-card .rank-number {
        font-size: 30px;
    }

    .premium-site .bank-logos img {
        width: 54px;
        height: 44px;
        padding: 4px;
    }

    .premium-site .leader-heading {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 30px 18px;
    }

    .premium-site .leader-card .bank-subtitle {
        font-size: 16px;
    }

    .premium-site .leader-zero {
        padding: 20px 0 0;
        border-top: 1px solid var(--rule);
        border-left: 0;
    }

    .premium-site .leader-zero strong {
        font-size: 52px;
    }

    .premium-site .leader-card .top-columns {
        grid-template-columns: 1fr;
    }

    .premium-site .leader-criteria {
        grid-template-columns: 1fr;
    }

    .premium-site .leader-criteria div {
        min-height: 78px;
        padding: 16px 18px;
        border-right: 0;
        border-bottom: 1px solid var(--rule) !important;
    }

    .premium-site .leader-offer {
        padding: 26px 18px;
    }

    .premium-site .leader-offer .top-actions {
        margin-top: 30px;
    }

    .premium-site .secondary-banks {
        grid-template-columns: 1fr;
    }

    .premium-site .bank-card-head {
        min-height: 80px;
        padding: 14px 18px;
    }

    .premium-site .bank-card > .bank-subtitle,
    .premium-site .bank-card .top-badge-row,
    .premium-site .bank-card .bank-meta div {
        padding-right: 18px;
        padding-left: 18px;
    }

    .premium-site #calculator,
    .premium-site #support {
        padding: 72px 0;
    }

    .premium-site .section-head {
        margin-bottom: 30px;
    }

    .premium-site .section-head h2 {
        font-size: clamp(40px, 12vw, 52px);
    }

    .premium-site .calculator-form-panel,
    .premium-site .calculator-result-panel {
        padding: 28px 18px;
    }

    .premium-site .calculator-panel-number {
        top: 27px;
        right: 18px;
    }

    .premium-site .field-grid {
        grid-template-columns: 1fr;
    }

    .premium-site .calculator-result-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .premium-site .calc-result {
        min-height: 220px;
    }

    .premium-site .support-grid {
        grid-template-columns: 1fr;
    }

    .premium-site .support-card {
        min-height: 230px;
        padding: 28px 18px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .14);
    }

    .premium-site .support-number {
        margin-bottom: 46px;
    }

    .premium-site .practical-panel {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .premium-site .cta-shell {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 38px 24px;
    }

    .premium-site .cta-shell h2 {
        font-size: 43px;
    }

    .premium-site .cta-action-panel {
        gap: 24px;
        padding: 28px 0 0;
        border-top: 1px solid rgba(255, 255, 255, .17);
        border-left: 0;
    }

    .premium-site .cta-terminal {
        padding: 18px;
    }

    .premium-site .cta-terminal-grid div {
        min-height: 78px;
    }

    .premium-site .cta-terminal-grid strong {
        font-size: 28px;
    }

    .premium-site .footer-shell {
        min-height: 150px;
        align-items: flex-start;
        justify-content: center;
    }

    .premium-site .reveal {
        opacity: 1;
        transform: none;
    }
}

/* Brand refinement and restrained premium motion */
.premium-site .topbar {
    background: rgba(6, 19, 32, .96);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 12px 34px rgba(0, 9, 18, .16);
}

.premium-site .brand {
    gap: 13px;
    transition: opacity .2s ease;
}

.premium-site .brand:hover {
    opacity: .86;
}

.premium-site .brand-mark {
    width: 43px;
    height: 43px;
    border: 0;
    background: transparent;
}

.premium-site .brand-mark .brand-symbol,
.premium-site .footer-mark .brand-symbol {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}

.premium-site .brand-symbol-frame {
    opacity: .42;
}

.premium-site .brand-symbol-m,
.premium-site .brand-symbol-b {
    transform-origin: center;
    transition: transform .35s cubic-bezier(.2, .7, .2, 1);
}

.premium-site .brand:hover .brand-symbol-m {
    transform: translateX(-1px);
}

.premium-site .brand:hover .brand-symbol-b {
    transform: translateX(1px);
}

.premium-site .brand-text strong {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.015em;
}

.premium-site .nav {
    gap: 6px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .035);
}

.premium-site .nav-link {
    min-height: 42px;
    gap: 11px;
    padding: 0 14px;
    color: rgba(255, 255, 255, .74);
    font-weight: 600;
    transition: color .2s ease, background .2s ease;
}

.premium-site .nav-link::before {
    right: 14px;
    bottom: -6px;
    left: 14px;
    height: 1px;
    background: rgba(255, 255, 255, .72);
}

.premium-site .nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, .075);
}

.premium-site .nav-link svg {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: transform .2s ease;
}

.premium-site .nav-link:hover svg {
    transform: translateX(3px);
}

.premium-site .header-action {
    border-color: rgba(255, 255, 255, .38);
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.premium-site .header-action:hover {
    transform: translateY(-1px);
}

.premium-site .ranking-copy h2,
.premium-site .section-head h2,
.premium-site .practical-panel h2,
.premium-site .cta-shell h2 {
    font-weight: 600;
}

.premium-site .top-grid {
    filter: drop-shadow(0 30px 48px rgba(0, 7, 15, .22));
}

.premium-site .leader-card .bank-subtitle {
    font-size: 20px;
    font-weight: 500;
}

.premium-site .leader-zero strong {
    font-weight: 600;
}

.premium-site .btn {
    position: relative;
    overflow: hidden;
    font-weight: 700;
    letter-spacing: -.01em;
}

.premium-site .btn::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(110deg, transparent 22%, rgba(255, 255, 255, .18) 48%, transparent 74%);
    transform: translateX(-140%);
    transition: transform .55s ease;
}

.premium-site .btn:hover {
    transform: translateY(-2px);
}

.premium-site .btn:hover::after {
    transform: translateX(140%);
}

.premium-site .bank-card {
    transition: transform .3s cubic-bezier(.2, .7, .2, 1), box-shadow .3s ease;
}

.premium-site .bank-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 48px rgba(0, 8, 16, .18);
}

.premium-site .calc-card {
    box-shadow: 0 26px 65px rgba(25, 30, 33, .09);
}

.premium-site .calculator-form-panel h3 {
    font-weight: 700;
}

.premium-site .live-status i {
    animation: statusPulse 2.8s ease-in-out infinite;
}

.premium-site .support-card {
    transition: background .3s ease, transform .3s cubic-bezier(.2, .7, .2, 1);
}

.premium-site .support-card:hover {
    transform: translateY(-6px);
}

.premium-site .support-card h3 {
    font-weight: 600;
}

.premium-site .cta-shell {
    box-shadow: 0 30px 70px rgba(7, 22, 36, .2);
}

.premium-site .footer-mark {
    width: 38px;
    height: 38px;
    display: block;
    color: rgba(255, 255, 255, .9);
    border: 0;
}

.premium-site .footer-brand strong {
    font-size: 15px;
    letter-spacing: -.01em;
}

@keyframes statusPulse {
    0%, 100% {
        box-shadow: 0 0 0 4px rgba(47, 148, 107, .1);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(47, 148, 107, 0);
    }
}

@media (max-width: 760px) {
    .premium-site .brand-mark {
        width: 39px;
        height: 39px;
    }

    .premium-site .nav {
        gap: 0;
        padding: 4px;
        border: 1px solid rgba(255, 255, 255, .12);
        background: rgba(255, 255, 255, .035);
    }

    .premium-site .nav-link {
        gap: 7px;
        padding: 0 8px;
    }

    .premium-site .nav-link::before {
        display: none;
    }

    .premium-site .nav-link svg {
        width: 12px;
        height: 12px;
    }

    .premium-site .bank-card:hover,
    .premium-site .support-card:hover,
    .premium-site .btn:hover {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .premium-site .live-status i {
        animation: none;
    }
}

/* High-tech details */
.premium-site .brand-mark,
.premium-site .footer-mark {
    position: relative;
    display: grid;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .08), transparent 55%),
        #08233d;
}

.premium-site .brand-mark::before,
.premium-site .footer-mark::before {
    content: "";
    position: absolute;
    inset: 4px;
    border: 1px solid rgba(255, 255, 255, .1);
    pointer-events: none;
}

.premium-site .brand-compass {
    position: relative;
    z-index: 1;
    width: 28px;
    height: 28px;
    display: block;
    overflow: visible;
}

.premium-site .compass-ring,
.premium-site .compass-axis {
    fill: none;
    stroke: rgba(255, 255, 255, .72);
    stroke-width: 1.4;
    stroke-linecap: round;
}

.premium-site .compass-axis {
    stroke: rgba(185, 231, 255, .42);
}

.premium-site .compass-needle-main {
    fill: #b9e7ff;
    stroke: rgba(255, 255, 255, .42);
    stroke-width: .7;
}

.premium-site .compass-needle-back {
    fill: rgba(255, 255, 255, .16);
    stroke: rgba(255, 255, 255, .26);
    stroke-width: .7;
}

.premium-site .compass-core {
    fill: #fff;
}

.premium-site .brand:hover .brand-compass {
    transform: rotate(8deg);
    transition: transform .45s cubic-bezier(.2, .7, .2, 1);
}

.premium-site .footer-mark .brand-compass {
    width: 24px;
    height: 24px;
}

.premium-site .system-rail {
    position: relative;
    z-index: 2;
    min-height: 48px;
    display: grid;
    grid-template-columns: 1.2fr .8fr 1fr auto;
    align-items: center;
    gap: 0;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .5);
    border-top: 1px solid rgba(255, 255, 255, .13);
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .13em;
}

.premium-site .system-rail > span {
    min-height: 47px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    border-right: 1px solid rgba(255, 255, 255, .13);
}

.premium-site .system-rail > span:first-child {
    padding-left: 0;
}

.premium-site .system-rail > span:last-child {
    justify-content: flex-end;
    padding-right: 0;
    border-right: 0;
}

.premium-site .system-rail-status {
    color: rgba(168, 222, 197, .88);
}

.premium-site .system-rail-status i {
    width: 6px;
    height: 6px;
    margin-right: 9px;
    border-radius: 50%;
    background: #72c69d;
    box-shadow: 0 0 0 4px rgba(114, 198, 157, .08);
    animation: statusPulse 2.8s ease-in-out infinite;
}

.premium-site .system-rail-code {
    color: rgba(255, 255, 255, .28);
    font-variant-numeric: tabular-nums;
}

.premium-site .leader-card,
.premium-site .calc-card,
.premium-site .cta-shell {
    position: relative;
}

.premium-site .leader-card::after,
.premium-site .calc-card::after,
.premium-site .cta-shell::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    width: 18px;
    height: 18px;
    pointer-events: none;
    border-top: 1px solid rgba(67, 82, 95, .38);
    border-right: 1px solid rgba(67, 82, 95, .38);
}

.premium-site .cta-shell::before {
    border-color: rgba(255, 255, 255, .28);
}

.premium-site .calculator-result-top::after {
    content: "CALC / LIVE";
    position: absolute;
    right: 46px;
    top: 18px;
    color: rgba(9, 21, 33, .18);
    font-size: 8px;
    letter-spacing: .14em;
}

.premium-site .calculator-result-top {
    position: relative;
}

.premium-site .support-number::after {
    content: "";
    width: 36px;
    height: 1px;
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle;
    background: rgba(255, 255, 255, .18);
}

.premium-site .ranking-hero::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 76px;
    bottom: 0;
    left: -35%;
    width: 28%;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .025), transparent);
    transform: skewX(-12deg);
    animation: heroScan 11s ease-in-out infinite;
}

@keyframes heroScan {
    0%, 30% {
        left: -35%;
        opacity: 0;
    }
    42% {
        opacity: 1;
    }
    72%, 100% {
        left: 110%;
        opacity: 0;
    }
}

@media (max-width: 760px) {
    .premium-site .system-rail {
        grid-template-columns: 1fr 1fr;
    }

    .premium-site .system-rail > span {
        min-height: 42px;
        padding: 0 10px;
    }

    .premium-site .system-rail > span:first-child {
        padding-left: 10px;
    }

    .premium-site .system-rail > span:nth-child(2) {
        border-right: 0;
    }

    .premium-site .system-rail > span:nth-child(n+3) {
        border-top: 1px solid rgba(255, 255, 255, .13);
    }

    .premium-site .system-rail > span:last-child {
        justify-content: flex-start;
        padding-right: 10px;
    }

    .premium-site .calculator-result-top::after {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .premium-site .system-rail-status i,
    .premium-site .ranking-hero::after {
        animation: none;
    }
}

/* Custom calculator dropdowns */
.premium-site .field.is-custom-select {
    position: relative;
}

.premium-site .field.is-custom-select > select {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.premium-site .custom-select {
    position: relative;
    min-width: 0;
}

.premium-site .custom-select-trigger {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 4px 0 14px;
    color: var(--ink);
    border: 0;
    border-bottom: 1px solid rgba(9, 21, 33, .22);
    background: transparent;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    text-align: left;
    transition: border-color .2s ease, background .2s ease;
}

.premium-site .custom-select-trigger:hover,
.premium-site .custom-select.is-open .custom-select-trigger {
    border-color: var(--ink);
    background: rgba(255, 255, 255, .24);
}

.premium-site .custom-select-trigger:focus-visible {
    outline: 2px solid rgba(16, 45, 72, .3);
    outline-offset: 3px;
}

.premium-site .custom-select-arrow {
    width: 28px;
    height: 28px;
    position: relative;
    flex: 0 0 auto;
    border-left: 1px solid rgba(9, 21, 33, .12);
}

.premium-site .custom-select-arrow::before,
.premium-site .custom-select-arrow::after {
    content: "";
    position: absolute;
    top: 13px;
    width: 7px;
    height: 1px;
    background: #52616d;
    transition: transform .22s ease;
}

.premium-site .custom-select-arrow::before {
    left: 8px;
    transform: rotate(45deg);
}

.premium-site .custom-select-arrow::after {
    right: 7px;
    transform: rotate(-45deg);
}

.premium-site .custom-select.is-open .custom-select-arrow::before {
    transform: rotate(-45deg);
}

.premium-site .custom-select.is-open .custom-select-arrow::after {
    transform: rotate(45deg);
}

.premium-site .custom-select-menu {
    position: absolute;
    z-index: 30;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    padding: 6px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .12);
    background: #0b2034;
    box-shadow: 0 22px 48px rgba(3, 13, 23, .26);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

.premium-site .custom-select.is-open .custom-select-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.premium-site .custom-select-menu::before {
    content: "SELECT / VALUE";
    display: block;
    padding: 8px 10px 7px;
    color: rgba(255, 255, 255, .32);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .14em;
}

.premium-site .custom-select-option {
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 10px;
    color: rgba(255, 255, 255, .67);
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    background: transparent;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    text-align: left;
    transition: color .18s ease, background .18s ease;
}

.premium-site .custom-select-option:last-child {
    border-bottom: 0;
}

.premium-site .custom-select-option:hover,
.premium-site .custom-select-option:focus-visible {
    color: #fff;
    outline: 0;
    background: rgba(255, 255, 255, .07);
}

.premium-site .custom-select-option i {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, .24);
}

.premium-site .custom-select-option.is-selected {
    color: #fff;
    background: rgba(255, 255, 255, .055);
}

.premium-site .custom-select-option.is-selected i {
    border-color: #72c69d;
    background: #72c69d;
    box-shadow: 0 0 0 3px rgba(114, 198, 157, .1);
}

@media (max-width: 760px) {
    .premium-site .calc-card {
        overflow: visible;
    }

    .premium-site .custom-select-trigger {
        min-height: 54px;
        padding-left: 14px;
        font-size: 15px;
    }

    .premium-site .custom-select-menu {
        position: absolute;
        z-index: 60;
        top: calc(100% + 8px);
        right: 0;
        bottom: auto;
        left: 0;
        max-height: 260px;
        overflow-y: auto;
        transform: translateY(-5px);
    }

    .premium-site .custom-select.is-open .custom-select-menu {
        transform: translateY(0);
    }

    .premium-site .custom-select-option {
        min-height: 54px;
        font-size: 14px;
    }
}

/* Light blue brand pass */
.premium-site {
    --ink: #102235;
    --navy: #dcecf6;
    --navy-2: #d3e6f2;
    --paper: #edf5fa;
    --paper-2: #dcecf6;
    --steel: #5d7283;
    --rule: rgba(31, 86, 122, .18);
    background:
        radial-gradient(circle at 12% 0%, rgba(67, 137, 180, .18), transparent 30rem),
        linear-gradient(180deg, #f3f8fb 0%, #e8f2f8 44%, #dcecf6 100%);
}

.premium-site .topbar {
    background: rgba(237, 245, 250, .92);
    border-bottom: 1px solid rgba(31, 86, 122, .16);
    box-shadow: 0 12px 34px rgba(26, 71, 104, .1);
    backdrop-filter: blur(18px);
}

.premium-site .brand-text strong,
.premium-site .nav-link,
.premium-site .header-action,
.premium-site .ranking-copy h2,
.premium-site .ranking-index span,
.premium-site #support .section-head h2,
.premium-site .support-card h3,
.premium-site .cta-shell h2,
.premium-site .footer-brand strong {
    color: var(--ink);
}

.premium-site .brand-text span,
.premium-site .ranking-copy .section-label,
.premium-site .ranking-copy p,
.premium-site .ranking-index small,
.premium-site #support .section-label,
.premium-site #support .section-head p,
.premium-site .support-card p,
.premium-site .cta-kicker,
.premium-site .cta-shell p,
.premium-site .footer,
.premium-site .footer-shell > span {
    color: rgba(16, 34, 53, .62);
}

.premium-site .brand-mark,
.premium-site .footer-mark {
    color: #1f668f;
    border-color: rgba(31, 86, 122, .22);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(208, 230, 243, .86)),
        #dcecf6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72), 0 12px 26px rgba(31, 86, 122, .13);
}

.premium-site .brand-mark::before,
.premium-site .footer-mark::before {
    border-color: rgba(31, 86, 122, .14);
}

.premium-site .compass-ring {
    stroke: rgba(31, 102, 143, .82);
}

.premium-site .compass-axis {
    stroke: rgba(31, 102, 143, .34);
}

.premium-site .compass-needle-main {
    fill: #2f78a7;
    stroke: rgba(12, 65, 98, .24);
}

.premium-site .compass-needle-back {
    fill: rgba(31, 102, 143, .18);
    stroke: rgba(31, 102, 143, .28);
}

.premium-site .compass-core {
    fill: #0b2135;
}

.premium-site .nav,
.premium-site .header-action {
    border-color: rgba(31, 86, 122, .16);
    background: rgba(255, 255, 255, .48);
}

.premium-site .nav-link {
    color: rgba(16, 34, 53, .7);
}

.premium-site .nav-link::before {
    background: #2f78a7;
}

.premium-site .nav-link:hover {
    color: #102235;
    background: rgba(205, 228, 241, .72);
}

.premium-site .header-action:hover {
    color: #fff;
    background: #2f78a7;
}

.premium-site .ranking-hero,
.premium-site #support,
.premium-site .cta,
.premium-site .footer {
    background:
        radial-gradient(circle at 88% 0%, rgba(68, 139, 181, .2), transparent 28rem),
        linear-gradient(180deg, #f2f8fb 0%, #e4f0f7 100%);
}

.premium-site .ranking-hero::before {
    background:
        linear-gradient(rgba(31, 86, 122, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(31, 86, 122, .07) 1px, transparent 1px);
}

.premium-site .ranking-intro {
    color: var(--ink);
}

.premium-site .ranking-index,
.premium-site .system-rail,
.premium-site .support-grid {
    border-color: rgba(31, 86, 122, .18);
}

.premium-site .system-rail,
.premium-site .system-rail-code {
    color: rgba(16, 34, 53, .52);
}

.premium-site .system-rail > span,
.premium-site .support-card,
.premium-site .cta-action-panel,
.premium-site .cta-terminal-grid div + div {
    border-color: rgba(31, 86, 122, .16);
}

.premium-site .support-card {
    background: rgba(255, 255, 255, .52);
}

.premium-site .support-card:hover {
    background: rgba(255, 255, 255, .72);
    border-color: rgba(31, 86, 122, .22);
}

.premium-site .support-number {
    color: rgba(47, 120, 167, .42);
}

.premium-site .cta-shell {
    color: var(--ink);
    border: 1px solid rgba(31, 86, 122, .16);
    background:
        radial-gradient(circle at 100% 0%, rgba(68, 139, 181, .2), transparent 24rem),
        linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(211, 230, 242, .92));
    box-shadow: 0 28px 70px rgba(31, 86, 122, .16);
}

.premium-site .cta-shell::before {
    border-color: rgba(31, 86, 122, .26);
}

.premium-site .cta-action-panel {
    border-left-color: rgba(31, 86, 122, .18);
}

.premium-site .cta-terminal {
    color: var(--ink);
    border-color: rgba(31, 86, 122, .18);
    background:
        radial-gradient(circle at 100% 0%, rgba(65, 138, 181, .2), transparent 16rem),
        rgba(255, 255, 255, .58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .68);
}

.premium-site .cta-terminal::before,
.premium-site .cta-terminal-grid {
    border-color: rgba(31, 86, 122, .14);
}

.premium-site .cta-terminal-head span,
.premium-site .cta-terminal-note span,
.premium-site .cta-terminal-grid span {
    color: rgba(16, 34, 53, .62);
}

.premium-site .cta-terminal-head strong {
    color: #2f78a7;
}

.premium-site .cta-terminal-grid strong {
    color: #102235;
}

.premium-site .footer {
    border-top: 1px solid rgba(31, 86, 122, .16);
}

.premium-site .custom-select-menu {
    color: var(--ink);
    border-color: rgba(31, 86, 122, .18);
    background: rgba(242, 248, 251, .98);
    box-shadow: 0 22px 48px rgba(31, 86, 122, .17);
}

.premium-site .custom-select-menu::before,
.premium-site .custom-select-option {
    color: rgba(16, 34, 53, .68);
    border-color: rgba(31, 86, 122, .12);
}

.premium-site .custom-select-option:hover,
.premium-site .custom-select-option:focus-visible,
.premium-site .custom-select-option.is-selected {
    color: #102235;
    background: rgba(210, 230, 242, .84);
}

@media (max-width: 760px) {
    .premium-site .topbar-inner {
        background: transparent;
    }

    .premium-site .nav {
        border-color: rgba(31, 86, 122, .16);
        background: rgba(255, 255, 255, .52);
    }

    .premium-site .cta-action-panel {
        border-top-color: rgba(31, 86, 122, .18);
    }
}

/* Deep blue correction */
.premium-site {
    --ink: #071a2c;
    --navy: #17496e;
    --navy-2: #215b82;
    --paper: #cfe0ec;
    --paper-2: #bfd5e4;
    --steel: #4c6478;
    --rule: rgba(9, 45, 72, .24);
    background:
        radial-gradient(circle at 18% 0%, rgba(63, 130, 172, .32), transparent 31rem),
        radial-gradient(circle at 88% 18%, rgba(26, 88, 128, .22), transparent 28rem),
        linear-gradient(180deg, #d8e8f2 0%, #c9ddea 42%, #b9d1e1 100%);
}

.premium-site .topbar {
    background: rgba(23, 73, 110, .94);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 14px 36px rgba(7, 26, 44, .18);
}

.premium-site .brand-text strong,
.premium-site .nav-link,
.premium-site .header-action {
    color: rgba(255, 255, 255, .92);
}

.premium-site .brand-text span {
    color: rgba(255, 255, 255, .58);
}

.premium-site .brand-mark {
    border-color: rgba(255, 255, 255, .24);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .04)),
        #0f3858;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 12px 26px rgba(7, 26, 44, .18);
}

.premium-site .brand-mark::before {
    border-color: rgba(255, 255, 255, .12);
}

.premium-site .brand-mark .compass-ring {
    stroke: rgba(255, 255, 255, .78);
}

.premium-site .brand-mark .compass-axis {
    stroke: rgba(178, 219, 245, .44);
}

.premium-site .brand-mark .compass-needle-main {
    fill: #a9d8f2;
    stroke: rgba(255, 255, 255, .26);
}

.premium-site .brand-mark .compass-needle-back {
    fill: rgba(255, 255, 255, .16);
    stroke: rgba(255, 255, 255, .22);
}

.premium-site .brand-mark .compass-core {
    fill: #ffffff;
}

.premium-site .nav,
.premium-site .header-action {
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .08);
}

.premium-site .nav-link {
    color: rgba(255, 255, 255, .72);
}

.premium-site .nav-link::before {
    background: #b7dff4;
}

.premium-site .nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, .13);
}

.premium-site .header-action:hover {
    color: #17496e;
    background: #fff;
}

.premium-site .ranking-hero,
.premium-site #support,
.premium-site .cta,
.premium-site .footer {
    background:
        radial-gradient(circle at 12% 0%, rgba(82, 147, 187, .38), transparent 28rem),
        linear-gradient(180deg, #d7e8f2 0%, #c8ddea 52%, #bed5e4 100%);
}

.premium-site .ranking-hero::before {
    background:
        linear-gradient(rgba(9, 45, 72, .075) 1px, transparent 1px),
        linear-gradient(90deg, rgba(9, 45, 72, .075) 1px, transparent 1px);
}

.premium-site .ranking-copy h2,
.premium-site .ranking-index span,
.premium-site #support .section-head h2,
.premium-site .support-card h3,
.premium-site .cta-shell h2,
.premium-site .footer-brand strong {
    color: #071a2c;
}

.premium-site .ranking-copy .section-label,
.premium-site .ranking-copy p,
.premium-site .ranking-index small,
.premium-site #support .section-label,
.premium-site #support .section-head p,
.premium-site .support-card p,
.premium-site .cta-kicker,
.premium-site .cta-shell p,
.premium-site .footer,
.premium-site .footer-shell > span {
    color: rgba(7, 26, 44, .66);
}

.premium-site .system-rail,
.premium-site .support-grid,
.premium-site .ranking-index {
    border-color: rgba(9, 45, 72, .22);
}

.premium-site .system-rail,
.premium-site .system-rail-code {
    color: rgba(7, 26, 44, .58);
}

.premium-site .system-rail > span,
.premium-site .support-card,
.premium-site .cta-action-panel,
.premium-site .cta-terminal-grid div + div {
    border-color: rgba(9, 45, 72, .2);
}

.premium-site .support-card {
    background: rgba(255, 255, 255, .42);
}

.premium-site .support-card:hover {
    background: rgba(255, 255, 255, .58);
    border-color: rgba(9, 45, 72, .26);
}

.premium-site .support-number {
    color: rgba(23, 73, 110, .56);
}

.premium-site .top-card,
.premium-site .calc-card,
.premium-site .practical-panel,
.premium-site .cta-shell {
    box-shadow: 0 24px 58px rgba(7, 26, 44, .12);
}

.premium-site .cta-shell {
    color: #071a2c;
    border: 1px solid rgba(9, 45, 72, .2);
    background:
        radial-gradient(circle at 100% 0%, rgba(65, 132, 174, .26), transparent 22rem),
        linear-gradient(135deg, rgba(245, 250, 253, .88), rgba(194, 216, 231, .94));
}

.premium-site .cta-terminal {
    color: #071a2c;
    border-color: rgba(9, 45, 72, .22);
    background:
        radial-gradient(circle at 100% 0%, rgba(48, 118, 164, .24), transparent 16rem),
        rgba(255, 255, 255, .5);
}

.premium-site .cta-terminal-head span,
.premium-site .cta-terminal-note span,
.premium-site .cta-terminal-grid span {
    color: rgba(7, 26, 44, .66);
}

.premium-site .cta-terminal-head strong {
    color: #17496e;
}

.premium-site .cta-terminal-grid strong {
    color: #071a2c;
}

.premium-site .footer {
    border-top: 1px solid rgba(9, 45, 72, .2);
}

.premium-site .footer-mark {
    border-color: rgba(9, 45, 72, .22);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(190, 213, 228, .88)),
        #c8ddea;
}

.premium-site .footer-mark .compass-ring {
    stroke: rgba(23, 73, 110, .86);
}

.premium-site .footer-mark .compass-axis {
    stroke: rgba(23, 73, 110, .36);
}

.premium-site .footer-mark .compass-needle-main {
    fill: #17496e;
}

.premium-site .footer-mark .compass-core {
    fill: #071a2c;
}

/* Final sharp override, last layer */
.premium-site .eyebrow,
.premium-site .section-label,
.premium-site .badge,
.premium-site .system-rail,
.premium-site .system-rail > span,
.premium-site .support-grid,
.premium-site .support-card,
.premium-site .support-link,
.premium-site .custom-select-trigger,
.premium-site .custom-select-menu,
.premium-site .custom-select-option {
    border-radius: 0 !important;
}

.premium-site .system-rail {
    display: grid !important;
    grid-template-columns: 1.2fr .8fr 1fr auto !important;
    gap: 0 !important;
    padding: 0 !important;
}

.premium-site .system-rail > span,
.premium-site .system-rail > span:first-child,
.premium-site .system-rail > span:last-child {
    min-height: 50px !important;
    padding: 0 18px !important;
    border-right: 1px solid rgba(9, 45, 72, .18) !important;
    background: transparent !important;
}

.premium-site .system-rail > span:last-child {
    border-right: 0 !important;
}

/* Final sharp edges */
.premium-site .eyebrow,
.premium-site .section-label,
.premium-site .badge,
.premium-site .system-rail,
.premium-site .system-rail > span,
.premium-site .support-grid,
.premium-site .support-card,
.premium-site .support-link,
.premium-site .custom-select-trigger,
.premium-site .custom-select-menu,
.premium-site .custom-select-option {
    border-radius: 0 !important;
}

.premium-site .system-rail {
    display: grid !important;
    grid-template-columns: 1.2fr .8fr 1fr auto;
    gap: 0 !important;
    padding: 0 !important;
}

.premium-site .system-rail > span,
.premium-site .system-rail > span:first-child,
.premium-site .system-rail > span:last-child {
    min-height: 50px !important;
    padding: 0 18px !important;
    border-right: 1px solid rgba(9, 45, 72, .18) !important;
    background: transparent !important;
}

.premium-site .system-rail > span:last-child {
    border-right: 0 !important;
}

/* Readable status rail */
.premium-site .system-rail {
    color: rgba(7, 26, 44, .74);
    border: 1px solid rgba(9, 45, 72, .22);
    background: rgba(235, 245, 251, .72);
    box-shadow: 0 18px 36px rgba(7, 26, 44, .08);
    backdrop-filter: blur(12px);
    overflow: hidden;
}

.premium-site .system-rail > span {
    min-height: 52px;
    padding: 0 20px;
    border-right-color: rgba(9, 45, 72, .18);
    line-height: 1;
}

.premium-site .system-rail > span:first-child {
    padding-left: 20px;
}

.premium-site .system-rail > span:last-child {
    padding-right: 20px;
}

.premium-site .system-rail-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0f563c;
    font-weight: 800;
    white-space: nowrap;
}

.premium-site .system-rail-status i {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    display: block;
    margin-right: 0;
    background: #148557;
    box-shadow: 0 0 0 5px rgba(20, 133, 87, .14);
}

.premium-site .system-rail-code {
    color: rgba(7, 26, 44, .54);
}

/* Status rail layout fix */
.premium-site .system-rail {
    min-height: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-radius: 16px;
}

.premium-site .system-rail > span,
.premium-site .system-rail > span:first-child,
.premium-site .system-rail > span:last-child {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    border: 1px solid rgba(9, 45, 72, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .42);
    line-height: 1;
    white-space: nowrap;
}

.premium-site .system-rail > span:last-child {
    margin-left: auto;
}

.premium-site .system-rail-status {
    justify-content: flex-start;
    color: #0b4f36;
    background: rgba(218, 242, 232, .78) !important;
    border-color: rgba(20, 133, 87, .26) !important;
}

.premium-site .system-rail-code {
    font-variant-numeric: tabular-nums;
}

@media (max-width: 760px) {
    .premium-site .system-rail {
        gap: 7px;
        padding: 7px;
        border-radius: 14px;
    }

    .premium-site .system-rail > span,
    .premium-site .system-rail > span:first-child,
    .premium-site .system-rail > span:last-child {
        min-height: 32px;
        padding: 0 11px;
        font-size: 8px;
    }

    .premium-site .system-rail > span:last-child {
        margin-left: 0;
    }
}

/* Strict status rail, no pills */
.premium-site .system-rail {
    min-height: 50px;
    display: grid;
    grid-template-columns: 1.2fr .8fr 1fr auto;
    gap: 0;
    align-items: center;
    padding: 0;
    overflow: hidden;
    border-radius: 0;
    border-top: 1px solid rgba(9, 45, 72, .26);
    border-right: 0;
    border-bottom: 1px solid rgba(9, 45, 72, .26);
    border-left: 0;
    background: rgba(226, 239, 247, .58);
    box-shadow: none;
}

.premium-site .system-rail > span,
.premium-site .system-rail > span:first-child,
.premium-site .system-rail > span:last-child {
    min-height: 50px;
    justify-content: flex-start;
    padding: 0 18px;
    border: 0;
    border-right: 1px solid rgba(9, 45, 72, .18);
    border-radius: 0;
    background: transparent !important;
    color: rgba(7, 26, 44, .72);
    line-height: 1;
    white-space: nowrap;
}

.premium-site .system-rail > span:first-child {
    padding-left: 18px;
}

.premium-site .system-rail > span:last-child {
    justify-content: flex-end;
    margin-left: 0;
    padding-right: 18px;
    border-right: 0;
}

.premium-site .system-rail-status {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #0f563c !important;
    font-weight: 800;
}

.premium-site .system-rail-status i {
    margin-right: 0;
}

@media (max-width: 760px) {
    .premium-site .system-rail {
        grid-template-columns: 1fr 1fr;
        border-radius: 0;
    }

    .premium-site .system-rail > span,
    .premium-site .system-rail > span:first-child,
    .premium-site .system-rail > span:last-child {
        min-height: 42px;
        padding: 0 12px;
        border-right: 1px solid rgba(9, 45, 72, .16);
        border-bottom: 1px solid rgba(9, 45, 72, .12);
    }
}

/* Filled tariff support block */
.premium-site #support .section-head {
    align-items: end;
}

.premium-site .support-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border: 1px solid rgba(9, 45, 72, .22);
    background: rgba(255, 255, 255, .28);
}

.premium-site .support-card {
    min-height: 390px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    color: inherit;
    border: 0;
    border-right: 1px solid rgba(9, 45, 72, .2);
    border-radius: 0;
    background: rgba(255, 255, 255, .34);
    box-shadow: none;
    transition: background .2s ease, transform .2s ease;
}

.premium-site .support-card:last-child {
    border-right: 0;
}

.premium-site .support-card:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, .56);
    box-shadow: none;
}

.premium-site .support-number {
    margin-bottom: 44px;
    color: rgba(23, 73, 110, .72);
    font-size: 12px;
    letter-spacing: .14em;
}

.premium-site .support-card h3 {
    min-height: 58px;
    margin: 0;
    color: #071a2c;
    font-size: 25px;
    line-height: 1.12;
}

.premium-site .support-card p {
    margin: 18px 0 0;
    color: rgba(7, 26, 44, .68);
    font-size: 14px;
    line-height: 1.65;
}

.premium-site .support-list {
    display: grid;
    gap: 0;
    margin-top: 26px;
    border-top: 1px solid rgba(9, 45, 72, .16);
}

.premium-site .support-list span {
    min-height: 42px;
    display: flex;
    align-items: center;
    color: rgba(7, 26, 44, .72);
    border-bottom: 1px solid rgba(9, 45, 72, .12);
    font-size: 12px;
    line-height: 1.35;
}

.premium-site .support-list span::before {
    content: "";
    width: 8px;
    height: 1px;
    flex: 0 0 8px;
    margin-right: 10px;
    background: #17496e;
}

.premium-site .support-link {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 22px;
    color: #17496e;
    border-top: 1px solid rgba(9, 45, 72, .18);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .11em;
}

.premium-site .support-link::after {
    content: "→";
    margin-left: 18px;
    font-size: 16px;
    transition: transform .2s ease;
}

.premium-site .support-card:hover .support-link::after {
    transform: translateX(4px);
}

@media (max-width: 960px) {
    .premium-site .support-grid {
        grid-template-columns: 1fr;
    }

    .premium-site .support-card {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(9, 45, 72, .2);
    }

    .premium-site .support-card:last-child {
        border-bottom: 0;
    }
}

.premium-site .custom-select-menu {
    color: #071a2c;
    border-color: rgba(9, 45, 72, .22);
    background: rgba(232, 241, 247, .98);
    box-shadow: 0 22px 48px rgba(7, 26, 44, .18);
}

.premium-site .custom-select-menu::before,
.premium-site .custom-select-option {
    color: rgba(7, 26, 44, .7);
    border-color: rgba(9, 45, 72, .14);
}

.premium-site .custom-select-option:hover,
.premium-site .custom-select-option:focus-visible,
.premium-site .custom-select-option.is-selected {
    color: #071a2c;
    background: rgba(195, 218, 232, .86);
}

@media (max-width: 760px) {
    .premium-site .nav {
        border-color: rgba(255, 255, 255, .16);
        background: rgba(255, 255, 255, .08);
    }

    .premium-site .cta-action-panel {
        border-top-color: rgba(9, 45, 72, .2);
    }
}

/* Clear compass logo */
.premium-site .brand-compass {
    width: 29px;
    height: 29px;
}

.premium-site .compass-ring,
.premium-site .compass-ticks,
.premium-site .compass-needle-shadow {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.premium-site .compass-ring {
    stroke-width: 1.8;
}

.premium-site .compass-ticks {
    stroke-width: 1.6;
}

.premium-site .compass-needle-shadow {
    stroke-width: 2.2;
}

.premium-site .compass-needle {
    stroke-width: .8;
    stroke-linejoin: round;
}

.premium-site .brand-mark .compass-ring,
.premium-site .brand-mark .compass-ticks {
    stroke: rgba(255, 255, 255, .72);
}

.premium-site .brand-mark .compass-needle-shadow {
    stroke: rgba(255, 255, 255, .28);
}

.premium-site .brand-mark .compass-needle {
    fill: #b7dff4;
    stroke: rgba(255, 255, 255, .36);
}

.premium-site .brand-mark .compass-core {
    fill: #ffffff;
}

.premium-site .footer-mark .compass-ring,
.premium-site .footer-mark .compass-ticks {
    stroke: rgba(23, 73, 110, .78);
}

.premium-site .footer-mark .compass-needle-shadow {
    stroke: rgba(23, 73, 110, .24);
}

.premium-site .footer-mark .compass-needle {
    fill: #17496e;
    stroke: rgba(9, 45, 72, .22);
}

.premium-site .footer-mark .compass-core {
    fill: #071a2c;
}

/* Final sharp override, actual last layer */
.premium-site .eyebrow,
.premium-site .section-label,
.premium-site .badge,
.premium-site .system-rail,
.premium-site .system-rail > span,
.premium-site .support-grid,
.premium-site .support-card,
.premium-site .support-link,
.premium-site .custom-select-trigger,
.premium-site .custom-select-menu,
.premium-site .custom-select-option {
    border-radius: 0 !important;
}

.premium-site .system-rail {
    display: grid !important;
    grid-template-columns: 1.2fr .8fr 1fr auto !important;
    gap: 0 !important;
    padding: 0 !important;
}

.premium-site .system-rail > span,
.premium-site .system-rail > span:first-child,
.premium-site .system-rail > span:last-child {
    min-height: 50px !important;
    padding: 0 18px !important;
    border-right: 1px solid rgba(9, 45, 72, .18) !important;
    background: transparent !important;
}

.premium-site .system-rail > span:last-child {
    border-right: 0 !important;
}
