:root {
    --deep: #061525;
    --navy: #081C3A;
    --navy-2: #0B213F;
    --gold: #F4B400;
    --gold-hover: #FFC533;
    --white: #FFFFFF;
    --bg: #F7F8FC;
    --text: #111827;
    --muted: #667085;
    --line: #E7EAF0;
    --green: #16A34A;
    --red: #DC2626;
    --shadow: 0 22px 48px rgba(6, 21, 37, .10);
    --container: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    min-width: 1200px;
    scroll-behavior: smooth;
}

body {
    min-width: 1200px;
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: Inter, Arial, sans-serif;
    line-height: 1.6;
    overflow-x: auto;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

img {
    display: block;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.site-container {
    width: var(--container);
    margin: 0 auto;
}

.site-shell {
    background: var(--bg);
}

.top-info-bar {
    background: var(--deep);
    color: rgba(255, 255, 255, .74);
    border-bottom: 1px solid rgba(244, 180, 0, .22);
    font-size: 13px;
}

.top-info-inner {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-info-contact,
.top-info-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.top-info-bar a,
.language-control {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}

.top-info-bar a:hover {
    color: var(--gold);
}

.language-control select {
    height: 28px;
    border: 1px solid rgba(244, 180, 0, .34);
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    color: var(--white);
    padding: 0 10px;
    font: inherit;
    outline: 0;
}

.language-control option {
    color: var(--text);
}

.google-translate-element,
#goog-gt-tt,
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}
.top-open-account {
    background: var(--gold);
    color: var(--deep);
    padding: 7px 15px;
    border-radius: 999px;
}

.top-open-account:hover {
    background: var(--gold-hover);
    color: var(--deep);
    transform: translateY(-1px);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(6, 21, 37, .92);
    border-bottom: 1px solid rgba(244, 180, 0, .18);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
    backdrop-filter: blur(18px);
}

.nav-inner {
    height: 82px;
    display: grid;
    grid-template-columns: 260px 1fr 288px;
    align-items: center;
    gap: 24px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--white);
    font-size: 18px;
    font-weight: 900;
}

.brand img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.brand span {
    max-width: 190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.primary-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.primary-nav a {
    position: relative;
    padding: 12px 15px;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.primary-nav a::after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 6px;
    height: 2px;
    border-radius: 99px;
    background: var(--gold);
    opacity: 0;
    transform: scaleX(.45);
    transition: .22s ease;
}

.primary-nav a:hover,
.primary-nav a:first-child {
    color: var(--white);
}

.primary-nav a:hover::after,
.primary-nav a:first-child::after {
    opacity: 1;
    transform: scaleX(1);
}

.nav-actions,
.hero-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.btn-large {
    min-height: 54px;
    padding: 16px 28px;
    font-size: 15px;
}

.btn-gold,
.btn-primary {
    background: var(--gold);
    color: var(--deep);
    box-shadow: 0 14px 30px rgba(244, 180, 0, .28);
}

.btn-gold:hover,
.btn-primary:hover {
    background: var(--gold-hover);
    color: var(--deep);
    transform: translateY(-2px);
}

.btn-outline-gold,
.btn-ghost,
.btn-plan {
    background: rgba(255, 255, 255, .04);
    border-color: rgba(244, 180, 0, .58);
    color: var(--gold);
}

.btn-outline-gold:hover,
.btn-ghost:hover,
.btn-plan:hover {
    background: rgba(244, 180, 0, .10);
    border-color: var(--gold);
    color: var(--gold-hover);
}

.home-hero {
    position: relative;
    min-height: 690px;
    overflow: hidden;
    color: var(--white);
    background:
        radial-gradient(circle at 80% 14%, rgba(244, 180, 0, .16), transparent 28%),
        radial-gradient(circle at 18% 85%, rgba(244, 180, 0, .10), transparent 30%),
        linear-gradient(135deg, #020914 0%, var(--deep) 47%, var(--navy) 100%);
}

.home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, .25), #000 38%, #000 78%, rgba(0, 0, 0, .12));
    pointer-events: none;
}

.hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 38% 62%;
    align-items: center;
    min-height: 690px;
    gap: 10px;
}

.hero-copy {
    padding-bottom: 38px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: var(--gold);
}

.hero-copy h1 {
    margin: 0;
    font-size: 68px;
    line-height: .98;
    letter-spacing: -2px;
    font-weight: 900;
}

.hero-copy h1 span {
    color: var(--gold);
}

.hero-copy p {
    width: 390px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 19px;
    line-height: 1.55;
}

.hero-features {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
    width: 430px;
    margin: 28px 0 30px;
    padding: 0;
}

.hero-features li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    font-weight: 800;
}

.hero-features i {
    color: var(--gold);
}

.hero-actions {
    justify-content: flex-start;
}

.hero-visual {
    position: relative;
    height: 610px;
}

.hero-device {
    position: absolute;
    right: -86px;
    top: 24px;
    width: 790px;
    max-width: none;
    filter: drop-shadow(0 38px 52px rgba(0, 0, 0, .38));
    animation: dashboardFloat 6s ease-in-out infinite;
}

