/*
 * Dedicated landing for /realizzazione-siti-web-napoli/.
 * Reuses the SEO landing visual system with page-specific layout.
 */

body.page-template-page-realizzazione-siti-web-napoli .site-main {
    padding-top: 0;
}

.rt-web-page {
    --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-web-max: var(--rt-layout-content, 1456px);
    --rt-web-gutter: var(--rt-layout-gutter, 72px);
}

.rt-web-hero {
    position: relative;
    width: min(100% - (var(--rt-seo-gutter) * 2), var(--rt-seo-max));
    min-height: 0;
    margin: 0 auto;
    padding-top: 44px;
    padding-bottom: 24px;
    display: grid;
    grid-template-columns: minmax(0, .48fr) minmax(0, .52fr);
    gap: 40px;
    align-items: center;
    isolation: isolate;
    overflow: visible;
}

.rt-web-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -56px;
    bottom: -56px;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background:
        radial-gradient(circle at 24% 38%, rgba(98, 85, 255, .18) 0, rgba(98, 85, 255, .09) 34%, rgba(255, 255, 255, 0) 68%),
        linear-gradient(105deg, #ebe8ff 0%, #f7f8ff 38%, #fff 65%, #fff 100%);
    pointer-events: none;
}

.rt-web-hero__copy {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 18px;
    align-content: center;
}

.rt-web-hero h1 {
    max-width: 650px;
    margin: 0;
    color: var(--md-sys-color-on-surface);
    font-size: clamp(42px, 4.8vw, 68px);
    line-height: 1.04;
    letter-spacing: -.04em;
    font-weight: 860;
}

.rt-web-hero .rt-seo-m3-body-large {
    max-width: 720px;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 18px;
    line-height: 30px;
}

.rt-web-video {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 700px;
    aspect-ratio: 1.72 / 1;
    min-height: 0;
    height: auto;
    align-self: center;
    justify-self: center;
    border-radius: 32px;
    overflow: hidden;
    background: #fff;
    border: 0;
    box-shadow: 0 18px 42px rgba(18, 20, 35, .1);
    isolation: isolate;
}

.rt-web-video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(98, 85, 255, .08), rgba(98, 85, 255, .16));
    pointer-events: none;
    z-index: 2;
}

.rt-web-video .elementor-background-video-container {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.rt-web-video iframe {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 100%;
    height: 100%;
    min-width: 178%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    border: 0;
    display: block;
}

.rt-web-clients {
    margin-top: 0;
}

.rt-web-hero + .rt-web-benefits {
    padding-top: 96px;
}

.rt-web-section-head {
    max-width: 900px;
    margin-bottom: 34px;
    display: grid;
    gap: 14px;
}

.rt-web-section-head h2 {
    margin: 0;
    color: var(--md-sys-color-on-surface);
    font-size: clamp(38px, 4.7vw, 64px);
    line-height: 1.04;
    letter-spacing: -.04em;
    font-weight: 840;
}

.rt-web-section-head p {
    max-width: 760px;
    margin: 0;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 18px;
    line-height: 30px;
}

.rt-web-benefits,
.rt-web-services,
.rt-web-audience,
.rt-web-why {
    width: min(100% - (var(--rt-layout-gutter, 72px) * 2), var(--rt-web-max));
    margin: 0 auto;
    padding: 70px 0;
}

.rt-web-benefits {
    width: min(100% - (var(--rt-seo-gutter) * 2), var(--rt-seo-max));
    padding-bottom: 72px;
}

.rt-web-benefits .rt-web-section-head {
    max-width: 860px;
    margin-inline: auto;
    margin-bottom: 32px;
    gap: 10px;
    text-align: center;
    justify-items: center;
}

.rt-web-benefits .rt-web-section-head h2 {
    max-width: 760px;
    margin-inline: auto;
    font-size: clamp(34px, 3.5vw, 46px);
    line-height: 1.12;
    letter-spacing: -.03em;
    font-weight: 780;
}

.rt-web-benefits .rt-web-section-head p {
    max-width: 680px;
    font-size: 17px;
    line-height: 28px;
}

.rt-web-why .rt-web-section-head {
    max-width: 820px;
    margin-bottom: 28px;
}

.rt-web-why .rt-web-section-head h2 {
    max-width: 780px;
    font-size: 46px;
    line-height: 1.08;
    letter-spacing: -.03em;
}

.rt-web-why .rt-web-section-head p {
    max-width: 720px;
    font-size: 18px;
    line-height: 29px;
}

.rt-web-audience .rt-web-section-head {
    margin-inline: auto;
    text-align: center;
    justify-items: center;
}

.rt-web-audience .rt-web-section-head h2,
.rt-web-audience .rt-web-section-head p {
    margin-inline: auto;
}

.rt-web-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.rt-web-benefits__grid article {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border: 1px solid var(--md-sys-color-outline-variant);
    border-radius: 24px;
    background: var(--md-sys-color-surface-container-low);
}

.rt-web-benefits__grid article::after {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--md-sys-color-primary), #00a87e);
    pointer-events: none;
}

.rt-web-benefits__grid article {
    min-height: 0;
    transition: transform 200ms cubic-bezier(.2, 0, 0, 1), box-shadow 200ms cubic-bezier(.2, 0, 0, 1);
}

.rt-web-benefits__grid article:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(18, 20, 35, .08);
}

.rt-web-benefits__grid span,
.rt-web-services__grid span,
.rt-web-process__steps span,
.rt-web-why__grid span {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: var(--md-sys-color-primary-container);
    color: var(--md-sys-color-on-primary-container);
    font-size: 15px;
    line-height: 1;
    font-weight: 850;
}

.rt-web-benefits__grid h3,
.rt-web-services__grid h3,
.rt-web-why__grid h3 {
    margin: 18px 0 12px;
    color: var(--md-sys-color-on-surface);
    font-size: 25px;
    line-height: 1.14;
    letter-spacing: -.03em;
}

.rt-web-benefits__grid h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 1.22;
    letter-spacing: -.02em;
}

