.real-automation-page {
    --ra-ink: #2b1731;
    --ra-muted: #716275;
    --ra-purple: #6d2b83;
    --ra-violet: #9d47b7;
    --ra-orange: #f36b32;
    --ra-lilac: #eee3f3;
    --ra-cream: #f7e9df;
    --ra-surface: rgba(255, 255, 255, .78);
    background:
        radial-gradient(circle at 6% 10%, rgba(157, 71, 183, .08), transparent 24%),
        radial-gradient(circle at 96% 28%, rgba(243, 107, 50, .07), transparent 24%),
        #f7f4f8;
}

.ra-page {
    padding-bottom: 120px;
}

.ra-page button,
.ra-page summary {
    font: inherit;
}

.ra-page .crumbs {
    position: relative;
    z-index: 2;
}

.ra-section {
    width: var(--container);
    margin: 112px auto 0;
}

.ra-hero {
    width: var(--wide);
    position: relative;
    isolation: isolate;
    margin: 48px auto 0;
    padding: 34px 42px 42px;
    background:
        radial-gradient(circle at 78% 12%, rgba(179, 88, 196, .26), transparent 29%),
        radial-gradient(circle at 98% 92%, rgba(243, 107, 50, .23), transparent 30%),
        linear-gradient(132deg, #f5edf7 0%, #eee1f3 52%, #f8e8df 100%);
    border: 1px solid rgba(109, 43, 131, .13);
    border-radius: 36px;
    box-shadow: 0 34px 90px rgba(78, 38, 88, .12);
    overflow: hidden;
}

.ra-hero::before,
.ra-hero::after {
    position: absolute;
    z-index: -1;
    content: "";
    pointer-events: none;
}

.ra-hero::before {
    top: -110px;
    left: 48%;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 38% 62% 50% 50% / 54% 42% 58% 46%;
    background: rgba(255, 255, 255, .17);
    transform: rotate(26deg);
}

.ra-hero::after {
    inset: 0;
    background-image:
        linear-gradient(rgba(109, 43, 131, .027) 1px, transparent 1px),
        linear-gradient(90deg, rgba(109, 43, 131, .027) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(90deg, transparent, #000 52%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 52%, transparent);
}

.ra-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.13fr) minmax(410px, .87fr);
    gap: clamp(48px, 6vw, 96px);
    align-items: stretch;
    margin-top: 44px;
}

.ra-hero__copy {
    padding: 28px 0 32px;
}

.ra-kicker,
.ra-label {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 15px;
    color: #713288;
    background: rgba(255, 255, 255, .67);
    border: 1px solid rgba(109, 43, 131, .16);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ra-kicker::before,
.ra-label::before {
    width: 7px;
    height: 7px;
    margin-right: 9px;
    content: "";
    background: linear-gradient(135deg, var(--ra-violet), var(--ra-orange));
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(157, 71, 183, .08);
}

.ra-hero h1 {
    max-width: 860px;
    margin: 28px 0 24px;
    color: var(--ra-ink);
    font-size: clamp(48px, 4.5vw, 76px);
    font-weight: 570;
    line-height: .98;
    letter-spacing: -.06em;
}

.ra-hero__copy > p {
    max-width: 780px;
    margin: 0;
    color: #5f4c64;
    font-size: clamp(18px, 1.45vw, 23px);
    line-height: 1.45;
}

.ra-button {
    min-height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 34px;
    padding: 0 25px;
    color: #fff;
    border: 0;
    border-radius: 17px;
    font-size: 16px;
    font-weight: 750;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.ra-button--primary {
    background: linear-gradient(120deg, #64237e, #9e3eab 62%, #f36b32 118%);
    box-shadow: 0 18px 40px rgba(109, 43, 131, .25);
}

.ra-button:hover {
    box-shadow: 0 23px 48px rgba(109, 43, 131, .31);
    filter: saturate(1.08);
    transform: translateY(-2px);
}

.ra-button img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.ra-hero__visual {
    min-height: 520px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(30px, 3.4vw, 52px);
    color: #fff;
    background:
        radial-gradient(circle at 92% 7%, rgba(255, 164, 107, .49), transparent 28%),
        radial-gradient(circle at 2% 98%, rgba(197, 119, 218, .45), transparent 30%),
        linear-gradient(148deg, #48235b 0%, #6f2c7b 53%, #a7487c 100%);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 30px;
    box-shadow:
        0 24px 50px rgba(68, 26, 78, .2),
        inset 0 1px 0 rgba(255, 255, 255, .22);
    overflow: hidden;
}

.ra-hero__visual::after {
    position: absolute;
    right: -72px;
    bottom: -92px;
    width: 250px;
    height: 250px;
    content: "";
    border: 46px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
}

.ra-hero__metric,
.ra-hero__route,
.ra-hero__visual > p {
    position: relative;
    z-index: 1;
}

.ra-hero__metric strong {
    display: block;
    font-size: clamp(72px, 7vw, 116px);
    font-weight: 620;
    line-height: .88;
    letter-spacing: -.08em;
}

.ra-hero__metric span {
    max-width: 360px;
    display: block;
    margin-top: 18px;
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
    line-height: 1.4;
}

.ra-hero__route {
    display: grid;
    gap: 8px;
    margin: 36px 0;
}

.ra-hero__route span {
    width: fit-content;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    color: rgba(255, 255, 255, .9);
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 12px;
    backdrop-filter: blur(8px);
}

.ra-hero__visual > p {
    max-width: 410px;
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 650;
    line-height: 1.35;
}

.ra-section__heading {
    display: grid;
    grid-template-columns: minmax(300px, 440px) minmax(0, 1fr);
    gap: clamp(48px, 8vw, 130px);
    align-items: start;
}

.ra-section__heading .ra-label {
    margin-top: 8px;
}

.ra-section__heading h2 {
    max-width: 900px;
    margin: 0;
    color: var(--ra-ink);
    font-size: clamp(42px, 4vw, 62px);
    font-weight: 560;
    line-height: 1.02;
    letter-spacing: -.055em;
}

.ra-section__heading--compact {
    grid-template-columns: 300px minmax(0, 1fr);
}

.ra-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, .72fr);
    gap: clamp(60px, 8vw, 140px);
    padding: 70px;
    background:
        radial-gradient(circle at 100% 100%, rgba(243, 107, 50, .12), transparent 32%),
        linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(239, 228, 244, .8));
    border: 1px solid rgba(109, 43, 131, .11);
    border-radius: 32px;
    box-shadow: 0 26px 70px rgba(79, 48, 86, .08);
}

.ra-intro .ra-section__heading {
    display: block;
}

.ra-intro .ra-section__heading h2 {
    margin-top: 24px;
    font-size: clamp(39px, 3.4vw, 56px);
}

.ra-intro__copy {
    display: grid;
    align-content: center;
    gap: 22px;
}

.ra-intro__copy p {
    margin: 0;
    color: var(--ra-muted);
    font-size: 18px;
    line-height: 1.55;
}

.ra-card-grid,
.ra-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 56px;
}

.ra-feature-card {
    min-height: 350px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 34px;
    color: var(--ra-ink);
    background:
        radial-gradient(circle at 100% 100%, rgba(157, 71, 183, .11), transparent 37%),
        rgba(255, 255, 255, .82);
    border: 1px solid rgba(109, 43, 131, .13);
    border-radius: 26px;
    box-shadow: 0 20px 50px rgba(83, 48, 91, .07);
    overflow: hidden;
    transition: color .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.ra-feature-card > span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #77368b;
    background: #f0e5f4;
    border: 1px solid rgba(109, 43, 131, .13);
    border-radius: 15px;
    font-size: 12px;
    font-weight: 800;
}

.ra-feature-card h3 {
    max-width: 360px;
    margin: auto 0 18px;
    font-size: 29px;
    font-weight: 620;
    line-height: 1.08;
    letter-spacing: -.045em;
}

.ra-feature-card p {
    margin: 0;
    color: var(--ra-muted);
    font-size: 16px;
    line-height: 1.48;
}

.ra-feature-card:hover {
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(255, 154, 103, .45), transparent 30%),
        linear-gradient(145deg, #552367, #813589 58%, #b74a75);
    border-color: transparent;
    box-shadow: 0 28px 66px rgba(87, 37, 104, .21);
    transform: translateY(-4px);
}

.ra-feature-card:hover > span {
    color: #fff;
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .22);
}

