/* =========================================================
   CINGILAPAI — TESTER
   ========================================================= */


.tester-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;

    align-items: center;

    margin-top: 34px;
}


.tester-secondary-link {
    font-weight: 700;
}


.tester-principles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;

    margin-top: 45px;
}


.tester-principles article {
    padding: 34px;

    border: 1px solid rgba(9,35,28,.14);
    border-radius: var(--radius);

    background: rgba(255,255,255,.32);
}


.tester-principles span {
    display: block;

    color: #9a722a;

    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .16em;
}


.tester-principles h3 {
    margin: 14px 0 12px;

    font-family: Georgia, serif;
    font-size: 1.45rem;
}


.tester-principles p {
    margin-bottom: 0;
}


.test-area-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;

    margin-top: 45px;
}


.test-area {
    padding: 28px;

    border-left: 3px solid var(--gold);

    background: rgba(216,166,77,.07);
}


.test-area h3 {
    margin: 0 0 10px;

    font-family: Georgia, serif;
    font-size: 1.35rem;
}


.test-area p {
    margin: 0;
}


.tester-report {
    padding: 95px 0;
}


.tester-report-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 70px;

    align-items: start;
}


.tester-report h2,
.tester-contact h2 {
    margin: 8px 0 20px;

    font-family: Georgia, serif;

    font-size:
        clamp(2.2rem, 4vw, 3.5rem);
}


.tester-report-list {
    display: grid;
    gap: 14px;
}


.tester-report-list article {
    padding: 22px 24px;

    border: 1px solid rgba(216,166,77,.2);
    border-radius: var(--radius);

    background: rgba(255,255,255,.035);
}


.tester-report-list strong {
    display: block;

    margin-bottom: 6px;

    color: var(--gold-light);

    font-family: Georgia, serif;
    font-size: 1.12rem;
}


.tester-report-list p {
    margin: 0;
}


.feedback-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;

    margin-top: 40px;
}


.feedback-grid article {
    padding: 34px;

    border: 1px solid rgba(9,35,28,.14);
    border-radius: var(--radius);

    background: rgba(255,255,255,.32);
}


.feedback-grid h3 {
    margin-top: 0;

    font-family: Georgia, serif;
    font-size: 1.5rem;
}


.feedback-grid p {
    margin-bottom: 0;
}


.tester-contact {
    padding: 95px 0;

    background: var(--cream);

    color: var(--text-dark);
}


.tester-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;

    align-items: center;
}


.tester-contact-card {
    padding: 36px;

    border: 1px solid rgba(9,35,28,.15);
    border-radius: var(--radius);

    background: rgba(255,255,255,.42);
}


.tester-contact-card > span {
    display: block;

    margin-bottom: 8px;

    color: #6f5b31;

    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .14em;

    text-transform: uppercase;
}


.tester-contact-card > a {
    display: inline-block;

    color: #173c30;

    font-family: Georgia, serif;

    font-size:
        clamp(1.35rem, 3vw, 2rem);

    font-weight: 700;
}


.tester-contact-card p {
    margin: 18px 0 0;
}


@media (max-width: 900px) {

    .tester-principles,
    .test-area-grid {
        grid-template-columns: 1fr;
    }


    .tester-report-grid,
    .tester-contact-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }


    .feedback-grid {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 560px) {

    .tester-actions {
        align-items: stretch;
        flex-direction: column;
    }


    .tester-actions .button {
        width: 100%;

        text-align: center;
    }


    .tester-principles article,
    .feedback-grid article,
    .tester-contact-card {
        padding: 26px 22px;
    }


    .tester-report,
    .tester-contact {
        padding: 75px 0;
    }

}


/* =========================================================
   TESTER — FINAL ACCESSIBILITY + CONTACT
   ========================================================= */

.page-tester .tester-privacy-note {
    margin-top: 22px;

    padding-top: 18px;

    border-top: 1px solid rgba(9,35,28,.12);

    font-size: .92rem;
    line-height: 1.6;
}


.page-tester .tester-actions a:focus-visible,
.page-tester .tester-contact-card a:focus-visible,
.page-tester .tester-secondary-link:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 4px;
}


/* =========================================================
   HERO TESTER V1 — 2026-08-14
   ========================================================= */

.page-tester .tester-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;

    padding: 96px 0 84px;

    background:
        radial-gradient(
            circle at 78% 42%,
            rgba(216,166,77,.16),
            transparent 34%
        ),
        linear-gradient(
            90deg,
            #061b15 0%,
            #061b15 42%,
            #08241c 72%,
            #061b15 100%
        );
}

.page-tester .tester-hero .page-hero-grid {
    position: relative;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(540px, 1.16fr);
    gap: 0;
    min-height: 600px;
}

.page-tester .tester-hero .page-hero-grid > div:first-child {
    position: relative;
    z-index: 3;
}

.page-tester .tester-hero-visual {
    position: relative;
    z-index: 1;

    width: calc(100% + 240px);
    margin-left: -70px;
    margin-right: -170px;
}

.page-tester .tester-hero-visual picture {
    position: absolute;
    top: 50%;
    right: 24px;

    width: min(1100px, 76vw);
    max-width: none;

    transform:
        translateY(-50%)
        translateX(-95px);
}

