/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    position: relative;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
body {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
}

@font-face {
    font-family: "Encode Sans";
    src: local("Encode Sans"), local("encodesans"),
        url("fonts/encodesans.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Condensed Medium";
    src: local("Roboto Condensed Medium"), local("RobotoCondensed-Medium"),
        url("fonts/RobotoCondensed-Medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-body: "Encode Sans", Helvetica, sans-serif;
    --font-heading: "Roboto Condensed Medium", Helvetica, sans-serif;
    --color-primary: #00698e;
    --color-heading: #0c1f59;
    --color-text: #444;
    --color-muted: #383f53;
    --radius-card: 18px;
    --shadow-card: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px,
        rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px,
        rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
        rgba(42, 51, 70, 0.04) 0px 6px 6px -3px,
        rgba(14, 63, 126, 0.04) 0px 12px 12px -6px,
        rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    --blob-opacity: 0.25;
}

body {
    font-family: var(--font-body);
    background: radial-gradient(
            ellipse 120% 16% at 0% 0%,
            rgba(2, 137, 184, 0.28) 0%,
            transparent 55%
        ),
        radial-gradient(
            ellipse 120% 16% at 100% 0%,
            rgba(2, 137, 184, 0.28) 0%,
            transparent 55%
        ),
        radial-gradient(
            ellipse 85% 12% at 0% 6%,
            rgba(0, 97, 132, 0.22) 0%,
            transparent 50%
        ),
        radial-gradient(
            ellipse 85% 12% at 100% 6%,
            rgba(0, 97, 132, 0.22) 0%,
            transparent 50%
        ),
        linear-gradient(
            90deg,
            rgba(243, 243, 243, 0) 0%,
            rgba(243, 243, 243, 0.9) 35%,
            rgba(243, 243, 243, 0.9) 65%,
            rgba(243, 243, 243, 0) 100%
        ),
        #f3f3f3;
}
.logo-shine {
    display: block;
    position: relative;
    width: 135px;
    height: 100%;
    overflow: hidden;
    vertical-align: middle;
    margin: 10px auto 15px auto;
    padding: 0px;
}

.pagina {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
}

.pagina > * {
    position: relative;
    z-index: 0;
}

.pagina::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 340px; /* punto sotto il bottone, da regolare */
    transform: translateX(-50%);
    width: 900px;
    height: 420px;
    pointer-events: none;
    z-index: -1;
    background: radial-gradient(
            ellipse at 50% 52%,
            rgba(2, 137, 184, 0.36) 0%,
            transparent 64%
        ),
        radial-gradient(
            ellipse at 34% 56%,
            rgba(0, 97, 132, 0.3) 0%,
            transparent 56%
        ),
        radial-gradient(
            ellipse at 66% 56%,
            rgba(0, 86, 117, 0.28) 0%,
            transparent 54%
        ),
        radial-gradient(
            ellipse at 16% 48%,
            rgba(186, 28, 102, 0.5) 0%,
            transparent 52%
        ),
        radial-gradient(
            ellipse at 84% 48%,
            rgba(186, 28, 102, 0.52) 0%,
            transparent 48%
        );
    filter: blur(55px);
    opacity: 0.6;
}

.pagina h1 {
    font-family: var(--font-heading);
    text-align: center;
    letter-spacing: -0.035em;
    margin: 0;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.08929;
    margin-bottom: 25px;
    color: var(--color-heading);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.highlight {
    display: inline-block;
    background: linear-gradient(
        90deg,
        #0289b8 0%,
        #006184 30%,
        #005675 60%,
        #5e2f5c 75%,
        #ba1c66 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pagina h2 {
    color: var(--color-muted);
    line-height: 160%;
    font-size: 26px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.pagina .titolo p {
    font-size: 17px;
	letter-spacing: -0.005em;
}

.pagina h3 {
    font-family: var(--font-heading);
}

.pagina p {
    font-size: 16px;
    color: var(--color-text);
    line-height: 1.75em;
    letter-spacing: 0.03em;
}

.titolo {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

/* FRECCIA ATTIVA IN LANDING VECCHIA */

.freccia-semicircolare {
    position: relative;
    text-align: center;
    margin: 0 auto;
    z-index: 0;
    height: 40px;
}

.semicerchio {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 0;
}

.semicerchio .freccia {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%) translateY(0);
    animation: freccia-wave 2s infinite ease-in-out;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.15));
}

@keyframes freccia-wave {
    0% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(12px);
    }
    100% {
        transform: translateX(-50%) translateY(0);
    }
}

/* PULSANTE CTA */

.wrap-pulsante {
    text-align: center;
    margin-top: 15px;
}

.pulsante-cta {
    color: #fff;
    line-height: 160%;
    font-size: 20px;
    padding: 7px 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 250ms;
    display: inline-flex;
    align-items: center;
    background-color: var(--color-primary);
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
        rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
        rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    margin-bottom: 4px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.pulsante-cta:hover {
    transform: translateY(4px);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px,
        rgba(0, 0, 0, 0.2) 0px 7px 13px -3px,
        rgba(0, 0, 0, 0.1) 0px 0px 0px inset;
}

/* PUNTO PULSANTE */

.promesse {
    display: flex;
    width: fit-content;
    margin: 0 auto 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 14px; /* esempio per pill */
}

.promesse p {
    font-size: 14px;
}

.pulse-dot {
    --dot-size: 7px;
    --ring-max-size: 15px; /* 10px del dot + 20px totali extra */
    --color: var(--color-primary);
    --duration: 2s;

    position: relative;
    width: var(--dot-size);
    height: var(--dot-size);
}

.pulse-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--dot-size);
    height: var(--dot-size);
    background: var(--color);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.pulse-dot span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--dot-size);
    height: var(--dot-size);
    border: 1.5px solid var(--color);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    z-index: 1;
    animation: ripple var(--duration) ease-out infinite;
}

