/*
 * Dedicated styles for /realizzazione-landing-page/.
 * Kept intentionally close to /realizzazione-siti-web-napoli/.
 */

.rt-landing-redesign {
    --md-sys-color-primary: #6255ff;
    --md-sys-color-primary-container: #ebe8ff;
    --md-sys-color-on-primary-container: #1e165f;
    --md-sys-color-secondary-container: #eef1ff;
    --rt-landing-max: var(--rt-layout-content, 1456px);
    --rt-landing-gutter: var(--rt-layout-gutter, 72px);
    --rt-landing-border: var(--md-sys-color-outline-variant, rgba(37, 48, 68, .12));
    --rt-landing-text: var(--md-sys-color-on-surface, #202124);
    --rt-landing-muted: var(--md-sys-color-on-surface-variant, #5f6368);
    overflow-x: clip;
}

.rt-landing-redesign,
.rt-landing-redesign * {
    box-sizing: border-box;
}

.rt-landing-redesign h1,
.rt-landing-redesign h2,
.rt-landing-redesign h3,
.rt-landing-redesign p {
    max-width: 100%;
    letter-spacing: 0;
    overflow-wrap: break-word;
}

.rt-landing-redesign [data-rt-reveal],
.rt-landing-redesign [data-rt-visible] {
    opacity: 1 !important;
    transform: none !important;
}

.rt-landing-redesign .rt-seo-m3-button--filled,
.rt-landing-redesign .rt-seo-m3-audit-form__form button {
    background: var(--md-sys-color-primary);
}

.rt-landing-redesign .rt-seo-m3-button--outlined {
    color: var(--md-sys-color-primary);
    border-color: rgba(98, 85, 255, .34);
}

.rt-landing-redesign .rt-seo-m3-eyebrow {
    color: var(--md-sys-color-primary);
}

/* Shared section rhythm */
.rt-landing-redesign .rt-web-section-head,
.rt-landing-redesign .rt-service-section-head {
    max-width: 900px;
    margin: 0 auto 34px;
    display: grid;
    gap: 14px;
}

.rt-landing-redesign .rt-web-section-head h2,
.rt-landing-redesign .rt-service-section-head h2,
.rt-landing-redesign .rt-seo-m3-process .rt-seo-m3-section-head h2,
.rt-landing-redesign .rt-seo-m3-guarantee h2,
.rt-landing-redesign .rt-service-tools__copy h2,
.rt-landing-redesign .rt-landing-price h2 {
    margin: 0;
    color: var(--rt-landing-text);
    font-size: 46px;
    line-height: 1.08;
    font-weight: 820;
    letter-spacing: 0;
}

.rt-landing-redesign .rt-web-section-head p,
.rt-landing-redesign .rt-service-section-head p,
.rt-landing-redesign .rt-seo-m3-process .rt-seo-m3-section-head span {
    max-width: 760px;
    margin: 0;
    color: var(--rt-landing-muted);
    font-size: 18px;
    line-height: 30px;
}

.rt-landing-problem,
.rt-landing-includes,
.rt-landing-objectives,
.rt-landing-definition {
    width: min(100% - (var(--rt-landing-gutter) * 2), var(--rt-landing-max));
    margin: 0 auto;
    padding: 70px 0;
}

.rt-landing-proof {
    width: min(100% - (var(--rt-layout-gutter, 72px) * 2), var(--rt-web-max, 1456px));
    max-width: var(--rt-web-max, 1456px);
    margin: 0 auto;
    padding: 86px 0 72px;
    overflow: hidden;
}

.rt-landing-problem {
    padding-top: 96px;
}

.rt-landing-redesign .rt-landing-clients {
    width: 100%;
    max-width: none;
    min-height: 300px;
    margin-top: 0;
    padding: 64px 0;
    overflow: hidden;
    background: #fff;
    transform: none !important;
}

.rt-landing-redesign .rt-landing-clients .rt-service-section-head {
    text-align: center;
    justify-items: center;
    margin-bottom: 26px;
}

/* Problem section */
.rt-landing-problem .rt-web-section-head,
.rt-landing-includes .rt-web-section-head,
.rt-landing-objectives .rt-web-section-head,
.rt-landing-definition .rt-web-section-head {
    text-align: center;
    justify-items: center;
}

.rt-landing-proof .rt-web-section-head {
    width: 100% !important;
    max-width: 1060px !important;
    margin: 0 0 10px !important;
    text-align: left !important;
    justify-items: normal !important;
    align-items: normal !important;
}

.rt-landing-problem .rt-web-section-head h2,
.rt-landing-includes .rt-web-section-head h2,
.rt-landing-objectives .rt-web-section-head h2,
.rt-landing-definition .rt-web-section-head h2 {
    max-width: 820px;
    margin-inline: auto;
}

.rt-landing-proof .rt-web-section-head h2 {
    max-width: 980px !important;
    margin: 0 !important;
    font-size: 42px !important;
    line-height: 48.3px !important;
    text-align: left !important;
}

.rt-landing-problem .rt-web-section-head p,
.rt-landing-includes .rt-web-section-head p,
.rt-landing-objectives .rt-web-section-head p,
.rt-landing-definition .rt-web-section-head p {
    margin-inline: auto;
}

.rt-landing-proof .rt-web-section-head p {
    max-width: 760px !important;
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 30px !important;
    text-align: left !important;
}

.rt-landing-problem__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 2.1vw, 30px);
}

.rt-landing-problem__grid article,
.rt-landing-includes__grid article,
.rt-landing-proof .rt-ads-synergy__grid article {
    position: relative;
    overflow: hidden;
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--rt-landing-border);
    border-radius: 24px;
    background: var(--md-sys-color-surface-container-low, #f7f8fb);
}

