html,
body {
    min-height: 100%;
    margin: 0;
    overflow-x: hidden;
    background: #08090d;
}

.snd-header,
.snd-footer-cta,
.snd-footer,
.snd-wa-lead-widget,
#globalExitPopup {
    display: none !important;
}

main.snd-page {
    padding-top: 0 !important;
}

.rr-page {
    --rr-accent: #0f7ade;
    --rr-accent-dark: #095aa8;
    --rr-accent-soft: rgba(15, 122, 222, 0.18);
    --rr-accent-glow: rgba(15, 122, 222, 0.28);
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    color: #18314a;
    background: #ffffff;
    font-family: "DM Sans", Arial, sans-serif;
}

.rr-page,
.rr-page * {
    box-sizing: border-box;
}

@keyframes rrFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes rrFadeDown {
    from {
        opacity: 0;
        transform: translateY(-14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes rrSlideFromLeft {
    from {
        opacity: 0;
        transform: translateX(-34px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes rrSlideFromRight {
    from {
        opacity: 0;
        transform: translateX(34px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes rrFormSlideNext {
    from {
        opacity: 0;
        transform: translateX(22px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes rrFormSlideBack {
    from {
        opacity: 0;
        transform: translateX(-22px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes rrThanksRise {
    from {
        opacity: 0;
        translate: 0 18px;
    }

    to {
        opacity: 1;
        translate: 0 0;
    }
}

@keyframes rrThanksScale {
    0% {
        opacity: 0;
        translate: 0 10px;
        scale: 0.92;
    }

    70% {
        opacity: 1;
        translate: 0 0;
        scale: 1.03;
    }

    100% {
        opacity: 1;
        translate: 0 0;
        scale: 1;
    }
}

.rr-hero {
    position: relative;
    min-height: 780px;
    padding: 138px 32px 86px;
    background: linear-gradient(180deg, #0a0b0f 0%, #08090d 100%);
    color: #ffffff;
}

.rr-hero__top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    width: 100%;
    max-width: none;
    height: 72px;
    margin: 0;
    padding: 0 max(32px, calc((100vw - 1072px) / 2));
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    background: rgba(8, 9, 13, 0.82);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    opacity: 0;
    transform: translateY(0);
    transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
    animation: rrFadeDown 0.55s ease forwards;
}

.rr-hero__top.is-hidden-by-scroll {
    transform: translateY(-100%);
}

.rr-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 106px;
    opacity: 1;
    text-decoration: none;
}

.rr-logo img {
    width: 100%;
    height: auto;
    display: block;
    filter: none;
}

.rr-hero__note {
    position: absolute;
    right: 0;
    margin: 0;
    color: #9da7b7;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
}

.rr-hero__note strong {
    color: var(--rr-accent);
}

.rr-hero__copy {
    width: 100%;
    max-width: 1040px;
    margin: 66px auto 0;
    text-align: center;
}

.rr-hero__copy--pill-only {
    margin-top: 0;
}

.rr-pill,
.rr-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.rr-pill {
    min-height: 31px;
    padding: 0 15px;
    border: 1px solid var(--rr-accent);
    color: #75bfff;
    background: rgba(15, 122, 222, 0.1);
    font-size: 12px;
    opacity: 0;
    animation: rrFadeUp 0.55s ease 0.1s forwards;
}

.rr-pill span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #75bfff;
    box-shadow: 0 0 12px rgba(117, 191, 255, 0.8);
}

.rr-hero h1 {
    margin: 26px auto 0;
    color: #ffffff;
    font-size: 74px;
    line-height: 0.96;
    font-weight: 900;
    letter-spacing: 0;
    opacity: 0;
    animation: rrFadeUp 0.65s ease 0.22s forwards;
}

.rr-hero h1 span {
    display: block;
    color: transparent;
    background: linear-gradient(180deg, #38bdf8 0%, #1d9bf0 48%, #0876d6 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.rr-hero__copy p {
    max-width: 710px;
    margin: 28px auto 0;
    color: #eef3fb;
    font-size: 21px;
    line-height: 1.44;
    font-weight: 500;
    opacity: 0;
    animation: rrFadeUp 0.65s ease 0.34s forwards;
}

.rr-hero__copy mark {
    padding: 0 3px;
    color: #ffffff;
    background: linear-gradient(180deg, transparent 55%, rgba(247, 106, 148, 0.32) 0);
}

.rr-hero__copy strong {
    color: #ffffff;
    font-weight: 900;
}

.rr-hero__grid {
    width: 100%;
    max-width: 1072px;
    margin: 34px auto 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 496px;
    align-items: center;
    gap: 92px;
}

.rr-book {
    min-width: 0;
    text-align: center;
    opacity: 0;
    animation: rrSlideFromLeft 0.72s ease 0.48s forwards;
    user-select: none;
    -webkit-user-select: none;
}

.rr-book__wrap {
    position: relative;
    width: 100%;
    max-width: 392px;
    margin: 0 auto;
    isolation: isolate;
    transform: perspective(1200px) rotateY(-4.8deg) rotateZ(-2.1deg);
    transform-origin: 48% 50%;
    transition: filter 0.28s ease, transform 0.28s ease;
}

.rr-book__wrap::before {
    content: none;
}

.rr-book__wrap::after {
    content: none;
}

.rr-book__shadow,
.rr-book__spine,
.rr-book__pages {
    position: absolute;
    pointer-events: none;
}

.rr-book__shadow {
    z-index: 0;
    top: 18px;
    right: -23px;
    bottom: -4px;
    left: 22px;
    border-radius: 0 7px 7px 6px;
    background: #02050b;
    box-shadow:
        0 26px 26px rgba(0, 0, 0, 0.34);
}

.rr-book__spine {
    z-index: 1;
    top: 0;
    bottom: 0;
    left: -14px;
    width: 22px;
    border-radius: 7px 0 0 7px;
    background:
        linear-gradient(90deg, #3d86e6 0%, #2163cf 28%, #0c3daf 65%, #061f74 100%);
    box-shadow:
        inset 6px 0 0 rgba(255, 255, 255, 0.12),
        inset -8px 0 12px rgba(0, 0, 0, 0.24),
        -2px 12px 20px rgba(0, 0, 0, 0.22);
}

.rr-book__pages {
    z-index: 1;
    top: 28px;
    right: -18px;
    bottom: 7px;
    width: 22px;
    border-radius: 0 5px 5px 0;
    background:
        linear-gradient(90deg, #ffffff 0%, #f5f8fb 28%, #dce4ec 58%, #a9b4c0 78%, #6f7b88 100%);
    box-shadow:
        inset 3px 0 0 rgba(255, 255, 255, 0.88),
        inset -3px 0 3px rgba(72, 82, 96, 0.35),
        3px 6px 10px rgba(0, 0, 0, 0.26);
}

.rr-book img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow:
        -1px 0 0 rgba(112, 177, 255, 0.34),
        18px 22px 28px rgba(0, 0, 0, 0.36),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    filter:
        brightness(1.04)
        contrast(1.02)
        saturate(1.02);
}

.rr-book__wrap:hover {
    filter: brightness(1.03);
    transform: perspective(1200px) rotateY(-3.6deg) rotateZ(-1.8deg) translateY(-2px);
}

.rr-book__seal {
    position: absolute;
    z-index: 4;
    top: -2px;
    right: -52px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 156px;
    min-height: 66px;
    padding: 9px 23px;
    border-radius: 999px;
    border: 3px solid #050812;
    background: #2ca8f3;
    color: #ffffff;
    box-shadow: 0 15px 22px rgba(0, 0, 0, 0.34);
    font-size: 17px;
    font-weight: 900;
    transform: rotate(8deg);
}

.rr-book__seal small {
    color: #d8efff;
    font-size: 11px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: 1.1px;
}

.rr-metrics {
    margin: 34px auto 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    color: #d7e0ec;
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
}

.rr-metrics span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.rr-metrics b {
    color: #75bfff;
}

.rr-card {
    width: 100%;
    padding: 31px 28px 28px;
    border-radius: 14px;
    color: #18314a;
    background: #ffffff;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.42);
    opacity: 0;
    animation: rrSlideFromRight 0.72s ease 0.56s forwards;
}

.rr-card h2 {
    margin: 0;
    color: #1c3a56;
    font-size: 28px;
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: 0;
}

.rr-card > p {
    margin: 10px 0 22px;
    color: #60728a;
    font-size: 14px;
}

.rr-lead-form {
    display: grid;
    gap: 12px;
}

.rr-form-progress {
    margin: 0 0 18px;
}

.rr-form-progress__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    color: #5b6b85;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
}

.rr-form-progress__meta strong {
    color: var(--rr-accent-dark);
}

.rr-form-progress__bar {
    width: 100%;
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #f4f6fb;
}

.rr-form-progress__bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #2057b8 0%, #1f9ff2 58%, #5ee6f4 100%);
    transition: width 0.22s ease;
}

.rr-form-step {
    display: grid;
    gap: 12px;
}

.rr-lead-form.is-forward .rr-form-step.is-active {
    animation: rrFormSlideNext 0.24s ease both;
}

.rr-lead-form.is-reversing .rr-form-step.is-active {
    animation: rrFormSlideBack 0.24s ease both;
}

.rr-form-step[hidden] {
    display: none;
}

.rr-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.rr-field {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.rr-field span {
    color: #4b5b78;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

.rr-field strong {
    color: #f05d89;
}

.rr-field input,
.rr-field select {
    width: 100%;
    height: 45px;
    border: 1px solid #d7e0ed;
    border-radius: 8px;
    background: #ffffff;
    color: #0e2540;
    font: 500 15px/1 "DM Sans", Arial, sans-serif;
    letter-spacing: 0;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.rr-field input {
    padding: 0 13px;
}

.rr-field select {
    padding: 0 36px 0 13px;
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #6c7890 50%),
        linear-gradient(135deg, #6c7890 50%, transparent 50%);
    background-position:
        calc(100% - 17px) 19px,
        calc(100% - 11px) 19px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.rr-field select.rr-native-select {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.rr-select {
    position: relative;
    z-index: 3;
}

.rr-select.is-open {
    z-index: 30;
}

.rr-select__button {
    width: 100%;
    height: 48px;
    padding: 0 44px 0 14px;
    border: 1px solid #d7e0ed;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    color: #0e2540;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font: 700 15px/1 "DM Sans", Arial, sans-serif;
    letter-spacing: 0;
    box-shadow: 0 1px 0 rgba(15, 122, 222, 0.04);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.rr-select__button:hover,
.rr-select.is-open .rr-select__button {
    border-color: var(--rr-accent);
    background: #ffffff;
    box-shadow: 0 0 0 3px var(--rr-accent-soft), 0 14px 28px rgba(15, 122, 222, 0.1);
}

.rr-select__button:focus-visible {
    border-color: var(--rr-accent);
    box-shadow: 0 0 0 3px var(--rr-accent-soft), 0 14px 28px rgba(15, 122, 222, 0.1);
    outline: none;
}

.rr-select__value {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rr-select:not(.has-value) .rr-select__value {
    color: #52637d;
}

.rr-select__chevron {
    position: absolute;
    right: 14px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #718199;
    border-bottom: 2px solid #718199;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.18s ease, border-color 0.18s ease;
}

.rr-select.is-open .rr-select__chevron {
    border-color: var(--rr-accent);
    transform: translateY(-30%) rotate(225deg);
}

.rr-select__menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    z-index: 40;
    max-height: 230px;
    overflow: auto;
    padding: 6px;
    border: 1px solid #c8d8ee;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 20px 45px rgba(14, 37, 64, 0.18), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.rr-select__option {
    width: 100%;
    min-height: 38px;
    padding: 0 34px 0 12px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #102a45;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: left;
    font: 700 14px/1.2 "DM Sans", Arial, sans-serif;
    letter-spacing: 0;
    position: relative;
    transition: background 0.14s ease, color 0.14s ease;
}

.rr-select__option:hover {
    background: #eef6ff;
    color: var(--rr-accent-dark);
}

.rr-select__option.is-selected {
    background: var(--rr-accent);
    color: #ffffff;
}

.rr-select__option.is-selected::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 7px;
    height: 12px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-62%) rotate(45deg);
}

.rr-field input::placeholder {
    color: #0d2540;
    opacity: 0.95;
}

.rr-field input:focus,
.rr-field select:focus {
    border-color: var(--rr-accent);
    box-shadow: 0 0 0 3px var(--rr-accent-soft);
}

.rr-field.is-invalid input,
.rr-field.is-invalid select {
    border-color: #e54b74;
    box-shadow: 0 0 0 3px rgba(229, 75, 116, 0.12);
}

.rr-field.is-invalid .rr-select__button {
    border-color: #e54b74;
    box-shadow: 0 0 0 3px rgba(229, 75, 116, 0.12);
}

.rr-field-error {
    margin-top: -2px;
    color: #d73561;
    font-size: 12px;
    font-weight: 700;
}

.rr-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.rr-form-alert {
    margin: 0;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff1f5;
    color: #be315c;
    font-size: 13px;
    font-weight: 700;
}

.rr-form-actions {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}

.rr-back {
    height: 52px;
    padding: 0 16px;
    border: 1px solid #cfd9e7;
    border-radius: 8px;
    background: #ffffff;
    color: #41506a;
    cursor: pointer;
    font: 900 14px/1 "DM Sans", Arial, sans-serif;
    transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.rr-back:hover {
    border-color: var(--rr-accent);
    color: var(--rr-accent-dark);
    background: #f3f8ff;
}

.rr-submit {
    width: 100%;
    min-width: 190px;
    height: 60px;
    margin-top: 0;
    border: none;
    border-radius: 8px;
    background: var(--rr-accent);
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font: 900 18px/1 "DM Sans", Arial, sans-serif;
    box-shadow: 0 18px 34px var(--rr-accent-glow);
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.rr-back[hidden] + .rr-submit {
    grid-column: 1 / -1;
}

.rr-submit:disabled {
    cursor: not-allowed;
    opacity: 1;
    color: #ffffff;
    background: var(--rr-accent);
    box-shadow: 0 12px 22px rgba(15, 122, 222, 0.16);
}

.rr-submit:not(:disabled):hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 38px rgba(15, 122, 222, 0.34);
}

.rr-trust {
    display: flex;
    justify-content: center;
    gap: 30px;
    color: #5b6b85;
    font-size: 12px;
    line-height: 1;
}

.rr-trust span {
    color: #5b6b85;
}

.rr-trust span::first-letter {
    color: #19a865;
}

.rr-problem {
    padding: 108px 32px 112px;
    background: #f4f6fa;
}

.rr-section-inner {
    width: 100%;
    max-width: 1072px;
    margin: 0 auto;
    text-align: center;
}

.rr-chip {
    min-height: 27px;
    padding: 0 17px;
    background: #ffd9e7;
    color: #f0547d;
    font-size: 12px;
}

.rr-chip--blue {
    background: #e1eefc;
    color: #0876d6;
}

.rr-problem h2,
.rr-steps h2,
.rr-final h2 {
    margin: 24px auto 0;
    color: #1d3a54;
    font-size: 48px;
    line-height: 1.06;
    font-weight: 900;
    letter-spacing: 0;
}

.rr-problem h2 {
    max-width: 650px;
}

.rr-problem h2 span {
    background: linear-gradient(180deg, transparent 58%, rgba(255, 174, 194, 0.6) 0);
}

.rr-problem > .rr-section-inner > p {
    max-width: 760px;
    margin: 28px auto 0;
    color: #60728a;
    font-size: 19px;
    line-height: 1.5;
}

.rr-problem__cards {
    margin-top: 62px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    text-align: left;
}

.rr-problem__cards article {
    position: relative;
    overflow: hidden;
    min-height: 258px;
    padding: 27px 25px 24px;
    border: 1px solid #dfe6ef;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(20, 36, 58, 0.06);
    transform: translateZ(0);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.rr-problem__cards article:hover {
    transform: translate(7px, -9px) rotate(0.65deg);
    border-color: rgba(15, 122, 222, 0.45);
    box-shadow: 0 18px 34px rgba(20, 36, 58, 0.14);
}

.rr-problem__cards article > * {
    position: relative;
    z-index: 1;
}

.rr-card-icon {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 38px;
    line-height: 1;
}

.rr-problem__cards h3 {
    margin: 0 0 10px;
    color: #1d3a54;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
}

.rr-problem__cards p {
    margin: 0;
    color: #60728a;
    font-size: 15px;
    line-height: 1.55;
}

.rr-problem__cards small {
    display: inline-flex;
    margin-top: 22px;
    padding: 7px 13px;
    border-radius: 999px;
    background: #ffdce8;
    color: #e64a75;
    font-size: 12px;
    font-weight: 900;
}

.rr-steps {
    padding: 112px 32px 124px;
    background: #ffffff;
}

.rr-steps h2 {
    max-width: 690px;
}

.rr-steps h2 span {
    padding: 0 0.18em;
    background: linear-gradient(180deg, transparent 56%, rgba(15, 122, 222, 0.2) 56%, rgba(15, 122, 222, 0.2) 86%, transparent 86%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.rr-step-grid {
    margin-top: 68px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 28px;
}

.rr-step-grid article {
    min-width: 0;
    transition: transform 0.22s ease;
}

.rr-step-grid article:hover {
    transform: translate(5px, -7px) rotate(0.5deg);
}

.rr-step-grid span {
    width: 88px;
    height: 88px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--rr-accent);
    border-radius: 50%;
    background: #111318;
    font-size: 37px;
    line-height: 1;
    box-shadow: 0 14px 26px rgba(15, 122, 222, 0.2);
}

.rr-step-grid h3 {
    margin: 0 0 12px;
    color: #1d3a54;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.rr-step-grid p {
    margin: 0;
    color: #60728a;
    font-size: 15px;
    line-height: 1.55;
}

.rr-steps__hint {
    width: 100%;
    max-width: 464px;
    margin: 60px auto 0;
    padding: 16px 22px;
    border: 1px dashed var(--rr-accent);
    border-radius: 999px;
    color: var(--rr-accent-dark);
    background: #f1f7ff;
    font-size: 16px;
    font-weight: 900;
}

.rr-final {
    padding: 110px 32px 122px;
    background: #090a0d;
    color: #ffffff;
}

.rr-final h2 {
    color: #ffffff;
}

.rr-final h2 span {
    color: #75bfff;
}

.rr-final p {
    max-width: 650px;
    margin: 24px auto 0;
    color: #dce5f0;
    font-size: 20px;
    line-height: 1.45;
}

.rr-final__btn,
.rr-thanks__cta {
    min-height: 48px;
    margin-top: 34px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--rr-accent);
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
}

.rr-final__note {
    margin-top: 18px !important;
    color: #8da0b8 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 800;
}

.rr-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition:
        opacity 0.65s ease var(--rr-delay, 0s),
        transform 0.65s ease var(--rr-delay, 0s);
}

.rr-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.rr-problem__cards article.rr-reveal,
.rr-step-grid article.rr-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 0.65s ease var(--rr-delay, 0s),
        transform 0.65s ease var(--rr-delay, 0s),
        box-shadow 0.24s ease,
        border-color 0.24s ease;
}

.rr-problem__cards article.rr-reveal.is-visible,
.rr-step-grid article.rr-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.rr-problem__cards article.rr-reveal.is-visible:hover {
    transform: translate(7px, -9px) rotate(0.65deg);
}

.rr-step-grid article.rr-reveal.is-visible:hover {
    transform: translate(5px, -7px) rotate(0.5deg);
}

body:has(.rr-thanks-v1) {
    background: #f5f5f7;
}

body:has(.rr-thanks-v1) .snd-header,
body:has(.rr-thanks-v1) .snd-footer-cta,
body:has(.rr-thanks-v1) .snd-footer,
body:has(.rr-thanks-v1) .snd-wa-lead-widget,
body:has(.rr-thanks-v1) .gpt-exit-popup {
    display: none !important;
}

body:has(.rr-thanks-v1) main.snd-page {
    padding-top: 0 !important;
}

.rr-thanks-v1 {
    --accent: #0f7ade;
    --accent-hover: #0b68c0;
    --gold-light: #bbdff8;
    --gold-deep: #095aa8;
    --fg-1: #2c3e50;
    --fg-2: #5c6c80;
    --fg-3: #737f9b;
    --fg-4: #8c98a8;
    --ink: #0e0e10;
    --ink-2: #1a1a1e;
    --border-1: #d8e0ec;
    --border-soft: #e4eaf2;
    --bg-app: #f5f5f7;
    --bg-sunken: #f9fafc;
    --bg-surface: #ffffff;
    --danger-bg: #fce7ed;
    --danger: #dd4b6b;
    --success-bg: #d8efdf;
    --success: #23aa58;
    --sh-sm: 0 1px 3px rgba(44, 62, 80, 0.08), 0 1px 2px rgba(44, 62, 80, 0.04);
    --sh-md: 0 4px 12px rgba(44, 62, 80, 0.08), 0 1px 3px rgba(44, 62, 80, 0.04);
    --sh-lg: 0 12px 28px rgba(44, 62, 80, 0.12), 0 2px 6px rgba(44, 62, 80, 0.05);
    width: 100%;
    min-height: 100vh;
    background: var(--bg-app);
    color: var(--fg-1);
    font-family: "DM Sans", system-ui, sans-serif;
    letter-spacing: 0;
}

.rr-thanks-v1 *,
.rr-thanks-v1 *::before,
.rr-thanks-v1 *::after {
    box-sizing: border-box;
}

.rr-thanks-v1__dark {
    background: #08090d;
}

.rr-thanks-v1__nav {
    height: 72px;
    display: flex;
    align-items: center;
    background: #08090d;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    opacity: 0;
    animation: rrThanksRise 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.04s forwards;
}

.rr-thanks-v1__nav-inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rr-thanks-v1__brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.rr-thanks-v1__brand img {
    display: block;
    height: 132px;
    width: auto;
}

.rr-thanks-v1__nav-status {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
}

.rr-thanks-v1__nav-status strong {
    color: var(--accent);
    font-weight: 900;
    text-transform: uppercase;
}

.rr-thanks-v1__main {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}

.rr-thanks-v1__hero-wrap {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}

.rr-thanks-v1__hero {
    padding: 72px 0 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.rr-thanks-v1__check {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    filter: drop-shadow(0 0 28px rgba(15, 122, 222, 0.35));
    opacity: 0;
    animation: rrThanksScale 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.12s forwards;
}

.rr-thanks-v1__eyebrow {
    margin-top: 32px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(15, 122, 222, 0.4);
    background: rgba(15, 122, 222, 0.1);
    color: #75bfff;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    opacity: 0;
    animation: rrThanksRise 0.62s cubic-bezier(0.22, 1, 0.36, 1) 0.22s forwards;
}

.rr-thanks-v1__eyebrow i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #75bfff;
    box-shadow: 0 0 10px rgba(117, 191, 255, 0.8);
    font-style: normal;
    display: inline-block;
    flex-shrink: 0;
}

.rr-thanks-v1__hero-h1 {
    margin: 24px 0 0;
    color: #ffffff;
    font-size: clamp(54px, 7vw, 86px);
    line-height: 0.94;
    font-weight: 900;
    letter-spacing: 0;
    text-wrap: balance;
    opacity: 0;
    animation: rrThanksRise 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.32s forwards;
}

.rr-thanks-v1__hero-h1 span {
    display: block;
    color: transparent;
    background: linear-gradient(180deg, #38bdf8 0%, #1d9bf0 48%, #0876d6 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.rr-thanks-v1__hero-body {
    max-width: 600px;
    margin: 28px 0 0;
    color: #b4c4d8;
    font-size: 19px;
    line-height: 1.58;
    opacity: 0;
    animation: rrThanksRise 0.68s cubic-bezier(0.22, 1, 0.36, 1) 0.44s forwards;
}

.rr-thanks-v1__hero-body strong {
    color: #ffffff;
    font-weight: 900;
}

.rr-thanks-v1__autodownload {
    margin-top: 28px;
    min-height: 38px;
    padding: 0 14px 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(15, 122, 222, 0.32);
    border-radius: 999px;
    background: rgba(15, 122, 222, 0.1);
    color: #a9caec;
    font-size: 14px;
    font-weight: 800;
    opacity: 0;
    animation: rrThanksRise 0.62s cubic-bezier(0.22, 1, 0.36, 1) 0.56s forwards;
}

.rr-thanks-v1__autodownload strong {
    min-width: 48px;
    height: 26px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #ffffff;
    color: var(--accent);
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
}

.rr-thanks-v1__download {
    margin-top: 16px;
    width: min(100%, 520px);
    min-height: 72px;
    padding: 14px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    border: 1px solid rgba(15, 122, 222, 0.38);
    border-radius: 12px;
    background: #ffffff;
    color: #123653;
    box-shadow: 0 14px 36px rgba(15, 122, 222, 0.2);
    text-decoration: none;
    text-align: left;
    will-change: transform;
    transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
    opacity: 0;
    animation: rrThanksRise 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.66s forwards;
}

.rr-thanks-v1__download:hover {
    border-color: rgba(15, 122, 222, 0.75) !important;
    background: #ffffff !important;
    color: #123653 !important;
    opacity: 1 !important;
    filter: none !important;
    transform: translateY(-1px);
    box-shadow: 0 18px 42px rgba(15, 122, 222, 0.28);
}

.rr-thanks-v1__download:focus,
.rr-thanks-v1__download:active,
.rr-thanks-v1__download:visited {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%) !important;
    color: #123653 !important;
    opacity: 1 !important;
    filter: none !important;
}

.rr-thanks-v1__download:hover .rr-thanks-v1__download-icon,
.rr-thanks-v1__download:focus .rr-thanks-v1__download-icon,
.rr-thanks-v1__download:active .rr-thanks-v1__download-icon {
    background: #eef6ff !important;
    color: var(--accent) !important;
}

.rr-thanks-v1__download:hover .rr-thanks-v1__download-main strong,
.rr-thanks-v1__download:focus .rr-thanks-v1__download-main strong,
.rr-thanks-v1__download:active .rr-thanks-v1__download-main strong,
.rr-thanks-v1__download:visited .rr-thanks-v1__download-main strong {
    color: #0f2740 !important;
}

.rr-thanks-v1__download:hover .rr-thanks-v1__download-main small,
.rr-thanks-v1__download:focus .rr-thanks-v1__download-main small,
.rr-thanks-v1__download:active .rr-thanks-v1__download-main small,
.rr-thanks-v1__download:visited .rr-thanks-v1__download-main small,
.rr-thanks-v1__download:hover .rr-thanks-v1__download-main b,
.rr-thanks-v1__download:focus .rr-thanks-v1__download-main b,
.rr-thanks-v1__download:active .rr-thanks-v1__download-main b,
.rr-thanks-v1__download:visited .rr-thanks-v1__download-main b {
    color: #60738b !important;
}

.rr-thanks-v1__download-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 1px solid rgba(15, 122, 222, 0.18);
    border-radius: 10px;
    background: #eef6ff;
    color: var(--accent);
}

.rr-thanks-v1__download-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.rr-thanks-v1__download-main strong {
    color: #0f2740;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900;
}

.rr-thanks-v1__download-main small {
    color: #60738b;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.rr-thanks-v1__download-main b {
    margin-left: 6px;
    color: #6f8197;
    font-weight: 800;
}

.rr-thanks-v1__download-help {
    max-width: 560px;
    margin: 12px 0 0;
    color: #9eb6cf;
    font-size: 13px;
    line-height: 1.45;
    opacity: 0;
    animation: rrThanksRise 0.58s cubic-bezier(0.22, 1, 0.36, 1) 0.76s forwards;
}

.rr-thanks-v1__download-help strong {
    color: #ffffff;
    font-weight: 900;
}

.rr-thanks-v1__email-note {
    max-width: 620px;
    margin: 18px 0 0;
    color: #8fa6bf;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0;
    animation: rrThanksRise 0.58s cubic-bezier(0.22, 1, 0.36, 1) 0.84s forwards;
}

.rr-thanks-v1__dark .rr-mail-preview {
    max-width: 560px;
    width: 100%;
    margin-top: 52px;
    min-height: 0;
}

.rr-mail-preview {
    position: relative;
    min-height: 330px;
    padding: 26px;
    border: 1px solid var(--border-soft);
    border-radius: 20px;
    background: var(--bg-surface);
    box-shadow: var(--sh-lg);
}

.rr-mail-preview::before {
    content: "";
    position: absolute;
    inset: 18px 18px auto;
    height: 7px;
    border-radius: 999px;
    background: #eef3f8;
}

.rr-mail-preview__top {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--fg-2);
    font-size: 13px;
    font-weight: 800;
}

.rr-mail-preview__top small {
    color: var(--fg-4);
    font-size: 12px;
    font-weight: 800;
}

.rr-mail-preview h2 {
    margin: 26px 0 0;
    color: var(--ink-2);
    font-size: 24px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
}

.rr-mail-preview p {
    margin: 16px 0 0;
    color: var(--fg-2);
    font-size: 15px;
    line-height: 1.5;
}

.rr-mail-preview__attachment {
    margin-top: 24px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid var(--border-1);
    border-radius: 12px;
    background: var(--bg-sunken);
    text-decoration: none;
}

.rr-mail-preview__attachment > span {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: var(--sh-sm);
    font-size: 23px;
}

.rr-mail-preview__attachment strong,
.rr-mail-preview__attachment small {
    display: block;
}

.rr-mail-preview__attachment strong {
    color: var(--ink-2);
    font-size: 14px;
    line-height: 1.25;
    font-weight: 900;
}

.rr-mail-preview__attachment small {
    margin-top: 4px;
    color: var(--fg-4);
    font-size: 12px;
    font-weight: 800;
}

.rr-next {
    padding: 82px 0 94px;
    border-top: 1px solid var(--border-soft);
    text-align: center;
}

.rr-next__kicker {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 15px;
    border-radius: 999px;
    background: var(--bg-surface);
    color: var(--accent);
    box-shadow: var(--sh-sm);
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.rr-next h2 {
    margin: 22px auto 0;
    color: var(--ink);
    font-size: clamp(42px, 5.4vw, 68px);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: 0;
    text-wrap: balance;
}

.rr-next h2 span {
    color: var(--accent);
}

.rr-next > p {
    max-width: 640px;
    margin: 18px auto 0;
    color: var(--fg-2);
    font-size: 18px;
    line-height: 1.5;
}

.rr-next__grid {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    text-align: left;
}

.rr-next-card {
    position: relative;
    min-height: 370px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border-soft);
    border-radius: 16px;
    background: var(--bg-surface);
    box-shadow: var(--sh-md);
}

.rr-next-card--featured {
    border-color: rgba(15, 122, 222, 0.32);
    box-shadow: 0 16px 38px rgba(15, 122, 222, 0.14), var(--sh-md);
}

.rr-next-card__num {
    color: var(--fg-4);
    font-size: 13px;
    font-weight: 900;
}

.rr-next-card__icon {
    width: 58px;
    height: 58px;
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--bg-sunken);
    font-size: 30px;
}

.rr-next-card h3 {
    margin: 24px 0 0;
    color: var(--ink-2);
    font-size: 24px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
}

.rr-next-card p {
    margin: 14px 0 0;
    color: var(--fg-2);
    font-size: 15px;
    line-height: 1.52;
}

.rr-next-card small {
    margin-top: auto;
    display: inline-flex;
    color: var(--fg-3);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.rr-read-topics {
    margin: 16px 0 0;
    padding: 14px 16px;
    list-style: none;
    display: grid;
    gap: 9px;
    border-radius: 10px;
    background: var(--bg-sunken);
    border: 1px solid var(--border-soft);
}

.rr-read-topics li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 13px;
    font-weight: 500;
    color: var(--fg-2);
    line-height: 1.4;
}

.rr-read-topics li::before {
    content: "";
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    border-radius: 50%;
    background: #dcfce7;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5 9-9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;
}

.rr-next-card button,
.rr-share a,
.rr-share button {
    font-family: inherit;
}

.rr-next-card--featured > button {
    min-height: 46px;
    margin-top: auto;
    border: 0;
    border-radius: 8px;
    background: var(--accent);
    color: #ffffff;
    box-shadow: 0 10px 32px rgba(15, 122, 222, 0.3);
    cursor: pointer;
    font-size: 15px;
    font-weight: 900;
}

.rr-share {
    margin-top: auto;
    display: grid;
    gap: 8px;
}

.rr-share__btn {
    min-height: 44px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1.5px solid var(--border-1);
    border-radius: 10px;
    background: #ffffff;
    color: var(--fg-1);
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    font-family: inherit;
    letter-spacing: 0;
    box-shadow: 0 1px 3px rgba(44, 62, 80, 0.07);
    transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.rr-share__btn svg {
    flex-shrink: 0;
}

.rr-share__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(44, 62, 80, 0.12);
}

.rr-share__btn--wa:hover {
    border-color: #25d366;
    background: #f0fdf4;
    color: #16a34a;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.18);
}

.rr-share__btn--email:hover {
    border-color: var(--accent);
    background: #f1f7ff;
    color: var(--accent);
    box-shadow: 0 4px 14px rgba(15, 122, 222, 0.15);
}

.rr-share__btn--copy:hover {
    border-color: #7c6ff7;
    background: #f5f3ff;
    color: #5b4fcf;
    box-shadow: 0 4px 14px rgba(124, 111, 247, 0.15);
}

.rr-share__btn--copy[data-copied] {
    border-color: #22c55e;
    background: #f0fdf4;
    color: #16a34a;
}

.rr-msg-preview {
    margin: 16px 0 0;
    padding: 14px 16px;
    border-radius: 10px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    position: relative;
}

.rr-msg-preview__label {
    display: block;
    margin-bottom: 8px;
    color: #16a34a;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.rr-msg-preview p {
    margin: 0;
    color: #374151;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    font-style: italic;
}

.rr-share-for {
    margin: 16px 0 0;
    padding: 14px 16px;
    border-radius: 10px;
    background: var(--bg-sunken);
    border: 1px solid var(--border-soft);
}

.rr-share-for__label {
    margin: 0 0 10px;
    color: var(--fg-3);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.rr-share-for__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.rr-share-for__chips span {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid var(--border-1);
    color: var(--fg-2);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.rr-email-picker {
    position: relative;
}

.rr-email-chevron {
    margin-left: auto;
    flex-shrink: 0;
    transition: transform 0.18s ease;
}

[data-email-toggle][aria-expanded="true"] .rr-email-chevron {
    transform: rotate(180deg);
}

.rr-email-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% + 6px);
    z-index: 20;
    padding: 6px;
    border: 1.5px solid var(--border-1);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(44, 62, 80, 0.14);
}

.rr-email-opt {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 7px;
    color: var(--fg-1);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

.rr-email-opt:hover {
    background: var(--bg-sunken);
    color: var(--ink);
}

.rr-tip {
    margin: 0 auto 78px;
    max-width: 880px;
    padding: 42px 46px;
    border: 1px solid var(--border-soft);
    border-radius: 20px;
    background: var(--bg-surface);
    box-shadow: var(--sh-md);
    text-align: center;
}

.rr-tip > span {
    display: block;
    font-size: 28px;
}

.rr-tip p:first-of-type {
    margin: 10px 0 0;
    color: var(--accent);
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.rr-tip h2 {
    margin: 16px auto 0;
    color: var(--ink);
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: 0;
    text-wrap: balance;
}

.rr-tip mark {
    padding: 0 0.08em;
    background: linear-gradient(180deg, transparent 58%, var(--gold-light) 58%);
    color: inherit;
}

.rr-tip p:last-child {
    max-width: 720px;
    margin: 20px auto 0;
    color: var(--fg-2);
    font-size: 17px;
    line-height: 1.58;
}

.rr-tip strong {
    color: var(--ink-2);
    font-weight: 900;
}

.rr-thanks-v1__footer-zone {
    background: var(--ink);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.rr-thanks-v1__footer {
    width: min(1120px, calc(100% - 48px));
    min-height: 74px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-weight: 800;
}

.rr-thanks-v1__footer a {
    color: inherit;
    text-decoration: none;
    transition: color 0.15s ease;
}

.rr-thanks-v1__footer a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.rr-thanks-v1__footer span {
    color: rgba(255, 255, 255, 0.25);
}

@media (max-width: 980px) {
    .rr-thanks-v1__main,
    .rr-thanks-v1__hero-wrap {
        width: min(720px, calc(100% - 36px));
    }

    .rr-thanks-v1__hero {
        padding: 60px 0 72px;
    }

    .rr-next {
        padding: 66px 0 76px;
    }

    .rr-next__grid {
        grid-template-columns: 1fr;
    }

    .rr-next-card {
        min-height: 0;
    }
}

@media (max-width: 560px) {
    .rr-thanks-v1__nav {
        height: 60px;
    }

    .rr-thanks-v1__nav-inner {
        padding: 0 16px;
    }

    .rr-thanks-v1__brand {
        font-size: 14px;
    }

    .rr-thanks-v1__nav-status {
        font-size: 11px;
    }

    .rr-thanks-v1__main,
    .rr-thanks-v1__hero-wrap {
        width: calc(100% - 28px);
    }

    .rr-thanks-v1__hero {
        padding: 52px 0 56px;
    }

    .rr-thanks-v1__hero-h1 {
        font-size: 44px;
        line-height: 0.98;
    }

    .rr-thanks-v1__hero-body {
        font-size: 16px;
        line-height: 1.55;
    }

    .rr-thanks-v1__autodownload {
        width: 100%;
        min-height: 44px;
        padding: 8px 12px;
        flex-wrap: wrap;
        gap: 7px;
        font-size: 13px;
    }

    .rr-thanks-v1__download {
        padding: 0 18px;
    }

    .rr-thanks-v1__download-main strong {
        font-size: 15px;
    }

    .rr-thanks-v1__download-main small {
        font-size: 12px;
    }

    .rr-thanks-v1__download-help {
        font-size: 12px;
    }

    .rr-thanks-v1__email-note {
        font-size: 13px;
    }

    .rr-mail-preview {
        padding: 20px;
        border-radius: 16px;
    }

    .rr-mail-preview h2 {
        font-size: 21px;
    }

    .rr-next h2 {
        font-size: 38px;
    }

    .rr-next > p {
        font-size: 16px;
    }

    .rr-next-card {
        padding: 22px;
        border-radius: 14px;
    }

    .rr-next-card h3 {
        font-size: 22px;
    }

    .rr-tip {
        margin-bottom: 54px;
        padding: 34px 22px;
        border-radius: 16px;
    }

    .rr-tip h2 {
        font-size: 31px;
    }

    .rr-tip p:last-child {
        font-size: 15px;
    }

    .rr-thanks-v1__footer {
        gap: 14px;
        flex-wrap: wrap;
        justify-content: center;
        padding: 22px 0;
    }
}

@media (max-width: 1020px) {
    .rr-hero {
        min-height: auto;
        padding-bottom: 72px;
    }

    .rr-hero__grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .rr-card {
        width: 100%;
        max-width: 496px;
        margin: 0 auto;
    }

    .rr-book {
        order: 1;
    }

    .rr-step-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 46px;
    }
}

@media (max-width: 820px) {
    .rr-hero {
        padding: 118px 18px 64px;
    }

    .rr-hero__top {
        height: 76px;
        padding: 10px 18px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .rr-hero__note {
        position: static;
        max-width: none;
        text-align: center;
        line-height: 1.35;
        font-size: 11px;
    }

    .rr-hero__copy {
        margin-top: 58px;
    }

    .rr-hero h1 {
        font-size: 56px;
    }

    .rr-hero__copy p {
        font-size: 17px;
    }

    .rr-metrics {
        display: grid;
        gap: 12px;
        justify-items: center;
        white-space: normal;
    }

    .rr-problem,
    .rr-steps,
    .rr-final {
        padding-left: 18px;
        padding-right: 18px;
    }

    .rr-problem__cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .rr-problem h2,
    .rr-steps h2,
    .rr-final h2 {
        font-size: 40px;
    }
}

@media (max-width: 560px) {
    .rr-hero {
        padding-left: 12px;
        padding-right: 12px;
    }

    .rr-hero__copy,
    .rr-hero__grid {
        max-width: 366px;
        margin-left: 0;
        margin-right: 0;
    }

    .rr-pill {
        font-size: 11px;
        padding: 0 12px;
    }

    .rr-hero h1 {
        font-size: 31px;
        line-height: 1.08;
    }

    .rr-hero__copy p {
        max-width: 340px;
        font-size: 15px;
        line-height: 1.48;
    }

    .rr-problem h2,
    .rr-steps h2,
    .rr-final h2,
    .rr-thanks__card h1 {
        font-size: 34px;
    }

    .rr-thanks__card {
        padding: 40px 24px 36px;
    }

    .rr-card {
        padding: 26px 18px 22px;
        max-width: 366px;
        margin-left: 0;
        margin-right: 0;
    }

    .rr-card h2 {
        font-size: 25px;
    }

    .rr-form-row,
    .rr-step-grid {
        grid-template-columns: 1fr;
    }

    .rr-book__wrap {
        width: 92vw;
        max-width: 310px;
    }

    .rr-book__seal {
        right: -8px;
        min-width: 116px;
        min-height: 50px;
        font-size: 13px;
    }

    .rr-trust {
        gap: 16px;
        flex-wrap: wrap;
    }

    .rr-steps__hint {
        border-radius: 8px;
    }
}

@media (max-width: 380px) {
    .rr-hero h1 {
        font-size: 31px;
    }

    .rr-hero__note {
        max-width: 145px;
        font-size: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rr-hero__top,
    .rr-pill,
    .rr-hero h1,
    .rr-hero__copy p,
    .rr-book,
    .rr-card,
    .rr-thanks__card,
    .rr-thanks__card h1,
    .rr-thanks__lead,
    .rr-thanks__steps,
    .rr-thanks__cta,
    .rr-thanks__note,
    .rr-thanks-v1__nav,
    .rr-thanks-v1__check,
    .rr-thanks-v1__eyebrow,
    .rr-thanks-v1__hero-h1,
    .rr-thanks-v1__hero-body,
    .rr-thanks-v1__autodownload,
    .rr-thanks-v1__download,
    .rr-thanks-v1__download-help,
    .rr-thanks-v1__email-note {
        opacity: 1;
        translate: 0 0;
        scale: 1;
        animation: none;
    }

    .rr-svg-circle,
    .rr-svg-mark {
        stroke-dashoffset: 0;
        animation: none;
    }

    .rr-reveal,
    .rr-problem__cards article.rr-reveal,
    .rr-step-grid article.rr-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .rr-book__wrap,
    .rr-problem__cards article,
    .rr-step-grid article,
    .rr-submit {
        transition: none;
    }
}