.pulse-dot span:nth-child(1) {
    animation-delay: 0s;
}
.pulse-dot span:nth-child(2) {
    animation-delay: 0.18s;
}
.pulse-dot span:nth-child(3) {
    animation-delay: 0.36s;
}

@keyframes ripple {
    0% {
        width: var(--dot-size);
        height: var(--dot-size);
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
    }

    12% {
        opacity: 0.55;
    }

    70% {
        width: var(--ring-max-size);
        height: var(--ring-max-size);
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        width: var(--ring-max-size);
        height: var(--ring-max-size);
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
    }
}

/* ELEMENTI FIDUCIA */

.fascia-fiducia {
    display: flex;
    flex-flow: row nowrap;
    max-width: 900px;
    margin: 75px auto 100px auto;
    justify-content: center;
    align-items: flex-start;
    gap: 35px;
}

.fiducia-card {
    max-width: 200px;
    position: relative;
    z-index: 2;
    text-align: center;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.6),
        rgba(255, 255, 255, 0.3)
    ); 
    padding: 20px;
    border: 1px solid #e7e5f2;
    border-radius: var(--radius-card);
    box-shadow: 0 48px 48px -24px #2929290a, 0 24px 24px -12px #2929290a,
        0 12px 12px -6px #2929290a, 0 6px 6px -3px #2929290a,
        0 3px 3px -1.5px #29292905, 0 1px 1px 0.5px #2929290a;
}

.google-logo {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-bottom: 5px;
    text-align: center;
}

.recensione-stelle {
    color: #e8a700;
    font-size: 18px;
    margin-bottom: 10px;
}

