.trr2-page {
    color: var(--navy-080);
    background: var(--blue-120);
    font-family: "Plus Jakarta Sans", "Inter", "Poppins", sans-serif;
    overflow: hidden;
}

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

.trr2-page dl {
    margin: 0;
}

.trr2-page ul {
    padding: 0;
    list-style: none;
}

.trr2-section {
    padding: 96px 0;
}

.trr2-section--white {
    background: var(--white);
}

.trr2-section--soft {
    background: var(--blue-120);
}

.trr2-section--navy,
.trr2-hero {
    background: var(--gradient-cyan-810-via-brand-blue-to-cyan-1110-135deg);
}

.trr2-section-title,
.trr2-section-intro h2,
.trr2-split__heading h2,
.trr2-final h2 {
    color: var(--charcoal-gray);
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
}

.trr2-section-title {
    margin-bottom: 48px;
    text-align: center;
}

.trr2-section-title--light {
    color: var(--white);
}

.trr2-section-intro {
    width: min(100%, 1016px);
    margin: 0 auto 25px;
    text-align: center;
}

.trr2-section-intro p {
    width: min(100%, 800px);
    margin: 20px auto 0;
    color: var(--navy-080);
    font-size: 18px;
    line-height: 1.6;
}

.trr2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 28px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.trr2-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.trr2-btn:focus-visible,
.trr2-page input:focus-visible,
.trr2-page button:focus-visible {
    outline: 3px solid var(--brand-orange-alpha-45);
    outline-offset: 2px;
}

.trr2-btn--gold {
    background: var(--brand-orange);
    color: var(--charcoal-gray);
    box-shadow: 0 12px 24px var(--brand-orange-alpha-18);
}

.trr2-btn--gold:hover {
    background: var(--gold-320);
    color: var(--gray-1050);
    box-shadow: 0 16px 28px var(--brand-orange-alpha-25);
}

.trr2-btn--outline-blue {
    border-color: var(--white);
    color: var(--white);
}

.trr2-btn--outline-blue:hover {
    background: var(--brand-blue);
    color: var(--white);
}

.trr2-btn--full {
    width: 100%;
}

.trr2-hero {
    padding: 50px 0;
    display: flex;
    align-items: center;
}

.trr2-hero__content h1 {
    color: var(--white);
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
}

.trr2-hero__subtitle {
    margin-top: 20px;
    color: var(--brand-orange);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

.trr2-hero__copy {
    margin-top: 20px;
    color: var(--gray-100);
    font-size: 18px;
    line-height: 1.6;
}

.trr2-check-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.trr2-check-list li {
    position: relative;
    min-height: 24px;
    padding-left: 36px;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.trr2-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.trr2-check-list li::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    width: 10px;
    height: 6px;
    border: solid currentColor;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
}

.trr2-check-list--hero {
    flex-flow: row wrap;
    margin-top: 32px;
}

.trr2-check-list--hero li {
    flex: 1 1 calc(50% - 12px);
}

.trr2-check-list--hero li:last-child {
    flex-basis: 100%;
}

.trr2-hero .trr2-btn {
    margin-top: 32px;
    min-height: 59px;
    padding: 18px 36px;
    font-size: 18px;
}

.trr2-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 32px;
}

.trr2-hero__badges span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--white);
    font-size: 14px;
    font-weight: 800;
}

.trr2-hero__visual {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.trr2-hero__visual > img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
}

.trr2-hero__zap {
    position: absolute;
    inset: 50% auto auto 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border: 4px solid var(--white);
    border-radius: 50%;
    background: var(--brand-blue-alpha-90);
    transform: translate(-50%, -50%);
}

.trr2-quote-strip {
    display: flex;
    align-items: center;
    gap: 32px;
    width: min(100%, 986px);
    min-height: 91px;
    margin: 25px auto 64px;
    padding: 20px 40px;
    border: 1px solid var(--blue-610);
    border-radius: 8px;
    background: var(--white);
}

.trr2-quote-strip strong {
    flex: 0 0 auto;
    color: var(--navy-310);
    font-size: 22px;
    font-weight: 800;
    white-space: nowrap;
}

.trr2-quote-strip strong span {
    font-size: 26px;
}

