:root {
  --sv-deep: #1c355e;
  --sv-deep-strong: #132544;
  --sv-sand: #f5ecdf;
  --sv-cream: #fcf8f2;
  --sv-accent: #76c1c5;
  --sv-accent-soft: #b7e0e2;
  --sv-mist: #dfe9e5;
  --sv-text: #2d434a;
  --sv-muted: #6c7e84;
  --sv-white: #ffffff;
}

* { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: clip; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Outfit', sans-serif;
  color: var(--sv-text);
  background:
    radial-gradient(circle at top left, rgba(118, 193, 197, 0.16), transparent 30%),
    linear-gradient(180deg, #fffdfa 0%, var(--sv-cream) 100%);
  padding-top: 88px;
  top: 0 !important;
}

.goog-te-banner-frame.skiptranslate,
iframe.skiptranslate,
.skiptranslate iframe,
#goog-gt-tt,
.goog-tooltip,
.goog-text-highlight {
  display: none !important;
}
.goog-text-highlight {
  background: transparent !important;
  box-shadow: none !important;
}

h1, h2, h3 { font-family: 'Fraunces', serif; }

.sv-header {
  background: rgba(28, 53, 94, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.sv-header .container { min-height: 80px; }
.sv-brand-logo { height: 72px; width: auto; object-fit: contain; }

.sv-nav-link {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: .96rem;
  font-weight: 500;
  letter-spacing: .02em;
}
.sv-nav-link:hover,
.sv-nav-link:focus-visible {
  color: var(--sv-accent);
  text-decoration: none;
}
.sv-nav-link.is-active {
  color: var(--sv-accent);
}
.d-lg-flex .sv-nav-link {
  position: relative;
}
.d-lg-flex .sv-nav-link.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: var(--sv-accent);
}

.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; }
.btn-sv-primary {
  --bs-btn-bg: var(--sv-accent);
  --bs-btn-border-color: var(--sv-accent);
  --bs-btn-hover-bg: #5eaeb2;
  --bs-btn-hover-border-color: #5eaeb2;
  --bs-btn-color: #fff;
}
.btn-sv-primary,
.btn-sv-primary:hover,
.btn-sv-primary:focus-visible { color: #fff !important; }
.btn-sv-primary:disabled,
.btn-sv-primary.is-loading {
  background: var(--sv-deep) !important;
  border-color: var(--sv-deep) !important;
  color: #fff !important;
  opacity: 1;
  position: relative;
}
.btn-sv-primary.is-loading {
  padding-left: 3rem !important;
}
.btn-sv-primary.is-loading::before {
  content: '';
  position: absolute;
  left: 1.2rem;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  animation: sv-spin .7s linear infinite;
}
.btn-sv-outline {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  background: transparent;
}
.btn-sv-outline:hover,
.btn-sv-outline:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.sv-menu-btn {
  border: 0;
  background: transparent;
  width: 42px;
  height: 42px;
  position: relative;
  padding: 0;
}
.sv-menu-btn span {
  position: absolute;
  left: 9px;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: transform .25s ease, opacity .2s ease, top .25s ease;
}
.sv-menu-btn span:nth-child(1) { top: 13px; }
.sv-menu-btn span:nth-child(2) { top: 20px; }
.sv-menu-btn span:nth-child(3) { top: 27px; }
.sv-menu-btn.is-open span:nth-child(1) { top: 20px; transform: rotate(45deg); }
.sv-menu-btn.is-open span:nth-child(2) { opacity: 0; }
.sv-menu-btn.is-open span:nth-child(3) { top: 20px; transform: rotate(-45deg); }

.sv-mobile-menu {
  position: fixed;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
  z-index: 1040;
}
.sv-mobile-menu.open { opacity: 1; pointer-events: auto; }
.sv-menu-overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(12, 18, 20, 0.45);
}
.sv-menu-panel {
  position: relative;
  margin-left: auto;
  width: min(100%, 340px);
  height: 100%;
  padding: 4.5rem 1.5rem 1.5rem;
  background: linear-gradient(180deg, var(--sv-deep) 0%, var(--sv-deep-strong) 100%);
  transform: translateX(28px);
  transition: transform .28s ease;
}
.sv-mobile-menu.open .sv-menu-panel { transform: translateX(0); }
.sv-menu-brand-logo {
  width: 100%;
  max-width: 280px;
  max-height: 72px;
  height: auto;
  object-fit: contain;
}
.sv-menu-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.sv-mobile-nav { display: flex; flex-direction: column; gap: 1rem; text-align: center; }
.sv-mobile-nav .sv-nav-link { font-size: 1.25rem; font-family: 'Fraunces', serif; }
.sv-mobile-nav .sv-nav-link.is-active {
  color: var(--sv-accent);
  text-decoration: underline;
  text-decoration-color: var(--sv-accent);
  text-underline-offset: .35em;
}

.sv-lang-picker { position: relative; }
.sv-lang-toggle {
  min-width: 86px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 999px;
  font-size: .84rem;
  padding: .33rem .8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
}
.sv-lang-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: 170px;
  border: 1px solid rgba(25, 59, 70, .16);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(16, 24, 40, .12);
  padding: .35rem;
  display: none;
  z-index: 20;
}
.sv-lang-picker.open .sv-lang-menu { display: block; }
.sv-lang-option {
  width: 100%;
  border: 0;
  background: transparent;
  border-radius: 8px;
  padding: .45rem .5rem;
  display: flex;
  align-items: center;
  gap: .55rem;
  text-align: left;
  font-size: .9rem;
  color: var(--sv-deep);
}
.sv-lang-option:hover,
.sv-lang-option:focus-visible { background: rgba(118, 193, 197, .12); }
.sv-lang-option svg,
.sv-lang-current-flag svg {
  width: 20px;
  height: 14px;
  border: 1px solid rgba(24, 50, 63, .26);
  border-radius: 2px;
}
.sv-lang-picker-mobile {
  width: 100%;
  max-width: 240px;
  margin: .25rem auto 0;
}
.sv-lang-picker-mobile .sv-lang-toggle { width: 100%; justify-content: center; }
.sv-lang-picker-mobile .sv-lang-menu { width: 100%; top: auto; bottom: calc(100% + 10px); }

