/* ==========================================================
   TERME DI SIRMIONE
   CONSENT LANDING DESIGN SYSTEM
   VERSION 1.0
   ========================================================== */

/* ==========================================================
   FONTS
   ========================================================== */

@import url('https://use.typekit.net/suo7piu.css');


/* ==========================================================
   VARIABLES
   ========================================================== */

:root{

  --tds-blue:#003A70;

  --tds-text:#000000;

  --tds-sand:#F5F1EA;

  --tds-light:#FAFAFA;

  --tds-border:#E6E6E6;

  --tds-white:#FFFFFF;

  --tds-max-width:100%;
 --brand:#003A70
  --line:#003A70;
  --muted:#666666;
  --ink-soft:#444444;
}


/* ==========================================================
   RESET
   ========================================================== */

*{
  box-sizing:border-box;
}

html{
  margin:0;
  padding:0;
}

body{
  margin:0;
  padding:0;
  background:#FFFFFF;
  color:var(--tds-text);
  font-family:"futura-pt",sans-serif;
  font-size:20px;
  line-height:1.7;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
letter-spacing:0.3px;
}

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

a{
    color:#000000;
    text-decoration:underline;
    text-underline-offset:3px;
letter-spacing:0.3px;
}

a:hover{
    opacity:.7;
}


/* ==========================================================
   TYPOGRAPHY
   ========================================================== */

h1,
h2,
h3,
h4,
.hero-title{
  font-family:"ivymode",serif;
  font-weight:300;
  color:var(--tds-blue);
  line-height:1.1;
  margin:0;
letter-spacing:0.3px;
}

h1,
.hero-title{
  font-size:2.6rem;
letter-spacing:0.3px;
}

h2{
  font-size:2rem;
}

h3{
  font-size:1.5rem;
letter-spacing:0.3px;
}

p{
  margin:0 0 20px;
}

a{
    color:#000000;
    text-decoration:underline;
    text-underline-offset:3px;
}

a:hover{
    opacity:.7;
}


/* ==========================================================
   LAYOUT
   ========================================================== */

.consent-page{
  width:100%;
  max-width:var(--tds-max-width);
  margin:0 auto;
  padding:32px 24px 80px;
}

.section{
  margin-bottom:64px;
}

/* ========================================
   LOGO
======================================== */

.consent-header {
    text-align: center;
    margin-bottom: 3rem;
}

.consent-logo {
    width: 220px;
    max-width: 100%;
    height: auto;
    display: inline-block;
}


/* ==========================================================
   HERO
   ========================================================== */

.consent-hero{
  text-align:center;
  margin-bottom:48px;
}

.hero-title{
  margin-bottom:24px;
}

.hero-subtitle{
  margin:0 auto;
  font-size:1.15rem;
}




/* ==========================================================
   FORM
   ========================================================== */

.important-note{
    display:none;
}
/* ==========================================================
   RADIO BUTTONS
   ========================================================== */

.radio-group{
  display:flex;
  gap:24px;
  flex-wrap:wrap;
}

.radio-option{
  display:flex;
  align-items:center;
  gap:8px;
}

.radio-option input{
  margin:0;
}


/* ==========================================================
   BUTTONS
   ========================================================== */

.btn-consent,
.btn.dark{
    background:#003A70;
    color:#fff;
    border:none;

    min-width:260px;

    padding:18px 42px;

    border-radius:999px;

    font-weight:600;

    box-shadow:
      0 10px 25px rgba(0,58,112,.20);

    transition:.25s;
}

.btn.dark:hover{
    transform:translateY(-2px);
    box-shadow:
      0 18px 35px rgba(0,58,112,.25);
}

.bnt_submit{
  text-align:center;
  margin-top:40px;
}


/* ==========================================================
   FORM ERRORS
   ========================================================== */

.error{
  color:#c23b2a !important;
}

label.error{
  display:block;
  margin-top:8px;
  font-size:.875rem;
}


/* ==========================================================
  CHECK BOX
   ========================================================== */

.checkbox-group{
    display:flex;
    flex-direction:column;
    gap:6px;
}

.checkbox-group label{
    display:flex;
    align-items:middle;
    gap:10px;
    cursor:pointer;
}


/* ==========================================================
  DATI ISCRITTO
   ========================================================== */

.form-fields{
    display:flex;
    flex-direction:column;
    gap:16px;
    margin-top:20px;
}