.page-tester .tester-hero-art {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
}

.page-tester .tester-hero-glow {
    position: absolute;
    top: 50%;
    right: 6%;

    width: 340px;
    height: 340px;

    border-radius: 999px;

    background:
        radial-gradient(
            circle,
            rgba(216,166,77,.22) 0%,
            rgba(216,166,77,.10) 34%,
            rgba(216,166,77,0) 74%
        );

    filter: blur(18px);
    transform: translateY(-50%);
    pointer-events: none;
}

.page-tester .tester-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(6,27,21,.02) 0%,
            rgba(6,27,21,.04) 40%,
            rgba(6,27,21,.22) 64%,
            rgba(6,27,21,.54) 100%
        );
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .page-tester .tester-hero {
        padding: 82px 0 70px;
    }

    .page-tester .tester-hero .page-hero-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .page-tester .tester-hero-visual {
        position: absolute;
        inset: -14px -120px auto auto;

        width: 760px;
        height: 640px;
        margin: 0;

        opacity: .50;
    }

    .page-tester .tester-hero-visual picture {
        top: 46%;
        right: -20px;
        width: 760px;

        transform: translateY(-50%);
    }

    .page-tester .tester-hero-glow {
        width: 280px;
        height: 280px;
        right: 8%;
    }

    .page-tester .tester-hero::after {
        background:
            linear-gradient(
                180deg,
                rgba(6,27,21,.60) 0%,
                rgba(6,27,21,.68) 34%,
                rgba(6,27,21,.84) 66%,
                #061b15 100%
            );
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 560px) {

    .page-tester .tester-hero {
        padding: 78px 0 62px;
    }

    .page-tester .tester-hero-visual {
        inset: -8px -165px auto auto;

        width: 760px;
        height: 600px;

        opacity: .58;
    }

    .page-tester .tester-hero-visual picture {
        top: 43%;
        right: -10px;
        width: 720px;
    }

    .page-tester .tester-hero-glow {
        width: 220px;
        height: 220px;
        right: 10%;
    }

    .page-tester .tester-hero::after {
        background:
            linear-gradient(
                180deg,
                rgba(6,27,21,.44) 0%,
                rgba(6,27,21,.60) 30%,
                rgba(6,27,21,.80) 58%,
                rgba(6,27,21,.92) 76%,
                #061b15 100%
            );
    }
}

/* =========================================================
   RIDUZIONE MOVIMENTO
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .page-tester .tester-hero-art,
    .page-tester .tester-hero-glow {
        animation: none;
    }

}


/* =========================================================
   HERO TESTER V1.2 — DESKTOP ENHANCED SIZE + SUBTLE MOTION
   Mobile invariato
   ========================================================= */

@media (min-width: 901px) {

    .page-tester .tester-hero-visual {
        perspective: 1400px;
    }

    .page-tester .tester-hero-visual picture {
        width: min(1180px, 80vw);

        transform:
            translateY(-50%)
            translateX(-105px)
            scale(1.105);

        transform-origin: center right;

        filter:
            drop-shadow(0 18px 34px rgba(0, 0, 0, .22));

        animation: testerHeroFloatDesktop 8s ease-in-out infinite;
        will-change: transform;
    }

}
@keyframes testerHeroFloatDesktop {

    0%,
    100% {
        transform:
            translateY(-50%)
            translateX(-105px)
            scale(1.105)
            rotateZ(0deg)
            rotateX(0deg);
    }

    50% {
        transform:
            translateY(calc(-50% - 8px))
            translateX(-96px)
            scale(1.122)
            rotateZ(-0.35deg)
            rotateX(0.6deg);
    }

}


@media (prefers-reduced-motion: reduce) {

    .page-tester .tester-hero-visual picture {
        animation: none;
    }

}


/* =========================================================
   TESTER BODY V1 — FINAL VISUAL POLISH
   Hero esclusa
   ========================================================= */


/* ---------------------------------------------------------
   ESSERE TESTER
   --------------------------------------------------------- */

.page-tester .tester-meaning {
    position: relative;
    overflow: hidden;
}

.page-tester .tester-principles article {
    position: relative;
    overflow: hidden;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.page-tester .tester-principles article::after {
    content: "";
    position: absolute;

    width: 130px;
    height: 130px;

    right: -55px;
    bottom: -65px;

    border-radius: 999px;

    background:
        radial-gradient(
            circle,
            rgba(216,166,77,.14),
            rgba(216,166,77,0) 70%
        );

    pointer-events: none;
}

@media (hover: hover) {

    .page-tester .tester-principles article:hover {
        transform: translateY(-5px);

        border-color: rgba(154,114,42,.32);

        box-shadow:
            0 18px 38px rgba(9,35,28,.09);
    }

}


/* ---------------------------------------------------------
   COSA TESTARE
   --------------------------------------------------------- */

.page-tester .tester-areas {
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 84% 18%,
            rgba(216,166,77,.09),
            transparent 30%
        ),
        #08251d;
}

