.newsletter-section {
    background: #fffaf3;
    border-top: 1px solid #e6d8c2;
    padding: 78px 0
}
a.brand img {
    height: 106px;
}

.newsletter-card {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 34px;
    align-items: center;
    background: linear-gradient(135deg, #102219, #020202);
    color: #fff;
    border-radius: 34px;
    padding: 34px;
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: var(--shadow);
    overflow: hidden;
    position: relative
}

.newsletter-card:before {
    content: "";
    position: absolute;
    right: -120px;
    top: -130px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: #f7942133
}

.newsletter-card > * {
    position: relative
}

.newsletter-card h2 {
    font-size: clamp(34px,4vw,58px);
    line-height: 1
}

.newsletter-card p {
    color: #ffffffc7;
    line-height: 1.58;
    margin: 16px 0 0;
    max-width: 660px
}

.newsletter-points {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none
}

.newsletter-points li {
    display: flex;
    gap: 10px;
    color: #ffffffd6;
    font-weight: 700;
    line-height: 1.4
}

.newsletter-points li:before {
    content: "✓";
    color: var(--orange);
    font-weight: 900
}

.newsletter-form {
    background: #fffffff5;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 26px;
    padding: 22px;
    box-shadow: 0 18px 42px #0000002e
}

.newsletter-form label {
    display: block;
    color: #173927;
    font-weight: 900;
    font-family: Oswald,Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 13px;
    margin-bottom: 8px
}

.newsletter-form input {
    width: 100%;
    border: 1px solid #ded0b8;
    border-radius: 14px;
    padding: 14px 15px;
    font: inherit;
    color: #102219;
    background: #fff;
    margin-bottom: 12px
}

.newsletter-form input:focus {
    outline: 3px solid rgba(247,148,33,.25);
    border-color: var(--orange)
}

.newsletter-form .btn {
    width: 100%;
    border: 0;
    cursor: pointer
}

.newsletter-note {
    font-size: 13px!important;
    line-height: 1.45!important;
    color: #647267!important;
    margin: 12px 0 0!important
}

.newsletter-status {
    min-height: 22px;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 800;
    color: #173927
}

.newsletter-status.error {
    color: #9f1d1d
}

@media(max-width: 980px) {
    .newsletter-card {
        grid-template-columns:1fr
    }
}

@media(max-width: 640px) {
    .newsletter-section {
        padding:58px 0
    }

    .newsletter-card {
        padding: 24px;
        border-radius: 26px
    }
}

:root {
    --ink: #102219;
    --green: #000000;
    --green-2: #22543a;
    --orange: #f79421;
    --cream: #f7efe1;
    --paper: #fffaf3;
    --muted: #647267;
    --line: #ded0b8;
    --shadow: 0 22px 70px rgba(16,34,25,.16)
}

 {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;
    font-size: 18px;
    overflow-x: hidden
}

a {
    color: inherit
}

.wrap {
    width: min(100% - 40px,1180px);
    margin-inline:auto}

.hero {
    position: relative;
    min-height: 720px;
    color: #fff;
    overflow: hidden;
    background: #102219;
    padding-top:120px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 42%;
    object-position: center 42%;
    filter: saturate(.96) brightness(.72)
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,#050e09eb,#08180fa8 48%,#08180f33),linear-gradient(0deg,#07120cd1,#07120c1a 55%)
}

.top {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 30px
}

.top:before {
    content: "";
    position: absolute;
    inset: 14px -16px 20px;
    background: #06120b70;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    backdrop-filter: blur(10px);
    z-index: -1
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: Oswald,Arial,sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 14px
}

.brand span {
    display: none
}

.brand img {
    height: 42px;
    width: auto;
    max-width: 260px;
    display: block
}

.nav {
    display: flex;
    align-items: center;
    gap: 24px
}

.nav a,.nav-button {
    font-family: Oswald,Arial,sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 14px;
    font-weight: 800;
    color: #ffffffe6
}

.nav-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: default
}

.nav-button:after {
    content: "⌄";
    font-size: 14px;
    color: #ffffffb8;
    transform: translateY(-1px)
}

.nav-item {
    position: relative;
    display: flex;
    align-items: center
}

.service-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,10px);
    width: 310px;
    padding-top: 18px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .18s ease;
    z-index: 20
}

.nav-item:hover .service-dropdown,.nav-item:focus-within .service-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%)
}

