
:root {
    --btp-bg: #0b0c10;
    --btp-surface: #0e1116;
    --btp-surface-2: #0a0a0a;
    --btp-accent: #c0fe51;
    --btp-accent-muted: rgba(192, 254, 81, 0.4);
    --btp-text: #e9edf2;
    --btp-text-secondary: #a7b1c2;
    --btp-text-muted: rgba(255, 255, 255, 0.75);
    --btp-border: #2b3440;
    --btp-inverse: #0b0c10;
    --btp-container: calc(100vw - var(--btp-gutter) * 2);
    --btp-page: 100%;
    --btp-gutter: clamp(20px, 3.75vw, 48px);
    --btp-radius-sm: 12px;
    --btp-radius-md: 24px;
    --btp-radius-pill: 100px;
    --btp-header-ghost-bg: rgba(255, 255, 255, 0.05);
    --btp-header-ghost-border: rgba(233, 237, 242, 0.12);
    --btp-header-ghost-text: #f5f7fa;
    --btp-font-body: "Manrope", system-ui, sans-serif;
    --btp-font-display: "Roboto Flex", "Manrope", system-ui, sans-serif;
    --btp-display-width: 25;
    --btp-display-opsz: 48;
    --btp-shadow-card: 0 4px 4px rgba(0, 0, 0, 0.25);
    --btp-transition: 0.2s ease;
    --btp-dot-grid-size: 20px;
    --btp-dot-grid-color: #2b3440;
    --btp-section-pad: 96px;
    --btp-section-pad-compact: 32px;
    --btp-section-heading-gap: 48px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

body {
    margin: 0;
    font-family: var(--btp-font-body);
    font-size: 16px;
    line-height: 1.5;
    color: var(--btp-text);
    background: var(--btp-bg);
    -webkit-font-smoothing: antialiased;
}

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

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

ul,
ol {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
p {
    margin: 0;
}

.btp-accent {
    color: var(--btp-accent);
}

.btp-container {
    width: min(100% - var(--btp-gutter) * 2, var(--btp-container));
    margin-inline: auto;
}

.btp-section {
    padding-block: var(--btp-section-pad);
}

.btp-landing {
    width: 100%;
    max-width: none;
    margin-inline: auto;
    overflow-x: clip;
}

.btp-landing > .wp-block-bigtraff-hero,
.btp-landing > .btp-hero:first-child {
    margin-block-start: 0;
}

.btp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: var(--btp-radius-pill);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.63px;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: opacity var(--btp-transition), transform var(--btp-transition);
    white-space: nowrap;
}

.btp-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.btp-btn--primary {
    background: var(--btp-accent);
    color: var(--btp-inverse);
}

.btp-btn--ghost {
    background: rgba(255, 255, 255, 0.05);
    color: var(--btp-text);
}

.btp-btn--outline {
    background: var(--btp-surface-2);
    border-color: var(--btp-accent);
    color: var(--btp-text);
}

.btp-btn--surface {
    background: #1c232b;
    border: 1px solid var(--btp-border);
    color: var(--btp-text);
}

.btp-btn--ghost-border {
    background: transparent;
    border: 1px solid var(--btp-border);
    color: var(--btp-text-secondary);
    opacity: 0.5;
}

.btp-btn--ghost-border img {
    opacity: 0.5;
}

.btp-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: var(--btp-radius-pill);
    background: rgba(255, 255, 255, 0.05);
    color: var(--btp-text);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.63px;
    text-transform: uppercase;
    cursor: pointer;
}

.btp-icon-btn--accent {
    background: var(--btp-accent);
}

.btp-icon-btn--accent img {
    filter: brightness(0);
}

.btp-icon-btn img {
    width: 24px;
    height: 24px;
    max-width: none;
}

.btp-eyebrow {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.56px;
    text-transform: uppercase;
    color: var(--btp-text-secondary);
    opacity: 0.5;
}

.btp-eyebrow__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--btp-accent);
    flex-shrink: 0;
}

.btp-section-heading {
    display: grid;
    gap: 24px;
    margin-bottom: var(--btp-section-heading-gap);
}

.btp-section-heading--split {
    grid-template-columns: 354px 1fr;
    align-items: start;
}

.btp-section-heading--team {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 0;
}

.btp-section-heading--team .btp-section-heading__meta {
    flex: 0 0 340px;
    max-width: 340px;
}

.btp-section-heading--team .btp-section-heading__content {
    flex: 1 1 475px;
    max-width: 475px;
    min-width: min(100%, 280px);
}

.btp-section-heading--team .btp-section-heading__title {
    font-size: 48px;
    line-height: 56px;
    font-variation-settings: "GRAD" -100, "wdth" 25, "opsz" 36;
}

.btp-section-heading--testimonials {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 0;
}

.btp-section-heading--testimonials .btp-section-heading__meta {
    flex: 0 0 340px;
    max-width: 340px;
}

.btp-section-heading--testimonials .btp-section-heading__content {
    flex: 1 1 0;
    min-width: min(100%, 280px);
}

.btp-section-heading--center {
    text-align: center;
}

.btp-section-heading--center .btp-section-heading__content {
    margin-inline: auto;
}

.btp-section-heading__title {
    font-family: var(--btp-font-display);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    font-variation-settings: "wdth" 60, "opsz" var(--btp-display-opsz);
}

.btp-section-heading__desc {
    margin-top: 16px;
    max-width: 538px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.24px;
}

.btp-section-heading--center .btp-section-heading__desc {
    max-width: none;
    color: var(--btp-text-muted);
}

.btp-hero {
    width: 100%;
    padding: var(--btp-gutter) var(--btp-gutter) 0;
    background: var(--btp-bg);
    box-sizing: border-box;
}

.btp-section.btp-ecosystem {
    padding-top: 48px;
}

.btp-hero__frame {
    position: relative;
    width: 100%;
    margin-inline: auto;
    aspect-ratio: 1184 / 711;
    height: auto;
    border: 1px solid var(--btp-border);
    border-radius: var(--btp-radius-md);
    overflow: hidden;
    box-shadow: var(--btp-shadow-card);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 122px 24px 24px;
    box-sizing: border-box;
}

.btp-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: var(--btp-radius-md);
    overflow: hidden;
}

.btp-hero__bg-base {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, #0e1116 0%, #0b0c10 100%);
}

.btp-hero__bg-image {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
}

.btp-hero__bg-color {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, var(--btp-accent) 0%, rgba(192, 254, 81, 0) 30.45%);
    mix-blend-mode: color;
}

.btp-hero__bg-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0) 57.693%, rgba(0, 0, 0, 0.75) 100%);
}

.btp-hero__header,
.btp-hero__body {
    position: relative;
    z-index: 4;
}

.btp-hero__header {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 24px 24px 0;
    filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.5));
}

.btp-hero__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-height: 54px;
    min-width: 132px;
    padding: 12px 0 12px 46px;
    line-height: 0;
    box-sizing: border-box;
}

.btp-hero__logo .btp-logo,
.btp-hero__logo svg.btp-logo {
    width: 132px;
    height: 54px;
    max-width: none;
    display: block;
    object-fit: contain;
}

.btp-hero__actions {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
}

.btp-hero__icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    min-width: 44px;
    padding: 0;
    box-sizing: border-box;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: var(--btp-text);
    font-family: var(--btp-font-body);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.63px;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.btp-hero__icon-btn--accent {
    overflow: hidden;
    background: var(--btp-accent);
}

.btp-hero__icon-btn--accent img {
    filter: brightness(0);
}

.btp-hero__icon-btn--ghost {
    overflow: hidden;
    background: var(--btp-header-ghost-bg);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.btp-hero__icon-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.08);
}

.btp-hero__icon-btn--ghost:focus-visible {
    outline: 2px solid rgba(233, 237, 242, 0.35);
    outline-offset: 2px;
}

.btp-hero__icon-btn--lang {
    text-transform: uppercase;
    color: var(--btp-text);
}

.btp-lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.btp-lang-switcher__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(233, 237, 242, 0.55);
    background: transparent;
    border: 1px solid transparent;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.btp-lang-switcher__item:hover {
    color: var(--btp-text);
    background: rgba(255, 255, 255, 0.08);
}

.btp-lang-switcher__item.is-active,
.btp-lang-switcher__item[aria-current="page"] {
    color: var(--btp-bg);
    background: var(--btp-accent);
    border-color: rgba(192, 254, 81, 0.85);
    font-weight: 700;
    box-shadow:
        0 0 0 1px rgba(192, 254, 81, 0.35),
        0 4px 14px rgba(192, 254, 81, 0.28);
}

.btp-lang-switcher__item.is-active:hover,
.btp-lang-switcher__item[aria-current="page"]:hover {
    color: var(--btp-bg);
    background: #d2ff6b;
    border-color: #d2ff6b;
    box-shadow:
        0 0 0 1px rgba(210, 255, 107, 0.45),
        0 6px 18px rgba(192, 254, 81, 0.36);
}

.btp-lang-switcher__item:focus-visible {
    outline: 2px solid rgba(233, 237, 242, 0.35);
    outline-offset: 2px;
}

.btp-hero__icon-btn img {
    width: 24px;
    height: 24px;
    max-width: none;
    display: block;
}

.btp-hero__body {
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex: 1 0 0;
    min-height: 0;
    width: 100%;
}

.btp-hero__copy {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-end;
    max-width: 573px;
    flex: 0 1 573px;
    text-transform: uppercase;
}

.btp-hero__eyebrow {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.56px;
    color: var(--btp-text-secondary);
}

.btp-hero__title {
    margin: 0;
    font-family: var(--btp-font-display);
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.64px;
    text-transform: uppercase;
    max-width: 573px;
    font-variation-settings:
        "GRAD" -150,
        "XOPQ" 96,
        "XTRA" 468,
        "YOPQ" 79,
        "YTAS" 750,
        "YTDE" -203,
        "YTFI" 738,
        "YTLC" 514,
        "YTUC" 712,
        "wdth" 25,
        "opsz" 48;
}

.btp-hero__title-accent {
    color: var(--btp-accent);
}

.btp-hero__title-plain {
    color: var(--btp-text);
}

.btp-hero__cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    justify-content: center;
    flex-shrink: 0;
    min-width: 240px;
}

.btp-hero__btn {
    width: 100%;
    gap: 9.931px;
    justify-content: center;
    border: none;
    min-height: 52px;
    height: 52px;
    box-sizing: border-box;
}

.btp-hero__title-accent,
.btp-hero__title-plain {
    display: inline;
}

.btp-logo--text {
    font-family: var(--btp-font-display);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--btp-accent);
}

.btp-footer__brand .btp-logo,
.btp-footer__brand svg.btp-logo {
    width: auto;
    height: 90px;
    max-width: 220px;
    display: block;
    object-fit: contain;
    object-position: left center;
    margin-bottom: 16px;
    margin-inline: 0;
}

.btp-footer__brand .btp-logo--text {
    font-size: 28px;
    letter-spacing: 0.1em;
}

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

.btp-card__label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.56px;
    text-transform: uppercase;
    color: var(--btp-text-secondary);
    margin-bottom: 24px;
}

.btp-card__title {
    font-family: var(--btp-font-display);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.12px;
    text-transform: uppercase;
    font-variation-settings: "wdth" 60, "opsz" var(--btp-display-opsz);
}

.btp-card__text,
.btp-card__list {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: var(--btp-text);
    letter-spacing: 0.06px;
}

.btp-card__list {
    list-style: disc;
    padding-left: 18px;
    margin-top: 8px;
}

.btp-card__list li + li {
    margin-top: 6px;
}

.btp-card__footer {
    margin-top: auto;
}

.btp-card--feature {
    display: flex;
    flex-direction: column;
    gap: 64px;
    height: 587px;
    min-height: 587px;
    max-height: 587px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: var(--btp-inverse);
    background-image: url("../images/ecosystem/dot-grid.svg");
    background-size: var(--btp-dot-grid-size) var(--btp-dot-grid-size);
    background-position: center;
}

.btp-card--feature .btp-card__label {
    margin-bottom: 0;
    flex-shrink: 0;
}

.btp-card--feature .btp-card__visual {
    margin-bottom: 0;
    border-radius: 0;
    flex: 1 1 0;
    min-height: 0;
    background-color: transparent;
    background-image: none;
}

.btp-card--feature .btp-card__footer {
    margin-top: 0;
    flex-shrink: 0;
}

.btp-card__visual {
    position: relative;
    flex: 1;
    min-height: 240px;
    margin-bottom: 32px;
    background-color: var(--btp-inverse);
    background-image: url("../images/ecosystem/dot-grid.svg");
    background-size: var(--btp-dot-grid-size) var(--btp-dot-grid-size);
    background-position: center;
    border-radius: 8px;
    overflow: hidden;
}

.btp-card__visual--chips {
    min-height: 0;
}

.btp-card__visual--custom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.btp-card__visual--custom .btp-card__custom-image {
    width: 100%;
    max-height: 220px;
    object-fit: contain;
}

.btp-gift-card__hero-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
}

.btp-gift-card__asset--hero-custom {
    width: 100%;
    max-height: 280px;
    object-fit: contain;
}

.btp-chip {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 11px 22px;
    border: 1.375px solid var(--btp-border);
    border-radius: 44px;
    background: var(--btp-inverse);
    color: var(--btp-text-secondary);
    font-size: 16.5px;
    font-weight: 300;
    line-height: 18.7px;
    letter-spacing: 0.0825px;
    position: absolute;
    white-space: nowrap;
}

.btp-chip img {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
}

.btp-card__visual--chips .btp-chip:nth-child(1) { top: 20px; left: 12px; }
.btp-card__visual--chips .btp-chip:nth-child(2) { top: 94px; left: 180px; }
.btp-card__visual--chips .btp-chip:nth-child(3) { top: 161px; left: 2px; }
.btp-card__visual--chips .btp-chip:nth-child(4) { top: 236px; left: 182px; }

.btp-card__visual--offers {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 8px;
}

.btp-offers-row {
    display: flex;
    gap: 12px;
    width: 100%;
    max-width: 360px;
    min-width: 0;
}

.btp-card__visual--checks {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.btp-card__visual--checks ul {
    list-style: none;
    width: 100%;
    max-width: 320px;
    margin: 0;
    background: var(--btp-bg);
    border: 1px solid var(--btp-border);
    border-radius: 12px;
    padding: 16px;
    box-sizing: border-box;
}

.btp-card__visual--checks li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    font-size: 10px;
    line-height: 1.35;
    color: var(--btp-text-secondary);
}