.page-tester .tester-areas .content-heading h2,
.page-tester .tester-areas .content-heading p {
    color: var(--cream);
}

.page-tester .test-area {
    position: relative;

    border: 1px solid rgba(216,166,77,.16);
    border-left: 3px solid var(--gold);

    border-radius: 8px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.045),
            rgba(255,255,255,.018)
        );

    transition:
        transform .25s ease,
        border-color .25s ease,
        background .25s ease;
}

.page-tester .test-area h3 {
    color: var(--gold-light);
}

.page-tester .test-area p {
    color: rgba(255,255,255,.82);
}

@media (hover: hover) {

    .page-tester .test-area:hover {
        transform: translateY(-4px);

        border-color: rgba(216,166,77,.34);

        background:
            linear-gradient(
                135deg,
                rgba(216,166,77,.10),
                rgba(255,255,255,.025)
            );
    }

}


/* ---------------------------------------------------------
   SEGNALAZIONE
   --------------------------------------------------------- */

.page-tester .tester-report {
    position: relative;
    overflow: hidden;

    background:
        linear-gradient(
            180deg,
            #071f18,
            #061b15
        );
}

.page-tester .tester-report-list article {
    position: relative;

    transition:
        transform .22s ease,
        border-color .22s ease,
        background .22s ease;
}

.page-tester .tester-report-list article::before {
    content: "";
    position: absolute;

    left: 0;
    top: 18%;
    bottom: 18%;

    width: 2px;

    background: var(--gold);
}

@media (hover: hover) {

    .page-tester .tester-report-list article:hover {
        transform: translateX(5px);

        border-color: rgba(216,166,77,.38);

        background: rgba(216,166,77,.055);
    }

}


/* ---------------------------------------------------------
   BUG / SUGGERIMENTO
   --------------------------------------------------------- */

.page-tester .tester-feedback {
    position: relative;
}

.page-tester .feedback-grid article {
    position: relative;
    overflow: hidden;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.page-tester .feedback-grid article::after {
    content: "";
    position: absolute;

    width: 160px;
    height: 160px;

    right: -75px;
    top: -80px;

    border-radius: 999px;

    background:
        radial-gradient(
            circle,
            rgba(216,166,77,.12),
            transparent 70%
        );

    pointer-events: none;
}

@media (hover: hover) {

    .page-tester .feedback-grid article:hover {
        transform: translateY(-4px);

        box-shadow:
            0 16px 34px rgba(9,35,28,.08);
    }

}


/* ---------------------------------------------------------
   CONTATTO TESTER
   --------------------------------------------------------- */

.page-tester .tester-contact-card {
    position: relative;
    overflow: hidden;

    box-shadow:
        0 14px 34px rgba(9,35,28,.08);
}

.page-tester .tester-contact-card::after {
    content: "";
    position: absolute;

    width: 180px;
    height: 180px;

    right: -80px;
    bottom: -90px;

    border-radius: 999px;

    background:
        radial-gradient(
            circle,
            rgba(216,166,77,.14),
            transparent 70%
        );

    pointer-events: none;
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 560px) {

    .page-tester .tester-principles,
    .page-tester .test-area-grid,
    .page-tester .tester-report-list,
    .page-tester .feedback-grid {
        gap: 16px;
    }

    .page-tester .test-area {
        padding: 24px 22px;
    }

    .page-tester .tester-report-list article {
        padding: 21px 21px 21px 24px;
    }

}


/* ---------------------------------------------------------
   RIDUZIONE MOVIMENTO
   --------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

    .page-tester .tester-principles article,
    .page-tester .test-area,
    .page-tester .tester-report-list article,
    .page-tester .feedback-grid article {
        transition: none;
    }

}


/* =========================================================
   TESTER FINAL — ALTERNANZA VISIVA SEZIONI
   Hero invariata
   ========================================================= */


/* ---------------------------------------------------------
   UNA BUONA SEGNALAZIONE — CHIARO
   --------------------------------------------------------- */

.page-tester .tester-report {
    background: var(--cream);
    color: var(--text-dark);
}


.page-tester .tester-report h2 {
    color: var(--text-dark);
}


.page-tester .tester-report > .container > div:first-child > p:not(.eyebrow) {
    color: #33453f;
}


.page-tester .tester-report-list article {
    border-color: rgba(9,35,28,.14);

    background: rgba(255,255,255,.38);
}


.page-tester .tester-report-list strong {
    color: #173c30;
}


.page-tester .tester-report-list p {
    color: #33453f;
}


@media (hover: hover) {

    .page-tester .tester-report-list article:hover {
        border-color: rgba(154,114,42,.32);

        background: rgba(255,255,255,.62);
    }

}


/* ---------------------------------------------------------
   BUG O SUGGERIMENTO — VERDE
   --------------------------------------------------------- */

.page-tester .tester-feedback {
    background:
        radial-gradient(
            circle at 82% 22%,
            rgba(216,166,77,.08),
            transparent 30%
        ),
        #08251d;

    color: var(--cream);
}


.page-tester .tester-feedback .content-heading h2 {
    color: var(--cream);
}


.page-tester .tester-feedback .feedback-grid article {
    border-color: rgba(216,166,77,.18);

    background: rgba(255,255,255,.035);

    color: rgba(255,255,255,.84);
}


.page-tester .tester-feedback .feedback-grid h3 {
    color: var(--gold-light);
}


.page-tester .tester-feedback .feedback-grid p {
    color: rgba(255,255,255,.82);
}


@media (hover: hover) {

    .page-tester .tester-feedback .feedback-grid article:hover {
        border-color: rgba(216,166,77,.36);

        background: rgba(216,166,77,.06);

        box-shadow:
            0 18px 38px rgba(0,0,0,.12);
    }

}


/* =========================================================
   TESTER V2 — SECTION EXPERIENCE
   Download-level refinement
   Hero invariata
   2026-08-14
   ========================================================= */


/* =========================================================
   SISTEMA REVEAL
   Progressive enhancement
   ========================================================= */

.page-tester.tester-motion-ready .tester-reveal {
    opacity: 0;

    transform:
        translateY(24px)
        scale(.992);

    transition:
        opacity .72s cubic-bezier(.22,.61,.36,1),
        transform .72s cubic-bezier(.22,.61,.36,1);

    transition-delay:
        var(--tester-reveal-delay, 0ms);

    will-change:
        opacity,
        transform;
}


.page-tester.tester-motion-ready .tester-reveal.is-visible {
    opacity: 1;

    transform:
        translateY(0)
        scale(1);
}


/* =========================================================
   ESSERE TESTER — CHIARO / PREMIUM
   ========================================================= */

.page-tester .tester-meaning {
    padding-top: 104px;
    padding-bottom: 112px;

    background:
        radial-gradient(
            circle at 88% 18%,
            rgba(216,166,77,.085),
            transparent 26%
        ),
        linear-gradient(
            180deg,
            #f6f0e5 0%,
            var(--cream) 100%
        );
}


.page-tester .tester-meaning .content-heading {
    max-width: 760px;
}


.page-tester .tester-principles {
    counter-reset: tester-principle;

    gap: 20px;

    margin-top: 50px;
}


.page-tester .tester-principles article {
    counter-increment: tester-principle;

    min-height: 245px;

    padding: 34px 32px 31px;

    border:
        1px solid
        rgba(9,35,28,.12);

    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.78),
            rgba(255,255,255,.36)
        );

    box-shadow:
        0 14px 34px
        rgba(9,35,28,.045);
}