.ra-feature-card:hover p {
    color: rgba(255, 255, 255, .8);
}

.ra-text-action {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 34px;
    padding: 0;
    color: #723189;
    background: transparent;
    border: 0;
    font-size: 17px;
    font-weight: 750;
}

.ra-text-action span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--ra-purple), var(--ra-orange));
    border-radius: 11px;
    transition: transform .2s ease;
}

.ra-text-action:hover span {
    transform: translateX(4px);
}

.ra-benefits {
    padding: 70px;
    background:
        radial-gradient(circle at 0 100%, rgba(157, 71, 183, .12), transparent 29%),
        radial-gradient(circle at 100% 0, rgba(243, 107, 50, .12), transparent 30%),
        #eee6f1;
    border-radius: 32px;
}

.ra-benefits__grid article {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: rgba(255, 255, 255, .66);
    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(80, 46, 88, .07);
}

.ra-benefits__grid article > span {
    width: fit-content;
    display: inline-flex;
    padding: 7px 11px;
    color: #77368b;
    background: rgba(157, 71, 183, .1);
    border-radius: 9px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.ra-benefits__grid h3 {
    margin: auto 0 15px;
    font-size: 29px;
    font-weight: 620;
    line-height: 1.08;
    letter-spacing: -.045em;
}

.ra-benefits__grid p {
    margin: 0;
    color: var(--ra-muted);
    font-size: 15px;
    line-height: 1.5;
}

.ra-zones__intro {
    max-width: 930px;
    margin: 40px 0 0 auto;
}

.ra-zones__intro p {
    margin: 0 0 15px;
    color: var(--ra-muted);
    font-size: 18px;
    line-height: 1.55;
}

.ra-table-wrap {
    margin-top: 48px;
    border: 1px solid rgba(109, 43, 131, .13);
    border-radius: 28px;
    box-shadow: 0 25px 64px rgba(73, 42, 80, .08);
    overflow: hidden;
}

.ra-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255, 255, 255, .78);
}

