@import url('../vendor/lucide.css');
@import url('../vendor-swiper-bundle.min.css');
.brand{display:inline-flex;align-items:center;gap:9px}.brand-mark{display:block;width:28px;height:28px;object-fit:contain}.brand-logo{display:block;width:auto;max-width:150px;height:42px;object-fit:contain}
.brand-default-logo{max-width:190px;height:52px}
.form-optional{color:var(--muted);font-size:11px;font-weight:400}.form-notice{margin:14px 0 0;color:var(--muted);font-size:13px}.form-notice.success{color:var(--mint)}.form-notice.error{color:#ff8c84}

/* Shared Swiper defaults keep carousels horizontal before and after JS init. */
.swiper-wrapper{display:flex;width:100%;height:100%;}
.swiper-slide{flex-shrink:0;position:relative;}
.league-swiper .swiper-wrapper,.content-swiper .swiper-wrapper,.case-swiper .swiper-wrapper{width:max-content;}
.league-swiper .swiper-slide{flex:0 0 108px;}
.content-swiper .swiper-slide{flex:0 0 194px;}
.case-swiper .swiper-slide{flex:0 0 330px;}
.search-form{display:flex;align-items:end;gap:14px;flex-wrap:wrap;margin:0 0 28px}
.search-form label{display:grid;gap:7px;min-width:220px;color:var(--muted);font-size:12px;font-weight:700;margin: 0;}.search-form input{min-height:42px}.account-order-search{margin-top:22px}.notice.error{color:#ff8c84}

.policy-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:64px;align-items:start}.policy-nav{position:sticky;top:24px;display:grid;gap:4px}.policy-nav .eyebrow{margin-bottom:10px}.policy-nav a{padding:10px 12px;border-left:2px solid transparent;color:var(--muted);font-size:13px;line-height:1.35}.policy-nav a:hover,.policy-nav a:focus{border-left-color:var(--mint);color:var(--text);background:rgba(102,239,208,.06)}.policy-list{display:grid;gap:0}.policy-entry{position:relative;padding:0 0 42px;margin-bottom:42px;border-bottom:1px solid var(--line);scroll-margin-top:90px}.policy-entry:last-child{margin-bottom:0;border-bottom:0}.policy-entry>span[id]{position:absolute;top:-90px}.policy-entry h2{margin:0 0 14px;font-size:clamp(26px,3vw,40px);line-height:1.05}.policy-summary{max-width:760px;margin:0 0 18px;color:var(--muted)}.policy-content{max-width:820px;color:var(--muted);line-height:1.75}.policy-content p{margin:0 0 14px}.policy-content ul,.policy-content ol{padding-left:22px}.policy-check{display:flex;align-items:flex-start;gap:9px;margin:20px 0 0;color:var(--muted);font-size:12px;font-weight:400;line-height:1.5}.policy-check input{width:auto;margin:3px 0 0;flex:0 0 auto}.policy-check a{color:var(--mint);text-decoration:underline}@media(max-width:820px){.policy-layout{grid-template-columns:1fr;gap:28px}.policy-nav{position:static;display:flex;gap:6px;overflow-x:auto;padding-bottom:4px}.policy-nav .eyebrow{display:none}.policy-nav a{flex:0 0 auto;border:1px solid var(--line);padding:9px 12px;white-space:nowrap}.policy-nav a:hover,.policy-nav a:focus{border-color:var(--mint);background:transparent}.policy-entry{scroll-margin-top:90px}}

.account-heading {
    padding: 36px 0 18px;
    border-bottom: 1px solid var(--line);
    background: #0b100d
}

/* Shared CTA block uses the homepage's cinematic scale on every page. */
.support {
    padding: 83px 0;
    border-top: 1px solid var(--line);
    background: #0b0f0d
}
.support .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px
}
.support .label.live {
    margin: 0 0 22px;
    color: var(--red);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase
}
.support .label.live::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 7px 1px 0;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 0 5px rgba(255, 90, 82, .16)
}
.support h2 {
    max-width: 900px;
    margin: 0;
    font-size: clamp(32px, 4.2vw, 56px);
    line-height: .98;
    letter-spacing: -1.4px
}
.support-buttons{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.support-buttons .button{min-width:150px}.support-buttons .wa-cta{cursor:pointer}
@media(max-width:820px){.support-buttons{width:100%}.support-buttons .button{flex:1 1 180px}}

.account-heading h1 {
    margin: 0 0 8px;
    font-size: 34px;
    line-height: 1.05
}

.account-heading p:not(.eyebrow) {
    margin: 0;
    color: var(--muted);
    font-size: 14px
}

.account-menu .account-link {
    margin-left: 0;
    background: transparent;
    border: 0;
    list-style: none
}

.account-menu .account-link::-webkit-details-marker {
    display: none
}

.account-menu[open] .account-chevron {
    transform: rotate(180deg)
}

.auth-box {
    width: 100%;
    max-width:520px;
    margin: 0 auto;
    padding: 28px 32px
}

.auth-box h2 {
    margin: 0 0 18px;
    font-size: 28px
}

.auth-box label {
    margin-top: 13px
}

.auth-box input {
    padding: 10px 12px
}

.auth-box .button {
    min-height: 40px;
    margin-top: 18px;
    padding: 9px 15px
}

.account-menu {
    position: relative;
    margin-left: 14px
}

.account-menu .account-link {
    margin-left: 0;
    background: transparent;
    border: 0
}

.account-chevron {
    font-size: 14px !important;
    transition: transform .2s ease
}

.account-menu.open .account-chevron {
    transform: rotate(180deg)
}

.account-dropdown {
    position: absolute;
    z-index: 40;
    top: calc(100% + 12px);
    right: 0;
    min-width: 170px;
    padding: 6px;
    border: 1px solid var(--line);
    background: #101714;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .3)
}

.account-dropdown a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 11px;
    color: var(--text);
    font-size: 12px;
    font-weight: 700
}