.page-tester .tester-principles article::before {
    content:
        "0" counter(tester-principle);

    position: absolute;

    right: 24px;
    top: 18px;

    color:
        rgba(154,114,42,.11);

    font-family:
        Georgia,
        serif;

    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1;

    letter-spacing: -.06em;

    pointer-events: none;
}


.page-tester .tester-principles article > span {
    position: relative;
    z-index: 2;

    width: fit-content;

    padding-bottom: 8px;

    border-bottom:
        2px solid
        rgba(154,114,42,.34);
}


.page-tester .tester-principles h3,
.page-tester .tester-principles p {
    position: relative;
    z-index: 2;
}


.page-tester .tester-principles h3 {
    color: #173c30;

    font-size: 1.5rem;
}


.page-tester .tester-principles p {
    color: #3d5049;

    line-height: 1.68;
}


@media (hover: hover) {

    .page-tester .tester-principles article:hover {
        transform:
            translateY(-7px)
            rotateX(.5deg);

        border-color:
            rgba(154,114,42,.30);

        box-shadow:
            0 22px 48px
            rgba(9,35,28,.09);
    }

}


/* =========================================================
   COSA TESTARE — VERDE / GRIGLIA TECNICA
   ========================================================= */

.page-tester .tester-areas {
    padding-top: 108px;
    padding-bottom: 112px;

    background:
        radial-gradient(
            circle at 82% 14%,
            rgba(216,166,77,.12),
            transparent 27%
        ),
        radial-gradient(
            circle at 12% 88%,
            rgba(53,135,105,.10),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            #061b15,
            #08291f 52%,
            #061b15
        );
}


.page-tester .tester-areas::after {
    content: "";

    position: absolute;
    inset: 0;

    pointer-events: none;

    opacity: .16;

    background-image:
        linear-gradient(
            rgba(255,255,255,.06) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.06) 1px,
            transparent 1px
        );

    background-size:
        82px 82px;
}


.page-tester .tester-areas > .container {
    position: relative;
    z-index: 2;
}


.page-tester .tester-areas .content-heading {
    max-width: 760px;
}


.page-tester .test-area-grid {
    gap: 15px;

    margin-top: 50px;
}


.page-tester .test-area {
    min-height: 190px;

    padding: 29px 28px 27px;

    border:
        1px solid
        rgba(216,166,77,.17);

    border-left:
        1px solid
        rgba(216,166,77,.17);

    border-radius: 15px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.055),
            rgba(255,255,255,.018)
        );

    box-shadow:
        inset 0 1px 0
        rgba(255,255,255,.025);
}


.page-tester .test-area::before {
    content: "";

    display: block;

    width: 38px;
    height: 2px;

    margin-bottom: 22px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            var(--gold),
            rgba(216,166,77,.18)
        );

    transition:
        width .28s ease;
}