.hero-orbit {
    position: absolute;
    border-radius: 999px;
    background: rgba(244, 180, 0, .12);
    filter: blur(1px);
    animation: slowDrift 9s ease-in-out infinite;
}

.hero-orbit-one {
    width: 170px;
    height: 170px;
    right: 90px;
    top: 36px;
}

.hero-orbit-two {
    width: 96px;
    height: 96px;
    left: 64px;
    bottom: 64px;
    animation-delay: -3s;
}

.market-strip {
    position: relative;
    z-index: 2;
    margin-top: -52px;
}

.market-strip-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.market-strip article {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 104px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--white);
    box-shadow: 0 14px 32px rgba(6, 21, 37, .08);
}

.market-strip h2 {
    margin: 0;
    color: var(--navy);
    font-size: 21px;
    line-height: 1.2;
}

.market-strip p {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: 14px;
}

.market-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 20px;
}

.market-icon-green {
    background: var(--green);
}

.market-icon-gold {
    background: var(--gold);
    color: var(--deep);
}

.market-icon-red {
    background: var(--red);
}

.coin-marquee {
    margin-top: 38px;
    background: var(--deep);
    border-top: 1px solid rgba(244, 180, 0, .24);
    border-bottom: 1px solid rgba(244, 180, 0, .24);
}

.section-block {
    padding: 84px 0;
}

.live-market-section {
    padding: 18px 0 12px;
    background: var(--white);
}

.live-market-title {
    margin: 0 0 12px;
    color: var(--navy);
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .03em;
    text-align: center;
    text-transform: uppercase;
}

.section-heading {
    width: 720px;
    margin: 0 auto 36px;
    text-align: center;
}

.section-heading-left {
    width: auto;
    margin: 0 0 28px;
    text-align: left;
}

.section-heading h2 {
    margin: 0;
    color: var(--navy);
    font-size: 42px;
    line-height: 1.08;
    letter-spacing: -1px;
    font-weight: 900;
}

.section-heading p {
    margin: 14px 0 0;
    color: var(--muted);
}

.live-market-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    align-items: stretch;
}

.market-card {
    min-width: 0;
    min-height: 126px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 13px 13px 10px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    background:
        radial-gradient(circle at 78% 18%, rgba(244, 180, 0, .08), transparent 28%),
        linear-gradient(145deg, #06111F 0%, #071A31 100%);
    color: var(--white);
    box-shadow: 0 12px 22px rgba(6, 21, 37, .18);
}

.market-card-head {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    min-width: 0;
}

.market-card-head div {
    min-width: 0;
}

.market-logo {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    color: var(--white);
    font-size: 15px;
    font-weight: 900;
}

.apple-logo {
    background: #111827;
}

.microsoft-logo {
    border-radius: 4px;
    background: conic-gradient(#7FBA00 0 25%, #FFB900 0 50%, #00A4EF 0 75%, #F25022 0);
}

.tesla-logo {
    background: var(--red);
}

.nvidia-logo {
    background: var(--green);
}

.bitcoin-logo {
    background: var(--gold);
    color: var(--deep);
}

.ethereum-logo {
    background: #3B4256;
}

.market-card-head div span {
    display: block;
    overflow: hidden;
    color: var(--white);
    font-size: 10px;
    font-weight: 900;
    line-height: 1.15;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.market-card-head div em {
    display: block;
    overflow: hidden;
    color: rgba(255, 255, 255, .58);
    font-size: 8px;
    font-style: normal;
    line-height: 1.25;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.market-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    margin-top: 17px;
}

.market-price-row strong {
    display: block;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.1;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.market-price-row b {
    display: block;
    flex: 0 0 auto;
    font-size: 10px;
    line-height: 1;
}

.market-card svg {
    width: 100%;
    height: 36px;
    margin-top: 8px;
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 4px rgba(22, 163, 74, .35));
}

.market-card .chart-positive {
    stroke: var(--green);
}

.market-card .chart-negative {
    stroke: var(--red);
}

.live-market-action {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.live-market-action a {
    min-width: 138px;
    padding: 6px 16px 5px;
    border: 1px solid var(--navy);
    border-radius: 3px;
    color: var(--navy);
    background: var(--white);
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.live-market-action a:hover {
    border-color: var(--gold);
    color: var(--deep);
    background: rgba(244, 180, 0, .12);
}

.positive {
    color: var(--green);
}

.negative {
    color: var(--red);
}

.plans-section {
    padding: 88px 0;
    background: var(--bg);
}

.plans-panel {
    position: relative;
    overflow: hidden;
    padding: 62px 48px 52px;
    border-radius: 12px;
    background:
        radial-gradient(circle at 9% 18%, rgba(244, 180, 0, .16), transparent 28%),
        linear-gradient(135deg, var(--deep), var(--navy));
    box-shadow: 0 32px 70px rgba(6, 21, 37, .22);
}

.plans-bull {
    position: absolute;
    left: -32px;
    top: 42px;
    width: 230px;
    opacity: .25;
}

.gold-bars {
    position: absolute;
    right: 28px;
    top: 82px;
    display: flex;
    align-items: end;
    gap: 10px;
    opacity: .45;
}

.gold-bars span {
    width: 20px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(var(--gold-hover), var(--gold));
}

.gold-bars span:nth-child(1) { height: 54px; }
.gold-bars span:nth-child(2) { height: 90px; }
.gold-bars span:nth-child(3) { height: 126px; }
.gold-bars span:nth-child(4) { height: 76px; }

.section-heading-dark h2,
.section-heading-dark p {
    color: var(--white);
}

.section-heading-dark p {
    color: rgba(255, 255, 255, .66);
}

.plans-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 22px;
}

.plans-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 28px;
    border: 1px dashed rgba(255, 255, 255, .24);
    border-radius: 12px;
    color: rgba(255, 255, 255, .76);
    text-align: center;
}

/* Contact page */
.contact-hero {
    padding: 88px 0 82px;
    background:
        linear-gradient(115deg, rgba(6, 21, 37, .96), rgba(8, 28, 58, .93)),
        repeating-linear-gradient(90deg, rgba(244, 180, 0, .07) 0 1px, transparent 1px 74px);
    color: var(--white);
}

.contact-hero-inner {
    max-width: 780px;
}

.contact-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.contact-eyebrow::before {
    width: 28px;
    height: 2px;
    background: currentColor;
    content: "";
}

.contact-hero h1 {
    max-width: 680px;
    margin: 0;
    color: var(--white);
    font-size: 52px;
    line-height: 1.08;
    font-weight: 900;
}

.contact-hero p {
    max-width: 650px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .74);
    font-size: 18px;
}

.contact-support-section {
    padding: 86px 0 96px;
    background: var(--bg);
}

.contact-support-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 30px;
    align-items: stretch;
}

.contact-map-card,
.contact-form-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.contact-map-card {
    display: flex;
    flex-direction: column;
}

.contact-map-frame {
    min-height: 394px;
    background: var(--navy);
}

.contact-map-frame iframe {
    display: block;
    width: 100%;
    height: 394px;
    border: 0;
    filter: saturate(.78) contrast(1.05);
}

.contact-map-content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 26px 30px;
}