.ra-table th,
.ra-table td {
    padding: 20px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(109, 43, 131, .1);
}

.ra-table thead th {
    color: #fff;
    background: linear-gradient(105deg, #58306b, #88428d 68%, #b95b69);
    border-color: rgba(255, 255, 255, .12);
    font-size: 15px;
    font-weight: 750;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ra-table tbody tr:last-child > * {
    border-bottom: 0;
}

.ra-table tbody tr {
    transition: background .2s ease;
}

.ra-table tbody tr:hover {
    background: rgba(157, 71, 183, .055);
}

.ra-table tbody th {
    width: 18%;
    color: var(--ra-ink);
    font-size: 19px;
    font-weight: 750;
}

.ra-table tbody th span {
    display: block;
    margin-bottom: 8px;
    color: #a349b5;
    font-size: 12px;
}

.ra-table td {
    width: 27.33%;
    color: #66586a;
    font-size: 16px;
    line-height: 1.48;
}

.ra-callout {
    display: grid;
    grid-template-columns: .7fr 1fr;
    gap: 70px;
    align-items: center;
    margin-top: 24px;
    padding: 30px 34px;
    color: #3e2745;
    background:
        linear-gradient(110deg, rgba(238, 227, 243, .95), rgba(247, 233, 223, .92));
    border: 1px solid rgba(109, 43, 131, .12);
    border-radius: 22px;
}

.ra-callout strong {
    font-size: 22px;
    line-height: 1.25;
}

.ra-callout p {
    margin: 0;
    color: var(--ra-muted);
    font-size: 16px;
    line-height: 1.45;
}

.ra-process__list {
    display: grid;
    gap: 14px;
    margin-top: 52px;
}

.ra-process__list article {
    min-height: 170px;
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 45px;
    align-items: center;
    padding: 32px 40px;
    background: rgba(255, 255, 255, .76);
    border: 1px solid rgba(109, 43, 131, .12);
    border-radius: 24px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ra-process__list article:hover {
    border-color: rgba(157, 71, 183, .28);
    box-shadow: 0 22px 55px rgba(79, 42, 87, .1);
    transform: translateX(4px);
}

.ra-process__list article > span {
    width: fit-content;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    color: #fff;
    background: linear-gradient(135deg, #69307c, #a046ad 72%, #ef7747 130%);
    border-radius: 13px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.ra-process__list h3 {
    margin: 0 0 12px;
    color: var(--ra-ink);
    font-size: 30px;
    font-weight: 620;
    letter-spacing: -.045em;
}

.ra-process__list p {
    max-width: 850px;
    margin: 0;
    color: var(--ra-muted);
    font-size: 16px;
    line-height: 1.5;
}

.ra-expertise {
    min-height: 480px;
    display: grid;
    grid-template-columns: minmax(300px, .65fr) minmax(0, 1.35fr);
    gap: clamp(60px, 9vw, 150px);
    align-items: center;
    padding: 70px;
    color: #fff;
    background:
        radial-gradient(circle at 4% 100%, rgba(210, 139, 226, .44), transparent 31%),
        radial-gradient(circle at 100% 0, rgba(246, 134, 78, .52), transparent 29%),
        linear-gradient(140deg, #432353 0%, #672d76 46%, #98456f 100%);
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 34px;
    box-shadow: 0 34px 80px rgba(72, 31, 81, .2);
    overflow: hidden;
}

.ra-expertise__mark {
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    align-content: center;
    text-align: center;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
}

.ra-expertise__mark span {
    font-size: clamp(80px, 8vw, 132px);
    font-weight: 650;
    line-height: .9;
    letter-spacing: -.08em;
}

.ra-expertise__mark small {
    max-width: 190px;
    margin-top: 18px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    line-height: 1.35;
    text-transform: uppercase;
}

.ra-label--light {
    color: #fff;
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .2);
}

.ra-expertise__copy h2 {
    max-width: 760px;
    margin: 24px 0;
    font-size: clamp(42px, 4vw, 62px);
    font-weight: 560;
    line-height: 1.02;
    letter-spacing: -.055em;
}

.ra-expertise__copy p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 17px;
    line-height: 1.55;
}

.ra-expertise__copy strong {
    max-width: 760px;
    display: block;
    margin-top: 27px;
    font-size: 20px;
    font-weight: 650;
    line-height: 1.4;
}

.ra-faq__list {
    display: grid;
    gap: 14px;
    margin-top: 48px;
}

.ra-faq details {
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(109, 43, 131, .12);
    border-radius: 22px;
    box-shadow: 0 16px 42px rgba(74, 44, 80, .055);
}

.ra-faq summary {
    position: relative;
    padding: 28px 76px 28px 30px;
    color: var(--ra-ink);
    cursor: pointer;
    list-style: none;
    font-size: 20px;
    font-weight: 680;
    line-height: 1.35;
}

.ra-faq summary::-webkit-details-marker {
    display: none;
}

.ra-faq summary::after {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    content: "+";
    color: #fff;
    background: linear-gradient(135deg, #713384, #b4499d 70%, #ec7446);
    border-radius: 11px;
    transform: translateY(-50%);
}

.ra-faq details[open] summary::after {
    content: "−";
}

.ra-faq details p {
    max-width: 920px;
    margin: 0;
    padding: 0 30px 30px;
    color: var(--ra-muted);
    font-size: 16px;
    line-height: 1.55;
}

.ra-summary {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    gap: 34px 90px;
    padding: 70px;
    background:
        radial-gradient(circle at 90% 12%, rgba(157, 71, 183, .17), transparent 28%),
        radial-gradient(circle at 0 100%, rgba(243, 107, 50, .14), transparent 30%),
        linear-gradient(135deg, #f5edf7, #f4e7e7);
    border: 1px solid rgba(109, 43, 131, .13);
    border-radius: 32px;
}

.ra-summary__copy h2 {
    margin: 24px 0 20px;
    color: var(--ra-ink);
    font-size: clamp(42px, 3.8vw, 60px);
    font-weight: 570;
    line-height: 1.02;
    letter-spacing: -.055em;
}

.ra-summary__copy p {
    margin: 0;
    color: var(--ra-muted);
    font-size: 17px;
    line-height: 1.55;
}

.ra-summary__list {
    display: grid;
    align-content: center;
    gap: 12px;
}

.ra-summary__list p {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    margin: 0;
    padding: 17px 18px;
    color: #513957;
    background: rgba(255, 255, 255, .62);
    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: 17px;
    font-size: 15px;
    line-height: 1.4;
}

.ra-summary__list span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #79368e;
    background: rgba(157, 71, 183, .1);
    border-radius: 12px;
    font-size: 11px;
    font-weight: 800;
}

.ra-summary__message {
    grid-column: 1 / -1;
    padding-top: 30px;
    color: #6d2f80;
    border-top: 1px solid rgba(109, 43, 131, .12);
    font-size: clamp(27px, 2.6vw, 40px);
    font-weight: 620;
    line-height: 1.1;
    letter-spacing: -.04em;
}

.ra-about {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(350px, .75fr);
    gap: 80px;
    align-items: start;
}

.ra-about > p {
    margin: 0;
    color: #5c495f;
    font-size: 21px;
    line-height: 1.55;
}

.ra-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.ra-tags span {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    color: #77368b;
    background: rgba(238, 227, 243, .85);
    border: 1px solid rgba(109, 43, 131, .12);
    border-radius: 11px;
    font-size: 13px;
    font-weight: 650;
}

.ra-page > .fp-form {
    margin-bottom: 0;
}

@media (max-width: 1180px) {
    .ra-hero__layout {
        grid-template-columns: 1fr;
    }

    .ra-hero__visual {
        min-height: 430px;
    }

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

    .ra-hero__route span {
        width: 100%;
    }

    .ra-intro {
        grid-template-columns: 1fr;
        gap: 42px;
    }

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

    .ra-section__heading,
    .ra-section__heading--compact {
        grid-template-columns: 260px minmax(0, 1fr);
        gap: 50px;
    }

    .ra-table-wrap {
        overflow-x: auto;
    }

    .ra-table {
        min-width: 1080px;
    }

    .ra-expertise {
        grid-template-columns: 300px minmax(0, 1fr);
        gap: 55px;
    }
}

@media (max-width: 900px) {
    .ra-page {
        padding-bottom: 80px;
    }

    .ra-section {
        margin-top: 78px;
    }

    .ra-hero {
        margin-top: 30px;
        padding: 26px;
        border-radius: 28px;
    }

    .ra-hero__layout {
        gap: 34px;
        margin-top: 30px;
    }

    .ra-hero__copy {
        padding: 10px 0;
    }

    .ra-hero h1 {
        font-size: clamp(45px, 8vw, 64px);
    }

    .ra-section__heading,
    .ra-section__heading--compact {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .ra-section__heading h2 {
        font-size: clamp(38px, 7vw, 52px);
    }

    .ra-card-grid,
    .ra-benefits__grid {
        grid-template-columns: 1fr;
    }

    .ra-feature-card {
        min-height: 280px;
    }

    .ra-intro,
    .ra-benefits,
    .ra-summary,
    .ra-expertise {
        padding: 42px;
        border-radius: 26px;
    }

    .ra-intro__copy {
        grid-template-columns: 1fr;
    }

    .ra-callout {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .ra-process__list article {
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 24px;
        padding: 27px;
    }

    .ra-expertise {
        grid-template-columns: 1fr;
    }

    .ra-expertise__mark {
        width: 260px;
    }

    .ra-summary {
        grid-template-columns: 1fr;
    }

    .ra-about {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

@media (max-width: 640px) {
    .ra-page {
        padding-bottom: 64px;
    }

    .ra-section {
        margin-top: 62px;
    }

    .ra-hero {
        width: var(--container);
        padding: 20px;
        border-radius: 23px;
    }

    .ra-hero__layout {
        margin-top: 25px;
    }

    .ra-kicker,
    .ra-label {
        min-height: 32px;
        padding: 7px 11px;
        font-size: 10px;
    }

    .ra-hero h1 {
        margin-top: 22px;
        font-size: 37px;
        line-height: 1.02;
    }

    .ra-hero__copy > p {
        font-size: 16px;
    }

    .ra-button {
        width: 100%;
        min-height: 56px;
        padding: 0 18px;
    }

    .ra-hero__visual {
        min-height: 420px;
        padding: 25px;
        border-radius: 21px;
    }

    .ra-hero__metric strong {
        font-size: 67px;
    }

    .ra-hero__route {
        grid-template-columns: 1fr;
        margin: 25px 0;
    }

    .ra-hero__visual > p {
        font-size: 17px;
    }

    .ra-section__heading h2,
    .ra-intro .ra-section__heading h2,
    .ra-expertise__copy h2,
    .ra-summary__copy h2 {
        font-size: 34px;
        line-height: 1.05;
    }

    .ra-intro,
    .ra-benefits,
    .ra-summary,
    .ra-expertise {
        padding: 25px 20px;
        border-radius: 22px;
    }

    .ra-intro__copy p,
    .ra-zones__intro p {
        font-size: 16px;
    }

    .ra-card-grid,
    .ra-benefits__grid {
        gap: 12px;
        margin-top: 30px;
    }

    .ra-feature-card,
    .ra-benefits__grid article {
        min-height: 270px;
        padding: 24px;
        border-radius: 20px;
    }

    .ra-feature-card h3,
    .ra-benefits__grid h3 {
        font-size: 26px;
    }

    .ra-zones__intro {
        margin-top: 28px;
    }

    .ra-table-wrap {
        margin: 30px -12px 0;
        padding: 0 12px;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .ra-table {
        min-width: 880px;
        border: 1px solid rgba(109, 43, 131, .13);
        border-radius: 18px;
        overflow: hidden;
    }

    .ra-table th,
    .ra-table td {
        padding: 20px;
    }

    .ra-callout {
        padding: 23px;
        border-radius: 18px;
    }

    .ra-process__list {
        margin-top: 30px;
    }

    .ra-process__list article {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 23px;
        border-radius: 19px;
    }

    .ra-process__list article:hover {
        transform: translateY(-2px);
    }

    .ra-process__list h3 {
        font-size: 25px;
    }

    .ra-expertise {
        gap: 35px;
    }

    .ra-expertise__mark {
        width: 210px;
    }

    .ra-expertise__mark span {
        font-size: 76px;
    }

    .ra-expertise__copy p,
    .ra-summary__copy p {
        font-size: 15px;
    }

    .ra-expertise__copy strong {
        font-size: 17px;
    }

    .ra-faq__list {
        margin-top: 30px;
    }

    .ra-faq summary {
        padding: 23px 64px 23px 21px;
        font-size: 17px;
    }

    .ra-faq summary::after {
        right: 18px;
    }

    .ra-faq details p {
        padding: 0 21px 23px;
        font-size: 15px;
    }

    .ra-summary {
        gap: 27px;
    }

    .ra-summary__message {
        padding-top: 24px;
        font-size: 28px;
    }

    .ra-about {
        gap: 25px;
    }

    .ra-about > p {
        font-size: 17px;
    }

    .ra-tags {
        gap: 7px;
    }

    .ra-tags span {
        min-height: 34px;
        font-size: 11px;
    }
}