.page-tester .test-area h3 {
    margin-bottom: 11px;

    font-size: 1.4rem;
}


.page-tester .test-area p {
    line-height: 1.65;
}


@media (hover: hover) {

    .page-tester .test-area:hover {
        transform: translateY(-6px);

        border-color:
            rgba(216,166,77,.38);

        background:
            linear-gradient(
                145deg,
                rgba(216,166,77,.11),
                rgba(255,255,255,.026)
            );

        box-shadow:
            0 20px 38px
            rgba(0,0,0,.13);
    }


    .page-tester .test-area:hover::before {
        width: 68px;
    }

}


/* =========================================================
   BUONA SEGNALAZIONE — EDITORIAL / CHIARO
   ========================================================= */

.page-tester .tester-report {
    padding-top: 112px;
    padding-bottom: 112px;

    background:
        radial-gradient(
            circle at 10% 15%,
            rgba(216,166,77,.08),
            transparent 26%
        ),
        var(--cream);
}


.page-tester .tester-report-grid {
    grid-template-columns:
        minmax(300px,.72fr)
        minmax(0,1.28fr);

    gap: 82px;

    align-items: center;
}


.page-tester .tester-report-grid > div:first-child {
    position: sticky;
    top: 142px;

    align-self: start;
}


.page-tester .tester-report-list {
    position: relative;

    gap: 0;

    padding-left: 31px;
}


.page-tester .tester-report-list::before {
    content: "";

    position: absolute;

    left: 8px;
    top: 25px;
    bottom: 25px;

    width: 1px;

    background:
        linear-gradient(
            180deg,
            rgba(154,114,42,.06),
            rgba(154,114,42,.38),
            rgba(154,114,42,.06)
        );
}


.page-tester .tester-report-list article {
    position: relative;

    margin-bottom: 12px;

    padding:
        23px
        25px
        23px
        29px;

    border:
        1px solid
        rgba(9,35,28,.10);

    border-radius: 14px;

    background:
        rgba(255,255,255,.53);

    box-shadow:
        0 10px 26px
        rgba(9,35,28,.035);
}


.page-tester .tester-report-list article:last-child {
    margin-bottom: 0;
}


.page-tester .tester-report-list article::before {
    content: "";

    position: absolute;

    left: -29px;
    top: 29px;

    width: 11px;
    height: 11px;

    border:
        3px solid
        var(--cream);

    border-radius: 999px;

    background:
        var(--gold);

    box-shadow:
        0 0 0 1px
        rgba(154,114,42,.24);
}


.page-tester .tester-report-list strong {
    color: #173c30;

    font-size: 1.14rem;
}


.page-tester .tester-report-list p {
    color: #42544d;

    line-height: 1.62;
}


@media (hover: hover) {

    .page-tester .tester-report-list article:hover {
        transform: translateX(7px);

        border-color:
            rgba(154,114,42,.25);

        background:
            rgba(255,255,255,.78);

        box-shadow:
            0 17px 36px
            rgba(9,35,28,.065);
    }

}


/* =========================================================
   BUG / SUGGERIMENTO — CONTRASTO FORTE
   ========================================================= */

.page-tester .tester-feedback {
    position: relative;
    overflow: hidden;

    padding-top: 108px;
    padding-bottom: 112px;

    background:
        radial-gradient(
            circle at 22% 25%,
            rgba(216,166,77,.09),
            transparent 27%
        ),
        linear-gradient(
            145deg,
            #061b15,
            #08261e
        );
}


.page-tester .tester-feedback::before {
    content: "";

    position: absolute;

    left: 50%;
    top: 52%;

    width: 520px;
    height: 520px;

    transform:
        translate(-50%,-50%);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(216,166,77,.055),
            transparent 68%
        );

    pointer-events: none;
}


.page-tester .tester-feedback > .container {
    position: relative;
    z-index: 2;
}


.page-tester .tester-feedback .content-heading {
    max-width: 700px;
}


.page-tester .feedback-grid {
    gap: 18px;

    margin-top: 47px;
}


.page-tester .feedback-grid article {
    min-height: 245px;

    padding:
        37px
        35px;

    border:
        1px solid
        rgba(216,166,77,.18);

    border-radius: 17px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.055),
            rgba(255,255,255,.018)
        );

    box-shadow:
        inset 0 1px 0
        rgba(255,255,255,.025);
}


.page-tester .feedback-grid article::before {
    content: "";

    display: block;

    width: 48px;
    height: 3px;

    margin-bottom: 25px;

    border-radius: 999px;

    background:
        var(--gold);

    transform-origin: left;

    transition:
        transform .28s ease;
}


.page-tester .feedback-grid h3 {
    color:
        var(--gold-light);

    font-size: 1.65rem;
}


.page-tester .feedback-grid p {
    max-width: 560px;

    line-height: 1.72;
}


@media (hover: hover) {

    .page-tester .feedback-grid article:hover {
        transform: translateY(-6px);

        border-color:
            rgba(216,166,77,.37);

        background:
            linear-gradient(
                145deg,
                rgba(216,166,77,.10),
                rgba(255,255,255,.022)
            );

        box-shadow:
            0 22px 44px
            rgba(0,0,0,.14);
    }


    .page-tester .feedback-grid article:hover::before {
        transform: scaleX(1.7);
    }

}