.contact-card-icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(244, 180, 0, .14);
    color: #b07c00;
}

.contact-card-label {
    color: var(--navy);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.contact-map-content p {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: 14px;
}

.contact-form-card {
    padding: 42px;
}

.contact-form-card .contact-eyebrow {
    margin-bottom: 12px;
    color: #b07c00;
}

.contact-form-card h2 {
    margin: 0;
    color: var(--navy);
    font-size: 34px;
    line-height: 1.15;
    font-weight: 900;
}

.contact-form-card > p {
    margin: 12px 0 0;
    color: var(--muted);
}

.contact-support-form {
    display: grid;
    gap: 17px;
    margin-top: 28px;
}

.contact-field {
    display: grid;
    gap: 7px;
}

.contact-field label {
    color: var(--navy);
    font-size: 13px;
    font-weight: 800;
}

.contact-field input,
.contact-field textarea {
    width: 100%;
    border: 1px solid #d9e0ea;
    border-radius: 8px;
    outline: 0;
    background: #fbfcfe;
    color: var(--text);
    font: inherit;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact-field input {
    height: 50px;
    padding: 0 15px;
}

.contact-field textarea {
    min-height: 142px;
    padding: 13px 15px;
    resize: vertical;
}

.contact-field input:focus,
.contact-field textarea:focus {
    border-color: var(--gold);
    background: var(--white);
    box-shadow: 0 0 0 4px rgba(244, 180, 0, .13);
}

.contact-form-submit {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 8px;
    background: var(--gold);
    color: var(--deep);
    cursor: pointer;
    font: inherit;
    font-weight: 900;
    transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.contact-form-submit:hover {
    background: var(--gold-hover);
    box-shadow: 0 14px 28px rgba(244, 180, 0, .25);
    transform: translateY(-1px);
}

.contact-form-response {
    margin-top: 18px;
    padding: 14px 16px;
    border-left: 3px solid var(--green);
    border-radius: 6px;
    background: #edf9f0;
    color: #136b32;
    font-size: 14px;
}

.contact-form-error {
    color: var(--red);
    font-size: 13px;
    font-weight: 700;
}

.contact-assistance-section {
    padding: 88px 0;
    background: var(--white);
}

.contact-section-heading {
    width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}

.contact-section-heading .contact-eyebrow {
    justify-content: center;
    color: #a97800;
}

.contact-section-heading h2 {
    margin: 0;
    color: var(--navy);
    font-size: 40px;
    line-height: 1.12;
    font-weight: 900;
}

.contact-section-heading p {
    margin: 15px 0 0;
    color: var(--muted);
    font-size: 16px;
}

.contact-assistance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.contact-assistance-card {
    min-height: 246px;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--white);
    box-shadow: 0 14px 32px rgba(6, 21, 37, .07);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.contact-assistance-card:hover {
    border-color: rgba(244, 180, 0, .58);
    box-shadow: 0 22px 42px rgba(6, 21, 37, .11);
    transform: translateY(-4px);
}

.contact-assistance-icon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--navy);
    color: var(--gold);
    font-size: 19px;
}

.contact-assistance-card h3 {
    margin: 22px 0 10px;
    color: var(--navy);
    font-size: 21px;
    line-height: 1.2;
}

.contact-assistance-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}