.service-dropdown-inner {
    background: #09150ff5;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    padding: 8px;
    box-shadow: 0 22px 60px #00000057;
    backdrop-filter: blur(12px)
}

.service-dropdown a {
    display: block;
    padding: 11px 14px;
    border-radius: 12px;
    font-size: 13px;
    letter-spacing: .06em;
    text-transform: none;
    color: #ffffffe6
}

.service-dropdown a:hover {
    background: #ffffff14;
    color: #ffd29a
}

.menu-toggle {
    display: none;
    border: 1px solid rgba(255,255,255,.25);
    background: #ffffff14;
    color: #fff;
    border-radius: 999px;
    padding: 10px 13px;
    font-family: Oswald,Arial,sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .07em
}

.mobile-menu {
    display: none;
    position: relative;
    z-index: 3;
    background: #102219f0;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 22px;
    padding: 14px;
    margin-top: -12px
}

.mobile-menu a {
    display: block;
    padding: 12px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .07em
}

.mobile-services {
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    margin-bottom: 8px;
    padding: 8px
}

.mobile-services b {
    display: block;
    padding: 8px 12px;
    color: #ffd29a;
    text-transform: uppercase;
    letter-spacing: .09em;
    font-family: Oswald,Arial,sans-serif
}

.mobile-services a {
    padding: 9px 12px 9px 20px;
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: none
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0,760px) 1fr;
    gap: 42px;
    align-items: start;
    padding: 92px 0 118px
}

.hero-grid > * {
    min-width: 0
}

.hero-copy {
    width: 100%;
    max-width: 760px;
    background: linear-gradient(135deg,#07130cc7,#07130c94);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 34px;
    padding: 36px 36px 40px;
    box-shadow: 0 24px 70px #00000038;
    backdrop-filter: blur(1px)
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffd29a;
    background: #ffffff17;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    padding: 9px 13px;
    font-family: Oswald,Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 13px;
    font-weight: 800
}

.eyebrow:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--orange);
    box-shadow: 0 0 0 5px #f7942129
}

h1,h2,h3 {
    font-family: Anton,Impact,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: .01em
}

h1 {
    font-size: clamp(44px,5.1vw,72px);
    line-height: 1.04;
    margin-top: 18px;
    max-width: 760px;
    text-wrap: balance;
    text-shadow: 0 4px 28px rgba(0,0,0,.45)
}

.h1-proof {
    display: block;
    color: #f5d7a9;
    font-size: clamp(22px,2.1vw,30px);
    line-height: 1.22;
    margin-top: 16px;
    max-width: 690px
}

.lead {
    font-size: clamp(19px,1.7vw,23px);
    line-height: 1.55;
    color: #ffffffe0;
    max-width: 690px;
    margin: 24px 0 0;
    text-shadow: 0 2px 18px rgba(0,0,0,.4)
}

.actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 34px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    border-radius: 999px;
    background: var(--orange);
    color: #111;
    text-decoration: none;
    padding: 15px 22px;
    font-family: Oswald,Arial,sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .07em;
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 15px 32px #0003;
    white-space: normal;
    text-align: center
}

.btn.ghost {
    background: #fffffff0;
    color: var(--ink);
    border-color: #ffffffb8;
    box-shadow: 0 12px 28px #00000029
}

.final-cta .btn.ghost {
    background: #ffffff1a;
    color: #fff;
    border-color: #ffffff42;
    box-shadow: none
}

.quote-list {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none
}

.quote-list li {
    display: flex;
    gap: 10px;
    align-items: start;
    padding: 13px 0;
    border-top: 1px solid #eadcc7;
    font-weight: 650;
    line-height: 1.35
}

.quote-list li:before {
    content: "✓";
    color: var(--orange);
    font-weight: 900
}

.proof-strip {
    position: relative;
    z-index: 2;
    margin-top: -32px
}

.proof-band {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px;
    background: #fffaf3fa;
    border: 1px solid var(--line);
    border-radius: 30px;
    padding: 18px;
    box-shadow: 0 10px 28px #10221914
}

.proof-item {
    padding: 24px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid #eadcc7
}

.proof-item b {
    display: block;
    font-family: Anton,sans-serif;
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase
}

.proof-item span {
    display: block;
    color: var(--muted);
    font-weight: 700;
    line-height: 1.35;
    font-size: 15px;
    margin-top: 8px
}