/* =========================================================
   CONTATTO — CHIUSURA PREMIUM
   ========================================================= */

.page-tester .tester-contact {
    position: relative;
    overflow: hidden;

    padding-top: 108px;
    padding-bottom: 110px;

    background:
        radial-gradient(
            circle at 78% 42%,
            rgba(216,166,77,.10),
            transparent 29%
        ),
        linear-gradient(
            180deg,
            #f6f0e5,
            var(--cream)
        );
}


.page-tester .tester-contact-grid {
    grid-template-columns:
        minmax(0,.9fr)
        minmax(430px,1.1fr);

    gap: 76px;
}


.page-tester .tester-contact-card {
    padding: 39px 38px;

    border:
        1px solid
        rgba(154,114,42,.20);

    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.76),
            rgba(255,255,255,.38)
        );

    box-shadow:
        0 22px 50px
        rgba(9,35,28,.075);
}


.page-tester .tester-contact-card > span {
    color: #886321;
}


.page-tester .tester-contact-card > a {
    position: relative;
    z-index: 2;

    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}


.page-tester .tester-privacy-note {
    color: #43544d;
}


/* =========================================================
   CTA FINALE
   ========================================================= */

.page-tester .page-cta {
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 50% 20%,
            rgba(216,166,77,.10),
            transparent 31%
        ),
        #061b15;
}


.page-tester .page-cta::before {
    content: "";

    position: absolute;

    left: 50%;
    bottom: -210px;

    width: 560px;
    height: 330px;

    transform:
        translateX(-50%);

    border:
        1px solid
        rgba(216,166,77,.09);

    border-radius:
        50% 50% 0 0;

    pointer-events: none;
}


.page-tester .page-cta > .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 900px) {

    .page-tester .tester-meaning,
    .page-tester .tester-areas,
    .page-tester .tester-report,
    .page-tester .tester-feedback,
    .page-tester .tester-contact {
        padding-top: 82px;
        padding-bottom: 84px;
    }


    .page-tester .tester-report-grid {
        grid-template-columns: 1fr;

        gap: 43px;
    }


    .page-tester .tester-report-grid > div:first-child {
        position: static;
    }


    .page-tester .tester-contact-grid {
        grid-template-columns: 1fr;

        gap: 42px;
    }

}


@media (max-width: 560px) {

    .page-tester .tester-meaning,
    .page-tester .tester-areas,
    .page-tester .tester-report,
    .page-tester .tester-feedback,
    .page-tester .tester-contact {
        padding-top: 68px;
        padding-bottom: 70px;
    }


    .page-tester .tester-principles {
        margin-top: 36px;
    }


    .page-tester .tester-principles article {
        min-height: 0;

        padding:
            28px
            23px;
    }


    .page-tester .tester-principles article::before {
        right: 18px;
        top: 18px;

        font-size: 3.7rem;
    }


    .page-tester .test-area-grid {
        margin-top: 37px;
    }


    .page-tester .test-area {
        min-height: 0;

        padding:
            25px
            22px;
    }


    .page-tester .tester-report-list {
        padding-left: 24px;
    }


    .page-tester .tester-report-list article {
        padding:
            21px
            20px
            21px
            23px;
    }


    .page-tester .tester-report-list article::before {
        left: -23px;
    }


    .page-tester .feedback-grid {
        margin-top: 36px;
    }


    .page-tester .feedback-grid article {
        min-height: 0;

        padding:
            29px
            23px;
    }


    .page-tester .tester-contact-card {
        padding:
            29px
            23px;
    }

}


/* =========================================================
   ACCESSIBILITÀ / RIDUZIONE MOVIMENTO
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .page-tester .tester-reveal,
    .page-tester .tester-principles article,
    .page-tester .test-area,
    .page-tester .tester-report-list article,
    .page-tester .feedback-grid article {
        opacity: 1 !important;

        transform: none !important;

        transition: none !important;
    }

}


/* =========================================================
   TESTER V3 — MOCKUP APPROVATO
   2026-08-14
   ========================================================= */


/* Reset decorazioni V1/V2 che interferiscono */

.page-tester .tester-principles article::before,
.page-tester .tester-principles article::after,
.page-tester .test-area::before,
.page-tester .tester-report-list::before,
.page-tester .tester-report-list article::before,
.page-tester .feedback-grid article::before,
.page-tester .feedback-grid article::after,
.page-tester .tester-contact-card::after,
.page-tester .tester-support-cta::before {
    content: none !important;
    display: none !important;
}


/* =========================================================
   COSA SIGNIFICA
   ========================================================= */

.page-tester .tester-meaning {
    padding: 64px 0;

    background:
        linear-gradient(
            180deg,
            #f8f3e9,
            #f0e8da
        );
}


.page-tester .tester-meaning-layout {
    display: grid;

    grid-template-columns:
        .72fr
        1.28fr;

    gap: 42px;

    align-items: center;
}


