/* ============================================================
   Company pages — About Us / Core Values / Vulnerability Disclosure
   Loads ON TOP of lp-bundle.min.css + free-tools.css (+ labs-article.css).
   Reuses the ft-* vocabulary; adds cmp-* (company) and cv-* (core values).
   ============================================================ */

/* The LP page wrapper is a flex column with align-items: center — block sections
   would shrink-to-fit and float centered. Force every top-level company block to
   span the full row; inner max-widths handle the centering. */
.cmp-section, .cmp-stats, .cmp-trio, .cmp-offices, .cmp-band, .cmp-pull, .cmp-ceo,
.cv-hub, .cv-rows, .cv-grid,
.vd-channels, .vd-steps, .vd-split, .vd-harbor {
    width: 100%;
    box-sizing: border-box;
}

/* ---------- Section shell ---------- */
.cmp-section { padding: 40px 24px 8px; }
.cmp-section-inner { max-width: 1060px; margin: 0 auto; }
.cmp-section h2 { font-family: "Matter Medium", sans-serif; font-size: clamp(26px, 3.2vw, 34px); font-weight: 500; color: #07100c; letter-spacing: -0.3px; line-height: 1.15; margin: 0 0 10px; }
.cmp-section-sub { font-family: "Matter Regular", sans-serif; font-size: 16px; color: #666d69; line-height: 1.7; max-width: 680px; margin: 0 0 26px; }
.cmp-center { text-align: center; }
.cmp-center .cmp-section-sub { margin-left: auto; margin-right: auto; }
.cmp-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: "Matter Medium", sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 1.4px; text-transform: uppercase; color: #46ce84; margin-bottom: 12px; }
.cmp-eyebrow::before { content: ''; width: 22px; height: 2px; border-radius: 2px; background: #46ce84; }

/* ---------- Editorial story split (About page) ---------- */
.cmp-story { display: grid; grid-template-columns: 340px 1fr; gap: 56px; max-width: 1108px; margin: 0 auto; padding: 0 24px; align-items: start; }
.cmp-story-side h2 { font-family: "Matter Medium", sans-serif; font-size: clamp(26px, 3vw, 34px); font-weight: 500; color: #07100c; letter-spacing: -0.3px; line-height: 1.18; margin: 0; }
.cmp-story-main p { font-family: "Matter Regular", sans-serif; font-size: 16px; color: #4a524d; line-height: 1.85; margin: 0 0 16px; }
.cmp-story-main p:last-child { margin-bottom: 0; }
.cmp-story-main p b { font-family: "Matter Medium", sans-serif; font-weight: 500; color: #07100c; }
.cmp-story-quote {
    margin: 26px 0 0; padding: 6px 0 6px 26px; border-left: 3px solid #46ce84;
    font-family: "Matter Medium", sans-serif; font-size: clamp(19px, 2.2vw, 23px); font-weight: 500;
    color: #07100c; line-height: 1.45;
}
@media (max-width: 860px) { .cmp-story { grid-template-columns: 1fr; gap: 18px; } }

/* ---------- Editorial value rows (Core Values page) ---------- */
.cv-rows { max-width: 1108px; margin: 0 auto; padding: 0 24px; }
.cv-row { display: grid; grid-template-columns: 150px 1fr; gap: 44px; padding: 36px 0; border-top: 1px solid rgba(7, 16, 12, 0.08); }
.cv-row:first-child { border-top: none; padding-top: 12px; }
.cv-row-num { font-family: "Matter Medium", sans-serif; font-size: 52px; font-weight: 500; line-height: 1; letter-spacing: -1px; color: rgba(70, 206, 132, 0.35); }
.cv-row-main h3 { font-family: "Matter Medium", sans-serif; font-size: 22px; font-weight: 500; color: #07100c; margin: 0 0 4px; letter-spacing: -0.2px; }
.cv-row-lead { font-family: "Matter Medium", sans-serif; font-size: 16px; font-weight: 500; color: #46ce84; margin: 0 0 10px; }
.cv-row-main > p:not(.cv-row-lead) { font-family: "Matter Regular", sans-serif; font-size: 15.5px; color: #4a524d; line-height: 1.8; margin: 0 0 16px; max-width: 720px; }
.cv-row-chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.cv-row-chips li { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; border-radius: 100px; background: #fff; border: 1px solid rgba(7, 16, 12, 0.08); font-family: "Matter Medium", sans-serif; font-size: 12.5px; color: #07100c; box-shadow: 0 1px 5px rgba(7, 16, 12, 0.04); }
.cv-row-chips li::before { content: '\2713'; color: #46ce84; font-size: 11px; }
@media (max-width: 700px) {
    .cv-row { grid-template-columns: 1fr; gap: 8px; padding: 28px 0; }
    .cv-row-num { font-size: 36px; }
}

/* ---------- Numbered steps on the What-we-do trio ---------- */
.cmp-step { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 9px; background: linear-gradient(180deg, #5fe39d 0%, #46ce84 100%); color: #07100c; font-family: "Matter Medium", sans-serif; font-size: 13px; font-weight: 500; box-shadow: 0 4px 10px rgba(70, 206, 132, 0.35); }

/* ---------- Core Values hub (logo fanning out to the five values) ---------- */
.cv-hub { max-width: 1068px; margin: 6px auto 0; padding: 0 24px; }
.cv-hub-badge { display: flex; justify-content: center; position: relative; z-index: 2; }
.cv-hub-badge span {
    display: flex; align-items: center; justify-content: center;
    width: 86px; height: 86px; border-radius: 26px;
    background: linear-gradient(180deg, #5fe39d 0%, #46ce84 100%);
    box-shadow: 0 22px 48px rgba(70, 206, 132, 0.45), 0 6px 16px rgba(7, 16, 12, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.cv-hub-badge svg { width: 46px; height: 47px; display: block; }
.cv-hub-arcs { display: block; width: 100%; height: 150px; margin: -10px 0 6px; }
.cv-hub-values { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.cv-hub-value { display: flex; flex-direction: column; align-items: center; gap: 13px; text-decoration: none; }
.cv-hub-icon {
    display: flex; align-items: center; justify-content: center;
    width: 56px; height: 56px; border-radius: 50%; font-size: 22px; color: #46ce84;
    background: linear-gradient(180deg, rgba(70, 206, 132, 0.16) 0%, rgba(70, 206, 132, 0.05) 100%);
    box-shadow: inset 0 1px 0 #fff, 0 10px 24px rgba(70, 206, 132, 0.18);
    transition: transform 0.18s ease;
}
.cv-hub-value:hover .cv-hub-icon { transform: translateY(-3px); }
.cv-hub-value b { font-family: "Matter Medium", sans-serif; font-size: 15px; font-weight: 500; color: #07100c; text-align: center; line-height: 1.3; }

@media (max-width: 809.98px) {
    .cv-hub-arcs { display: none; }
    .cv-hub-badge { margin-bottom: 30px; }
    .cv-hub-values { grid-template-columns: repeat(2, 1fr); gap: 26px 12px; }
    .cv-hub-value:last-child { grid-column: 1 / -1; }
}

/* ---------- Value detail cards ---------- */
.cv-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 1108px; margin: 0 auto; padding: 0 24px; }
.cv-card { background: #fff; border: 1px solid rgba(7, 16, 12, 0.07); border-radius: 20px; padding: 28px; box-shadow: 0 1px 6px rgba(7, 16, 12, 0.03); }
.cv-card--wide { grid-column: 1 / -1; }
.cv-card-head { display: flex; align-items: center; gap: 13px; margin-bottom: 12px; }
.cv-card-head i {
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    width: 42px; height: 42px; border-radius: 13px; font-size: 17px; color: #46ce84;
    background: linear-gradient(180deg, rgba(70, 206, 132, 0.16) 0%, rgba(70, 206, 132, 0.06) 100%);
    box-shadow: inset 0 1px 0 #fff;
}
.cv-card h3 { font-family: "Matter Medium", sans-serif; font-size: 19px; font-weight: 500; color: #07100c; margin: 0; }
.cv-card-kicker { display: block; font-family: "Matter Medium", sans-serif; font-size: 12px; letter-spacing: 0.8px; text-transform: uppercase; color: #46ce84; margin-bottom: 2px; }
.cv-card p { font-family: "Matter Regular", sans-serif; font-size: 15px; color: #4a524d; line-height: 1.75; margin: 0; }
.cv-card p + p { margin-top: 10px; }
@media (max-width: 809.98px) { .cv-grid { grid-template-columns: 1fr; } }

/* ---------- CEO message ---------- */
.cmp-ceo { max-width: 988px; margin: 46px auto 0; padding: 0 24px; }
.cmp-ceo-card {
    position: relative; display: flex; align-items: center; gap: 32px;
    background: linear-gradient(135deg, #ffffff 0%, #f0faf4 100%);
    border: 1px solid rgba(70, 206, 132, 0.22); border-radius: 24px; padding: 38px;
    box-shadow: 0 16px 44px rgba(7, 16, 12, 0.07);
    overflow: hidden;
}
.cmp-ceo-card::before {
    content: '\201C'; position: absolute; top: -34px; right: 18px;
    font-family: Georgia, serif; font-size: 190px; line-height: 1; color: rgba(70, 206, 132, 0.14);
    pointer-events: none;
}
.cmp-ceo-photo {
    width: 128px; height: 128px; border-radius: 50%; object-fit: cover; flex-shrink: 0;
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px rgba(70, 206, 132, 0.55), 0 14px 32px rgba(7, 16, 12, 0.14);
}
.cmp-ceo-body { position: relative; z-index: 1; }
.cmp-ceo-quote { font-family: "Matter Regular", sans-serif; font-size: 17px; color: #26302a; line-height: 1.75; margin: 0 0 16px; }
.cmp-ceo-name { display: flex; flex-direction: column; gap: 1px; }
.cmp-ceo-name b { font-family: "Matter Medium", sans-serif; font-size: 16px; font-weight: 500; color: #07100c; }
.cmp-ceo-name span { font-family: "Matter Regular", sans-serif; font-size: 13.5px; color: #666d69; }
@media (max-width: 700px) {
    .cmp-ceo-card { flex-direction: column; text-align: center; padding: 30px 22px; gap: 20px; }
    .cmp-ceo-name { align-items: center; }
}

/* ---------- Award pennants (About page — same G2-style badges as the LP) ---------- */
.cmp-awardrow { display: flex; justify-content: center; align-items: flex-start; gap: 44px; flex-wrap: wrap; width: 100%; box-sizing: border-box; max-width: 1108px; margin: 10px auto 0; padding: 0 24px; }
.cmp-award-badge-wrap { display: flex; flex-direction: column; align-items: center; text-align: center; }
.cmp-award-badge {
    position: relative; display: block; width: 150px; height: 170px;
    filter: drop-shadow(0 14px 24px rgba(7, 16, 12, 0.22));
    transition: transform 0.3s cubic-bezier(0.22, 0.9, 0.34, 1);
}
.cmp-award-badge-wrap:hover .cmp-award-badge { transform: translateY(-5px); }
.cmp-award-badge__shape {
    display: block; position: absolute; inset: 0;
    background: #0b0d10;
    clip-path: polygon(0 0, 100% 0, 100% 79%, 50% 100%, 0 79%);
    padding: 3px;
}
.cmp-award-badge__body {
    display: block; position: relative; width: 100%; height: 100%;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 79%, 50% 100%, 0 79%);
    overflow: hidden;
}
.cmp-award-badge__head { display: flex; align-items: stretch; height: 37px; border-bottom: 3px solid #0b0d10; }
.cmp-award-badge__season {
    flex: 1; display: flex; align-items: center; justify-content: center;
    font-family: 'Matter Medium', sans-serif; font-size: 10px; font-weight: 800;
    letter-spacing: 1.2px; color: #0b0d10; text-transform: uppercase;
    line-height: 1.25; text-align: center;
}
.cmp-award-badge__logo { display: flex; align-items: center; justify-content: center; width: 35px; border-left: 3px solid #0b0d10; flex-shrink: 0; }
.cmp-award-badge__logo svg { width: 19px; height: 19px; display: block; }
.cmp-award-badge__logo--xbiz {
    background: #0b0d10;
    font-family: 'Matter Medium', sans-serif; font-size: 8px; font-weight: 800;
    letter-spacing: 0.4px; color: #fff;
}
.cmp-award-badge__title {
    display: flex; align-items: center; justify-content: center; text-align: center;
    height: 76px; padding: 0 10px;
    font-family: 'Matter Medium', sans-serif; font-size: 19px; font-weight: 800;
    line-height: 1.1; letter-spacing: -0.3px; color: #0b0d10;
}
.cmp-award-badge__ribbon {
    position: absolute; left: 0; right: 0; bottom: 0; height: 38%;
    clip-path: polygon(0 0, 50% 52%, 100% 0, 100% 100%, 50% 100%, 0 100%);
}
.cmp-award-badge--xbiz .cmp-award-badge__ribbon { background: linear-gradient(135deg, #ff4d6d 0%, #c9184a 100%); }
.cmp-award-badge--gacc .cmp-award-badge__ribbon { background: linear-gradient(135deg, #66a5ff 0%, #1a73e8 100%); }
.cmp-award-badge--gtd .cmp-award-badge__ribbon { background: linear-gradient(135deg, #5bd58c 0%, #188038 100%); }
.cmp-award-badge-name { font-family: 'Matter Medium', sans-serif; font-size: 15px; font-weight: 500; color: #07100c; margin: 16px 0 0; }
.cmp-award-badge-meta { font-family: 'Matter Regular', sans-serif; font-size: 12.5px; color: #8a918d; margin: 3px 0 0; }
@media (max-width: 560px) {
    .cmp-awardrow { gap: 22px; }
    .cmp-award-badge { width: 118px; height: 134px; }
    .cmp-award-badge__head { height: 30px; border-bottom-width: 2.5px; }
    .cmp-award-badge__season { font-size: 8.5px; }
    .cmp-award-badge__logo { width: 28px; border-left-width: 2.5px; }
    .cmp-award-badge__logo svg { width: 16px; height: 16px; }
    .cmp-award-badge__title { height: 60px; font-size: 15px; }
    .cmp-award-badge-name { font-size: 13px; }
}

/* ---------- Awards + industry recognition (About page) ---------- */
.cmp-awards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; width: 100%; box-sizing: border-box; max-width: 1108px; margin: 0 auto; padding: 0 24px; }
.cmp-award {
    display: flex; flex-direction: column; align-items: center; text-align: center;
    background: #fff; border: 1px solid rgba(7, 16, 12, 0.07); border-radius: 18px;
    padding: 26px 16px 24px; box-shadow: 0 1px 6px rgba(7, 16, 12, 0.03);
}
.cmp-award i {
    display: flex; align-items: center; justify-content: center;
    width: 46px; height: 46px; border-radius: 15px; font-size: 19px; color: #46ce84;
    background: linear-gradient(180deg, rgba(70, 206, 132, 0.16) 0%, rgba(70, 206, 132, 0.06) 100%);
    box-shadow: inset 0 1px 0 #fff; margin-bottom: 13px;
}
.cmp-award-kicker { font-family: "Matter Medium", sans-serif; font-size: 11.5px; font-weight: 500; letter-spacing: 0.8px; text-transform: uppercase; color: #46ce84; margin-bottom: 4px; }
.cmp-award b { font-family: "Matter Medium", sans-serif; font-size: 15.5px; font-weight: 500; color: #07100c; line-height: 1.35; }
@media (max-width: 860px) { .cmp-awards { grid-template-columns: repeat(2, 1fr); } }

.cmp-databand { width: 100%; box-sizing: border-box; max-width: 1108px; margin: 16px auto 0; padding: 0 24px; }
.cmp-databand-card {
    display: flex; align-items: center; gap: 24px;
    background: linear-gradient(135deg, #ffffff 0%, #f0faf4 100%);
    border: 1px solid rgba(70, 206, 132, 0.22); border-radius: 20px;
    padding: 28px 30px; box-shadow: 0 12px 32px rgba(7, 16, 12, 0.06);
}
.cmp-databand-card > i {
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    width: 52px; height: 52px; border-radius: 16px; font-size: 20px; color: #46ce84;
    background: rgba(70, 206, 132, 0.13);
}
.cmp-databand-card b { display: block; font-family: "Matter Medium", sans-serif; font-size: 17px; font-weight: 500; color: #07100c; margin-bottom: 5px; }
.cmp-databand-card p { margin: 0; font-family: "Matter Regular", sans-serif; font-size: 14.5px; color: #4a524d; line-height: 1.7; }
@media (max-width: 640px) { .cmp-databand-card { flex-direction: column; text-align: center; gap: 16px; } }

/* ---------- Team grid (About page) ---------- */
.cmp-team { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; width: 100%; box-sizing: border-box; max-width: 668px; margin: 18px auto 0; padding: 0 24px; }
.cmp-team-card {
    display: flex; flex-direction: column; align-items: center; text-align: center;
    background: #fff; border: 1px solid rgba(7, 16, 12, 0.07); border-radius: 20px;
    padding: 30px 22px 26px; box-shadow: 0 1px 6px rgba(7, 16, 12, 0.03);
}
.cmp-team-card img {
    width: 96px; height: 96px; border-radius: 50%; object-fit: cover; margin-bottom: 14px;
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px rgba(70, 206, 132, 0.5), 0 10px 24px rgba(7, 16, 12, 0.1);
}
.cmp-team-card b { font-family: "Matter Medium", sans-serif; font-size: 16.5px; font-weight: 500; color: #07100c; margin-bottom: 3px; }
.cmp-team-card span { font-family: "Matter Regular", sans-serif; font-size: 13.5px; color: #666d69; }
@media (max-width: 700px) { .cmp-team { grid-template-columns: 1fr; } }

/* ---------- Big rotating stat (About page hero stat) ---------- */
.cmp-bigstat { position: relative; width: 100%; box-sizing: border-box; max-width: 1108px; margin: 0 auto; padding: 18px 24px 0; height: clamp(150px, 22vw, 260px); overflow: hidden; }
.cmp-sr { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.cmp-bigstat-slide { position: absolute; top: 18px; left: 24px; right: 24px; text-align: center; opacity: 0; visibility: hidden; pointer-events: none; }
.cmp-bigstat-slide.is-in { opacity: 1; visibility: visible; }
.cmp-bigstat-slide.is-out {
    opacity: 0; visibility: visible; transform: translateY(-28px); filter: blur(5px);
    transition: opacity 0.34s ease, transform 0.34s ease, filter 0.34s ease;
}
.cmp-bigstat-num { display: block; font-family: "Matter Medium", sans-serif; font-weight: 500; font-size: clamp(58px, 9.5vw, 126px); line-height: 1.02; letter-spacing: -0.02em; }
.cmp-bigstat-num .ch {
    display: inline-block; opacity: 0; transform: translateY(0.5em); filter: blur(8px);
    background-image: linear-gradient(180deg, #46ce84 0%, #46ce84 46%, rgba(70, 206, 132, 0.32) 84%, rgba(70, 206, 132, 0.07) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease, filter 0.5s ease;
    transition-delay: calc(var(--i) * 0.045s);
}
.cmp-bigstat-slide.is-in .cmp-bigstat-num .ch { opacity: 1; transform: none; filter: none; }
.cmp-bigstat-label {
    display: block; margin-top: 8px;
    font-family: "Matter Medium", sans-serif; font-weight: 500;
    font-size: clamp(18px, 2.7vw, 30px); line-height: 1.3; color: #07100c;
    opacity: 0; transform: translateY(18px);
    transition: opacity 0.5s ease 0.32s, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.32s;
}
.cmp-bigstat-slide.is-in .cmp-bigstat-label { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .cmp-bigstat-num .ch, .cmp-bigstat-label, .cmp-bigstat-slide.is-out {
        transition: opacity 0.3s ease !important; transform: none !important; filter: none !important;
    }
}

/* ---------- Stats strip ---------- */
.cmp-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 1108px; margin: 0 auto; padding: 0 24px; }
.cmp-stat { background: #fff; border: 1px solid rgba(7, 16, 12, 0.07); border-radius: 18px; padding: 24px 16px; text-align: center; }
.cmp-stat b {
    display: block; font-family: "Matter Medium", sans-serif; font-weight: 500;
    font-size: clamp(26px, 3vw, 34px); letter-spacing: -0.5px; line-height: 1.1; margin-bottom: 6px;
    background-image: linear-gradient(135deg, #46ce84 0%, #5fe39d 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.cmp-stat span { font-family: "Matter Regular", sans-serif; font-size: 13.5px; color: #666d69; line-height: 1.45; display: block; }
@media (max-width: 809.98px) {
    .cmp-stats { grid-template-columns: repeat(2, 1fr); }
    .cmp-stats .cmp-stat:nth-child(odd):last-child { grid-column: 1 / -1; }
}

/* ---------- Trio cards (What we do) ---------- */
.cmp-trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1108px; margin: 0 auto; padding: 0 24px; }
.cmp-trio .cv-card { padding: 26px; }
@media (max-width: 860px) { .cmp-trio { grid-template-columns: 1fr; } }

/* ---------- Offices ---------- */
.cmp-offices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1108px; margin: 0 auto; padding: 0 24px; }
.cmp-office { background: #fff; border: 1px solid rgba(7, 16, 12, 0.07); border-radius: 18px; padding: 24px; }
.cmp-office-head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.cmp-office-head i {
    display: flex; align-items: center; justify-content: center;
    width: 34px; height: 34px; border-radius: 11px; font-size: 14px; color: #46ce84;
    background: rgba(70, 206, 132, 0.12);
}
.cmp-office-head b { font-family: "Matter Medium", sans-serif; font-size: 15.5px; font-weight: 500; color: #07100c; }
.cmp-office p { font-family: "Matter Regular", sans-serif; font-size: 14px; color: #666d69; line-height: 1.65; margin: 0; }
@media (max-width: 860px) { .cmp-offices { grid-template-columns: 1fr; } }

/* ---------- Values teaser band (About page) ---------- */
.cmp-band { max-width: 1108px; margin: 0 auto; padding: 0 24px; }
.cmp-band a {
    display: flex; align-items: center; justify-content: space-between; gap: 18px;
    background: linear-gradient(180deg, #5fe39d 0%, #46ce84 100%);
    border-radius: 20px; padding: 26px 30px; text-decoration: none;
    box-shadow: 0 16px 40px rgba(70, 206, 132, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.cmp-band a:hover { transform: translateY(-2px); box-shadow: 0 20px 48px rgba(70, 206, 132, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.4); text-decoration: none; }
.cmp-band-text b { display: block; font-family: "Matter Medium", sans-serif; font-size: 19px; font-weight: 500; color: #07100c; margin-bottom: 4px; }
.cmp-band-text span { font-family: "Matter Regular", sans-serif; font-size: 14px; color: rgba(7, 16, 12, 0.72); }
.cmp-band-arrow {
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    width: 44px; height: 44px; border-radius: 50%; color: #5fe39d; font-size: 16px;
    background: #07100c;
    box-shadow: 0 8px 20px rgba(7, 16, 12, 0.3);
}
@media (max-width: 700px) { .cmp-band a { flex-direction: column; text-align: center; } }

/* ---------- Mission pull-quote (About page) ---------- */
.cmp-pull { max-width: 1108px; margin: 18px auto 0; padding: 0 24px; }
.cmp-pull blockquote {
    margin: 0; padding: 6px 0 6px 26px; border-left: 3px solid #46ce84;
    font-family: "Matter Medium", sans-serif; font-size: clamp(19px, 2.4vw, 24px); font-weight: 500;
    color: #07100c; line-height: 1.45; max-width: 780px;
}

/* ---------- Vulnerability disclosure — report channels ---------- */
.vd-channels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1108px; margin: 0 auto; padding: 0 24px; }
.vd-channel { position: relative; display: flex; flex-direction: column; gap: 12px; background: #fff; border: 1px solid rgba(7, 16, 12, 0.07); border-radius: 20px; padding: 26px; box-shadow: 0 1px 6px rgba(7, 16, 12, 0.03); }
.vd-channel--primary { border-color: rgba(70, 206, 132, 0.35); background: linear-gradient(160deg, #ffffff 0%, #f0faf4 100%); box-shadow: 0 12px 32px rgba(70, 206, 132, 0.12); }
.vd-channel-tag { position: absolute; top: 18px; right: 18px; padding: 4px 11px; border-radius: 100px; background: linear-gradient(180deg, #5fe39d 0%, #46ce84 100%); color: #07100c; font-family: "Matter Medium", sans-serif; font-size: 11px; letter-spacing: 0.6px; text-transform: uppercase; }
.vd-channel-brand { display: flex; align-items: center; gap: 11px; }
.vd-channel-brand i, .vd-channel-brand svg { flex-shrink: 0; }
.vd-channel-brand i {
    display: flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: 14px; font-size: 18px; color: #46ce84;
    background: linear-gradient(180deg, rgba(70, 206, 132, 0.16) 0%, rgba(70, 206, 132, 0.06) 100%);
    box-shadow: inset 0 1px 0 #fff;
}
.vd-channel-mark { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 14px; background: #f5f6f5; border: 1px solid rgba(7, 16, 12, 0.06); }
.vd-channel-mark svg { width: 22px; height: 22px; display: block; }
.vd-channel-brand b { font-family: "Matter Medium", sans-serif; font-size: 16.5px; font-weight: 500; color: #07100c; }
.vd-channel p { font-family: "Matter Regular", sans-serif; font-size: 14px; color: #666d69; line-height: 1.65; margin: 0; flex: 1; }
.vd-channel-link { font-family: "Matter Medium", sans-serif; font-size: 14.5px; color: #46ce84; text-decoration: none; word-break: break-all; }
.vd-channel-link:hover { text-decoration: underline; color: #46ce84; }
.vd-channel small { font-family: "Matter Regular", sans-serif; font-size: 12.5px; color: #8a918d; }
.vd-channel small a { color: #666d69; }
@media (max-width: 900px) { .vd-channels { grid-template-columns: 1fr; } }

/* ---------- Response timeline ---------- */
.vd-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 1108px; margin: 0 auto; padding: 0 24px; }
.vd-step { position: relative; background: #fff; border: 1px solid rgba(7, 16, 12, 0.07); border-radius: 18px; padding: 22px 20px; }
.vd-step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.vd-step-num { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 10px; background: linear-gradient(180deg, #5fe39d 0%, #46ce84 100%); color: #07100c; font-family: "Matter Medium", sans-serif; font-size: 13.5px; box-shadow: 0 4px 10px rgba(70, 206, 132, 0.3); }
.vd-step-when { font-family: "Matter Medium", sans-serif; font-size: 11.5px; letter-spacing: 0.6px; text-transform: uppercase; color: #46ce84; }
.vd-step b { display: block; font-family: "Matter Medium", sans-serif; font-size: 15.5px; font-weight: 500; color: #07100c; margin-bottom: 5px; }
.vd-step p { font-family: "Matter Regular", sans-serif; font-size: 13.5px; color: #666d69; line-height: 1.6; margin: 0; }
@media (max-width: 900px) { .vd-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .vd-steps { grid-template-columns: 1fr; } }

/* ---------- Scope / rules split panels ---------- */
.vd-split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 1108px; margin: 0 auto; padding: 0 24px; }
.vd-panel { background: #fff; border: 1px solid rgba(7, 16, 12, 0.07); border-radius: 20px; padding: 26px; }
.vd-panel--good { border-color: rgba(70, 206, 132, 0.3); }
.vd-panel--bad { border-color: rgba(239, 68, 68, 0.22); }
.vd-panel-head { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; }
.vd-panel-head i { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 12px; font-size: 15px; }
.vd-panel--good .vd-panel-head i { color: #46ce84; background: rgba(70, 206, 132, 0.13); }
.vd-panel--bad .vd-panel-head i { color: #dc2626; background: rgba(239, 68, 68, 0.09); }
.vd-panel-head b { font-family: "Matter Medium", sans-serif; font-size: 16.5px; font-weight: 500; color: #07100c; }
.vd-panel ul { list-style: none; margin: 0; padding: 0; }
.vd-panel li { position: relative; font-family: "Matter Regular", sans-serif; font-size: 14.5px; color: #4a524d; line-height: 1.65; padding: 8px 0 8px 32px; border-bottom: 1px dashed rgba(7, 16, 12, 0.07); }
.vd-panel li:last-child { border-bottom: none; }
.vd-panel li::before { position: absolute; left: 0; top: 9px; width: 21px; height: 21px; border-radius: 7px; font-family: "Matter Medium", sans-serif; font-size: 11px; display: flex; align-items: center; justify-content: center; }
.vd-panel--good li::before { content: '\2713'; background: rgba(70, 206, 132, 0.12); color: #46ce84; }
.vd-panel--bad li::before { content: '\2715'; background: rgba(239, 68, 68, 0.09); color: #dc2626; }
@media (max-width: 860px) { .vd-split { grid-template-columns: 1fr; } }

/* ---------- Safe harbor callout ---------- */
.vd-harbor { max-width: 1108px; margin: 0 auto; padding: 0 24px; }
.vd-harbor-card { display: flex; gap: 22px; align-items: flex-start; background: linear-gradient(160deg, #5fe39d 0%, #46ce84 100%); border-radius: 22px; padding: 32px; box-shadow: 0 16px 44px rgba(70, 206, 132, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.4); }
.vd-harbor-card > i { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 50px; height: 50px; border-radius: 16px; font-size: 20px; color: #5fe39d; background: #07100c; box-shadow: 0 8px 20px rgba(7, 16, 12, 0.25); }
.vd-harbor-card b { display: block; font-family: "Matter Medium", sans-serif; font-size: 18px; font-weight: 500; color: #07100c; margin-bottom: 8px; }
.vd-harbor-card p { font-family: "Matter Regular", sans-serif; font-size: 14.5px; color: rgba(7, 16, 12, 0.78); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .vd-harbor-card { flex-direction: column; } }

/* ---------- Affiliate page ---------- */
.aff-hero { position: relative; width: 100%; box-sizing: border-box; padding: 40px 24px 26px; text-align: center; overflow: hidden; background: radial-gradient(ellipse at 50% 42%, rgba(70, 206, 132, 0.13) 0%, transparent 62%); }
.aff-hero-inner { position: relative; z-index: 2; max-width: 780px; margin: 0 auto; }
.aff-ten {
    font-family: "Matter Medium", sans-serif; font-weight: 500;
    font-size: clamp(130px, 21vw, 250px); line-height: 0.95; letter-spacing: -0.04em;
    background-image: linear-gradient(160deg, #46ce84 0%, #5fe39d 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    filter: drop-shadow(0 20px 44px rgba(70, 206, 132, 0.28));
}
.aff-ten-tag {
    display: inline-flex; align-items: center; gap: 8px; margin: 4px 0 18px; padding: 9px 20px;
    border-radius: 100px; background: #07100c; color: #fff;
    font-family: "Matter Medium", sans-serif; font-size: clamp(12px, 1.5vw, 15px);
    letter-spacing: 1.8px; text-transform: uppercase;
    box-shadow: 0 14px 32px rgba(7, 16, 12, 0.28);
}
.aff-hero-sub { font-family: "Matter Regular", sans-serif; font-size: 17px; color: #666d69; line-height: 1.65; max-width: 620px; margin: 0 auto; }
.aff-cta {
    display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; padding: 16px 32px;
    border-radius: 100px; background: linear-gradient(180deg, #5fe39d 0%, #46ce84 100%);
    color: #07100c !important; font-family: "Matter Medium", sans-serif; font-size: 16px;
    text-decoration: none !important;
    box-shadow: 0 16px 34px rgba(70, 206, 132, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.45);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.aff-cta:hover { transform: translateY(-2px); box-shadow: 0 20px 40px rgba(70, 206, 132, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.45); }
.aff-hero-meta { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; margin-top: 20px; font-family: "Matter Regular", sans-serif; font-size: 13.5px; color: #8a918d; }
.aff-hero-meta span { display: inline-flex; align-items: center; gap: 6px; }
.aff-hero-meta i { color: #46ce84; font-size: 11px; }

/* Floating commission-notification chips around the hero */
.aff-chip {
    position: absolute; z-index: 1; display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 15px; border-radius: 100px; background: #fff;
    border: 1px solid rgba(7, 16, 12, 0.07);
    box-shadow: 0 14px 30px rgba(7, 16, 12, 0.12);
    font-family: "Matter Regular", sans-serif; font-size: 13px; color: #4a524d; white-space: nowrap;
    transform: rotate(var(--r, 0deg));
    animation: aff-float 6.5s ease-in-out infinite; animation-delay: var(--d, 0s);
}
.aff-chip b { font-family: "Matter Medium", sans-serif; font-weight: 500; color: #46ce84; }
.aff-chip i { color: #46ce84; font-size: 12px; }
.aff-chip-coin { width: 19px; height: 19px; object-fit: contain; flex-shrink: 0; filter: drop-shadow(0 2px 4px rgba(240, 165, 26, 0.35)); }
@keyframes aff-float {
    0%, 100% { margin-top: 0; }
    50% { margin-top: -14px; }
}
@media (max-width: 940px) { .aff-chip { display: none; } }

/* Earnings calculator */
.aff-calc { width: 100%; box-sizing: border-box; max-width: 1108px; margin: 0 auto; padding: 0 24px; }
.aff-calc-card {
    display: grid; grid-template-columns: 1.25fr 1fr; gap: 38px; align-items: center;
    background: linear-gradient(135deg, #ffffff 0%, #f0faf4 100%);
    border: 1px solid rgba(70, 206, 132, 0.22); border-radius: 24px; padding: 40px;
    box-shadow: 0 16px 44px rgba(7, 16, 12, 0.07);
}
.aff-calc-card h2 { font-family: "Matter Medium", sans-serif; font-size: clamp(24px, 3vw, 33px); font-weight: 500; color: #07100c; letter-spacing: -0.3px; margin: 0 0 22px; }
.aff-calc-card h2 output { color: #46ce84; font-family: inherit; }
.aff-slider {
    -webkit-appearance: none; appearance: none; display: block; width: 100%; height: 8px; border-radius: 100px;
    background: linear-gradient(90deg, #46ce84 0%, #46ce84 var(--fill, 10%), rgba(7, 16, 12, 0.08) var(--fill, 10%));
    outline: none; cursor: pointer;
}
.aff-slider::-webkit-slider-thumb {
    -webkit-appearance: none; width: 28px; height: 28px; border-radius: 50%;
    background: linear-gradient(180deg, #5fe39d 0%, #46ce84 100%);
    border: 3px solid #fff; box-shadow: 0 6px 16px rgba(70, 206, 132, 0.5); cursor: grab;
}
.aff-slider::-moz-range-thumb {
    width: 22px; height: 22px; border-radius: 50%;
    background: linear-gradient(180deg, #5fe39d 0%, #46ce84 100%);
    border: 3px solid #fff; box-shadow: 0 6px 16px rgba(70, 206, 132, 0.5); cursor: grab;
}
.aff-calc-note { font-family: "Matter Regular", sans-serif; font-size: 13px; color: #8a918d; margin: 16px 0 0; }
.aff-calc-out { display: flex; flex-direction: column; gap: 14px; }
.aff-calc-stat { background: #fff; border: 1px solid rgba(7, 16, 12, 0.07); border-radius: 18px; padding: 20px 24px; box-shadow: 0 1px 6px rgba(7, 16, 12, 0.03); }
.aff-calc-stat b {
    display: block; font-family: "Matter Medium", sans-serif; font-weight: 500;
    font-size: clamp(32px, 4vw, 46px); line-height: 1.05; letter-spacing: -1px; margin-bottom: 4px;
    background-image: linear-gradient(135deg, #46ce84 0%, #5fe39d 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.aff-calc-stat span { font-family: "Matter Regular", sans-serif; font-size: 13.5px; color: #666d69; }
@media (max-width: 860px) { .aff-calc-card { grid-template-columns: 1fr; gap: 24px; padding: 28px 22px; } }

/* Affiliate steps — big-number timeline */
.aff-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; width: 100%; box-sizing: border-box; max-width: 1108px; margin: 0 auto; padding: 0 24px; }
.aff-step-head { display: flex; align-items: center; gap: 16px; margin-bottom: 14px; }
.aff-step-num {
    font-family: "Matter Medium", sans-serif; font-weight: 500;
    font-size: clamp(64px, 7vw, 96px); line-height: 0.95; letter-spacing: -0.03em;
    background-image: linear-gradient(180deg, #46ce84 0%, rgba(70, 206, 132, 0.08) 105%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.aff-step-line { flex: 1; display: flex; align-items: center; gap: 8px; min-width: 30px; }
.aff-step-line::before { content: ''; flex: 1; border-top: 2px dashed rgba(70, 206, 132, 0.45); }
.aff-step-line i { color: #46ce84; font-size: 15px; flex-shrink: 0; }
.aff-step-line--end i { font-size: 18px; }
.aff-step .cv-card-kicker { margin-bottom: 3px; }
.aff-step h3 { font-family: "Matter Medium", sans-serif; font-size: 19px; font-weight: 500; color: #07100c; margin: 0 0 8px; }
.aff-step p { font-family: "Matter Regular", sans-serif; font-size: 14.5px; color: #4a524d; line-height: 1.7; margin: 0; }
@media (max-width: 860px) {
    .aff-steps { grid-template-columns: 1fr; gap: 30px; }
    .aff-step-num { font-size: 56px; }
    .aff-step-line { display: none; }
}

/* Affiliate marketing-tools showcase */
.aff-tools { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; width: 100%; box-sizing: border-box; max-width: 1108px; margin: 0 auto; padding: 0 24px; }
.aff-tool {
    position: relative; overflow: hidden; display: flex; flex-direction: column;
    background: #fff; border: 1px solid rgba(7, 16, 12, 0.07); border-radius: 22px;
    padding: 30px; box-shadow: 0 1px 6px rgba(7, 16, 12, 0.03);
}
.aff-tool h3 { font-family: "Matter Medium", sans-serif; font-size: 20px; font-weight: 500; color: #07100c; margin: 0 0 8px; }
.aff-tool > p { font-family: "Matter Regular", sans-serif; font-size: 14.5px; color: #4a524d; line-height: 1.7; margin: 0 0 24px; }
.aff-mock { margin-top: auto; }
@media (max-width: 860px) { .aff-tools { grid-template-columns: 1fr; } }

/* Live case-study card — faithful port of the LP's pink case slide */
.aff-case {
    background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 30%, #f5d0fe 65%, #e9d5ff 100%);
    border-radius: 18px; overflow: hidden;
    box-shadow: 0 14px 34px rgba(127, 66, 253, 0.14);
}
.aff-case__slide { padding: 22px 22px 16px; display: flex; flex-direction: column; gap: 16px; }
.aff-case__head { display: flex; align-items: center; gap: 12px; }
.aff-case__photo-wrap { position: relative; width: 60px; height: 60px; flex-shrink: 0; }
.aff-case__photo-splash { position: absolute; inset: -8px; width: calc(100% + 16px); height: calc(100% + 16px); z-index: 0; }
.aff-case__photo { position: relative; width: 100%; height: 100%; border-radius: 50%; object-fit: cover; border: 3px solid #fff; z-index: 1; box-shadow: 0 4px 12px -2px rgba(127, 66, 253, 0.25); }
.aff-case__head-meta { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.aff-case__name { display: inline-flex; align-items: center; gap: 4px; font-family: 'Matter Medium', sans-serif; font-size: 15px; font-weight: 700; color: #07100c; line-height: 1.1; }
.aff-case__verified { width: 18px; height: 18px; flex-shrink: 0; }
.aff-case__since { font-family: 'Matter Regular', sans-serif; font-size: 11px; color: #666d69; line-height: 1.2; }
.aff-case__hero-num {
    display: block; font-family: 'Matter Medium', sans-serif; font-size: clamp(46px, 5vw, 62px); font-weight: 800;
    line-height: 0.95; letter-spacing: -2.5px; margin: 0;
    background: linear-gradient(180deg, #46ce84 0%, #2ea865 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.aff-case__hero-lbl { font-family: 'Matter Medium', sans-serif; font-size: 11px; font-weight: 700; color: #4b5563; text-transform: uppercase; letter-spacing: 0.6px; margin-top: 6px; }
.aff-case__secondaries { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding-top: 14px; border-top: 1px solid rgba(7, 16, 12, 0.08); }
.aff-case__sec { display: flex; flex-direction: column; gap: 4px; }
.aff-case__sec-num {
    font-family: 'Matter Medium', sans-serif; font-weight: 800; font-size: 30px; line-height: 1; letter-spacing: -1.2px;
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.aff-case__sec-num--green { background-image: linear-gradient(180deg, #46ce84 0%, #2ea865 100%); }
.aff-case__sec-num--purple { background-image: linear-gradient(180deg, #a78bfa 0%, #7f42fd 100%); }
.aff-case__sec-lbl { font-family: 'Matter Regular', sans-serif; font-size: 10px; color: #6b7280; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 600; line-height: 1.3; }
.aff-case__footer { display: flex; align-items: center; justify-content: flex-end; padding: 0 22px 18px; }
.aff-case__cta {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: 'Matter Medium', sans-serif; font-size: 14px; font-weight: 600; color: #fff;
    background: linear-gradient(180deg, #7f42fd 0%, #6114ff 100%);
    padding: 12px 22px; border-radius: 24px; text-decoration: none;
    box-shadow: 0 6px 16px -4px rgba(127, 66, 253, 0.4);
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.aff-case__cta:hover { transform: scale(1.02); opacity: 0.95; color: #fff; text-decoration: none; }
.aff-case__cta svg { width: 14px; height: 14px; }

/* "Widget on your page" visualization — browser frame with the leak checker dropped in */
.aff-site { border-radius: 18px; overflow: hidden; border: 1px solid rgba(7, 16, 12, 0.08); box-shadow: 0 14px 34px rgba(7, 16, 12, 0.1); background: #fff; }
.aff-site__bar { display: flex; align-items: center; gap: 10px; padding: 11px 14px; background: #f2f4f2; border-bottom: 1px solid rgba(7, 16, 12, 0.06); }
.aff-site__dots { display: flex; gap: 5px; }
.aff-site__dots span { width: 9px; height: 9px; border-radius: 50%; }
.aff-site__dots span:nth-child(1) { background: #fe5f57; }
.aff-site__dots span:nth-child(2) { background: #febc2e; }
.aff-site__dots span:nth-child(3) { background: #28c840; }
.aff-site__url { flex: 1; display: flex; align-items: center; gap: 7px; max-width: 240px; margin: 0 auto; padding: 5px 13px; border-radius: 100px; background: #fff; border: 1px solid rgba(7, 16, 12, 0.07); font-family: "Matter Regular", sans-serif; font-size: 11.5px; color: #666d69; }
.aff-site__url i { font-size: 9px; color: #46ce84; }
.aff-site__body { position: relative; padding: 18px 18px 20px; }
.aff-site__line { height: 10px; border-radius: 100px; background: rgba(7, 16, 12, 0.06); margin-bottom: 9px; }
.aff-site__line--w60 { width: 60%; }
.aff-site__line--w85 { width: 85%; }
.aff-site__line--w40 { width: 40%; margin-bottom: 16px; }
.aff-site__widget {
    position: relative; border-radius: 16px; padding: 18px;
    background: linear-gradient(160deg, #f0faf4 0%, #ffffff 70%);
    border: 1.5px dashed rgba(70, 206, 132, 0.55);
    box-shadow: 0 12px 28px rgba(70, 206, 132, 0.14);
}
.aff-site__widget-tag {
    position: absolute; top: -11px; right: 14px;
    display: inline-flex; align-items: center; gap: 6px;
    padding: 4px 11px; border-radius: 100px;
    background: #07100c; color: #5fe39d;
    font-family: "Matter Medium", sans-serif; font-size: 10px; letter-spacing: 0.9px; text-transform: uppercase;
    box-shadow: 0 6px 14px rgba(7, 16, 12, 0.25);
}
.aff-site__widget-brand { display: flex; align-items: center; gap: 7px; margin-bottom: 12px; font-family: "Matter Medium", sans-serif; font-size: 12px; color: #07100c; }
.aff-site__widget-brand i { color: #46ce84; font-size: 13px; }
.aff-site__widget-brand em { font-style: normal; color: #8a918d; font-family: "Matter Regular", sans-serif; }
.aff-site__search {
    display: flex; align-items: center; gap: 10px;
    background: #fff; border: 1.5px solid rgba(70, 206, 132, 0.5); border-radius: 100px;
    padding: 8px 8px 8px 16px;
}
.aff-site__search > i { color: #8a918d; font-size: 13px; }
.aff-site__search-text { flex: 1; font-family: "Matter Regular", sans-serif; font-size: 14px; color: #07100c; white-space: nowrap; overflow: hidden; }
.aff-site__search-text::after { content: ''; display: inline-block; width: 2px; height: 14px; margin-left: 2px; vertical-align: -2px; background: #46ce84; animation: aff-caret 1.1s step-end infinite; }
@keyframes aff-caret { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
.aff-site__search-btn {
    display: inline-flex; align-items: center; gap: 6px; flex-shrink: 0;
    padding: 9px 16px; border-radius: 100px;
    background: linear-gradient(180deg, #5fe39d 0%, #46ce84 100%); color: #07100c;
    font-family: "Matter Medium", sans-serif; font-size: 12.5px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.aff-site__result {
    display: flex; align-items: center; gap: 9px; margin-top: 11px;
    background: rgba(239, 68, 68, 0.06); border: 1px solid rgba(239, 68, 68, 0.18); border-radius: 12px;
    padding: 10px 14px; font-family: "Matter Regular", sans-serif; font-size: 12.5px; color: #4a524d;
}
.aff-site__result i { color: #dc2626; font-size: 12px; }
.aff-site__result b { font-family: "Matter Medium", sans-serif; color: #07100c; }
.aff-tool__footer { display: flex; justify-content: flex-end; gap: 10px; flex-wrap: wrap; margin-top: auto; padding-top: 16px; }
.aff-tool__embed { margin-top: 14px; }
.aff-case__cta--ghost { background: #fff; color: #07100c !important; border: 1px solid rgba(7, 16, 12, 0.14); box-shadow: none; }
.aff-case__cta--ghost:hover { border-color: rgba(127, 66, 253, 0.4); color: #7f42fd !important; }
.aff-code {
    display: block; margin-top: 12px; padding: 12px 16px; border-radius: 12px;
    background: #0b0d10; color: #5fe39d;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.aff-code .c-tag { color: #8b9bb4; }
@keyframes aff-pulse { 0%, 100% { box-shadow: 0 0 0 3px rgba(70, 206, 132, 0.35); } 50% { box-shadow: 0 0 0 6px rgba(70, 206, 132, 0.12); } }

/* "For businesses" labeled divider + standalone platform-integration card below the +12 block */
.aff-hr { display: flex; align-items: center; gap: 18px; width: 100%; box-sizing: border-box; max-width: 1108px; margin: 46px auto 24px; padding: 0 24px; }
.aff-hr::before, .aff-hr::after { content: ''; flex: 1; border-top: 1px solid rgba(7, 16, 12, 0.1); }
.aff-hr span {
    display: inline-flex; align-items: center; gap: 9px; flex-shrink: 0;
    font-family: "Matter Medium", sans-serif; font-size: 12px; font-weight: 500;
    letter-spacing: 1.4px; text-transform: uppercase; color: #46ce84;
}
.aff-hr span i { font-size: 12px; }
.aff-biz { width: 100%; box-sizing: border-box; max-width: 1108px; margin: 0 auto; padding: 0 24px; }
.aff-int { display: grid; grid-template-columns: 1.15fr 1fr; gap: 38px; align-items: center; }
/* min-width: 0 — the nowrap endpoint stack must not force the grid columns wide (grid min-content trap) */
.aff-int-main, .aff-int-visual { min-width: 0; }
.aff-int-main .cv-card-kicker { margin-bottom: 6px; }
.aff-int-main h3 { font-family: "Matter Medium", sans-serif; font-size: 22px; font-weight: 500; color: #07100c; margin: 0 0 8px; letter-spacing: -0.2px; }
.aff-int-main > p { font-family: "Matter Regular", sans-serif; font-size: 14.5px; color: #4a524d; line-height: 1.7; margin: 0 0 20px; max-width: 520px; }
.aff-int-main > p b { font-family: "Matter Medium", sans-serif; font-weight: 500; color: #07100c; }
.aff-int-perks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; list-style: none; margin: 0 0 22px; padding: 0; }
.aff-int-perks li { display: flex; align-items: flex-start; gap: 10px; }
.aff-int-perks i {
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    width: 34px; height: 34px; border-radius: 11px; font-size: 14px;
    color: #46ce84; background: rgba(70, 206, 132, 0.12);
}
.aff-int-perks b { display: block; font-family: "Matter Medium", sans-serif; font-size: 13.5px; font-weight: 500; color: #07100c; line-height: 1.3; }
.aff-int-perks em { display: block; font-style: normal; font-family: "Matter Regular", sans-serif; font-size: 12.5px; color: #666d69; line-height: 1.45; margin-top: 1px; }
.aff-int-cta {
    display: inline-flex; align-items: center; gap: 9px; padding: 13px 24px; border-radius: 100px;
    max-width: 100%; box-sizing: border-box;
    background: #07100c; color: #fff !important;
    font-family: "Matter Medium", sans-serif; font-size: 14px; line-height: 1.4;
    text-decoration: none !important; box-shadow: 0 12px 28px rgba(7, 16, 12, 0.24);
    transition: transform 0.18s ease;
}
.aff-int-cta:hover { transform: translateY(-2px); }
.aff-int-cta i { color: #5fe39d; }
.aff-int-ctas { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.aff-int-cta--ghost {
    background: #fff; color: #07100c !important;
    border: 1px solid rgba(7, 16, 12, 0.14); box-shadow: none;
}
.aff-int-cta--ghost:hover { border-color: rgba(7, 16, 12, 0.32); }
.aff-int-cta--ghost i { color: #7f42fd; }
.aff-int-nodes { display: flex; align-items: center; gap: 10px; }
.aff-int-node {
    display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px; border-radius: 14px;
    background: #fff; border: 1px solid rgba(7, 16, 12, 0.1); box-shadow: 0 6px 16px rgba(7, 16, 12, 0.06);
    font-family: "Matter Medium", sans-serif; font-size: 13px; color: #07100c; white-space: nowrap;
}
.aff-int-node i { color: #8a918d; font-size: 13px; }
.aff-int-node--bs { border-color: rgba(70, 206, 132, 0.5); background: linear-gradient(160deg, #f0faf4 0%, #ffffff 70%); }
.aff-int-node--bs i { color: #46ce84; }
.aff-int-link { position: relative; flex: 1; display: flex; align-items: center; justify-content: center; min-width: 44px; }
.aff-int-link::before { content: ''; position: absolute; left: 0; right: 0; top: 50%; border-top: 2px dashed rgba(70, 206, 132, 0.5); }
.aff-int-link i {
    position: relative; display: flex; align-items: center; justify-content: center;
    width: 26px; height: 26px; border-radius: 50%; font-size: 11px;
    color: #07100c; background: linear-gradient(180deg, #5fe39d 0%, #46ce84 100%);
    animation: aff-pulse 2.4s ease-in-out infinite;
}
.aff-code--stack { display: flex; flex-direction: column; gap: 8px; margin-top: 14px; padding: 16px 18px; font-size: 11.5px; }
.aff-code--stack > span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.aff-code--stack .c-tag { font-weight: 400; margin-right: 2px; }
.aff-code--stack em { font-style: normal; color: rgba(255, 255, 255, 0.45); }
@media (max-width: 860px) { .aff-int { grid-template-columns: 1fr; gap: 24px; } }
@media (max-width: 620px) {
    .aff-int-perks { grid-template-columns: 1fr; }
    .aff-int-cta { width: 100%; justify-content: center; text-align: center; font-size: 12.5px; padding: 12px 16px; }
    .aff-int-node { font-size: 11.5px; padding: 9px 12px; gap: 6px; }
    .aff-int-link { min-width: 26px; }
}

/* "+12 more ways to earn" statement under the tools */
.aff-more { display: flex; align-items: center; justify-content: center; gap: 34px; width: 100%; box-sizing: border-box; max-width: 1108px; margin: 40px auto 0; padding: 0 24px; }

/* Slot-machine reel of Earnings Hub cards scrolling behind the +12 */
.aff-more-numwrap { position: relative; display: flex; align-items: center; justify-content: center; width: 314px; height: 306px; flex-shrink: 0; }
.aff-more-slot {
    position: absolute; inset: 0; overflow: hidden; opacity: 0.55;
    pointer-events: none; user-select: none;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}
.aff-more-slot-track { display: flex; flex-direction: column; animation: aff-slot-scroll 38s linear infinite; will-change: transform; }
@keyframes aff-slot-scroll {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}
@media (prefers-reduced-motion: reduce) { .aff-more-slot-track { animation: none; } }

/* Mini replica of the real Earnings Hub bs-earn-card (img left · content · reward badge) */
.aff-slot-card {
    display: flex; align-items: stretch; overflow: hidden; height: 84px;
    margin-bottom: 10px; /* margin instead of flex gap — keeps the -50% loop seamless */
    background: #fff; border: 1px solid rgba(7, 16, 12, 0.08); border-radius: 12px;
    box-shadow: 0 6px 16px rgba(7, 16, 12, 0.06);
}
img.aff-slot-card__img { width: 66px; min-width: 66px; object-fit: cover; display: block; }
span.aff-slot-card__img--gold {
    display: flex; align-items: center; justify-content: center; width: 66px; min-width: 66px;
    background: radial-gradient(120% 120% at 50% 0%, #3a2c07 0%, #0e0b05 70%);
    color: #f4e4a0; font-size: 22px;
    text-shadow: 0 0 14px rgba(212, 175, 55, 0.6);
}
.aff-slot-card__mid { flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center; gap: 2px; padding: 8px 10px; text-align: left; }
.aff-slot-card__mid b { font-family: "Matter Medium", sans-serif; font-size: 11.5px; font-weight: 500; color: #07100c; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.aff-slot-card__mid em {
    font-style: normal; font-family: "Matter Regular", sans-serif; font-size: 9px; line-height: 1.35; color: #666d69;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.aff-slot-card__btn {
    display: inline-flex; align-self: flex-start; margin-top: 3px; padding: 3.5px 10px; border-radius: 100px;
    font-family: "Matter Medium", sans-serif; font-size: 8.5px; letter-spacing: 0.2px; color: #fff;
    background: linear-gradient(180deg, #14b8a6 0%, #0d9488 100%);
}
.aff-slot-card__btn--purple { background: linear-gradient(180deg, #7f42fd 0%, #6114ff 100%); }
.aff-slot-card__btn--gold { background: linear-gradient(180deg, #f4e4a0 0%, #d4af37 100%); color: #3a2c07; }
.aff-slot-card__badge {
    display: flex; flex-direction: column; align-items: center; justify-content: center; align-self: center; flex-shrink: 0;
    min-width: 48px; margin: 0 10px 0 2px; padding: 7px 8px;
    border: 1.5px solid rgba(7, 16, 12, 0.1); border-radius: 10px;
}
.aff-slot-card__badge strong { font-family: "Matter Medium", sans-serif; font-size: 12px; font-weight: 800; color: #07100c; line-height: 1; white-space: nowrap; }
.aff-slot-card__badge span { font-family: "Matter Regular", sans-serif; font-size: 7.5px; text-transform: uppercase; letter-spacing: 0.4px; color: #666d69; margin-top: 2px; white-space: nowrap; }

.aff-more-num {
    position: relative; z-index: 1; flex-shrink: 0;
    font-family: "Matter Medium", sans-serif; font-weight: 500;
    font-size: clamp(88px, 12vw, 156px); line-height: 0.9; letter-spacing: -0.04em;
    background-image: linear-gradient(160deg, #46ce84 0%, #5fe39d 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    filter: drop-shadow(0 0 14px rgba(245, 248, 245, 0.95)) drop-shadow(0 14px 30px rgba(70, 206, 132, 0.3));
}
.aff-more-text { max-width: 430px; }
.aff-more-text b { display: block; font-family: "Matter Medium", sans-serif; font-size: clamp(19px, 2.4vw, 24px); font-weight: 500; color: #07100c; line-height: 1.3; margin-bottom: 8px; }
.aff-more-text > span { display: block; font-family: "Matter Regular", sans-serif; font-size: 14.5px; color: #666d69; line-height: 1.7; }
.aff-more-text a { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; font-family: "Matter Medium", sans-serif; font-size: 14.5px; color: #46ce84; text-decoration: none; }
.aff-more-text a:hover { text-decoration: underline; color: #46ce84; }
.aff-more-text a i { font-size: 12px; }
@media (max-width: 700px) {
    .aff-more { flex-direction: column; gap: 8px; text-align: center; }
    .aff-more-text a { justify-content: center; }
}

/* Reach-out row under the tools */
.aff-tools-cta { display: flex; justify-content: center; align-items: center; gap: 18px; flex-wrap: wrap; width: 100%; box-sizing: border-box; max-width: 1108px; margin: 22px auto 0; padding: 0 24px; }
.aff-tools-cta a {
    display: inline-flex; align-items: center; gap: 9px; padding: 13px 24px; border-radius: 100px;
    background: #07100c; color: #fff !important;
    font-family: "Matter Medium", sans-serif; font-size: 14.5px;
    text-decoration: none !important; box-shadow: 0 12px 28px rgba(7, 16, 12, 0.24);
    transition: transform 0.18s ease;
}
.aff-tools-cta a:hover { transform: translateY(-2px); }
.aff-tools-cta a i { color: #5fe39d; }
.aff-tools-cta > span { display: inline-flex; align-items: center; gap: 7px; font-family: "Matter Regular", sans-serif; font-size: 13.5px; color: #666d69; }
.aff-tools-cta > span i { color: #46ce84; }

/* Bottom spacing before the CTA/footer */
.cmp-end { padding-bottom: 56px; }