.contact-readiness-section {
    padding: 76px 0 94px;
    background: var(--bg);
}

.contact-readiness-panel {
    min-height: 260px;
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    align-items: center;
    gap: 48px;
    padding: 48px 54px;
    border: 1px solid rgba(244, 180, 0, .26);
    border-radius: 14px;
    background: linear-gradient(135deg, var(--deep), var(--navy));
    box-shadow: 0 28px 56px rgba(6, 21, 37, .18);
}

.contact-readiness-copy .contact-eyebrow {
    margin-bottom: 13px;
}

.contact-readiness-copy h2 {
    margin: 0;
    color: var(--white);
    font-size: 34px;
    line-height: 1.12;
    font-weight: 900;
}

.contact-readiness-copy p {
    max-width: 650px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
    line-height: 1.75;
}

.contact-direct-card {
    padding: 24px;
    border: 1px solid rgba(244, 180, 0, .3);
    border-radius: 10px;
    background: rgba(255, 255, 255, .06);
}

.contact-direct-card span {
    display: block;
    color: var(--gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.contact-direct-card a {
    display: block;
    overflow-wrap: anywhere;
    margin-top: 9px;
    color: var(--white);
    font-size: 18px;
    font-weight: 800;
}

.contact-direct-card a:hover {
    color: var(--gold);
}

.contact-direct-card p {
    margin: 9px 0 0;
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
}

.plan-card {
    position: relative;
    min-height: 440px;
    padding: 30px 28px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 12px;
    background: rgba(255, 255, 255, .06);
    color: var(--white);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.plan-card.is-popular {
    border-color: var(--gold);
    background: rgba(244, 180, 0, .08);
    transform: translateY(-12px);
}

.popular-badge {
    position: absolute;
    right: 20px;
    top: 18px;
    border-radius: 999px;
    background: var(--gold);
    color: var(--deep);
    padding: 7px 11px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.plan-card h3 {
    margin: 8px 0 0;
    font-size: 27px;
    line-height: 1.15;
}

.plan-source {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, .56);
    font-size: 13px;
}

.plan-price {
    margin-top: 24px;
    color: var(--gold);
    font-size: 42px;
    font-weight: 900;
    letter-spacing: -1px;
}

.plan-card ul {
    list-style: none;
    display: grid;
    gap: 13px;
    min-height: 138px;
    margin: 24px 0 28px;
    padding: 0;
}

.plan-card li {
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
}

.plan-card li::before {
    content: "✓";
    margin-right: 9px;
    color: var(--gold);
    font-weight: 900;
}

.verification-section {
    padding: 0 0 84px;
}

.verification-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.verification-card {
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.card-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    color: var(--white);
    font-size: 22px;
}

.card-icon.verified {
    background: var(--green);
}

.card-icon.gold {
    background: var(--gold);
    color: var(--deep);
}

.verification-card h2 {
    margin: 0;
    color: var(--navy);
    font-size: 30px;
    line-height: 1.1;
}

.verification-card p {
    margin: 14px 0 24px;
    color: var(--muted);
}

.btn-verify {
    background: var(--green);
    color: var(--white);
}

.btn-verify:hover {
    background: #13833D;
    color: var(--white);
    transform: translateY(-2px);
}

.market-table-section {
    padding-top: 0;
}

.market-table-card {
    padding: 34px;
    border-radius: 16px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.table-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.table-heading h2 {
    margin: 0;
    color: var(--navy);
    font-size: 32px;
}

.table-heading a {
    color: var(--gold);
    font-weight: 900;
}

.market-table th,
.market-table td {
    padding: 17px 16px;
    border-bottom: 1px solid var(--line);
    text-align: left;
}

.market-table th {
    color: var(--navy);
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.market-table td {
    color: #263241;
    font-weight: 700;
}

.tradingview-section {
    padding: 0 0 84px;
}

.tradingview-section iframe {
    width: 100%;
    height: 86px;
    border: 0;
    border-radius: 14px;
    background: var(--deep);
    box-shadow: var(--shadow);
}

.stats-section {
    padding: 42px 0;
    background: var(--deep);
    color: var(--white);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.stats-grid article {
    display: grid;
    gap: 8px;
    justify-items: center;
    text-align: center;
}

.stats-grid i {
    color: var(--gold);
    font-size: 24px;
}

.stats-grid strong {
    font-size: 31px;
    line-height: 1;
}

.stats-grid span {
    color: rgba(255, 255, 255, .64);
    font-weight: 700;
}

.why-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 34px;
    align-items: stretch;
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.feature-list article {
    display: flex;
    gap: 14px;
    padding: 18px;
    border-radius: 14px;
    background: var(--white);
    box-shadow: 0 12px 30px rgba(6, 21, 37, .07);
}

.feature-list i {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    background: rgba(244, 180, 0, .14);
    color: var(--gold);
}

.feature-list strong,
.feature-list em {
    display: block;
}

.feature-list strong {
    color: var(--navy);
    font-size: 15px;
}

.feature-list em {
    margin-top: 4px;
    color: var(--muted);
    font-size: 13px;
    font-style: normal;
}

.why-cta-card {
    overflow: hidden;
    padding: 30px;
    border-radius: 18px;
    background: linear-gradient(145deg, var(--deep), var(--navy));
    color: var(--white);
    box-shadow: 0 24px 52px rgba(6, 21, 37, .20);
}

.why-cta-card img {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 24px;
}

.why-cta-card h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1.08;
}

.why-cta-card p {
    margin: 14px 0 24px;
    color: rgba(255, 255, 255, .68);
}

.testimonial-section {
    background: var(--white);
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.testimonial-card {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--white);
    box-shadow: 0 14px 34px rgba(6, 21, 37, .08);
}

.stars {
    color: var(--gold);
    letter-spacing: 2px;
    font-size: 15px;
}

.testimonial-card p {
    min-height: 96px;
    margin: 16px 0 24px;
    color: #2D3748;
    font-size: 15px;
}

.client-row {
    display: flex;
    align-items: center;
    gap: 13px;
}

.client-row img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.client-row strong,
.client-row em {
    display: block;
}

.client-row strong {
    color: var(--navy);
}

.client-row em {
    color: var(--muted);
    font-size: 13px;
    font-style: normal;
}

.partners-section {
    padding: 44px 0;
    background: var(--bg);
}

.partners-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    align-items: center;
}

.partners-row img {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(6, 21, 37, .06);
}

.final-cta {
    padding: 76px 0;
    background:
        radial-gradient(circle at 80% 18%, rgba(244, 180, 0, .14), transparent 28%),
        linear-gradient(135deg, var(--deep), var(--navy));
    color: var(--white);
}

.final-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.final-cta h2 {
    margin: 0;
    font-size: 46px;
    line-height: 1.05;
}

.final-cta p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .68);
}

.site-footer {
    padding: 54px 0 22px;
    background: var(--deep);
    color: rgba(255, 255, 255, .68);
    border-top: 1px solid rgba(244, 180, 0, .22);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.55fr .95fr 1fr 1.35fr;
    gap: 28px;
}

.footer-brand {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--white);
    font-size: 22px;
    font-weight: 900;
}

.site-footer h2 {
    margin: 0 0 14px;
    color: var(--white);
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.site-footer p {
    margin: 0;
    font-size: 14px;
}

.site-footer ul {
    list-style: none;
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.site-footer a:hover {
    color: var(--gold);
}

.social-links {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.social-links a {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(244, 180, 0, .34);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.footer-contact i {
    margin-top: 4px;
    color: var(--gold);
}

.newsletter-form {
    margin-top: 18px;
}

.newsletter-form label {
    display: block;
    margin-bottom: 8px;
    color: var(--white);
    font-weight: 800;
}

.newsletter-form div {
    display: flex;
    overflow: hidden;
    border: 1px solid rgba(244, 180, 0, .34);
    border-radius: 10px;
}

.newsletter-form input {
    width: 100%;
    height: 42px;
    border: 0;
    background: rgba(255, 255, 255, .06);
    color: var(--white);
    padding: 0 12px;
    outline: 0;
}

.newsletter-form button {
    width: 46px;
    border: 0;
    background: var(--gold);
    color: var(--deep);
    cursor: pointer;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 34px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .10);
    font-size: 13px;
}

@keyframes dashboardFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}

@keyframes slowDrift {
    0%, 100% { transform: translate(0, 0); opacity: .65; }
    50% { transform: translate(18px, -12px); opacity: .35; }
}

/* About page */
.about-hero {
    position: relative;
    overflow: hidden;
    min-height: 590px;
    color: var(--white);
    background:
        radial-gradient(circle at 78% 30%, rgba(244, 180, 0, .13), transparent 29%),
        linear-gradient(132deg, #020914 0%, var(--deep) 48%, var(--navy) 100%);
}

.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .028) 1px, transparent 1px);
    background-size: 50px 50px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, .22), #000 45%, #000 84%, transparent);
    pointer-events: none;
}