.section {
    padding: 86px 0
}

.section.alt {
    background: #fffaf3;
    border-block:1px solid #e6d8c2}

.section-head {
    display: grid;
    grid-template-columns: .95fr .9fr;
    gap: 36px;
    align-items: center;
    margin-bottom: 38px
}

.kicker {
    font-family: Oswald,Arial,sans-serif;
    color: #a25413;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: 13px
}

.section h2 {
    font-size: clamp(38px,4.5vw,66px);
    line-height: .98
}

.section-head p,.body-copy {
    color: var(--muted);
    line-height: 1.62;
    margin: 0;
    overflow-wrap: anywhere
}

.service-grid {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px
}

.service-card {
    min-width: 0;
    position: relative;
    min-height: 280px;
    border-radius: 30px;
    overflow: hidden;
    background: #102219;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 18px 42px #10221924
}

.service-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .25s
}

.service-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,#07120ce0,#07120c2e 62%)
}

.service-card div {
    position: absolute;
    inset: auto 22px 22px;
    z-index: 1
}

.service-card h3 {
    font-size: 34px;
    line-height: 1
}

.service-card p {
    color: #ffffffc7;
    line-height: 1.45;
    margin: 8px 0 0
}

.service-card:hover img {
    transform: scale(1.04)
}

.partner-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    background: #fffaf3f2;
    color: var(--ink);
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 999px;
    padding: 7px 10px;
    margin-bottom: 12px;
    font-family: Oswald,Arial,sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase
}

.service-card .partner-logo {
    position: relative;
    inset: auto;
    width: auto;
    height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: none;
    transform: none;
    transition: none
}

.service-card:hover .partner-logo {
    transform: none
}

.treatment-card:after {
    background: linear-gradient(0deg,#07120ce6,#07120c1f 58%)
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
    align-items: center
}

.panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 32px;
    padding: 32px;
    box-shadow: 0 14px 38px #10221914
}

.steps {
    display: grid;
    gap: 14px;
    margin-top: 22px
}

.step {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 15px;
    padding: 17px;
    border: 1px solid #eadcc7;
    border-radius: 22px;
    background: #fffaf3
}

.num {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: var(--green);
    color: #fff;
    display: grid;
    place-items: center;
    font-family: Anton,sans-serif;
    font-size: 26px
}

.step b {
    display: block;
    font-size: 22px;
    text-transform: uppercase
}

.step span {
    display: block;
    color: var(--muted);
    line-height: 1.45;
    margin-top: 3px
}

.before-after {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 10px;
    border-radius: 32px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    background: #fff
}

.ba-img {
    position: relative;
    min-height: 420px
}

.ba-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.label {
    position: absolute;
    left: 16px;
    top: 16px;
    background: #102219e6;
    color: #fff;
    border-radius: 999px;
    padding: 8px 12px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em
}

.problem-solution {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.signal-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 14px 38px #10221914
}

.signal-card.problem {
    background: #171c18;
    color: #fff;
    border-color: #ffffff1a
}

.signal-card h3 {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 18px
}

.signal-card ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none
}

.signal-card li {
    display: flex;
    gap: 11px;
    line-height: 1.45;
    color: var(--muted);
    font-weight: 650
}

.signal-card.problem li {
    color: #ffffffd1
}

.signal-card li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 8px;
    flex: 0 0 auto;
    background: var(--orange)
}

.signal-card.problem li:before {
    background: #ef4444
}

.youtube-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 34px;
    align-items: center
}

.platform-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #eadcc7;
    color: var(--ink);
    font-family: Oswald,Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: .09em;
    font-weight: 900;
    font-size: 13px;
    box-shadow: 0 8px 22px #10221912
}

.section.alt .platform-badge {
    background: #fff;
    border-color: #eadcc7
}

.platform-badge svg {
    width: 24px;
    height: 24px;
    flex: 0 0 auto
}

.platform-badge.youtube svg {
    width: 28px
}

.platform-badge.google {
    margin-bottom: 14px
}

.youtube-list {
    display: grid;
    gap: 12px;
    margin: 22px 0 28px;
    padding: 0;
    list-style: none
}

.youtube-list li {
    display: flex;
    gap: 11px;
    color: var(--muted);
    font-weight: 700;
    line-height: 1.45
}

