  :root {
    --css-services-yellow: #f7c600;
    --css-services-yellow-dark: #d8aa00;
    --css-services-black: #080808;
    --css-services-dark: #0d0d0d;
    --css-services-card: #141414;
    --css-services-card-hover: #181818;
    --css-services-white: #ffffff;
    --css-services-muted: #c9c9c9;
    --css-services-border: rgba(255, 255, 255, 0.11);
    --css-services-radius: 20px;

    --css-home-bg: #080808;
    --css-home-bg-soft: #0e0e0e;
    --css-home-card: #141414;
    --css-home-card-hover: #191919;
    --css-home-border: rgba(255, 255, 255, 0.12);
    --css-home-yellow: #f7c600;
    --css-home-yellow-dark: #dbaa00;
    --css-home-white: #ffffff;
    --css-home-text: #d2d2d2;
    --css-home-muted: #aaaaaa;
    --css-home-radius: 18px;
    --css-home-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);

    --css-home-container: 1240px;
    --css-home-section-space: clamp(76px, 9vw, 132px);
    --css-home-fast: 180ms ease;
    --css-home-smooth: 420ms cubic-bezier(.2, .75, .25, 1);
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif !important;
}

.css-about-page,
.css-about-page *,
.css-about-page *::before,
.css-about-page *::after {
    box-sizing: border-box;
}

.css-about-page {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 86% 6%, rgba(247, 198, 0, 0.10), transparent 25rem),
        radial-gradient(circle at 6% 43%, rgba(247, 198, 0, 0.045), transparent 25rem),
        var(--css-home-bg);
    color: var(--css-home-white);
    font-family: "Montserrat", sans-serif !important;
    line-height: 1.75;
}

.css-about-page a {
    color: inherit;
    text-decoration: none;
    transition:
        color var(--css-home-fast),
        border-color var(--css-home-fast),
        background var(--css-home-fast),
        transform var(--css-home-fast);
}

.css-about-page p,
.css-about-page li,
.css-about-page td,
.css-about-page th,
.css-about-page summary {
    font-size: 16px;
}

.css-about-container {
    width: min(calc(100% - 40px), var(--css-home-container));
    margin-inline: auto;
}

.css-about-section {
    position: relative;
    padding-block: var(--css-home-section-space);
}

.css-about-section + .css-about-section {
    border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.css-about-kicker-line {
    width: 72px;
    height: 4px;
    margin: 0 0 24px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--css-home-yellow), rgba(247, 198, 0, 0.18));
}

.css-about-page h1,
.css-about-page h2,
.css-about-page h3 {
    margin-top: 0;
    color: var(--css-home-white);
    letter-spacing: -0.035em;
}

.css-about-page h1 {
    max-width: 1080px;
    margin-inline: auto;
    margin-bottom: 24px;
    font-size: 50px;
    line-height: 1.03;
    font-weight: 800;
    text-wrap: balance;
}

.css-about-page h2 {
    margin-bottom: 26px;
    font-size: 36px;
    line-height: 1.12;
    font-weight: 800;
    text-wrap: balance;
}

.css-about-page h3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
}

.css-about-page p {
    margin: 0 0 18px;
    color: var(--css-home-text);
}

.css-about-page p:last-child {
    margin-bottom: 0;
}

.css-about-page strong {
    color: var(--css-home-white);
    font-weight: 700;
}

.css-about-page em {
    font-style: normal;
}

/* Hero */
.css-about-hero {
    position: relative;
    min-height: 700px;
    display: grid;
    align-items: center;
    padding: clamp(105px, 11vw, 160px) 0 clamp(82px, 9vw, 120px);
    text-align: center;
    border-bottom: 1px solid var(--css-home-border);
}

.css-about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(180deg, rgba(8, 8, 8, 0.08), rgba(8, 8, 8, 0.88)),
        radial-gradient(circle at 50% 14%, rgba(247, 198, 0, 0.12), transparent 34rem);
}