.rt-web-benefits__grid p,
.rt-web-services__grid p,
.rt-web-why__grid p {
    margin: 0;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 16px;
    line-height: 26px;
}

.rt-web-services__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 20px;
}

.rt-web-services__grid article {
    grid-column: span 4;
    min-height: 275px;
    padding: 26px;
    border: 1px solid var(--md-sys-color-outline-variant);
    border-radius: 24px;
    background: #fff;
}

.rt-web-services__grid article.is-featured {
    grid-column: span 8;
    background:
        radial-gradient(circle at 88% 86%, rgba(98, 85, 255, .18), transparent 32%),
        linear-gradient(145deg, var(--md-sys-color-primary-container), #fff 72%);
    border-color: rgba(98, 85, 255, .26);
    box-shadow: 0 24px 54px rgba(98, 85, 255, .12);
}

.rt-web-services__grid article.is-featured h3 {
    font-size: clamp(32px, 3.8vw, 50px);
    max-width: 680px;
}

.rt-web-goals {
    padding-top: 84px;
}

.rt-web-goals__head {
    margin: 0 auto 30px;
    text-align: center;
    justify-items: center;
}

.rt-web-goals__head h2 {
    max-width: 900px;
}

.rt-web-goals__tabbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 auto 28px;
    padding: 6px;
}

.rt-web-goals__tab {
    min-height: 48px;
    padding: 12px 18px;
    border: 1px solid var(--md-sys-color-outline-variant);
    border-radius: 999px;
    background: #fff;
    color: var(--md-sys-color-on-surface-variant);
    font: inherit;
    font-size: 15px;
    line-height: 20px;
    font-weight: 760;
    cursor: pointer;
    transition: background 180ms cubic-bezier(.2, 0, 0, 1), border-color 180ms cubic-bezier(.2, 0, 0, 1), color 180ms cubic-bezier(.2, 0, 0, 1), box-shadow 180ms cubic-bezier(.2, 0, 0, 1);
}

.rt-web-goals__tab:hover,
.rt-web-goals__tab:focus-visible {
    border-color: rgba(98, 85, 255, .38);
    box-shadow: 0 10px 22px rgba(18, 20, 35, .08);
    outline: 0;
}

.rt-web-goals__tab.is-active {
    border-color: var(--md-sys-color-primary);
    background: var(--md-sys-color-primary);
    color: #fff;
    box-shadow: 0 14px 28px rgba(98, 85, 255, .22);
}

.rt-web-goals__panels {
    margin-top: 4px;
}

.rt-web-goals__panel[hidden] {
    display: none;
}

.rt-web-goals__panel {
    min-height: 440px;
    display: grid;
    grid-template-columns: minmax(0, .45fr) minmax(0, .55fr);
    gap: 38px;
    align-items: center;
    padding: 38px;
    border: 1px solid rgba(98, 85, 255, .16);
    border-radius: 32px;
    background:
        radial-gradient(circle at 88% 14%, rgba(98, 85, 255, .12), transparent 30%),
        linear-gradient(145deg, #fff 0%, #f8f7ff 100%);
    box-shadow: 0 28px 70px rgba(18, 20, 35, .08);
}

.rt-web-goals__copy {
    display: grid;
    gap: 18px;
    align-content: center;
}

.rt-web-goals__eyebrow,
.rt-web-goals__marketing-kicker {
    margin: 0;
    color: var(--md-sys-color-primary);
    font-size: 13px;
    line-height: 18px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0;
}

.rt-web-goals__copy h3 {
    margin: 0;
    color: var(--md-sys-color-on-surface);
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.04;
    letter-spacing: 0;
    font-weight: 840;
}

.rt-web-goals__copy p:not(.rt-web-goals__eyebrow) {
    max-width: 520px;
    margin: 0;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 18px;
    line-height: 30px;
}

.rt-web-goals__link {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    color: var(--md-sys-color-primary);
    font-size: 16px;
    line-height: 22px;
    font-weight: 820;
    text-decoration: none;
}

.rt-web-goals__link::after {
    content: "->";
    transition: transform 180ms cubic-bezier(.2, 0, 0, 1);
}

.rt-web-goals__link:hover::after {
    transform: translateX(4px);
}

.rt-web-goals__visual {
    position: relative;
    min-height: 330px;
    display: grid;
    place-items: center;
}

.rt-web-goals__browser {
    position: relative;
    width: min(100%, 520px);
    min-height: 320px;
    overflow: hidden;
    border: 1px solid rgba(31, 41, 55, .1);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 26px 60px rgba(18, 20, 35, .12);
}

.rt-web-goals__browser-top {
    height: 46px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(31, 41, 55, .08);
    background: #f8fafc;
}

.rt-web-goals__browser-top span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #d7dce8;
}

.rt-web-goals__browser-top span:nth-child(1) {
    background: #ff6b6b;
}

.rt-web-goals__browser-top span:nth-child(2) {
    background: #ffc857;
}

.rt-web-goals__browser-top span:nth-child(3) {
    background: #37c978;
}

.rt-web-goals__canvas {
    position: relative;
    min-height: 274px;
    padding: 30px;
    background:
        linear-gradient(90deg, rgba(98, 85, 255, .08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(98, 85, 255, .08) 1px, transparent 1px);
    background-size: 32px 32px;
}

.rt-web-goals__mock-title {
    width: 70%;
    height: 18px;
    border-radius: 999px;
    background: #1f2937;
    animation: rtWebBuild 3.8s ease-in-out infinite;
}

.rt-web-goals__mock-title.is-short {
    width: 44%;
    height: 12px;
    margin-top: 14px;
    background: #b7bfce;
    animation-delay: .18s;
}

.rt-web-goals__mock-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
}