.about-hero-grid {
    position: relative;
    z-index: 1;
    min-height: 590px;
    display: grid;
    grid-template-columns: 44% 56%;
    align-items: center;
    gap: 34px;
}

.about-hero-copy {
    padding: 58px 0 72px;
}

.about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.about-kicker::before {
    content: "";
    width: 30px;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
}

.about-kicker-dark {
    color: #9A7100;
}

.about-hero-copy h1 {
    max-width: 540px;
    margin: 0;
    font-size: 52px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.08;
}

.about-hero-copy > p {
    max-width: 515px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 17px;
    line-height: 1.75;
}

.about-market-focus {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.about-market-focus span {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border: 1px solid rgba(244, 180, 0, .30);
    border-radius: 8px;
    background: rgba(255, 255, 255, .045);
    color: rgba(255, 255, 255, .86);
    font-size: 12px;
    font-weight: 800;
}

.about-market-focus i {
    color: var(--gold);
}

.about-hero-visual {
    position: relative;
    width: 100%;
    height: 470px;
    margin: 0;
}

.about-visual-glow {
    position: absolute;
    right: 36px;
    top: 52px;
    width: 400px;
    height: 300px;
    border-radius: 50%;
    background: rgba(244, 180, 0, .12);
    filter: blur(70px);
}

.about-dashboard-frame {
    position: absolute;
    right: -28px;
    top: 28px;
    width: 620px;
    height: 390px;
    overflow: hidden;
    border: 1px solid rgba(244, 180, 0, .24);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .015));
    box-shadow: 0 38px 80px rgba(0, 0, 0, .38);
    backdrop-filter: blur(10px);
}