.account-dropdown a:hover {
    color: var(--mint);
    background: #17221d
}

.account-dropdown .icon {
    font-size: 16px;
    color: var(--mint)
}

.auth-box {
    width: min(100%, 520px);
    margin: 0 auto;
    padding: 28px 32px
}

.auth-box h2 {
    margin: 0 0 18px;
    font-size: 28px
}

.auth-box label {
    margin-top: 13px
}

.auth-box input {
    padding: 10px 12px
}

.auth-box .button {
    min-height: 40px;
    margin-top: 18px;
    padding: 9px 15px
}

.account-menu {
    position: relative;
    margin-left: 14px
}

.account-menu .account-link {
    margin-left: 0;
    background: transparent;
    border: 0
}

.account-chevron {
    font-size: 14px !important;
    transition: transform .2s ease
}

.account-menu.open .account-chevron {
    transform: rotate(180deg)
}

.account-dropdown {
    position: absolute;
    z-index: 40;
    top: calc(100% + 12px);
    right: 0;
    min-width: 170px;
    padding: 6px;
    border: 1px solid var(--line);
    background: #101714;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .3)
}

.account-dropdown a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 11px;
    color: var(--text);
    font-size: 12px;
    font-weight: 700
}

.account-dropdown a:hover {
    color: var(--mint);
    background: #17221d
}

.account-dropdown .icon {
    font-size: 16px;
    color: var(--mint)
}

.wrap {
    width: min(calc(100% - 40px), var(--max, 1280px));
    margin-left: auto;
    margin-right: auto
}

.plans.plan-groups {
    display: block !important;
    width: 100% !important;
    border: 0 !important
}

.plans .plan-group {
    display: block;
    width: 100%
}

.plans .plan-group .plan-row {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: repeat(var(--plan-count, 1), minmax(0, 1fr)) !important
}

.faq-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 90px
}

.faq-grid .faq {
    max-width: none
}

.guide-grid {
    display: grid
}

.footer {
    display: grid
}

.subfoot {
    display: flex
}

@media(max-width:940px) {
    .plans .plan-group .plan-row {
        grid-template-columns: 1fr !important
    }
}

@media(max-width:820px) {
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .wrap {
        width: calc(100% - 32px)
    }
}

section.plans {
    display: block !important;
    width: 100%;
    border: 0 !important
}

section.faq {
    display: block;
    width: 100%;
    max-width: none
}

