:root {
  --accent: #c0392b;
  --accent-warm: #e67e22;
  --muted: #777;
  --bg: #faf9f7;
  --card: #ffffff;
  --maxw: 1100px;
  --dark: #1a1a2e;
}
.floating-whatsapp {
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1000;
  width: 56px;
  height: 56px;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.2s;
}
.floating-whatsapp img {
  width: 32px;
  height: 32px;
  margin: 12px;
}
@media (max-width: 800px) {
  .floating-whatsapp {
    display: flex;
  }
}
.contact-form:focus-within ~ .floating-whatsapp,
.contact-form:hover ~ .floating-whatsapp,
.main-cta:focus-within ~ .floating-whatsapp,
.main-cta:hover ~ .floating-whatsapp {
  display: none !important;
}
.cta {
  font-size: 1.01rem;
  font-weight: 600;
  color: var(--accent);
  background: none;
  border-radius: 0;
  box-shadow: none;
  min-width: 0;
  cursor: pointer;
  text-decoration: underline;
  transition: color 0.18s;
}
.cta:hover,
.cta:focus {
  color: var(--accent-warm);
  background: none;
  text-decoration: none;
}
.cta img.messenger-icon {
  width: 1.15em;
  height: 1.15em;
  margin: 0 4px 0 0;
  vertical-align: middle;
  filter: none;
}
.cta-inline {
  display: inline-flex;
  align-items: center;
  font-size: 1.01rem;
  padding: 0 0 2px 0;
  margin: 0 12px 0 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.cta-inline.ghost {
  color: var(--accent-warm);
  background: none;
  border: none;
  text-decoration: underline;
}
.cta-small {
  font-size: 0.98rem;
  padding: 0 0 2px 0;
  margin: 0 0 0 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  color: var(--accent);
  min-width: 0;
  text-decoration: underline;
}
.card-cta-row {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: auto;
  padding: 0 20px 18px 20px;
  min-height: 44px;
}
.svg-map-italy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
.region-map-full {
  max-width: 100%;
  height: auto;
  background: #22242a;
  border-radius: 1.2rem;
  box-shadow: 0 4px 24px 0 #0002;
  margin: 0 auto;
  display: block;
}
.region-map-full text {
  font-family: 'Playfair Display', serif;
  paint-order: stroke fill;
  stroke: #fff8;
  stroke-width: 0.5;
}
#region-piedmont path {
  filter: drop-shadow(0 0 6px #00924688);
  transition: filter 0.2s;
}
#region-liguria path {
  filter: drop-shadow(0 0 6px #ce2b3788);
  transition: filter 0.2s;
}
#region-rest path {
  opacity: 0.95;
  transition: opacity 0.2s;
}
.region-map-full path:hover {
  filter: drop-shadow(0 0 12px #fff8) brightness(1.1);
  opacity: 1 !important;
}
* {
  box-sizing: border-box;
}
body {
  font-family: Inter, Segoe UI, Roboto, Arial, sans-serif;
  margin: 0;
  color: #222;
  background: var(--bg);
  line-height: 1.55;
}
.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 8px 16px;
}
.site-header {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 40px;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-style: italic;
  background: linear-gradient(135deg, var(--accent), var(--accent-warm));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}