.immagine-fiducia {
    height: 55px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.fascia-fiducia p {
    font-size: 14px;
    line-height: 1.5em;
    color: #333;
}

.fiducia-card__titolo {
    font-size: 16px !important;
    margin-bottom: 7px;
    color: var(--color-primary)!important;
    font-family: var(--font-heading);
    line-height: 1.2;
}


/* IMMAGINE NOTAI E BADGE PILL */

.hero-benefici-visuale {
    text-align: center;
    margin: 100px auto 70px auto;
}

.colonne-benefici {
    display: flex;
    max-width: 1020px;
    margin: 50px auto;
}

.colonna1-benefici,
.colonna3-benefici {
    max-width: 220px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}

.colonna2-benefici {
    max-width: 600px;
    position: relative;
    z-index: 3;
}

.colonna3-benefici {
    align-items: flex-start;
}

.gruppo-notai {
    border: 10px solid #eeeff1;
    border-radius: 26px;
    position: relative;
    z-index: 3;
    box-shadow: 0 30px 50px rgba(136, 165, 191, 0.2),
        0 14px 24px rgba(136, 165, 191, 0.12),
        18px 6px 28px rgba(136, 165, 191, 0.1),
        -18px 6px 28px rgba(136, 165, 191, 0.1);
    display: block;
    margin: 0 auto;
}

.benefit-badge {
    display: flex;
    flex-direction: column;
}

.benefit-badge__pill {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border: 1px solid rgba(12, 31, 89, 0.15);
    border-radius: 16px;
    background: #fff;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    box-shadow: 1px 2px 8px 0 rgba(30, 60, 90, 0.05),
        -1px 2px 8px 0 rgba(30, 60, 90, 0.05),
        rgba(255, 255, 255, 0.5) 0 -2px 8px 0;
}

.benefit-badge__linea {
    display: block;
    position: relative;
    z-index: 1;
}

.benefit-badge__linea path {
    fill: none;
    stroke: #278bae;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 3 7;
}

.benefit-badge__linea circle {
    fill: #278bae;
}

.benefit-badge--alto-sx .benefit-badge__pill {
    margin-right: 35px;
    margin-bottom: -4px;
}

.benefit-badge--alto-dx .benefit-badge__pill {
    margin-left: 35px;
    margin-bottom: -4px;
}

.benefit-badge--basso-sx .benefit-badge__pill {
    margin-right: 35px;
    margin-top: -4px;
}

.benefit-badge--basso-dx .benefit-badge__pill {
    margin-left: 35px;
    margin-top: -4px;
}

.benefit-badge--alto-sx {
    margin-top: -25px;
}

.benefit-badge--alto-dx {
    margin-top: 43px;
}

.benefit-badge--basso-sx {
    margin-bottom: 21px;
}

.benefit-badge--basso-dx {
    margin-bottom: -35px;
}

.benefit-badge__icona {
    color: #278bae;
    fill: #278bae;
}

.descrizione-notai2021 {
    margin: 0 auto;
    max-width: 900px;
    margin-bottom: 70px;
}

.descrizione-notai2021 h2 {
    margin: 100px auto 30px auto;
    text-align: center;
}

.descrizione-notai2021 p {
    margin-bottom: 15px;
    text-align: left;
}

/* CTA */

.cta {
	margin-top: 35px;
}

.cta .promesse {
	margin-bottom: 120px;
}

/* TABELLA CONFRONTO */

.titolo-tabella {
    text-align: center;
    max-width: 900px;
    margin: 0px auto 40px auto;
}

.titolo-tabella h2,
.sezione-statistiche h2,
.sezione-recensioni h2,
.tabella-confronto-wrapper h2 {
    margin: 0px auto 20px auto;
	text-align: center;
}

.titolo-tabella p {
    margin: 0 auto;
    line-height: 1.65em !important;
    color: var(--color-muted);
}

.tabella-confronto {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 35px;
    margin: 50px auto 0px auto; 
}

.confronto-card {
    flex: 1 1 0;
    max-width: 360px;
    padding: 30px 22px 20px;
    border-radius: 24px;
    border: 10px solid #f5f5f5;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.confronto-card--base {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(248, 249, 252, 0.95) 100%
    );
}

.confronto-card--plus {
    box-shadow: 0 30px 50px rgba(31, 172, 169, 0.15),
        0 14px 24px rgba(31, 172, 169, 0.1),
        18px 6px 28px rgba(31, 172, 169, 0.08),
        -18px 6px 28px rgba(31, 172, 169, 0.08);
}

.confronto-card h3 {
    font-size: 24px;
    color: var(--color-heading);
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}

.confronto-lista {
    list-style: none;
    margin: 0;
    padding: 0;
}

.confronto-lista li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 0;
    border-top: 1px dashed rgba(32, 42, 66, 0.12);
    color: #081b53;
    font-size: 15px;
    line-height: 1.65em;
}

.confronto-lista li:first-child {
    border-top: 0;
    padding-top: 0;
}

/* BADGE SERVIZI */

.badge-servizi {
    display: flex;
    flex-flow: row wrap;
    gap: 40px;
    margin: 50px auto 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 700px;
}

.badge-servizi-card {
    width: calc(50% - 20px);
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    position: relative;
    z-index: 2;
    border: 1px solid rgb(223, 224, 224);
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.5),
        rgba(255, 255, 255, 0.9)
    );
    padding: 14px;
    border-radius: var(--radius-card);
    box-shadow: 0 5px 10px rgba(31, 172, 169, 0.05),
        0 5px 10px rgba(31, 172, 169, 0.05),
        7px 3px 10px rgba(31, 172, 169, 0.05),
        -7px 3px 10px rgba(31, 172, 169, 0.05);
}

.badge-servizi-card img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 12px;
    flex: 0 0 auto;
}

.badge-servizi-descrizione {
    margin-left: 15px;
}

.badge-servizi-descrizione h3 {
    font-size: 20px;
    color: var(--color-heading);
    margin-bottom: 5px;
}

.badge-servizi-descrizione p {
    font-size: 15px;
    margin: 0px;
    line-height: 1.35em;
    color: #4a556f;
}

/* BADGE STATISTICHE */

.sezione-statistiche,
.sezione-recensioni {
    margin: 120px auto 0px;
    text-align: center;
    max-width: 920px;
}

.sezione-statistiche h3,
.sezione-recensioni h3 {
    margin-bottom: 15px;
}