.page-tester .tester-meaning .content-heading {
    margin: 0;
}


.page-tester .tester-principles {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0,1fr));

    gap: 14px;

    margin: 0;
}


.page-tester .tester-principles article {
    min-height: 220px;

    padding: 22px;

    border:
        1px solid
        rgba(9,35,28,.12);

    border-radius: 14px;

    background:
        rgba(255,255,255,.72);

    box-shadow:
        0 12px 24px
        rgba(9,35,28,.055);
}


.page-tester .tester-card-top {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-bottom: 14px;
}


.page-tester .tester-round-icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    border-radius: 999px;

    background:
        linear-gradient(
            145deg,
            #f4c45f,
            #c78f29
        );

    color: #073027;

    box-shadow:
        0 7px 18px
        rgba(154,114,42,.20);
}


.page-tester .tester-round-icon svg {
    width: 23px;
    height: 23px;
}


.page-tester .tester-step {
    color: #956c24;

    font-weight: 800;

    letter-spacing: .14em;
}


.page-tester .tester-principles h3 {
    margin: 0 0 9px;

    color: #173c30;

    font-size: 1.22rem;
}


.page-tester .tester-principles p {
    margin: 0;

    color: #3b4d46;

    line-height: 1.58;
}


/* =========================================================
   COSA TESTARE
   ========================================================= */

.page-tester .tester-areas {
    padding: 66px 0;

    background:
        radial-gradient(
            circle at 70% 45%,
            rgba(216,166,77,.10),
            transparent 31%
        ),
        #06231b;
}


.page-tester .tester-areas-layout {
    display: grid;

    grid-template-columns:
        .68fr
        1.32fr;

    gap: 42px;

    align-items: center;
}


.page-tester .tester-areas .content-heading {
    margin: 0;
}


.page-tester .test-area-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0,1fr));

    gap: 12px;

    margin: 0;
}


.page-tester .test-area {
    display: flex;

    gap: 13px;

    min-height: 142px;

    padding: 17px;

    border:
        1px solid
        rgba(216,166,77,.22);

    border-radius: 12px;

    background:
        rgba(255,255,255,.035);
}


.page-tester .test-area-icon {
    flex: 0 0 auto;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;

    border-radius: 11px;

    background:
        rgba(216,166,77,.11);

    color: #e5b951;
}


.page-tester .test-area-icon svg {
    width: 24px;
    height: 24px;
}


.page-tester .test-area h3 {
    margin: 1px 0 7px;

    color: var(--gold-light);

    font-size: 1.12rem;
}


.page-tester .test-area p {
    color:
        rgba(255,255,255,.80);

    font-size: .94rem;

    line-height: 1.5;
}


/* =========================================================
   SEGNALAZIONE
   ========================================================= */

.page-tester .tester-report {
    padding: 62px 0;

    background:
        #f4eee3;

    color:
        var(--text-dark);
}


.page-tester .tester-report-grid {
    grid-template-columns:
        .68fr
        1.32fr;

    gap: 36px;

    align-items: center;
}


.page-tester .tester-report-grid > div:first-child {
    position: static;
}


.page-tester .tester-report-list {
    display: grid;

    grid-template-columns:
        repeat(5, minmax(0,1fr));

    gap: 10px;

    padding-left: 0;
}


.page-tester .tester-report-list article {
    margin: 0;

    min-height: 190px;

    padding: 15px;

    border:
        1px solid
        rgba(9,35,28,.12);

    border-radius: 11px;

    background:
        rgba(255,255,255,.62);

    box-shadow:
        0 8px 18px
        rgba(9,35,28,.04);
}


.page-tester .tester-report-number {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 31px;
    height: 31px;

    margin-bottom: 12px;

    border-radius: 999px;

    background:
        #083127;

    color:
        var(--gold-light);

    font-weight: 800;

    box-shadow:
        0 0 0 2px
        rgba(216,166,77,.18);
}


.page-tester .tester-report-list strong {
    margin-bottom: 7px;

    color: #173c30;

    font-size: .98rem;
}


.page-tester .tester-report-list p {
    color: #3c4f47;

    font-size: .90rem;

    line-height: 1.5;
}


/* =========================================================
   BUG / SUGGERIMENTO
   ========================================================= */

.page-tester .tester-feedback {
    padding: 42px 0;

    background:
        radial-gradient(
            circle at 74% 40%,
            rgba(216,166,77,.08),
            transparent 31%
        ),
        #06231b;
}


.page-tester .tester-feedback-layout {
    display: grid;

    grid-template-columns:
        .64fr
        1.36fr;

    gap: 40px;

    align-items: center;
}


.page-tester .tester-feedback .content-heading {
    margin: 0;
}


.page-tester .feedback-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0,1fr));

    gap: 12px;

    margin: 0;
}


.page-tester .feedback-grid article {
    display: flex;

    gap: 15px;

    min-height: 130px;

    padding: 18px;

    border:
        1px solid
        rgba(216,166,77,.20);

    border-radius: 12px;

    background:
        rgba(255,255,255,.035);
}


.page-tester .feedback-icon {
    flex: 0 0 auto;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 47px;
    height: 47px;

    border-radius: 12px;
}