.form-field label{
    display:block;
    margin-bottom:6px;
    font-weight:500;
}

.form-field input{
    width:100%;
    box-sizing:border-box;
    padding:12px;
    border:1px solid #d9d9d9;
    border-radius:8px;
    font-size:16px;
    font-family:inherit;
}


/* ==========================================================
   UTILITIES
   ========================================================== */

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

.text-left{
  text-align:left;
}

.bold{
  font-weight:600;
}


/* ==========================================================
   DESKTOP
   ========================================================== */

@media (min-width:768px){

  .consent-page{
    padding:60px 40px 120px;
  }

    .consent-header {
        margin-bottom: 2rem;
    }

    .consent-logo {
        width: 180px;
    }



  .hero-title{
    font-size:3rem;
  }

  .hero-subtitle{
    font-size:1.5rem;
  }

  .consent-benefits{
    padding:40px;
  }

}


/* ==========================================================
   LARGE DESKTOP
   ========================================================== */

@media (min-width:1200px){

  .hero-title{
    font-size:4.5rem;
  }

}


/* ========================================
   PAGE LAYOUT
======================================== */

.consent-page {
    width: 100%;
    max-width: 1200px;
}

/* ========================================
   LOGO
======================================== */

.consent-header {
    text-align: center;
    margin-bottom: 48px;
}

.consent-logo {
    width: 220px;
    max-width: 80%;
    height: auto;
}

/* ========================================
   HERO
======================================== */

.hero-title-small{
  font-family:"ivymode",serif;
  font-size:clamp(2rem,4vw,3rem);
  line-height:1.1;
  color:#003A70;
  text-align:center;
  margin-bottom:16px;
}

.hero-subtitle{
  max-width:620px;
  margin:0 auto;
  font-size:1.05rem;
  line-height:1.8;
  color:#555;
}


/* ========================================
   PRIVACY SUMMARY
======================================== */

.privacy-summary {
    margin-bottom: 40px;
}

.privacy-summary-title {
    font-family: "ivymode", serif;
    color: var(--tds-blue);
    font-size: 2rem;
    margin-bottom: 12px;
}

.privacy-summary-text {
    line-height: 1.8;
    margin-bottom: 12px;
}

.privacy-summary-link a {
    color:var(--tds-blue);
    text-decoration: none;
    border-bottom: 1px solid #003A70;
}

.privacy-summary-link a:hover {
    opacity: .8;
}

/* ========================================
   CONSENT CARDS
======================================== */

.consent-card{
    background:#fff;
    border:1px solid rgba(0,58,112,.08);
    border-radius:20px;
    padding:36px;
    margin-bottom:24px;

    box-shadow:
      0 10px 30px rgba(0,0,0,.04);

    transition:all .25s ease;
}

.consent-card:hover{
    transform:translateY(-2px);
    box-shadow:
      0 18px 40px rgba(0,0,0,.08);
}

.consent-card-title{
    font-family:"ivymode",serif;
    color:var(--tds-blue);
    font-size:1.5rem;
    line-height:1.15;
    margin-bottom:16px;
}

.consent-card-text{
    color:#4f4f4f;
    line-height:1.9;
    font-size:1.125rem;
    margin-bottom:28px;
}