.css-about-hero::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -170px;
    width: min(920px, 90vw);
    height: 340px;
    transform: translateX(-50%);
    z-index: -1;
    border-radius: 50%;
    background: rgba(247, 198, 0, 0.035);
    filter: blur(52px);
}

.css-about-hero-copy {
    max-width: 1120px;
    margin-inline: auto;
}

.css-about-hero .css-about-kicker-line {
    margin-inline: auto;
}

.css-about-hero-subtitle {
    max-width: 890px;
    margin: 0 auto 38px !important;
    color: #e0e0e0 !important;
    font-size: clamp(17px, 2vw, 21px) !important;
    line-height: 1.7;
}

.css-about-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 1060px;
    margin: 0 auto 36px;
}

.css-about-trust-item {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 15px;
    border: 1px solid var(--css-home-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    color: #f1f1f1;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    backdrop-filter: blur(8px);
}

.css-about-trust-item::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 9px;
    border-radius: 50%;
    background: var(--css-home-yellow);
    box-shadow: 0 0 0 4px rgba(247, 198, 0, 0.10);
}

.css-about-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.css-about-btn {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.css-about-btn-primary {
    background: var(--css-home-yellow);
    color: var(--css-home-bg) !important;
    box-shadow: 0 14px 32px rgba(247, 198, 0, 0.14);
}

.css-about-btn-primary:hover {
    background: var(--css-home-yellow-dark);
    transform: translateY(-2px);
}

.css-about-btn-secondary {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.035);
    color: var(--css-home-white) !important;
}

.css-about-btn-secondary:hover {
    border-color: rgba(247, 198, 0, 0.7);
    background: rgba(247, 198, 0, 0.06);
    transform: translateY(-2px);
}

/* Editorial blocks */
.css-about-editorial {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(40px, 6vw, 86px);
    align-items: start;
}

.css-about-editorial-heading {
    position: sticky;
    top: 38px;
}

.css-about-editorial-copy {
    padding: clamp(26px, 4vw, 42px);
    border: 1px solid var(--css-home-border);
    border-radius: var(--css-services-radius);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
        var(--css-home-bg-soft);
    box-shadow: var(--css-home-shadow);
}

.css-about-editorial-copy p:first-child {
    color: #eeeeee;
    font-size: clamp(17px, 2vw, 20px);
}

.css-about-editorial-copy a {
    color: var(--css-home-white);
    border-bottom: 1px solid rgba(247, 198, 0, 0.55);
}

.css-about-editorial-copy a:hover {
    color: var(--css-home-yellow);
    border-color: var(--css-home-yellow);
}

/* Feature intro */
.css-about-feature-box {
    position: relative;
    overflow: hidden;
    padding: clamp(32px, 5vw, 56px);
    border: 1px solid var(--css-home-border);
    border-radius: 26px;
    background:
        linear-gradient(135deg, rgba(247, 198, 0, 0.07), transparent 36%),
        var(--css-home-card);
}

.css-about-feature-box::after {
    content: "";
    position: absolute;
    right: -85px;
    bottom: -115px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(247, 198, 0, 0.16);
    border-radius: 50%;
}

/* Process */
.css-about-process {
    counter-reset: process;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 38px 0 0;
    padding: 0;
    list-style: none;
}

.css-about-process li {
    counter-increment: process;
    position: relative;
    min-height: 260px;
    padding: 30px 26px 28px;
    border: 1px solid var(--css-home-border);
    border-radius: var(--css-home-radius);
    background: var(--css-home-card);
    color: var(--css-home-text);
    overflow: hidden;
    transition:
        transform var(--css-home-smooth),
        border-color var(--css-home-smooth),
        background var(--css-home-smooth);
}

.css-about-process li:hover {
    transform: translateY(-5px);
    border-color: rgba(247, 198, 0, 0.35);
    background: var(--css-home-card-hover);
}