.page-tester .feedback-icon svg {
    width: 25px;
    height: 25px;
}


.page-tester .feedback-bug .feedback-icon {
    color: #ff7264;

    background:
        rgba(188,50,43,.15);
}


.page-tester .feedback-idea .feedback-icon {
    color: #edbd57;

    background:
        rgba(216,166,77,.15);
}


.page-tester .feedback-grid h3 {
    margin: 0 0 6px;
}


.page-tester .feedback-grid p {
    margin: 0;

    font-size: .93rem;

    line-height: 1.5;
}


/* =========================================================
   PARTECIPA
   ========================================================= */

.page-tester .tester-contact {
    padding: 52px 0;

    background:
        #f4eee3;
}


.page-tester .tester-contact-grid {
    grid-template-columns:
        .70fr
        1.30fr;

    gap: 34px;
}


.page-tester .tester-contact-panels {
    display: grid;

    grid-template-columns:
        1.15fr
        .85fr;

    gap: 12px;
}


.page-tester .tester-contact-card,
.page-tester .tester-info-card {
    padding: 22px;

    border:
        1px solid
        rgba(9,35,28,.12);

    border-radius: 13px;

    background:
        rgba(255,255,255,.66);

    box-shadow:
        0 10px 22px
        rgba(9,35,28,.045);
}


.page-tester .tester-info-card strong {
    color: #173c30;

    font-family: Georgia, serif;
}


.page-tester .tester-info-card p {
    margin: 8px 0 0;

    color: #3c4f47;

    line-height: 1.55;
}


/* =========================================================
   CTA SUPPORTO
   ========================================================= */

.page-tester .tester-support-cta {
    position: relative;

    overflow: hidden;

    isolation: isolate;

    min-height: 230px;

    padding: 58px 0;

    background: #061f18;
}


.page-tester .tester-support-visual {
    position: absolute;

    inset: 0;

    z-index: 0;

    pointer-events: none;
}


.page-tester .tester-support-visual picture,
.page-tester .tester-support-art {
    width: 100%;
    height: 100%;
}


.page-tester .tester-support-art {
    display: block;

    object-fit: cover;

    object-position: center;
}


.page-tester .tester-support-cta::after {
    content: "";

    position: absolute;

    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(6,31,24,.15),
            rgba(6,31,24,.44) 40%,
            rgba(6,31,24,.34) 65%,
            rgba(6,31,24,.12)
        );
}


.page-tester .tester-support-cta-inner {
    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 30px;
}


.page-tester .tester-support-cta h2 {
    margin: 7px 0 0;

    color: var(--cream);

    font-family: Georgia, serif;

    font-size:
        clamp(2rem,4vw,3.2rem);
}


/* =========================================================
   HOVER
   ========================================================= */

@media (hover: hover) {

    .page-tester .tester-principles article:hover,
    .page-tester .test-area:hover,
    .page-tester .feedback-grid article:hover {
        transform: translateY(-5px);
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .page-tester .tester-meaning-layout,
    .page-tester .tester-areas-layout,
    .page-tester .tester-report-grid,
    .page-tester .tester-feedback-layout,
    .page-tester .tester-contact-grid {
        grid-template-columns: 1fr;

        gap: 32px;
    }


    .page-tester .tester-report-list {
        grid-template-columns:
            repeat(3,minmax(0,1fr));
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {

    .page-tester .tester-principles {
        grid-template-columns: 1fr;
    }


    .page-tester .test-area-grid {
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }


    .page-tester .tester-report-list {
        grid-template-columns: 1fr;
    }


    .page-tester .feedback-grid {
        grid-template-columns: 1fr;
    }


    .page-tester .tester-contact-panels {
        grid-template-columns: 1fr;
    }


    .page-tester .tester-support-cta-inner {
        flex-direction: column;

        align-items: flex-start;
    }

}


@media (max-width: 520px) {

    .page-tester .tester-meaning,
    .page-tester .tester-areas,
    .page-tester .tester-report,
    .page-tester .tester-contact {
        padding-top: 48px;
        padding-bottom: 48px;
    }


    .page-tester .test-area-grid {
        grid-template-columns: 1fr;
    }


    .page-tester .test-area {
        min-height: 0;
    }


    .page-tester .tester-report-list article {
        min-height: 0;
    }


    .page-tester .tester-support-cta {
        min-height: 300px;
    }


    .page-tester .tester-support-art {
        object-position: center bottom;
    }


    .page-tester .tester-support-cta::after {
        background:
            linear-gradient(
                180deg,
                rgba(6,31,24,.20),
                rgba(6,31,24,.58) 48%,
                rgba(6,31,24,.22)
            );
    }

}


/* =========================================================
   TESTER V3.1 — MOBILE CTA CENTER
   ========================================================= */

@media (max-width: 760px) {

    .page-tester .tester-support-cta-inner {
        align-items: center;

        text-align: center;
    }


    .page-tester .tester-support-cta-inner > div {
        width: 100%;
    }


    .page-tester .tester-support-cta .button {
        align-self: center;

        margin-left: auto;
        margin-right: auto;
    }

}