.radio-group {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.radio-option input {
    width: 20px;
    height: 20px;
    margin: 0;
}

.radio-option{
    padding:10px 18px;
    border:1px solid rgba(0,58,112,.15);
    border-radius:999px;
    transition:.25s;
}

.radio-option:hover{
    background:#f7f9fc;
}

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

.bnt_submit {
    text-align: center;
    margin-top: 40px;
}

.btn.dark {
    background: var(--tds-blue);
    border: 1px solid #003A70;
    color: #ffffff;
    padding: 16px 42px;
    border-radius: 999px;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    letter-spacing: .04em;
    transition: all .3s ease;
}

.btn.dark:hover {
    background: transparent;
    color: var(--tds-blue);
}


.cta-bottom{
    text-align:center;
    margin-top:32px;
}

a.btn.dark{
    background:var(--tds-blue);
    border:1px solid #003A70;
    color:#ffffff;
    text-decoration:none;
}

a.btn.dark:hover{
    background:#ffffff;
    colorvar(--tds-blue);
}


.privacy-link-under-form{
    font-size:1rem;
}

/* ========================================
   SECONDA CTA - REMIND
======================================== */
.btn.secondary{
    background: #ffffff;
    border: 1px solid #003A70;
    color: #003A70;
    padding: 16px 42px;
    border-radius: 999px;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    letter-spacing: .04em;
    transition: all .3s ease;
}

.btn.secondary:hover{
    background: transparent;
    color: var(--tds-blue);
}

a.btn.secondary{
    background:var(--tds-blue);
    border:1px solid #003A70;
    color:#ffffff;
    text-decoration:none;
}

a.secondary:hover{
    background:#ffffff;
    color:var(--tds-blue);
}

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

@media (max-width: 768px) {

    .consent-page {
        padding: 40px 20px 60px;
    }

    .consent-logo {
        width: 180px;
    }

    .consent-card {
        padding: 24px;
    }

    .consent-card-title {
        font-size: 1.75rem;
    }

    .radio-group {
        flex-direction: column;
        gap: 12px;
    }

}



.hero-title-small{
  font-family:"ivymode",serif;
  font-size:clamp(2rem,4vw,3rem);
  line-height:1.1;
  color:var(--tds-blue);
  text-align:center;
  margin-bottom:16px;
}

.hero-subtitle{
  max-width:620px;
  margin:0 auto;
  font-size:1.05rem;
  line-height:1.8;
  color:#000000;
}

.form-section {
  margin-top: 10px;
}

.privacy-link-under-form{
    margin:28px auto 0;
    max-width:520px;
    text-align:center;
    font-size:1rem;
    line-height:1.8;
    color:#000000;
}

.privacy-link-under-form a{
    display:block;
    margin-top:8px;
    font-weight:500;
}

.benefits-box{
    margin:56px auto 0;
    max-width:680px;
    padding:40px;
    background:#ffffff;
    border-radius:24px;
    border:1px solid: #003A70
}

.benefits-box h2{
    font-size:1.8rem;
    color:var(--tds-blue);
    margin-bottom:28px;
    text-align:center;
}

.benefits-box ul{
    list-style:none;
    padding:0;
    margin:0 auto;
    max-width:480px;
}

.benefits-box li{
    position:relative;
    padding-left:36px;
    margin-bottom:18px;
    color:#000000;
    line-height:1.2;
    text-align:left;
}

.benefits-box li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:var(--tds-blue);
    font-weight:700;
    font-size:1.2rem;
}


.cta-bottom {
  margin-top: 20px;
  text-align: center;
}

.cta-bottom .btn {
  display: inline-block;
}


  /* ===== FOOTER ===== */
  footer {
    background: #fff;
    color: var(--muted);
    padding: 32px 24px;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid var(--line);
  }
  footer a {
    color: var(--ink-soft);
    text-decoration: none;
    margin: 0 8px;
  }



  /* ===== STICKY MOBILE CTA ===== */
  .sticky-mobile {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0;
    background: var(--tds-blue);
    border-top: 1px solid var(--line);
    padding: 12px 16px;
    z-index: 100;
    box-shadow: 0 -4px 16px rgba(0,0,0,0.06);
  }
  .sticky-mobile a {
    display: block;
    background: var(--brand);
    color: var(--tds-blue);
    text-align: center;
    padding: 14px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 900px) {
    .sticky-mobile {
        display:block;
    }
}

  /* ===== TESTI TY PAGE ===== */

.hero-title-ty{
  font-family:"ivymode",serif;
  font-size:1.50rem;
  line-height:1.1;
  color:var(--tds-blue);
  text-align:center;
  margin-bottom:16px;
}

.hero-subtitle-ty{
  max-width:620px;
  margin:0 auto;
  font-size:1.25rem;
  line-height:1.8;
  color:#555;
}

body{
    width:100%;
    max-width:none !important;
    margin:0 !important;
}

.claim-scopri-pacchetti{
    font-family:"ivymode",serif;
    color:#000000;
    font-size:1.5rem;
    line-height:1.15;
    margin-bottom:16px;
}


/* =========================
   RECAPTCHA DISTANZIATO (FIX)
========================= */

.captchaMsg {
text-alig: center;
}

.g-recaptcha {
  margin: 11px auto 14px auto !important;
  display: flex;
  justify-content: center;
}

/* evita attaccamento bottone */
#form_save {
  margin-top: 3px;
}

/* ========================================
   HEADER FOTO
======================================== */

.header-foto
{
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
}

.header-foto img{
    display:block;
    width:100%;
    height:auto;
}