.trr2-quote-strip p {
    padding-left: 32px;
    border-left: 1px solid var(--blue-890);
    color: var(--blue-1390);
    font-size: 15px;
    font-style: italic;
    line-height: 1.45;
}

.trr2-quote-strip em {
    color: var(--brand-blue);
    font-style: italic;
    font-weight: 600;
}

.trr2-quote-strip--wide {
    width: min(100%, 1142px);
    margin-top: 30px;
    margin-bottom: 50px;
}

.trr2-kicker {
    margin-bottom: 28px;
    color: var(--brand-blue);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.trr2-info-card {
    padding: 32px;
    border: 1px solid var(--blue-400);
    border-radius: 16px;
    background: var(--blue-120);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.trr2-info-card:hover,
.trr2-benefit:hover,
.trr2-compare-card:hover,
.trr2-fit-card:hover {
    transform: translateY(-4px);
    border-color: var(--brand-blue-alpha-30);
    box-shadow: 0 18px 40px var(--navy-380-alpha-11);
}

.trr2-icon-card,
.trr2-benefit span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
}
.trr2-icon-card{
    background: var(--brand-blue);
}
.trr2-benefit span {
    border-radius: 50%;
    background: var(--blue-240);
}

.trr2-info-card h3 {
    margin-top: 20px;
    color: var(--charcoal-gray);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
}

.trr2-info-card p {
    margin-top: 14px;
    color: var(--navy-080);
    font-size: 16px;
    line-height: 1.5;
}

.trr2-benefit {
    display: flex;
    gap: 24px;
    align-items: center;
    min-height: 118px;
    padding: 32px;
    border: 1px solid var(--blue-640);
    border-radius: 8px;
    background: var(--white);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.trr2-benefit h3 {
    color: var(--charcoal-gray);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
}

.trr2-benefit p {
    margin-top: 4px;
    color: var(--navy-080);
    font-size: 16px;
    line-height: 1.5;
}

.trr2-compare-card {
    padding: 40px;
    border-radius: 24px;
    background: var(--white-alpha-12);
    color: var(--white);
    transition: transform .2s ease, box-shadow .2s ease;
}

.trr2-compare-card--primary {
    background: var(--brand-blue);
    border: 1px solid var(--brand-orange);
}

.trr2-compare-card header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
}

.trr2-compare-card h3 {
    color: var(--white);
    font-size: 24px;
    font-weight: 800;
}

.trr2-compare-card header span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 999px;
    background: var(--white-alpha-12);
    color: var(--white);
    font-size: 12px;
    font-weight: 800;
    background: var(--white-alpha-12);
}
.trr2-compare-card--primary header span {
    background-color: var(--brand-orange);
}

.trr2-compare-card p {
    color: var(--blue-620);
    font-size: 16px;
    line-height: 1.6;
}

.trr2-compare-card ul {
    margin-top: 28px;
}

.trr2-dash-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.trr2-dash-list li {
    color: var(--blue-620);
    font-size: 16px;
    line-height: 1.5;
}

.trr2-dash-list li::before {
    content: "• ";
}

.trr2-timeline {
    width: min(100%, 1000px);
    margin: 50px auto 0;
}

.trr2-timeline > span {
    display: block;
    height: 4px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--brand-orange) 0 20%, var(--white-alpha-22) 20% 100%);
}

.trr2-timeline div {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    color: var(--white);
    font-size: 12px;
    font-weight: 800;
}

.trr2-steps {
    position: relative;
    margin-top: 48px;
}

.trr2-step {
    position: relative;
    padding: 8px 24px 0;
    text-align: center;
}

.trr2-steps > div:not(:last-child) .trr2-step::after {
    content: "";
    position: absolute;
    top: 41px;
    left: calc(50% + 40px);
    width: calc(100% - 55px);
    height: 2px;
    border: 2px dashed var(--brand-blue);
}

.trr2-step span {
    position: relative;
    z-index: 1;
    display: inline-grid;
    width: 80px;
    height: 80px;
    place-items: center;
    border: 2px solid var(--brand-blue);
    border-radius: 50%;
    background: var(--blue-240);
    color: var(--brand-blue);
    font-size: 28px;
    font-weight: 800;
}

.trr2-step h3 {
    margin-top: 28px;
    color: var(--charcoal-gray);
    font-size: 20px;
    font-weight: 800;
}