.sv-section { padding: 5.75rem 0; position: relative; }
.sv-kicker {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .72rem;
  font-weight: 700;
  color: #d5f0f1;
}
.sv-kicker-dark { color: var(--sv-accent); }

.sv-hero {
  min-height: 90vh;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.sv-hero-carousel,
.sv-hero-carousel .carousel-inner,
.sv-hero-carousel .carousel-item {
  position: absolute;
  inset: 0;
  height: 100%;
}
.sv-hero-slide {
  width: 100%;
  height: 100%;
}
.sv-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}
.carousel-item:first-child .sv-hero-image { object-position: 50% 40%; }
.sv-hero-control {
  width: 44px;
  height: 44px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 1;
  z-index: 3;
}
.sv-hero-control.carousel-control-prev { left: 1.25rem; }
.sv-hero-control.carousel-control-next { right: 1.25rem; }
.sv-hero-control-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.sv-hero-control-icon svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.sv-hero-control:hover .sv-hero-control-icon,
.sv-hero-control:focus-visible .sv-hero-control-icon {
  background: rgba(118, 193, 197, 0.22);
  border-color: rgba(118, 193, 197, 0.5);
  transform: scale(1.03);
}
.sv-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(28, 53, 94, 0.88) 0%, rgba(28, 53, 94, 0.44) 48%, rgba(28, 53, 94, 0.24) 100%),
    radial-gradient(circle at 80% 20%, rgba(118, 193, 197, 0.24), transparent 30%);
  pointer-events: none;
  z-index: 1;
}
.sv-hero .container { position: relative; z-index: 2; }
.sv-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem;
  align-items: end;
}
.sv-hero-copy {
  color: #fff;
  max-width: 820px;
}
.sv-hero-copy h1 {
  margin: .85rem 0 1rem;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: .96;
  letter-spacing: -.03em;
}
.sv-hero-copy p {
  max-width: 620px;
  font-size: 1.08rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}
