:root {
  /* Global palette: green and soft sky-blue */
  --primary: #078f68 !important;
  --primary-600: #067554 !important;
  --primary-700: #055c43 !important;
  --primary-800: #073f35 !important;
  --primary-50: #eafaf5 !important;
  --primary-100: #c9f0e3 !important;
  --primary-200: #9fe1d0 !important;
  --primary-light: #bfeee2 !important;
  --primary-dark: #067554 !important;
  --accent: #25a9d6 !important;
  --accent-hi: #71cceb !important;
  --accent-deep: #167da4 !important;
  --accent-hover: #167da4 !important;
  --accent-bg: rgba(37, 169, 214, .10) !important;
  --accent-border: rgba(37, 169, 214, .22) !important;
  --accent-shadow: rgba(37, 169, 214, .18) !important;
  --secondary: #0b5365 !important;
  --grad-primary: linear-gradient(135deg, #075c50 0%, #078f68 48%, #25a9d6 100%) !important;
  --grad-accent: linear-gradient(102deg, #078f68 0%, #25a9d6 100%) !important;
  --grad-yellow: linear-gradient(102deg, #078f68 0%, #25a9d6 100%) !important;
  --grad-blue: linear-gradient(135deg, #075c50 0%, #25a9d6 100%) !important;
  --yellow: #25a9d6 !important;
  --yellow-50: #eaf8fc !important;
  --yellow-100: #c9eef8 !important;
  --yellow-dark: #167da4 !important;
  --yellow-deep: #0b5365 !important;
  --green: #078f68 !important;
  --green-dark: #067554 !important;
  --green-deep: #075c50 !important;
  --olive-light: #71cceb !important;
  --primary: #0000fe;
  --secondary: #e904ef;
  --accent: #0000fe;
  --accent-hover: #0000cc;
  --accent-bg: rgba(0, 0, 254, .06);
  --accent-border: rgba(0, 0, 254, .15);
  --accent-shadow: rgba(0, 0, 254, .12);
  --yellow: #FFD600;
  --yellow-hover: #E6C200;
  --text-dark: #1e293b;
  --text-secondary: #64748b;
  --text-muted: #94a3b8;
  --text-label: #475569;
  --border: #e2e8f0;
  --bg-page: #f8fafc;
  --font-h: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-main: 'DM Sans', system-ui, sans-serif;
  --radius-lg: 16px;
  --radius-md: 12px;
}

* { box-sizing: border-box; }

body {
  font-size: 18px;
  margin: 0; font-family: var(--font-main); color: var(--text-dark);
  background: var(--bg-page); -webkit-font-smoothing: antialiased;
}

/* ─── Header ─── */
.main-header {
  background: #ffffff;
  border-bottom: 1px solid var(--border);
  padding: 16px 20px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-family: var(--font-h);
  font-size: 24px;
  font-weight: 800;
  color: var(--accent);
  text-decoration: none;
}

.logo-img {
  max-height: 52px;
  width: auto;
  display: block;
}

.nav-links {
  display: flex;
  gap: 24px;
}

.nav-link {
  text-decoration: none;
  color: var(--text-dark);
  font-weight: 500;
  font-size: 18px;
  transition: color 0.2s;
}

.nav-link:hover {
  color: var(--accent);
}

/* ─── Hero ─── */
.hero {
  background: linear-gradient(135deg, #0000fe 0%, #e904ef 100%);
  color: #fff; padding: 56px 20px 80px; text-align: left;
  overflow: hidden;
}

.hero-wrapper {
  max-width: 1100px; margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; gap: 40px;
}

.hero-content { flex: 1; }

.hero-image { flex: 0 0 45%; display: flex; justify-content: center; }

.mascot-img {
  max-width: 100%; height: auto;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.2));
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

.hero h1 {
  font-family: var(--font-h); font-size: clamp(38px, 6vw, 64px);
  font-weight: 800; margin: 0 0 16px; line-height: 1.15;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.hero p { 
  opacity: 0.95; max-width: 600px; margin: 0; 
  font-size: 24px; line-height: 1.6;
}

.hero-actions {
  display: flex; gap: 16px; justify-content: flex-start; flex-wrap: wrap;
  margin-top: 32px;
}

.btn-primary, .btn-secondary {
  display: inline-block; padding: 18px 36px; border-radius: 100px;
  font-family: inherit; font-weight: 800; font-size: 20px;
  text-decoration: none; transition: all 0.2s; cursor: pointer;
}

.btn-primary {
  background: var(--yellow); color: var(--text-dark);
  box-shadow: 0 4px 12px rgba(255,214,0,0.3);
}

.btn-primary:hover {
  background: var(--yellow-hover);
  transform: translateY(-2px); box-shadow: 0 6px 16px rgba(255,214,0,0.4);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.15); color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3); backdrop-filter: blur(4px);
}

.btn-secondary:hover { background: rgba(255, 255, 255, 0.25); }

.features-section {
  background: #f1f5f9;
  padding: 60px 20px;
}

.features-container {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;
}

.trust-card {
  background: #ffffff; padding: 32px 24px; border-radius: 20px;
  text-align: center; box-shadow: 0 12px 40px rgba(0,0,0,0.12);
  display: flex; flex-direction: column; align-items: center;
}

.trust-mascot {
  height: 90px; width: auto; margin-bottom: 20px;
  filter: hue-rotate(110deg) saturate(120%) drop-shadow(0 4px 10px rgba(0,0,0,0.1));
}

.trust-card h4 {
  margin: 0 0 12px; font-size: 24px; font-family: var(--font-h);
  color: var(--primary);
}

.trust-card p {
  margin: 0; font-size: 18px; line-height: 1.5; color: var(--text-dark);
}

/* NuovaCorr hero palette */
.hero {
  background: linear-gradient(135deg, #075c50 0%, #078f68 48%, #25a9d6 100%) !important;
}
@media (max-width: 768px) {
  .hero { padding: 40px 0 60px; text-align: center; }
  .hero-wrapper { flex-direction: column; }
  .hero-actions, .trust-bar { justify-content: center; }
  .hero p { margin: 0 auto; }
  .features-container { grid-template-columns: 1fr; gap: 24px; }
}

/* ─── Trustpilot ─── */
.trustpilot-section {
  padding: 60px 20px;
}

.trustpilot-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 24px;
}

.tp-container {
  flex: 0 0 300px;
  background: #ffffff;
  padding: 32px 24px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tp-stars {
  background: #00b67a;
  color: white;
  display: inline-block;
  padding: 8px 16px;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 16px;
}

.tp-text {
  font-size: 22px;
  color: var(--text-dark);
  margin: 0 0 8px;
}

.tp-logo {
  font-weight: 800;
  font-family: var(--font-h);
}

.tp-star-logo {
  color: #00b67a;
}

.tp-subtext {
  font-size: 16px;
  color: var(--text-muted);
  margin: 0;
}

.tp-reviews {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tp-review-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
  border: 1px solid var(--border);
  text-align: left;
}

.tp-review-stars {
  color: #00b67a;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.tp-review-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 800;
  font-family: var(--font-h);
}

.tp-review-body {
  font-size: 16px;
  color: var(--text-dark);
  line-height: 1.5;
  margin: 0 0 16px;
}

.tp-review-author {
  font-size: 16px;
  color: var(--text-muted);
  margin: 0;
  font-weight: 600;
}

@media (max-width: 900px) {
  .trustpilot-wrapper { flex-direction: column; }
  .tp-reviews { grid-template-columns: 1fr; }
}

/* ─── How it works ─── */
.how-it-works-section {
  padding: 80px 20px;
  background: var(--primary);
  color: #ffffff;
}

.how-it-works-section .section-sub {
  color: rgba(255, 255, 255, 0.85);
}

.hiw-container {
  max-width: 1100px;
  margin: 0 auto;
}

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

.hiw-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.hiw-step {
  text-align: center;
  padding: 32px 24px;
  background: var(--bg-page);
  border-radius: 20px;
  position: relative;
  border: 1px solid var(--border);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.hiw-step:hover {
  transform: translateY(-8px);
  border-color: var(--yellow);
}

.hiw-number {
  background: var(--yellow);
  color: var(--primary);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 900;
  font-family: var(--font-h);
  margin: 0 auto 24px;
  box-shadow: 0 4px 15px rgba(255, 214, 0, 0.4);
}

.hiw-step p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-dark);
  font-weight: 500;
  margin: 0;
}

@media (max-width: 900px) {
  .hiw-steps { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}

@media (max-width: 600px) {
  .hiw-steps { grid-template-columns: 1fr; }
}

/* ─── Layout & Typography ─── */
.container { max-width: 720px; margin: -40px auto 60px; padding: 0 20px; }

.section-title, .step-title {
  font-family: var(--font-h); font-size: 28px; font-weight: 800;
  text-align: center; margin: 40px 0 6px;
}

.section-sub, .step-sub {
  font-size: 18px; color: var(--text-muted); text-align: center; margin-bottom: 24px;
}

/* ─── Components ─── */
.offer-card, .lead-card { background: #fff; border-radius: var(--radius-lg); }

.lead-card {
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border: 1px solid var(--border);
  text-align: left;
}

.offer-card {
  border: 2px solid var(--accent); position: relative; overflow: hidden;
  box-shadow: 0 4px 24px var(--accent-shadow); margin-bottom: 16px;
}

.offer-card-ribbon {
  background: linear-gradient(135deg, #005b9f, #007bff); color: #fff;
  font-size: 11px; font-weight: 700; padding: 6px 14px; text-align: center;
}

.offer-card-body { padding: 20px; }

.offer-card-header { display: flex; justify-content: space-between; gap: 8px; flex-wrap: wrap; }

.offer-price { font-size: 36px; font-weight: 800; color: var(--accent); }

.offer-saving {
  display: inline-block; background: rgba(22,163,74,.08); color: #16a34a;
  font-size: 15px; font-weight: 700; padding: 4px 12px; border-radius: 8px; margin: 12px 0;
}

.offer-tag {
  font-size: 13px; color: var(--text-label); background: #f1f5f9;
  padding: 4px 10px; border-radius: 6px; margin-right: 4px;
}

/* ─── Form Elements ─── */
.input, .btn-cta, .btn-submit { font-family: inherit; transition: all .15s; }

.input {
  width: 100%; padding: 12px 16px; border-radius: var(--radius-md);
  border: 2px solid var(--border); outline: none;
}

.input:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(0, 91, 159, .18); }

.form-group {
  margin-bottom: 20px;
  text-align: left;
}

.form-label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-dark);
}

.form-input {
  width: 100%; 
  padding: 14px 16px; 
  border-radius: var(--radius-md);
  border: 2px solid var(--border); 
  outline: none;
  font-family: inherit;
  font-size: 16px;
  transition: all .2s ease;
  background: #f8fafc;
}

.form-input:focus { 
  border-color: var(--accent); 
  box-shadow: 0 0 0 4px var(--accent-bg); 
  background: #fff;
}

.btn-cta, .btn-submit {
  border: none; background: var(--yellow);
  color: var(--text-dark); font-weight: 800; cursor: pointer; width: 100%;
}

.btn-cta:hover, .btn-submit:hover:not(:disabled) { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(255,214,0,0.3); background: var(--yellow-hover); }

.btn-submit { padding: 16px; border-radius: 14px; margin-top: 8px; }

.btn-submit:disabled { background: var(--border); color: var(--text-muted); cursor: not-allowed; }

.fascia-btn {
  flex: 1; padding: 10px; border-radius: 10px; border: 2px solid var(--border);
  background: #fff; cursor: pointer; font-weight: 600;
}

.fascia-btn.selected { border-color: var(--accent); background: var(--accent-bg); color: var(--accent); }

.field-error { font-size: 14px; color: #dc2626; min-height: 16px; margin-top: 4px; }

.consent-label {
  display: flex; gap: 12px; font-size: 14px; color: var(--text-label); margin-bottom: 12px; cursor: pointer;
  align-items: flex-start;
  line-height: 1.4;
}

.consent-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--accent);
}

.price-disclaimer { font-size: 13px; color: var(--text-muted); text-align: center; padding: 20px; }

/* ─── Footer ─── */
.main-footer {
  background: var(--primary);
  border-top: none;
  padding: 60px 20px 20px;
  margin-top: 60px;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-brand {
  max-width: 320px;
}

.footer-brand .logo {
  display: block;
  margin-bottom: 16px;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-size: 16px;
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}

.footer-col h4 {
  font-family: var(--font-h);
  color: #fff;
  font-size: 18px;
  margin: 0 0 20px;
}

.footer-col a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  margin-bottom: 12px;
  font-size: 16px;
  transition: color 0.2s;
}

.footer-col a:hover {
  color: var(--yellow);
}

.footer-bottom {
  max-width: 1100px;
  margin: 60px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 40px;
  }
  .footer-links {
    gap: 40px;
    flex-direction: column;
  }
}

/* Submit button disabled state (shared visual cue) */
#btnSubmit:disabled,
#btnSubmit[disabled] {
  opacity: 0.55;
  filter: grayscale(70%);
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}
#btnSubmit:disabled:hover,
#btnSubmit[disabled]:hover {
  opacity: 0.55;
  filter: grayscale(70%);
  transform: none;
  box-shadow: none;
}