.sezione-statistiche p,
.sezione-recensioni p,
.sezione-obiezioni__heading p,
.sezione-titolo__form p,
.sezione-notai__heading p {
    margin: 0 auto;
    text-align: center;
	font-size: 17px;
    letter-spacing: 0.005em;
	line-height: 1.65em !important;
}

.fascia-statistiche {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    margin: 50px auto 0;
}

.statistica-card {
    width: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
}

.statistica-card__label {
    font-family: var(--font-heading);
    font-size: 20px;
    line-height: 1.1em;
    color: var(--color-heading);
    text-transform: uppercase;
}

.statistica-card__numero {
    font-size: 56px !important;
    line-height: 1;
    letter-spacing: -0.04em;
    margin: 22px 0 0;
    font-weight: bold;
    text-shadow: 0.2px 0 0 currentColor, -0.2px 0 0 currentColor;
}

.statistica-card--uno .statistica-card__numero {
    color: #1faca9;
}

.statistica-card--due .statistica-card__numero {
    color: #0289b8;
}

.statistica-card--tre .statistica-card__numero {
    color: #ba1c66;
}

.statistica-card--quattro .statistica-card__numero {
    color: var(--color-primary);
}

/* OBIEZIONI */

.sezione-obiezioni {
    max-width: 1000px;
    margin: 0px auto;
}

.sezione-obiezioni .freccia-semicircolare {
	margin-bottom: 50px;
	margin-top: 65px;
}

.sezione-obiezioni .semicerchio .freccia {
    display: block;
    position: static;
    margin: 0 auto -4px auto;
    animation: none;
    box-shadow: unset;
    filter: unset;
    transform: unset;
}

.sezione-obiezioni__heading {
    max-width: 900px;
    text-align: center;
    margin: 0px auto 50px auto;
}

.sezione-obiezioni__heading h2,
.sezione-modulo h2 {
    margin: 0 auto 18px;
}

.obiezione-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
}

.obiezione-card__head {
    display: flex;
    border-radius: var(--radius-card);
    padding: 15px;
    border: 1px solid rgb(223, 224, 224);
    gap: 15px;
    max-width: 600px;
    margin-bottom: 20px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(248, 249, 252, 0.95) 100%
    );
    box-shadow: 0 5px 10px rgba(255, 0, 0, 0.03),
        0 5px 10px rgba(255, 0, 0, 0.03), 5px 3px 10px rgba(223, 162, 185, 0.03),
        -5px 3px 10px rgba(249, 210, 210, 0.03);
}

.obiezione-card__title-wrap {
    min-width: 0;
}

.obiezione-card__title {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.4em;
    color: var(--color-heading);
    text-transform: uppercase;
}

.obiezione-card__text {
    margin: 0;
    color: #48536d;
    line-height: 1.75em !important;
    font-size: 15px !important;
}

.obiezione-card__reviews {
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
}

.obiezione-review {
    margin: 0;
    padding: 15px;
    border-radius: var(--radius-card);
    background: #fff;
    border: 1px solid #ede9e9;
    position: relative;
    width: 50%;
    box-shadow: 0 5px 10px rgba(5, 186, 118, 0.05),
        0 5px 10px rgba(31, 172, 169, 0.05),
        5px 3px 10px rgba(31, 172, 169, 0.05),
        -5px 3px 10px rgba(31, 172, 169, 0.05);
}

.obiezione-review::before {
    content: "\201C";
    position: absolute;
    top: 12px;
    left: 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 56px;
    line-height: 1;
    color: #88d0cac7;
}

.obiezione-review__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
    margin-left: auto;
}

.obiezione-review__logo {
    width: 20px;
    height: 20px;
    margin: 0;
}

.obiezione-review__logo svg {
    display: block;
    width: 100%;
    height: 100%;
}

.obiezione-review__stars {
    color: #e8a700;
    font-size: 22px;
    letter-spacing: 0.12em;
    line-height: 1;
}

.obiezione-review__text {
    margin-bottom: 12px;
    padding-bottom: 12px;
    padding-top: 15px;
    padding-left: 25px;
    font-size: 14px !important;
    line-height: 1.65em !important;
    color: #39445f !important;
    border-bottom: dashed 1px #89c8de5e;
    position: relative;
	min-height: 68px;
}

.obiezione-review__author {
    font-size: 13px;
    font-style: italic;
    color: #5f7597;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.obiezione-review__author::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    background: rgba(2, 137, 184, 0.45);
}