.rt-landing-problem__grid article {
    min-height: clamp(250px, 18vw, 286px);
    display: grid;
    align-content: center;
    gap: 18px;
    padding: clamp(28px, 2.5vw, 38px);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .94) 0%, rgba(247, 248, 253, .98) 100%),
        var(--md-sys-color-surface-container-low, #f7f8fb);
    box-shadow: 0 22px 56px rgba(18, 20, 35, .055);
    transition: transform 200ms cubic-bezier(.2, 0, 0, 1), box-shadow 200ms cubic-bezier(.2, 0, 0, 1);
}

.rt-landing-problem__grid article::after,
.rt-landing-includes__grid article::after {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--md-sys-color-primary), #26a7d8, #8b5cf6);
    pointer-events: none;
}

.rt-landing-problem__grid article::after {
    opacity: .86;
}

.rt-landing-problem__grid article:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 26px 64px rgba(18, 20, 35, .09) !important;
}

.rt-landing-problem__grid h3,
.rt-landing-includes__grid h3,
.rt-landing-proof .rt-ads-synergy__grid h3,
.rt-landing-tabs__panels h3,
.rt-landing-definition__items h3 {
    margin: 0;
    color: var(--rt-landing-text);
    font-size: 28px;
    line-height: 1.16;
    font-weight: 780;
    letter-spacing: 0;
}

.rt-landing-problem__grid p,
.rt-landing-includes__grid p,
.rt-landing-proof .rt-ads-synergy__grid p,
.rt-landing-tabs__panels p,
.rt-landing-definition__items p,
.rt-landing-definition__note p,
.rt-landing-price p {
    margin: 0;
    color: var(--rt-landing-muted);
    font-size: 16px;
    line-height: 26px;
}

/* Includes cards */
.rt-landing-includes__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
}

.rt-landing-includes__grid article {
    grid-column: span 2;
    min-height: 260px;
    display: grid;
    grid-template-rows: 52px auto 1fr;
    align-content: start;
    gap: 14px;
    background: #fff;
}

.rt-landing-includes__grid article:nth-child(4) {
    grid-column: 2 / span 2;
}

.rt-landing-includes__grid article:nth-child(5) {
    grid-column: 4 / span 2;
}

.rt-landing-icon,
.rt-landing-includes__grid .rt-ads-includes__icon,
.rt-landing-proof .rt-ads-synergy__icon,
.rt-landing-definition .material-symbols-rounded {
    width: auto;
    height: auto;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    color: var(--md-sys-color-primary) !important;
    font-family: "Material Symbols Rounded";
    font-size: 44px !important;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "FILL" 0, "wght" 600, "GRAD" 0, "opsz" 24;
    font-feature-settings: "liga";
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
}

/* Process */
.rt-landing-redesign .rt-landing-process {
    width: min(100% - (var(--rt-landing-gutter) * 2), var(--rt-landing-max));
    margin: 0 auto;
    padding: 78px 0;
}

.rt-landing-redesign .rt-landing-process .rt-seo-m3-section-head p {
    margin: 10px 0 0;
    color: var(--rt-landing-muted);
    font-size: 16px;
    line-height: 26px;
}

.rt-landing-redesign .rt-landing-process .rt-seo-m3-process__steps article > span {
    color: var(--md-sys-color-primary);
}

/* Portfolio: same carousel treatment as /realizzazione-siti-web-napoli/. */
.rt-landing-redesign .rt-web-projects {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 72px 0 86px;
    background: var(--md-sys-color-primary);
    box-shadow: 0 0 0 100vmax var(--md-sys-color-primary);
    clip-path: inset(0 -100vmax);
    overflow: hidden;
}

.rt-landing-redesign .rt-web-projects .rt-web-project-carousel__page,
.rt-landing-redesign .rt-web-projects .rt-web-project-carousel__pagination {
    width: min(100% - (var(--rt-landing-gutter) * 2), var(--rt-landing-max));
    margin-left: auto;
    margin-right: auto;
}

.rt-landing-redesign .rt-web-projects .rt-web-project-carousel__page {
    text-align: center;
}

.rt-landing-redesign .rt-web-projects .rt-web-project-carousel__page h2 {
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(38px, 4.4vw, 62px);
    line-height: 1.06;
    font-weight: 840;
}

.rt-landing-redesign .rt-web-projects .rt-web-project-carousel__page p {
    max-width: 680px;
    margin: 14px auto 0;
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    line-height: 30px;
}

.rt-landing-redesign .rt-web-projects .rt-web-project-carousel__list-container {
    position: relative;
    margin-top: 34px;
    overflow: hidden;
}

.rt-landing-redesign .rt-web-projects .rt-slider {
    margin: 0;
    overflow: hidden;
}

.rt-landing-redesign .rt-web-projects .rt-project-stage {
    max-width: none;
}

.rt-landing-redesign .rt-web-projects .rt-slider--projects .rt-slider__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(560px, 54vw, 780px);
    grid-template-columns: none !important;
    gap: 26px;
    padding: 8px clamp(24px, 6.65vw, 136px) 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.rt-landing-redesign .rt-web-projects .rt-slider--projects .rt-slider__track::-webkit-scrollbar {
    display: none;
}

.rt-landing-redesign .rt-web-projects .rt-project-card {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    aspect-ratio: 1.72 / 1;
    min-height: 0;
    border: 0;
    border-radius: 28px;
    background: #111;
    overflow: hidden;
    scroll-snap-align: start;
    box-shadow: none;
}

.rt-landing-redesign .rt-web-projects .rt-project-card a {
    position: relative;
    display: block;
    height: 100%;
    color: #fff;
}

.rt-landing-redesign .rt-web-projects .rt-project-card a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .02) 28%, rgba(0, 0, 0, .28) 62%, rgba(0, 0, 0, .82));
    pointer-events: none;
}

.rt-landing-redesign .rt-web-projects .rt-project-card__media,
.rt-landing-redesign .rt-web-projects .rt-project-card__content {
    position: static;
}

.rt-landing-redesign .rt-web-projects .rt-project-card__media {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
    background: #111;
}