.logo {
  flex-shrink: 0;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.15));
  transition: transform 0.3s;
  width: 32px;
  height: 32px;
}
.brand:hover .logo {
  transform: rotate(-8deg) scale(1.1);
}
.nav {
  display: flex;
  gap: 16px;
  align-items: center;
}
.nav a {
  color: #444;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.nav a:hover {
  color: var(--accent);
}
.nav .btn {
  background: linear-gradient(135deg, var(--accent), var(--accent-warm));
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  transition: transform 0.2s, box-shadow 0.2s;
}
.nav .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(192, 57, 43, 0.3);
}
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 1.2rem;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
.hero {
  position: relative;
  padding: 0;
  color: #fff;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  background: #1a2a4a;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.hero-video {
  width: 100vw;
  height: 100vh;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.hero-bg img,
.hero-bg video {
  display: block;
}
.hero-overlay {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgba(20, 20, 40, 0.5), rgba(40, 20, 10, 0.6));
  padding: 0;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  display: flex;
  align-items: center;
}
.hero-content {
  width: 100%;
  text-align: center;
}
.hero-content h1 {
  margin: 0 0 14px;
  font-size: 2.3rem;
  line-height: 1.13;
  letter-spacing: -0.02em;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  color: #fff !important;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.18);
  font-variation-settings: 'wght' 700;
}
.hero-desc {
  opacity: 0.97;
  margin-bottom: 22px;
  font-size: 1.18rem;
  font-weight: 400;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.cta-row {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.cta-row .cta {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 12px;
  background: transparent !important;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(4px);
  font-weight: 700;
  font-size: 1.08rem;
  text-decoration: none;
  margin-right: 0;
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 16px rgba(192, 57, 43, 0.13);
  transition: transform 0.2s, box-shadow 0.2s;
}
.cta-row .cta:hover {
  background: rgba(255, 255, 255, 0.13) !important;
  border-color: #fff !important;
  color: #fff !important;
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 6px 20px rgba(192, 57, 43, 0.22);
}
.cta.ghost {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.cta.ghost:hover {
  background: rgba(255, 255, 255, 0.22);
}
.promo {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.95rem;
}
.section-hero {
  margin-bottom: 18px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.section-hero img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.section-hero:hover img {
  transform: scale(1.02);
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.split.reverse {
  direction: rtl;
}
.split.reverse > * {
  direction: ltr;
}
.split-img {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.split-img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.split-img:hover img {
  transform: scale(1.03);
}
.split-text h2 {
  margin-top: 0;
}
.section {
  padding: 56px 0;
}
h2 {
  font-size: 1.7rem;
  letter-spacing: -0.01em;
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
}
h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 50px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-warm));
}
.pale {
  background: #fff;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}
.card {
  background: var(--card);
  padding: 0;
  border-radius: 14px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform 0.25s, box-shadow 0.25s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
}
.card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.card h3 {
  margin: 16px 20px 8px;
  color: var(--accent);
}
.card p {
  margin: 0 20px 20px;
  color: #555;
}
.docs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.docs-grid figure {
  margin: 0;
  text-align: center;
}
.docs-grid img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid #ddd;
  background: #fafafa;
  padding: 6px;
  transition: transform 0.3s;
}
.docs-grid img:hover {
  transform: scale(1.02);
}
.docs-grid figcaption {
  margin-top: 8px;
  font-size: 0.9rem;
  color: var(--muted);
}
.contact {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  color: #fff;
}
.contact-overlay {
  background: rgba(26, 26, 46, 0.82);
  backdrop-filter: blur(4px);
  padding: 48px 32px;
  border-radius: 14px;
}
.contact h2 {
  color: #fff;
}
.contact h2::after {
  background: linear-gradient(90deg, #fff, var(--accent-warm));
}
.contact p {
  color: rgba(255, 255, 255, 0.9);
}
.contact a {
  color: var(--accent-warm);
}
.contact label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.85);
}
.contact input,
.contact textarea {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1rem;
}
.contact input::placeholder,
.contact textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact input:focus,
.contact textarea:focus {
  outline: none;
  border-color: var(--accent-warm);
  box-shadow: 0 0 0 3px rgba(230, 126, 34, 0.2);
}
.service-select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  font-size: 1rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  margin-bottom: 2px;
  transition: border-color 0.18s, box-shadow 0.18s;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
  font-family: inherit;
}
.service-select:focus {
  border-color: var(--accent-warm);
  box-shadow: 0 0 0 3px rgba(230, 126, 34, 0.18);
}
.service-select option {
  color: #222;
  background: #fff;
  font-size: 1rem;
}
.form-row {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
}
.btn {
  background: linear-gradient(135deg, var(--accent), var(--accent-warm));
  color: #fff;
  padding: 10px 16px;
  border-radius: 10px;
  border: 0;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(192, 57, 43, 0.3);
}
.btn.ghost {
  background: transparent;
  border: 1px solid var(--accent);
  color: var(--accent);
}
.contact .btn.ghost {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.site-footer {
  padding: 18px 0;
  background: #fff;
  border-top: 1px solid #eee;
}
.site-footer p {
  color: var(--muted);
  font-size: 0.9rem;
}
.stats {
  background: var(--dark);
  padding: 0;
  overflow: hidden;
}
.cta-row {
  display: flex !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 0 !important;
  margin-top: auto !important;
  padding: 0 0 0 0 !important;
  min-height: 38px !important;
  width: 100% !important;
  overflow: visible !important;
}
.cta-row .cta,
.cta-row .ghost {
  display: flex !important;
  flex: 1 1 0 !important;
  min-width: 0 !important;
  width: 50% !important;
  max-width: 50% !important;
  margin: 0 !important;
  text-align: center !important;
  box-sizing: border-box !important;
  font-size: 0.93rem !important;
  padding: 7px 0 7px 0 !important;
  line-height: 1.05 !important;
  height: 38px !important;
  align-items: center !important;
  justify-content: center !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
}
.cta-row .cta,
.cta-row .ghost {
  flex: 1 1 0;
  min-width: 0;
  width: 50%;
  max-width: 50%;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  font-size: 0.93rem;
  padding: 7px 0 7px 0;
  line-height: 1.05;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cta-row .messenger-icon {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  vertical-align: middle;
}
.stat-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.6rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--accent), var(--accent-warm));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stat-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 2px;
}
.section-dark {
  background: var(--dark);
  color: #fff;
  padding: 56px 0;
}
.section-dark h2 {
  color: #fff;
}
.section-dark h2::after {
  background: linear-gradient(90deg, var(--accent), var(--accent-warm));
}
.section-dark p {
  color: rgba(255, 255, 255, 0.85);
}
.carousel-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 18px;
  transition: opacity 0.4s ease;
}
.carousel .review {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 4px solid var(--accent-warm);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.carousel .review p {
  color: rgba(255, 255, 255, 0.85);
}
.carousel .review cite {
  color: var(--accent-warm);
}
.carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
.carousel-btn {
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.4rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-btn:hover {
  border-color: var(--accent-warm);
  background: rgba(255, 255, 255, 0.08);
}
.carousel-dots {
  display: flex;
  gap: 6px;
}
.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  border: 0;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.carousel-dot.active {
  background: var(--accent-warm);
  transform: scale(1.3);
}
.faq-list {
  max-width: 720px;
}
.faq-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
}
.faq-item summary {
  padding: 18px 0;
  font-weight: 600;
  font-size: 1.05rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222;
  transition: color 0.2s;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: '+';
  font-size: 1.4rem;
  color: var(--accent);
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-left: 12px;
}
.faq-item[open] summary::after {
  transform: rotate(45deg);
}
.faq-item[open] summary {
  color: var(--accent);
}
.faq-item p {
  padding: 0 0 18px;
  margin: 0;
  color: #555;
  line-height: 1.6;
}
.map-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.region-map {
  width: 100%;
  max-width: 400px;
}
.map-dot {
  animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
  0%,
  100% {
    opacity: 1;
    r: 8;
  }
  50% {
    opacity: 0.7;
    r: 11;
  }
}
.map-info p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.85);
}
.map-info strong {
  color: var(--accent-warm);
}
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: linear-gradient(135deg, var(--accent), var(--accent-warm));
  color: #fff;
  text-align: center;
  padding: 14px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}