.obiezione-review__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.obiezione-review__highlight {
    padding: 1px 4px 2px 4px;
    border-radius: 5px;
    background: #fff078bd;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

/* NOTAI */

.sezione-notai {
    width: 100%;
	margin: 0px auto 0 auto;
	padding-bottom: 100px;
	background-image:
    radial-gradient(ellipse 30% 45% at 30% 55%, rgba(209, 107, 165, var(--blob-opacity)) 0%, transparent 100%),
    radial-gradient(ellipse 30% 45% at 68% 55%, rgba(105, 191, 248, var(--blob-opacity)) 0%, transparent 100%);
}

.sezione-notai__heading {
    max-width: 840px;
    margin: 0 auto 40px auto;
    text-align: center;
}

.sezione-notai__heading h2 {
    margin: 0 auto 16px auto;
}

.sezione-notai__heading h2 br {
    display: none;
}

.sezione-notai__heading p {
    color: var(--color-muted);
}

.sezione-notai__cards {
    width: min(100%, 930px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 250px));
    justify-content: center;
    gap: 50px 40px;
}

.notaio-card {
    width: 190px;
    text-align: center;
	padding: 30px;
	background: #ffffff;
    box-shadow: var(--shadow-card);
    border-radius: 28px;
}

.notaio-foto {
    position: relative;
    width: 180px;
    aspect-ratio: 1;
	display: block;
	margin: 0 auto 20px auto;
}

.notaio-foto img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 50%;
}

.notaio-foto::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.25), inset 0 -8px 14px rgba(255, 255, 255, 0.25);
    pointer-events: none;
}

.notaio-card h3 {
    margin: 0 0 8px 0;
    font-size: 22px;
    line-height: 1.5em;
	text-align: center;
}

.notaio-card p {
    max-width: 170px;
    margin: 0 auto 18px auto;
    font-size: 14px;
    line-height: 1.55em;
    color: #4e5568;
}

.notaio-card__cta {
    margin-top: 3px;
	display: inline-block;
	padding: 8px 18px;
    border-radius: 999px;
    background: #1faca9;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.notaio-card__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(0, 105, 142, 0.14);
}

@media (max-width: 900px) {
    .sezione-notai__cards {
        width: min(100%, 620px);
        grid-template-columns: repeat(2, minmax(0, 250px));
    }
}

@media (max-width: 620px) {
    .sezione-notai__cards {
        width: min(100%, 280px);
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* FORM */

.sezione-modulo {
    text-align: center;
}

.sezione-titolo__form {
    max-width: 760px;
    margin: 0 auto 46px;
}

.sottotitolo-form {
    max-width: 760px;
    margin: 16px auto 0;
    color: #4a556f;
    line-height: 1.7em !important;
}

.recensione-card-form {
    max-width: 320px;
    margin: 0 auto 35px;
    padding: 0 16px;
    border-radius: 12px;
    position: relative;
    text-align: center;
}

.recensione-testo-form {
    font-style: italic;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}

.recensione-nome-form {
    margin-top: 12px;
    font-weight: 600;
    font-size: 14px;
    color: var(--color-text);
}

.modulo-fake {
    display: block;
    margin: 50px auto 0;
    max-width: 100%;
}


/* FOOTER */

footer {
	width: 100%;
	margin: 150px 0 100px 0;
}

footer p {
	line-height: 1.85em;
	font-size: 15px;
}

.colonne-footer {
	max-width: 1160px;
	line-height: 1.65em;
	border-radius: 20px;
	background: #fff;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	height: 50px;
	padding: 20px 0px;
	box-shadow: var(--shadow-card);
	margin: 0 auto;
}

.colonna1-footer, .colonna2-footer, .colonna3-footer, .colonna4-footer, .colonna5-footer {
	width: 25%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	border-right: 1px dashed #20294540;
	height: 100%;
	padding: 5px 0px;
}

.colonna5-footer {
	border-right: none;
}

.colonne-footer a {
	color: var(--color-primary);
}

/* RECENSIONI */

.sb-feed-header-heading {
	display: none;
}

.sbr-feed {
	margin-top: 40px;
}

.sb-feed-header-average {
	float: none !important;
}

.sb-post-item-wrap {
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px,   rgba(14, 63, 126, 0.04) 0px 24px 24px -12px !important;
}

.sb-post-item-wrap {
    min-height: 350px;
}

.sb-item-text {
    text-align: left;
    line-height: 1.6em;
}

.sb-load-button-ctn {
	text-align: center !important;
	margin: 0 auto !important;
}

.sb-load-button {
    display: inline-block !important;
    margin-top: 3px !important;
    padding: 10px !important;
    border: 1px solid #dedede !important;
    font-family: "Encode Sans", Helvetica, sans-serif !important;
    color: #202945 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    box-shadow: none !important;
    max-width: 260px !important;
    font-size: 14px !important;
    margin-top: 20px !important;
    background: #fdfdfd !important;
    border-radius: 16px !important;
}


/* GRAVITY FORM */

/* Overlay Invio modulo */

/* Nascondi lo spinner OVUNQUE, per sicurezza */
img.gform_ajax_spinner {
    display: none !important;
}

/* Stile del nuovo messaggio */
#gf-loading-msg.gf-wait {
    margin: 20px auto 0;
    padding: 15px 25px;
    max-width: 360px;                /* riduci/espandi a piacere */
    background: #f2f2f2;
    color: #000;                     /* testo nero */
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    font-family: "Helvetica Neue", Arial, sans-serif;
}

/* Mobile full-width (opzionale) */
@media (max-width: 480px) {
    #gf-loading-msg.gf-wait { width: 90%; }
}

/* === STILE GENERALE DEL FORM === */
.modulo-wrapper {
	max-width: 600px;
	margin: 0 auto;
}

.modulo-wrapper h3 {
	font-size: 23px;
	color: var(--color-heading);
	margin-bottom: 10px;
}


#gform_wrapper_2, #gform_wrapper_3, #gform_wrapper_4 {
  font-family: "Encode Sans", Helvetica, sans-serif;
  color: #202945;
}