.rt-landing-redesign .rt-web-projects .rt-project-card__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.92) brightness(.86);
    opacity: 1;
    transform: scale(1.015);
    transition: transform .65s ease, filter .65s ease;
}

.rt-landing-redesign .rt-web-projects .rt-project-card:hover img,
.rt-landing-redesign .rt-web-projects .rt-project-card:focus-within img {
    filter: saturate(1.04) brightness(.72);
    transform: scale(1.08);
}

.rt-landing-redesign .rt-web-projects .rt-project-card__content {
    display: contents;
    padding: 0;
    background: none;
}

.rt-landing-redesign .rt-web-projects .rt-project-card__tags,
.rt-landing-redesign .rt-web-projects .rt-project-card strong,
.rt-landing-redesign .rt-web-projects .rt-project-card__cta {
    padding: 0;
}

.rt-landing-redesign .rt-web-projects .rt-project-card__tags {
    position: absolute;
    top: 28px;
    right: 28px;
    left: auto;
    bottom: auto;
    z-index: 2;
    order: 1;
    align-self: start;
    display: inline-flex;
    width: fit-content;
    max-width: calc(100% - 56px);
    padding: 10px 22px;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 999px;
    background: rgba(255, 255, 255, .22);
    color: rgba(255, 255, 255, .96);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0;
    backdrop-filter: blur(8px);
}

.rt-landing-redesign .rt-web-projects .rt-project-card strong {
    position: absolute;
    left: 38px;
    right: 38px;
    bottom: 38px;
    z-index: 2;
    order: 2;
    max-width: min(620px, calc(100% - 76px));
    align-self: start;
    color: #fff;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Archivo Black", sans-serif;
    font-size: clamp(38px, 4.2vw, 66px);
    font-weight: 400;
    line-height: .92;
    letter-spacing: 0;
    text-transform: uppercase !important;
    text-shadow: none;
}

.rt-landing-redesign .rt-web-projects .rt-project-card__title,
.rt-landing-redesign .rt-web-projects .rt-project-card__stat {
    display: block;
}

.rt-landing-redesign .rt-web-projects .rt-project-card__stat {
    margin-top: 12px;
    color: rgba(255, 255, 255, .9);
    font-family: Satoshi, Arial, sans-serif;
    font-size: clamp(16px, 1.75vw, 26px);
    font-weight: 850;
    line-height: 1.1;
}

.rt-landing-redesign .rt-web-projects .rt-project-card__cta {
    position: absolute;
    left: var(--rt-card-x, 50%);
    top: var(--rt-card-y, 50%);
    z-index: 3;
    display: grid;
    place-items: center;
    width: 116px;
    height: 116px;
    padding: 0 16px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .74);
    color: #151515;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    transform: translate(-50%, -50%) scale(.78);
    transition: opacity .28s ease, transform .28s ease, background .28s ease;
    backdrop-filter: blur(10px);
    pointer-events: none;
}

.rt-landing-redesign .rt-web-projects .rt-project-card__cta::after {
    content: none;
}