.btp-card__visual--checks li span {
    flex: 1;
    min-width: 0;
}

.btp-card__visual--checks li + li {
    border-top: 1px solid rgba(43, 52, 64, 0.6);
}

.btp-card__visual--analytics {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-image: none;
    overflow: visible;
    flex: 0 0 auto;
    min-height: 0;
}

.btp-ecosystem .btp-card--feature:has(.btp-card__visual--analytics),
.btp-ecosystem .btp-card--feature:has(.btp-card__visual--sources),
.btp-ecosystem .btp-card--feature:has(.btp-card__visual--chat),
.btp-ecosystem .btp-card--feature:has(.btp-card__visual--levels) {
    height: auto;
    min-height: 587px;
    max-height: none;
    gap: 24px;
    overflow: visible;
    justify-content: flex-start;
}

.btp-card__visual--sources {
    flex: 0 0 auto;
    overflow: visible;
}

.btp-analytics {
    width: 100%;
    max-width: 340px;
    box-sizing: border-box;
    background: var(--btp-surface);
    border: none;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btp-analytics__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.btp-analytics__title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: var(--btp-text);
}

.btp-analytics__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border: 1px solid var(--btp-border);
    border-radius: var(--btp-radius-pill);
    font-size: 10px;
    font-weight: 500;
    color: var(--btp-text-secondary);
    white-space: nowrap;
}

.btp-analytics__badge::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--btp-accent);
}

.btp-analytics__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.btp-analytics__stat {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 10px 8px;
    background: var(--btp-bg);
    border-radius: 10px;
}

.btp-analytics__stat-label {
    font-size: 8px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--btp-text-secondary);
}

.btp-analytics__stat-value {
    font-size: 15px;
    font-weight: 700;
    color: var(--btp-text);
    line-height: 1.1;
}

.btp-analytics__stat-delta {
    font-size: 9px;
    font-weight: 600;
    color: var(--btp-accent);
}

.btp-analytics__chart {
    background: var(--btp-bg);
    border-radius: 10px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btp-analytics__chart-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btp-analytics__chart-label {
    font-size: 9px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--btp-text-secondary);
}

.btp-analytics__chart-delta {
    font-size: 10px;
    font-weight: 600;
    color: var(--btp-accent);
}

.btp-analytics__bars {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 60px;
}

.btp-analytics__bar {
    flex: 1;
    min-width: 0;
    border-radius: 3px 3px 0 0;
    background: var(--btp-accent);
}

