


:root{
  --lp-navy:#082b63;
  --lp-navy-deep:#041d46;
  --lp-blue:#0d4aa0;
  --lp-teal:#11b8c7;
  --lp-teal-dark:#0495a5;
  --lp-bg:#f6f9fd;
  --lp-card:#ffffff;
  --lp-text:#12213b;
  --lp-muted:#5d6b83;
  --lp-border:#dbe5f2;
  --lp-shadow:0 22px 60px rgba(8,43,99,.10);
  --lp-radius:24px;
  --lp-radius-sm:14px;
  --lp-container:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--lp-text);background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.lp-container{width:min(var(--lp-container),calc(100% - 48px));margin-inline:auto}.lp-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--lp-border)}.lp-header__inner{height:82px;display:flex;align-items:center;gap:34px}.lp-brand{display:flex;align-items:center;gap:12px;min-width:250px}.lp-brand__icon{width:54px;height:34px;color:var(--lp-blue)}.lp-brand__icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:3}.lp-brand strong{display:block;font-size:20px;color:var(--lp-navy);line-height:1}.lp-brand small{display:block;color:var(--lp-muted);font-size:13px;margin-top:4px}.lp-nav{margin-left:auto}.lp-nav ul,.lp-footer__nav ul{display:flex;align-items:center;gap:34px;list-style:none;margin:0;padding:0}.lp-nav a{font-weight:650;font-size:14px;color:var(--lp-navy)}.lp-nav a:hover{color:var(--lp-teal-dark)}.lp-menu-toggle{display:none;background:#fff;border:1px solid var(--lp-border);border-radius:10px;padding:8px 11px;font-size:20px}.lp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;padding:14px 22px;font-weight:800;border:1px solid transparent;transition:.2s ease;cursor:pointer}.lp-btn--primary{background:var(--lp-navy);color:#fff;box-shadow:0 12px 25px rgba(8,43,99,.18)}.lp-btn--primary:hover{background:var(--lp-navy-deep);transform:translateY(-1px)}.lp-btn--outline{background:#fff;color:var(--lp-navy);border-color:#b6c8e3}.lp-btn--light{background:#fff;color:var(--lp-navy)}.lp-btn--teal{background:var(--lp-teal);color:#fff}.lp-hero{background:linear-gradient(90deg,#f7fbff 0%,#fff 45%,#eef6fb 100%);padding:62px 0 26px;overflow:hidden}.lp-hero__grid{display:grid;grid-template-columns:1fr 1.05fr;gap:50px;align-items:center}.lp-kicker{text-transform:none;color:var(--lp-teal-dark);font-weight:800;letter-spacing:.01em;margin:0 0 14px}.lp-hero h1,.lp-page-hero h1{font-family:Georgia,"Times New Roman",serif;color:var(--lp-navy);font-size:clamp(44px,5.8vw,76px);line-height:.98;letter-spacing:-.045em;margin:0 0 22px}.lp-lead{font-size:18px;line-height:1.75;color:#31405c;max-width:620px;margin:0 0 28px}.lp-actions{display:flex;gap:14px;flex-wrap:wrap}.lp-trustline{display:flex;flex-wrap:wrap;gap:22px;list-style:none;padding:0;margin:26px 0 0;color:#43536f;font-weight:650}.lp-trustline li:before{content:"✓";display:inline-grid;place-items:center;width:18px;height:18px;border:1.5px solid var(--lp-teal);border-radius:50%;color:var(--lp-teal);font-size:12px;margin-right:8px}.lp-hero__media{position:relative;border-radius:34px;overflow:hidden;min-height:440px;background:linear-gradient(135deg,#dbeaf7,#fff);box-shadow:var(--lp-shadow)}.lp-hero__image{width:100%;height:100%;object-fit:cover;display:block}.lp-hero__placeholder{height:440px;display:grid;place-items:center;color:var(--lp-muted);font-weight:700}.lp-floating-card{position:absolute;right:26px;bottom:26px;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border:1px solid var(--lp-border);border-radius:20px;padding:22px 24px;box-shadow:0 18px 50px rgba(8,43,99,.16)}.lp-floating-card strong{display:block;color:var(--lp-navy);font-size:14px}.lp-floating-card span{display:block;color:var(--lp-teal-dark);font-size:28px;font-weight:900;margin:4px 0}.lp-floating-card small{color:var(--lp-muted)}.lp-section{padding:58px 0}.lp-section-head{margin-bottom:28px}.lp-section-head--center{text-align:center}.lp-section-head h2,.lp-about h2,.lp-booking h2,.lp-location h2,.lp-faq h2{font-family:Georgia,"Times New Roman",serif;color:var(--lp-navy);font-size:clamp(30px,3.2vw,44px);line-height:1.12;letter-spacing:-.025em;margin:0 0 10px}.lp-section-head p{color:var(--lp-muted);margin:0}.lp-card-grid{display:grid;gap:18px}.lp-card-grid--six{grid-template-columns:repeat(6,1fr)}.lp-card-grid--three{grid-template-columns:repeat(3,1fr)}.lp-service-card,.lp-info-card{background:#fff;border:1px solid var(--lp-border);border-radius:18px;padding:24px 22px;box-shadow:0 14px 40px rgba(8,43,99,.06);transition:.2s ease}.lp-service-card:hover,.lp-info-card:hover{transform:translateY(-3px);box-shadow:var(--lp-shadow)}.lp-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:#eef7ff;color:var(--lp-blue);font-weight:900;font-size:24px;margin-bottom:16px}.lp-service-card h3,.lp-info-card h3,.lp-process h3{font-size:18px;line-height:1.18;margin:0 0 10px;color:var(--lp-navy)}.lp-service-card p,.lp-info-card p,.lp-process p{font-size:14px;line-height:1.55;color:var(--lp-muted);margin:0}.lp-why{background:var(--lp-bg);padding-top:44px;padding-bottom:44px}.lp-about__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:46px;align-items:center;background:#f7fbff;border:1px solid var(--lp-border);border-radius:var(--lp-radius);padding:22px;box-shadow:0 16px 50px rgba(8,43,99,.06)}.lp-about__image{min-height:330px;border-radius:20px;background:linear-gradient(135deg,rgba(8,43,99,.14),rgba(17,184,199,.12)), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="900" height="600"><rect width="900" height="600" fill="%23eaf3fb"/><rect x="80" y="120" width="740" height="330" rx="26" fill="%23ffffff"/><rect x="150" y="190" width="260" height="180" rx="14" fill="%23d8e8f6"/><rect x="470" y="170" width="240" height="36" rx="8" fill="%23082b63" opacity=".25"/><rect x="470" y="230" width="300" height="22" rx="6" fill="%23082b63" opacity=".14"/><rect x="470" y="270" width="270" height="22" rx="6" fill="%23082b63" opacity=".12"/><circle cx="250" cy="280" r="58" fill="none" stroke="%23082b63" stroke-width="8" opacity=".35"/></svg>') center/cover no-repeat}.lp-about__content{padding:20px}.lp-subtitle{color:var(--lp-blue);font-weight:800}.lp-proof-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}.lp-proof-list span{border:1px solid var(--lp-border);background:#fff;border-radius:14px;padding:14px;font-size:13px;font-weight:750;color:var(--lp-navy)}.lp-process__grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--lp-border);border-radius:20px;overflow:hidden}.lp-process__grid article{padding:26px;border-right:1px solid var(--lp-border)}.lp-process__grid article:last-child{border-right:0}.lp-process__grid span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--lp-navy);color:#fff;font-size:13px;font-weight:900;margin-bottom:14px}.lp-booking{background:linear-gradient(180deg,#fff,var(--lp-bg))}.lp-booking__grid{display:grid;grid-template-columns:1.05fr .95fr;border:1px solid var(--lp-border);border-radius:var(--lp-radius);overflow:hidden;box-shadow:var(--lp-shadow);background:#fff}.lp-form-card{padding:42px}.lp-static-form{display:grid;gap:12px;margin-top:22px}.lp-static-form input,.lp-static-form textarea{width:100%;border:1px solid var(--lp-border);border-radius:10px;padding:14px 16px;font:inherit}.lp-static-form textarea{min-height:112px;resize:vertical}.lp-static-form button{border:0;border-radius:10px;background:var(--lp-navy);color:#fff;padding:15px 20px;font-weight:900}.lp-availability-card{background:linear-gradient(135deg,var(--lp-navy),var(--lp-navy-deep));color:#fff;padding:42px}.lp-availability-card h3{font-family:Georgia,"Times New Roman",serif;font-size:36px;margin:0 0 10px}.lp-availability-card p{color:#c8d6e8}.lp-slots{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:26px}.lp-slots span{border:1px solid rgba(255,255,255,.28);border-radius:10px;padding:13px;text-align:center;font-weight:800}.lp-slots .is-active{background:var(--lp-teal);border-color:var(--lp-teal)}.lp-location__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px}.lp-location__content,.lp-map-card{background:#fff;border:1px solid var(--lp-border);border-radius:var(--lp-radius);padding:32px;box-shadow:0 14px 40px rgba(8,43,99,.06)}.lp-location ul{list-style:none;margin:20px 0 0;padding:0;display:grid;gap:10px;color:var(--lp-muted)}.lp-map-card{min-height:250px;background:linear-gradient(135deg,#eef5fb,#fff);display:grid;place-items:center;text-align:center}.lp-map-card span{font-size:48px}.lp-faq{background:var(--lp-bg)}.lp-faq__grid{display:grid;grid-template-columns:.55fr 1fr;gap:40px}.lp-accordion details{background:#fff;border:1px solid var(--lp-border);border-radius:14px;margin-bottom:10px;padding:18px 20px}.lp-accordion summary{cursor:pointer;font-weight:800;color:var(--lp-navy)}.lp-accordion p{color:var(--lp-muted);line-height:1.6}.lp-footer__cta{background:linear-gradient(135deg,var(--lp-navy),var(--lp-blue));color:#fff;padding:42px 0}.lp-footer__cta-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.lp-footer__cta h2{font-family:Georgia,"Times New Roman",serif;font-size:38px;margin:0 0 6px}.lp-footer__cta p{margin:0;color:#d7e7fb}.lp-footer__actions{display:flex;gap:14px}.lp-footer__bottom{display:flex;align-items:center;gap:36px;padding:28px 0}.lp-footer__brand strong{display:block;color:var(--lp-navy)}.lp-footer__brand span,.lp-footer__legal{color:var(--lp-muted);font-size:13px}.lp-footer__nav{margin-left:auto}.lp-footer__nav a{font-size:13px;color:var(--lp-muted);font-weight:700}.lp-page-hero{background:linear-gradient(135deg,#f7fbff,#fff);padding:80px 0 52px}.lp-content{max-width:860px;font-size:18px;line-height:1.8}.lp-content h2{color:var(--lp-navy);font-family:Georgia,"Times New Roman",serif;font-size:36px;line-height:1.16}.lp-content a{text-decoration:underline;color:var(--lp-blue)}
@media (max-width: 980px){.lp-container{width:min(100% - 32px,var(--lp-container))}.lp-header__inner{height:72px}.lp-nav{display:none;position:absolute;top:72px;left:16px;right:16px;background:#fff;border:1px solid var(--lp-border);border-radius:16px;padding:18px;box-shadow:var(--lp-shadow)}.lp-nav.is-open{display:block}.lp-nav ul{display:grid;gap:14px}.lp-menu-toggle{display:block;margin-left:auto}.lp-header__cta{display:none}.lp-hero__grid,.lp-about__grid,.lp-booking__grid,.lp-location__grid,.lp-faq__grid{grid-template-columns:1fr}.lp-card-grid--six{grid-template-columns:repeat(2,1fr)}.lp-card-grid--three,.lp-process__grid{grid-template-columns:1fr}.lp-process__grid article{border-right:0;border-bottom:1px solid var(--lp-border)}.lp-footer__cta-inner,.lp-footer__bottom{display:grid}.lp-footer__nav{margin-left:0}.lp-footer__nav ul{flex-wrap:wrap}.lp-hero__media{min-height:320px}.lp-floating-card{position:static;margin:16px}.lp-proof-list{grid-template-columns:1fr}}
@media (max-width: 620px){.lp-card-grid--six{grid-template-columns:1fr}.lp-hero{padding-top:40px}.lp-hero h1{font-size:44px}.lp-actions,.lp-footer__actions{display:grid}.lp-form-card,.lp-availability-card{padding:28px}.lp-brand{min-width:auto}.lp-brand strong{font-size:17px}.lp-brand__icon{width:42px}.lp-trustline{display:grid;gap:12px}}

/* Pagine create automaticamente */
.lp-main{min-height:52vh}.lp-page-block{max-width:1180px;margin:0 auto 34px;padding:42px;background:#fff;border:1px solid var(--lp-border);border-radius:24px;box-shadow:0 14px 42px rgba(8,43,99,.055)}.lp-page-block--intro{margin-top:44px;background:linear-gradient(135deg,#f7fbff,#fff);padding:54px}.lp-page-block h1{font-family:Georgia,"Times New Roman",serif;color:var(--lp-navy);font-size:clamp(42px,5vw,66px);line-height:1.02;letter-spacing:-.04em;margin:0 0 18px}.lp-page-block h2{font-family:Georgia,"Times New Roman",serif;color:var(--lp-navy);font-size:clamp(28px,3vw,40px);line-height:1.14;letter-spacing:-.025em;margin:0 0 16px}.lp-page-block h3{color:var(--lp-navy);font-size:20px;margin:0 0 12px}.lp-page-block p,.lp-page-block li{color:#4c5d78;line-height:1.72;font-size:17px}.lp-two-col{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:start}.lp-side-card,.lp-contact-panel{background:#f7fbff;border:1px solid var(--lp-border);border-radius:20px;padding:28px}.lp-side-card ul,.lp-side-card ol,.lp-contact-panel ul{padding-left:20px;margin:14px 0 0}.lp-page-grid{display:grid;gap:18px}.lp-page-grid--three{grid-template-columns:repeat(3,1fr)}.lp-mini-card{background:#fff;border:1px solid var(--lp-border);border-radius:20px;padding:26px;box-shadow:0 14px 38px rgba(8,43,99,.055)}.lp-mini-card h2{font-size:26px}.lp-mini-card a{display:inline-flex;margin-top:12px;font-weight:800;color:var(--lp-blue)}.lp-page-cta{max-width:1180px;margin:0 auto 44px;background:linear-gradient(135deg,var(--lp-navy),var(--lp-blue));color:#fff;border-radius:24px;padding:44px;display:flex;align-items:center;justify-content:space-between;gap:24px}.lp-page-cta h2{font-family:Georgia,"Times New Roman",serif;font-size:38px;margin:0 0 8px}.lp-page-cta p{margin:0;color:#d7e7fb}.lp-contact-panel .lp-actions{margin-top:22px}@media (max-width:980px){.lp-page-block{width:calc(100% - 32px);padding:30px}.lp-two-col,.lp-page-grid--three{grid-template-columns:1fr}.lp-page-cta{width:calc(100% - 32px);display:grid;padding:32px}}




/* =========================================================
   HEADER / LOGO FINAL FIX
   ========================================================= */

.lp-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--lp-border);
}

.lp-header__inner {
  height: 88px;
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.lp-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  width: auto;
  max-width: 280px;
  flex: 0 0 auto;
  overflow: hidden;
  text-decoration: none;
  color: var(--lp-navy);
}

.lp-brand__logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  max-width: 240px;
  height: 64px;
  max-height: 64px;
  overflow: hidden;
}

.lp-brand__logo a,
.lp-brand__logo .custom-logo-link {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  height: 64px !important;
  max-height: 64px !important;
  overflow: hidden !important;
}

.lp-brand__logo img,
.lp-brand img.custom-logo,
.custom-logo {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 240px !important;
  max-height: 64px !important;
  object-fit: contain !important;
}

.lp-brand__icon {
  width: 54px;
  height: 34px;
  flex: 0 0 54px;
  color: var(--lp-blue);
}

.lp-brand__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
}