.rt-web-goals__mock-grid span {
    height: 92px;
    border-radius: 20px;
    background: linear-gradient(145deg, #ebe8ff, #fff);
    box-shadow: inset 0 0 0 1px rgba(98, 85, 255, .12);
    animation: rtWebFloat 4s ease-in-out infinite;
}

.rt-web-goals__mock-grid span:nth-child(2) {
    animation-delay: .22s;
}

.rt-web-goals__mock-grid span:nth-child(3) {
    animation-delay: .44s;
}

.rt-web-goals__mock-card {
    position: absolute;
    right: 28px;
    bottom: 26px;
    width: 170px;
    height: 86px;
    border-radius: 22px;
    background: var(--md-sys-color-primary);
    box-shadow: 0 18px 35px rgba(98, 85, 255, .28);
    animation: rtWebPulse 3s ease-in-out infinite;
}

.rt-web-goals__mock-phone {
    position: absolute;
    right: 50px;
    top: 74px;
    width: 82px;
    height: 150px;
    border: 8px solid #1f2937;
    border-radius: 28px;
    background: linear-gradient(180deg, #fff, #eef1ff);
    box-shadow: 0 20px 38px rgba(18, 20, 35, .18);
    animation: rtWebFloat 4.4s ease-in-out infinite;
}

.rt-web-goals__visual--commerce .rt-web-goals__mock-grid span {
    background: linear-gradient(180deg, #fff, #e8f5ee);
}

.rt-web-goals__visual--commerce .rt-web-goals__mock-card {
    background: #0d8b57;
}

.rt-web-goals__visual--landing .rt-web-goals__mock-grid {
    grid-template-columns: 1fr;
}

.rt-web-goals__visual--landing .rt-web-goals__mock-grid span {
    height: 44px;
}

.rt-web-goals__visual--landing .rt-web-goals__mock-card {
    width: 210px;
    background: #ff7a59;
}

.rt-web-goals__visual--refresh .rt-web-goals__canvas::before {
    content: "";
    position: absolute;
    inset: 46px auto 34px 50%;
    width: 2px;
    border-radius: 999px;
    background: rgba(31, 41, 55, .18);
}

.rt-web-goals__visual--refresh .rt-web-goals__mock-grid span:first-child {
    filter: grayscale(1);
    opacity: .58;
}

.rt-web-goals__visual--brand .rt-web-goals__mock-grid span:nth-child(1) {
    background: #6255ff;
}

.rt-web-goals__visual--brand .rt-web-goals__mock-grid span:nth-child(2) {
    background: #00b3a4;
}

.rt-web-goals__visual--brand .rt-web-goals__mock-grid span:nth-child(3) {
    background: #ffcf5a;
}

.rt-web-goals__marketing {
    margin-top: 38px;
    padding-top: 38px;
    border-top: 1px solid var(--md-sys-color-outline-variant);
}

.rt-web-goals__marketing > h3 {
    max-width: 760px;
    margin: 10px auto 28px;
    color: var(--md-sys-color-on-surface);
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.08;
    letter-spacing: 0;
    font-weight: 820;
    text-align: center;
}

.rt-web-goals__marketing-kicker {
    text-align: center;
}

.rt-web-goals__support {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.rt-web-goals__support article {
    min-height: 240px;
    display: grid;
    gap: 14px;
    align-content: start;
    padding: 24px;
    border: 1px solid var(--md-sys-color-outline-variant);
    border-radius: 28px;
    background: #fff;
}

.rt-web-goals__support-media {
    position: relative;
    height: 128px;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(145deg, #edf7ff, #fff);
}

.rt-web-goals__support-media span {
    position: absolute;
    display: block;
    border-radius: 18px;
    background: var(--md-sys-color-primary);
    box-shadow: 0 14px 28px rgba(98, 85, 255, .18);
}

.rt-web-goals__support-media span:nth-child(1) {
    width: 46%;
    height: 58px;
    left: 20px;
    top: 20px;
}

.rt-web-goals__support-media span:nth-child(2) {
    width: 28%;
    height: 72px;
    right: 24px;
    top: 28px;
    background: #00b3a4;
}

.rt-web-goals__support-media span:nth-child(3) {
    width: 54%;
    height: 16px;
    left: 22px;
    bottom: 20px;
    background: #c7d2fe;
}

.rt-web-goals__support-media--ads {
    background: linear-gradient(145deg, #fff7df, #fff);
}

.rt-web-goals__support-media--ads span:nth-child(1) {
    background: #1a73e8;
}

.rt-web-goals__support-media--ads span:nth-child(2) {
    background: #34a853;
}

.rt-web-goals__support-media--ads span:nth-child(3) {
    background: #fbbc04;
}

.rt-web-goals__support h4 {
    margin: 0;
    color: var(--md-sys-color-on-surface);
    font-size: 24px;
    line-height: 1.16;
    letter-spacing: 0;
}

.rt-web-goals__support p {
    margin: 0;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 16px;
    line-height: 26px;
}

@keyframes rtWebFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes rtWebBuild {
    0%, 100% {
        transform: scaleX(.86);
        transform-origin: left;
    }

    50% {
        transform: scaleX(1);
        transform-origin: left;
    }
}

@keyframes rtWebPulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.04);
    }
}

@media (prefers-reduced-motion: reduce) {
    .rt-web-goals__mock-title,
    .rt-web-goals__mock-grid span,
    .rt-web-goals__mock-card,
    .rt-web-goals__mock-phone {
        animation: none;
    }
}

.rt-web-process {
    position: relative;
    width: min(100% - (var(--rt-layout-gutter, 72px) * 2), var(--rt-web-max));
    margin: 0 auto;
    padding: 78px 0;
    display: grid;
    grid-template-columns: minmax(320px, .42fr) minmax(0, .58fr);
    gap: 78px;
    align-items: start;
}

.rt-web-process__head {
    display: grid;
    gap: 22px;
}

.rt-web-process__head h2 {
    margin: 0;
    color: var(--md-sys-color-on-surface);
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.02;
    letter-spacing: -.04em;
}

.rt-web-process__head p {
    margin: 0;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 18px;
    line-height: 30px;
}

.rt-web-process__steps {
    position: relative;
    display: grid;
    gap: 58px;
    padding-left: 28px;
}

.rt-web-process__steps::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 24px;
    bottom: 24px;
    width: 3px;
    border-radius: 999px;
    background: var(--md-sys-color-primary);
}

.rt-web-process__steps article {
    position: relative;
    padding-left: 78px;
}

.rt-web-process__steps span {
    position: absolute;
    left: -6px;
    top: 0;
    width: 58px;
    height: 58px;
    border-radius: 20px;
    box-shadow: 0 0 0 14px #fff;
}

.rt-web-process__steps h3 {
    margin: 0 0 10px;
    color: var(--md-sys-color-on-surface);
    font-size: clamp(28px, 2.8vw, 42px);
    line-height: 1.12;
    letter-spacing: -.03em;
}

.rt-web-process__steps p {
    margin: 0;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 18px;
    line-height: 30px;
}

.rt-web-mid-cta {
    width: min(100% - (var(--rt-layout-gutter, 72px) * 2), var(--rt-web-max));
    margin: 42px auto 0;
    padding: 42px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px 34px;
    align-items: center;
    border-radius: 30px;
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
}

.rt-web-mid-cta h2,
.rt-web-mid-cta p {
    margin: 0;
}

.rt-web-mid-cta h2 {
    font-size: clamp(30px, 3.3vw, 48px);
    line-height: 1.08;
    letter-spacing: -.03em;
}

.rt-web-mid-cta p {
    color: rgba(255, 255, 255, .86);
    font-size: 18px;
    line-height: 29px;
}

.rt-web-mid-cta .rt-seo-m3-button {
    background: #fff;
    color: var(--md-sys-color-on-primary-container);
}

.rt-web-audience__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: clamp(22px, 4vw, 54px);
    margin-top: 42px;
    padding: 22px clamp(24px, 4vw, 52px);
    border: 1px solid var(--md-sys-color-outline-variant);
    border-radius: 28px;
    background: var(--md-sys-color-surface-container-lowest, #f7f8fb);
}

.rt-web-audience__column {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rt-web-audience__item {
    min-height: 66px;
    display: flex;
    align-items: center;
    margin: 0 -10px;
    padding: 0 10px;
    border-bottom: 1px solid color-mix(in srgb, var(--md-sys-color-outline-variant) 72%, transparent);
    border-radius: 14px;
    transition: background-color 180ms cubic-bezier(.2, 0, 0, 1), color 180ms cubic-bezier(.2, 0, 0, 1);
}

.rt-web-audience__item:last-child {
    border-bottom-color: transparent;
}

.rt-web-audience__item:hover {
    background: color-mix(in srgb, var(--md-sys-color-primary) 7%, transparent);
}

.rt-web-audience__item span,
.rt-web-audience__item a {
    color: var(--md-sys-color-on-surface);
    font-size: 28px;
    line-height: 1.12;
    letter-spacing: 0;
    font-weight: 430;
    text-decoration: none;
}

.rt-web-audience__item:hover span,
.rt-web-audience__item:hover a {
    color: var(--md-sys-color-primary);
}

.rt-web-audience__item a:focus-visible {
    outline: 2px solid var(--md-sys-color-primary);
    outline-offset: 6px;
    border-radius: 10px;
}

.rt-web-audience__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.rt-web-audience .rt-web-audience__list {
    max-width: 1120px;
    margin-inline: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rt-web-projects,
.rt-web-reviews {
    padding-top: 68px;
}

.rt-web-project-carousel {
    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-web-project-carousel__page {
    width: min(100% - (var(--rt-layout-gutter, 72px) * 2), var(--rt-web-max));
    margin: 0 auto;
    text-align: center;
}

.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;
    letter-spacing: 0;
    font-weight: 840;
}

.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-web-project-carousel__list-container {
    position: relative;
    margin-top: 34px;
}

.rt-web-project-carousel .rt-slider {
    margin: 0;
}

.rt-web-project-carousel .rt-project-stage {
    max-width: none;
}

.rt-web-project-carousel .rt-slider--projects .rt-slider__track {
    grid-auto-columns: clamp(560px, 54vw, 780px);
    gap: 26px;
    padding: 8px clamp(24px, 6.65vw, 136px) 24px;
}

.rt-web-project-carousel .rt-project-card {
    min-height: 0;
    aspect-ratio: 1.72 / 1;
    overflow: hidden;
    border: 0;
    border-radius: 28px;
    background: #111;
    box-shadow: none;
}

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

.rt-web-project-carousel .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-web-project-carousel .rt-project-card__media,
.rt-web-project-carousel .rt-project-card__content {
    position: static;
}

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

.rt-web-project-carousel .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-web-project-carousel .rt-project-card:hover img,
.rt-web-project-carousel .rt-project-card:focus-within img {
    filter: saturate(1.04) brightness(.72);
    transform: scale(1.08);
}

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

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

.rt-web-project-carousel .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-web-project-carousel .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-web-project-carousel .rt-project-card__title,
.rt-web-project-carousel .rt-project-card__stat {
    display: block;
}

.rt-web-project-carousel .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-web-project-carousel .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-web-project-carousel .rt-project-card__cta::after {
    content: none;
}

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

.rt-web-project-carousel .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-web-project-carousel .rt-slider-nav::before {
    content: none;
}

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

.rt-web-project-carousel .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-web-project-carousel .rt-slider-nav__icon--prev {
    transform: rotate(180deg);
}

.rt-web-project-carousel .rt-slider-nav:hover,
.rt-web-project-carousel .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-web-project-carousel .rt-slider-nav--prev {
    left: max(18px, calc((100vw - var(--rt-web-max)) / 2 + 4px));
}

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

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

.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-web-why__interactive {
    display: grid;
    grid-template-columns: minmax(230px, 30%) minmax(0, 1fr);
    gap: 32px;
    margin-top: 20px;
    padding: 0;
    border-top: 1px solid var(--md-sys-color-outline-variant);
    background: transparent;
}

.rt-web-why__tabs {
    display: grid;
    align-content: start;
    gap: 4px;
    padding: 24px 0;
    border-right: 1px solid var(--md-sys-color-outline-variant);
}

.rt-web-why__tab {
    position: relative;
    min-height: 58px;
    width: 100%;
    padding: 13px 18px 13px 24px;
    border: 0;
    border-radius: 18px 0 0 18px;
    background: transparent;
    color: var(--md-sys-color-on-surface-variant);
    font-family: inherit;
    font-size: 17px;
    line-height: 1.18;
    font-weight: 680;
    letter-spacing: 0;
    text-align: left;
    cursor: pointer;
    transition: background-color 180ms cubic-bezier(.2, 0, 0, 1), color 180ms cubic-bezier(.2, 0, 0, 1), transform 180ms cubic-bezier(.2, 0, 0, 1);
}

.rt-web-why__tab::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 3px;
    border-radius: 999px;
    background: transparent;
    transition: background-color 180ms cubic-bezier(.2, 0, 0, 1);
}

.rt-web-why__tab:hover {
    background: color-mix(in srgb, var(--md-sys-color-primary) 7%, transparent);
    color: var(--md-sys-color-on-surface);
}

.rt-web-why__tab:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--md-sys-color-primary) 42%, transparent);
    outline-offset: 2px;
}