/* === TITOLO FORM === */
#gform_wrapper_2 .gform_title,
#gform_wrapper_3 .gform_title,
#gform_wrapper_4 .gform_title {
  color: #202945;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 35px;
  text-align: center;
}

/* === STILE LABEL === */
#gform_wrapper_2 .gfield_label, #gform_wrapper_3 .gfield_label, #gform_wrapper_4 .gfield_label {
  font-weight: 600;
  color: #202945;
  font-size: 1rem;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 1.4em;
}

#label_2_5_0, #label_3_5_0, #label_4_5_0 {
	color: #649ec0 !important;
	font-weight: bold;
}

/* === STILE INPUT E TEXTAREA === */
#gform_wrapper_2 input[type="text"],
#gform_wrapper_2 input[type="email"],
#gform_wrapper_2 input[type="tel"],
#gform_wrapper_2 textarea, 
#gform_wrapper_3 input[type="text"],
#gform_wrapper_3 input[type="email"],
#gform_wrapper_3 input[type="tel"],
#gform_wrapper_3 textarea,
#gform_wrapper_4 input[type="text"],
#gform_wrapper_4 input[type="email"],
#gform_wrapper_4 input[type="tel"],
#gform_wrapper_4 textarea {
  border: 2px solid #1faca9;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}


/* === STILE TEXTAREA === */
#gform_wrapper_2 textarea, #gform_wrapper_3 textarea, #gform_wrapper_4 textarea {
  min-height: 120px;
  resize: vertical;
}

/* === STILE RADIO BUTTON === */
#gform_wrapper_2 .gfield_radio .gchoice, #gform_wrapper_3 .gfield_radio .gchoice {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  
}

/* Hack radio landing NOTAI2021 */

#gform_wrapper_4 .gfield_radio .gchoice {
  margin-bottom: 20px;
}

.gchoice_4_13_0::before, .gchoice_4_13_12::before, .gchoice_4_13_16::before {
	content: "PROVINCIA DI PADOVA";
	font-weight: bold;
	display: flex;
	margin-bottom: 30px;
	color: #1faca9;
	border: 1px solid #dedede;
	background: #fafafa;
	padding: 5px 10px;
	border-radius: 8px;
	max-width: 180px;
	justify-content: center;
	align-items: center;
}

.gchoice_4_13_12::before {
	content: "PROVINCIA DI VERONA";
	margin-top: 40px;
}


.gchoice_4_13_16::before {
	content: "PROVINCIA DI VICENZA";
	margin-top: 40px;
}



#gform_wrapper_2 .gfield_radio input[type="radio"], #gform_wrapper_3 .gfield_radio input[type="radio"], #gform_wrapper_4 .gfield_radio input[type="radio"] {
  accent-color: #1faca9;
  width: 20px;
  height: 20px;
  
}

#gform_wrapper_2 .gfield_radio label, #gform_wrapper_3 .gfield_radio label, #gform_wrapper_4 .gfield_radio label {
  font-size: 1rem;
  color: #202945;
  padding-left: 8px;
  text-align: left;
}

/* === STILE LEGEND (titolo dei gruppi radio) === */
#gform_wrapper_2 fieldset legend, #gform_wrapper_3 fieldset legend, #gform_wrapper_4 fieldset legend {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #202945;
}

/* === STILE PULSANTE DI INVIO === */

#gform_submit_button_2, #gform_submit_button_3, #gform_submit_button_4 {
  background-color: #1faca9;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 1rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 0 auto;
  width: 220px;
  text-transform: uppercase;
  font-family: "Encode Sans", Helvetica, sans-serif;
  font-weight: 700;
  margin-top: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}