.trr2-step p {
    margin-top: 10px;
    color: var(--navy-080);
    font-size: 16px;
    line-height: 1.55;
}

.trr2-center {
    text-align: center;
}

.trr2-split__heading span {
    display: inline-block;
    margin-bottom: 20px;
    color: var(--brand-blue);
    font-size: 14px;
    font-weight: 800;
}

.trr2-feature-list p {
    display: flex;
    gap: 20px;
    min-height: 80px;
    padding: 24px 0;
    border-bottom: 1px solid var(--blue-640);
    color: var(--navy-080);
    font-size: 20px;
    line-height: 1.3;
}

.trr2-feature-list span,
.trr2-impact::before {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--brand-orange);
}

.trr2-feature-list span::after,
.trr2-impact::after {
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    margin: 10px auto 0;
    border: solid var(--charcoal-gray);
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
}
.trr2-why-funderial .trr2-impact::after {
    display: none;
}

.trr2-fit-card {
    padding: 40px;
    border-radius: 24px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.trr2-fit-card--yes {
    background: var(--cyan-180);
    border: 1px solid var(--brand-blue);
}

.trr2-fit-card--no {
    background: var(--red-050);
    border: 1px solid var(--red-060);
}

.trr2-fit-card h3 {
    color: var(--brand-blue);
    font-size: 24px;
    font-weight: 800;
}

.trr2-check-list--dark {
    margin-top: 28px;
}

.trr2-check-list--dark li {
    color: var(--navy-080);
}

.trr2-x-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 28px;
}

.trr2-x-list li {
    display: flex;
    gap: 12px;
    align-items: center;
    color: var(--navy-080);
    font-size: 16px;
    line-height: 1.5;
}

.trr2-guidelines {
    margin-top: 30px;
    padding: 32px;
    border-radius: 16px;
    background: var(--white);
    border: 1px solid var(--blue-640);
    box-shadow: 0 12px 28px var(--navy-380-alpha-8);
}

.trr2-guidelines h3 {
    color: var(--charcoal-gray);
    font-size: 20px;
    font-weight: 800;
    text-align: center;
}

.trr2-guidelines dt {
    color: var(--blue-1210);
    font-size: 14px;
    font-weight: 700;
}

.trr2-guidelines dd {
    margin: 4px 0 0;
    color: var(--charcoal-gray);
    font-size: 16px;
    font-weight: 800;
}

.trr2-funderial-copy h2,
.trr2-funderial-copy p {
    color: var(--white);
}

.trr2-funderial-copy h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
}

.trr2-funderial-copy p {
    margin-top: 32px;
    color: var(--white);
    font-size: 18px;
    line-height: 1.6;
}

.trr2-impact {
    position: relative;
    margin-top: 32px;
    padding: 28px 32px;
    border-radius: 8px;
    background: var(--white-alpha-7p84);
    border: 1px solid var(--brand-blue);
    color: var(--cyan-240);
    font-size: 18px;
    line-height: 1.6;

    strong {
        color: var(--white);
        font-weight: 800;
    }
}

.trr2-funderial-image img {
    display: block;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    border-radius: 50%;
}

.trr2-final {
    padding: 100px 0;
    background: var(--gradient-cyan-810-via-brand-blue-to-cyan-1110-135deg);
    position: relative;
}

.trr2-final h2 {
    color: var(--white);
}

.trr2-final__copy p {
    margin-top: 24px;
    color: var(--blue-720);
    font-size: 18px;
    line-height: 1.6;
}

.trr2-final__copy .trr2-btn {
    margin-top: 32px;
}

.trr2-safe-note {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 32px !important;
    color: var(--white) !important;
    font-size: 14px !important;
    font-weight: 700;
}

.trr2-form-card {
    padding: 40px;
    border-radius: 24px;
    background: var(--white-alpha-96);
    box-shadow: 0 24px 60px var(--black-alpha-22);
}

.trr2-form-card h2 {
    color: var(--brand-blue);
    font-size: 24px;
    font-weight: 800;
}

.trr2-form-card > p {
    margin-top: 4px;
    color: var(--navy-080);
    font-size: 1rem;
}

.trr2-form {
    margin-top: 24px;
}

.trr2-form label,
.trr2-choice-group legend {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: var(--black);
    font-size: 13px;
    font-weight: 600;

    &.error{
        color: var(--red-170);
    }
}

