/*
 * Dedicated layout for /consulente-web-marketing-napoli/.
 */

body.page-template-page-consulente-web-marketing-napoli .site-main {
    background: #fff;
}

.rt-marketing-page {
    --rt-marketing-ink: #171719;
    --rt-marketing-muted: #596173;
    --rt-marketing-purple: #6255f6;
    --rt-marketing-line: #dfe3ef;
    overflow: hidden;
}

.rt-marketing-page .rt-web-section-head,
.rt-marketing-page .rt-seo-m3-section-head {
    width: min(100%, 1320px);
    max-width: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.rt-marketing-page .rt-web-section-head h2,
.rt-marketing-page .rt-seo-m3-section-head h2 {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.rt-marketing-page .rt-web-section-head p,
.rt-marketing-page .rt-seo-m3-section-head p,
.rt-marketing-page .rt-seo-m3-section-head span {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.rt-marketing-process .rt-seo-m3-section-head {
    width: auto;
    max-width: 900px;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

.rt-marketing-process .rt-seo-m3-section-head h2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.rt-marketing-process .rt-seo-m3-section-head span {
    margin-left: 0;
    margin-right: 0;
}

.rt-marketing-page .rt-service-clients.rt-web-clients {
    padding-block: clamp(34px, 4vw, 56px);
    background: transparent;
    overflow: hidden;
}

.rt-marketing-page .rt-service-clients.rt-web-clients .rt-service-section-head {
    margin: 0 auto clamp(16px, 2vw, 24px);
    padding-inline: 20px;
}

.rt-marketing-page .rt-service-clients.rt-web-clients .rt-service-section-head h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.04;
}

.rt-marketing-hero {
    min-height: calc(100vh - 92px);
    align-items: center;
}

.rt-marketing-hero .rt-seo-m3-eyebrow {
    max-width: 760px;
    color: var(--rt-marketing-purple);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rt-marketing-hero .rt-seo-m3-microcopy {
    color: var(--rt-marketing-ink);
    font-weight: 800;
}

.rt-marketing-hero__visual {
    min-height: clamp(430px, 42vw, 620px);
    display: grid;
    place-items: center;
    border: 1px solid rgba(98, 85, 246, .14);
    border-radius: 34px;
    background:
        radial-gradient(circle at 24% 18%, rgba(98, 85, 246, .18), transparent 30%),
        radial-gradient(circle at 82% 74%, rgba(37, 99, 235, .14), transparent 34%),
        linear-gradient(180deg, #f8f9ff 0%, #f0eeff 100%);
    box-shadow: 0 24px 70px rgba(24, 26, 42, .07);
}

.rt-marketing-dashboard {
    width: min(78%, 560px);
    aspect-ratio: 1.08;
    padding: clamp(22px, 3vw, 34px);
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 18px;
    border: 1px solid rgba(98, 85, 246, .18);
    border-radius: 30px;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 28px 70px rgba(39, 33, 91, .14);
    backdrop-filter: blur(10px);
}

.rt-marketing-dashboard__top {
    display: flex;
    gap: 8px;
}

.rt-marketing-dashboard__top span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #d7dce8;
}

.rt-marketing-dashboard__metric {
    min-height: 98px;
    padding: 22px;
    display: grid;
    align-content: center;
    gap: 12px;
    border-radius: 24px;
    background: #171719;
    color: #fff;
}

.rt-marketing-dashboard__metric strong {
    font-size: clamp(34px, 5vw, 62px);
    line-height: .95;
    letter-spacing: 0;
}

.rt-marketing-dashboard__metric span,
.rt-marketing-dashboard__cards span,
.rt-marketing-channel-ui__search,
.rt-marketing-channel-ui__rows span {
    display: block;
    height: 12px;
    border-radius: 999px;
    background: rgba(98, 85, 246, .18);
}

.rt-marketing-dashboard__chart {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: end;
    gap: 12px;
}

.rt-marketing-dashboard__chart span {
    min-height: 44%;
    border-radius: 999px 999px 10px 10px;
    background: linear-gradient(180deg, #6255f6, #b6b0ff);
}

.rt-marketing-dashboard__chart span:nth-child(2) { min-height: 62%; }
.rt-marketing-dashboard__chart span:nth-child(3) { min-height: 48%; }
.rt-marketing-dashboard__chart span:nth-child(4) { min-height: 82%; }
.rt-marketing-dashboard__chart span:nth-child(5) { min-height: 68%; }

.rt-marketing-dashboard__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.rt-marketing-intro {
    padding-top: clamp(64px, 7vw, 110px);
}

.rt-marketing-intro__grid article {
    min-height: 230px;
}

.rt-marketing-services .rt-web-goals__panel {
    align-items: center;
}

.rt-marketing-fit-note {
    margin-top: 22px;
    padding: 18px 20px;
    border-left: 4px solid var(--rt-marketing-purple);
    border-radius: 18px;
    background: rgba(98, 85, 246, .08);
    color: #343a4a;
    font-weight: 750;
}

.rt-marketing-service-visual {
    display: grid;
    place-items: center;
}

.rt-marketing-channel-ui {
    width: min(86%, 460px);
    padding: 26px;
    display: grid;
    gap: 18px;
    border: 1px solid rgba(98, 85, 246, .16);
    border-radius: 30px;
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 22px 56px rgba(31, 27, 73, .08);
}

.rt-marketing-channel-ui__search {
    height: 54px;
    background: #fff;
    border: 1px solid #dfe3ef;
}

.rt-marketing-channel-ui__graph {
    min-height: 180px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: end;
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, #f8f9ff 0%, #f0eeff 100%);
}

.rt-marketing-channel-ui__graph span {
    border-radius: 999px 999px 8px 8px;
    background: #6255f6;
    min-height: 46%;
}

.rt-marketing-channel-ui__graph span:nth-child(2) { min-height: 74%; }
.rt-marketing-channel-ui__graph span:nth-child(3) { min-height: 58%; }
.rt-marketing-channel-ui__graph span:nth-child(4) { min-height: 88%; }

.rt-marketing-channel-ui__rows {
    display: grid;
    gap: 10px;
}

.rt-marketing-channel-ui__rows span {
    height: 13px;
}

.rt-marketing-choose,
.rt-marketing-why {
    padding: clamp(72px, 8vw, 120px) clamp(20px, 5vw, 76px);
}

.rt-marketing-choose__grid {
    width: min(100%, 1320px);
    margin: clamp(36px, 5vw, 70px) auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--rt-marketing-line);
    border-left: 1px solid var(--rt-marketing-line);
}

.rt-marketing-choose__grid article {
    min-height: 260px;
    padding: clamp(28px, 4vw, 46px);
    border-right: 1px solid var(--rt-marketing-line);
    border-bottom: 1px solid var(--rt-marketing-line);
    background: linear-gradient(180deg, rgba(248, 249, 255, .7), rgba(255,255,255,.94));
}

.rt-marketing-choose__grid h3 {
    margin: 0 0 16px;
    font-size: clamp(25px, 2.2vw, 36px);
    line-height: 1.08;
    letter-spacing: 0;
}

.rt-marketing-choose__grid p {
    margin: 0;
    color: var(--rt-marketing-muted);
    font-size: clamp(16px, 1.2vw, 19px);
    line-height: 1.55;
}

.rt-marketing-choose__scorecard {
    width: min(100%, 1320px);
    margin: clamp(36px, 5vw, 70px) auto 0;
    display: grid;
    grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
    gap: clamp(18px, 3vw, 34px);
    align-items: start;
}

.rt-marketing-choose__summary {
    position: sticky;
    top: 112px;
    min-height: 430px;
    padding: clamp(28px, 4vw, 42px);
    display: grid;
    align-content: space-between;
    gap: 24px;
    border: 1px solid rgba(98, 85, 246, .18);
    border-radius: 34px;
    background:
        radial-gradient(circle at 18% 14%, rgba(98, 85, 246, .2), transparent 34%),
        linear-gradient(180deg, #f8f9ff 0%, #f0eeff 100%);
    box-shadow: 0 26px 72px rgba(31, 27, 73, .08);
}

.rt-marketing-choose__summary > span {
    width: fit-content;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(98, 85, 246, .12);
    color: var(--rt-marketing-purple);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rt-marketing-choose__summary h3 {
    margin: 0;
    font-size: clamp(34px, 3vw, 48px);
    line-height: 1.04;
    letter-spacing: 0;
}

.rt-marketing-choose__summary p {
    margin: 0;
    color: var(--rt-marketing-muted);
    font-size: clamp(16px, 1.2vw, 19px);
    line-height: 1.55;
}

.rt-marketing-choose__rowtech {
    min-height: 76px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid rgba(98, 85, 246, .18);
    border-radius: 26px;
    background: rgba(255, 255, 255, .68);
}

.rt-marketing-choose__rowtech > span {
    color: #171719;
    font-size: clamp(24px, 2.1vw, 34px);
    line-height: 1;
    font-weight: 900;
}

.rt-marketing-choose__switch {
    width: 72px;
    height: 42px;
    padding: 4px;
    border: 0;
    border-radius: 999px;
    background: #d9d5ff;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(98, 85, 246, .16);
    transition: background .2s ease, box-shadow .2s ease;
}

.rt-marketing-choose__switch > span {
    width: 34px;
    height: 34px;
    display: block;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(31, 27, 73, .16);
    transition: transform .2s ease;
}

.rt-marketing-choose__switch[aria-pressed="true"] {
    background: var(--rt-marketing-purple);
    box-shadow: 0 14px 30px rgba(98, 85, 246, .22);
}

.rt-marketing-choose__switch[aria-pressed="true"] > span {
    transform: translateX(30px);
}

.rt-marketing-choose__criteria {
    display: grid;
    border-top: 1px solid var(--rt-marketing-line);
}

.rt-marketing-choose__criteria article {
    min-height: 128px;
    padding: clamp(24px, 3.2vw, 38px) 0;
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: clamp(18px, 2.4vw, 34px);
    align-items: start;
    border-bottom: 1px solid var(--rt-marketing-line);
}

.rt-marketing-choose__check {
    width: 54px;
    height: 54px;
    padding: 0;
    display: grid;
    place-items: center;
    border: 2px solid #cbd2e2;
    border-radius: 18px;
    background: #fff;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.rt-marketing-choose__check span {
    width: 18px;
    height: 10px;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transform: rotate(-45deg) translate(1px, -1px);
    transition: border-color .2s ease;
}

.rt-marketing-choose__check[aria-pressed="true"] {
    border-color: var(--rt-marketing-purple);
    background: var(--rt-marketing-purple);
    box-shadow: 0 12px 28px rgba(98, 85, 246, .2);
}

.rt-marketing-choose__check[aria-pressed="true"] span {
    border-color: #fff;
}

.rt-marketing-choose__criteria article.is-checked h3 {
    color: var(--rt-marketing-purple);
}

.rt-marketing-choose__criteria h3 {
    margin: 0 0 10px;
    font-size: clamp(25px, 2.3vw, 38px);
    line-height: 1.08;
    letter-spacing: 0;
}

.rt-marketing-choose__criteria p {
    max-width: 760px;
    margin: 0;
    color: var(--rt-marketing-muted);
    font-size: clamp(16px, 1.18vw, 19px);
    line-height: 1.56;
}

.rt-marketing-why__shell {
    width: min(100%, 1320px);
    margin: clamp(36px, 5vw, 70px) auto 0;
    display: grid;
    grid-template-columns: minmax(320px, .78fr) minmax(0, 1fr);
    gap: clamp(22px, 3vw, 34px);
    align-items: stretch;
}

.rt-marketing-why > .rt-web-section-head {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.rt-marketing-why > .rt-web-section-head p {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.rt-marketing-why__system {
    min-height: 560px;
    padding: clamp(28px, 4vw, 46px);
    display: grid;
    align-content: space-between;
    gap: 28px;
    border: 1px solid rgba(98, 85, 246, .18);
    border-radius: 34px;
    background:
        radial-gradient(circle at 18% 16%, rgba(98, 85, 246, .18), transparent 34%),
        linear-gradient(180deg, #f8f9ff 0%, #efedff 100%);
    box-shadow: 0 28px 76px rgba(31, 27, 73, .08);
    overflow: hidden;
}

.rt-marketing-why__system p {
    margin: 0;
    color: var(--rt-marketing-purple);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rt-marketing-why__system h3 {
    max-width: 440px;
    margin: 0;
    font-size: clamp(34px, 3.2vw, 54px);
    line-height: 1.04;
    letter-spacing: 0;
}

.rt-marketing-why__flow {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.rt-marketing-why__flow span {
    min-height: 54px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(98, 85, 246, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    color: #202124;
    font-size: 16px;
    font-weight: 850;
}

.rt-marketing-why__screen {
    min-height: 170px;
    padding: 18px;
    display: grid;
    grid-template-columns: 1.3fr .8fr;
    gap: 14px;
    border: 1px solid rgba(98, 85, 246, .14);
    border-radius: 28px;
    background: rgba(255, 255, 255, .74);
    backdrop-filter: blur(10px);
}

.rt-marketing-why__screen div {
    border-radius: 20px;
    background: rgba(98, 85, 246, .14);
}

.rt-marketing-why__screen div:first-child {
    grid-row: span 2;
    background: linear-gradient(180deg, #171719, #6255f6);
}

.rt-marketing-why__list {
    display: grid;
    gap: 14px;
}

.rt-marketing-why__list article {
    min-height: 132px;
    padding: clamp(22px, 3vw, 32px);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    border: 1px solid rgba(31, 39, 56, .1);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 12px 38px rgba(31, 27, 73, .05);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.rt-marketing-why__list article:hover {
    transform: translateY(-3px);
    border-color: rgba(98, 85, 246, .28);
    box-shadow: 0 18px 48px rgba(31, 27, 73, .08);
}

.rt-marketing-why__list article > span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: rgba(98, 85, 246, .12);
    color: var(--rt-marketing-purple);
    font-size: 14px;
    font-weight: 900;
}

.rt-marketing-why__list h3 {
    margin: 0 0 8px;
    font-size: clamp(22px, 1.9vw, 30px);
    line-height: 1.12;
    letter-spacing: 0;
}

.rt-marketing-why__list p {
    margin: 0;
    color: var(--rt-marketing-muted);
    font-size: clamp(15px, 1.08vw, 18px);
    line-height: 1.55;
}

.rt-marketing-projects {
    margin-top: 0;
}

.rt-marketing-final {
    width: min(100% - 40px, 1276px);
    margin: clamp(52px, 6vw, 86px) auto 0;
    padding: clamp(42px, 5vw, 64px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 480px);
    gap: clamp(28px, 4vw, 56px);
    align-items: stretch;
    border: 1px solid #dfe3ef;
    border-radius: 34px;
    background:
        radial-gradient(circle at 92% 8%, rgba(98, 85, 246, .14), transparent 34%),
        linear-gradient(180deg, #f7f8ff 0%, #f0eeff 100%);
    box-shadow: 0 24px 70px rgba(24, 26, 42, .06);
}

.rt-marketing-final::before {
    content: none;
}

.rt-marketing-final .rt-seo-m3-audit-form__copy {
    display: grid;
    align-content: center;
    gap: 18px;
}

.rt-marketing-final .rt-seo-m3-audit-form__copy h2 {
    margin: 0;
    font-size: clamp(40px, 4vw, 64px);
    line-height: 1.06;
    letter-spacing: 0;
}

.rt-marketing-final .rt-seo-m3-audit-form__copy > p:not(.rt-seo-m3-eyebrow):not(.rt-web-contact-line) {
    max-width: 600px;
    color: var(--rt-marketing-muted);
    font-size: 18px;
    line-height: 1.58;
}

.rt-marketing-final .rt-seo-m3-audit-form__outcomes {
    margin: 8px 0 0;
    display: grid;
    gap: 12px;
}

.rt-marketing-final .rt-seo-m3-audit-form__outcomes li {
    padding: 0 0 0 28px;
    background: transparent;
    color: #323847;
    font-size: 16px;
    line-height: 25px;
    font-weight: 750;
}

.rt-marketing-final .rt-seo-m3-audit-form__outcomes li::before {
    left: 2px;
    top: .55em;
    width: 10px;
    height: 10px;
    background: var(--rt-marketing-purple);
    box-shadow: 0 0 0 7px rgba(98, 85, 255, .12);
}

.rt-marketing-final .rt-web-contact-line {
    margin-top: 8px;
    color: var(--rt-marketing-muted);
    font-size: 16px;
    line-height: 1.5;
}

.rt-marketing-final .rt-web-contact-line a {
    color: var(--rt-marketing-purple);
}

.rt-marketing-final .rt-seo-m3-audit-form__panel {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 28px;
    border: 1px solid rgba(98, 85, 246, .16);
    border-radius: 28px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 18px 44px rgba(31, 27, 73, .06);
    backdrop-filter: blur(10px);
}

.rt-marketing-final .rt-seo-m3-audit-form__panel h3 {
    margin: 0;
    font-size: 26px;
    line-height: 32px;
}

.rt-marketing-final .rt-seo-m3-audit-form__panel > p {
    color: var(--rt-marketing-muted);
    font-size: 15px;
    line-height: 24px;
}

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

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

.rt-marketing-final .rt-seo-m3-audit-form__form label {
    display: grid;
    gap: 7px;
    color: var(--rt-marketing-ink);
    font-size: 13px;
    line-height: 18px;
    font-weight: 800;
}

.rt-marketing-final .rt-seo-m3-audit-form__form input:not([type="checkbox"]),
.rt-marketing-final .rt-seo-m3-audit-form__form textarea {
    width: 100%;
    border: 1px solid #d8deea;
    border-radius: 18px;
    background: #fff;
    color: var(--rt-marketing-ink);
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    outline: none;
}

.rt-marketing-final .rt-seo-m3-audit-form__form input:not([type="checkbox"]) {
    min-height: 54px;
    padding: 13px 15px;
}

.rt-marketing-final .rt-seo-m3-audit-form__form textarea {
    min-height: 112px;
    padding: 13px 15px;
    resize: vertical;
}

.rt-marketing-final .rt-seo-m3-audit-form__privacy {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--rt-marketing-muted);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 600;
}

.rt-marketing-final .rt-seo-m3-audit-form__privacy input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--rt-marketing-purple);
}

.rt-marketing-final .rt-seo-m3-audit-form__form button {
    min-height: 54px;
    border: 0;
    border-radius: 999px;
    background: var(--rt-marketing-purple);
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 850;
    cursor: pointer;
}

.rt-marketing-about {
    margin-top: clamp(52px, 6vw, 88px);
}

@media (max-width: 1024px) {
    .rt-marketing-hero {
        min-height: auto;
    }

    .rt-marketing-choose__scorecard {
        grid-template-columns: 1fr;
    }

    .rt-marketing-choose__summary {
        position: relative;
        top: auto;
        min-height: 0;
    }

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

    .rt-marketing-why__shell {
        grid-template-columns: 1fr;
    }

    .rt-marketing-why__system {
        min-height: 420px;
    }

    .rt-marketing-final {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .rt-marketing-page .rt-web-section-head,
    .rt-marketing-page .rt-seo-m3-section-head {
        text-align: left;
    }

    .rt-marketing-why > .rt-web-section-head {
        text-align: center;
    }

    .rt-marketing-hero__visual {
        min-height: 360px;
        border-radius: 26px;
    }

    .rt-marketing-dashboard {
        width: 88%;
    }

    .rt-marketing-choose,
    .rt-marketing-why {
        padding: 56px 18px;
    }

    .rt-marketing-choose__grid {
        grid-template-columns: 1fr;
    }

    .rt-marketing-choose__grid article {
        min-height: 0;
    }

    .rt-marketing-choose__summary {
        border-radius: 26px;
    }

    .rt-marketing-choose__summary h3 {
        font-size: 32px;
    }

    .rt-marketing-choose__criteria article {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .rt-marketing-choose__check {
        width: 46px;
        height: 46px;
        border-radius: 15px;
    }

    .rt-marketing-why__system {
        min-height: 0;
        border-radius: 26px;
    }

    .rt-marketing-why__system h3 {
        font-size: 32px;
    }

    .rt-marketing-why__list article {
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    .rt-marketing-final {
        width: calc(100vw - 36px);
        padding: 24px;
        gap: 24px;
        border-radius: 26px;
    }

    .rt-marketing-final .rt-seo-m3-audit-form__copy h2 {
        font-size: 34px;
    }

    .rt-marketing-final .rt-seo-m3-audit-form__copy > p:not(.rt-seo-m3-eyebrow):not(.rt-web-contact-line) {
        font-size: 17px;
    }

    .rt-marketing-final .rt-seo-m3-audit-form__panel {
        padding: 22px;
        border-radius: 24px;
    }

    .rt-marketing-final .rt-seo-m3-audit-form__panel h3 {
        font-size: 23px;
        line-height: 29px;
    }

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

    .rt-marketing-page .rt-service-clients.rt-web-clients {
        padding-block: 28px 24px;
    }

    .rt-marketing-page .rt-service-clients.rt-web-clients .rt-service-section-head {
        margin-bottom: 12px;
    }

    .rt-marketing-page .rt-service-clients.rt-web-clients .rt-service-section-head h2 {
        font-size: 30px;
    }
}

/* Staggered cards requested for /consulente-web-marketing-napoli/. */
.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why {
    width: min(100% - (var(--rt-layout-gutter, 72px) * 2), var(--rt-web-max, 1456px));
    max-width: var(--rt-web-max, 1456px);
    margin-inline: auto;
    padding: 86px 0 72px;
    overflow: hidden;
    background: transparent;
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why > .rt-web-section-head {
    width: 100%;
    max-width: 1060px;
    margin: 0 0 10px;
    text-align: left;
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why > .rt-web-section-head h2 {
    max-width: 980px;
    margin-left: 0;
    margin-right: 0;
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why > .rt-web-section-head p {
    max-width: 760px;
    margin-left: 0;
    margin-right: 0;
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__shell {
    width: 100%;
    display: block;
    margin: 0;
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list {
    --rt-marketing-why-overlap: 36px;
    --rt-marketing-why-inline-pad: 24px;
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    margin-top: 76px;
    padding: 0 var(--rt-marketing-why-inline-pad);
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article {
    position: relative;
    flex: 0 0 min(450px, calc((100% + (var(--rt-marketing-why-overlap) * 3) - (var(--rt-marketing-why-inline-pad) * 2)) / 4));
    min-height: 380px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    align-items: start;
    gap: 18px;
    margin: 0;
    padding: clamp(28px, 2.6vw, 38px);
    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-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: transparent;
    color: var(--rt-marketing-purple, #6255f6);
    font-family: "Material Symbols Rounded";
    font-size: 32px;
    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-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:nth-child(2) .rt-marketing-why__icon {
    background: transparent;
    color: #34a853;
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:nth-child(3) .rt-marketing-why__icon {
    background: transparent;
    color: #4285f4;
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:nth-child(4) .rt-marketing-why__icon {
    background: transparent;
    color: #fbbc04;
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:nth-child(1) {
    z-index: 1;
    transform: translateY(44px);
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:nth-child(2) {
    z-index: 2;
    margin-left: calc(var(--rt-marketing-why-overlap) * -1);
    transform: translateY(-18px);
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:nth-child(3) {
    z-index: 3;
    margin-left: calc(var(--rt-marketing-why-overlap) * -1);
    transform: translateY(-84px);
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:nth-child(4) {
    z-index: 4;
    margin-left: calc(var(--rt-marketing-why-overlap) * -1);
    transform: translateY(-130px);
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:hover {
    border-color: rgba(37, 48, 68, .14);
    box-shadow: 0 36px 76px rgba(18, 20, 35, .17);
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:nth-child(1):hover {
    transform: translateY(36px);
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:nth-child(2):hover {
    transform: translateY(-26px);
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:nth-child(3):hover {
    transform: translateY(-92px);
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:nth-child(4):hover {
    transform: translateY(-138px);
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list h3 {
    margin: 0;
    color: #253044;
    font-size: clamp(25px, 2.1vw, 34px);
    line-height: 1.08;
    font-weight: 650;
    letter-spacing: 0;
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list p {
    margin: 0;
    color: #526174;
    font-size: clamp(16px, 1.12vw, 18px);
    line-height: 1.5;
}

@media (max-width: 1120px) {
    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list {
        min-height: 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 0;
        padding: 36px 20px 0;
    }

    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article,
    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:nth-child(1),
    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:nth-child(2),
    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:nth-child(3),
    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:nth-child(4) {
        width: 100%;
        max-width: 820px;
        min-height: 0;
        margin: 0 auto;
        transform: none;
    }

    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:hover,
    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:nth-child(1):hover,
    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:nth-child(2):hover,
    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:nth-child(3):hover,
    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:nth-child(4):hover {
        transform: none;
    }
}

@media (max-width: 720px) {
    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why {
        width: calc(100vw - 32px);
        padding: 56px 0 46px;
    }

    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why > .rt-web-section-head,
    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why > .rt-web-section-head h2,
    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why > .rt-web-section-head p {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list {
        gap: 16px;
        padding: 0;
    }

    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article,
    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:nth-child(1),
    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:nth-child(2),
    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:nth-child(3),
    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:nth-child(4) {
        gap: 14px;
        padding: 24px;
        border-radius: 24px;
    }

    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__icon {
        width: 46px;
        height: 46px;
        border-radius: 16px;
        font-size: 28px;
    }

    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list h3 {
        font-size: 25px;
    }

    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list p {
        font-size: 16px;
        line-height: 1.5;
    }
}

/* Codex page normalization aligned with the service landing pages. */
@media (min-width: 768px) {
    .rt-marketing-page .rt-marketing-hero {
        min-height: 560px !important;
        padding-top: 44px !important;
        padding-bottom: 24px !important;
    }

    .rt-marketing-page #rt-marketing-title {
        font-size: 52px !important;
        line-height: 1.08 !important;
    }

    .rt-marketing-page .rt-web-section-head h2,
    .rt-marketing-page .rt-seo-m3-section-head h2,
    .rt-marketing-page .rt-web-project-carousel__page h2,
    .rt-marketing-page .rt-service-clients.rt-web-clients .rt-service-section-head h2,
    .rt-marketing-page .rt-service-reviews h2,
    .rt-marketing-page .rt-service-tools.rt-marketing-about .rt-service-tools__copy h2,
    .rt-marketing-page .rt-service-faq#rt-service-faq .rt-service-faq__head h2,
    .rt-marketing-page .rt-seo-m3-guarantee.rt-marketing-final h2 {
        font-size: 42px !important;
        line-height: 1.15 !important;
    }

    .rt-marketing-page .rt-marketing-about,
    .rt-marketing-page .rt-service-faq#rt-service-faq.rt-marketing-faq {
        margin-top: 0 !important;
    }
}

.rt-marketing-page .rt-marketing-intro__grid article,
.rt-marketing-page .rt-marketing-choose__grid article,
.rt-marketing-page .rt-marketing-why__list article {
    border-color: rgba(98, 85, 246, .18) !important;
    background:
        radial-gradient(circle at 86% 12%, rgba(98, 85, 246, .08), transparent 28%),
        linear-gradient(180deg, #fff, #f8f9ff) !important;
}

.rt-marketing-page .rt-marketing-why__icon,
.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-why__list article:nth-child(n) .rt-marketing-why__icon {
    color: var(--rt-marketing-purple, #6255f6) !important;
}

.rt-marketing-page .rt-seo-m3-guarantee.rt-marketing-final .rt-seo-m3-audit-form__intro-note {
    color: var(--md-sys-color-on-surface-variant, #5f6368) !important;
    font-size: 18px !important;
    line-height: 30px !important;
}

@media (max-width: 767px) {
    .rt-marketing-page #rt-marketing-title {
        font-size: 34px !important;
        line-height: 1.12 !important;
    }
}
/* Codex: fixed heading scale requested for /consulente-web-marketing-napoli/. */
.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] h2 {
    font-size: 42px !important;
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] h3 {
    font-size: 26px !important;
}

/* Codex: separate the contact form block from the following section. */
.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-seo-m3-guarantee.rt-marketing-final {
    margin-bottom: clamp(56px, 6vw, 96px) !important;
}

/* Codex: compact the checklist section. */
.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-choose__scorecard {
    gap: clamp(16px, 2.2vw, 28px) !important;
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-choose__summary {
    min-height: 330px !important;
    padding: clamp(22px, 2.6vw, 30px) !important;
    gap: 16px !important;
    border-radius: 26px !important;
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-choose__summary > span {
    padding: 6px 11px !important;
    font-size: 11px !important;
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-choose__summary h3 {
    font-size: 26px !important;
    line-height: 1.12 !important;
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-choose__summary p {
    font-size: 15px !important;
    line-height: 1.45 !important;
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-choose__rowtech {
    min-height: 58px !important;
    padding: 10px 12px !important;
    border-radius: 20px !important;
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-choose__rowtech > span {
    font-size: 22px !important;
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-choose__switch {
    width: 56px !important;
    height: 32px !important;
    padding: 3px !important;
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-choose__switch > span {
    width: 26px !important;
    height: 26px !important;
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-choose__switch[aria-pressed="true"] > span {
    transform: translateX(24px) !important;
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-choose__criteria article {
    min-height: 0 !important;
    padding: 16px 0 !important;
    grid-template-columns: 54px minmax(0, 1fr) !important;
    gap: 18px !important;
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-choose__check {
    width: 38px !important;
    height: 38px !important;
    border-radius: 13px !important;
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-choose__check span {
    width: 14px !important;
    height: 8px !important;
    border-left-width: 2px !important;
    border-bottom-width: 2px !important;
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-choose__criteria h4 {
    margin: 0 0 5px !important;
    font-size: 22px !important;
    line-height: 1.16 !important;
    letter-spacing: 0 !important;
    font-weight: 760 !important;
}

.rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-choose__criteria p {
    max-width: 720px !important;
    font-size: 14px !important;
    line-height: 1.38 !important;
}

@media (max-width: 760px) {
    .rt-marketing-page[data-rt-dedicated-page="consulente-web-marketing-napoli"] .rt-marketing-choose__criteria article {
        grid-template-columns: 42px minmax(0, 1fr) !important;
        gap: 14px !important;
    }
}