.header-currency {
    display: flex;
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 2px
}

.header-currency button {
    min-width: 48px;
    padding: 7px;
    border: 0;
    color: #a4b2ab;
    background: transparent;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer
}

.header-currency button.active {
    color: #06100d;
    background: #67f1d1
}

.faq {
    max-width: 900px
}

.faq-group-label {
    margin: 48px 0 8px
}

.faq a {
    color: var(--mint);
    text-decoration: underline;
    text-underline-offset: 3px
}

.faq summary {
    font-size: 15px;
    padding-right: 18px
}

.faq details p {
    max-width: 760px;
    margin: 0 0 22px;
    color: var(--muted)
}

.guide-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--line);
    padding-bottom: 14px
}

.guide-tab {
    border: 1px solid var(--line);
    background: transparent;
    color: var(--muted);
    padding: 12px 14px;
    border-radius: 2px;
    font-weight: 800;
    font-size: 12px;
    cursor: pointer
}

.guide-tab.active,
.guide-tab:hover {
    color: #07110e;
    background: var(--mint);
    border-color: var(--mint)
}

.guide-panel {
    display: none
}

.guide-panel.active {
    display: block
}

.guide-panel>p:not(.eyebrow) {
    max-width: 640px;
    color: var(--muted);
    font-size: 16px
}

.guide-panel h2 {
    margin-bottom: 12px
}

.guide-help {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
    color: var(--muted)
}

.wa-widget {
    position: fixed;
    z-index: 20;
    right: 78px;
    bottom: 26px;
    font-family: Arial, Helvetica, sans-serif
}

.wa-launch {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 15px 19px;
    border: 0;
    border-radius: 28px;
    color: #06100d;
    background: #25d366;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .28);
    font-weight: 900;
    cursor: pointer
}

.wa-launch i {
    font-size: 19px
}

.wa-panel {
    position: absolute;
    right: 0;
    bottom: 66px;
    width: min(390px, calc(100vw - 32px));
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(20, 50, 38, .15);
    border-radius: 20px;
    background: #f4fbf7;
    color: #23302a;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .3)
}

.wa-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 22px;
    color: #fff;
    background: linear-gradient(135deg, #20c968, #0e9f55)
}

.wa-panel-head strong,
.wa-panel-head span {
    display: block
}

.wa-panel-head strong {
    font-size: 19px
}

.wa-panel-head span {
    margin-top: 4px;
    color: #d4ffe3;
    font-size: 12px
}

.wa-close {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, .2);
    cursor: pointer
}

.wa-welcome {
    margin: 0;
    padding: 18px 22px 7px;
    color: #53635b;
    font-size: 14px
}

.wa-agents {
    padding: 8px 14px 16px
}

.wa-agent {
    display: grid;
    grid-template-columns: 38px 1fr auto;
    align-items: center;
    gap: 11px;
    padding: 14px 8px;
    border-bottom: 1px solid #dcebe2
}

.wa-agent:last-child {
    border-bottom: 0
}

.wa-avatar {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    background: #20b85f;
    font-weight: 900
}

.wa-agent-copy strong,
.wa-agent-copy span {
    display: block
}

.wa-agent-copy strong {
    font-size: 14px
}

.wa-agent-copy span {
    margin-top: 3px;
    color: #77857e;
    font-size: 11px
}

.wa-chat {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #109a50;
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap
}

.wa-chat i {
    font-size: 13px
}

:root {
    --bg: #080b09;
    --surface: #111714;
    --line: #27322d;
    --text: #f4f7f4;
    --muted: #9aa8a0;
    --mint: #66efd0;
    --red: #ff5c54;
    --max: 1180px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font: 15px/1.55 Arial, Helvetica, sans-serif
}

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

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

button,
input,
select,
textarea {
    font: inherit
}

.wrap {
    width: min(calc(100% - 40px), var(--max));
    margin: auto
}

.header {
    border-bottom: 1px solid var(--line);
    background: rgba(8, 11, 9, .94)
}

.nav {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px
}

.brand {
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 2px
}

.brand span {
    color: var(--mint)
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .6px;
    text-transform: uppercase
}

.nav-links a {
    color: #d6e0da
}