.about-dashboard-frame::after {
    content: "";
    position: absolute;
    inset: 31px 0 0;
    box-shadow: inset 0 0 80px rgba(2, 9, 20, .36);
    pointer-events: none;
}

.about-dashboard-bar {
    height: 31px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: rgba(2, 9, 20, .68);
}

.about-dashboard-bar span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .24);
}

.about-dashboard-bar span:first-child {
    background: var(--gold);
}

.about-dashboard-frame img {
    width: 650px;
    max-width: none;
    height: 359px;
    object-fit: contain;
    object-position: center;
    transform: scale(1.06);
}

.about-hero-visual figcaption {
    position: absolute;
    left: 2px;
    bottom: 18px;
    z-index: 2;
    min-width: 280px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px 18px;
    border: 1px solid rgba(244, 180, 0, .32);
    border-radius: 10px;
    background: rgba(6, 21, 37, .94);
    box-shadow: 0 22px 46px rgba(0, 0, 0, .32);
}

.about-hero-visual figcaption > i {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    background: var(--gold);
    color: var(--deep);
}

.about-hero-visual figcaption span,
.about-hero-visual figcaption strong {
    display: block;
}

.about-hero-visual figcaption strong {
    color: var(--white);
    font-size: 13px;
}

.about-hero-visual figcaption span {
    color: rgba(255, 255, 255, .58);
    font-size: 11px;
}

.about-story-section {
    padding: 96px 0;
    background: var(--bg);
}

.about-story-grid {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    align-items: stretch;
    gap: 62px;
}

.about-principles {
    position: relative;
    overflow: hidden;
    padding: 42px;
    border-radius: 14px;
    background:
        radial-gradient(circle at 100% 0, rgba(244, 180, 0, .15), transparent 35%),
        linear-gradient(145deg, var(--deep), var(--navy));
    color: var(--white);
    box-shadow: 0 28px 60px rgba(6, 21, 37, .18);
}

.about-principles::after {
    content: "";
    position: absolute;
    right: -62px;
    bottom: -62px;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(244, 180, 0, .24);
    border-radius: 50%;
}

.about-principles-label {
    color: var(--gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.about-principles > h2 {
    max-width: 390px;
    margin: 13px 0 34px;
    font-size: 32px;
    line-height: 1.15;
}

.about-principle-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 2px;
}

.about-principle-list article {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 15px;
    min-height: 70px;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, .10);
}

.about-principle-list article > span {
    color: var(--gold);
    font-size: 13px;
    font-weight: 900;
}

.about-principle-list strong {
    display: block;
    font-size: 16px;
}

.about-story-copy {
    padding: 20px 0;
}

.about-story-copy h2,
.about-section-heading h2,
.about-cta-panel h2 {
    margin: 0;
    color: var(--navy);
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.12;
}

.about-story-copy h2 {
    max-width: 600px;
    font-size: 42px;
}

.about-story-copy > p {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;
}

.about-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
}

.about-btn-outline {
    border-color: rgba(8, 28, 58, .24);
    background: var(--white);
    color: var(--navy);
}

.about-btn-outline:hover {
    border-color: var(--gold);
    background: rgba(244, 180, 0, .08);
    color: var(--deep);
}

.about-approach-section {
    padding: 92px 0 100px;
    background: var(--white);
}

.about-section-heading {
    width: 750px;
    margin: 0 auto 42px;
    text-align: center;
}

.about-section-heading .about-kicker {
    justify-content: center;
}

.about-section-heading h2 {
    font-size: 42px;
}

.about-section-heading > p {
    margin: 14px auto 0;
    color: var(--muted);
    font-size: 16px;
}

.about-approach-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.about-approach-card {
    position: relative;
    min-height: 285px;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--white);
    box-shadow: 0 16px 38px rgba(6, 21, 37, .07);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.about-approach-card:hover {
    border-color: rgba(244, 180, 0, .58);
    box-shadow: 0 24px 46px rgba(6, 21, 37, .11);
    transform: translateY(-5px);
}

