/*
 * Dedicated layout for /realizzazione-siti-web-per-psicologi/.
 */

body.page-template-page-realizzazione-siti-web-per-psicologi .site-main {
    background: #fff;
}

/* Keep portfolio carousel heading readable on purple background. */
.rt-web-page[data-rt-dedicated-page="realizzazione-siti-web-per-psicologi"] .rt-web-project-carousel .rt-web-project-carousel__page h2 {
    color: #fff !important;
}

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

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

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

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

.rt-psych-hero {
    align-items: center;
}

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

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

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

.rt-psych-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-psych-search,
.rt-psych-includes,
.rt-psych-area {
    padding: clamp(72px, 8vw, 120px) clamp(20px, 5vw, 76px);
}

.rt-psych-search__layout {
    width: min(100%, 1320px);
    margin: clamp(36px, 5vw, 70px) auto 0;
    display: grid;
    grid-template-columns: minmax(320px, .92fr) minmax(0, 1fr);
    gap: clamp(24px, 4vw, 64px);
    align-items: center;
}

.rt-psych-search__mockup {
    min-height: clamp(360px, 35vw, 520px);
    padding: clamp(24px, 4vw, 42px);
    display: grid;
    align-content: center;
    gap: 18px;
    border: 1px solid rgba(98, 85, 246, .18);
    border-radius: 34px;
    background:
        radial-gradient(circle at 20% 12%, rgba(98, 85, 246, .18), transparent 34%),
        linear-gradient(180deg, #f8f9ff 0%, #f0eeff 100%);
    box-shadow: 0 26px 72px rgba(31, 27, 73, .08);
}

.rt-psych-search__bar {
    min-height: 64px;
    border: 1px solid #dfe3ef;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(31, 27, 73, .06);
}

.rt-psych-search__result {
    min-height: 92px;
    padding: 20px;
    display: grid;
    gap: 10px;
    border: 1px solid rgba(31, 39, 56, .08);
    border-radius: 24px;
    background: rgba(255, 255, 255, .74);
}

.rt-psych-search__result span {
    display: block;
    height: 12px;
    border-radius: 999px;
    background: rgba(98, 85, 246, .16);
}

.rt-psych-search__result span:first-child {
    width: 55%;
    height: 17px;
    background: var(--rt-psych-purple);
}

.rt-psych-search__result span:nth-child(2) {
    width: 86%;
}

.rt-psych-search__result span:nth-child(3) {
    width: 68%;
}

.rt-psych-search__result--active {
    border-color: rgba(98, 85, 246, .26);
    box-shadow: 0 18px 42px rgba(31, 27, 73, .07);
}

.rt-psych-search__copy {
    padding: clamp(24px, 4vw, 44px);
    border-left: 1px solid var(--rt-psych-line);
}

.rt-psych-search__copy p {
    margin: 0;
    color: var(--rt-psych-muted);
    font-size: clamp(21px, 2vw, 34px);
    line-height: 1.36;
}

.rt-psych-search__copy strong {
    display: block;
    margin-top: 22px;
    color: var(--rt-psych-ink);
    font-size: clamp(26px, 2.4vw, 42px);
    line-height: 1.1;
}

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

.rt-psych-benefits__layout {
    width: min(100%, 1320px);
    margin: clamp(36px, 5vw, 70px) auto 0;
    display: grid;
    grid-template-columns: minmax(320px, .78fr) minmax(0, 1fr);
    gap: clamp(24px, 4vw, 56px);
    align-items: stretch;
}

.rt-psych-benefits__visual {
    min-height: 590px;
    padding: clamp(26px, 4vw, 44px);
    display: grid;
    place-items: center;
    border: 1px solid rgba(98, 85, 246, .18);
    border-radius: 34px;
    background:
        radial-gradient(circle at 18% 12%, rgba(98, 85, 246, .2), transparent 34%),
        linear-gradient(180deg, #f8f9ff 0%, #f0eeff 100%);
    box-shadow: 0 28px 76px rgba(31, 27, 73, .08);
}

.rt-psych-benefits__card {
    width: min(100%, 500px);
    min-height: 430px;
    padding: clamp(24px, 3vw, 36px);
    display: grid;
    align-content: center;
    gap: 18px;
    border: 1px solid rgba(98, 85, 246, .18);
    border-radius: 30px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 28px 70px rgba(39, 33, 91, .13);
    backdrop-filter: blur(10px);
}

.rt-psych-benefits__circle {
    width: clamp(118px, 12vw, 172px);
    height: clamp(118px, 12vw, 172px);
    margin: 0 auto 14px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 35% 35%, rgba(255,255,255,.98), rgba(255,255,255,.72) 38%, transparent 39%),
        linear-gradient(145deg, rgba(98, 85, 246, .22), rgba(98, 85, 246, .06));
    box-shadow: 0 24px 54px rgba(98, 85, 246, .16);
}

.rt-psych-benefits__card > span,
.rt-psych-benefits__cta {
    display: block;
    height: 14px;
    border-radius: 999px;
    background: rgba(98, 85, 246, .16);
}

.rt-psych-benefits__card > span:nth-of-type(1) {
    width: 88%;
}

.rt-psych-benefits__card > span:nth-of-type(2) {
    width: 72%;
}

.rt-psych-benefits__card > span:nth-of-type(3) {
    width: 56%;
}

.rt-psych-benefits__cta {
    width: 46%;
    height: 48px;
    margin-top: 20px;
    background: var(--rt-psych-purple);
}

.rt-psych-benefits__browser {
    width: min(100%, 520px);
    min-height: 430px;
    padding: clamp(22px, 3vw, 34px);
    display: grid;
    align-content: start;
    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-psych-benefits__topbar {
    display: flex;
    gap: 8px;
}

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

.rt-psych-benefits__hero-line,
.rt-psych-benefits__chips span,
.rt-psych-benefits__profile i {
    display: block;
    border-radius: 999px;
    background: rgba(98, 85, 246, .18);
}

.rt-psych-benefits__hero-line {
    width: 86%;
    height: 28px;
    margin-top: 20px;
    background: #171719;
}

.rt-psych-benefits__hero-line--short {
    width: 58%;
    height: 18px;
    margin-top: 0;
    background: rgba(23, 23, 25, .22);
}

.rt-psych-benefits__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.rt-psych-benefits__chips span {
    width: 122px;
    height: 44px;
    background: #fff;
    border: 1px solid #dfe3ef;
}

.rt-psych-benefits__profile {
    margin-top: 20px;
    padding: 20px;
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    border-radius: 24px;
    background: linear-gradient(180deg, #171719 0%, #2f2b72 100%);
}

.rt-psych-benefits__profile > span {
    width: 74px;
    height: 74px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
}

.rt-psych-benefits__profile div {
    display: grid;
    gap: 10px;
}

.rt-psych-benefits__profile i {
    height: 12px;
    background: rgba(255, 255, 255, .72);
}

.rt-psych-benefits__profile i:nth-child(2) {
    width: 76%;
}

.rt-psych-benefits__profile i:nth-child(3) {
    width: 54%;
}

.rt-psych-benefits__list {
    display: grid;
    gap: 14px;
    align-content: stretch;
}

.rt-psych-benefits__list article {
    min-height: 138px;
    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-psych-benefits__list article:hover {
    transform: translateY(-3px);
    border-color: rgba(98, 85, 246, .28);
    box-shadow: 0 18px 48px rgba(31, 27, 73, .08);
}

.rt-psych-benefits__list article > span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: rgba(98, 85, 246, .12);
}

.rt-psych-benefits__list article > span::before {
    content: "";
    width: 18px;
    height: 10px;
    border-left: 3px solid var(--rt-psych-purple);
    border-bottom: 3px solid var(--rt-psych-purple);
    transform: rotate(-45deg) translate(1px, -1px);
}

.rt-psych-benefits__list h3 {
    margin: 0 0 8px;
    font-size: clamp(24px, 2vw, 32px);
    line-height: 1.1;
    letter-spacing: 0;
}

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

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

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

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

.rt-psych-includes__grid article {
    min-height: 190px;
    padding: clamp(24px, 3.4vw, 42px);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    border-right: 1px solid var(--rt-psych-line);
    border-bottom: 1px solid var(--rt-psych-line);
    background: linear-gradient(180deg, rgba(248, 249, 255, .68), rgba(255, 255, 255, .96));
}

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

.rt-psych-includes__grid h3 {
    margin: 0 0 10px;
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.1;
    letter-spacing: 0;
}

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

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

.rt-psych-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-psych-final::before {
    content: none;
}

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

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

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

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

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

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

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

.rt-psych-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-psych-final .rt-seo-m3-audit-form__panel h3 {
    margin: 0;
    font-size: 26px;
    line-height: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

.rt-psych-area > div {
    width: min(100%, 1080px);
    margin: 0 auto;
    padding: clamp(34px, 5vw, 58px);
    border: 1px solid rgba(98, 85, 246, .18);
    border-radius: 34px;
    background:
        radial-gradient(circle at 14% 8%, rgba(98, 85, 246, .12), transparent 34%),
        linear-gradient(180deg, #f8f9ff 0%, #fff 100%);
}

.rt-psych-area h2 {
    margin: 0 0 18px;
    font-size: clamp(38px, 4vw, 64px);
    line-height: 1.04;
}

.rt-psych-area p {
    max-width: 860px;
    margin: 0;
    color: var(--rt-psych-muted);
    font-size: clamp(18px, 1.45vw, 23px);
    line-height: 1.55;
}

.rt-psych-area p + p {
    margin-top: 16px;
}

@media (max-width: 1024px) {
    .rt-psych-search__layout,
    .rt-psych-benefits__layout,
    .rt-psych-final {
        grid-template-columns: 1fr;
    }

    .rt-psych-benefits__visual {
        min-height: 430px;
    }

    .rt-psych-search__copy {
        border-left: 0;
        border-top: 1px solid var(--rt-psych-line);
    }

    .rt-psych-includes__grid {
        grid-template-columns: 1fr;
    }
}

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

    .rt-psych-search,
    .rt-psych-includes,
    .rt-psych-area {
        padding: 56px 18px;
    }

    .rt-psych-search__mockup {
        min-height: 330px;
        border-radius: 26px;
    }

    .rt-psych-benefits__visual {
        min-height: 0;
        padding: 22px;
        border-radius: 26px;
    }

    .rt-psych-benefits__browser {
        min-height: 330px;
        border-radius: 24px;
    }

    .rt-psych-benefits__list article {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 24px;
    }

    .rt-psych-search__copy {
        padding: 24px 0 0;
    }

    .rt-psych-includes__grid article {
        grid-template-columns: 1fr;
        min-height: 0;
    }

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

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

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

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

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

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

    .rt-psych-area > div {
        padding: 26px;
        border-radius: 26px;
    }
}

/* Codex: typology service typography and form text normalization. */
.rt-web-page[data-rt-dedicated-page="realizzazione-siti-web-per-psicologi"] {
    --rt-tipology-ink: #171719;
    --rt-tipology-muted: #596173;
    --rt-tipology-purple: #6255f6;
}

@media (min-width: 768px) {
    .rt-web-page[data-rt-dedicated-page="realizzazione-siti-web-per-psicologi"] h1 {
        font-size: 52px !important;
        line-height: 1.08 !important;
        letter-spacing: 0 !important;
    }

    .rt-web-page[data-rt-dedicated-page="realizzazione-siti-web-per-psicologi"] h2 {
        font-size: 42px !important;
        line-height: 1.15 !important;
        letter-spacing: 0 !important;
    }

    .rt-web-page[data-rt-dedicated-page="realizzazione-siti-web-per-psicologi"] h3 {
        font-size: 26px !important;
        line-height: 1.18 !important;
        letter-spacing: 0 !important;
    }

    .rt-web-page[data-rt-dedicated-page="realizzazione-siti-web-per-psicologi"] h4 {
        font-size: 22px !important;
        line-height: 1.24 !important;
        letter-spacing: 0 !important;
    }
}

.rt-web-page[data-rt-dedicated-page="realizzazione-siti-web-per-psicologi"] .rt-seo-m3-audit-form__intro-note,
.rt-web-page[data-rt-dedicated-page="realizzazione-siti-web-per-psicologi"] .rt-seo-m3-audit-form__copy > p:not(.rt-seo-m3-eyebrow):not(.rt-web-contact-line),
.rt-web-page[data-rt-dedicated-page="realizzazione-siti-web-per-psicologi"] .rt-seo-m3-audit-form__panel > p,
.rt-web-page[data-rt-dedicated-page="realizzazione-siti-web-per-psicologi"] .rt-seo-m3-audit-form__privacy,
.rt-web-page[data-rt-dedicated-page="realizzazione-siti-web-per-psicologi"] .rt-web-contact-line {
    color: var(--rt-tipology-muted) !important;
}

.rt-web-page[data-rt-dedicated-page="realizzazione-siti-web-per-psicologi"] .rt-seo-m3-audit-form__intro-note {
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 30px !important;
}

.rt-web-page[data-rt-dedicated-page="realizzazione-siti-web-per-psicologi"] .rt-web-contact-line {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.rt-web-page[data-rt-dedicated-page="realizzazione-siti-web-per-psicologi"] .rt-web-contact-line a {
    color: var(--rt-tipology-purple) !important;
}
/* End Codex typology normalization. */