.rt-landing-redesign .rt-web-projects .rt-project-card:hover .rt-project-card__cta,
.rt-landing-redesign .rt-web-projects .rt-project-card:focus-within .rt-project-card__cta {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.rt-landing-redesign .rt-web-projects .rt-web-project-carousel__pagination {
    width: min(100% - (var(--rt-layout-gutter, 72px) * 2), var(--rt-landing-max));
    margin: 18px auto 0;
    display: flex;
    justify-content: center;
}

.rt-landing-redesign .rt-web-projects .rt-web-project-carousel__count {
    min-width: 76px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    color: #151515;
    font-size: 15px;
    line-height: 1;
    font-weight: 760;
    box-shadow: 0 10px 24px rgba(18, 20, 35, .06);
}

.rt-landing-redesign .rt-web-projects .rt-slider-nav {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(98, 85, 255, .46);
    border-radius: 50%;
    background: rgba(255, 255, 255, .74);
    color: var(--md-sys-color-primary, #6255ff);
    font-size: 0;
    line-height: 1;
    text-align: center;
    box-shadow: 0 16px 34px rgba(18, 20, 35, .14);
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.rt-landing-redesign .rt-web-projects .rt-slider-nav::before {
    content: none;
}

.rt-landing-redesign .rt-web-projects .rt-slider-nav__icon {
    display: block;
    width: 25px;
    height: 25px;
    color: currentColor;
    overflow: visible;
    pointer-events: none;
}

.rt-landing-redesign .rt-web-projects .rt-slider-nav__icon path {
    fill: none;
    stroke: currentColor;
    stroke-width: 2.35;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.rt-landing-redesign .rt-web-projects .rt-slider-nav__icon--prev {
    transform: rotate(180deg);
}

.rt-landing-redesign .rt-web-projects .rt-slider-nav:hover,
.rt-landing-redesign .rt-web-projects .rt-slider-nav:focus-visible {
    border-color: #fff;
    background: var(--md-sys-color-primary, #6255ff);
    color: #fff;
    box-shadow: 0 18px 38px rgba(98, 85, 255, .26);
}

.rt-landing-redesign .rt-web-projects .rt-slider-nav--prev {
    left: max(18px, calc((100vw - var(--rt-landing-max)) / 2 + 4px));
}

.rt-landing-redesign .rt-web-projects .rt-slider-nav--next {
    right: max(18px, calc((100vw - var(--rt-landing-max)) / 2 + 4px));
}

.rt-landing-redesign .rt-web-projects .rt-web-project-carousel__pagination [data-rt-slider-prev],
.rt-landing-redesign .rt-web-projects .rt-web-project-carousel__pagination [data-rt-slider-next] {
    display: none !important;
}

/* Proof cards */
.rt-landing-proof .rt-ads-synergy__grid {
    --rt-ads-synergy-overlap: 36px;
    --rt-ads-synergy-inline-pad: 24px;
    position: relative;
    min-height: 430px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    margin: 76px 0 0;
    padding: 0 var(--rt-ads-synergy-inline-pad);
    border: 0;
}

.rt-landing-proof .rt-ads-synergy__grid article {
    position: relative;
    flex: 0 0 min(450px, calc((100% + (var(--rt-ads-synergy-overlap) * 3) - (var(--rt-ads-synergy-inline-pad) * 2)) / 4));
    min-height: 337px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    align-items: start;
    gap: 15px;
    margin: 0;
    padding: clamp(26px, 2.45vw, 36px);
    border: 1px solid rgba(37, 48, 68, .14);
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(248, 250, 253, .78)),
        #fff;
    box-shadow: 0 30px 64px rgba(18, 20, 35, .14);
    backdrop-filter: blur(18px);
    transition: transform 180ms cubic-bezier(.2, 0, 0, 1), box-shadow 180ms cubic-bezier(.2, 0, 0, 1);
}

.rt-landing-proof .rt-ads-synergy__grid article:nth-child(1) {
    z-index: 1;
    transform: translateY(44px) !important;
}

.rt-landing-proof .rt-ads-synergy__grid article:nth-child(2) {
    z-index: 2;
    margin-left: calc(var(--rt-ads-synergy-overlap) * -1);
    transform: translateY(-18px) !important;
}

.rt-landing-proof .rt-ads-synergy__grid article:nth-child(3) {
    z-index: 3;
    margin-left: calc(var(--rt-ads-synergy-overlap) * -1);
    transform: translateY(-84px) !important;
}

.rt-landing-proof .rt-ads-synergy__grid article:nth-child(4) {
    z-index: 4;
    margin-left: calc(var(--rt-ads-synergy-overlap) * -1);
    transform: translateY(-130px) !important;
}

.rt-landing-proof .rt-ads-synergy__grid article:hover {
    box-shadow: 0 36px 76px rgba(18, 20, 35, .17);
}

.rt-landing-proof .rt-ads-synergy__grid article:nth-child(1):hover {
    transform: translateY(36px) !important;
}

.rt-landing-proof .rt-ads-synergy__grid article:nth-child(2):hover {
    transform: translateY(-26px) !important;
}

.rt-landing-proof .rt-ads-synergy__grid article:nth-child(3):hover {
    transform: translateY(-92px) !important;
}

.rt-landing-proof .rt-ads-synergy__grid article:nth-child(4):hover {
    transform: translateY(-138px) !important;
}

.rt-landing-proof .rt-ads-synergy__icon {
    width: 58px;
    height: 58px;
    display: grid !important;
    place-items: center;
    border-radius: 18px;
    background: transparent !important;
    color: var(--md-sys-color-primary, #6255f6) !important;
    font-family: "Material Symbols Rounded";
    font-size: 32px !important;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "FILL" 0, "wght" 600, "GRAD" 0, "opsz" 24;
    font-feature-settings: "liga";
    text-transform: none;
    letter-spacing: 0;
    white-space: nowrap;
}

.rt-landing-proof .rt-ads-synergy__grid h3 {
    margin: 0;
    color: #253044;
    font-size: clamp(25px, 2.1vw, 34px);
    line-height: 1.08;
    font-weight: 650;
    letter-spacing: 0;
}

.rt-landing-proof .rt-ads-synergy__grid p {
    margin: 0;
    color: #526174;
    font-size: clamp(16px, 1.12vw, 18px);
    line-height: 1.5;
}

/* Objective tabs */
.rt-landing-tabs {
    width: min(100%, 1280px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .82fr);
    gap: clamp(34px, 5.2vw, 72px);
    align-items: center;
}

.rt-landing-tabs__visual {
    position: relative;
    min-height: clamp(420px, 36vw, 510px);
    padding: clamp(18px, 2.4vw, 32px);
    border-radius: 34px;
    background:
        radial-gradient(circle at 12% 16%, rgba(255, 255, 255, .95), transparent 30%),
        linear-gradient(145deg, #fff8b8 0%, #fff0a4 46%, #f9d65c 100%);
    overflow: hidden;
    box-shadow: 0 34px 80px rgba(18, 20, 35, .12);
}

.rt-landing-tabs__visual::before,
.rt-landing-tabs__visual::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.rt-landing-tabs__visual::before {
    width: 240px;
    height: 240px;
    right: -78px;
    top: -82px;
    background: rgba(98, 85, 255, .18);
}

.rt-landing-tabs__visual::after {
    width: 180px;
    height: 180px;
    left: -64px;
    bottom: -70px;
    background: rgba(255, 255, 255, .42);
}

.rt-landing-tabs__panels {
    position: relative;
    min-height: clamp(390px, 32vw, 470px);
    z-index: 1;
}

.rt-landing-tabs__panels article {
    position: absolute;
    inset: 0;
    display: grid;
    opacity: 0;
    transform: translateY(18px) scale(.975);
    transition: opacity .34s ease, transform .34s ease;
    pointer-events: none;
}

.rt-landing-tabs__panels article.is-active {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.rt-landing-preview {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 28px;
    background: rgba(255, 255, 255, .86);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 24px 58px rgba(18, 20, 35, .12);
    overflow: hidden;
    backdrop-filter: blur(18px);
}

.rt-landing-preview__browser {
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 20px;
    border-bottom: 1px solid rgba(37, 48, 68, .1);
    background: rgba(255, 255, 255, .72);
}

.rt-landing-preview__browser span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(98, 85, 255, .32);
}

.rt-landing-preview__browser strong {
    margin-left: auto;
    color: rgba(37, 48, 68, .48);
    font-size: 13px;
    line-height: 1;
    font-weight: 780;
}

.rt-landing-preview__page {
    position: relative;
    min-height: 0;
    display: grid;
    align-content: stretch;
    gap: 20px;
    padding: clamp(22px, 3.1vw, 42px);
}

.rt-landing-preview__hero {
    position: relative;
    z-index: 1;
    min-height: 245px;
    display: grid;
    align-content: center;
    gap: 14px;
    padding: clamp(24px, 3vw, 38px);
    border-radius: 28px;
    background:
        radial-gradient(circle at 86% 12%, rgba(255, 255, 255, .35), transparent 28%),
        linear-gradient(135deg, #191a24 0%, #6255ff 100%);
    color: #fff;
    overflow: hidden;
}

.rt-landing-preview__hero::after {
    content: "";
    position: absolute;
    right: -36px;
    bottom: -40px;
    width: 190px;
    height: 190px;
    border-radius: 46px;
    border: 1px solid rgba(255, 255, 255, .2);
    transform: rotate(12deg);
}

.rt-landing-preview__icon {
    width: 58px;
    height: 58px;
    display: grid !important;
    place-items: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, .16);
    color: #fff !important;
    font-size: 32px !important;
}

.rt-landing-preview__hero h3 {
    max-width: 440px;
    margin: 0;
    color: #fff;
    font-size: clamp(32px, 4.1vw, 58px);
    line-height: .98;
    font-weight: 860;
    letter-spacing: 0;
}

.rt-landing-preview__hero p {
    max-width: 480px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(15px, 1.25vw, 18px);
    line-height: 1.5;
}

.rt-landing-preview__hero em {
    width: fit-content;
    margin-top: 8px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #fff;
    color: var(--md-sys-color-primary, #6255ff);
    font-size: 13px;
    line-height: 1;
    font-style: normal;
    font-weight: 850;
    text-transform: uppercase;
}

.rt-landing-preview__flow {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 12px;
    align-items: center;
}

.rt-landing-preview__flow span {
    height: 72px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(37, 48, 68, .08);
    box-shadow: 0 12px 26px rgba(18, 20, 35, .06);
}

.rt-landing-preview__flow span:nth-child(3) {
    background: rgba(98, 85, 255, .1);
}

.rt-landing-preview__flow i {
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: rgba(98, 85, 255, .34);
}

.rt-landing-preview__conversion {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
}

.rt-landing-preview__conversion span {
    height: 12px;
    border-radius: 999px;
    background: rgba(37, 48, 68, .12);
}

.rt-landing-preview__conversion span:nth-child(2) {
    width: 62%;
}

.rt-landing-preview__conversion strong {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--md-sys-color-primary, #6255ff);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 860;
    box-shadow: 0 16px 30px rgba(98, 85, 255, .28);
}

.rt-landing-preview--1 .rt-landing-preview__hero {
    background: linear-gradient(135deg, #22202b 0%, #2f81f7 100%);
}

.rt-landing-preview--2 .rt-landing-preview__hero {
    background: linear-gradient(135deg, #14231d 0%, #25d366 100%);
}

.rt-landing-preview--3 .rt-landing-preview__hero {
    background: linear-gradient(135deg, #211b2c 0%, #ff7a59 100%);
}

.rt-landing-preview--4 .rt-landing-preview__hero {
    background: linear-gradient(135deg, #171820 0%, #fbbc04 100%);
}

.rt-landing-preview--5 .rt-landing-preview__hero {
    background: linear-gradient(135deg, #111827 0%, #6255ff 48%, #34a853 100%);
}

.rt-landing-tabs__content {
    display: grid;
    gap: 18px;
}

.rt-landing-tabs__content .rt-web-section-head {
    text-align: left;
    justify-items: start;
}

.rt-landing-tabs__content .rt-web-section-head h2,
.rt-landing-tabs__content .rt-web-section-head p {
    margin-left: 0;
    margin-right: 0;
}

.rt-landing-tabs__nav {
    display: grid;
    gap: 8px;
    justify-items: stretch;
}

.rt-landing-tabs__nav button {
    position: relative;
    min-height: 67px;
    height: 67px;
    width: min(100%, 491px);
    padding: 12px 16px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(37, 48, 68, .08);
    border-radius: 14px;
    background: #f4f6ff;
    color: #253044;
    font: inherit;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 820;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.rt-landing-tabs__nav button::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 3px;
    background: currentColor;
    opacity: .45;
}

.rt-landing-tabs[data-rt-autoplay="running"] .rt-landing-tabs__nav button.is-active::after {
    animation: rtLandingTabProgress 5.6s linear both;
}

.rt-landing-tabs__nav button:hover,
.rt-landing-tabs__nav button:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(98, 85, 255, .28);
    color: var(--md-sys-color-primary, #6255ff);
}

.rt-landing-tabs__nav button.is-active {
    border-color: rgba(98, 85, 255, .38);
    background: var(--md-sys-color-primary, #6255ff);
    color: #fff;
    box-shadow: 0 18px 38px rgba(98, 85, 255, .24);
}

.rt-landing-tabs__button-icon {
    width: 38px;
    height: 38px;
    display: grid !important;
    place-items: center;
    border-radius: 14px;
    background: rgba(98, 85, 255, .1);
    color: var(--md-sys-color-primary, #6255ff) !important;
    font-size: 24px !important;
}

.rt-landing-tabs__nav button.is-active .rt-landing-tabs__button-icon {
    background: rgba(255, 255, 255, .16);
    color: #fff !important;
}

.rt-landing-tabs__nav button svg {
    width: 16px;
    height: 16px;
    color: currentColor;
    opacity: .72;
    transform: rotate(180deg);
}

@keyframes rtLandingTabProgress {
    from {
        right: 100%;
    }
    to {
        right: 0;
    }
}

/* Price */
.rt-landing-price {
    width: min(100% - (var(--rt-landing-gutter) * 2), var(--rt-landing-max));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
    gap: clamp(36px, 4vw, 64px);
    align-items: center;
    padding: 80px 0;
    border-top: 1px solid rgba(37, 48, 68, .1);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.rt-landing-price__copy {
    display: grid;
    gap: 22px;
    align-content: center;
}

.rt-landing-price__copy h2 {
    max-width: 620px;
    margin: 0;
}

.rt-landing-price__copy > p {
    max-width: 680px;
    margin: 0;
}

.rt-landing-price__callout {
    max-width: 680px;
    padding: 24px 26px;
    border-left: 4px solid var(--md-sys-color-primary, #6255ff);
    border-radius: 0 22px 22px 0;
    background: rgba(98, 85, 255, .08);
}

.rt-landing-price__callout p {
    margin: 0;
    color: var(--rt-landing-muted);
    font-size: 18px;
    line-height: 1.62;
    font-style: italic;
    font-weight: 650;
}

.rt-landing-price__card {
    position: relative;
    min-height: 100%;
    padding: clamp(30px, 3.2vw, 42px);
    display: flex;
    flex-direction: column;
    gap: 28px;
    overflow: hidden;
    border: 1px solid rgba(37, 48, 68, .1);
    border-radius: 38px;
    background: var(--md-sys-color-surface-container-low, #f7f8fb);
    box-shadow: 0 18px 46px rgba(18, 20, 35, .08);
}

.rt-landing-price__glow {
    display: none;
}

.rt-landing-price__amount {
    display: grid;
    gap: 10px;
}

.rt-landing-price__amount p {
    margin: 0;
    color: var(--rt-landing-muted);
    font-size: 13px;
    line-height: 1;
    font-weight: 780;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.rt-landing-price__amount strong {
    color: var(--rt-landing-text);
    font-size: clamp(48px, 5vw, 68px);
    line-height: .95;
    font-weight: 850;
}

.rt-landing-price__amount em {
    color: var(--md-sys-color-primary, #6255ff);
    font-size: 18px;
    line-height: 1.35;
    font-style: normal;
    font-weight: 650;
}

.rt-landing-price__card > p {
    margin: 0;
    flex: 1 1 auto;
}

.rt-landing-price__cta {
    display: grid;
    gap: 12px;
    padding-top: 26px;
    border-top: 1px solid rgba(37, 48, 68, .12);
}

.rt-landing-price__cta p {
    margin: 0;
    color: var(--rt-landing-text);
    font-weight: 680;
}

.rt-landing-price__cta .rt-seo-m3-button {
    width: 100%;
    justify-content: center;
    gap: 8px;
}

.rt-landing-price__cta .material-symbols-rounded {
    font-size: 22px !important;
}

.rt-landing-price__cta small {
    color: var(--rt-landing-muted);
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

/* Definition */
.rt-landing-definition .rt-ecommerce-growth__intro,
.rt-landing-definition__note {
    width: min(100%, 880px);
    margin: 0 auto 34px;
    text-align: center;
}

.rt-landing-definition .rt-ecommerce-growth__intro p {
    margin: 0;
    color: var(--rt-landing-muted);
    font-size: 18px;
    line-height: 30px;
}

.rt-landing-definition__items {
    max-width: 1320px;
    margin: clamp(46px, 5vw, 72px) auto 0;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(70px, 7vw, 112px) clamp(34px, 5vw, 84px);
    align-items: start;
}

.rt-landing-definition__items .rt-ecommerce-growth-simple__item {
    grid-column: span 2;
    min-height: 0;
    display: grid;
    grid-template-rows: auto auto;
    justify-items: center;
    align-content: start;
    gap: clamp(24px, 2.7vw, 38px);
    padding: 0 clamp(6px, 1.4vw, 18px);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
    transition: transform .2s ease;
}

.rt-landing-definition__items .rt-ecommerce-growth-simple__item:nth-child(4) {
    grid-column: 2 / span 2;
}

.rt-landing-definition__items .rt-ecommerce-growth-simple__item:nth-child(5) {
    grid-column: 4 / span 2;
}

.rt-landing-definition__items .rt-ecommerce-growth-simple__item:hover {
    transform: translateY(-3px);
}

.rt-landing-definition__items .rt-ecommerce-growth-simple__icon {
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: transparent !important;
}

.rt-landing-definition__items .rt-ecommerce-growth-simple__item:nth-child(1) .rt-ecommerce-growth-simple__icon {
    background: transparent !important;
}

.rt-landing-definition__items .rt-ecommerce-growth-simple__item:nth-child(2) .rt-ecommerce-growth-simple__icon {
    background: transparent !important;
}

.rt-landing-definition__items .rt-ecommerce-growth-simple__item:nth-child(3) .rt-ecommerce-growth-simple__icon {
    background: transparent !important;
}

.rt-landing-definition__items .rt-ecommerce-growth-simple__item:nth-child(4) .rt-ecommerce-growth-simple__icon {
    background: transparent !important;
}

.rt-landing-definition__items .rt-ecommerce-growth-simple__item:nth-child(5) .rt-ecommerce-growth-simple__icon {
    background: transparent !important;
}

.rt-landing-definition__items .rt-ecommerce-growth-simple__icon .material-symbols-rounded {
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--md-sys-color-primary, #6255ff) !important;
    font-size: clamp(66px, 4.8vw, 86px) !important;
    line-height: 1;
}

.rt-landing-definition__items .rt-ecommerce-growth-simple__item:nth-child(2) .material-symbols-rounded {
    color: var(--md-sys-color-primary, #6255ff) !important;
}

.rt-landing-definition__items .rt-ecommerce-growth-simple__item:nth-child(3) .material-symbols-rounded,
.rt-landing-definition__items .rt-ecommerce-growth-simple__item:nth-child(5) .material-symbols-rounded {
    color: var(--md-sys-color-primary, #6255ff) !important;
}

.rt-landing-definition__items .rt-ecommerce-growth-simple__item:nth-child(4) .material-symbols-rounded {
    color: var(--md-sys-color-primary, #6255ff) !important;
}

.rt-landing-definition__items h3 {
    max-width: 410px;
    margin: 0;
    color: #202124;
    font-size: clamp(25px, 2vw, 34px) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
    text-align: center;
}

.rt-landing-definition__items p {
    max-width: 430px;
    margin: 0;
    color: #5f6368;
    font-size: clamp(17px, 1.2vw, 20px);
    line-height: 1.62;
    text-align: center;
}

.rt-landing-definition__note {
    margin-top: 48px;
    margin-bottom: 0;
}

/* Form: Web Design final CTA proportions */
.rt-landing-redesign .rt-landing-final {
    width: min(100% - 40px, 1225px) !important;
    max-width: 1225px !important;
    margin: 70px auto !important;
    padding: 48px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 480px !important;
    gap: 48px !important;
    align-items: start !important;
    overflow: visible !important;
    transform: none !important;
}

.rt-landing-redesign .rt-landing-final .rt-seo-m3-audit-form__copy {
    display: grid;
    gap: 16px;
    align-content: start;
}

.rt-landing-redesign .rt-landing-final .rt-seo-m3-audit-form__panel {
    width: 100%;
}

.rt-landing-redesign .rt-landing-final .rt-seo-m3-audit-form__form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.rt-landing-redesign .rt-landing-final .rt-seo-m3-audit-form__wide,
.rt-landing-redesign .rt-landing-final .rt-seo-m3-audit-form__privacy,
.rt-landing-redesign .rt-landing-final .rt-seo-m3-audit-form__form button {
    grid-column: 1 / -1;
}

.rt-landing-redesign .rt-landing-final label {
    min-width: 0;
}

.rt-landing-redesign .rt-landing-final .rt-seo-m3-audit-form__privacy {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: auto;
    padding: 2px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    line-height: 1.45;
}

.rt-landing-redesign .rt-landing-final .rt-seo-m3-audit-form__privacy input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    accent-color: var(--md-sys-color-primary, #6255ff);
}

.rt-landing-redesign .rt-landing-final .rt-seo-m3-audit-form__privacy span {
    min-width: 0;
    display: block;
}

.rt-landing-redesign .rt-landing-final input,
.rt-landing-redesign .rt-landing-final textarea {
    width: 100%;
}

.rt-landing-redesign .rt-web-contact-line a {
    color: var(--md-sys-color-primary);
}

/* About and FAQ */
.rt-landing-redesign .rt-landing-about .rt-service-tools__copy h2 {
    color: #fff !important;
    text-align: left;
}

.rt-landing-redesign .rt-landing-faq {
    transform: none !important;
}

@media (max-width: 1120px) {
    .rt-landing-problem,
    .rt-landing-includes,
    .rt-landing-proof,
    .rt-landing-objectives,
    .rt-landing-definition,
    .rt-landing-redesign .rt-landing-process {
        width: calc(100% - 48px);
    }

    .rt-landing-problem__grid,
    .rt-landing-definition__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rt-landing-definition__items {
        gap: 58px 34px;
    }

    .rt-landing-definition__items .rt-ecommerce-growth-simple__item,
    .rt-landing-definition__items .rt-ecommerce-growth-simple__item:nth-child(4),
    .rt-landing-definition__items .rt-ecommerce-growth-simple__item:nth-child(5) {
        grid-column: auto;
    }

    .rt-landing-proof .rt-ads-synergy__grid {
        min-height: 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 36px;
        padding: 0;
    }

    .rt-landing-proof .rt-ads-synergy__grid article,
    .rt-landing-proof .rt-ads-synergy__grid article:nth-child(1),
    .rt-landing-proof .rt-ads-synergy__grid article:nth-child(2),
    .rt-landing-proof .rt-ads-synergy__grid article:nth-child(3),
    .rt-landing-proof .rt-ads-synergy__grid article:nth-child(4),
    .rt-landing-proof .rt-ads-synergy__grid article:hover,
    .rt-landing-proof .rt-ads-synergy__grid article:nth-child(1):hover,
    .rt-landing-proof .rt-ads-synergy__grid article:nth-child(2):hover,
    .rt-landing-proof .rt-ads-synergy__grid article:nth-child(3):hover,
    .rt-landing-proof .rt-ads-synergy__grid article:nth-child(4):hover {
        width: 100%;
        max-width: 820px;
        min-height: 0;
        margin: 0 auto;
        transform: none !important;
    }

    .rt-landing-includes__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rt-landing-includes__grid article,
    .rt-landing-includes__grid article:nth-child(4),
    .rt-landing-includes__grid article:nth-child(5) {
        grid-column: auto;
    }

    .rt-landing-price,
    .rt-landing-redesign .rt-landing-final {
        grid-template-columns: 1fr !important;
    }

    .rt-landing-price__badge {
        width: min(100%, 340px);
        min-height: 340px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .rt-landing-problem,
    .rt-landing-includes,
    .rt-landing-proof,
    .rt-landing-objectives,
    .rt-landing-definition,
    .rt-landing-redesign .rt-landing-process {
        width: calc(100vw - 32px);
    }

    .rt-landing-redesign .rt-web-section-head h2,
    .rt-landing-redesign .rt-service-section-head h2,
    .rt-landing-redesign .rt-seo-m3-process .rt-seo-m3-section-head h2,
    .rt-landing-redesign .rt-seo-m3-guarantee h2,
    .rt-landing-redesign .rt-service-tools__copy h2,
    .rt-landing-redesign .rt-landing-price h2,
    .rt-landing-redesign .rt-web-projects .rt-web-project-carousel__page h2 {
        font-size: 32px;
        line-height: 1.12;
    }

    .rt-landing-redesign .rt-web-section-head p,
    .rt-landing-redesign .rt-service-section-head p,
    .rt-landing-redesign .rt-seo-m3-process .rt-seo-m3-section-head span,
    .rt-landing-redesign .rt-web-projects .rt-web-project-carousel__page p {
        font-size: 16px;
        line-height: 26px;
    }

    .rt-landing-problem,
    .rt-landing-includes,
    .rt-landing-proof,
    .rt-landing-objectives,
    .rt-landing-definition,
    .rt-landing-redesign .rt-landing-process {
        padding: 48px 0;
    }

    .rt-landing-problem__grid,
    .rt-landing-includes__grid,
    .rt-landing-definition__items {
        grid-template-columns: 1fr;
    }

    .rt-landing-definition__items {
        gap: 48px;
        margin-top: 38px;
    }

    .rt-landing-definition__items .rt-ecommerce-growth-simple__item {
        padding: 0;
    }

    .rt-landing-definition__items .rt-ecommerce-growth-simple__icon {
        width: auto;
        height: auto;
        border-radius: 0;
        background: transparent !important;
    }

    .rt-landing-definition__items .rt-ecommerce-growth-simple__icon .material-symbols-rounded {
        font-size: 64px !important;
    }

    .rt-landing-proof .rt-ads-synergy__grid {
        gap: 16px;
        margin-top: 28px;
        padding: 0;
    }

    .rt-landing-problem__grid article,
    .rt-landing-includes__grid article,
    .rt-landing-proof .rt-ads-synergy__grid article {
        min-height: 0;
        padding: 24px;
        border-radius: 22px;
    }

    .rt-landing-problem__grid h3,
    .rt-landing-includes__grid h3,
    .rt-landing-proof .rt-ads-synergy__grid h3,
    .rt-landing-tabs__panels h3,
    .rt-landing-definition__items h3 {
        font-size: 25px !important;
        line-height: 1.16;
    }

    .rt-landing-definition__items p {
        font-size: 17px;
        line-height: 1.58;
    }

    .rt-landing-redesign .rt-web-projects {
        padding: 52px 0 60px;
    }

    .rt-landing-redesign .rt-web-projects .rt-web-project-carousel__page,
    .rt-landing-redesign .rt-web-projects .rt-web-project-carousel__pagination {
        width: calc(100vw - 32px);
    }

    .rt-landing-redesign .rt-web-projects .rt-slider--projects .rt-slider__track {
        grid-auto-columns: calc(100vw - 36px);
        gap: 18px;
        padding: 4px 18px 18px;
    }

    .rt-landing-redesign .rt-web-projects .rt-project-card {
        aspect-ratio: 1.02 / 1;
        border-radius: 22px;
    }

    .rt-landing-redesign .rt-web-projects .rt-project-card a {
        display: block;
    }

    .rt-landing-redesign .rt-web-projects .rt-project-card__media img {
        height: 100%;
    }

    .rt-landing-redesign .rt-web-projects .rt-project-card__content {
        display: contents;
        padding: 0;
    }

    .rt-landing-redesign .rt-web-projects .rt-project-card__tags {
        top: 20px;
        right: 20px;
        max-width: calc(100% - 40px);
        padding: 8px 17px;
        font-size: 10px;
    }

    .rt-landing-redesign .rt-web-projects .rt-project-card strong {
        left: 22px;
        right: 22px;
        bottom: 26px;
        max-width: calc(100% - 44px);
        font-size: 24px;
        line-height: .96;
    }

    .rt-landing-redesign .rt-web-projects .rt-project-card__stat {
        margin-top: 7px;
        font-size: 12px;
    }

    .rt-landing-redesign .rt-web-projects .rt-project-card__cta {
        width: 96px;
        height: 96px;
        font-size: 11px;
    }

    .rt-landing-redesign .rt-web-projects .rt-slider-nav {
        width: 44px;
        height: 44px;
        display: inline-flex !important;
        font-size: 0;
    }

    .rt-landing-redesign .rt-web-projects .rt-slider-nav::before {
        font-size: 28px;
    }

    .rt-landing-redesign .rt-web-projects .rt-slider-nav--prev {
        left: 8px;
    }

    .rt-landing-redesign .rt-web-projects .rt-slider-nav--next {
        right: 8px;
    }

    .rt-landing-redesign .rt-web-projects .rt-web-project-carousel__pagination {
        margin-top: 10px;
        justify-content: center;
    }

    .rt-landing-tabs {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .rt-landing-tabs__visual {
        min-height: 430px;
        padding: 16px;
        border-radius: 26px;
    }

    .rt-landing-tabs__panels {
        min-height: 398px;
    }

    .rt-landing-preview {
        border-radius: 22px;
    }

    .rt-landing-preview__page {
        padding: 20px;
    }

    .rt-landing-preview__hero {
        min-height: 220px;
        padding: 24px;
        border-radius: 22px;
    }

    .rt-landing-preview__hero h3 {
        font-size: 34px;
    }

    .rt-landing-preview__flow span {
        height: 58px;
        border-radius: 18px;
    }

    .rt-landing-tabs__content {
        gap: 22px;
    }

    .rt-landing-tabs__content .rt-web-section-head {
        text-align: center;
        justify-items: center;
    }

    .rt-landing-tabs__content .rt-web-section-head h2,
    .rt-landing-tabs__content .rt-web-section-head p {
        margin-left: auto;
        margin-right: auto;
    }

    .rt-landing-tabs__nav {
        gap: 10px;
    }

    .rt-landing-tabs__nav button {
        min-height: 64px;
        padding: 14px;
        border-radius: 15px;
        font-size: 15px;
    }

    .rt-landing-tabs__button-icon {
        width: 38px;
        height: 38px;
        border-radius: 13px;
        font-size: 22px !important;
    }

    .rt-landing-price {
        padding: 24px;
        border-radius: 24px;
    }

    .rt-landing-price__copy .rt-seo-m3-button {
        width: 100%;
    }

    .rt-landing-price__badge {
        width: 100%;
        min-height: 170px;
        border-radius: 24px;
    }

    .rt-landing-redesign .rt-landing-final {
        width: calc(100vw - 32px) !important;
        max-width: 680px !important;
        margin: 48px auto !important;
        padding: 24px !important;
        border-radius: 24px;
    }

    .rt-landing-redesign .rt-landing-final .rt-seo-m3-audit-form__form {
        grid-template-columns: 1fr;
    }

    .rt-landing-redesign .rt-landing-about .rt-service-tools__team {
        max-width: 100%;
    }
}