.sv-hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.8rem; }
.sv-secondary-link {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  font-weight: 600;
}
.sv-secondary-link::before {
  content: '';
  width: 36px;
  height: 1px;
  background: currentColor;
}
.sv-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.sv-intro-copy h2,
.sv-section-head h2,
.sv-booking-intro h2 {
  margin: .7rem 0 1rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  color: var(--sv-deep);
}
.sv-intro-copy p {
  color: var(--sv-muted);
  line-height: 1.9;
  font-size: 1.02rem;
}
.sv-intro-media {
  position: relative;
  padding-left: 2rem;
}
.sv-intro-media::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.5rem;
  width: 42%;
  height: 56%;
  background: linear-gradient(180deg, var(--sv-accent-soft), #def2f3);
  border-radius: 28px;
}
.sv-intro-image {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 540px;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 30px 60px rgba(17, 40, 48, 0.14);
}

.sv-experience {
  background:
    linear-gradient(180deg, rgba(223, 233, 229, 0.44), rgba(252, 248, 242, 0.92)),
    radial-gradient(circle at top right, rgba(118, 193, 197, 0.14), transparent 28%);
}
.sv-section-head { max-width: 720px; margin-bottom: 2.75rem; }
.sv-feature-card {
  height: 100%;
  padding: 1.8rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(25, 59, 70, 0.08);
  box-shadow: 0 18px 30px rgba(17, 40, 48, 0.06);
}
.sv-feature-number {
  display: inline-flex;
  margin-bottom: 1rem;
  font-size: .8rem;
  color: var(--sv-accent);
  letter-spacing: .16em;
  text-transform: uppercase;
}
.sv-feature-card h3 {
  font-size: 1.75rem;
  margin-bottom: .75rem;
}
.sv-feature-card p { margin-bottom: 0; color: var(--sv-muted); line-height: 1.8; }
.sv-contact-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
}
.sv-contact-card h3 {
  margin-top: 1rem;
  margin-bottom: .45rem;
  font-size: 1.4rem;
}
.sv-contact-card p {
  margin-top: 0;
}
.sv-icon-feature {
  padding-top: 1.45rem;
}
.sv-icon-badge {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: rgba(118, 193, 197, 0.16);
  color: var(--sv-deep);
  border: 1px solid rgba(118, 193, 197, 0.35);
}
.sv-icon-badge i {
  font-size: 1.25rem;
}
.sv-service-list {
  display: grid;
  gap: 1rem;
}
.sv-service-item {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(25, 59, 70, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(17, 40, 48, 0.05);
}
.sv-service-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--sv-accent);
  box-shadow: 0 0 0 6px rgba(118, 193, 197, 0.2);
  margin-top: .58rem;
}
.sv-service-item h3 {
  margin: 0 0 .35rem;
  font-size: 1.18rem;
  line-height: 1.25;
}
.sv-service-item p {
  margin: 0;
  color: var(--sv-muted);
}
.sv-services-band {
  padding-top: 6.4rem;
  padding-bottom: 6.6rem;
  background:
    linear-gradient(180deg, rgba(223, 233, 229, 0.36), rgba(252, 248, 242, 0.9)),
    radial-gradient(circle at 12% 0%, rgba(118, 193, 197, 0.14), transparent 35%);
}
.sv-services-band .sv-section-head {
  margin-bottom: 3rem;
}
.sv-services-band .sv-feature-card {
  background: rgba(255, 255, 255, 0.92);
}
.sv-gallery-section {
  background:
    linear-gradient(180deg, rgba(223, 233, 229, 0.32), rgba(252, 248, 242, 0.94)),
    radial-gradient(circle at 85% 12%, rgba(118, 193, 197, 0.15), transparent 32%);
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.sv-territory-list {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}
.sv-territory-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 100%;
  padding: 1rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(25, 59, 70, 0.08);
  box-shadow: 0 18px 30px rgba(17, 40, 48, 0.06);
}
.sv-territory-media img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 22px;
  display: block;
}
.sv-territory-copy {
  padding: 1rem .4rem .2rem;
  flex: 1 1 auto;
}
.sv-territory-copy h3 {
  margin: .75rem 0 .75rem;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.08;
  color: var(--sv-deep);
}
.sv-territory-copy p {
  margin: 0;
  color: var(--sv-muted);
  line-height: 1.8;
}
.sv-legal-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 28px;
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(25, 59, 70, 0.08);
  box-shadow: 0 18px 30px rgba(17, 40, 48, 0.06);
}
.sv-legal-card h2 {
  margin-top: 1.6rem;
  margin-bottom: .7rem;
  font-size: 1.35rem;
}
.sv-territory-page {
  background:
    radial-gradient(circle at top left, rgba(118, 193, 197, 0.12), transparent 28%),
    linear-gradient(180deg, #fffdfa 0%, var(--sv-cream) 100%);
  min-height: 100vh;
}
.page-contatti .sv-contact-section {
  background:
    linear-gradient(180deg, rgba(223, 233, 229, 0.34), rgba(252, 248, 242, 0.94)),
    radial-gradient(circle at 10% 0%, rgba(118, 193, 197, 0.1), transparent 34%);
}
.page-contatti .sv-contact-grid > .col {
  min-width: 0;
}
.page-contatti .sv-contact-grid .sv-contact-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
}
.page-contatti .sv-contact-grid .sv-contact-card h3 {
  margin-top: 1rem;
  margin-bottom: .45rem;
  font-size: 1.4rem;
}
.page-contatti .sv-contact-grid .sv-contact-card p {
  margin-top: 0;
}
.page-contatti .sv-legal-card {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box;
}
.sv-territory-section {
  background: transparent;
}
.sv-territory-page .sv-intro,
.sv-territory-page .sv-experience,
.sv-territory-page .sv-gallery-section {
  background: transparent;
}
.sv-territory-page .sv-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.sv-territory-page .sv-section:first-of-type,
.sv-territory-page .sv-gallery-section {
  padding-top: 2.8rem;
}
.sv-territory-page .sv-intro {
  padding-bottom: 2.9rem;
}
.sv-territory-page .sv-gallery-section {
  padding-bottom: 2.9rem;
}
.sv-territory-page .sv-experience {
  padding-top: 2.9rem;
}
.sv-hero--legal {
  min-height: 60vh;
}
.sv-hero--legal .sv-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sv-legal-page {
  background: linear-gradient(180deg, rgba(252, 248, 242, 1) 0%, rgba(252, 248, 242, 1) 100%);
}
.sv-gallery-subtitle {
  margin: .6rem 0 0;
  color: var(--sv-muted);
  font-size: 1rem;
  line-height: 1.7;
}
.sv-gallery-grid {
  display: grid;
  gap: .8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .sv-gallery-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 1200px) {
  .sv-gallery-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
.sv-gallery-link {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid rgba(25, 59, 70, 0.14);
  box-shadow: 0 8px 18px rgba(17, 40, 48, 0.08);
}
.sv-gallery-link img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform .2s ease;
}
.sv-gallery-link:hover img {
  transform: scale(1.03);
}
.sv-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  background: rgba(9, 18, 34, 0.92);
  padding: 1.2rem;
}
.sv-lightbox.open {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: .9rem;
}
.sv-lightbox-counter {
  position: absolute;
  left: 18px;
  top: 14px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: .02em;
}
.sv-lightbox-body {
  min-height: 0;
  display: grid;
  place-items: center;
}
.sv-lightbox-body img {
  max-width: min(100%, 1100px);
  max-height: calc(100vh - 170px);
  border-radius: 10px;
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.45);
}
.sv-lightbox-caption {
  margin: .65rem 0 0;
  text-align: center;
  color: #dce7f1;
  font-size: .92rem;
  letter-spacing: .01em;
}
.sv-lightbox-close,
.sv-lightbox-nav {
  position: absolute;
  border: 0;
  color: #fff;
  background: transparent;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.sv-lightbox-close { top: 10px; right: 12px; font-size: 1.6rem; }
.sv-lightbox-prev { left: 10px; top: 50%; transform: translateY(-50%); }
.sv-lightbox-next { right: 10px; top: 50%; transform: translateY(-50%); }
.sv-lightbox-thumbs {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  gap: .55rem;
  overflow-x: auto;
  padding: .65rem 1rem;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.sv-lightbox-thumb {
  width: 98px;
  height: 66px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  padding: 0;
  flex: 0 0 auto;
}
.sv-lightbox-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sv-lightbox-thumb.is-active {
  border-color: #ff4d4d;
}

.sv-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  align-items: start;
}
.sv-showcase-card {
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 24px 44px rgba(17, 40, 48, 0.08);
}
.sv-showcase-card-offset { margin-top: 5rem; }
.sv-showcase-image {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.sv-showcase-body { padding: 1.75rem; }
.sv-card-kicker {
  display: inline-block;
  margin-bottom: .9rem;
  color: var(--sv-accent);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
}
.sv-showcase-body h3 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.05;
  margin-bottom: .8rem;
}
.sv-showcase-body p { margin-bottom: 0; color: var(--sv-muted); line-height: 1.8; }

.sv-booking {
  background: linear-gradient(180deg, transparent 0%, rgba(245, 236, 223, 0.88) 100%);
  padding-top: 3rem;
}
#preventivo { scroll-margin-top: 110px; }
.sv-booking-box {
  padding: 2rem;
  border-radius: 34px;
  background: linear-gradient(135deg, #fff 0%, #fbf5ed 100%);
  box-shadow: 0 24px 50px rgba(17, 40, 48, 0.08);
}
.sv-booking-intro p { color: var(--sv-muted); line-height: 1.8; }
.sv-booking-form {
  padding: 1.5rem;
  border-radius: 26px;
  background: var(--sv-white);
  border: 1px solid rgba(25, 59, 70, 0.08);
}
.sv-booking .form-label {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .72rem;
  font-weight: 700;
  color: var(--sv-deep);
}
.sv-form-message {
  font-size: .95rem;
  color: var(--sv-muted);
}
.sv-form-message.is-success {
  color: #1d7f55;
}
.sv-form-message.is-error {
  color: #b24545;
}
.sv-recaptcha-slot {
  min-height: 60px;
  display: flex;
  align-items: flex-end;
}
#quoteRecaptcha {
  min-height: 60px;
}
#quoteRecaptcha .grecaptcha-badge {
  box-shadow: none !important;
}
.sv-privacy-check {
  font-size: .95rem;
  color: #36515a;
}
.sv-privacy-check .form-check-input {
  margin-top: .22rem;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid var(--sv-deep);
  background-color: #fff;
  box-shadow: none;
}
.sv-privacy-check .form-check-input:checked {
  background-color: var(--sv-deep);
  border-color: var(--sv-deep);
}
.sv-privacy-check .form-check-input:focus {
  border-color: var(--sv-deep);
  box-shadow: 0 0 0 .18rem rgba(28, 53, 94, 0.18);
}
.sv-privacy-check .form-check-label {
  color: #36515a;
  font-weight: 400;
  line-height: 1.55;
}
.sv-privacy-check a {
  color: var(--sv-deep);
  text-decoration: underline;
}
.sv-input {
  height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(25, 59, 70, 0.12);
  padding: 0 1rem;
}
.sv-textarea {
  min-height: 140px;
  border-radius: 18px;
  border: 1px solid rgba(25, 59, 70, 0.12);
  padding: .95rem 1rem;
  resize: vertical;
}
.form-control:focus, .form-select:focus {
  border-color: var(--sv-accent);
  box-shadow: 0 0 0 .18rem rgba(118, 193, 197, 0.2);
}