.nav-links .active {
    color: var(--mint)
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 45px;
    padding: 11px 16px;
    border: 1px solid transparent;
    border-radius: 2px;
    background: var(--mint);
    color: #07110e;
    font-weight: 800;
    font-size: 13px
}

.button.outline {
    background: transparent;
    border-color: #718078;
    color: white
}

.button.red {
    background: var(--red);
    color: white
}

.hero {
    padding: 110px 0 85px;
    background: linear-gradient(115deg, #08120e, #14241d)
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--mint);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.hero h1 {
    max-width: 850px;
    margin: 0 0 17px;
    font-size: clamp(44px, 7vw, 90px);
    line-height: .92;
    letter-spacing: -2px
}

.hero p {
    max-width: 620px;
    margin: 0;
    color: var(--muted);
    font-size: 17px
}

.hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 28px
}

section {
    padding: 80px 0
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 33px
}

.section-head h2 {
    max-width: 650px;
    margin: 0;
    font-size: clamp(31px, 4vw, 54px);
    line-height: 1;
    letter-spacing: -1px
}

.section-head p {
    max-width: 430px;
    margin: 0;
    color: var(--muted)
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px
}

.card {
    padding: 24px;
    border: 1px solid var(--line);
    background: var(--surface);
    border-radius: 3px
}

.card h3 {
    margin: 0 0 8px;
    font-size: 19px
}

.card p {
    margin: 0;
    color: var(--muted)
}

.logo-row {
    display: flex;
    gap: 22px;
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.logo-row img {
    flex: 0 0 120px;
    width: 120px;
    height: 55px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: .9
}

.covers {
    display: flex;
    gap: 14px;
    overflow: hidden
}

.cover {
    flex: 0 0 190px;
    height: 290px;
    position: relative;
    overflow: hidden;
    border-radius: 3px
}

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

.cover:after {
    content: "";
    position: absolute;
    inset: 50% 0 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, .9))
}

.cover-info {
    position: absolute;
    z-index: 1;
    right: 14px;
    bottom: 14px;
    left: 14px
}

.cover-info small {
    display: block;
    margin-bottom: 5px;
    color: var(--mint);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase
}

.cover-info strong {
    font-size: 16px
}

.dark-band {
    background: #101714
}

.light-band {
    color: #101613;
    background: #e7ece8
}

.light-band .card {
    border-color: #c8d0ca;
    background: #f7f9f6
}

.light-band .card p {
    color: #5d6a62
}

.plans {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border: 1px solid var(--line)
}

.plan {
    min-height: 310px;
    padding: 22px;
    border-left: 1px solid var(--line)
}

.plan:first-child {
    border-left: 0
}

.plan.featured {
    color: #06100d;
    background: var(--mint)
}

.plan small {
    color: #9ba9a1;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase
}

.featured small {
    color: #20584b
}

.price {
    margin: 17px 0;
    font-size: 38px;
    font-weight: 900
}

.plan p {
    min-height: 63px;
    margin: 0;
    color: var(--muted);
    font-size: 13px
}

.featured p {
    color: #24584b
}

.plan .button {
    width: 100%;
    margin-top: 22px;
    background: transparent;
    border-color: #65736b;
    color: white
}

.featured .button {
    border-color: #337766;
    color: #092016
}

.form-layout {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 17px
}

.form-box,
.summary {
    padding: 27px;
    border: 1px solid var(--line);
    background: var(--surface)
}

label {
    display: block;
    margin: 16px 0 7px;
    font-size: 12px;
    font-weight: 800
}

input,
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #33443a;
    border-radius: 2px;
    color: white;
    background: #0a0e0c
}

textarea {
    min-height: 120px
}

.summary dl {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 9px;
    color: var(--muted)
}

.summary dt,
.summary dd {
    margin: 0
}

.summary .total {
    padding-top: 15px;
    border-top: 1px solid var(--line);
    color: white;
    font-size: 20px;
    font-weight: 900
}