.about-approach-card-featured {
    border-top: 3px solid var(--gold);
}

.about-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--navy);
    color: var(--gold);
    font-size: 18px;
}

.about-card-number {
    position: absolute;
    right: 27px;
    top: 27px;
    color: rgba(8, 28, 58, .09);
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
}

.about-approach-card h3 {
    margin: 22px 0 10px;
    color: var(--navy);
    font-size: 21px;
}

.about-approach-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}

.about-cta-section {
    padding: 76px 0;
    background: var(--bg);
}

.about-cta-panel {
    position: relative;
    overflow: hidden;
    min-height: 184px;
    display: grid;
    grid-template-columns: 70px 1fr auto;
    align-items: center;
    gap: 26px;
    padding: 42px 48px;
    border: 1px solid rgba(244, 180, 0, .26);
    border-radius: 14px;
    background:
        radial-gradient(circle at 84% 0, rgba(244, 180, 0, .14), transparent 28%),
        linear-gradient(135deg, var(--deep), var(--navy));
    box-shadow: 0 28px 58px rgba(6, 21, 37, .18);
}

.about-cta-panel::after {
    content: "";
    position: absolute;
    right: 190px;
    top: -90px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(244, 180, 0, .12);
    border-radius: 50%;
    pointer-events: none;
}

.about-cta-icon {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gold);
    color: var(--deep);
    font-size: 25px;
}

.about-cta-panel h2 {
    color: var(--white);
    font-size: 30px;
}

.about-cta-panel p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .65);
    font-size: 14px;
}

.about-cta-panel > .btn {
    position: relative;
    z-index: 1;
}

/* FAQ page */
.faq-hero {
    position: relative;
    overflow: hidden;
    min-height: 350px;
    display: flex;
    align-items: center;
    color: var(--white);
    background:
        radial-gradient(circle at 84% 35%, rgba(244, 180, 0, .15), transparent 27%),
        linear-gradient(132deg, #020914 0%, var(--deep) 48%, var(--navy) 100%);
}

.faq-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, .16), #000 40%, #000 82%, transparent);
    pointer-events: none;
}

.faq-hero-inner {
    position: relative;
    z-index: 1;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.faq-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.faq-kicker::before {
    content: "";
    width: 30px;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
}

.faq-hero h1 {
    max-width: 650px;
    margin: 0;
    color: var(--white);
    font-size: 58px;
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 1.04;
}

.faq-hero p {
    max-width: 640px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .70);
    font-size: 17px;
}

.faq-hero-mark {
    position: relative;
    width: 210px;
    height: 210px;
    flex: 0 0 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(244, 180, 0, .34);
    border-radius: 50%;
    background: rgba(255, 255, 255, .035);
    box-shadow: 0 0 0 22px rgba(244, 180, 0, .035), 0 0 0 44px rgba(244, 180, 0, .018);
}

.faq-hero-mark::before,
.faq-hero-mark::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(244, 180, 0, .16);
    border-radius: 50%;
}

.faq-hero-mark::before {
    inset: 24px;
}

.faq-hero-mark::after {
    inset: 49px;
}

.faq-hero-mark > span {
    position: relative;
    z-index: 1;
    color: var(--gold);
    font-size: 78px;
    font-weight: 900;
    line-height: 1;
}

.faq-hero-mark i {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 14px rgba(244, 180, 0, .8);
}

.faq-hero-mark i:nth-of-type(1) {
    top: 23px;
    right: 44px;
}

.faq-hero-mark i:nth-of-type(2) {
    bottom: 36px;
    left: 29px;
}

.faq-hero-mark i:nth-of-type(3) {
    right: 18px;
    bottom: 78px;
}

.faq-section {
    padding: 84px 0 104px;
    background: var(--bg);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 22px;
}

.faq-item {
    overflow: hidden;
    min-height: 86px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--white);
    box-shadow: 0 12px 28px rgba(6, 21, 37, .06);
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.faq-item:hover {
    border-color: rgba(244, 180, 0, .52);
    box-shadow: 0 18px 34px rgba(6, 21, 37, .10);
    transform: translateY(-2px);
}

.faq-item[open] {
    border-color: rgba(244, 180, 0, .68);
    box-shadow: 0 20px 40px rgba(6, 21, 37, .11);
}

.faq-item summary {
    min-height: 86px;
    display: grid;
    grid-template-columns: 38px 1fr 28px;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    color: var(--navy);
    cursor: pointer;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary > span:nth-child(2) {
    font-size: 15px;
    font-weight: 900;
    line-height: 1.4;
}

.faq-number {
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
}

.faq-item summary > i {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(244, 180, 0, .12);
    color: var(--navy);
    font-size: 11px;
    transition: transform .22s ease, background .22s ease, color .22s ease;
}

.faq-item[open] summary > i {
    background: var(--gold);
    color: var(--deep);
    transform: rotate(45deg);
}

.faq-answer {
    margin: 0 22px 22px 74px;
    padding-top: 17px;
    border-top: 1px solid var(--line);
}

.faq-answer p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}