.sv-footer {
  background: linear-gradient(180deg, var(--sv-deep) 0%, var(--sv-deep-strong) 100%);
  color: rgba(255, 255, 255, 0.82);
}
.sv-footer a { color: #fff; text-decoration: none; }
.sv-footer a:hover,
.sv-footer a:focus-visible { color: #bce7e8; text-decoration: none; }
.sv-footer-logo { height: 74px; width: auto; object-fit: contain; margin-bottom: 1rem; }
.sv-footer-title {
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: #9edbdd;
  margin-bottom: .9rem;
}
.sv-footer-text { color: rgba(255, 255, 255, 0.75); }
.sv-footer-text i { color: #9edbdd; }
.sv-footer-lead {
  margin-bottom: .85rem !important;
}
.sv-footer-meta {
  font-size: .92rem;
  color: rgba(255, 255, 255, 0.62);
}
.sv-footer li,
.sv-footer li a {
  min-width: 0;
}
.sv-footer li a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
}
.sv-footer .col-lg-2 ul a {
  font-size: 1rem;
  line-height: 1.35;
}
.sv-footer .col-lg-2:last-of-type a {
  font-size: .86rem;
  line-height: 1.3;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.sv-footer-bottom {
  padding-top: 1rem;
  margin-top: .5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.sv-website-by {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}
.sv-website-by-logo {
  height: 18px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.sv-legal-links {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.sv-social-link {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.sv-social-link i {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9edbdd;
  font-size: 1.05rem;
}

.sv-whatsapp-widget { position: fixed; right: 20px; bottom: 20px; z-index: 1045; }
.sv-whatsapp-fab {
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 14px 30px rgba(22, 163, 74, .35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sv-whatsapp-fab svg { width: 30px; height: 30px; }
.sv-whatsapp-panel {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: min(320px, 88vw);
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #efe9e3;
  box-shadow: 0 16px 30px rgba(15, 23, 42, .24);
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
}
.sv-whatsapp-panel.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.sv-whatsapp-head {
  background: #2f8a7b;
  color: #fff;
  padding: .75rem .9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
.sv-whatsapp-head p { font-size: .95rem; }
.sv-whatsapp-close {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  width: 28px;
  height: 28px;
  border-radius: 999px;
}
.sv-whatsapp-body { padding: .9rem; }
.sv-whatsapp-message {
  background: #fff;
  border-radius: 12px;
  padding: .9rem .95rem;
  color: #4b4b4b;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  border: 1px solid rgba(0, 0, 0, .05);
  font-size: .95rem;
}
.sv-whatsapp-inputbar {
  margin-top: .9rem;
  display: flex;
  align-items: center;
  gap: .65rem;
  text-decoration: none;
}
.sv-whatsapp-placeholder {
  flex: 1 1 auto;
  min-height: 40px;
  border-radius: 999px;
  background: #fff;
  color: #8a8a8a;
  display: inline-flex;
  align-items: center;
  padding: 0 .95rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
}
.sv-whatsapp-send {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #2f8a7b;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(47, 138, 123, .28);
}

.sv-back-to-top {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%) translateY(16px);
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: var(--sv-accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
  z-index: 1040;
}
.sv-back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.sv-icon { width: 1.1em; height: 1.1em; fill: currentColor; }

@keyframes sv-spin {
  to { transform: rotate(360deg); }
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .6s ease, transform .6s ease;
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  body { padding-top: 80px; }
  .sv-header .container { min-height: 72px; }
  .sv-brand-logo { height: 60px; }
  .sv-section { padding: 4.5rem 0; }
  .sv-hero { min-height: 78vh; }
  .sv-hero-grid,
  .sv-intro-grid,
  .sv-showcase-grid { grid-template-columns: 1fr; }
  .sv-showcase-card-offset { margin-top: 0; }
  .sv-intro-media { padding-left: 0; }
  .sv-intro-media::before { display: none; }
  .sv-intro-image { min-height: 420px; }
  .sv-showcase-image { height: 320px; }
  .sv-services-band {
    padding-top: 4.8rem;
    padding-bottom: 5rem;
  }
  .sv-gallery-section {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .sv-lightbox {
    padding: .75rem;
  }
  .sv-lightbox-counter {
    font-size: 1.15rem;
    left: 12px;
    top: 10px;
  }
  .sv-lightbox-prev,
  .sv-lightbox-next {
    top: auto;
    bottom: 104px;
    transform: none;
  }
  .sv-lightbox-prev { left: 10px; }
  .sv-lightbox-next { right: 10px; }
  .sv-lightbox-body img {
    max-height: calc(100vh - 220px);
  }
  .sv-lightbox-thumbs {
    justify-content: flex-start;
  }
  .sv-service-item {
    grid-template-columns: 18px minmax(0, 1fr);
    padding: 1rem;
  }
  .sv-service-item h3 { font-size: 1.05rem; }
  .sv-footer-bottom { flex-direction: column; align-items: flex-start; }
  .page-contatti .hero-content {
  }
  .sv-footer .row > .col-6,
  .sv-footer .row > .col-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .sv-whatsapp-widget { right: 14px; bottom: 14px; }
  .sv-whatsapp-fab { width: 54px; height: 54px; }
}

@media (max-width: 767.98px) {
  body { padding-top: 0; }
  #preventivo { scroll-margin-top: 92px; }
  .sv-header .container {
    min-height: 66px;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .sv-brand-logo { height: 56px; }
  .sv-section { padding: 3.35rem 0; }
  .sv-hero {
    margin-top: 0;
    padding-top: 74px;
    padding-bottom: 1.4rem;
    min-height: 72vh;
    align-items: end;
  }
  .sv-hero-control {
    width: 38px;
    height: 38px;
    top: auto;
    bottom: .85rem;
    transform: none;
  }
  .sv-hero-control.carousel-control-prev { left: .65rem; }
  .sv-hero-control.carousel-control-next { right: .65rem; }
  .sv-hero-control-icon {
    width: 34px;
    height: 34px;
    background: rgba(28, 53, 94, 0.42);
    border-color: rgba(255, 255, 255, 0.22);
  }
  .sv-hero-control-icon svg {
    width: 14px;
    height: 14px;
  }
  .sv-hero .container {
    padding-top: 1rem;
    padding-bottom: 3.2rem;
  }
  .sv-hero-copy h1 { font-size: clamp(2rem, 10vw, 3rem); }
  .sv-hero-copy p { font-size: .98rem; }
  .sv-hero-actions { gap: .85rem; }
  .sv-secondary-link { font-size: .95rem; }
  .sv-intro-copy h2,
  .sv-section-head h2,
  .sv-booking-intro h2 { font-size: clamp(1.9rem, 8vw, 2.6rem); }
  .sv-intro-image { min-height: 300px; border-radius: 24px; }
  .sv-feature-card,
  .sv-booking-box,
  .sv-booking-form,
  .sv-showcase-card { border-radius: 24px; }
  .sv-showcase-image { height: 240px; }
  .sv-showcase-body { padding: 1.2rem; }
  .sv-territory-card {
    min-height: 100%;
  }
  .sv-territory-media img {
    height: 220px;
  }
  .sv-territory-copy {
    padding: .95rem .15rem .1rem;
  }
  .sv-legal-card {
    padding: 1.25rem;
  }
  .sv-territory-list {
    grid-template-columns: 1fr;
  }
  .rooms-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .55rem;
  }
  .sv-booking-box { padding: 1rem; }
  .sv-booking-form { padding: 1rem; }
  .sv-input { height: 50px; border-radius: 16px; }
  .sv-textarea { min-height: 120px; border-radius: 16px; }
  .sv-footer .container { padding-bottom: 4.5rem !important; }
  .sv-header { background: rgba(28, 53, 94, 0.98); }
  .sv-menu-brand-logo {
    max-width: 250px;
    max-height: 56px;
  }
  .sv-menu-panel {
    padding-top: 4rem;
  }
  .sv-footer .row {
    row-gap: 1.35rem;
  }
  .sv-footer-logo {
    height: 62px;
    margin-bottom: .85rem;
  }
  .sv-contact-card {
    min-height: 180px;
  }
  .sv-footer-text,
  .sv-footer-meta,
  .sv-footer li a,
  .sv-social-link,
  .sv-legal-links a,
  .sv-website-by {
    font-size: .92rem;
    line-height: 1.45;
  }
  .sv-footer .col-lg-2:last-of-type a {
    font-size: .92rem;
  }
  .sv-footer-title {
    margin-bottom: .65rem;
  }
  .sv-footer-bottom {
    gap: .8rem;
  }
  .sv-legal-links {
    gap: .9rem;
  }
  .sv-social-link {
    align-items: center;
  }
  .sv-social-link i {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
  }
  .sv-territory-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .rooms-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .sv-territory-page .sv-section {
    padding-top: 2.55rem;
    padding-bottom: 2.55rem;
  }
  .sv-territory-page .sv-gallery-section,
  .sv-territory-page .sv-intro,
  .sv-territory-page .sv-experience {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }
  .sv-whatsapp-widget { right: 14px; bottom: 22px; }
  .sv-back-to-top { bottom: 22px; }
}