.css-about-process li::before {
    content: counter(process, decimal-leading-zero);
    display: block;
    margin-bottom: 52px;
    color: var(--css-home-yellow);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.css-about-process li::after {
    content: "";
    position: absolute;
    top: 57px;
    left: 26px;
    width: 42px;
    height: 1px;
    background: rgba(247, 198, 0, 0.45);
}

.css-about-process li strong {
    display: block;
    margin-bottom: 9px;
    font-size: 18px;
    line-height: 1.35;
}

/* Table */
.css-about-table-shell {
    overflow: hidden;
    border: 1px solid var(--css-home-border);
    border-radius: var(--css-services-radius);
    background: var(--css-home-card);
    box-shadow: var(--css-home-shadow);
}

.css-about-table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.css-about-table {
    width: 100%;
    min-width: 850px;
    border-collapse: collapse;
}

.css-about-table th,
.css-about-table td {
    padding: 20px 22px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.css-about-table th {
    background: rgba(247, 198, 0, 0.08);
    color: var(--css-home-yellow);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.025em;
}

.css-about-table td {
    color: var(--css-home-text);
    font-size: 14px;
}

.css-about-table tbody tr:last-child td {
    border-bottom: 0;
}

.css-about-table tbody tr {
    transition: background var(--css-home-fast);
}

.css-about-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.026);
}

.css-about-table td:first-child {
    color: var(--css-home-white);
    font-weight: 700;
}

/* Why choose */
.css-about-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.css-about-benefits li {
    position: relative;
    padding: 22px 22px 22px 52px;
    border: 1px solid var(--css-home-border);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.025);
    color: var(--css-home-text);
}

.css-about-benefits li::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 22px;
    width: 14px;
    height: 8px;
    border-left: 2px solid var(--css-home-yellow);
    border-bottom: 2px solid var(--css-home-yellow);
    transform: rotate(-45deg);
}

/* CTA */
.css-about-cta {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
    padding: clamp(30px, 4vw, 50px);
    border: 1px solid rgba(247, 198, 0, 0.24);
    border-radius: 24px;
    background:
        radial-gradient(circle at 92% 50%, rgba(247, 198, 0, 0.14), transparent 17rem),
        linear-gradient(135deg, #15130b 0%, #111111 48%, #0d0d0d 100%);
    box-shadow: var(--css-home-shadow);
}

.css-about-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 3px;
    background: var(--css-home-yellow);
}

.css-about-cta h3 {
    margin-bottom: 8px;
    font-size: clamp(23px, 3vw, 34px);
}

.css-about-cta p {
    max-width: 780px;
    color: #dedede;
}

.css-about-cta-action {
    white-space: nowrap;
}

/* Compliance */
.css-about-compliance {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(34px, 6vw, 78px);
    align-items: start;
}

.css-about-compliance-copy {
    padding-left: 28px;
    border-left: 3px solid var(--css-home-yellow);
}

.css-about-license-link {
    display: inline-flex;
    max-width: 100%;
    margin-top: 14px;
    padding: 13px 16px;
    border: 1px solid var(--css-home-border);
    border-radius: 11px;
    color: var(--css-home-white) !important;
    font-size: 13px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.css-about-license-link:hover {
    border-color: var(--css-home-yellow);
    color: var(--css-home-yellow) !important;
}

/* Coverage */
.css-about-coverage {
    padding: clamp(34px, 5vw, 58px);
    border: 1px solid var(--css-home-border);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(247, 198, 0, 0.055), transparent 40%),
        var(--css-home-bg-soft);
}

/* FAQ */
.css-about-faq {
    max-width: 960px;
    margin-inline: auto;
}

.css-about-faq > h2 {
    margin-bottom: 38px;
    text-align: center;
}

.css-about-faq details {
    border-top: 1px solid var(--css-home-border);
}

.css-about-faq details:last-of-type {
    border-bottom: 1px solid var(--css-home-border);
}

.css-about-faq summary {
    position: relative;
    display: block;
    padding: 24px 52px 24px 0;
    color: var(--css-home-white);
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
    list-style: none;
}

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

.css-about-faq summary::before,
.css-about-faq summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 17px;
    height: 2px;
    background: var(--css-home-yellow);
    transform: translateY(-50%);
    transition: transform var(--css-home-fast);
}