/* ─── Final pricing polish: typography + aligned indexed prices ─── */
:root { --font-h: 'Plus Jakarta Sans', system-ui, sans-serif !important; --font-main: 'DM Sans', system-ui, sans-serif !important; }
body { letter-spacing: -.008em; }
.section-title, .offer-name, .offer-price, .btn-primary, .btn-cta, .btn-submit { font-family: var(--font-h); }
.offer-card { overflow: visible; }
.offer-card-ribbon { position: relative; z-index: 1; }
.offer-card-body { gap: 18px; }
.offer-card-header { min-height: 112px; }
.offer-card-header > div:first-child { min-width: 0; flex: 1 1 auto; }
.offer-price-wrap { min-width: 145px; min-height: 78px; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; }
.offer-price { max-width: 100%; white-space: normal !important; overflow-wrap: anywhere; text-align: right; }
.offer-price small { display: block; margin-top: 4px; color: #167da4; font-size: 11px; line-height: 1.2; letter-spacing: .02em; }
.offer-price-detail { white-space: nowrap; }
.offer-features { min-height: 132px; }
.offer-tag { align-items: flex-start; }
.offer-card .btn-cta { flex-shrink: 0; }
@media (max-width: 620px) {
  .offer-card-header { min-height: 0; }
  .offer-price-wrap { min-width: 0; min-height: 70px; align-items: flex-start; }
  .offer-price { text-align: left; }
  .offer-features { min-height: 0; }
}

/* ─── Tech Future: site-wide visual polish ─── */
html { scroll-behavior: smooth; }
body { background: #f7fbfc; color: #173f4b; }
.container { width: min(100% - 40px, 1240px); }
.main-header { background: rgba(255,255,255,.94); border-bottom: 1px solid #dceff0; box-shadow: 0 4px 18px rgba(11,83,101,.07); backdrop-filter: blur(12px); }
.nav-link { color: #285663; font-weight: 650; transition: color .2s ease, transform .2s ease; }
.nav-link:hover { color: #078f68; transform: translateY(-1px); }
.hero { position: relative; isolation: isolate; box-shadow: 0 16px 36px rgba(7,92,80,.16); }
.hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,76,69,.30), transparent 65%); pointer-events: none; }
.hero-wrapper { min-height: 440px; padding-top: 54px; padding-bottom: 54px; }
.hero h1, .hero-title { letter-spacing: -.035em; }
.hero p, .hero-p { max-width: 680px; line-height: 1.65; }
.hero-image img, .hero-img, .mascot-img { display: block; border: 6px solid rgba(255,255,255,.82); box-shadow: 0 22px 44px rgba(4,76,69,.22) !important; }
.btn-primary, .btn-cta, .btn-submit { border: 0; border-radius: 13px; background: linear-gradient(102deg, #078f68, #25a9d6); color: #fff; box-shadow: 0 10px 22px rgba(7,143,104,.20); transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.btn-primary:hover, .btn-cta:hover, .btn-submit:hover:not(:disabled) { transform: translateY(-2px); filter: saturate(1.08); box-shadow: 0 15px 28px rgba(7,143,104,.28); }
.features-section, .how-it-works-section, .trustpilot-section, .info-section, .sustainability-section { padding-top: 88px !important; padding-bottom: 88px !important; }
.section-title { color: #075c50; letter-spacing: -.025em; }
.section-sub { color: #52717c; line-height: 1.55; }
.trust-card, .tp-review-card, .lead-card { border: 1px solid #dceff0; box-shadow: 0 12px 30px rgba(11,83,101,.09); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.trust-card:hover, .tp-review-card:hover { transform: translateY(-4px); border-color: #9edbd0; box-shadow: 0 18px 38px rgba(11,83,101,.15); }
.trust-card { border-radius: 20px; padding: 34px 28px; }
.trust-card h4 { font-size: 21px; line-height: 1.25; }
.hiw-container { max-width: 1120px; }
.hiw-step { background: rgba(255,255,255,.72); border: 1px solid rgba(37,169,214,.18); border-radius: 18px; padding: 24px 18px; box-shadow: 0 8px 22px rgba(11,83,101,.07); }
.hiw-number { background: linear-gradient(135deg, #078f68, #25a9d6); box-shadow: 0 7px 16px rgba(7,143,104,.20); }
.tp-review-card { border-radius: 18px; }
.lead-card { border-radius: 20px; background: #fff; }
.form-input, .input { border-color: #c9e4e6; background: #fbfeff; border-radius: 12px; }
.form-input:focus, .input:focus { border-color: #25a9d6; box-shadow: 0 0 0 4px rgba(37,169,214,.14); background: #fff; }
.consent-label { color: #466773; line-height: 1.5; }
.main-footer { margin-top: 0; padding-top: 68px; background: linear-gradient(135deg, #075c50, #0b5365); }
.footer-col a { transition: color .2s ease, transform .2s ease; }
.footer-col a:hover { color: #71cceb; transform: translateX(3px); }
@media (max-width: 900px) {
  .hero-wrapper { min-height: 0; padding-top: 42px; padding-bottom: 42px; }
  .features-section, .how-it-works-section, .trustpilot-section, .info-section, .sustainability-section { padding-top: 68px !important; padding-bottom: 68px !important; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1240px); }
  .hero-wrapper { padding-top: 32px; padding-bottom: 36px; }
  .hero h1, .hero-title { font-size: clamp(34px, 10vw, 48px); }
  .hero-image img, .hero-img, .mascot-img { border-width: 4px; }
  .trust-card { padding: 28px 22px; }
  .lead-card { padding: 24px 18px; }
}

/* ─── Tariffe: readability refinement ─── */
.offer-card, .offer-card-body, .offer-card-header { color: #173f4b; }
.offer-card-body { gap: 20px; }
.offer-name { color: #064c45 !important; font-size: 19px; line-height: 1.25; letter-spacing: -.01em; }
.offer-provider { color: #385d69 !important; font-size: 13px; line-height: 1.5; }
.offer-price-wrap { background: #e5f6f8; border: 1px solid #b9e5e8; }
.offer-price { color: #056b57 !important; font-size: 28px; font-weight: 850; line-height: 1.15; }
.offer-price-unit, .offer-price-detail { color: #365d68 !important; }
.offer-price-detail { font-size: 13px; }
.offer-features { gap: 9px; }
.offer-tag { min-height: 34px; padding: 7px 11px; border-color: #bfe2e5; background: #f2fafb; color: #214653 !important; font-size: 13px; font-weight: 550; line-height: 1.4; }
.offer-saving { border: 1px solid #a8dec9; color: #075c50 !important; font-size: 13px; }
.offer-card .btn-cta { color: #fff !important; font-size: 15px; letter-spacing: .01em; }
@media (max-width: 620px) {
  .offer-card-header { flex-direction: column; gap: 14px; }
  .offer-price-wrap { width: 100%; text-align: left; }
  .offer-price { white-space: normal; overflow-wrap: anywhere; }
}

/* ─── Tariffe: offer cards redesign ─── */
.results-list { max-width: 1120px; margin: 36px auto 72px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.offer-card { display: flex; flex-direction: column; min-width: 0; margin: 0; border: 1px solid rgba(7, 143, 104, .22); border-radius: 22px; background: linear-gradient(180deg, #ffffff 0%, #f7fcfb 100%); box-shadow: 0 14px 34px rgba(11, 83, 101, .12); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.offer-card:hover { transform: translateY(-5px); border-color: #25a9d6; box-shadow: 0 20px 42px rgba(11, 83, 101, .19); }
.offer-card-ribbon { min-height: 32px; display: flex; align-items: center; justify-content: center; padding: 8px 14px; border-radius: 20px 20px 0 0; background: linear-gradient(102deg, #075c50, #078f68 55%, #25a9d6); color: #fff; font-size: 12px; letter-spacing: .02em; }
.offer-card-body { display: flex; flex: 1; flex-direction: column; gap: 18px; padding: 24px; }
.offer-card-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; min-height: 82px; }
.offer-name-wrap { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.offer-name { color: #075c50; font-size: 20px; font-weight: 800; line-height: 1.15; }
.offer-provider { color: #5f7480; font-size: 12px; line-height: 1.4; }
.offer-provider img { max-width: 72px; max-height: 22px; object-fit: contain; }
.offer-price-wrap { flex: 0 0 auto; min-width: 125px; padding: 10px 12px; border-radius: 14px; background: #eaf8fc; text-align: right; }
.offer-price { color: #078f68; font-size: 27px; line-height: 1.1; white-space: nowrap; }
.offer-price-unit { color: #5f7480; font-size: 12px; font-weight: 600; }
.offer-price-detail { margin-top: 5px; color: #6d8490; font-size: 12px; }
.offer-saving { align-self: flex-start; margin: 0; padding: 7px 11px; border-radius: 999px; background: #eafaf5; color: #067554; font-size: 13px; }
.offer-features { display: flex; flex: 1; flex-wrap: wrap; align-content: flex-start; gap: 8px; }
.offer-tag { display: inline-flex; align-items: center; min-height: 30px; margin: 0; padding: 6px 10px; border: 1px solid #d9eef0; border-radius: 9px; background: #f4fbfc; color: #3d5a65; font-size: 12px; line-height: 1.3; }
.offer-card .btn-cta { min-height: 48px; margin-top: auto; padding: 13px 16px; border: 0; border-radius: 13px; background: linear-gradient(102deg, #078f68, #25a9d6); color: #fff; font-size: 14px; font-weight: 800; box-shadow: 0 8px 18px rgba(7, 143, 104, .2); }
.offer-card .btn-cta:hover { background: linear-gradient(102deg, #075c50, #167da4); box-shadow: 0 11px 24px rgba(7, 143, 104, .28); }
@media (max-width: 900px) { .results-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .results-list { grid-template-columns: 1fr; margin-top: 24px; } .offer-card-header { min-height: 0; } .offer-card-body { padding: 20px; } .offer-price-wrap { min-width: 112px; } }
/* Tariffe: spazio sufficiente per leggere tutte le offerte */
.tariffs-page { max-width: 1240px; }
.tariffs-page .results-list { width: 100%; max-width: none; }

/* ─── Experimental layout: modern editorial / bento system ─── */
.main-header { padding: 12px 24px; }
.header-container { max-width: 1240px; }
.nav-links { align-items: center; gap: 8px; padding: 5px; border: 1px solid #dceff0; border-radius: 999px; background: #f7fcfc; }
.nav-link { padding: 9px 14px; border-radius: 999px; font-size: 15px; }
.nav-link:hover { background: #e5f6f8; }
.hero { min-height: 570px; display: flex; align-items: center; background: linear-gradient(118deg, #064c45 0%, #078f68 46%, #25a9d6 100%) !important; }
.hero::before { content: ''; position: absolute; width: 480px; height: 480px; right: -150px; top: -190px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 34px rgba(255,255,255,.05), 0 0 0 68px rgba(255,255,255,.04); pointer-events: none; }
.hero-wrapper { width: min(100%, 1240px); min-height: 500px; padding: 72px 28px; gap: 64px; }
.hero-content { position: relative; z-index: 1; }
.hero h1 { max-width: 720px; font-size: clamp(44px, 6vw, 78px); line-height: 1.02; }
.hero p { max-width: 610px; font-size: 20px; }
.hero-image { position: relative; z-index: 1; flex: 0 1 46%; }
.hero-image::before { content: ''; position: absolute; inset: 14px -14px -14px 14px; border: 1px solid rgba(255,255,255,.38); border-radius: 30px; transform: rotate(3deg); }
.hero-image img, .hero-img, .mascot-img { position: relative; width: 100%; max-width: 560px !important; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 28px !important; }
.features-section { background: #fff; }
.features-section > .section-title, .features-section > .section-sub { max-width: 1120px; margin-left: auto; margin-right: auto; }
.features-container { max-width: 1120px; grid-template-columns: 1.25fr 1fr 1fr; gap: 18px; }
.trust-card { min-height: 220px; justify-content: center; align-items: flex-start; text-align: left; padding: 32px; background: linear-gradient(145deg, #ffffff, #f1faf9); }
.trust-card:first-child { grid-row: span 2; min-height: 458px; justify-content: flex-end; background: linear-gradient(145deg, #e9faf5, #eefaff); }
.trust-card:first-child .trust-mascot { max-height: 120px; align-self: center; margin-bottom: auto; }
.trust-card h4 { margin-top: 14px; }
.how-it-works-section { background: linear-gradient(180deg, #f0fafb 0%, #e8f8f5 100%); }
.hiw-header { max-width: 720px; margin: 0 auto 42px; }
.hiw-steps { position: relative; gap: 18px; }
.hiw-steps::before { content: ''; position: absolute; left: 9%; right: 9%; top: 30px; height: 2px; background: linear-gradient(90deg, #078f68, #25a9d6); opacity: .35; }
.hiw-step { position: relative; z-index: 1; min-height: 170px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(255,255,255,.9); }
.hiw-number { margin-bottom: 18px; width: 54px; height: 54px; display: grid; place-items: center; border: 5px solid #e8f8f5; }
.trustpilot-section { background: #fff; }
.trustpilot-wrapper { max-width: 1120px; padding: 34px; border: 1px solid #dceff0; border-radius: 28px; background: linear-gradient(135deg, #f4fbfc, #effaf6); box-shadow: 0 18px 42px rgba(11,83,101,.08); }
.tp-container { padding-right: 20px; }
.tp-reviews { gap: 14px; }
.tp-review-card { background: rgba(255,255,255,.88); }
.info-section, .sustainability-section { position: relative; overflow: hidden; }
.info-section::before, .sustainability-section::before { content: ''; position: absolute; width: 220px; height: 220px; left: -120px; bottom: -120px; border-radius: 50%; background: #e5f6f8; }
.info-section > *, .sustainability-section > * { position: relative; z-index: 1; }
.lead-card { max-width: 780px; margin-left: auto; margin-right: auto; }
.main-footer { position: relative; overflow: hidden; }
.main-footer::after { content: ''; position: absolute; width: 360px; height: 360px; right: -180px; top: -180px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.04), 0 0 0 56px rgba(255,255,255,.03); }
@media (max-width: 900px) {
  .hero { min-height: 0; }
  .hero-wrapper { min-height: 0; padding: 58px 24px; gap: 42px; }
  .features-container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-card:first-child { grid-row: auto; min-height: 250px; }
  .hiw-steps::before { left: 12%; right: 12%; }
  .trustpilot-wrapper { padding: 24px; }
}
@media (max-width: 620px) {
  .main-header { padding: 10px 14px; }
  .nav-links { gap: 2px; }
  .nav-link { padding: 8px 9px; font-size: 13px; }
  .hero-wrapper { padding: 42px 16px 52px; }
  .hero h1 { font-size: clamp(38px, 12vw, 56px); }
  .hero p { font-size: 17px; }
  .hero-image::before { inset: 8px -8px -8px 8px; }
  .features-container { grid-template-columns: 1fr; }
  .trust-card:first-child { min-height: 220px; }
  .hiw-steps { gap: 12px; }
  .hiw-steps::before { display: none; }
  .hiw-step { min-height: 145px; }
  .trustpilot-wrapper { padding: 18px; border-radius: 20px; }
}

/* ─── Final pricing polish: typography + aligned indexed prices ─── */
:root { --font-h: 'Plus Jakarta Sans', system-ui, sans-serif !important; --font-main: 'DM Sans', system-ui, sans-serif !important; }
body { letter-spacing: -.008em; }
.section-title, .offer-name, .offer-price, .btn-primary, .btn-cta, .btn-submit { font-family: var(--font-h); }
.offer-card { overflow: visible; }
.offer-card-ribbon { position: relative; z-index: 1; }
.offer-card-body { gap: 18px; }
.offer-card-header { min-height: 112px; }
.offer-card-header > div:first-child { min-width: 0; flex: 1 1 auto; }
.offer-price-wrap { min-width: 145px; min-height: 78px; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; }
.offer-price { max-width: 100%; white-space: normal !important; overflow-wrap: anywhere; text-align: right; }
.offer-price small { display: block; margin-top: 4px; color: #167da4; font-size: 11px; line-height: 1.2; letter-spacing: .02em; }
.offer-price-detail { white-space: nowrap; }
.offer-features { min-height: 132px; }
.offer-tag { align-items: flex-start; }
.offer-card .btn-cta { flex-shrink: 0; }
@media (max-width: 620px) { .offer-card-header { min-height: 0; } .offer-price-wrap { min-width: 0; min-height: 70px; align-items: flex-start; } .offer-price { text-align: left; } .offer-features { min-height: 0; } }

/* ─── Benefits section: balanced three-card layout ─── */
.features-section { background: linear-gradient(180deg, #f7fcfc 0%, #eefaf7 100%); }
.features-container { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.trust-card, .trust-card:first-child { grid-row: auto; min-height: 286px; align-items: center; justify-content: flex-start; padding: 30px 26px; text-align: center; border: 1px solid #d3ece8; border-top: 4px solid #078f68; border-radius: 20px; background: rgba(255,255,255,.92); box-shadow: 0 14px 30px rgba(11,83,101,.09); }
.trust-card:nth-child(2) { border-top-color: #25a9d6; }
.trust-card:nth-child(3) { border-top-color: #167da4; }
.trust-card .trust-mascot, .trust-card:first-child .trust-mascot { width: 72px; height: 72px; max-height: 72px; object-fit: contain; margin: 0 auto 22px; filter: hue-rotate(110deg) saturate(120%) drop-shadow(0 5px 10px rgba(7,143,104,.12)); }
.trust-card h4 { margin: 0 0 12px; color: #075c50 !important; font-size: 20px; line-height: 1.3; }
.trust-card p { max-width: 260px; margin: 0; color: #3b5b66 !important; font-size: 16px; line-height: 1.55; }
.trust-card::after { content: '01'; align-self: flex-start; order: -1; margin-bottom: 16px; color: #078f68; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.trust-card:nth-child(2)::after { content: '02'; color: #25a9d6; }
.trust-card:nth-child(3)::after { content: '03'; color: #167da4; }
.trust-card:hover { transform: translateY(-5px); border-color: #9edbd0; box-shadow: 0 20px 38px rgba(11,83,101,.15); }
@media (max-width: 900px) { .features-container { grid-template-columns: repeat(2, minmax(0, 1fr)); } .trust-card, .trust-card:first-child { min-height: 250px; } }
@media (max-width: 620px) { .features-container { grid-template-columns: 1fr; gap: 16px; } .trust-card, .trust-card:first-child { min-height: 0; padding: 26px 22px; } .trust-card .trust-mascot, .trust-card:first-child .trust-mascot { width: 64px; height: 64px; margin-bottom: 16px; } }

/* ─── Contact page: coherent visual language ─── */
main:has(.green-intro) { margin-top: 0 !important; background: #f7fbfc !important; }
main:has(.green-intro) > div:first-child { max-width: 900px !important; padding: 76px 20px 28px !important; }
main:has(.green-intro) > div:first-child .section-title { margin-bottom: 12px; color: #075c50 !important; font-size: clamp(34px, 5vw, 52px) !important; letter-spacing: -.035em; }
main:has(.green-intro) > div:first-child .section-sub { color: #52717c !important; line-height: 1.55; }
.green-intro, .green-outro { max-width: 1120px; margin-left: auto !important; margin-right: auto !important; border-radius: 28px; background: linear-gradient(118deg, #064c45 0%, #078f68 48%, #25a9d6 100%) !important; box-shadow: 0 18px 42px rgba(7,92,80,.18); overflow: hidden; }
.green-intro { margin-top: 24px !important; margin-bottom: 54px !important; }
.green-outro { margin-top: 64px !important; margin-bottom: 0 !important; }
.green-intro > div, .green-outro > div { max-width: 1000px; }
.green-intro .section-title, .green-outro .section-title { font-size: clamp(28px, 4vw, 42px) !important; line-height: 1.1; letter-spacing: -.025em; }
.green-intro p, .green-outro p { max-width: 600px; line-height: 1.7 !important; }
.green-intro img, .green-outro img { width: 250px; height: 190px; object-fit: cover; border: 5px solid rgba(255,255,255,.82); border-radius: 22px !important; box-shadow: 0 14px 30px rgba(4,76,69,.22) !important; }
#contatto-form { max-width: 820px !important; padding: 0 20px; }
#contatto-form .lead-card { padding: 38px; border: 1px solid #d3ece8; border-radius: 24px; box-shadow: 0 18px 40px rgba(11,83,101,.11); }
#contatto-form .form-label { color: #214f5c; font-size: 15px; }
#contatto-form .form-input { min-height: 50px; font-size: 16px; }
#contatto-form .consent-label { font-size: 13px; color: #466773; }
#contatto-form .btn-primary { min-height: 52px; }
@media (max-width: 620px) {
  main:has(.green-intro) > div:first-child { padding-top: 52px !important; }
  .green-intro, .green-outro { border-radius: 20px; }
  .green-intro { margin-bottom: 38px !important; }
  .green-outro { margin-top: 44px !important; }
  .green-intro img, .green-outro img { width: 210px; height: 150px; }
  #contatto-form .lead-card { padding: 24px 18px; }
}

/* ─── Values section: editorial cards ─── */
.values-section { background: linear-gradient(180deg, #f7fcfc 0%, #edf9f6 100%) !important; }
.values-section > div { max-width: 1120px !important; }
.values-section .section-title { margin-bottom: 10px; color: #075c50 !important; font-size: clamp(32px, 4vw, 48px); letter-spacing: -.035em; }
.values-section .section-sub { margin-bottom: 34px; color: #52717c; }
.values-section > div > div { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px !important; margin-top: 0 !important; }
.values-section > div > div > div { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-height: 330px; padding: 28px !important; border: 1px solid #d3ece8; border-radius: 22px; background: rgba(255,255,255,.94) !important; box-shadow: 0 14px 32px rgba(11,83,101,.09) !important; text-align: left !important; overflow: hidden; }
.values-section > div > div > div::after { content: ''; position: absolute; width: 130px; height: 130px; right: -58px; bottom: -58px; border-radius: 50%; background: #e5f6f8; }
.values-section > div > div > div:nth-child(2) { border-top: 4px solid #25a9d6; }
.values-section > div > div > div:nth-child(3) { border-top: 4px solid #167da4; }
.values-section > div > div > div:first-child { border-top: 4px solid #078f68; }
.values-section .trust-mascot { position: relative; z-index: 1; width: 76px; height: 76px; max-height: 76px !important; object-fit: contain; margin: 0 0 22px !important; filter: hue-rotate(110deg) saturate(120%) drop-shadow(0 5px 10px rgba(7,143,104,.12)); }
.values-section h4 { position: relative; z-index: 1; margin: 0 0 12px !important; color: #075c50 !important; font-family: var(--font-h); font-size: 20px !important; line-height: 1.25; }
.values-section p { position: relative; z-index: 1; max-width: 330px; margin: 0 !important; color: #3b5b66 !important; font-size: 16px; line-height: 1.6 !important; }
.values-section > div > div > div:hover { transform: translateY(-5px); border-color: #9edbd0; box-shadow: 0 20px 40px rgba(11,83,101,.15) !important; }
@media (max-width: 900px) { .values-section > div > div { grid-template-columns: 1fr 1fr; } .values-section > div > div > div { min-height: 290px; } }
@media (max-width: 620px) { .values-section > div > div { grid-template-columns: 1fr; } .values-section > div > div > div { min-height: 0; padding: 24px !important; } }
.how-it-works-section .section-sub { color: #0b5365 !important; font-weight: 700; opacity: 1; }
.how-it-works-section .section-title { color: #075c50 !important; }
.how-it-works-section .hiw-number { color: #ffffff !important; background: linear-gradient(135deg, #075c50, #167da4) !important; font-size: 20px; font-weight: 800; line-height: 1; text-align: center; }
.how-it-works-section .hiw-step p { color: #214f5c !important; font-weight: 600; line-height: 1.5; }