.rt-web-why__tab.is-active {
    background: color-mix(in srgb, var(--md-sys-color-primary-container) 72%, transparent);
    color: var(--md-sys-color-on-primary-container);
    transform: none;
}

.rt-web-why__tab.is-active::before {
    background: var(--md-sys-color-primary);
}

.rt-web-why__panels {
    position: relative;
    min-height: 286px;
    padding: 10px 0 0;
}

.rt-web-why__panel {
    min-height: 286px;
    height: 100%;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(290px, .72fr);
    gap: 34px;
    align-items: center;
    padding: 14px 0 0 28px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.rt-web-why__panel[hidden] {
    display: none !important;
}

.rt-web-why__panel.is-active {
    animation: rt-web-why-panel-in 260ms cubic-bezier(.2, 0, 0, 1);
}

.rt-web-why__panel h3 {
    max-width: 620px;
    margin: 0 0 18px;
    color: var(--md-sys-color-on-surface);
    font-size: 40px;
    line-height: 1.08;
    letter-spacing: 0;
}

.rt-web-why__panel p {
    max-width: 600px;
    margin: 0;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 20px;
    line-height: 1.52;
}

.rt-web-why__mockup {
    position: relative;
    min-height: 220px;
    border: 1px solid color-mix(in srgb, var(--md-sys-color-primary) 24%, var(--md-sys-color-outline-variant));
    border-radius: 28px;
    background:
        radial-gradient(circle at 86% 8%, rgba(98, 85, 255, .24), transparent 28%),
        linear-gradient(145deg, #fff, var(--md-sys-color-primary-container) 142%);
    box-shadow: 0 22px 50px rgba(98, 85, 255, .12);
    overflow: hidden;
}

.rt-web-why__mockup::before {
    content: "";
    position: absolute;
    inset: auto 28px 22px 28px;
    height: 74px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .62);
    filter: blur(.2px);
}

.rt-web-why__mockup-bar {
    height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 22px;
    border-bottom: 1px solid rgba(98, 85, 255, .16);
    background: rgba(255, 255, 255, .72);
}

.rt-web-why__mockup-bar span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--md-sys-color-primary) 46%, #fff);
}