.notice {
    padding: 16px;
    border-left: 3px solid var(--mint);
    background: #10231c;
    color: #bfd9cc
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.step {
    padding: 24px 30px 24px 0
}

.step+.step {
    padding-left: 30px;
    border-left: 1px solid var(--line)
}

.step b {
    display: block;
    margin-bottom: 32px;
    color: var(--mint);
    font-size: 11px
}

.step p {
    margin: 0;
    color: var(--muted)
}

.guide-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.guide {
    min-height: 235px;
    padding: 20px;
    border-left: 1px solid var(--line)
}

.guide:first-child {
    border-left: 0
}

.guide b {
    display: block;
    margin-bottom: 57px;
    color: var(--mint);
    font-size: 11px
}

.guide p {
    color: var(--muted);
    font-size: 13px
}

.faq details {
    border-bottom: 1px solid var(--line)
}

.faq summary {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 800;
    cursor: pointer
}

.faq summary:after {
    content: '+';
    color: var(--mint);
    font-size: 22px
}

.faq details[open] summary:after {
    content: '-'
}

footer {
    padding: 45px 0 22px;
    border-top: 1px solid var(--line);
    color: #87958d;
    font-size: 13px
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 25px;
    margin-bottom: 30px
}

.footer-grid h4 {
    margin: 0 0 12px;
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.footer-grid a {
    display: block;
    margin: 7px 0
}

.footer-bottom {
    padding-top: 20px;
    border-top: 1px solid var(--line)
}

@media(max-width:820px) {
    .wrap {
        width: calc(100% - 32px)
    }

    .nav-links {
        display: none
    }

    .cards,
    .form-layout {
        grid-template-columns: 1fr
    }

    .plans {
        grid-template-columns: 1fr
    }

    .plan {
        min-height: 0;
        border-top: 1px solid var(--line);
        border-left: 0
    }

    .plan:first-child {
        border-top: 0
    }

    .steps,
    .guide-grid {
        grid-template-columns: 1fr
    }

    .step,
    .step+.step {
        padding: 22px 0;
        border-left: 0;
        border-top: 1px solid var(--line)
    }

    .step:first-child,
    .guide:first-child {
        border-top: 0
    }

    .guide {
        min-height: 0;
        border-left: 0;
        border-top: 1px solid var(--line)
    }

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

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .footer-grid>:first-child {
        grid-column: span 2
    }

    .hero {
        padding: 78px 0 60px
    }

    .logo-row img {
        flex-basis: 95px;
        width: 95px;
        height: 45px
    }

    .cover {
        flex-basis: 155px;
        height: 235px
    }
}

.plan-category {
    display: block;
    margin-top: 8px;
    color: var(--mint);
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .8px;
    text-transform: uppercase
}

.featured .plan-category {
    color: #20584b
}

.plan-features {
    min-height: 72px;
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
    color: var(--muted);
    font-size: 12px
}

.plan-features li {
    margin: 4px 0
}

.plan-features li:before {
    content: '+';
    margin-right: 6px;
    color: var(--mint);
    font-weight: 900
}

.featured .plan-features {
    color: #24584b
}

.featured .plan-features li:before {
    color: #20584b
}

.support {
    padding: 83px 0;
    border-top: 1px solid var(--line);
    background: #0b0f0d
}

.support .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px
}

.support h2 {
    max-width: 700px;
    margin: 0
}

footer {
    padding: 52px 0 25px;
    background: #070908
}

footer .footer {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 28px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--line)
}

footer .footer p {
    max-width: 285px;
    color: #8f9d95;
    font-size: 13px
}

.foot-title {
    margin-bottom: 14px;
    color: #dbe4df;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase
}

.foot-links {
    display: grid;
    gap: 8px;
    color: #96a39c;
    font-size: 13px
}

.subfoot {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-top: 20px;
    color: #69776f;
    font-size: 11px
}

.top {
    position: fixed;
    z-index: 10;
    right: 18px;
    bottom: 18px;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    color: #07110e;
    background: var(--mint);
    opacity: 0;
    pointer-events: none
}

.top.show {
    opacity: 1;
    pointer-events: auto
}

@media(max-width:820px) {
    .support .wrap {
        align-items: flex-start;
        flex-direction: column
    }

    footer .footer {
        grid-template-columns: 1fr 1fr
    }

    footer .footer>:first-child {
        grid-column: span 2
    }

    .subfoot {
        flex-direction: column
    }
}