.form-check .form-check-label{
    display: inline-block;
    margin-left: 10px;
}
.form-check .form-check-input{
    width: 20px;
    height: 20px;
}
.form-check label{
    font-weight: 400;
}

.trr2-form input[type="text"],
.trr2-form input[type="email"],
.trr2-form input[type="tel"] {
    width: 100%;
    min-height: 39px;
    padding: 11px 12px;
    border: 1px solid var(--gray-400);
    border-radius: 8px;
    background: var(--blue-120);
    color: var(--navy-080);
    font-size: 13px;
}

.trr2-form input::placeholder {
    color: var(--blue-1210);
}

.trr2-form [data-error-for] {
    color: var(--red-220);
    font-size: 12px;
    font-weight: 600;
}

.trr2-choice-group {
    margin: 16px 0 0;
    padding: 0;
    border: 0;
}

.trr2-choice-group div {
    margin-top: 12px;
}

.trr2-choice-group input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.trr2-choice-group label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 39px;
    border: 1px solid var(--blue-640);
    border-radius: 8px;
    background: var(--blue-120);
    color: var(--navy-080);
    cursor: pointer;
}

.trr2-choice-group input:checked + label {
    border-color: var(--brand-blue);
    background: var(--brand-blue);
    color: var(--white);
    font-weight: 800;
}

.trr2-form-feedback {
    min-height: 18px;
    margin: 12px 0;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.trr2-form-feedback.is-error {
    color: var(--red-220);
}

.trr2-form-feedback.is-success {
    color: var(--green-230);
}

.trr2-form-note {
    margin-top: 20px;
    color: var(--blue-1210);
    font-size: 11px;
    line-height: 1.4;
}

.tariff-refund-loader-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: var(--navy-740-alpha-80);
    backdrop-filter: blur(4px);
}

.tariff-refund-loader-overlay .overlay-text {
    margin-top: 16px;
    color: var(--white);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.tariff-refund-loader-overlay .overlay-text span {
    color: var(--brand-orange);
}

.trr2-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .5s ease, transform .5s ease;
}

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

.fr-hero__bg-mark {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

@media (prefers-reduced-motion: reduce) {
    .trr2-page *,
    .trr2-page *::before,
    .trr2-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
        animation-duration: .001ms !important;
    }

    .trr2-reveal {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 1199px) {
    .trr2-hero__visual,
    .trr2-funderial-image img {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .trr2-steps > div:not(:last-child) .trr2-step::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .trr2-section,
    .trr2-final {
        padding: 64px 0;
    }

    .trr2-hero {
        min-height: auto;
        padding: 64px 0;
    }

    .trr2-section-title,
    .trr2-section-intro h2,
    .trr2-split__heading h2,
    .trr2-final h2,
    .trr2-funderial-copy h2,
    .trr2-hero__content h1 {
        font-size: 36px;
    }

    .trr2-hero__subtitle {
        font-size: 24px;
    }

    .trr2-check-list--hero {
        flex-direction: column;
    }

    .trr2-check-list--hero li,
    .trr2-check-list--hero li:last-child {
        flex-basis: auto;
    }

    .trr2-hero .trr2-btn,
    .trr2-btn {
        width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .trr2-hero__badges {
        gap: 18px;
    }

    .trr2-quote-strip {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        padding: 24px;
    }

    .trr2-quote-strip p {
        padding: 16px 0 0;
        border-left: 0;
        border-top: 1px solid var(--blue-890);
    }

    .trr2-info-card,
    .trr2-benefit,
    .trr2-compare-card,
    .trr2-fit-card,
    .trr2-form-card,
    .trr2-guidelines {
        padding: 24px;
    }

    .trr2-benefit {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .trr2-compare-card header {
        align-items: flex-start;
        flex-direction: column;
    }

    .trr2-feature-list p {
        font-size: 17px;
    }
}

@media (max-width: 420px) {
    .trr2-section-title,
    .trr2-section-intro h2,
    .trr2-split__heading h2,
    .trr2-final h2,
    .trr2-funderial-copy h2,
    .trr2-hero__content h1 {
        font-size: 32px;
    }

    .trr2-choice-group label.col-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .trr2-hero .trr2-btn, .trr2-btn {
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 14px;
    }
}