.rt-web-why__mockup-body {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 18px;
    padding: 22px;
}

.rt-web-why__mockup-sidebar {
    display: grid;
    align-content: start;
    gap: 12px;
}

.rt-web-why__mockup-sidebar span {
    height: 34px;
    border-radius: 13px;
    background: rgba(98, 85, 255, .14);
}

.rt-web-why__mockup-sidebar span:first-child {
    background: var(--md-sys-color-primary);
}

.rt-web-why__mockup-screen {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .74);
}

.rt-web-why__mockup-title,
.rt-web-why__mockup-line {
    display: block;
    border-radius: 999px;
    background: rgba(31, 31, 43, .14);
}

.rt-web-why__mockup-title {
    width: 62%;
    height: 18px;
}

.rt-web-why__mockup-line {
    width: 86%;
    height: 10px;
}

.rt-web-why__mockup-line--short {
    width: 58%;
}

.rt-web-why__mockup-chart {
    height: 82px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    align-items: end;
    margin-top: 8px;
}

.rt-web-why__mockup-chart span {
    border-radius: 12px 12px 6px 6px;
    background: var(--md-sys-color-primary);
}

.rt-web-why__mockup-chart span:nth-child(1) {
    height: 42%;
    opacity: .36;
}

.rt-web-why__mockup-chart span:nth-child(2) {
    height: 70%;
    opacity: .56;
}

.rt-web-why__mockup-chart span:nth-child(3) {
    height: 54%;
    opacity: .46;
}

.rt-web-why__mockup-chart span:nth-child(4) {
    height: 88%;
}