.faq-help-section {
    padding: 88px 0;
    background: var(--white);
}

.faq-help-heading {
    width: 720px;
    margin: 0 auto 40px;
    text-align: center;
}

.faq-help-heading .faq-kicker {
    justify-content: center;
    color: #a97800;
}

.faq-help-heading h2 {
    margin: 0;
    color: var(--navy);
    font-size: 40px;
    line-height: 1.12;
    font-weight: 900;
}

.faq-help-heading p {
    margin: 15px 0 0;
    color: var(--muted);
    font-size: 16px;
}

.faq-help-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.faq-help-card {
    min-height: 254px;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--white);
    box-shadow: 0 14px 32px rgba(6, 21, 37, .07);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.faq-help-card:hover {
    border-color: rgba(244, 180, 0, .58);
    box-shadow: 0 22px 42px rgba(6, 21, 37, .11);
    transform: translateY(-4px);
}

.faq-help-icon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--navy);
    color: var(--gold);
    font-size: 19px;
}

.faq-help-card h3 {
    margin: 22px 0 10px;
    color: var(--navy);
    font-size: 21px;
    line-height: 1.2;
}

.faq-help-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}

.faq-help-card a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 18px;
    color: #9a7100;
    font-size: 13px;
    font-weight: 900;
}

.faq-help-card a:hover {
    color: var(--navy);
}

.faq-cta-section {
    padding: 76px 0 94px;
    background: var(--bg);
}

.faq-cta-panel {
    min-height: 218px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    padding: 42px 52px;
    border: 1px solid rgba(244, 180, 0, .26);
    border-radius: 14px;
    background: linear-gradient(135deg, var(--deep), var(--navy));
    box-shadow: 0 28px 56px rgba(6, 21, 37, .18);
}

.faq-cta-panel .faq-kicker {
    margin-bottom: 13px;
}

.faq-cta-panel h2 {
    margin: 0;
    color: var(--white);
    font-size: 34px;
    line-height: 1.12;
    font-weight: 900;
}

.faq-cta-panel p {
    max-width: 700px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
}

/* Terms page */
.terms-hero {
    position: relative;
    overflow: hidden;
    min-height: 350px;
    display: flex;
    align-items: center;
    color: var(--white);
    background:
        radial-gradient(circle at 84% 35%, rgba(244, 180, 0, .15), transparent 27%),
        linear-gradient(132deg, #020914 0%, var(--deep) 48%, var(--navy) 100%);
}

.terms-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, .16), #000 40%, #000 82%, transparent);
    pointer-events: none;
}

.terms-hero-inner {
    position: relative;
    z-index: 1;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.terms-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.terms-kicker::before {
    content: "";
    width: 30px;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
}

.terms-hero h1 {
    max-width: 650px;
    margin: 0;
    color: var(--white);
    font-size: 58px;
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 1.04;
}

.terms-hero p {
    max-width: 640px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .70);
    font-size: 17px;
}

.terms-hero-mark {
    position: relative;
    width: 210px;
    height: 210px;
    flex: 0 0 210px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(244, 180, 0, .34);
    border-radius: 50%;
    background: rgba(255, 255, 255, .035);
    box-shadow: 0 0 0 22px rgba(244, 180, 0, .035), 0 0 0 44px rgba(244, 180, 0, .018);
}

.terms-hero-mark::before,
.terms-hero-mark::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(244, 180, 0, .16);
    border-radius: 50%;
}

.terms-hero-mark::before {
    width: 160px;
    height: 160px;
}

.terms-hero-mark::after {
    width: 108px;
    height: 108px;
}

.terms-hero-mark i {
    position: relative;
    z-index: 1;
    color: var(--gold);
    font-size: 54px;
}

.terms-section {
    padding: 84px 0 104px;
    background: var(--bg);
}

.terms-layout {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: start;
    gap: 28px;
}

.terms-side-rail {
    display: grid;
    gap: 12px;
    padding-top: 31px;
}

.terms-side-line {
    width: 12px;
    height: 42px;
    display: block;
    border-radius: 999px;
    background: rgba(8, 28, 58, .12);
}

.terms-side-line.is-active {
    height: 68px;
    background: var(--gold);
    box-shadow: 0 8px 18px rgba(244, 180, 0, .24);
}

.terms-document {
    padding: 42px 52px 30px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.terms-document-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.terms-document-topline i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: var(--navy);
    color: var(--gold);
    font-size: 16px;
}

.terms-clause {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 20px;
    padding: 30px 0;
    border-bottom: 1px solid var(--line);
}

.terms-clause:last-child {
    border-bottom: 0;
    padding-bottom: 8px;
}

.terms-clause-number {
    padding-top: 4px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
}

.terms-clause h2 {
    margin: 0;
    color: var(--navy);
    font-size: 23px;
    line-height: 1.2;
}

.terms-clause p {
    margin: 13px 0 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.85;
}