.lp-brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.lp-brand__text strong {
  display: block;
  font-size: 19px;
  line-height: 1;
  font-weight: 800;
  color: var(--lp-navy);
  letter-spacing: -0.02em;
}

.lp-brand__text small {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 500;
  color: var(--lp-muted);
}

.lp-nav {
  margin-left: auto;
}

.lp-nav ul {
  display: flex;
  align-items: center;
  gap: 34px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-nav a {
  font-weight: 700;
  font-size: 14px;
  color: var(--lp-navy);
  text-decoration: none;
}

.lp-header__actions {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.lp-header__phone {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  color: var(--lp-navy);
  text-decoration: none;
}

.lp-header__cta {
  white-space: nowrap;
}

.lp-menu-toggle {
  display: none;
}

/* Evita che il logo possa uscire sopra la hero */
.lp-main {
  position: relative;
  z-index: 1;
}

@media (max-width: 1100px) {
  .lp-header__phone {
    display: none;
  }

  .lp-nav ul {
    gap: 22px;
  }
}

@media (max-width: 980px) {
  .lp-header__inner {
    height: 76px;
    min-height: 76px;
  }

  .lp-brand {
    max-width: 230px;
  }

  .lp-brand__logo {
    height: 52px;
    max-height: 52px;
    max-width: 200px;
  }

  .lp-brand__logo a,
  .lp-brand__logo .custom-logo-link {
    height: 52px !important;
    max-height: 52px !important;
  }

  .lp-brand__logo img,
  .lp-brand img.custom-logo,
  .custom-logo {
    max-width: 200px !important;
    max-height: 52px !important;
  }

  .lp-nav,
  .lp-header__actions {
    display: none;
  }

  .lp-menu-toggle {
    display: inline-flex;
    margin-left: auto;
    width: 44px;
    height: 44px;
    border: 1px solid var(--lp-border);
    border-radius: 12px;
    background: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }

  .lp-menu-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--lp-navy);
  }
}

@media (max-width: 620px) {
  .lp-brand {
    max-width: 190px;
  }

  .lp-brand__logo {
    max-width: 170px;
    height: 46px;
    max-height: 46px;
  }

  .lp-brand__logo a,
  .lp-brand__logo .custom-logo-link {
    height: 46px !important;
    max-height: 46px !important;
  }

  .lp-brand__logo img,
  .lp-brand img.custom-logo,
  .custom-logo {
    max-width: 170px !important;
    max-height: 46px !important;
  }

  .lp-brand__text strong {
    font-size: 16px;
  }

  .lp-brand__text small {
    font-size: 11px;
  }
}