.sticky-cta--whatsapp {
  background: #fff !important;
  color: #25d366 !important;
  border: 2px solid #25d366 !important;
  font-weight: 700;
}
.sticky-cta--whatsapp:hover {
  background: #f4f4f4 !important;
  color: #128c7e !important;
  border-color: #128c7e !important;
}
.sticky-cta--whatsapp .messenger-icon {
  filter: none;
  vertical-align: middle;
  margin-right: 6px;
}
.sticky-cta-group {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  gap: 0;
}
.sticky-cta {
  flex: 1 1 0;
  border-radius: 0;
  margin: 0;
  border: none;
}
.sticky-cta--telegram {
  background: linear-gradient(135deg, #229ED9, #0a7abf) !important;
  color: #fff !important;
  font-weight: 700;
}
.sticky-cta--telegram:hover {
  background: linear-gradient(135deg, #0a7abf, #229ED9) !important;
}
.sticky-cta--telegram .messenger-icon {
  filter: none;
  vertical-align: middle;
  margin-right: 6px;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}
.review {
  background: #fff;
  margin: 0;
  padding: 24px;
  border-radius: 14px;
  border-left: 4px solid var(--accent);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s, box-shadow 0.25s;
}
.review:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
.review p {
  margin: 0 0 12px;
  font-style: italic;
  color: #444;
  line-height: 1.5;
}
.review cite {
  font-style: normal;
  font-weight: 600;
  color: var(--accent);
  font-size: 0.9rem;
}
.review-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}
.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-warm));
}
.avatar[data-initials]::after {
  content: attr(data-initials);
}
img.avatar {
  background: none;
}
.carousel .review-author cite {
  color: var(--accent-warm);
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 800px) {
  .nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 16px 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    gap: 12px;
  }
  .nav.open {
    display: flex;
  }
  .nav a {
    color: #333;
  }
  .nav .btn {
    text-align: center;
  }
  .nav-toggle {
    display: block;
    cursor: pointer;
  }
  .hero-content h1 {
    font-size: 1.6rem;
  }
  .hero-overlay {
    padding: 0;
    min-height: 100vh;
    height: 100vh;
  }
  .split {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .split.reverse {
    direction: ltr;
  }
  .split-img img {
    height: 240px;
  }
  .section-hero img {
    height: 220px;
  }
  h2 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .docs-grid {
    grid-template-columns: 1fr;
  }
  .contact-overlay {
    padding: 32px 20px;
  }
  .stats-row {
    gap: 20px;
  }
  .stat-num {
    font-size: 2rem;
  }
  .carousel-track {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .map-wrap {
    grid-template-columns: 1fr;
  }
  .region-map {
    max-width: 100%;
    margin: 0 auto;
  }
  .sticky-cta-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
  }
  .sticky-cta {
    display: block !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    width: 50% !important;
    max-width: 50% !important;
    border-radius: 0 !important;
    margin: 0 !important;
    border: none !important;
    text-align: center !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    white-space: nowrap !important;
    font-size: 0.93rem !important;
    padding: 7px 0 7px 0 !important;
    line-height: 1.05 !important;
    z-index: 101 !important;
    height: 38px !important;
  }
  .sticky-cta .messenger-icon {
    width: 18px !important;
    height: 18px !important;
    margin-right: 4px !important;
    vertical-align: middle !important;
  }
  body {
    padding-bottom: 52px;
  }
}
.deal-section > h2 {
  text-align: center;
}
.deal-section .section-sub {
  text-align: center;
  color: #777;
  margin: -0.5rem 0 2.5rem;
  font-size: 1.05rem;
}
.deal-layout {
  display: grid;
  grid-template-columns: 3fr 5fr;
  column-gap: 3rem;
  row-gap: 1.75rem;
  align-items: stretch;
}
@media (max-width: 860px) {
  .deal-layout {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 2rem;
  }
  .deal-layout .deal-timeline--top {
    order: 1;
  }
  .deal-layout .deal-timeline--bottom {
    order: 2;
  }
  .deal-layout .deal-video {
    order: 3;
    grid-column: 1;
    grid-row: auto;
  }
  .deal-layout .deal-carousel {
    order: 4;
    grid-column: 1;
    grid-row: auto;
  }
}
.deal-timeline {
  position: relative;
  padding-left: 2rem;
}
.deal-timeline--top {
  grid-column: 1;
  grid-row: 1;
}
.deal-timeline--top::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 12px;
  bottom: -1.75rem;
  width: 2px;
  background: linear-gradient(to bottom, #009246 0%, #e0e0e0 70%);
  border-radius: 2px 2px 0 0;
}
.deal-timeline--bottom {
  grid-column: 1;
  grid-row: 2;
}
.deal-timeline--bottom::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  height: 24px;
  width: 2px;
  background: linear-gradient(to bottom, #e0e0e0 0%, #ce2b37 100%);
  border-radius: 0 0 2px 2px;
}
@media (max-width: 860px) {
  .deal-timeline--top,
  .deal-timeline--bottom {
    grid-column: 1;
    grid-row: auto;
  }
  .deal-timeline--top::before {
    bottom: 0;
  }
  .deal-timeline--bottom::before {
    height: 24px;
  }
}
.deal-node {
  position: relative;
  margin-bottom: 1.5rem;
}
.deal-node:last-child {
  margin-bottom: 0;
}
.deal-node-dot {
  position: absolute;
  left: -1.71rem;
  top: 14px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #009246;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #009246;
  z-index: 1;
}
.deal-node-dot--income {
  background: #fff;
  border-color: #bbb;
  box-shadow: 0 0 0 2px #ccc;
}
.deal-node-dot--result {
  background: #008C45;
  box-shadow: 0 0 0 2px #008C45;
  width: 20px;
  height: 20px;
  top: 12px;
  left: -1.85rem;
}
.deal-node-body {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 0.85rem 1.1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s;
}
.deal-node-body:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}
.deal-node-body--result {
  background: #008C45;
  border-color: transparent;
}
.deal-node-body--result h3,
.deal-node-body--result p,
.deal-node-body--result li span,
.deal-node-body--result li strong,
.deal-node-body--result strong {
  color: rgba(255, 255, 255, 0.95);
}
.deal-node-body--result .deal-total {
  border-top-color: rgba(255, 255, 255, 0.25);
}
.deal-node-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}
.deal-node-header h3 {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: #1a1a2e;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.deal-node-icon {
  font-size: 1rem;
  flex-shrink: 0;
}
.deal-amount {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0;
}
.deal-node-body--result .deal-amount {
  color: #fff;
}
.deal-amount strong {
  color: inherit;
}
.deal-costs {
  list-style: none;
  padding: 0;
  margin: 0.2rem 0 0.4rem;
}
.deal-costs li {
  display: flex;
  justify-content: space-between;
  font-size: 0.83rem;
  padding: 2px 0;
  gap: 0.4rem;
}
.deal-costs li span {
  color: #777;
}
.deal-costs li strong {
  color: #1a1a2e;
  white-space: nowrap;
  font-weight: 600;
}
.deal-node-body--result .deal-costs li span {
  color: rgba(255, 255, 255, 0.8);
}
.deal-node-body--result .deal-costs li strong {
  color: #fff;
}
.deal-costs li.deal-costs-total {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 4px;
  margin-top: 2px;
  font-size: 0.88rem;
}
.deal-costs li.deal-costs-total span {
  font-weight: 600;
  color: #1a1a2e;
}
.deal-costs li.deal-costs-total strong {
  font-size: 0.95rem;
}
.deal-node-body--result .deal-costs li.deal-costs-total {
  border-top-color: rgba(255, 255, 255, 0.25);
}
.deal-node-body--result .deal-costs li.deal-costs-total span {
  color: rgba(255, 255, 255, 0.9);
}
.deal-node-body--result .deal-costs li.deal-costs-total strong {
  color: #fff;
}
.deal-total {
  margin: 0.4rem 0 0;
  font-size: 0.88rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 0.35rem;
  color: #1a1a2e;
}
.deal-total strong {
  color: #1a1a2e;
}
.deal-node-body--result .deal-total {
  color: #fff;
}
.deal-node-body--result .deal-total strong {
  color: #fff;
}
.deal-note {
  font-size: 0.8rem;
  color: #777;
  margin: 0.3rem 0 0;
}
.deal-video {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.14);
  min-height: 220px;
}
.deal-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.deal-carousel {
  grid-column: 2;
  grid-row: 2;
  position: relative;
  display: flex;
  flex-direction: column;
}
.deal-carousel-track {
  display: flex;
  flex: 1;
  gap: 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border-radius: 8px;
}
.deal-carousel-track::-webkit-scrollbar {
  display: none;
}
.deal-carousel-track img {
  flex-shrink: 0;
  width: calc(33.33% - 6px);
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  scroll-snap-align: start;
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: zoom-in;
}
.deal-carousel-track img:hover {
  transform: scale(1.04);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .deal-carousel-track img {
    width: calc(50% - 4px);
  }
}
.deal-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.92);
  border: none;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, transform 0.15s;
  z-index: 2;
}
.deal-carousel-btn:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.08);
}
.deal-carousel-btn--prev {
  left: 4px;
}
.deal-carousel-btn--next {
  right: 4px;
}
#dealLightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
#dealLightbox.deal-lb--open {
  display: flex;
}
#dealLightbox #dealLbImg {
  max-width: 90vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.6);
  user-select: none;
}
#dealLightbox #dealLbClose {
  position: fixed;
  top: 1rem;
  right: 1.25rem;
  font-size: 2rem;
  line-height: 1;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  opacity: 0.7;
}
#dealLightbox #dealLbClose:hover {
  opacity: 1;
}
#dealLightbox #dealLbPrev,
#dealLightbox #dealLbNext {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.5rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  opacity: 0.7;
  transition: opacity 0.15s, background 0.15s;
}
#dealLightbox #dealLbPrev:hover,
#dealLightbox #dealLbNext:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
#dealLightbox #dealLbPrev {
  left: 1rem;
}
#dealLightbox #dealLbNext {
  right: 1rem;
}