#gform_wrapper_2 .gform_footer input[type="submit"]:hover, #gform_wrapper_3 .gform_footer input[type="submit"]:hover, #gform_wrapper_4 .gform_footer input[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(0, 105, 142, 0.14);
}

#gform_wrapper_2 .gform_footer input[type="submit"]:hover, #gform_wrapper_3 .gform_footer input[type="submit"]:hover, #gform_wrapper_4 .gform_footer input[type="submit"]:hover {
  background-color: #168c88;
}

#field_2_5, #field_3_5, #field_4_5 {
  scroll-margin-top: 80px; /* o 100px se vuoi più spazio */
}

.check-privacy .gfield_consent_label {
	margin-left: 5px;
}

.check-privacy .gfield_consent_label a {
	color: #1faca9;
}

.check-privacy .ginput_container_consent {
	display: flex;
	align-items: center;
}

.check-privacy input {
	width: 22px;
	height: 22px;
}

.gform_wrapper.gravity-theme .gsection {
    border-bottom: 1px solid #1faca9;
    margin-top: 50px;
	margin-bottom: 20px;
	padding: 0px;
}

/* === RESPONSIVE: SPAZIATURA MOBILE === */
@media (max-width: 600px) {
  #gform_wrapper_2 .gfield_radio .gchoice, #gform_wrapper_3 .gfield_radio .gchoice, #gform_wrapper_4 .gfield_radio .gchoice {
    margin-bottom: 18px;
  }
  #gform_wrapper_2 .gform-field-label--type-inline, #gform_wrapper_3 .gform-field-label--type-inline, #gform_wrapper_4 .gform-field-label--type-inline {
    line-height: 1.4;
  }
}

/* Nasconde il placeholder in input e textarea al focus */

#input_2_14, #input_3_14, #input_4_14 {
  font-family: "Encode Sans", Helvetica, sans-serif;
  font-size: 15px !important;
  line-height: 1.5em;
}

#input_2_14:focus::placeholder,
#input_3_14:focus::placeholder,
#input_4_14:focus::placeholder {
  color: transparent;
  opacity: 0;
}



/* RESPONSIVE */

@media (max-width: 1100px) {
    .benefit-badge__pill {
        margin: 0;
        gap: 5px;
        padding: 7px 10px;
        border-radius: 10px;
        display: flex;
        flex-flow: column wrap;
    }
}

@media (max-width: 900px) {
    .tabella-confronto {
        flex-direction: column;
        gap: 18px;
    }

    .confronto-card,
    .confronto-card--plus {
        max-width: unset;
        transform: none;
        padding: 24px 20px 14px;
        border-radius: 22px;
    }

    .confronto-card h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .confronto-lista li {
        gap: 12px;
        padding: 13px 0;
        font-size: 15px;
        line-height: 1.5em;
    }

    .sezione-statistiche {
        margin-top: 90px;
    }

    .fascia-statistiche {
        gap: 30px;
        margin-top: 34px;
    }

    .sezione-statistiche h3 {
        margin-bottom: 10px;
        line-height: 1.25em;
    }

    .statistica-card {
        padding: 20px;
        width: calc(50% - 55px);
        border-radius: 16px;
    }

    .statistica-card__label {
        font-size: 18px;
        min-height: 38px;
    }

    .statistica-card__numero {
        font-size: 40px !important;
        margin-top: 16px;
    }

    footer {
        padding: 0 20px;
        margin: 120px 0 40px 0;
        width: calc(100% - 40px);
    }

    .colonne-footer {
        max-width: unset;
        font-size: 13px;
        flex-flow: column;
        height: 100%;
        padding: 15px;
    }

    .colonna1-footer,
    .colonna2-footer,
    .colonna3-footer,
    .colonna4-footer,
    .colonna5-footer {
        width: 100%;
        border-right: none;
        height: 100%;
        text-align: center;
    }
}

@media (max-width: 800px) {
    .fascia-fiducia {
        gap: 20px;
        margin-top: 20px;
    }

    .fiducia-card {
        min-height: 180px;
    }
}