.youtube-list li:before {
    content: "✓";
    color: var(--orange);
    font-weight: 900
}

.video-card {
    display: block;
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    background: #102219;
    min-height: 360px;
    box-shadow: var(--shadow);
    border: 1px solid rgba(16,34,25,.18);
    text-decoration: none;
    color: #fff
}

.video-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: saturate(.95) contrast(.98)
}

.video-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,#050e09b8,#050e0929)
}

.play {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: grid;
    place-items: center
}

.play span {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: var(--orange);
    display: grid;
    place-items: center;
    color: #111;
    font-size: 34px;
    box-shadow: 0 18px 48px #0000004d
}

.video-meta {
    position: absolute;
    z-index: 1;
    left: 24px;
    right: 24px;
    bottom: 22px
}

.video-meta b {
    display: block;
    font-family: Anton,sans-serif;
    text-transform: uppercase;
    font-size: 32px
}

.video-meta span {
    display: block;
    color: #ffffffc7;
    margin-top: 4px
}

.as-seen {
    margin-top: 30px;
    padding: 18px;
    border-radius: 24px;
    background: #ffffff14;
    border: 1px solid rgba(255,255,255,.12)
}

.as-seen span {
    display: block;
    color: #ffffffad;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
    margin-bottom: 12px
}

.as-seen img {
    max-width: 100%;
    height: auto;
    max-height: 54px;
    -o-object-fit: contain;
    object-fit: contain
}

.academy-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 34px;
    align-items: center
}

.academy-copy h2 {
    font-size: clamp(34px,3.35vw,52px);
    line-height: 1.02;
    max-width: 620px
}

.academy-copy .body-copy {
    max-width: 640px
}

.academy-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #102219, #020202);
    color: #fff;
    border-radius: 34px;
    padding: 34px;
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: var(--shadow)
}

.academy-card:before {
    content: "";
    position: absolute;
    right: -90px;
    top: -90px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: #f794212e
}

.academy-card > * {
    position: relative
}

.academy-badge {
    width: min(260px,70vw);
    display: block;
    margin: 0 auto 22px;
    filter: drop-shadow(0 24px 46px rgba(0,0,0,.28))
}

.academy-card h3 {
    font-size: clamp(38px,4vw,58px);
    line-height: .96;
    text-align: center
}

.academy-card p {
    color: #ffffffc7;
    line-height: 1.55;
    text-align: center;
    margin: 16px 0 0
}

.academy-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 24px
}

.operator-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.operator-proof .trust {
    min-height: 185px
}

.operator-proof .trust.featured {
    grid-column: 1/-1;
    background: #fff;
    border: 2px solid rgba(247,148,33,.42)
}

.operator-proof .trust.featured b {
    font-size: clamp(34px,3.8vw,50px);
    color: var(--green)
}

.operator-proof .trust b {
    font-size: clamp(24px,2.2vw,29px)
}

.trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px
}

.trust {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 26px;
    padding: 24px
}

.trust b {
    display: block;
    font-family: Anton,sans-serif;
    font-size: 29px;
    text-transform: uppercase
}

.trust span {
    color: var(--muted);
    line-height: 1.5;
    display: block;
    margin-top: 8px
}

.review-shell {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 32px;
    padding: 26px;
    box-shadow: 0 14px 38px #10221914
}

#review-carousel {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px
}

.review {
    background: #fffaf3;
    border: 1px solid #eadcc7;
    border-radius: 22px;
    padding: 20px
}

.stars {
    color: var(--orange);
    letter-spacing: .04em
}

.review p {
    color: var(--muted);
    line-height: 1.52
}

.review b {
    display: block;
    margin-top: 14px
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

.faq {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 22px
}

.faq b {
    font-size: 22px;
    text-transform: uppercase
}

.faq p {
    color: var(--muted);
    line-height: 1.5
}

.final-cta {
    background: linear-gradient(135deg, #102219, #020202);
    color: #fff;
    padding: 86px 0
}

.cta-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 34px;
    align-items: center
}

.final-cta h2 {
    font-size: clamp(42px,5vw,74px);
    line-height: .96
}

.final-cta p {
    color: #ffffffc2;
    font-size: 22px;
    line-height: 1.45;
    max-width: 760px
}

.footer {
    background: #c46200;
    color: #ffffff;
    padding: 34px 0
}

.footer .wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap
}

.footer a {
    color: #fff;
    text-decoration: none
}

