.right-container {}

.content {
    font-family: Inter, sans-serif;
}

.price-container {}

.header {
    font-weight: bold;
    margin: 0px;
}


.header-alone {
    font-weight: bold;
    padding: 25px 10px 0px 10px;
    width: 100%;
    font-size: 36px;
    text-align: center;
    position: relative;
    z-index: 1;
}


/*
.content::before{
    position: absolute;
    border-radius: 50%;
    top: 75px;
    left: 68%;
    width: 1000px;
    max-width: 100%;
    transform: translateX(-50%);
    height: 158px;
    background: linear-gradient(91deg, #F0E4FF 47.22%, #EAAFFF 110.53%);
    filter: blur(100px);
    z-index: 0;
    user-select: none;
    content: "";
    pointer-events: none;
}*/


.sub-container {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.cycle-tabs {
    display: inline-flex;
    flex-wrap: nowrap;
    width: fit-content;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 6px;
    gap: 4px;
    z-index: 2;
    margin: 15px auto;
}

[data-bs-theme="light"] .cycle-tabs {
    background: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.cycle-dummy {
    min-height: 50px;
    margin: 20px;
}

.cycle-choose {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6) !important;
    background: transparent !important;
    border-radius: 40px !important;
    padding: 8px 12px;
    border: none;
    user-select: none;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cycle-choose:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

.cycle-choose.active {
    color: #000000 !important;
    background: #ffffff !important;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

[data-bs-theme="light"] .cycle-choose {
    color: #1c1c1c !important;
}

[data-bs-theme="light"] .cycle-choose.active {
    color: #000000 !important;
}


.pricing-tabs {
    padding: 10px;
    border: none;
    margin-top: 20px;
    gap: 10px;
}

.pricing-header {
    background: transparent !important;
    position: relative;
    font-weight: bold;
    color: #888888 !important;
    font-size: 14px !important;
    border: 0px solid #ffffff !important;
    z-index: 1;
    text-decoration: none;
    user-select: none;
    padding: 5px 10px;
}

.pricing-header.active {
    color: #000000 !important;
    font-weight: bold !important;
    border-bottom: 1px solid #000000 !important;
}

.pricing-header>h1 {
    font-size: 26px;
}

.h-line {
    height: 1px;
    border-bottom: 1px solid #3D3D3D !important;
}

.pack-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    z-index: 1;
    position: relative;
}

.package-holder {
    padding: 20px 20px;
    border-radius: 10px;
    margin: 8px;
    font-size: 13px;
    width: 280px;
    height: fit-content;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.normal-button {
    background: #FFFFFF;
    border-radius: 50px;
    border: 1px solid #323232;
    padding: 6px;
    color: #0A0A0A;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    user-select: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.normal-button:hover {
    background: #E1E1E1;
    border: 1px solid #969696;
    text-decoration: none;
    color: #0A0A0A;
}

.spec-button {
    background: #222222;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0);
}

.spec-button:hover {
    background: #383838;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0);
}

.black-h2 {
    color: #000000;
}

.blue-h2 {
    color: #BF78EB;
}

.package-header {
    font-weight: bold;
}

.package-header>h2 {
    font-size: 22px;
    font-weight: bold;
}

.price-holder {}

.pro-name {
    padding: 5px 10px;
    border-radius: 15px;
    background: #111111cc;
    width: fit-content;
    color: #ffffff;
    text-decoration: none;
    line-height: 1;
}

.original-price {
    display: flex;
    align-items: center;
    padding-top: 5px;
    color: #888888;
}

.current-price {
    display: flex;
    align-items: end;
    font-weight: bold;
    padding: 5px 0px;
}

.original-price .price-label {
    font-size: 13px;
    color: #888888;
    padding-bottom: 2px;
}

.original-price .price-number {
    font-size: 18px;
    color: #888888;
}

.rank-holder {
    display: flex;
    align-items: center;
}

.transparent {
    opacity: 0;
}

.credit-holder {
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 5px 0px;
}

.billing-cycle-label {
    height: 20px;
    font-size: 13px;
}

.price-label {
    font-size: 18px;
    text-decoration: underline;
    padding-bottom: 10px;
}

.unit-cycle {}

.price-number {
    font-size: 36px;
    color: #111111;
    line-height: 1;
}

.package-feature {}

.addition-credits-holder {
    display: flex;
    gap: 5px;
    align-items: center;
    padding-top: 3px;
}

.credits-pro-num {
    color: #2871de;
    white-space: nowrap;
}

.credits-pro-name {
    padding: 2px 6px;
    border-radius: 15px;
    background: #111111cc;
    width: fit-content;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
}

.feature-item {
    color: #000000;
}

.feature-label {
    display: flex;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
}

.dummy-feature {
    background: #ffffff00;
    color: #ffffff00;
    opacity: 0;
}

mark {
    background-image: linear-gradient(to right, #2871de, #27aadc);
    color: transparent;
    background-clip: text;
    font-weight: bold;
}


.text-line-through {
    text-decoration: line-through;
}


.addition-info {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #808080;
    background: #323232;
    white-space: nowrap;
    right: 5px;
}

.popular-package {
    position: relative;
    padding: 40px 20px;
}

.popular-label {
    padding: 3px 10px;
    border-radius: 8px;
    border: 1px solid rgb(0 0 0 / 25%);
    background: rgba(250, 250, 250, 0.1);
    color: black;
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: bold;
    font-size: 11px;
    user-select: none;
    box-shadow: 0 0 20px rgb(88 88 88 / 50%);
}

.norm-background {
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.spec-background {
    background: radial-gradient(ellipse at top, rgba(0, 0, 0, 0), #f5f1cd);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

bold {
    font-weight: bold;
}

.price-info {
    display: flex;
    justify-content: center;
    padding: 20px;
    font-size: 14px;
    color: #888888;
    gap: 5px;
}

.price-tooltip-holder {
    padding: 10px 20px;
    border-radius: 20px;
}

.price-tooltip {
    font-size: 13px;
    line-height: 26px;
    display: flex;
    gap: 5px;
}

.pricing-short-detail {
    overflow: hidden;
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
}

@keyframes growDown {
    0% {
        max-height: 0px;
    }

    100% {
        max-height: 220px;
    }
}

.addition-trigger {
    cursor: pointer;
}

.addition-trigger svg {
    border-radius: 50%;
    transition: 0.2s;
}

.addition-trigger:hover svg {
    background: #dcdcdc;
}

/* ===========================================================
   DARK MODE OVERRIDES (To match pricing-login.css)
   =========================================================== */

[data-bs-theme="dark"] .content {
    position: relative;
}

[data-bs-theme="dark"] .content::before {
    position: absolute;
    border-radius: 50%;
    top: 75px;
    left: 50%;
    width: 1000px;
    max-width: 100%;
    transform: translateX(-50%);
    height: 158px;
    background: linear-gradient(91deg, #29025B 47.22%, #EAAFFF 110.53%);
    filter: blur(100px);
    z-index: 0;
    user-select: none;
    content: "";
    pointer-events: none;
}

[data-bs-theme="dark"] .header-alone,
[data-bs-theme="dark"] .header {
    color: #ffffff;
}

[data-bs-theme="dark"] .cycle-tabs {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

[data-bs-theme="dark"] .cycle-choose.active {
    color: #111111 !important;
    background: #ffffff !important;
}

[data-bs-theme="dark"] .pricing-header {
    color: #666666 !important;
}

[data-bs-theme="dark"] .pricing-header.active {
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
}

[data-bs-theme="dark"] .package-holder {
    background: #ffffff0d;
    border: 1px solid #424242;
    box-shadow: none;
}

[data-bs-theme="dark"] .norm-background,
[data-bs-theme="dark"] .spec-background {
    background: #ffffff0d;
}

[data-bs-theme="dark"] .popular-package {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .blue-h2 {
    color: #D38CFF !important;
}

[data-bs-theme="dark"] .price-number {
    color: #ffffff;
}

[data-bs-theme="dark"] .feature-item {
    color: #ffffff99 !important;
}

[data-bs-theme="dark"] .feature-item img[src*="tick.svg"] {
    filter: invert(1) brightness(100);
}

[data-bs-theme="dark"] .h-line {
    border-bottom: 1px solid #444444 !important;
}

[data-bs-theme="dark"] .normal-button {
    background: rgba(126, 126, 126, 0.5) !important;
    border: 1px solid #5F525F !important;
    border-radius: 50px;
    color: #F5F5F5 !important;
}

[data-bs-theme="dark"] .normal-button:hover {
    background: rgba(126, 126, 126, 0.65) !important;
}

[data-bs-theme="dark"] .spec-button {
    background: #D38CFF !important;
    color: #141414 !important;
}

[data-bs-theme="dark"] .spec-button:hover {
    background: #BF78EB !important;
}

[data-bs-theme="dark"] .popular-label {
    background: rgba(250, 250, 250, 0.1);
    color: white;
    border: 1px solid #646464;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

[data-bs-theme="dark"] .pro-name,
[data-bs-theme="dark"] .credits-pro-name {
    background: #63ffd1cc !important;
    color: #111111 !important;
}

[data-bs-theme="dark"] .credits-pro-num {
    color: #63ffd1cc !important;
}

[data-bs-theme="dark"] .price-info,
[data-bs-theme="dark"] .price-label,
[data-bs-theme="dark"] .unit-cycle,
[data-bs-theme="dark"] .billing-cycle-label,
[data-bs-theme="dark"] .gray-text {
    color: #888888 !important;
}

[data-bs-theme="dark"] mark {
    background-image: linear-gradient(to right, #27aadc, #2871de);
}

[data-bs-theme="dark"] .addition-trigger:hover svg {
    background: #666666;
}
/* Legal documents (Terms, Privacy Policy).
   Shared by every template under templates/legal/.
   Uses the global theme variables from theme.css so it follows light/dark. */

/* `.container` is stripped of its gutters site-wide in bootcamp.css, so the page
   has to supply its own horizontal padding -- without this the text runs into
   the screen edge on mobile. */
.legal-page {
    max-width: 1120px;
    padding: 40px 24px 80px 24px;
}

/* ---------- Header ---------- */

.legal-head {
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--border-color);
}

.legal-head h1 {
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 12px 0;
}

.legal-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 16px;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-secondary);
}

.legal-meta strong {
    color: var(--text-primary);
    font-weight: 600;
}

/* ---------- Layout ---------- */

.legal-layout {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}

/* ---------- Table of contents (auto-generated from h2[id]) ---------- */

.legal-toc {
    position: sticky;
    top: 90px;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    padding-right: 8px;
}

.legal-toc-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin: 0 0 12px 0;
}

.legal-toc ol {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: legal-toc;
}

.legal-toc li {
    counter-increment: legal-toc;
}

.legal-toc a {
    display: block;
    padding: 6px 0 6px 12px;
    border-left: 2px solid var(--border-color);
    font-size: 14px;
    line-height: 1.45;
    color: var(--text-secondary);
    text-decoration: none;
    transition: color .15s ease, border-color .15s ease;
}

.legal-toc a::before {
    content: counter(legal-toc) ". ";
    color: var(--text-muted);
}

.legal-toc a:hover {
    color: var(--text-primary);
    border-left-color: var(--border-strong);
}

.legal-toc a.is-active {
    color: #2871de;
    border-left-color: #2871de;
    font-weight: 600;
}

.legal-toc a.is-active::before {
    color: #2871de;
}

/* ---------- Body ---------- */

.legal-body {
    max-width: 78ch;
    color: var(--text-primary);
    font-size: 16px;
    line-height: 1.75;
}

.legal-body h2 {
    /* Clears the fixed navbar when jumping to an anchor. */
    scroll-margin-top: 90px;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
    color: var(--text-primary);
    margin: 44px 0 14px 0;
}

.legal-body>h2:first-child {
    margin-top: 0;
}

.legal-body h3 {
    scroll-margin-top: 90px;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 600;
    color: var(--text-primary);
    margin: 26px 0 10px 0;
}

.legal-body h4 {
    scroll-margin-top: 90px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--text-secondary);
    margin: 22px 0 8px 0;
}

.legal-body p {
    margin: 0 0 14px 0;
}

.legal-body ul,
.legal-body ol {
    margin: 0 0 14px 0;
    padding-left: 22px;
}

.legal-body li {
    margin-bottom: 8px;
}

.legal-body li>ul,
.legal-body li>ol {
    margin-top: 8px;
}

.legal-body a {
    color: #2871de;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.legal-body a:hover {
    color: #1b5bb5;
}

.legal-body strong {
    font-weight: 600;
}

/* Callout for the things a user really should not miss. */
.legal-note {
    margin: 0 0 18px 0;
    padding: 14px 16px;
    border: 1px solid var(--border-color);
    border-left: 3px solid #2871de;
    border-radius: 8px;
    background: var(--bg-secondary);
    font-size: 15px;
    line-height: 1.7;
}

.legal-note p:last-child {
    margin-bottom: 0;
}

/* Key/value table used for limits, deadlines, contact rows. */
.legal-table-wrap {
    overflow-x: auto;
    margin: 0 0 18px 0;
}

.legal-table {
    width: 100%;
    min-width: 460px;
    border-collapse: collapse;
    font-size: 15px;
}

.legal-table th,
.legal-table td {
    padding: 10px 14px;
    border: 1px solid var(--border-color);
    text-align: left;
    vertical-align: top;
    line-height: 1.6;
}

.legal-table th {
    background: var(--bg-secondary);
    font-weight: 600;
    color: var(--text-primary);
}

/* Emphasised list item, for statements a user must not miss (e.g. credits
   cannot be converted to cash). */
.legal-highlight {
    font-weight: 500;
}

/* ---------- Related pages / help, at the end of every legal page ---------- */

.legal-related {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
    margin-top: 64px;
    padding-top: 32px;
    border-top: 1px solid var(--border-color);
}

.legal-related h2 {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 12px 0;
}

.legal-related ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.legal-related li {
    margin-bottom: 8px;
}

.legal-related a {
    color: #2871de;
    text-decoration: none;
    font-size: 15px;
}

.legal-related a:hover {
    text-decoration: underline;
}

.legal-related-help p {
    margin: 0 0 16px 0;
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-secondary);
}

.legal-cta {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 8px;
    background: #2871de;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
}

.legal-cta:hover {
    background: #1b5bb5;
}

/* ---------- Pricing page: price note + FAQ ---------- */

/* Sits directly under the pricing table, above the FAQ block. */
.pricing-price-note {
    max-width: 760px;
    margin: 0px auto 0 auto;
    padding: 0 20px;
    font-size: 12px;
    line-height: 1.7;
    color: var(--text-secondary);
    text-align: center;
}

.pricing-price-note a {
    color: #2871de;
    text-decoration: none;
    white-space: nowrap;
}

.pricing-price-note a:hover {
    text-decoration: underline;
}


/* Plain-language FAQ under the plans. Native <details>, no JS -- the answers
   stay in the DOM so they are indexable. */
.pricing-faq {
    max-width: 760px;
    margin: 56px auto 0 auto;
    /* Đệm dưới để khối FAQ không dính vào footer. */
    padding: 40px 20px 72px 20px;
    border-top: 1px solid var(--border-color);
    text-align: left;
}

.pricing-faq>h2 {
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--text-primary);
    text-align: center;
}

.pricing-faq details {
    border-bottom: 1px solid var(--border-color);
}

.pricing-faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 0;
    cursor: pointer;
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--text-primary);
}

.pricing-faq summary::-webkit-details-marker {
    display: none;
}

.pricing-faq summary::after {
    content: "+";
    flex: 0 0 auto;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    color: var(--text-muted);
    transition: transform .2s ease;
}

.pricing-faq details[open] summary::after {
    content: "\2212";
}

.pricing-faq summary:hover {
    color: #2871de;
}

.pricing-faq .faq-answer {
    padding: 0 0 18px 0;
    font-size: 15px;
    line-height: 1.75;
    color: var(--text-secondary);
}

.pricing-faq .faq-answer p {
    margin: 0 0 10px 0;
}

.pricing-faq .faq-answer p:last-child {
    margin-bottom: 0;
}

.pricing-faq .faq-answer a {
    color: #2871de;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.pricing-faq-more {
    margin: 36px 0 0 0;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    color: var(--text-secondary);
}

.pricing-faq-more a {
    color: #2871de;
    text-decoration: none;
}

.pricing-faq-more a:hover {
    text-decoration: underline;
}

/* ---------- Order confirmation note ---------- */

.order-legal-note {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid var(--border-color);
    font-size: 12px;
    line-height: 1.65;
    color: var(--text-secondary);
}

.order-legal-note p {
    margin: 0 0 6px 0;
}

.order-legal-note p:last-child {
    margin-bottom: 0;
}

.order-legal-note strong {
    color: var(--text-primary);
    font-weight: 600;
}

.order-legal-note a {
    color: #2871de;
    text-decoration: none;
    white-space: nowrap;
}

.order-legal-note a:hover {
    text-decoration: underline;
}

/* ---------- Responsive ---------- */

@media (max-width: 991px) {
    .legal-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    .legal-toc {
        position: static;
        max-height: none;
        overflow: visible;
        margin-bottom: 32px;
        padding: 16px 18px;
        border: 1px solid var(--border-color);
        border-radius: 10px;
        background: var(--bg-secondary);
    }

    .legal-toc a {
        border-left: none;
        padding-left: 0;
    }

    .legal-toc a.is-active {
        font-weight: 400;
        color: var(--text-secondary);
    }
}

@media (max-width: 575px) {
    .legal-page {
        padding: 24px 16px 48px 16px;
    }

    .legal-head h1 {
        font-size: 26px;
    }

    .legal-body {
        font-size: 15px;
    }

    .legal-body h2 {
        font-size: 19px;
    }

    .pricing-price-note {
        padding: 0 16px;
    }

    .pricing-faq {
        margin-top: 40px;
        padding: 32px 16px 48px 16px;
    }

    .pricing-faq>h2 {
        font-size: 21px;
    }

    .pricing-faq-more {
        margin-top: 28px;
    }
}