header {
    border-bottom: 1px solid var(--line);
    background: rgba(7, 9, 8, .94)
}

header .nav {
    position: relative;
    min-height: 82px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px
}

.navlinks {
    grid-column: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .6px;
    text-transform: uppercase
}

.navlinks a {
    color: #d6e0da
}

.navlinks a:hover {
    color: var(--mint)
}

.nav-actions {
    grid-column: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.menu {
    display: none;
    border: 0;
    color: var(--text);
    background: transparent;
    font-size: 22px
}

.currency-select select {
    width: 78px;
    padding: 8px 24px 8px 10px;
    border: 1px solid var(--line);
    border-radius: 2px;
    color: var(--text);
    background: #101714;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer
}

.account-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    margin-left: 14px;
    color: var(--text) !important;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0
}

.account-link .icon {
    font-size: 23px;
    color: var(--mint)
}

.account-link span {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

@media(max-width:820px) {
    header .nav {
        min-height: 70px;
        display: flex
    }

    .menu {
        display: block;
        order: 3;
        margin-left: 8px
    }

    .navlinks {
        display: none;
        position: absolute;
        top: 70px;
        right: 16px;
        left: 16px;
        z-index: 30;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 14px;
        background: #101714;
        border: 1px solid var(--line)
    }

    .navlinks.open {
        display: flex
    }

    .navlinks a {
        padding: 10px
    }

    .nav-actions {
        margin-left: auto
    }

    .account-link {
        margin-left: 10px
    }

    .account-link span {
        display: none
    }

    .currency-select select {
        width: 72px
    }
}

.plan-groups {
    display: block !important;
    border: 0 !important
}

.plan-group+.plan-group {
    margin-top: 42px
}

.plan-group-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--line)
}

.plan-group .plan-row {
    display: grid;
    grid-template-columns: repeat(var(--plan-count, 1), minmax(0, 1fr));
    margin-top: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.plan-group .plan {
    min-height: 350px;
    padding: 27px 22px;
    border-left: 1px solid var(--line)
}

.plan-group .plan:first-child {
    border-left: 0
}

.plan-group .plan-duration {
    display: none;
    color: #95a49c;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase
}

.plan-group .plan-price {
    margin: 17px 0;
    font-size: 42px;
    font-weight: 900
}
.plan-group .plan-price small{margin-right: 5px;font-size: 13px;}

.plan-group .plan-features {
    min-height: 72px;
    margin: 8px 0 0;
    padding: 0;
    list-style: none
}

.plan-group .plan-features li {
    margin: 4px 0
}

.plan-group .plan .button {
    width: 100%;
    margin-top: 33px
}

@media(max-width:940px) {
    .plan-group .plan-row {
        grid-template-columns: 1fr
    }

    .plan-group .plan {
        border-left: 0;
        border-top: 1px solid var(--line)
    }

    .plan-group .plan:first-child {
        border-top: 0
    }
}

@media(max-width:900px) {
    .header-currency {
        display: none
    }
}

@media(max-width:680px) {
    .wa-widget {
        right: 72px;
        bottom: 16px
    }

    .wa-launch span {
        display: none
    }

    .wa-launch {
        width: 54px;
        height: 54px;
        justify-content: center;
        padding: 0;
        border-radius: 50%
    }

    .wa-launch i {
        font-size: 23px
    }

    .wa-panel {
        position: fixed;
        left: 16px;
        right: 16px;
        bottom: 82px;
        width: auto;
        max-height: calc(100vh - 110px);
        overflow: auto
    }

    .wa-panel-head {
        padding: 17px 18px
    }

    .wa-welcome {
        padding: 15px 18px 5px
    }

    .wa-agents {
        padding: 6px 10px 12px
    }

    .wa-agent {
        grid-template-columns: 34px 1fr auto;
        gap: 9px;
        padding: 12px 5px
    }

    .wa-avatar {
        width: 34px;
        height: 34px
    }
}

/* Rich guide article content rendered from the admin editor. */
.guide-content {
    margin-top: 28px;
    max-width: 1000px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75
}

.guide-content p {
    margin: 0 0 18px
}

.guide-content h3 {
    color: var(--text);
    font-size: 20px
}

.order-list {
    display: grid;
    gap: 14px
}

.order-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 24px;
    border: 1px solid var(--line);
    background: var(--surface)
}