.btp-analytics__sources {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btp-analytics__source {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.btp-analytics__source-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    color: var(--btp-text-secondary);
}

.btp-analytics__source-track {
    height: 4px;
    border-radius: var(--btp-radius-pill);
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.btp-analytics__source-fill {
    display: block;
    height: 100%;
    border-radius: var(--btp-radius-pill);
    background: var(--btp-accent);
}

.btp-check {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.btp-card__visual--chat {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.btp-chat {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 260px;
}

.btp-chat__day {
    align-self: center;
    margin: 0 0 4px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(52, 52, 52, 0.5);
    backdrop-filter: blur(1px);
    font-size: 10px;
    font-weight: 600;
    color: #fff;
}

.btp-chat__bubble {
    max-width: 92%;
    padding: 10px 12px;
    border-radius: 14px;
    font-size: 11px;
    line-height: 1.35;
}

.btp-chat__bubble time {
    display: block;
    margin-top: 6px;
    font-size: 9px;
    opacity: 0.7;
}

.btp-chat__bubble--in {
    align-self: flex-start;
    background: #fff;
    color: #22282b;
    border: 1px solid rgba(233, 237, 242, 0.2);
}

.btp-chat__bubble--out {
    align-self: flex-end;
    background: var(--btp-accent);
    color: #22282b;
    border: 1px solid #9ba9b0;
}

.btp-chat__bubble--out time {
    color: #439636;
    opacity: 1;
}

.btp-card__visual--sources {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 16px;
    min-height: 0;
}

.btp-sources-panel {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    background: var(--btp-bg);
    border: 1px solid var(--btp-border);
    border-radius: 8px;
    box-sizing: border-box;
}

.btp-sources-panel__logo {
    display: block;
    width: 49px;
    height: 49px;
    flex-shrink: 0;
}

.btp-sources-panel__title {
    font-family: var(--btp-font-display);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.09px;
    text-transform: uppercase;
    color: var(--btp-text);
    margin: 0;
}

.btp-sources-layout {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.btp-sources-layout__primary {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 8px;
    align-items: start;
    width: 100%;
}

.btp-sources-layout__primary .btp-source-pill:nth-child(3) {
    grid-column: 1;
}

.btp-sources-layout__divider {
    width: 100%;
    line-height: 0;
    margin-block: 4px;
}

.btp-sources-layout__divider img {
    display: block;
    width: 100%;
    height: 1px;
}

.btp-sources-layout__secondary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
}

.btp-source-pill {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-width: 136px;
    padding: 8.5px 13.6px;
    border: 0.85px solid var(--btp-border);
    border-radius: 102px;
    background: var(--btp-bg);
    flex-shrink: 0;
    box-sizing: border-box;
}

.btp-source-pill__brand {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.btp-source-pill__icon,
.btp-source-pill__status {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    display: block;
}

.btp-source-pill__icon {
    object-fit: cover;
}

.btp-source-pill__name {
    font-family: var(--btp-font-display);
    font-size: 11px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 1.33px;
    text-transform: uppercase;
    color: var(--btp-text-secondary);
    white-space: nowrap;
}

.btp-source-pill--muted .btp-source-pill__icon,
.btp-source-pill--muted .btp-source-pill__name {
    opacity: 0.35;
}

.btp-sources-panel__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

.btp-sources-panel__avatar {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(192, 254, 81, 0.12);
    border: 1px solid var(--btp-border);
    color: var(--btp-accent);
    font-family: var(--btp-font-display);
    font-size: 15px;
    font-weight: 700;
}

.btp-sources-panel__meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1;
}

.btp-sources-panel__name {
    font-family: var(--btp-font-display);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--btp-text);
}

.btp-sources-panel__location {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: var(--btp-text-secondary);
}

.btp-sources-panel__location img {
    width: 12px;
    height: 12px;
    opacity: 0.7;
}

.btp-sources-panel__seal {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.btp-sources-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.btp-sources-group__label {
    margin: 0;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--btp-text-secondary);
    opacity: 0.7;
}

.btp-sources-group__pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.btp-sources-group__pills .btp-source-pill {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    gap: 6px;
    padding: 8px 10px;
    overflow: hidden;
}

.btp-sources-group__pills .btp-source-pill__brand {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
}

.btp-sources-group__pills .btp-source-pill__name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.5px;
}

.btp-sources-group__pills .btp-source-pill__status {
    flex-shrink: 0;
    margin-left: auto;
}

.btp-source-pill__icon--letter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: var(--btp-text-secondary);
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
}

.btp-card__visual--offers {
    align-items: center;
}

.btp-ecosystem .btp-card--feature {
    min-width: 0;
}

.btp-offers-row {
    display: flex;
    gap: 12px;
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    overflow: hidden;
}

.btp-offer-card {
    flex: 0 0 auto;
    width: 216px;
    box-sizing: border-box;
    background: var(--btp-bg);
    border: 1px solid var(--btp-border);
    border-radius: 14px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btp-offer-card--muted {
    opacity: 0.45;
}

.btp-offer-card__head {
    display: flex;
    align-items: center;
    gap: 8px;
}

.btp-offer-card__avatar {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(192, 254, 81, 0.12);
    border: 1px solid var(--btp-border);
    color: var(--btp-accent);
    font-family: var(--btp-font-display);
    font-size: 13px;
    font-weight: 700;
}

.btp-offer-card__meta {
    display: flex;
    flex-direction: column;
    gap: 1px;
    flex: 1;
    min-width: 0;
}

.btp-offer-card__name {
    font-family: var(--btp-font-display);
    font-size: 14px;
    font-weight: 700;
    color: var(--btp-text);
}

.btp-offer-card__location {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    color: var(--btp-text-secondary);
}

.btp-offer-card__location img {
    width: 11px;
    height: 11px;
    opacity: 0.7;
}

.btp-offer-card__seal {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.btp-offer-card__payout {
    background: var(--btp-surface);
    border-radius: 10px;
    padding: 9px 11px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.btp-offer-card__payout-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btp-offer-card__payout-label {
    font-size: 8px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--btp-text-secondary);
}

.btp-offer-card__pill {
    width: 42px;
    height: 16px;
    border-radius: var(--btp-radius-pill);
    background: var(--btp-accent);
}

.btp-offer-card__payout-value {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.btp-offer-card__payout-value strong {
    font-family: var(--btp-font-display);
    font-size: 20px;
    font-weight: 700;
    color: var(--btp-text);
}

.btp-offer-card__payout-value em {
    font-style: normal;
    font-size: 10px;
    color: var(--btp-text-secondary);
}

.btp-offer-card__metrics {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 0;
}

.btp-offer-card__metric {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.btp-offer-card__metric dt {
    font-size: 10px;
    color: var(--btp-text-secondary);
}

.btp-offer-card__metric dd {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    color: var(--btp-text);
}

.btp-offer-card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    border-radius: var(--btp-radius-pill);
    background: var(--btp-accent);
    color: #0b0c10;
    font-family: var(--btp-font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: filter var(--btp-transition);
}

.btp-offer-card__btn:hover {
    filter: brightness(1.06);
}

.btp-gift-card__asset--headphones {
    inset: auto 6px 10px auto !important;
    left: auto !important;
    width: auto !important;
    height: 86% !important;
    max-height: 330px !important;
    max-width: 66% !important;
    object-fit: contain !important;
    object-position: right bottom !important;
}

.btp-card__visual--levels {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-start;
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.btp-level {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px 14px;
    border: 1px solid var(--btp-border);
    border-radius: 8px;
    background: var(--btp-bg);
    font-size: 11px;
    letter-spacing: 0.04px;
    min-width: 0;
}

.btp-level--done {
    border-color: var(--btp-accent);
}

.btp-level--current {
    border-color: #54667d;
}

.btp-level--locked {
    border-color: var(--btp-border);
}

.btp-level--done .btp-level__tag,
.btp-level--done .btp-level__title,
.btp-level--done .btp-level__text,
.btp-level--locked .btp-level__tag,
.btp-level--locked .btp-level__title,
.btp-level--locked .btp-level__text {
    opacity: 0.5;
}

.btp-level--locked .btp-level__bar-icon {
    opacity: 0.5;
}

.btp-level__tag {
    margin: 0;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: var(--btp-text-secondary);
}

.btp-level__title {
    margin: 0;
    font-family: var(--btp-font-display);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.08px;
    text-transform: uppercase;
    color: var(--btp-text);
}

.btp-level__text {
    margin: 0;
    font-size: 10px;
    line-height: 1.35;
    color: var(--btp-text);
}

.btp-level__bar {
    display: flex;
    align-items: center;
    gap: 6px;
}

.btp-level__bar-track {
    flex: 1;
    position: relative;
    height: 2px;
    border-radius: 999px;
    background: var(--btp-border);
}

.btp-level__bar-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 999px;
    background: var(--btp-accent);
}

.btp-level__bar-icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
}

.btp-ecosystem .btp-card--feature:has(.btp-card__visual--levels) .btp-card__visual {
    flex: 1 1 auto;
    overflow: visible;
    align-items: stretch;
    justify-content: flex-start;
}

.btp-ecosystem .btp-card__visual--levels {
    width: 100%;
    max-width: 340px;
    margin-inline: auto;
    overflow: visible;
    gap: 12px;
}

.btp-ecosystem .btp-level {
    padding: 16px 16px;
    border-radius: 8px;
    border-width: 1px;
    gap: 8px;
}

.btp-ecosystem .btp-level__tag {
    font-family: var(--btp-font-body);
    font-size: 7px;
    font-weight: 600;
    line-height: 11px;
    letter-spacing: 0.89px;
}

.btp-ecosystem .btp-level__title {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.07px;
}

.btp-ecosystem .btp-level__text {
    font-size: 7px;
    font-weight: 300;
    line-height: 9px;
}

.btp-ecosystem .btp-level__bar-track {
    height: 1px;
}

.btp-ecosystem .btp-level__bar-icon {
    width: 9px;
    height: 9px;
}

.btp-ecosystem .btp-container {
    display: flex;
    flex-direction: column;
    gap: var(--btp-section-heading-gap);
}

.btp-ecosystem .btp-section-heading {
    margin-bottom: 0;
}

.btp-ecosystem .btp-section-heading__title {
    font-size: 48px;
    font-variation-settings: "GRAD" -100, "wdth" 25, "opsz" 36;
}

.btp-geo-banner .btp-section-heading {
    margin-bottom: 0;
}

.btp-geo-banner .btp-section-heading__title {
    font-size: 48px;
    font-variation-settings: "GRAD" -100, "wdth" 25, "opsz" 36;
    color: var(--btp-text);
}

.btp-geo-banner .btp-section-heading__desc {
    color: var(--btp-text-secondary);
}

.btp-geo-banner {
    padding-block: var(--btp-section-pad) var(--btp-section-pad-compact);
}

.btp-ecosystem__body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.btp-ecosystem__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.btp-card--wide {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    min-height: 323px;
    height: 323px;
    overflow: hidden;
}

.btp-card--wide.btp-card--margin {
    background-color: var(--btp-inverse);
    background-image: url("../images/ecosystem/dot-grid.svg");
    background-size: var(--btp-dot-grid-size) var(--btp-dot-grid-size);
    background-position: center;
}

.btp-card--margin__visual {
    position: relative;
    overflow: hidden;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    min-width: 0;
}

.btp-card--margin__percent-wrap {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 0;
}

.btp-card--margin__percent {
    width: 484px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.btp-card--margin__content {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.btp-card--margin__eyebrow {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.56px;
    text-transform: uppercase;
    color: var(--btp-text-secondary);
    margin: 0;
    align-self: flex-start;
    width: 100%;
}

.btp-audience__intro {
    text-align: center;
    margin-bottom: 64px;
}

.btp-audience__title {
    font-family: var(--btp-font-display);
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    font-variation-settings: "wdth" 25, "opsz" 36;
    margin-bottom: 16px;
}

.btp-audience__desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.24px;
    color: var(--btp-text-secondary);
    max-width: 1013px;
    margin-inline: auto;
}

.btp-audience__rows {
    display: flex;
    flex-direction: column;
    gap: 128px;
}

.btp-audience__row {
    display: grid;
    grid-template-columns: 568px 1fr;
    gap: 48px;
    align-items: center;
}

.btp-audience__row--reverse {
    grid-template-columns: 568px 568px;
    justify-content: space-between;
}

.btp-audience-card {
    background: var(--btp-surface);
    border: 1px solid var(--btp-border);
    border-radius: var(--btp-radius-md);
    padding: 64px;
}

.btp-audience-card--tl {
    box-shadow: -5px -5px 0 0 var(--btp-accent);
}

.btp-audience-card--br {
    box-shadow: 5px 5px 0 0 var(--btp-accent);
}

.btp-audience-card__badge {
    display: inline-flex;
    padding: 8px 24px;
    border-radius: 16px;
    background: var(--btp-accent-muted);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.56px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.btp-numbered-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}

.btp-numbered-list__item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.btp-numbered-list__num {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--btp-text-secondary);
    color: var(--btp-inverse);
    font-size: 16px;
    display: grid;
    place-items: center;
}

.btp-numbered-list__text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.24px;
    color: var(--btp-text-secondary);
}

.btp-audience-card__cta {
    display: flex;
    gap: 16px;
    align-items: center;
}

.btp-audience-card__cta p {
    flex: 1;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: var(--btp-text-secondary);
}

.btp-audience__media {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 704px;
    overflow: visible;
}

.btp-audience__phone {
    width: 348px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.btp-audience__row--reverse .btp-audience__media {
    min-height: 728px;
}

.btp-audience__phone--left {
    width: 354px;
}

.btp-btn--outline-dark {
    background: #0a0a0a;
    border-color: #252526;
    color: var(--btp-text);
}

.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;
}

.btp-world-map {
    padding-block: 0 var(--btp-section-pad);
    background: #0b0c10;
}

.btp-world-map__stage {
    position: relative;
    width: 100%;
    margin-inline: auto;
}

.btp-world-map__scroll {
    position: relative;
    width: 100%;
    overflow: visible;
}

.btp-world-map__map {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 1000 / 400;
    overflow: visible;
}

.btp-world-map__zoom {

    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 40;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.btp-world-map__zoom--hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.btp-world-map__zoom button {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 10px;
    border: 1px solid var(--btp-border);
    background: rgba(14, 17, 22, 0.85);
    color: var(--btp-text);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: background var(--btp-transition), border-color var(--btp-transition), opacity var(--btp-transition);
}

.btp-world-map__zoom button:hover {
    background: var(--btp-surface);
    border-color: var(--btp-accent);
}

.btp-world-map__zoom button:disabled {
    opacity: 0.4;
    cursor: default;
}

.btp-world-map__map svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}

.btp-map-ocean {
    fill: transparent;
}

.btp-world-map__map .btp-map-country path {
    fill: #0f151c;
    stroke: #2b3440;
    stroke-width: 0.4;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
    transition: fill 0.2s ease, stroke 0.2s ease;
}

.btp-world-map__map .btp-map-country.is-selectable {
    cursor: pointer;
}

.btp-world-map__map .btp-map-country.is-hover path,
.btp-world-map__map .btp-map-country.is-selectable:hover path {
    fill: #2b3d1c;
    stroke: #c0fe51;
    stroke-width: 0.8;
}

.btp-world-map__map .btp-map-country.is-active path,
.btp-world-map__map .btp-map-country.is-active.is-hover path,
.btp-world-map__map .btp-map-country.is-active.is-selectable:hover path {
    fill: #c0fe51;
    stroke: #d2ff78;
    stroke-width: 0.4;
    filter: drop-shadow(0 0 6px rgba(192, 254, 81, 0.55));
}

.btp-world-map__glow {
    display: none;
    position: absolute;
    pointer-events: none;
    z-index: 0;
    border-radius: inherit;
    background: radial-gradient(
        ellipse 50% 52% at 40% 37%,
        rgba(140, 191, 46, 0.16) 0%,
        rgba(77, 107, 38, 0.11) 27.5%,
        rgba(13, 23, 31, 0.06) 55%,
        transparent 100%
    );
}

.btp-world-map__pins {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.btp-map-pin {
    position: absolute;
    left: var(--pin-x);
    top: var(--pin-y);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 2;
    pointer-events: auto;
    transition:
        opacity 0.22s ease,
        visibility 0.22s ease;
}

.btp-map-pin--small {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.btp-world-map.is-zoomed .btp-map-pin--small {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.btp-map-pin:focus-visible {
    outline: 2px solid var(--btp-accent);
    outline-offset: 3px;
    border-radius: 50%;
}

.btp-map-pin__halo {

    display: none;
    position: absolute;
    inset: 3.5px;
    border-radius: 50%;
    border: none;
    background: rgba(11, 12, 16, 0.35);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    transition:
        border-color 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.btp-map-pin__dot {
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    transition:
        background 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.btp-map-pin__pulse {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1.5px solid transparent;
    opacity: 0;
    pointer-events: none;
}

.btp-map-pin:hover .btp-map-pin__halo,
.btp-map-pin:focus-visible .btp-map-pin__halo {
    border-color: rgba(192, 254, 81, 0.55);
    background: rgba(192, 254, 81, 0.08);
    box-shadow:
        0 0 0 1px rgba(192, 254, 81, 0.15),
        0 4px 14px rgba(0, 0, 0, 0.4);
    transform: scale(1.06);
}

.btp-map-pin:hover .btp-map-pin__dot,
.btp-map-pin:focus-visible .btp-map-pin__dot {
    background: #fff;
    transform: scale(1.12);
    box-shadow:
        0 0 0 1.5px rgba(11, 12, 16, 0.95),
        0 0 10px rgba(192, 254, 81, 0.35);
}

.btp-map-pin.is-active {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1;
}

.btp-world-map[data-active] .btp-map-pin:not(.is-active) .btp-map-pin__halo {
    opacity: 0.55;
}

.btp-world-map[data-active] .btp-map-pin:not(.is-active) .btp-map-pin__dot {
    opacity: 0.7;
    transform: scale(0.92);
}

@keyframes btp-pin-pulse {
    0% {
        transform: scale(0.72);
        opacity: 0.85;
    }

    70% {
        transform: scale(1.65);
        opacity: 0;
    }

    100% {
        transform: scale(1.65);
        opacity: 0;
    }
}

.btp-world-map__panels {
    position: absolute;
    right: 48px;
    top: 50%;
    transform: translateY(-50%);
    width: 428px;
    max-height: calc(100% - 24px);
    overflow-y: auto;
    z-index: 3;
    scrollbar-width: none;
}

.btp-world-map__panels::-webkit-scrollbar {
    display: none;
}

.btp-geo-panel {
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 60px rgba(0, 0, 0, 0.55);
    display: flex;
    flex-direction: column;
    gap: 32px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.btp-geo-panel--hidden {
    display: none;
}

.btp-geo-panel__head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btp-geo-panel__flag {
    font-size: 48px;
    line-height: 1;
}

.btp-geo-panel__title {
    font-family: var(--btp-font-display);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.12px;
    text-transform: uppercase;
}

.btp-geo-panel__rows {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 20px;
}

.btp-geo-panel__row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.btp-geo-panel__label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--btp-font-display);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.07px;
    text-transform: uppercase;
    min-width: 0;
}

.btp-geo-panel__label img {
    flex-shrink: 0;
}

.btp-geo-panel__label span {
    min-width: 0;
}

.btp-geo-panel__value {
    padding-left: 24px;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: var(--btp-text-secondary);
    letter-spacing: 0.06px;
}

.btp-geo-panel__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding-left: 24px;
    min-width: 0;
}

.btp-geo-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 4px 8px;
    border-radius: 102px;
    border: 0.85px solid var(--btp-border);
    background: var(--btp-bg);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.08px;
    text-transform: uppercase;
    color: var(--btp-text-secondary);
}

.btp-geo-chip img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.btp-geo-panel__flags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 24px;
    font-size: 24px;
}

.btp-geo-panel__flags.btp-geo-panel__languages {
    display: block;
    padding-left: 24px;
    font-size: 14px;
    line-height: 20px;
    color: var(--btp-text-secondary);
}

.btp-geo-panel__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 24px;
}

.btp-geo-panel__stats {
    padding-left: 24px;
    margin: 0;
}

.btp-geo-panel__stats div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: var(--btp-text-secondary);
    letter-spacing: 0.06px;
}

.btp-geo-panel__stats div + div {
    margin-top: 4px;
}

.btp-geo-panel__stats dt {
    margin: 0;
}

.btp-geo-panel__stats dd {
    margin: 0;
    text-align: right;
}

.btp-geo-panel__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btp-geo-panel__actions .btp-btn {
    width: 100%;
}

.btp-geo-panel__note {
    font-size: 10px;
    line-height: normal;
    text-align: center;
    color: #fff;
    opacity: 0.5;
    letter-spacing: 0.2px;
}

.btp-gifts .btp-container {
    display: flex;
    flex-direction: column;
    gap: var(--btp-section-heading-gap);
}

.btp-gifts .btp-section-heading {
    margin-bottom: 0;
}

.btp-gifts .btp-section-heading__title {
    font-size: 48px;
    font-variation-settings: "GRAD" -100, "wdth" 25, "opsz" 36;
}

.btp-gifts .btp-section-heading__desc {
    color: var(--btp-text-secondary);
}

.btp-gifts__layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.btp-gifts__row {
    display: grid;
    gap: 24px;
}

.btp-gifts__row--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.btp-gifts__row--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.btp-gift-card {
    position: relative;
    min-height: 360px;
    padding: 24px;
    background: var(--btp-bg);
    border: 1px solid var(--btp-border);
    border-radius: var(--btp-radius-sm);
    overflow: hidden;
}

.btp-gift-card__copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    min-height: 312px;
}

.btp-gift-card__label {
    margin: 0;
    max-width: 352px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.56px;
    text-transform: uppercase;
    color: var(--btp-text-secondary);
}

.btp-gift-card__text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.btp-gift-card__title {
    margin: 0;
    font-family: var(--btp-font-display);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.12px;
    text-transform: uppercase;
    color: var(--btp-text);
    font-variation-settings: "wdth" 60, "opsz" 28;
}

.btp-gift-card__title--hero {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.36px;
}

.btp-gift-card__desc {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.06px;
    color: var(--btp-text);
}

.btp-gift-card__visual {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.btp-gift-card__asset {
    position: absolute;
    display: block;
    max-width: none;
    object-fit: contain;
}

.btp-gift-card__tools {
    position: absolute;
    left: 24px;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 28px;
    overflow: hidden;
}

.btp-gift-card__tool-logo {
    flex-shrink: 0;
    height: 30px;
    width: auto;
    object-fit: contain;
}

.btp-gift-card__asset--phone {
    left: 50%;
    top: 24px;
    width: 156px;
    height: auto;
    transform: translateX(-12%) rotate(-8.9deg);
}

.btp-gift-card__asset--dollar {
    left: 50%;
    top: 0;
    width: 163px;
    height: auto;
    transform: translateX(-18%);
}

.btp-gift-card__asset--wave {
    left: -35px;
    top: -131px;
    width: 630px;
    max-width: none;
    height: auto;
}

.btp-gift-card__asset--headphones {
    right: 0;
    top: -22px;
    width: min(276px, 58%);
    height: calc(100% + 22px);
    max-height: none;
    object-fit: cover;
    object-position: center top;
}

.btp-gift-card--headphones .btp-gift-card__label,
.btp-gift-card--headphones .btp-gift-card__text {
    max-width: 52%;
}

.btp-gift-card--hero {
    display: block;
    height: 360px;
    min-height: 360px;
    overflow: hidden;
    background-color: var(--btp-bg);
    background-image: url("../images/ecosystem/dot-grid.svg");
    background-size: var(--btp-dot-grid-size) var(--btp-dot-grid-size);
}

.btp-gift-card__hero-media {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.btp-gift-card__hero-media .btp-gift-card__sprite {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
}

.btp-gift-card__label--hero {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 3;
    max-width: none;
}

.btp-gift-card__text--hero {
    position: absolute;
    left: 42%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    max-width: 36%;
    text-align: left;
}

.btp-gift-card__sprite img {
    position: absolute;
    display: block;
    max-width: none;
}

.btp-gift-card__sprite--shirt {
    left: 22.5%;
    top: 14%;
    width: 15%;
    aspect-ratio: 147.55 / 102.838;
    transform: rotate(6.33deg);
    transform-origin: center center;
    z-index: 3;
}

.btp-gift-card__sprite--shirt img {
    width: 257.65%;
    height: 662.32%;
    left: -78.82%;
    top: -76.27%;
}

.btp-gift-card__sprite--bottle {
    left: 28%;
    top: 48%;
    width: 8%;
    aspect-ratio: 90.72 / 137.945;
    transform: rotate(46.75deg);
    transform-origin: center center;
    z-index: 2;
}

.btp-gift-card__sprite--bottle img {
    width: 349.41%;
    height: 411.71%;
    left: -124.71%;
    top: -108.11%;
}

.btp-gift-card__sprite--bear {
    left: 12%;
    top: 32%;
    width: 12%;
    aspect-ratio: 125.636 / 214.944;
    transform: rotate(-11deg);
    transform-origin: center center;
    z-index: 1;
}

.btp-gift-card__sprite--bear img {
    width: 237.38%;
    height: 248.59%;
    left: -68.69%;
    top: -127.58%;
}

.btp-gift-card__sprite--hoodie {
    left: -2%;
    top: 8%;
    width: 20%;
    aspect-ratio: 180.525 / 96.5;
    transform: rotate(-8.57deg);
    transform-origin: center center;
    z-index: 2;
}

.btp-gift-card__sprite--hoodie img {
    width: 240.68%;
    height: 558.94%;
    left: -70.34%;
    top: -50.6%;
}

.btp-gift-card__sprite--sneakers {
    left: 80%;
    top: -3%;
    width: 18%;
    aspect-ratio: 342.918 / 257.852;
    transform: rotate(8.58deg);
    transform-origin: center center;
    z-index: 4;
}

.btp-gift-card__sprite--sneakers img {
    width: 177.11%;
    height: 292.4%;
    left: -43.55%;
    top: -183.81%;
}

.btp-gift-card__sprite--jacket {
    left: 74.5%;
    top: 41%;
    width: 27%;
    aspect-ratio: 342.918 / 268.163;
    transform: rotate(-9.69deg);
    transform-origin: center center;
    z-index: 2;
}

.btp-gift-card__sprite--jacket img {
    width: 177.11%;
    height: 281.15%;
    left: -38.81%;
    top: -76.95%;
}

.btp-team {
    padding-block: var(--btp-section-pad) var(--btp-section-pad-compact);
}

.btp-team .btp-container {
    display: flex;
    flex-direction: column;
    gap: var(--btp-section-heading-gap);
}

.btp-team .btp-section-heading {
    margin-bottom: 0;
}

.btp-team__slider {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.btp-team__carousel {
    overflow: hidden;
}

.btp-team__track {
    display: flex;
    gap: 32px;
    width: max-content;
    padding-bottom: 4px;
    transition: transform 0.35s ease;
}

.btp-team-card {
    flex: 0 0 364.5px;
    width: 364.5px;
    min-height: 566px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    background: var(--btp-surface);
    border: 1px solid var(--btp-border);
    border-radius: 16px;
}

.btp-team-card__photo {
    width: 100%;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    background: var(--btp-surface);
    flex-shrink: 0;
}

.btp-team-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.btp-team-card__photo--empty {
    background: linear-gradient(180deg, #1a1f28, var(--btp-surface));
}

.btp-team-card__role {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.56px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    opacity: 0.3;
}

.btp-team-card__name {
    margin: 0;
    font-family: var(--btp-font-display);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.12px;
    text-transform: uppercase;
    text-align: center;
    font-variation-settings: "wdth" 60, "opsz" var(--btp-display-opsz);
}

.btp-team-card__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 8px;
}

.btp-team-card__social a {
    display: inline-flex;
    line-height: 0;
    opacity: 0.85;
    transition: opacity var(--btp-transition);
}

.btp-team-card__social a:hover {
    opacity: 1;
}

.btp-team-card__social img {
    width: 24px;
    height: 24px;
    max-width: none;
}

.btp-blog .btp-container {
    display: flex;
    flex-direction: column;
    gap: var(--btp-section-heading-gap);
}

.btp-blog .btp-section-heading {
    margin-bottom: 0;
}

.btp-blog .btp-section-heading__title {
    font-size: 48px;
    font-variation-settings: "GRAD" -100, "wdth" 25, "opsz" 36;
}

.btp-blog .btp-section-heading__desc {
    color: rgba(255, 255, 255, 0.75);
}

.btp-blog__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: min(100%, 608px);
    margin: 0 auto 48px;
}

.btp-blog__nav .btp-btn {
    flex: 1;
    max-width: 298px;
}

.btp-blog__nav .btp-blog__tab {
    background: transparent;
    border: 1px solid var(--btp-border);
    color: var(--btp-text-secondary);
    opacity: 0.5;
    cursor: pointer;
    transition: opacity var(--btp-transition), background var(--btp-transition), color var(--btp-transition);
}

.btp-blog__nav .btp-blog__tab.is-active {
    background: #1c232b;
    color: var(--btp-text);
    opacity: 1;
}

.btp-audience__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: min(100%, 608px);
    margin: 0 auto 48px;
}

.btp-audience__nav .btp-btn {
    flex: 1;
    max-width: 298px;
}

.btp-audience__nav .btp-audience__tab {
    background: transparent;
    border: 1px solid var(--btp-border);
    color: var(--btp-text-secondary);
    opacity: 0.5;
    cursor: pointer;
    transition: opacity var(--btp-transition), background var(--btp-transition), color var(--btp-transition);
}

.btp-audience__nav .btp-audience__tab.is-active {
    background: #1c232b;
    color: var(--btp-text);
    opacity: 1;
}

.btp-audience__row[hidden] {
    display: none;
}

.btp-blog__panel[hidden] {
    display: none;
}

.btp-blog__panel--media {
    display: flex;
    justify-content: center;
}

.btp-blog__panel--media .btp-blog__featured--solo {
    width: 100%;
    max-width: 900px;
}

.btp-blog__media-slider {
    position: relative;
    width: 100%;

    max-width: min(900px, calc(100% - 96px));
    margin-inline: auto;
}

.btp-blog__media-viewport {
    overflow: hidden;
    border-radius: var(--btp-radius-sm);
    transition: height 0.35s ease;
}

.btp-blog__media-track {
    display: flex;
    align-items: center;
    transition: transform 0.35s ease;
}

.btp-blog__media-slide {
    flex: 0 0 100%;
    min-width: 0;
}

.btp-blog__media-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
}

.btp-blog__media-arrow.btp-blog__media-arrow--next {
    left: calc(100% + 20px);
    transform: translateY(-50%);
}

.btp-blog__media-arrow.btp-blog__media-arrow--prev {
    right: calc(100% + 20px);
    transform: translateY(-50%) rotate(180deg);
}

.btp-blog__knowledge {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.btp-blog__knowledge .btp-blog-card--knowledge {
    min-height: 344px;
    gap: 14px;
    padding: 16px;
}

.btp-blog__knowledge .btp-blog-card__thumb img {
    height: 150px;
}

.btp-blog-card--knowledge .btp-blog-card__body {
    flex: 1 1 auto;
    justify-content: flex-start;
    gap: 8px;
}

.btp-blog-card--knowledge .btp-blog-card__read {
    align-self: flex-start;
    margin-top: auto;
    padding-top: 8px;
}

.btp-blog-card__read {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color var(--btp-transition);
}

.btp-blog-card__read-arrow {
    transition: transform var(--btp-transition);
}

.btp-blog-card__read:hover,
.btp-blog-card__read:focus-visible {
    color: var(--btp-accent);
}

.btp-blog-card__read:hover .btp-blog-card__read-arrow,
.btp-blog-card__read:focus-visible .btp-blog-card__read-arrow {
    transform: translateX(4px);
}

.btp-blog__featured {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    background: #1c232b;
    border: 1.5px solid var(--btp-border);
    border-radius: var(--btp-radius-sm);
    overflow: hidden;
}

.btp-blog__featured--embed {
    width: 100%;
    padding: 0;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.btp-blog__embed-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.btp-blog__featured--yt {
    min-height: 0;
    aspect-ratio: 16 / 9;
}

.btp-blog__panel--media .btp-blog__featured--ig {
    min-height: 0;
    aspect-ratio: 9 / 16;
    width: 100%;
    max-width: 340px;
    margin-inline: auto;
    border: none;
    background: transparent;
}

@media (max-width: 767px) {
    .btp-blog__media-slider {
        max-width: 100%;
    }

    .btp-blog__media-arrow.btp-blog__media-arrow--prev {
        right: auto;
        left: 6px;
        transform: translateY(-50%) rotate(180deg);
    }

    .btp-blog__media-arrow.btp-blog__media-arrow--next {
        left: auto;
        right: 6px;
        transform: translateY(-50%);
    }

    .btp-blog__panel--media .btp-blog__featured--ig {
        max-width: 250px;
    }
}

.btp-blog__featured-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btp-blog__play {
    position: relative;
    z-index: 1;
    line-height: 0;
}

.btp-blog-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 401px;
    padding: 24px;
    background: var(--btp-bg);
    border: 1px solid var(--btp-border);
    border-radius: var(--btp-radius-sm);
}

.btp-blog-card__thumb {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    line-height: 0;
}

.btp-blog-card__thumb img {
    width: 100%;
    height: 176px;
    object-fit: cover;
}

.btp-blog-card__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    gap: 13px;
}

.btp-blog-card__meta {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.56px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

.btp-blog-card__title {
    margin: 0;
    font-family: var(--btp-font-display);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.09px;
    text-transform: uppercase;
    font-variation-settings: "wdth" 64, "opsz" 24;
}

.btp-blog-card__title a {
    color: #fff;
}

.btp-blog-card__excerpt {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.06px;
    color: #fff;
}

.btp-blog-card__read {
    align-self: flex-end;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.63px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

.btp-testimonials .btp-container {
    display: flex;
    flex-direction: column;
    gap: var(--btp-section-heading-gap);
}

.btp-testimonials .btp-section-heading {
    margin-bottom: 0;
}

.btp-testimonials .btp-section-heading__title {
    font-size: 48px;
    font-variation-settings: "GRAD" -100, "wdth" 25, "opsz" 36;
}

.btp-testimonials .btp-section-heading__desc {
    color: rgba(255, 255, 255, 0.75);
}

.btp-testimonials__slider {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.btp-testimonial {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 48px;
    margin: 0;
    padding: 40px 48px;
    min-height: 240px;
    background: var(--btp-bg);
    border: 1px solid var(--btp-border);
    border-radius: 16px;
    overflow: hidden;
}

.btp-testimonial[hidden] {
    display: none !important;
}

.btp-testimonial__mark {
    position: absolute;
    top: -85px;
    right: 24px;
    font-size: 251px;
    line-height: 391px;
    letter-spacing: 3.77px;
    color: rgba(255, 255, 255, 0.75);
    opacity: 0.15;
    pointer-events: none;
}

.btp-testimonial__head {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 0 0 auto;
    width: 220px;
    max-width: 30%;
}

.btp-testimonial__name {
    font-family: var(--btp-font-display);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.12px;
    text-transform: uppercase;
    font-style: normal;
    color: #fff;
}

.btp-testimonial__role {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.56px;
    text-transform: uppercase;
    color: var(--btp-text-secondary);
}

.btp-testimonial__stars {
    display: flex;
    gap: 4px;
    margin-top: 2px;
}

.btp-testimonial__stars img {
    width: 24px;
    height: 24px;
    max-width: none;
}

.btp-testimonial__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.btp-testimonial__quote {
    margin: 0;
    max-width: 900px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.27px;
    color: var(--btp-text-muted);
}

.btp-testimonials__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
}

.btp-testimonials__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: var(--btp-accent);
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btp-testimonials__arrow--prev {
    transform: rotate(180deg);
}

.btp-testimonials__arrow.is-muted {
    background: var(--btp-accent-muted);
}

.btp-testimonials__arrow:disabled {
    cursor: default;
}

.btp-testimonials__arrow img {
    width: 12px;
    height: 16px;
    filter: brightness(0);
}

.btp-testimonials__dots {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btp-testimonials__dot {
    width: 6px;
    height: 6px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: var(--btp-border);
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btp-testimonials__dot.is-active {
    background: var(--btp-accent);
}

.btp-stats {
    padding-block: 0 var(--btp-section-pad);
}

.btp-testimonials:has(+ .btp-stats) {
    padding-bottom: 0;
}

.btp-testimonials + .btp-stats {
    padding-block: var(--btp-section-pad);
}

.btp-stats__inner {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
    text-align: left;
}

.btp-stats__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.btp-stats__value {
    display: block;
    font-family: var(--btp-font-display);
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    color: var(--btp-accent);
    font-weight: 600;
    font-variation-settings: "wdth" var(--btp-display-width), "opsz" 36;
}

.btp-stats__label {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.24px;
    color: var(--btp-text-muted);
    text-transform: none;
}

.btp-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding-block: var(--btp-section-pad);
    background:
        radial-gradient(ellipse 48% 36% at 12% 24%, rgba(192, 254, 81, 0.14) 0%, transparent 72%),
        radial-gradient(ellipse 44% 38% at 88% 82%, rgba(192, 254, 81, 0.2) 0%, transparent 74%),
        var(--btp-bg);
}

.btp-cta__glow {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    width: min(624px, 58vw);
    aspect-ratio: 1144 / 622;
}

.btp-cta__glow svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.btp-cta__glow--left {
    left: max(-236px, -18vw);
    top: 88px;
    transform: rotate(51.12deg);
    transform-origin: center center;
}

.btp-cta__glow--right {
    left: auto;
    right: max(-120px, -10vw);
    top: min(464px, 46%);
    transform: rotate(-49deg);
    transform-origin: center center;
}

.btp-cta__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    text-align: center;
}

.btp-cta__title {
    font-family: var(--btp-font-display);
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    font-variation-settings: "GRAD" -100, "wdth" 25, "opsz" 36;
}

.btp-cta__desc {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.24px;
    color: rgba(255, 255, 255, 0.75);
}

.btp-cta__visual {
    position: relative;
    width: min(100%, calc(var(--btp-container) * 885 / 1184));
    aspect-ratio: 885 / 416;
    margin-inline: auto;
    -webkit-mask-image: url('../images/cta/macbook-mask.svg');
    mask-image: url('../images/cta/macbook-mask.svg');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.btp-cta__laptop {
    position: absolute;
    left: 10.06%;
    top: -27.16%;
    width: 77.05%;
    height: 156.25%;
    overflow: hidden;
}

.btp-cta__laptop-screen {
    position: absolute;
    width: 173.34%;
    height: 136.2%;
    max-width: none;
    left: -45.36%;
    top: -0.01%;
}

.btp-cta__actions {
    width: min(100%, 600px);
}

.btp-cta__buttons {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

.btp-cta__buttons .btp-btn {
    flex: 1 1 288px;
    max-width: 288px;
}

.btp-cta__buttons .btp-btn--outline {
    background: #0a0a0a;
    border-color: var(--btp-accent);
}

.btp-cta__footnote {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.06px;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 16px;
}

.btp-mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 200;
    pointer-events: none;
}

.btp-mobile-nav[hidden] {
    display: none;
}

.btp-menu-open .btp-mobile-nav {
    pointer-events: auto;
}

.btp-menu-open .btp-mobile-nav[hidden] {
    display: block;
}

.btp-mobile-nav__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(11, 12, 16, 0.72);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.btp-menu-open .btp-mobile-nav__backdrop {
    opacity: 1;
}

.btp-mobile-nav__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(320px, 88vw);
    height: 100%;
    background: var(--btp-surface);
    border-left: 1px solid var(--btp-border);
    padding: 20px;
    transform: translateX(100%);
    transition: transform 0.24s ease;
    overflow-y: auto;
}

.btp-menu-open .btp-mobile-nav__panel {
    transform: translateX(0);
}

.btp-mobile-nav__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.btp-mobile-nav__title {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.56px;
    text-transform: uppercase;
    color: var(--btp-text-secondary);
}

.btp-mobile-nav__close {
    width: 40px;
    height: 40px;
    border: 1px solid var(--btp-border);
    border-radius: 8px;
    background: transparent;
    color: var(--btp-text);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.btp-mobile-nav__menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btp-mobile-nav__menu a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.54px;
    text-transform: uppercase;
    color: var(--btp-text);
    text-decoration: none;
}

.btp-mobile-nav__menu a:hover {
    color: var(--btp-accent);
}

.btp-footer {
    border-top: 1px solid var(--btp-border);
    padding: 62px 37px 20px;
}

.btp-footer__inner {
    display: flex;
    gap: 122px;
    align-items: flex-start;
}

.btp-footer__brand {
    order: -1;
    width: 240px;
    flex-shrink: 0;
}

.btp-footer__brand p {
    margin-top: 16px;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.06px;
    color: var(--btp-text-secondary);
}

.btp-footer__columns {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.btp-footer__heading {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.56px;
    text-transform: uppercase;
    color: var(--btp-text-secondary);
    opacity: 0.25;
    margin-bottom: 15px;
}

.btp-footer__menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.btp-footer__menu a {
    color: var(--btp-text);
    text-decoration: none;
    transition: color 0.2s ease;
}

.btp-footer__menu a:hover {
    color: var(--btp-accent);
}

.btp-footer__menu a,
.btp-footer__menu li {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.54px;
    text-transform: uppercase;
}

.btp-footer__legal {
    text-align: center;
    margin-top: 60px;
}

.btp-footer__copyright {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.06px;
    opacity: 0.25;
}

.btp-footer__disclaimer {
    max-width: 636px;
    margin: 12px auto 0;
    font-size: 10px;
    opacity: 0.15;
    line-height: 16px;
}

@media (min-width: 1280px) {
    .btp-hero {
        padding: 48px 48px 0;
    }

    .btp-hero__frame {
        max-height: calc(100vh - 96px);
    }

    .btp-world-map__scroll {
        display: flex;
        align-items: center;
        height: min(82vh, 780px);
        overflow: hidden;
        touch-action: none;
    }

    .btp-world-map__map {
        flex: 0 0 auto;
        height: var(--btp-map-h, max(min(82vh, 780px), 42vw));
        width: auto;
        aspect-ratio: 1000 / 400;
    }
}

@media (max-width: 1279px) {
    .btp-section-heading--split {
        grid-template-columns: 1fr;
    }

    .btp-world-map__scroll .btp-world-map__map ~ .btp-world-map__map {
        display: none;
    }

    .btp-hero__icon-btn--ghost {
        border: 1px solid var(--btp-header-ghost-border);
        box-shadow: none;
        color: var(--btp-header-ghost-text);
    }

    .btp-hero__icon-btn--lang {
        color: var(--btp-header-ghost-text);
    }

    .btp-section-heading--team .btp-section-heading__meta {
        flex: 1 1 100%;
        max-width: none;
    }

    .btp-section-heading--team .btp-section-heading__content {
        flex: 1 1 100%;
        max-width: none;
    }

    .btp-section-heading--testimonials .btp-section-heading__meta {
        flex: 1 1 100%;
        max-width: none;
    }

    .btp-section-heading--testimonials .btp-section-heading__content {
        flex: 1 1 100%;
    }

    .btp-audience__title,
    .btp-cta__title {
        font-size: clamp(32px, 4vw, 48px);
        line-height: 1.17;
        letter-spacing: -0.48px;
    }

    .btp-gifts__row--3,
    .btp-gifts__row--2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .btp-gift-card--hero {
        height: 360px;
        min-height: 360px;
    }

    .btp-gift-card__asset--wave {
        left: -10%;
        top: -40%;
        width: 120%;
    }

    .btp-gift-card__asset--headphones {
        left: 50.57%;
        right: auto;
        top: -20.93px;
        width: 62.07%;
        height: 784px;
        max-width: none;
        object-fit: cover;
        object-position: center top;
    }

    .btp-gift-card--headphones .btp-gift-card__label,
    .btp-gift-card--headphones .btp-gift-card__text {
        max-width: 50%;
    }

    .btp-testimonial {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }

    .btp-testimonial__head {
        width: auto;
        max-width: none;
    }

    .btp-testimonial__content {
        gap: 32px;
    }

    .btp-audience__row,
    .btp-audience__row--reverse {
        grid-template-columns: 1fr;
    }

    .btp-audience__row--reverse .btp-audience__media {
        order: -1;
    }

    .btp-stats__inner {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media (min-width: 768px) and (max-width: 1279px) {
    :root {
        --btp-gutter: 32px;
        --btp-section-pad: 64px;
    }

    .btp-hero {
        padding: 32px;
    }

    .btp-hero__frame {
        aspect-ratio: 704 / 836;
        gap: 0;
        padding: 8px 0 32px;
        border-radius: 20px;
    }

    .btp-hero__bg,
    .btp-hero__bg-base,
    .btp-hero__bg-image,
    .btp-hero__bg-color,
    .btp-hero__bg-overlay {
        border-radius: 20px;
    }

    .btp-hero__header {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        flex-shrink: 0;
        width: 100%;
        height: 72px;
        padding: 0 20px;
        filter: none;
        box-sizing: border-box;
    }

    .btp-hero__logo {
        min-width: 0;
        min-height: 54px;
        padding: 0;
    }

    .btp-hero__logo .btp-logo,
    .btp-hero__logo svg.btp-logo {
        width: 132px;
        height: 54px;
    }

    .btp-hero__body {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-end;
        gap: 0;
        flex: 1 1 auto;
        width: 100%;
    }

    .btp-hero__copy {
        max-width: none;
        flex: none;
        width: 100%;
        gap: 8px;
        padding-inline: 24px 40px;
        box-sizing: border-box;
    }

    .btp-hero__eyebrow {
        letter-spacing: 1.04px;
        font-variation-settings:
            "GRAD" -25,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712,
            "wdth" 64,
            "opsz" 24;
    }

    .btp-hero__title {
        font-size: 56px;
        line-height: 64px;
        letter-spacing: -0.672px;
        max-width: none;
        font-variation-settings:
            "GRAD" -150,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712,
            "wdth" 44,
            "opsz" 48;
    }

    .btp-hero__cta {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        width: 100%;
        min-width: 0;
        padding: 24px 40px 0 24px;
        box-sizing: border-box;
    }

    .btp-hero__cta .btp-hero__btn {
        flex: 0 0 229px;
        width: 229px;
        max-width: calc(50% - 6px);
    }

    .btp-hero__btn.btp-btn--ghost {
        border: 1px solid rgba(233, 237, 242, 0.12);
        background: rgba(255, 255, 255, 0.06);
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
    }

    .btp-hero__title-accent {
        color: var(--btp-text);
    }

    .btp-ecosystem.btp-section {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 64px 32px;
        box-sizing: border-box;
    }

    .btp-ecosystem .btp-container {
        width: 100%;
        max-width: none;
        margin-inline: 0;
        padding-inline: 0;
        gap: 48px;
    }

    .btp-ecosystem .btp-section-heading {
        display: flex;
        flex-direction: column;
        gap: 24px;
        width: 100%;
        margin-bottom: 0;
    }

    .btp-ecosystem .btp-section-heading--split {
        grid-template-columns: none;
    }

    .btp-ecosystem .btp-section-heading__meta,
    .btp-ecosystem .btp-section-heading__content {
        width: 100%;
        max-width: none;
    }

    .btp-ecosystem .btp-section-heading__content {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .btp-ecosystem .btp-section-heading__title {
        margin: 0;
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -0.32px;
        font-variation-settings:
            "GRAD" -100,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712,
            "wdth" 52,
            "opsz" 36;
    }

    .btp-ecosystem .btp-eyebrow {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.96px;
        color: #6f7b8d;
        opacity: 1;
    }

    .btp-ecosystem .btp-section-heading__desc {
        margin: 0;
        max-width: none;
        font-size: 17px;
        line-height: 26px;
        letter-spacing: 0.085px;
        color: #a7b1c2;
    }

    .btp-ecosystem__body {
        gap: 20px;
        width: 100%;
        max-width: 100%;
    }

    .btp-ecosystem__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        width: 100%;
        max-width: 100%;
    }

    .btp-ecosystem .btp-card {
        padding: 21.5px;
        border-radius: 12px;
    }

    .btp-ecosystem .btp-card__label {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.96px;
    }

    .btp-ecosystem .btp-card--feature {
        gap: 57px;
        height: auto;
        min-height: 0;
        max-height: none;
        overflow: visible;
    }

    .btp-ecosystem .btp-card--feature .btp-card__visual {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-bottom: 0;
        overflow: visible;
    }

    .btp-ecosystem .btp-card--feature .btp-card__footer {
        position: relative;
        z-index: 2;
        flex-shrink: 0;
        width: 100%;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .btp-ecosystem .btp-card__visual--chips {
        height: 251px;
        overflow: hidden;
    }

    .btp-ecosystem .btp-card__visual--offers {
        padding: 8px 4px;
    }

    .btp-ecosystem .btp-card__title {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -0.088px;
        font-variation-settings:
            "GRAD" -50,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712,
            "wdth" 60,
            "opsz" 28;
    }

    .btp-ecosystem .btp-card__list {
        margin-top: 0;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.03px;
    }

    .btp-ecosystem .btp-card__text {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.03px;
    }

    .btp-ecosystem .btp-card__visual--chips .btp-chip {
        padding: 10px 20px;
        gap: 10px;
        border-width: 1.235px;
        border-radius: 40px;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0;
    }

    .btp-ecosystem .btp-card__visual--chips .btp-chip img {
        width: 20px;
        height: 20px;
    }

    .btp-ecosystem .btp-card__visual--chips .btp-chip:nth-child(1) {
        top: 18px;
        left: 11px;
        right: auto;
        max-width: calc(100% - 11px);
    }

    .btp-ecosystem .btp-card__visual--chips .btp-chip:nth-child(3) {
        top: 145px;
        left: 2px;
        right: auto;
        max-width: calc(100% - 2px);
    }

    .btp-ecosystem .btp-card__visual--chips .btp-chip:nth-child(2) {
        top: 84px;
        left: auto;
        right: 0;
        max-width: calc(100% - 162px);
    }

    .btp-ecosystem .btp-card__visual--chips .btp-chip:nth-child(4) {
        top: 206px;
        left: auto;
        right: 0;
        max-width: calc(100% - 163px);
    }

    .btp-ecosystem .btp-offers-row {
        gap: 12px;
        max-width: 100%;
        width: 100%;
        min-width: 0;
    }

    .btp-ecosystem .btp-offer-mini {
        padding: 12px;
        border-radius: 6px;
        font-size: 9px;
    }

    .btp-ecosystem .btp-offer-mini__logo {
        width: 37px;
        height: 37px;
    }

    .btp-ecosystem .btp-offer-mini__badge {
        width: 31px;
        height: 31px;
    }

    .btp-ecosystem .btp-offer-mini__title {
        font-size: 14px;
        line-height: 18px;
    }

    .btp-ecosystem .btp-card__visual--checks ul {
        width: 100%;
        max-width: 100%;
        padding: 14px;
        border-radius: 10px;
        box-sizing: border-box;
    }

    .btp-ecosystem .btp-card__visual--checks li {
        font-size: 9px;
        padding: 6px 0;
    }

    .btp-ecosystem .btp-check {
        width: 14px;
        height: 14px;
    }

    .btp-ecosystem .btp-card__visual--chat {
        padding: 12px;
    }

    .btp-ecosystem .btp-chat {
        max-width: 234px;
    }

    .btp-ecosystem .btp-chat__bubble {
        font-size: 10px;
        padding: 8px 10px;
    }

    .btp-ecosystem .btp-sources-panel {
        padding: 14px;
    }

    .btp-ecosystem .btp-sources-layout__primary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .btp-ecosystem .btp-source-pill {
        min-width: 0;
        width: 100%;
        max-width: 100%;
        gap: 8px;
        padding: 8px 10px;
    }

    .btp-ecosystem .btp-sources-layout__secondary {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .btp-ecosystem .btp-sources-layout__secondary .btp-source-pill {
        flex: 1 1 calc(50% - 4px);
        max-width: calc(50% - 4px);
    }

    .btp-ecosystem .btp-card__visual--levels {
        gap: 8px;
        padding: 0;
        width: 100%;
        max-width: 276px;
        margin-inline: auto;
    }

    .btp-ecosystem .btp-level {
        padding: 9px;
        border-radius: 4px;
        border-width: 0.54px;
        gap: 5px;
    }

    .btp-ecosystem .btp-level__tag {
        font-family: var(--btp-font-body);
        font-size: 8px;
        font-weight: 600;
        line-height: 11px;
        letter-spacing: 0.89px;
    }

    .btp-ecosystem .btp-level__title {
        font-family: var(--btp-font-body);
        font-size: 8px;
        font-weight: 300;
        line-height: 11px;
        letter-spacing: 0;
    }

    .btp-ecosystem .btp-level__text {
        font-size: 8px;
        font-weight: 300;
        line-height: 11px;
    }

    .btp-ecosystem .btp-level__bar {
        gap: 5px;
    }

    .btp-ecosystem .btp-level__bar-track {
        height: 1px;
    }

    .btp-ecosystem .btp-level__bar-icon {
        width: 9px;
        height: 9px;
    }

    .btp-ecosystem .btp-card--wide.btp-card--margin {
        flex-direction: row;
        align-items: center;
        width: 100%;
        max-width: 100%;
        height: 192px;
        min-height: 192px;
        max-height: 192px;
        gap: 0;
    }

    .btp-ecosystem .btp-card--margin__visual {
        height: 100%;
        flex: 1 1 50%;
    }

    .btp-ecosystem .btp-card--margin__percent-wrap {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .btp-ecosystem .btp-card--margin__percent {
        width: 280px;
        max-width: 100%;
    }

    .btp-ecosystem .btp-card--margin__content {
        flex: 1 1 50%;
        gap: 12px;
    }

    .btp-ecosystem .btp-card--margin__eyebrow {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.96px;
    }

    .btp-geo-banner .btp-container,
    .btp-audience .btp-container,
    .btp-world-map .btp-container,
    .btp-gifts .btp-container,
    .btp-team .btp-container,
    .btp-blog .btp-container,
    .btp-testimonials .btp-container,
    .btp-stats .btp-container,
    .btp-cta .btp-container,
    .btp-footer .btp-container {
        width: 100%;
        max-width: none;
        margin-inline: 0;
        padding-inline: 0;
    }

    .btp-geo-banner {
        padding: 64px 32px 0;
        background: #070b10;
    }

    .btp-geo-banner .btp-section-heading--split {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .btp-geo-banner .btp-eyebrow {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.96px;
        color: #737d8c;
        opacity: 1;
    }

    .btp-geo-banner .btp-section-heading__title {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -0.32px;
        font-variation-settings:
            "GRAD" -100,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712,
            "wdth" 52,
            "opsz" 36;
    }

    .btp-geo-banner .btp-section-heading__desc {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.08px;
        color: #a7b1c2;
    }

    .btp-audience {
        padding: 64px 32px;
    }

    .btp-audience__intro {
        margin-bottom: 32px;
        text-align: left;
    }

    .btp-audience__title {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -0.32px;
        font-variation-settings:
            "GRAD" -100,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712,
            "wdth" 52,
            "opsz" 36;
        margin-bottom: 16px;
    }

    .btp-audience__desc {
        font-size: 17px;
        line-height: 26px;
        letter-spacing: 0;
        color: #b9c0ca;
        max-width: none;
        margin-inline: 0;
    }

    .btp-audience__rows {
        gap: 32px;
    }

    .btp-audience__row,
    .btp-audience__row--reverse {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 48px;
        grid-template-columns: none;
    }

    .btp-audience__row .btp-audience__media,
    .btp-audience__row--reverse .btp-audience__media {
        order: 0;
    }

    .btp-audience-card {
        flex: 1 1 0;
        min-width: 0;
        padding: 32px;
    }

    .btp-audience-card__badge {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.96px;
        padding: 8px 14px;
        margin-bottom: 24px;
    }

    .btp-numbered-list {
        gap: 20px;
        margin-bottom: 24px;
    }

    .btp-numbered-list__text {
        font-size: 16px;
        line-height: 24px;
        color: #f0f4f8;
    }

    .btp-audience-card__cta {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .btp-audience-card__cta .btp-btn {
        width: 100%;
        height: 52px;
    }

    .btp-audience-card__cta p {
        text-align: center;
    }

    .btp-audience__media {
        flex: 0 0 218px;
        width: 218px;
        min-height: 0;
        overflow: visible;
    }

    .btp-audience__row--reverse .btp-audience__media {
        min-height: 0;
    }

    .btp-audience__phone {
        width: 178px;
        transform: rotate(4.4deg);
    }

    .btp-audience__phone--left {
        width: 181px;
        transform: rotate(-4.4deg);
    }

    .btp-world-map {
        padding: 56px 32px 64px;
        background: #070b10;
    }

    .btp-world-map__stage {
        position: relative;
        isolation: isolate;
    }

    .btp-world-map__glow {
        display: none;
    }

    .btp-world-map__scroll {
        position: relative;
        z-index: 1;
        border-radius: 24px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        touch-action: pan-x;
        scrollbar-width: none;
    }

    .btp-world-map__scroll::-webkit-scrollbar {
        display: none;
    }

    .btp-world-map__map {
        width: 125vw;
        height: auto;
        min-width: 0;
        aspect-ratio: 1000 / 400;
    }

    .btp-world-map__map svg {
        width: 100%;
        height: 100%;
        display: block;
    }

    .btp-world-map__panels {
        position: relative;
        inset: auto;
        transform: none;
        width: 100%;
        max-width: 420px;
        margin: 20px auto 0;
        padding: 0;
        z-index: 3;
    }

    .btp-geo-panel {
        width: 100%;
        max-width: 340px;
        padding: 19px;
        gap: 25px;
        border-radius: 13px;
        border-width: 0.794px;
    }

    .btp-geo-panel__head {
        gap: 8px;
    }

    .btp-geo-panel__flag {
        font-size: 28px;
        line-height: 36px;
    }

    .btp-geo-panel__title {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -0.088px;
    }

    .btp-geo-panel__rows {
        gap: 19px;
    }

    .btp-geo-panel__row {
        gap: 6px;
    }

    .btp-geo-panel__label {
        font-family: var(--btp-font-body);
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: 0.96px;
    }

    .btp-geo-panel__label img {
        width: 13px;
        height: 13px;
    }

    .btp-geo-panel__value {
        padding-left: 19px;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.03px;
    }

    .btp-geo-panel__chips {
        padding-left: 19px;
        gap: 3px;
    }

    .btp-geo-chip {
        padding: 3px 6px;
        font-size: 9px;
        letter-spacing: 0.72px;
        border-width: 0.675px;
    }

    .btp-geo-chip img {
        width: 11px;
        height: 11px;
    }

    .btp-geo-panel__flags {
        padding-left: 19px;
        gap: 8px;
        font-size: 17px;
        line-height: 26px;
    }

    .btp-geo-panel__flags.btp-geo-panel__languages {
        padding-left: 19px;
        font-size: 13px;
        line-height: 18px;
    }

    .btp-geo-panel__socials {
        padding-left: 19px;
        gap: 8px;
    }

    .btp-geo-panel__socials img {
        width: 25px;
        height: 25px;
    }

    .btp-geo-panel__stats {
        padding-left: 19px;
    }

    .btp-geo-panel__stats div {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.03px;
    }

    .btp-geo-panel__actions {
        gap: 8px;
        width: 100%;
    }

    .btp-geo-panel__actions .btp-btn {
        height: 48px;
        padding-block: 14px;
        font-size: 14px;
        letter-spacing: 0.49px;
    }

    .btp-geo-panel__note {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.03px;
    }

    .btp-gifts {
        padding: 96px 32px 64px;
    }

    .btp-gifts .btp-section-heading--split {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .btp-gifts .btp-eyebrow {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.96px;
        color: #737d8c;
        opacity: 1;
    }

    .btp-gifts .btp-section-heading__title {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -0.32px;
        font-variation-settings:
            "GRAD" -100,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712,
            "wdth" 52,
            "opsz" 36;
    }

    .btp-gifts .btp-section-heading__desc {
        font-size: 17px;
        line-height: 26px;
        color: #b9c0ca;
    }

    .btp-gifts__layout {
        gap: 16px;
    }

    .btp-gifts__row {
        gap: 16px;
    }

    .btp-gifts__row--3,
    .btp-gifts__row--2 {
        grid-template-columns: 1fr;
    }

    .btp-gift-card {
        min-height: 240px;
        height: 240px;
        padding: 24px;
        border-radius: 12px;
    }

    .btp-gift-card__copy {
        min-height: 192px;
        height: 100%;
        gap: 0;
    }

    .btp-gift-card__label {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.96px;
        max-width: none;
    }

    .btp-gift-card__title {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -0.088px;
        font-variation-settings: "GRAD" -50, "wdth" 60, "opsz" 28;
    }

    .btp-gift-card__desc {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.03px;
    }

    .btp-gift-card__title--hero {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -0.088px;
    }

    .btp-gift-card--hero {
        height: 320px;
        min-height: 320px;
    }

    .btp-gift-card__text--hero {
        left: 40%;
        max-width: 34%;
    }

    .btp-gift-card__asset--tools {
        left: 0;
        top: 42%;
        width: 106%;
        max-width: none;
        height: auto;
        transform: translateY(-50%);
    }

    .btp-gift-card__asset--phone {
        left: 65.6%;
        top: -8px;
        width: 16.3%;
        min-width: 110px;
        height: auto;
        transform: rotate(-8.9deg);
    }

    .btp-gift-card__asset--dollar {
        left: 63.1%;
        top: -78px;
        width: 33.1%;
        min-width: 163px;
        height: auto;
        transform: none;
    }

    .btp-gift-card__asset--wave {
        left: 28.4%;
        top: 3px;
        width: 70.2%;
        max-width: none;
        height: auto;
        transform: none;
    }

    .btp-gift-card__asset--headphones {
        left: 50.57%;
        right: auto;
        top: -20.93px;
        width: 62.07%;
        height: 784px;
        max-width: none;
        object-fit: cover;
        object-position: center top;
    }

    .btp-gift-card--headphones .btp-gift-card__label,
    .btp-gift-card--headphones .btp-gift-card__text {
        max-width: 50%;
    }

    .btp-team {
        padding: 96px 32px 32px;
    }

    .btp-team .btp-section-heading--team {
        gap: 24px;
    }

    .btp-team .btp-section-heading--team .btp-section-heading__meta {
        flex: 1 1 100%;
        max-width: none;
    }

    .btp-team .btp-section-heading--team .btp-section-heading__content {
        flex: 1 1 100%;
        max-width: none;
    }

    .btp-team .btp-eyebrow {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.96px;
        color: #737d8c;
        opacity: 1;
    }

    .btp-team .btp-section-heading__title {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -0.32px;
        font-variation-settings:
            "GRAD" -100,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712,
            "wdth" 52,
            "opsz" 36;
    }

    .btp-team .btp-section-heading__desc {
        font-size: 17px;
        line-height: 26px;
        color: #b9c0ca;
    }

    .btp-team__carousel {
        margin-inline: 0;
        padding-inline: 0;
    }

    .btp-team__track {
        gap: 16px;
    }

    .btp-team-card {
        flex: 0 0 364.5px;
        width: 364.5px;
        min-height: 420px;
        padding: 20px;
    }

    .btp-team-card__photo {
        height: 280px;
    }

    .btp-team-card__role {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.96px;
    }

    .btp-team-card__name {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -0.088px;
    }

    .btp-blog {
        padding: 48px 32px 64px;
    }

    .btp-blog .btp-section-heading--split {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .btp-blog .btp-eyebrow {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.96px;
        color: #737d8c;
        opacity: 1;
    }

    .btp-blog .btp-section-heading__title {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -0.32px;
        font-variation-settings:
            "GRAD" -100,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712,
            "wdth" 52,
            "opsz" 36;
    }

    .btp-blog .btp-section-heading__desc {
        font-size: 17px;
        line-height: 26px;
        color: #b9c0ca;
    }

    .btp-blog__nav,
    .btp-audience__nav {
        width: 100%;
        max-width: none;
        gap: 32px;
        margin-bottom: 48px;
    }

    .btp-blog__nav .btp-btn,
    .btp-audience__nav .btp-btn {
        flex: 1 1 0;
        max-width: none;
        height: 52px;
    }

    .btp-blog__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .btp-blog__featured {
        min-height: 390px;
        border-radius: 12px;
    }

    .btp-blog-card {
        min-height: auto;
    }

    .btp-blog-card__body {
        padding: 20px;
        gap: 12px;
    }

    .btp-blog-card__title {
        font-size: 20px;
        line-height: 26px;
    }

    .btp-testimonials {
        padding: 96px 32px 0;
    }

    .btp-testimonials .btp-section-heading--testimonials {
        gap: 24px;
    }

    .btp-testimonials .btp-section-heading--testimonials .btp-section-heading__meta,
    .btp-testimonials .btp-section-heading--testimonials .btp-section-heading__content {
        flex: 1 1 100%;
        max-width: none;
    }

    .btp-testimonials .btp-eyebrow {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.96px;
        color: #737d8c;
        opacity: 1;
    }

    .btp-testimonials .btp-section-heading__title {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -0.32px;
        font-variation-settings:
            "GRAD" -100,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712,
            "wdth" 52,
            "opsz" 36;
    }

    .btp-testimonials .btp-section-heading__desc {
        font-size: 17px;
        line-height: 26px;
        color: rgba(255, 255, 255, 0.75);
    }

    .btp-testimonial {
        gap: 20px;
        padding: 24px;
    }

    .btp-testimonial__name {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -0.1px;
    }

    .btp-testimonial__role {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.96px;
    }

    .btp-testimonial__stars img {
        width: 20px;
        height: 20px;
    }

    .btp-testimonial__content {
        gap: 32px;
        width: 100%;
    }

    .btp-testimonial__quote {
        max-width: none;
        font-size: 16px;
        line-height: 24px;
    }

    .btp-testimonial__mark {
        font-size: 180px;
        line-height: 280px;
        top: -60px;
    }

    .btp-testimonials + .btp-stats {
        padding: 48px 32px 64px;
        background: transparent;
    }

    .btp-stats__inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
    }

    .btp-stats__value {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -0.32px;
        font-variation-settings:
            "GRAD" -100,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712,
            "wdth" 52,
            "opsz" 36;
    }

    .btp-stats__label {
        font-size: 16px;
        line-height: 24px;
    }

    .btp-cta {
        padding: 48px 32px;
    }

    .btp-cta__inner {
        gap: 48px;
    }

    .btp-cta__title {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -0.32px;
        font-variation-settings:
            "GRAD" -100,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712,
            "wdth" 52,
            "opsz" 36;
    }

    .btp-cta__desc {
        font-size: 17px;
        line-height: 26px;
    }

    .btp-cta__visual {
        width: 100%;
        max-width: 704px;
    }

    .btp-cta__actions {
        width: 100%;
        max-width: 600px;
    }

    .btp-cta__buttons .btp-btn {
        flex: 1 1 288px;
        max-width: 288px;
        height: 52px;
    }

    .btp-cta__glow--left {
        left: -180px;
        top: 40px;
    }

    .btp-cta__glow--right {
        right: -80px;
        top: 52%;
    }

    .btp-footer {
        display: flex;
        flex-direction: column;
        gap: 32px;
        align-items: stretch;
        padding: 32px 32px 48px;
    }

    .btp-footer__inner {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 48px;
        row-gap: 32px;
        width: 100%;
    }

    .btp-footer__columns {
        display: contents;
    }

    .btp-footer__columns .btp-footer__col:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .btp-footer__columns .btp-footer__col:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
        align-self: center;
    }

    .btp-footer__columns .btp-footer__col:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
    }

    .btp-footer__brand {
        grid-column: 1;
        grid-row: 2;
        width: auto;
        order: unset;
        margin-top: 0;
    }

    .btp-footer__brand .btp-logo,
    .btp-footer__brand svg.btp-logo {
        width: auto;
        height: 90px;
        max-width: 220px;
        object-position: left center;
        margin-bottom: 16px;
        margin-inline: 0;
    }

    .btp-footer__brand .btp-logo--text {
        font-size: 28px;
    }

    .btp-footer__brand p {
        margin-top: 0;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.03px;
    }

    .btp-footer__heading {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.96px;
        margin-bottom: 15px;
    }

    .btp-footer__menu {
        gap: 12px;
    }

    .btp-footer__menu a,
    .btp-footer__menu li {
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: 0.42px;
    }

    .btp-footer__legal {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
        text-align: center;
    }

    .btp-footer__copyright {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.03px;
        opacity: 0.25;
        margin: 0;
    }

    .btp-footer__disclaimer {
        max-width: 636px;
        margin: 0;
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 0.05px;
        opacity: 0.15;
    }
}

@media (max-width: 767px) {
    :root {
        --btp-gutter: 16px;
        --btp-section-pad: 48px;
        --btp-section-pad-compact: 32px;
        --btp-section-heading-gap: 24px;
    }

    .btp-section {
        padding-block: var(--btp-section-pad);
    }

    .btp-ecosystem .btp-container,
    .btp-geo-banner .btp-container,
    .btp-audience .btp-container,
    .btp-world-map .btp-container,
    .btp-gifts .btp-container,
    .btp-team .btp-container,
    .btp-blog .btp-container,
    .btp-testimonials .btp-container,
    .btp-stats .btp-container,
    .btp-cta .btp-container,
    .btp-footer .btp-container {
        width: 100%;
        max-width: 358px;
        padding-inline: 0;
    }

    .btp-hero {
        padding: 16px;
    }

    .btp-hero__frame {
        width: 100%;
        max-width: none;
        margin-inline: auto;

        aspect-ratio: auto;
        height: calc(var(--btp-vh, 100svh) - 32px);
        min-height: 0;
        max-height: none;
        gap: 0;
        padding: 8px 0 24px;
        border-radius: 20px;
    }

    .btp-hero__bg-image {
        object-position: 50% 28%;
    }

    .btp-hero__bg,
    .btp-hero__bg-base,
    .btp-hero__bg-image,
    .btp-hero__bg-color,
    .btp-hero__bg-overlay {
        border-radius: 20px;
    }

    .btp-hero__bg-overlay {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%),
            linear-gradient(180deg, rgba(0, 0, 0, 0) 37.5%, rgb(0, 0, 0) 80.29%);
    }

    .btp-hero__header {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        flex-shrink: 0;
        width: 100%;
        height: 64px;
        padding: 0 12px;
        filter: none;
    }

    .btp-hero__logo {
        min-width: 0;
        min-height: 54px;
        padding: 0;
    }

    .btp-hero__logo .btp-logo,
    .btp-hero__logo svg.btp-logo {
        width: 132px;
        height: 54px;
    }

    .btp-hero__actions {
        gap: 6px;
        min-width: 0;
    }

    .btp-hero__icon-btn {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .btp-lang-switcher {
        gap: 2px;
        padding: 2px;
    }

    .btp-lang-switcher__item {
        min-width: 30px;
        height: 34px;
        padding: 0 6px;
        font-size: 11px;
    }

    .btp-hero__body {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-end;
        gap: 0;
        flex: 1 1 auto;
        width: 100%;
    }

    .btp-hero__copy {
        max-width: none;
        flex: none;
        width: 100%;
        gap: 8px;
        padding-inline: 24px;
        box-sizing: border-box;
    }

    .btp-hero__eyebrow {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.96px;
        color: #a7b1c2;
        font-variation-settings:
            "GRAD" -25,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712,
            "wdth" 64,
            "opsz" 24;
    }

    .btp-hero__title {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -0.48px;
        max-width: none;
        font-variation-settings:
            "GRAD" -150,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712,
            "wdth" 44,
            "opsz" 48;
    }

    .btp-hero__title-accent {
        color: var(--btp-text);
    }

    .btp-hero__cta {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        width: 100%;
        min-width: 0;
        padding: 24px 24px 0;
        box-sizing: border-box;
    }

    .btp-hero__cta .btp-btn,
    .btp-hero__btn {
        width: 100%;
        height: 52px;
    }

    .btp-hero__btn.btp-btn--ghost {
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(233, 237, 242, 0.12);
        backdrop-filter: blur(2px);
    }

    .btp-ecosystem {
        padding: 48px 16px;
        overflow-x: clip;
    }

    .btp-ecosystem .btp-container {
        gap: 40px;
    }

    .btp-ecosystem__body,
    .btp-ecosystem__grid {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .btp-ecosystem .btp-card--feature {
        gap: 24px;
        height: auto;
        min-height: 0;
        max-height: none;
        overflow: hidden;
    }

    .btp-ecosystem .btp-card--feature:has(.btp-card__visual--offers),
    .btp-ecosystem .btp-card--feature:has(.btp-card__visual--checks) {
        height: auto;
        min-height: 0;
        max-height: none;
        overflow: visible;
    }

    .btp-ecosystem .btp-card--feature:has(.btp-card__visual--chat) {
        height: 457px;
    }

    .btp-ecosystem .btp-card--feature:has(.btp-card__visual--levels) {
        gap: 32px;
        height: auto;
        min-height: 0;
        max-height: none;
        overflow: visible;
    }

    .btp-ecosystem .btp-card--feature:has(.btp-card__visual--levels) .btp-card__visual {
        flex: 0 0 auto;
        overflow: visible;
    }

    .btp-ecosystem .btp-card--feature .btp-card__visual {
        flex: 1 1 auto;
        min-height: 0;
        min-width: 0;
        margin-bottom: 0;
        overflow: hidden;
    }

    .btp-ecosystem .btp-card--feature:has(.btp-card__visual--offers) .btp-card__visual,
    .btp-ecosystem .btp-card--feature:has(.btp-card__visual--checks) .btp-card__visual {
        flex: 0 0 auto;
        overflow: visible;
    }

    .btp-ecosystem .btp-card--feature .btp-card__footer {
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .btp-ecosystem .btp-section-heading--split {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .btp-ecosystem .btp-eyebrow {
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0.325px;
        color: #6f7b8d;
        opacity: 1;
    }

    .btp-ecosystem .btp-section-heading__title {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.32px;
        font-variation-settings:
            "GRAD" -100,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712,
            "wdth" 52,
            "opsz" 36;
    }

    .btp-ecosystem .btp-section-heading__desc {
        font-size: 16px;
        line-height: 24px;
        color: #a7b1c2;
    }

    .btp-ecosystem__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .btp-ecosystem .btp-card {
        padding: 22.69px;
        border-radius: 12px;
    }

    .btp-ecosystem .btp-card__label {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.66px;
    }

    .btp-ecosystem .btp-card__visual--offers {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0;
    }

    .btp-ecosystem .btp-card__title {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.05px;
    }

    .btp-ecosystem .btp-card__list,
    .btp-ecosystem .btp-card__text {
        font-size: 11px;
        line-height: 16px;
    }

    .btp-ecosystem .btp-card__visual--chips {
        flex: 0 0 auto;
        height: 186px;
        min-height: 186px;
        padding: 0;
    }

    .btp-ecosystem .btp-card__visual--chips .btp-chip {
        position: absolute;
        font-size: 13px;
        line-height: 15px;
        padding: 10.4px 20.8px;
        gap: 10.4px;
        border-width: 1.3px;
        white-space: nowrap;
    }

    .btp-ecosystem .btp-card__visual--chips .btp-chip img {
        width: 20.8px;
        height: 20.8px;
    }

    .btp-ecosystem .btp-card__visual--chips .btp-chip:nth-child(1) {
        top: 19px;
        left: 2px;
        right: auto;
    }

    .btp-ecosystem .btp-card__visual--chips .btp-chip:nth-child(2) {
        top: 60px;
        left: auto;
        right: 2px;
    }

    .btp-ecosystem .btp-card__visual--chips .btp-chip:nth-child(3) {
        top: 102px;
        left: 2px;
        right: auto;
    }

    .btp-ecosystem .btp-card__visual--chips .btp-chip:nth-child(4) {
        top: 144px;
        left: auto;
        right: 2px;
    }

    .btp-ecosystem .btp-offers-row {
        width: 100%;
        max-width: 100%;
        gap: 12px;
    }

    .btp-ecosystem .btp-card__visual--checks {
        padding: 0;
    }

    .btp-ecosystem .btp-card__visual--checks ul {
        width: 100%;
        max-width: 100%;
        padding: 15px;
        border-radius: 8px;
        box-sizing: border-box;
    }

    .btp-ecosystem .btp-card__visual--checks li {
        font-size: 8px;
        padding: 6px 0;
    }

    .btp-ecosystem .btp-check {
        width: 14px;
        height: 14px;
    }

    .btp-ecosystem .btp-card__visual--chat {
        flex: 0 0 auto;
        height: 259px;
        min-height: 259px;
        padding: 0;
    }

    .btp-ecosystem .btp-chat {
        max-width: 100%;
        gap: 8px;
    }

    .btp-ecosystem .btp-chat__bubble {
        font-size: 9px;
        padding: 6px 9px;
    }

    .btp-ecosystem .btp-card__visual--levels {
        gap: 8px;
        padding: 0;
        justify-content: flex-start;
        width: 100%;
        max-width: 261px;
        margin-inline: auto;
    }

    .btp-ecosystem .btp-level {
        padding: 9px;
        border-radius: 4px;
        border-width: 0.54px;
        gap: 5px;
    }

    .btp-ecosystem .btp-level__tag {
        font-family: var(--btp-font-body);
        font-size: 8px;
        font-weight: 600;
        line-height: 11px;
        letter-spacing: 0.89px;
    }

    .btp-ecosystem .btp-level__title {
        font-family: var(--btp-font-body);
        font-size: 8px;
        font-weight: 300;
        line-height: 11px;
        letter-spacing: 0;
    }

    .btp-ecosystem .btp-level__text {
        font-size: 8px;
        font-weight: 300;
        line-height: 11px;
    }

    .btp-ecosystem .btp-level__bar {
        gap: 5px;
    }

    .btp-ecosystem .btp-level__bar-track {
        height: 1px;
    }

    .btp-ecosystem .btp-level__bar-icon {
        width: 9px;
        height: 9px;
    }

    .btp-ecosystem .btp-sources-layout__primary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .btp-ecosystem .btp-source-pill {
        min-width: 0;
        width: 100%;
        max-width: 100%;
        gap: 8px;
        padding: 8px 10px;
    }

    .btp-ecosystem .btp-sources-layout__secondary {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .btp-ecosystem .btp-sources-layout__secondary .btp-source-pill {
        flex: 1 1 calc(50% - 4px);
        max-width: calc(50% - 4px);
    }

    .btp-ecosystem .btp-sources-group__pills {
        gap: 6px;
    }

    .btp-ecosystem .btp-sources-group__pills .btp-source-pill {
        gap: 5px;
        padding: 7px 9px;
    }

    .btp-ecosystem .btp-sources-group__pills .btp-source-pill__name {
        font-size: 10px;
        letter-spacing: 0.3px;
    }

    .btp-ecosystem .btp-sources-group__pills .btp-source-pill__icon,
    .btp-ecosystem .btp-sources-group__pills .btp-source-pill__status {
        width: 13px;
        height: 13px;
    }

    .btp-gift-card__asset--headphones {
        inset: 50% 6px auto auto !important;
        left: auto !important;
        transform: translateY(-50%) !important;
        width: 49% !important;
        max-width: 49% !important;
        height: auto !important;
        max-height: 86% !important;
        object-fit: contain !important;
        object-position: right center !important;
    }

    .btp-gift-card--headphones .btp-gift-card__label,
    .btp-gift-card--headphones .btp-gift-card__text {
        max-width: 45% !important;
    }

    .btp-world-map {
        display: none !important;
    }

    .btp-blog__knowledge {
        grid-template-columns: 1fr;
    }

    .btp-ecosystem .btp-card--wide.btp-card--margin {
        flex-direction: column;
        align-items: stretch;
        height: auto;
        min-height: 0;
        max-height: none;
        gap: 24px;
        padding: 24px;
        border-radius: 8px;
    }

    .btp-ecosystem .btp-card--margin__visual {
        height: auto;
        min-height: 155px;
    }

    .btp-ecosystem .btp-card--margin__percent {
        width: min(338px, 100%);
    }

    .btp-ecosystem .btp-card--margin__eyebrow {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.66px;
        color: #6f7b8d;
    }

    .btp-ecosystem .btp-card--margin__content .btp-card__title {
        font-size: 20px;
        line-height: 28px;
    }

    .btp-geo-banner {
        padding: 48px 20px 0;
        background: #0b0c10;
    }

    .btp-geo-banner .btp-section-heading--split {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .btp-geo-banner .btp-eyebrow {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.66px;
        color: #737d8c;
        opacity: 1;
    }

    .btp-geo-banner .btp-section-heading__title {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.256px;
        font-variation-settings:
            "GRAD" -100,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712,
            "wdth" 52,
            "opsz" 36;
    }

    .btp-geo-banner .btp-section-heading__desc {
        font-size: 15px;
        line-height: 22px;
        color: #a7b1c2;
    }

    .btp-world-map {
        padding: 40px 20px 48px;
        background: #0b0c10;
    }

    .btp-world-map__stage {
        position: relative;
        display: block;
        padding: 0 10px;
        overflow: hidden;
        isolation: isolate;
    }

    .btp-world-map__glow {
        display: block;
        top: 0;
        left: -45%;
        width: 190%;
        height: 500px;
    }

    .btp-world-map__scroll {
        position: relative;
        z-index: 1;
        height: 500px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        touch-action: pan-x;
        scrollbar-width: none;
    }

    .btp-world-map__scroll::-webkit-scrollbar {
        display: none;
    }

    .btp-world-map__map {
        height: 100%;
        width: auto;
        min-width: 100%;
        aspect-ratio: 1000 / 400;
        overflow: visible;
    }

    .btp-world-map__map svg {
        width: 100%;
        height: 100%;
        display: block;
    }

    .btp-world-map__panels {
        position: relative;
        inset: auto;
        transform: none;
        margin-top: 16px;
        z-index: 3;
    }

    .btp-geo-panel {
        width: 100%;
        max-width: 350px;
        padding: 20px;
        gap: 26px;
        border-radius: 13px;
        border-width: 0.818px;
    }

    .btp-geo-panel__head {
        gap: 8px;
    }

    .btp-geo-panel__rows {
        gap: 20px;
    }

    .btp-geo-panel__row {
        gap: 7px;
    }

    .btp-geo-panel__value,
    .btp-geo-panel__chips,
    .btp-geo-panel__flags,
    .btp-geo-panel__socials,
    .btp-geo-panel__stats {
        padding-left: 20px;
    }

    .btp-geo-chip {
        padding: 3px 7px;
        font-size: 10px;
        letter-spacing: 0.8px;
        border-width: 0.695px;
    }

    .btp-geo-chip img {
        width: 11px;
        height: 11px;
    }

    .btp-geo-panel__flags {
        gap: 8px;
        font-size: 20px;
        line-height: 28px;
    }

    .btp-geo-panel__socials {
        gap: 8px;
    }

    .btp-geo-panel__socials img {
        width: 26px;
        height: 26px;
    }

    .btp-geo-panel__stats div {
        font-size: 11px;
        line-height: 16px;
    }

    .btp-geo-panel__actions {
        gap: 8px;
        width: 100%;
    }

    .btp-geo-panel__note {
        font-size: 11px;
        line-height: 16px;
        max-width: 300px;
        margin-inline: auto;
    }

    .btp-geo-panel__title {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.016px;
    }

    .btp-geo-panel__flag {
        font-size: 24px;
        line-height: 32px;
    }

    .btp-geo-panel__label {
        font-family: var(--btp-font-body);
        font-size: 11px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: 0.66px;
    }

    .btp-geo-panel__label img {
        width: 13px;
        height: 13px;
    }

    .btp-geo-panel__value {
        font-size: 11px;
        line-height: 16px;
        padding-left: 20px;
    }

    .btp-geo-panel__actions .btp-btn {
        height: 44px;
        padding-block: 13px;
        font-size: 13px;
        letter-spacing: 0.325px;
    }

    .btp-audience {
        padding: 32px 16px;
    }

    .btp-audience__intro {
        margin-bottom: 24px;
        text-align: left;
    }

    .btp-audience__title {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.32px;
        font-variation-settings:
            "GRAD" -100,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712,
            "wdth" 52,
            "opsz" 36;
    }

    .btp-audience__desc {
        font-size: 16px;
        line-height: 24px;
        color: #b9c0ca;
        max-width: none;
    }

    .btp-audience__rows {
        gap: 32px;
    }

    .btp-audience__row,
    .btp-audience__row--reverse {
        display: flex;
        flex-direction: column;
        gap: 0;
        grid-template-columns: none;
    }

    .btp-audience__row .btp-audience__media,
    .btp-audience__row--reverse .btp-audience__media {
        order: -1;
    }

    .btp-audience__media {
        flex: none;
        width: 100%;
        min-height: 0;
        margin-bottom: -220px;
        z-index: 1;
        overflow: visible;
    }

    .btp-audience__phone {
        width: min(331px, 85%);
        max-width: none;
        transform: rotate(4.4deg);
    }

    .btp-audience__phone--left {
        width: min(346px, 88%);
        transform: rotate(-4.4deg);
    }

    .btp-audience-card {
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 24px;
        border-radius: 12px;
    }

    .btp-audience-card--tl,
    .btp-audience-card--br {
        box-shadow: 5px 5px 0 0 var(--btp-accent);
    }

    .btp-audience-card__badge {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.66px;
        padding: 8px 14px;
    }

    .btp-numbered-list {
        gap: 20px;
    }

    .btp-numbered-list__text {
        font-size: 15px;
        line-height: 22px;
        color: #f0f4f8;
    }

    .btp-audience-card__cta {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .btp-audience-card__cta .btp-btn {
        width: 100%;
        height: 52px;
        font-size: 13px;
    }

    .btp-audience-card__cta p {
        font-size: 11px;
        text-align: center;
        color: #8d98a6;
    }

    .btp-gifts {
        padding: 32px 16px;
    }

    .btp-gifts .btp-section-heading--split {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .btp-gifts .btp-eyebrow {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.66px;
        opacity: 0.5;
    }

    .btp-gifts .btp-section-heading__title {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.32px;
        font-variation-settings:
            "GRAD" -100,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712,
            "wdth" 52,
            "opsz" 36;
    }

    .btp-gifts .btp-section-heading__desc {
        font-size: 15px;
        line-height: 22px;
        color: #a7b1c2;
    }

    .btp-gifts__layout {
        gap: 16px;
    }

    .btp-gifts__row--3,
    .btp-gifts__row--2 {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .btp-gift-card {
        min-height: 320px;
        height: 320px;
        padding: 24px;
        border-radius: 12px;
    }

    .btp-gift-card__copy {
        min-height: 0;
        height: 100%;
        gap: 0;
        justify-content: space-between;
    }

    .btp-gift-card--hero {
        height: 320px;
        min-height: 320px;
        overflow: hidden;
    }

    .btp-gift-card__label {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.66px;
    }

    .btp-gift-card__title {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.05px;
    }

    .btp-gift-card__desc {
        font-size: 11px;
        line-height: 16px;
    }

    .btp-gift-card__asset--tools {
        left: 0;
        top: 42%;
        width: 106%;
        max-width: none;
        height: auto;
        transform: translateY(-50%);
    }

    .btp-gift-card__asset--phone {
        left: 65.6%;
        right: auto;
        top: -8px;
        width: 16.3%;
        min-width: 110px;
        height: auto;
        transform: rotate(-8.9deg);
    }

    .btp-gift-card__asset--dollar {
        left: 63.1%;
        right: auto;
        top: -78px;
        width: 33.1%;
        min-width: 163px;
        height: auto;
        transform: none;
    }

    .btp-gift-card__asset--wave {
        left: -42.2%;
        right: auto;
        top: 3px;
        width: 138%;
        max-width: none;
        height: auto;
        transform: none;
    }

    .btp-gift-card__asset--headphones {
        left: 50.57%;
        right: auto;
        top: -20.93px;
        width: 62.07%;
        height: 784px;
        max-width: none;
        object-fit: cover;
        object-position: center top;
    }

    .btp-gift-card--headphones .btp-gift-card__label,
    .btp-gift-card--headphones .btp-gift-card__text {
        max-width: 50%;
    }

    .btp-gift-card--hero {
        display: flex;
        flex-direction: column;
        height: auto;
        min-height: 0;
        gap: 8px;
        padding: 20px;
    }

    .btp-gift-card__label--hero {
        position: static;
        top: auto;
        left: auto;
        z-index: 3;
    }

    .btp-gift-card__hero-media {
        position: relative;
        inset: auto;
        order: 1;
        width: 100%;
        height: 190px;
        margin-top: 4px;
    }

    .btp-gift-card__text--hero {
        position: static;
        transform: none;
        left: auto;
        top: auto;
        order: 2;
        width: 100%;
        max-width: none;
    }

    .btp-gift-card__title--hero {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.05px;
        font-variation-settings: "GRAD" -50, "wdth" 60, "opsz" 28;
    }

    .btp-gift-card__sprite--hoodie {
        left: -2%;
        right: auto;
        top: 4%;
        width: 32%;
        aspect-ratio: 180.525 / 96.5;
        transform: rotate(-8.57deg);
        z-index: 4;
    }

    .btp-gift-card__sprite--shirt {
        left: 27%;
        top: 0;
        width: 27%;
        aspect-ratio: 147.55 / 102.838;
        transform: rotate(6.33deg);
        z-index: 3;
    }

    .btp-gift-card__sprite--sneakers {
        left: auto;
        right: 0;
        top: -2%;
        width: 30%;
        aspect-ratio: 342.918 / 257.852;
        transform: rotate(8.58deg);
        z-index: 5;
    }

    .btp-gift-card__sprite--bear {
        left: 6%;
        right: auto;
        top: 34%;
        width: 24%;
        aspect-ratio: 125.636 / 214.944;
        transform: rotate(-11deg);
        z-index: 2;
    }

    .btp-gift-card__sprite--bottle {
        left: 40%;
        top: 46%;
        width: 14%;
        aspect-ratio: 90.72 / 137.945;
        transform: rotate(46.75deg);
        z-index: 1;
    }

    .btp-gift-card__sprite--jacket {
        left: auto;
        right: -4%;
        top: 28%;
        width: 36%;
        aspect-ratio: 342.918 / 268.163;
        transform: rotate(-9.69deg);
        z-index: 1;
    }

    .btp-team {
        padding: 48px 16px 32px;
    }

    .btp-team .btp-section-heading--team .btp-section-heading__meta,
    .btp-team .btp-section-heading--team .btp-section-heading__content {
        flex: 1 1 100%;
        max-width: none;
    }

    .btp-team .btp-eyebrow {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.66px;
        opacity: 0.5;
    }

    .btp-team .btp-section-heading__title {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.32px;
        font-variation-settings:
            "GRAD" -100,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712,
            "wdth" 52,
            "opsz" 36;
    }

    .btp-team .btp-section-heading__desc {
        font-size: 15px;
        line-height: 22px;
        color: #a7b1c2;
    }

    .btp-team__carousel {
        margin-inline: 0;
        padding-inline: 0;
        overflow: hidden;
    }

    .btp-team__track {
        gap: 16px;
        transition: transform 0.35s ease;
    }

    .btp-team-card {
        flex: 0 0 280px;
        width: 280px;
        min-height: auto;
        padding: 20px;
        border-radius: 12px;
    }

    .btp-team-card__photo {
        height: 320px;
        border-radius: 8px;
    }

    .btp-team-card__role {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.66px;
    }

    .btp-team-card__name {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.05px;
    }

    .btp-blog {
        padding: 48px 16px;
    }

    .btp-blog .btp-section-heading--split {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .btp-blog .btp-eyebrow {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.66px;
        opacity: 0.5;
    }

    .btp-blog .btp-section-heading__title {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.32px;
        font-variation-settings:
            "GRAD" -100,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712,
            "wdth" 52,
            "opsz" 36;
    }

    .btp-blog .btp-section-heading__desc {
        font-size: 15px;
        line-height: 22px;
        color: rgba(255, 255, 255, 0.75);
    }

    .btp-blog__nav,
    .btp-audience__nav {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }

    .btp-blog__nav .btp-btn,
    .btp-audience__nav .btp-btn {
        width: 100%;
        max-width: none;
        height: 52px;
        font-size: 14px;
    }

    .btp-blog__featured {
        aspect-ratio: 16 / 9;
        min-height: 0;
        border-radius: 12px;
        border-width: 1.5px;
    }

    .btp-blog-card {
        min-height: 408px;
        padding: 16px;
        border-radius: 12px;
        gap: 20px;
    }

    .btp-blog-card__thumb {
        height: 176px;
        border-radius: 8px;
    }

    .btp-blog-card__meta {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.66px;
    }

    .btp-blog-card__title {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.016px;
    }

    .btp-blog-card__excerpt {
        font-size: 11px;
        line-height: 16px;
    }

    .btp-blog-card__read {
        font-size: 13px;
        line-height: 18px;
    }

    .btp-testimonials {
        padding: 48px 16px 0;
    }

    .btp-testimonials .btp-eyebrow {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 1.56px;
        opacity: 0.5;
    }

    .btp-testimonials .btp-section-heading__title {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -0.48px;
        font-variation-settings:
            "GRAD" -100,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712,
            "wdth" 25,
            "opsz" 36;
    }

    .btp-testimonials .btp-section-heading__desc {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.24px;
        max-width: none;
    }

    .btp-testimonial {
        gap: 16px;
        padding: 20px;
        background: #11151b;
        border-radius: 16px;
    }

    .btp-testimonial__name {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.05px;
    }

    .btp-testimonial__role {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.66px;
    }

    .btp-testimonial__quote {
        font-size: 15px;
        line-height: 22px;
        max-width: none;
    }

    .btp-testimonial__mark {
        font-size: 180px;
        line-height: 280px;
        top: -60px;
    }

    .btp-testimonials + .btp-stats {
        padding: 48px 16px;
    }

    .btp-stats__inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .btp-stats__value {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.32px;
        font-variation-settings:
            "GRAD" -100,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712,
            "wdth" 52,
            "opsz" 36;
    }

    .btp-stats__label {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.66px;
        text-transform: uppercase;
    }

    .btp-stats__item {
        gap: 8px;
    }

    .btp-cta {
        padding: 48px 16px;
    }

    .btp-cta__inner {
        gap: 48px;
    }

    .btp-cta__title {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.32px;
        text-align: center;
        font-variation-settings:
            "GRAD" -100,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712,
            "wdth" 52,
            "opsz" 36;
    }

    .btp-cta__desc {
        font-size: 15px;
        line-height: 22px;
        text-align: center;
    }

    .btp-cta__visual {
        width: 100%;
        max-width: 358px;
    }

    .btp-cta__buttons {
        flex-direction: column;
        gap: 14px;
        width: 100%;
    }

    .btp-cta__buttons .btp-btn {
        flex: none;
        width: 100%;
        max-width: none;
        height: 52px;
        min-height: 52px;
        font-size: 13px;
    }

    .btp-cta__footnote {
        font-size: 11px;
        line-height: 16px;
        text-align: center;
    }

    .btp-footer {
        display: flex;
        flex-direction: column;
        gap: 32px;
        align-items: stretch;
        padding: 32px 20px 48px;
    }

    .btp-footer .btp-container {
        width: 100%;
        max-width: none;
        margin-inline: 0;
        padding-inline: 0;
    }

    .btp-footer__inner {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .btp-footer__columns {
        display: contents;
    }

    .btp-footer__columns .btp-footer__col:nth-child(1) {
        order: 1;
    }

    .btp-footer__columns .btp-footer__col:nth-child(2) {
        order: 2;
        margin-top: 50px;
    }

    .btp-footer__columns .btp-footer__col:nth-child(3) {
        order: 3;
        margin-top: 32px;
    }

    .btp-footer__brand {
        order: 4;
        width: 100%;
        margin-top: 48px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .btp-footer__heading {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.66px;
        opacity: 0.25;
        margin-bottom: 15px;
    }

    .btp-footer__menu {
        gap: 8px;
    }

    .btp-footer__menu a,
    .btp-footer__menu li {
        font-size: 10px;
        line-height: 1.2;
        letter-spacing: 0.35px;
    }

    .btp-footer__brand .btp-logo,
    .btp-footer__brand svg.btp-logo {
        width: auto;
        height: 90px;
        max-width: 220px;
        object-position: left center;
        margin-bottom: 16px;
        margin-inline: 0;
    }

    .btp-footer__brand .btp-logo--text {
        font-size: 28px;
    }

    .btp-footer__brand p {
        margin-top: 0;
        font-size: 11px;
        line-height: 16px;
    }

    .btp-footer__legal {
        margin-top: 0;
        text-align: left;
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }

    .btp-footer__copyright {
        font-size: 11px;
        line-height: 16px;
        opacity: 0.25;
        margin: 0;
    }

    .btp-footer__disclaimer {
        max-width: none;
        margin: 0;
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 0.05px;
        opacity: 0.15;
    }
}