@media (max-width: 760px) {
    .hero-benefici-visuale {
        margin: 100px auto 35px auto;
    }

    .hero-benefici-visuale h2 br {
        display: none;
    }

    .gruppo-notai {
        height: auto;
        border-width: 6px;
        border-radius: 18px;
        width: calc(100% - 20px);
    }

    .colonne-benefici {
        max-width: unset;
        width: 100%;
        margin: 35px auto 30px auto;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
    }

    .colonna2-benefici {
        order: 1;
        max-width: unset;
        flex: none;
        margin-bottom: 30px;
    }

    .colonna1-benefici,
    .colonna3-benefici {
        order: 2;
        justify-content: center;
        align-items: center;
        max-width: unset;
        width: 100%;
        flex-flow: row nowrap;
        gap: 10px;
    }

    .colonna3-benefici {
        order: 3;
    }

    .benefit-badge__linea {
        display: none;
    }

    .benefit-badge {
        width: 160px;
        margin: 0 auto;
    }

    .benefit-badge__pill {
        margin: 0;
        gap: 5px;
        padding: 10px;
        border-radius: 10px;
    }

    .benefit-badge--alto-sx,
    .benefit-badge--alto-dx,
    .benefit-badge--basso-sx,
    .benefit-badge--basso-dx {
        margin: 10px 0;
    }

    .benefit-badge--alto-sx .benefit-badge__pill,
    .benefit-badge--alto-dx .benefit-badge__pill,
    .benefit-badge--basso-sx .benefit-badge__pill,
    .benefit-badge--basso-dx .benefit-badge__pill {
        margin: 0;
    }
	
	.benefit-badge__pill img {
		width: 18px;
		height: 18px;
	}
	
    .cta .promesse {
        margin-bottom: 70px;
    }
}

@media (max-width: 700px) {
    .pagina h1 {
        font-size: 32px;
    }
	
	.pagina h1 br {
        display: none;
    }

    .pagina h2 {
        font-size: 20px;
    }

    .titolo {
        margin-bottom: 20px;
    }

    .pulsante-cta {
        font-size: 16px;
    }

    .fascia-fiducia {
        flex-flow: column wrap;
        max-width: 100%;
        align-items: flex-start;
        gap: 15px;
    }

    .fiducia-card {
        max-width: unset;
        width: calc(100% - 30px);
        min-height: unset;
		padding: 15px;
    }

    .google {
        order: 1;
    }

    .notariato {
        order: 2;
    }

    .superpartes {
        order: 3;
    }

    .google-logo {
        margin-bottom: 3px;
    }

    .badge-servizi {
        gap: 18px;
        max-width: 100%;
    }

    .badge-servizi-card {
        width: 100%;
        padding: 12px;
        border-radius: 16px;
    }

    .badge-servizi-card img {
        width: 68px;
        height: 68px;
        border-radius: 10px;
    }

    .badge-servizi-descrizione {
        margin-left: 12px;
    }

    .badge-servizi-descrizione h3 {
        font-size: 17px;
        margin-bottom: 3px;
    }

    .badge-servizi-descrizione p {
        font-size: 15px;
        line-height: 1.45em;
    }

    .obiezione-card {
        margin-bottom: 50px;
    }

    .sezione-obiezioni .freccia-semicircolare {
        margin-bottom: 35px;
    }

    .obiezione-card__head {
        max-width: 100%;
    }
	
	.obiezione-card__head {
	    padding: 20px;
		flex-flow: column wrap;
		align-items: center;
		justify-content: center;
	}

    .obiezione-card__reviews {
        flex-flow: column wrap;
        gap: 15px;
    }

    .obiezione-review {
        width: calc(100% - 30px);
    }

    .obiezione-review__text {
        padding-top: 25px;
        padding-left: 0px;
        font-size: 15px !important;
    }

    .sezione-notai {
        margin-top: 90px;
    }

    .sezione-notai__heading {
        margin-bottom: 30px;
    }

    .sezione-notai__cards {
        justify-items: center;
        gap: 22px;
    }

    .notaio-card {
        width: calc(90% - 60px);
    }
}

@media (max-width: 500px) {
    .statistica-card {
        width: 100%;
    }
	
	.sezione-notai__heading h2 br {
       display: block;
	}
}

@media (max-width: 420px) {
    .logo-shine {
        width: 120px;
        margin-bottom: 15px;
    }

    .pagina h1 {
        font-size: 24px;
        line-height: 30px;
		letter-spacing: -0.050em;
    }

    .titolo {
        margin-bottom: 10px;
    }
	
	.recensione-card-form {
	    margin: 0 auto 20px;
	}
	
	.recensione-card-form {
	    padding: 5px;
	}
	
	.gform_wrapper.gravity-theme .gsection {
	    margin-top: 35px;
	}
	
	.descrizione-notai2021 p,
    .pagina .titolo p,
    .sezione-statistiche p,
    .sezione-recensioni p,
    .sezione-obiezioni__heading p,
    .titolo-tabella p,
    .sezione-notai__heading p {
        text-align: left;
		font-size: 17px;

    }
}

@media (max-width: 380px) {
    .colonna2-benefici {
        margin-bottom: 20px;
    }

    .benefit-badge {
        margin-bottom: 10px;
        width: 140px;
    }
}