.order-card-title {
    display: flex;
    align-items: center;
    gap: 12px
}

.order-card-title strong {
    font-size: 15px;
    letter-spacing: .3px
}

.order-card h3 {
    margin: 10px 0 8px;
    font-size: 20px
}

.order-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: var(--muted);
    font-size: 13px
}

.status {
    display: inline-flex;
    align-items: center;
    padding: 5px 9px;
    border: 1px solid var(--line);
    border-radius: 2px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .5px
}

.status-paid,
.status-success {
    border-color: #2e9c7f;
    color: var(--mint)
}

.status-failed {
    border-color: #9a504a;
    color: #ff9a91
}

.order-details-link {
    flex: 0 0 auto
}

.order-detail-layout {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 18px
}

.order-detail,
.transaction-box {
    padding: 28px
}

.detail-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px
}

.detail-title h2 {
    margin: 0;
    font-size: 28px
}

.order-detail dl {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 13px 20px;
    margin: 0
}

.order-detail dt {
    color: var(--muted)
}

.order-detail dd {
    margin: 0;
    text-align: right;
    font-weight: 700
}

.transaction-box h2 {
    margin-top: 0
}

.transaction-list {
    display: grid;
    gap: 12px;
    margin: 20px 0 26px
}

.transaction-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 14px 0;
    border-bottom: 1px solid var(--line)
}

.transaction-row strong,
.transaction-row small {
    display: block
}

.transaction-row small {
    margin-top: 4px;
    color: var(--muted);
    font-size: 12px
}

.transaction-box>.button {
    width: 100%;
    margin-top: 12px
}

@media(max-width:820px) {
    .order-card {
        align-items: flex-start;
        flex-direction: column;
        gap: 17px;
        padding: 20px
    }

    .order-details-link {
        width: 100%
    }

    .order-detail-layout {
        grid-template-columns: 1fr
    }

    .order-detail,
    .transaction-box {
        padding: 22px
    }

    .detail-title h2 {
        font-size: 23px
    }
}

/* Keep action controls comfortably separated across forms and payment flows. */
.auth-box label {
    margin-top: 20px
}

.auth-box .button {
    margin-top: 30px
}

.auth-box>p {
    margin-top: 24px
}

.checkout-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px
}

.checkout-actions .button {
    margin: 0
}

.form-box form>.button {
    margin-top: 30px
}

.order-summary {
    margin: -16px 0 18px;
    color: var(--muted);
    font-size: 13px
}

.order-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 28px
}

.order-pagination>span {
    color: var(--muted);
    font-size: 13px
}

.order-drawer {
    position: fixed;
    z-index: 100;
    inset: 0
}

.drawer-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .68)
}

.drawer-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(520px, 100%);
    height: 100%;
    overflow: auto;
    padding: 30px;
    background: #101714;
    border-left: 1px solid var(--line);
    box-shadow: -18px 0 45px rgba(0, 0, 0, .35)
}

.drawer-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line)
}

.drawer-head h2 {
    margin: 0;
    font-size: 24px
}

.drawer-close {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--line);
    color: var(--text);
    background: transparent;
    cursor: pointer
}

.drawer-section {
    padding: 24px 0;
    border-bottom: 1px solid var(--line)
}

.drawer-section:last-child {
    border-bottom: 0
}

.drawer-section h3 {
    margin: 0 0 18px;
    font-size: 19px
}

.detail-list {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 13px 18px;
    margin: 0
}

.detail-list dt {
    color: var(--muted)
}

.detail-list dd {
    margin: 0;
    text-align: right;
    font-weight: 700
}.captcha-row{display:flex;align-items:center;gap:12px}.captcha-row input{flex:1;width:auto;min-width:0;max-width:none}.captcha-image{flex:0 0 140px;width:140px;height:44px;border:1px solid #d8e2e8;border-radius:4px;cursor:pointer;object-fit:cover}@media (max-width:420px){.captcha-row{gap:8px}.captcha-image{flex-basis:120px;width:120px}}