@keyframes rt-web-why-panel-in {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

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

.rt-web-final {
    width: min(100% - 40px, 1276px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}

.rt-web-final .rt-seo-m3-audit-form__form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.rt-web-final .rt-form-required {
    color: var(--md-sys-color-primary);
    font-style: normal;
    font-weight: 900;
}

.rt-web-contact-line {
    margin-top: 6px;
    font-weight: 700;
}

.rt-web-contact-line a {
    color: var(--md-sys-color-primary);
    text-decoration: none;
}

.rt-web-contact-line a:hover {
    text-decoration: underline;
}

.rt-web-experience {
    margin-top: 72px;
}

@media (max-width: 1120px) {
    .rt-web-hero,
    .rt-web-process {
        grid-template-columns: 1fr;
    }

    .rt-web-hero {
        min-height: 0;
        gap: 42px;
        overflow: hidden;
    }

    .rt-web-video {
        max-width: 760px;
        width: 100%;
    }

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

    .rt-web-audience__list {
        max-width: 960px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 24px;
    }

    .rt-web-audience__item span,
    .rt-web-audience__item a {
        font-size: 26px;
    }

    .rt-web-services__grid,
    .rt-web-why__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rt-web-why__interactive {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .rt-web-why__tabs {
        display: flex;
        gap: 10px;
        padding: 0 0 14px;
        border-right: 0;
        border-bottom: 1px solid var(--md-sys-color-outline-variant);
        overflow-x: auto;
        scrollbar-width: none;
    }

    .rt-web-why__tabs::-webkit-scrollbar {
        display: none;
    }

    .rt-web-why__tab {
        flex: 0 0 250px;
        min-height: 54px;
        border-radius: 18px;
        scroll-snap-align: start;
    }

    .rt-web-why__tab.is-active {
        transform: translateY(-2px);
    }

    .rt-web-why__panels,
    .rt-web-why__panel {
        min-height: 0;
    }

    .rt-web-why__panel {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 16px 0 0;
    }

    .rt-web-why__panel h3 {
        font-size: 36px;
    }

    .rt-web-why__mockup {
        min-height: 210px;
    }

    .rt-web-services__grid article,
    .rt-web-services__grid article.is-featured,
    .rt-web-why__grid article,
    .rt-web-why__grid article.is-featured {
        grid-column: auto;
        grid-row: auto;
    }

    .rt-web-goals__panel {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .rt-web-goals__copy p:not(.rt-web-goals__eyebrow) {
        max-width: 720px;
    }

    .rt-web-why__grid article.is-featured {
        min-height: 360px;
    }
}

@media (max-width: 767px) {
    .rt-web-hero,
    .rt-web-benefits,
    .rt-web-services,
    .rt-web-process,
    .rt-web-mid-cta,
    .rt-web-audience,
    .rt-web-why {
        width: calc(100vw - 32px);
    }

    .rt-web-audience__list {
        max-width: 100%;
        grid-template-columns: 1fr;
        column-gap: 14px;
        margin-top: 28px;
        padding: 12px;
        border-radius: 22px;
    }

    .rt-web-audience__column + .rt-web-audience__column {
        border-top: 0;
    }

    .rt-web-audience__item {
        min-height: 54px;
        margin: 0 -8px;
        padding: 0 8px;
    }

    .rt-web-audience__item span,
    .rt-web-audience__item a {
        font-size: 20px;
        line-height: 1.12;
    }

    .rt-web-why__interactive {
        margin-top: 18px;
        padding: 0;
        border-radius: 0;
    }

    .rt-web-why .rt-web-section-head h2 {
        font-size: 32px;
        line-height: 1.12;
    }

    .rt-web-why .rt-web-section-head p {
        font-size: 17px;
        line-height: 28px;
    }

    .rt-web-why__tabs {
        gap: 8px;
        padding: 0 0 12px;
    }

    .rt-web-why__tab {
        flex-basis: 210px;
        min-height: 58px;
        padding: 13px 14px 13px 20px;
        border-radius: 16px;
        font-size: 15px;
    }

    .rt-web-why__tab::before {
        left: 8px;
        top: 15px;
        bottom: 15px;
        width: 3px;
    }

    .rt-web-why__panels,
    .rt-web-why__panel {
        min-height: 0;
    }

    .rt-web-why__panel {
        padding: 4px 0 0;
        border-radius: 0;
    }

    .rt-web-why__panel h3 {
        margin-bottom: 18px;
        font-size: 29px;
        line-height: 1.08;
    }

    .rt-web-why__panel p {
        font-size: 17px;
        line-height: 1.48;
    }

    .rt-web-why__mockup {
        min-height: 170px;
        border-radius: 22px;
    }

    .rt-web-why__mockup-body {
        grid-template-columns: 52px 1fr;
        gap: 12px;
        padding: 16px;
    }

    .rt-web-why__mockup-screen {
        padding: 16px;
        border-radius: 18px;
    }

    .rt-web-why__mockup-chart {
        height: 56px;
        gap: 7px;
    }

    .rt-web-hero {
        width: 100vw;
        max-width: none;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 28px 16px 20px;
        gap: 28px;
    }

    .rt-web-hero::before {
        top: 0;
        bottom: 0;
        background: linear-gradient(180deg, #ebe8ff 0%, #f8f8ff 42%, #fff 78%);
    }

    .rt-web-hero + .rt-web-benefits {
        padding-top: 64px;
    }

    .rt-web-hero h1 {
        font-size: 32px;
        line-height: 1.12;
        letter-spacing: -.03em;
        overflow-wrap: normal;
        word-break: normal;
    }

    .rt-web-video {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        min-height: 0;
        aspect-ratio: 16 / 9;
        border-radius: 22px;
        box-shadow: none;
    }

    .rt-web-section-head h2,
    .rt-web-process__head h2 {
        font-size: 32px;
        line-height: 1.12;
    }

    .rt-web-benefits,
    .rt-web-services,
    .rt-web-audience,
    .rt-web-why,
    .rt-web-process {
        padding: 48px 0;
    }

    .rt-web-goals__head {
        margin-bottom: 22px;
    }

    .rt-web-goals__tabbar {
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 8px;
        margin: 0 -16px 22px;
        padding: 6px 16px 12px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .rt-web-goals__tabbar::-webkit-scrollbar {
        display: none;
    }

    .rt-web-goals__tab {
        flex: 0 0 218px;
        min-height: 58px;
        scroll-snap-align: start;
        text-align: left;
        white-space: normal;
    }

    .rt-web-goals__panel {
        gap: 26px;
        padding: 24px;
        border-radius: 24px;
    }

    .rt-web-goals__copy {
        gap: 14px;
    }

    .rt-web-goals__copy h3 {
        font-size: 31px;
        line-height: 1.1;
    }

    .rt-web-goals__copy p:not(.rt-web-goals__eyebrow) {
        font-size: 16px;
        line-height: 26px;
    }

    .rt-web-goals__visual {
        min-height: 240px;
    }

    .rt-web-goals__browser {
        min-height: 250px;
        border-radius: 22px;
    }

    .rt-web-goals__canvas {
        min-height: 204px;
        padding: 22px;
    }

    .rt-web-goals__mock-grid {
        gap: 8px;
        margin-top: 26px;
    }

    .rt-web-goals__mock-grid span {
        height: 66px;
        border-radius: 16px;
    }

    .rt-web-goals__mock-card {
        right: 20px;
        bottom: 20px;
        width: 132px;
        height: 66px;
        border-radius: 18px;
    }

    .rt-web-goals__mock-phone {
        right: 26px;
        top: 64px;
        width: 62px;
        height: 112px;
        border-width: 6px;
        border-radius: 22px;
    }

    .rt-web-goals__marketing {
        margin-top: 28px;
        padding-top: 28px;
    }

    .rt-web-goals__marketing > h3 {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 1.12;
    }

    .rt-web-goals__support {
        grid-template-columns: 1fr;
    }

    .rt-web-project-carousel {
        padding: 52px 0 60px;
    }

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

    .rt-web-project-carousel__page h2 {
        font-size: 32px;
        line-height: 1.12;
    }

    .rt-web-project-carousel__page p {
        font-size: 16px;
        line-height: 26px;
    }

    .rt-web-project-carousel__list-container {
        margin-top: 24px;
    }

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

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

    .rt-web-project-carousel .rt-project-card a {
        display: block;
    }

    .rt-web-project-carousel .rt-project-card__media img {
        height: 100%;
    }

    .rt-web-project-carousel .rt-project-card__content {
        display: contents;
        padding: 0;
    }

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

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

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

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

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

    .rt-web-project-carousel .rt-slider-nav::before {
        font-size: 28px;
    }

    .rt-web-project-carousel .rt-slider-nav--prev {
        left: 8px;
    }

    .rt-web-project-carousel .rt-slider-nav--next {
        right: 8px;
    }

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

    .rt-web-benefits__grid,
    .rt-web-services__grid,
    .rt-web-why__grid,
    .rt-web-final .rt-seo-m3-audit-form__form {
        grid-template-columns: 1fr;
    }

    .rt-web-final.rt-seo-m3-audit-form {
        width: calc(100vw - 32px) !important;
        max-width: 680px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .rt-web-services__grid article,
    .rt-web-why__grid article,
    .rt-web-why__grid article.is-featured {
        min-height: 0;
        padding: 24px;
        border-radius: 22px;
    }

    .rt-web-services__grid article.is-featured h3,
    .rt-web-why__grid article.is-featured h3 {
        font-size: 30px;
        line-height: 1.1;
    }

    .rt-web-process__steps {
        gap: 40px;
        padding-left: 0;
    }

    .rt-web-process__steps::before {
        display: none;
    }

    .rt-web-process__steps article {
        padding: 22px;
        border: 1px solid var(--md-sys-color-outline-variant);
        border-radius: 22px;
        background: #fff;
    }

    .rt-web-process__steps span {
        position: static;
        margin-bottom: 18px;
        box-shadow: none;
    }

    .rt-web-process__steps h3 {
        font-size: 26px;
    }

    .rt-web-mid-cta {
        grid-template-columns: 1fr;
        padding: 28px;
        border-radius: 24px;
    }
}

body.page-template-page-realizzazione-siti-web-napoli .rt-web-page h2 {
    font-size: 46px !important;
    line-height: 1.08 !important;
    letter-spacing: -.03em !important;
}

.rt-web-page h2 {
    font-size: 46px !important;
    line-height: 1.08 !important;
    letter-spacing: -.03em !important;
}

body.page-template-page-realizzazione-siti-web-napoli .rt-web-page h3 {
    font-size: 28px !important;
    line-height: 1.16 !important;
    letter-spacing: -.02em !important;
}

.rt-web-page h3 {
    font-size: 28px !important;
    line-height: 1.16 !important;
    letter-spacing: -.02em !important;
}

@media (max-width: 767px) {
    body.page-template-page-realizzazione-siti-web-napoli .rt-web-page h2 {
        font-size: 32px !important;
        line-height: 1.12 !important;
    }

    .rt-web-page h2 {
        font-size: 32px !important;
        line-height: 1.12 !important;
    }

    body.page-template-page-realizzazione-siti-web-napoli .rt-web-page h3 {
        font-size: 24px !important;
        line-height: 1.16 !important;
    }

    .rt-web-page h3 {
        font-size: 24px !important;
        line-height: 1.16 !important;
    }
}

/* Requested refinements for /realizzazione-siti-web-napoli/. */
.rt-web-why .rt-web-section-head {
    max-width: 920px;
    margin-inline: auto;
    text-align: center;
}

.rt-web-why .rt-web-section-head h2,
.rt-web-why .rt-web-section-head p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.rt-web-goals__marketing {
    width: min(100%, 1053px);
    margin: 38px auto 0;
    padding-top: 38px;
}

.rt-web-goals__support {
    gap: 24px;
}

.rt-web-goals__support article {
    min-height: 190px;
    grid-template-columns: 180px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 10px 22px;
    align-items: center;
    padding: 22px;
}

.rt-web-goals__support-media {
    grid-row: 1 / span 2;
    height: 136px;
    border-radius: 20px;
}

.rt-web-goals__support h4 {
    align-self: end;
}

.rt-web-goals__support p {
    align-self: start;
}

.rt-web-why__icon-grid {
    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-web-why__icon-card {
    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-web-why__icon-card:nth-child(4) {
    grid-column: 2 / span 2;
}

.rt-web-why__icon-card:nth-child(5) {
    grid-column: 4 / span 2;
}

.rt-web-why__icon-card:hover {
    transform: translateY(-3px);
}

.rt-web-why__icon {
    width: clamp(116px, 8.6vw, 152px);
    height: clamp(116px, 8.6vw, 152px);
    display: grid;
    place-items: center;
    border-radius: 28px;
    background: radial-gradient(circle at 28% 22%, rgba(255, 255, 255, .92), transparent 34%), #eef3fb;
}

.rt-web-why__icon-card:nth-child(1) .rt-web-why__icon {
    background: radial-gradient(circle at 28% 22%, rgba(255, 255, 255, .9), transparent 34%), #f4f7ff;
}

.rt-web-why__icon-card:nth-child(2) .rt-web-why__icon {
    background: radial-gradient(circle at 28% 22%, rgba(255, 255, 255, .9), transparent 34%), #eaf1ff;
}

.rt-web-why__icon-card:nth-child(3) .rt-web-why__icon {
    background: radial-gradient(circle at 28% 22%, rgba(255, 255, 255, .9), transparent 34%), #eef7f0;
}

.rt-web-why__icon-card:nth-child(4) .rt-web-why__icon {
    background: radial-gradient(circle at 28% 22%, rgba(255, 255, 255, .9), transparent 34%), #fff8e6;
}

.rt-web-why__icon-card:nth-child(5) .rt-web-why__icon {
    background: radial-gradient(circle at 28% 22%, rgba(255, 255, 255, .9), transparent 34%), #e8f4ea;
}

.rt-web-why__icon .material-symbols-rounded {
    font-family: "Material Symbols Rounded";
    font-size: clamp(66px, 4.8vw, 86px);
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    color: #4285f4;
    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-web-why__icon-card:nth-child(2) .material-symbols-rounded {
    color: #ea4335;
}

.rt-web-why__icon-card:nth-child(3) .material-symbols-rounded,
.rt-web-why__icon-card:nth-child(5) .material-symbols-rounded {
    color: #34a853;
}

.rt-web-why__icon-card:nth-child(4) .material-symbols-rounded {
    color: #fbbc04;
}

.rt-web-why__icon-content {
    display: grid;
    gap: 18px;
    justify-items: center;
}

body.page-template-page-realizzazione-siti-web-napoli .rt-web-page .rt-web-why__icon-card h3,
.rt-web-page .rt-web-why__icon-card 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-web-why__icon-card p {
    max-width: 430px;
    margin: 0;
    color: #5f6368;
    font-size: clamp(17px, 1.2vw, 20px);
    line-height: 1.62;
    text-align: center;
}

@media (max-width: 1120px) {
    .rt-web-goals__support article {
        grid-template-columns: 160px minmax(0, 1fr);
    }

    .rt-web-why__icon-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 58px 34px;
    }

    .rt-web-why__icon-card,
    .rt-web-why__icon-card:nth-child(4),
    .rt-web-why__icon-card:nth-child(5) {
        grid-column: auto;
    }
}

@media (max-width: 767px) {
    .rt-web-goals__marketing {
        width: 100%;
        margin-top: 28px;
        padding-top: 28px;
    }

    .rt-web-goals__support {
        grid-template-columns: 1fr;
    }

    .rt-web-goals__support article {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 14px;
        min-height: 0;
        padding: 22px;
    }

    .rt-web-goals__support-media {
        grid-row: auto;
        height: 126px;
    }

    .rt-web-why__icon-grid {
        grid-template-columns: 1fr;
        gap: 48px;
        margin-top: 38px;
    }

    .rt-web-why__icon-card {
        padding: 0;
    }

    .rt-web-why__icon {
        width: 112px;
        height: 112px;
        border-radius: 24px;
    }

    .rt-web-why__icon .material-symbols-rounded {
        font-size: 64px;
    }

    body.page-template-page-realizzazione-siti-web-napoli .rt-web-page .rt-web-why__icon-card h3,
    .rt-web-page .rt-web-why__icon-card h3 {
        font-size: 25px !important;
    }

    .rt-web-why__icon-card p {
        font-size: 17px;
        line-height: 1.58;
    }
}

/* Final icon normalization for /realizzazione-siti-web-napoli/. */
.rt-web-page .rt-web-why__icon-card .rt-web-why__icon,
.rt-web-page .rt-web-why__icon-card:nth-child(n) .rt-web-why__icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.rt-web-page .rt-web-why__icon .material-symbols-rounded,
.rt-web-page .rt-web-why__icon-card:nth-child(n) .material-symbols-rounded {
    color: var(--md-sys-color-primary, #6255ff) !important;
}

/* Keep dedicated Web Design hero pages out of older generic service hero sizing. */
.rt-custom-page[data-rt-dedicated-page="realizzazione-siti-web-custom"] .rt-seo-m3-hero.rt-web-hero {
    width: min(100% - (var(--rt-seo-gutter, 72px) * 2), var(--rt-seo-max, 1456px)) !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 auto !important;
    padding-top: 44px !important;
    padding-bottom: 24px !important;
    display: grid !important;
    grid-template-columns: minmax(0, .48fr) minmax(0, .52fr) !important;
    gap: 40px !important;
    align-items: center !important;
    overflow: visible !important;
}

.rt-custom-page[data-rt-dedicated-page="realizzazione-siti-web-custom"] .rt-seo-m3-hero.rt-web-hero::before {
    top: -56px !important;
    bottom: -56px !important;
}

.rt-custom-page[data-rt-dedicated-page="realizzazione-siti-web-custom"] .rt-seo-m3-hero.rt-web-hero .rt-web-video {
    width: 100% !important;
    max-width: 700px !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 1.72 / 1 !important;
    align-self: center !important;
    justify-self: center !important;
}

@media (max-width: 1120px) {
    .rt-custom-page[data-rt-dedicated-page="realizzazione-siti-web-custom"] .rt-seo-m3-hero.rt-web-hero {
        width: 100vw !important;
        max-width: none !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        padding: 28px 16px 20px !important;
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        overflow: hidden !important;
    }

    .rt-custom-page[data-rt-dedicated-page="realizzazione-siti-web-custom"] .rt-seo-m3-hero.rt-web-hero::before {
        top: 0 !important;
        bottom: 0 !important;
    }

    .rt-custom-page[data-rt-dedicated-page="realizzazione-siti-web-custom"] .rt-seo-m3-hero.rt-web-hero .rt-web-video {
        max-width: 100% !important;
        aspect-ratio: 16 / 9 !important;
        border-radius: 22px !important;
        box-shadow: none !important;
    }
}