.rh-widget {
    margin-top: 20px
}

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

@media(max-width: 980px) {
    .hero {
        min-height:auto
    }

    .hero-grid,.section-head,.split,.cta-grid,.problem-solution,.youtube-grid,.academy-grid {
        grid-template-columns: 1fr
    }

    .hero-grid {
        grid-template-columns: 1fr;
        padding: 58px 0 96px
    }

    .hero-copy {
        padding: 28px
    }

    .top:before {
        border-radius: 28px
    }

    .proof-band,.service-grid,.trust-grid,.operator-proof,#review-carousel {
        grid-template-columns: 1fr 1fr
    }

    .nav {
        display: none
    }

    .menu-toggle {
        display: inline-flex
    }

    .mobile-menu.open {
        display: block
    }

    .hero-card {
        max-width: 620px
    }

    .ba-img {
        min-height: 320px
    }
}

@media(max-width: 640px) {
    .wrap {
        width:min(100% - 28px,1180px)
    }

    .top {
        padding: 14px 14px 20px 16px;
        gap: 10px
    }

    .top:before {
        inset: 8px 0 12px;
        border-radius: 22px
    }

    .brand {
        min-width: 0;
        overflow: hidden
    }

    .brand img {
        height: 26px;
        max-width: 175px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: left center;
        object-position: left center
    }

    .brand span {
        display: none
    }

    .menu-toggle {
        padding: 9px 13px;
        font-size: 13px;
        flex: 0 0 auto
    }

    .mobile-menu {
        margin-top: -6px
    }

    .hero-grid {
        padding-top: 46px
    }

    .hero-copy {
        padding: 22px;
        border-radius: 26px
    }

    h1 {
        font-size: 38px
    }

    .h1-proof {
        font-size: 22px
    }

    .actions .btn,.final-cta .btn {
        width: 100%
    }

    .proof-band,.service-grid,.trust-grid,.operator-proof,#review-carousel,.faq-grid,.before-after {
        grid-template-columns: 1fr
    }

    .operator-proof .trust.featured {
        grid-column: auto
    }

    .section {
        padding: 68px 0
    }

    .signal-card {
        padding: 22px
    }

    .video-card {
        min-height: 250px
    }

    .footer .wrap {
        display: grid
    }
}

.hero-side {
    display: grid;
    gap: 16px;
    align-self: end;
    min-width: 0
}

.hero-proof-card {
    background: #fffaf3f5;
    color: var(--ink);
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 30px;
    padding: 24px;
    box-shadow: 0 24px 70px #0000003d;
    backdrop-filter: blur(10px)
}

.rating-card b {
    display: block;
    font-family: Anton,Impact,sans-serif;
    font-size: clamp(30px,3vw,42px);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .01em
}

.rating-card span {
    display: block;
    color: var(--muted);
    font-weight: 750;
    line-height: 1.5;
    margin-top: 12px
}

.rating-card a {
    display: inline-flex;
    margin-top: 16px;
    color: var(--green);
    font-family: Oswald,Arial,sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
    text-decoration: none
}

.google-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #eadcc7;
    border-radius: 999px;
    padding: 7px 11px;
    background: #fff;
    color: #5f6368;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: .02em
}

.google-label svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto
}

.rating-card .stars {
    margin: 15px 0 10px;
    color: #fbbc04;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 1;
    text-shadow: 0 1px 0 rgba(0,0,0,.08)
}

.as-seen-card {
    padding: 20px;
    background: linear-gradient(135deg, #102219, #020202);
    color: #fff;
    border-color: #ffffff2e
}

.as-seen-card span {
    display: block;
    color: #ffd29a;
    font-family: Oswald,Arial,sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: 13px;
    margin-bottom: 12px
}

.as-seen-card img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 58px;
    -o-object-fit: contain;
    object-fit: contain;
    background: #fffaf3f5;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 18px;
    padding: 12px
}

@media(max-width: 1040px) {
    .hero-grid {
        grid-template-columns:1fr
    }

    .hero-side {
        max-width: 620px
    }

    .hero-copy {
        max-width: 760px
    }
}

@media(max-width: 640px) {
    .hero-proof-card {
        border-radius:24px;
        padding: 20px
    }

    .rating-card .stars {
        font-size: 26px
    }

    .as-seen-card img {
        max-height: none
    }
}