.css-about-faq summary::after {
    transform: translateY(-50%) rotate(90deg);
}

.css-about-faq details[open] summary::after {
    transform: translateY(-50%) rotate(0deg);
}

.css-about-faq details[open] summary {
    color: var(--css-home-yellow);
}

.css-about-faq-answer {
    padding: 0 52px 24px 0;
}

.css-about-faq-answer p {
    color: var(--css-home-text);
}

/* Final CTA */
.css-about-final {
    padding-top: 0;
}

.css-about-final-card {
    position: relative;
    overflow: hidden;
    padding: clamp(38px, 6vw, 70px);
    text-align: center;
    border-radius: 28px;
    background: var(--css-home-yellow);
    color: var(--css-home-bg);
}

.css-about-final-card::before,
.css-about-final-card::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(8, 8, 8, 0.12);
    border-radius: 50%;
}

.css-about-final-card::before {
    width: 260px;
    height: 260px;
    top: -150px;
    left: -85px;
}

.css-about-final-card::after {
    width: 330px;
    height: 330px;
    right: -170px;
    bottom: -205px;
}

.css-about-final-card h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
    color: var(--css-home-bg);
    font-size: clamp(28px, 4vw, 44px);
}

.css-about-final-card p {
    position: relative;
    z-index: 1;
    max-width: 940px;
    margin-inline: auto;
    color: #1a1a1a;
    font-weight: 600;
}

.css-about-final-card a {
    color: #080808;
    border-bottom: 1px solid rgba(8, 8, 8, 0.35);
}

.css-about-final-card a:hover {
    border-color: #080808;
}

/* Responsive */
@media (max-width: 1024px) {
    .css-about-editorial,
    .css-about-compliance {
        grid-template-columns: 1fr;
    }

    .css-about-editorial-heading {
        position: static;
    }

    .css-about-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .css-about-cta {
        grid-template-columns: 1fr;
    }

    .css-about-cta-action {
        justify-self: start;
    }
}

@media (max-width: 767px) {
    .css-about-container {
        width: min(calc(100% - 30px), var(--css-home-container));
    }

    .css-about-page p,
    .css-about-page li,
    .css-about-page td,
    .css-about-page th,
    .css-about-page summary {
        font-size: 15px;
    }

    .css-about-hero {
        min-height: auto;
        padding-top: 92px;
        padding-bottom: 76px;
    }

    .css-about-page h1 {
        font-size: clamp(36px, 11vw, 52px);
    }

    .css-about-page h2 {
        font-size: clamp(28px, 8.4vw, 38px);
    }

    .css-about-hero-subtitle {
        font-size: 16px !important;
    }

    .css-about-trust {
        justify-content: flex-start;
    }

    .css-about-trust-item {
        width: 100%;
        justify-content: flex-start;
    }

    .css-about-actions {
        flex-direction: column;
    }

    .css-about-btn {
        width: 100%;
    }

    .css-about-editorial-copy,
    .css-about-feature-box,
    .css-about-coverage {
        padding: 26px 22px;
    }

    .css-about-process,
    .css-about-benefits {
        grid-template-columns: 1fr;
    }

    .css-about-process li {
        min-height: 220px;
    }

    .css-about-cta {
        padding: 30px 22px;
    }

    .css-about-cta-action,
    .css-about-cta-action .css-about-btn {
        width: 100%;
    }

    .css-about-compliance-copy {
        padding-left: 20px;
    }

    .css-about-faq summary {
        padding-right: 42px;
    }

    .css-about-faq-answer {
        padding-right: 0;
    }

    .css-about-final-card {
        padding-inline: 22px;
    }
}

@media (max-width: 420px) {
    .css-about-container {
        width: min(calc(100% - 24px), var(--css-home-container));
    }

    .css-about-page h1 {
        font-size: 34px;
    }

    .css-about-page h2 {
        font-size: 28px;
    }

    .css-about-process li {
        padding: 25px 21px;
    }

    .css-about-process li::after {
        left: 21px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .css-about-page *,
    .css-about-page *::before,
    .css-about-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}