
:root{
  --ink:#173f36;--ink2:#244e44;--accent:#ff6a2a;--mint:#dff4eb;--mint2:#eff9f5;
  --line:#cbded7;--muted:#677a74;--white:#fff;--shadow:0 10px 30px rgba(20,60,50,.08);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:#20342f;
  background-color:#f5f5f5;
  background-image:
    linear-gradient(45deg, rgba(0,84,71,.032) 25%, transparent 25%, transparent 75%, rgba(0,84,71,.032) 75%),
    linear-gradient(45deg, rgba(173,0,92,.028) 25%, transparent 25%, transparent 75%, rgba(173,0,92,.028) 75%);
  background-size:28px 28px;
  background-position:0 0,14px 14px;
}
a{color:var(--ink);text-underline-offset:3px}.wrap{width:min(1160px,calc(100% - 32px));margin:auto}
.site-header{background:#fff;border-bottom:1px solid #e4eeea;position:sticky;top:0;z-index:20}.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-size:22px;color:var(--ink)}.brand em{font-style:normal;color:var(--accent);font-weight:700}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--ink);font-size:20px}
.header-cta{width:44px;height:44px;border:1px solid var(--line);border-radius:12px;display:grid;place-items:center;text-decoration:none;font-size:20px}
.hero{background:linear-gradient(135deg,#f8fffc 0%,#eaf6f1 58%,#fff2eb 100%);padding:72px 0}.hero-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:44px;align-items:center}
.eyebrow{font-size:12px;letter-spacing:.12em;font-weight:800;color:#4c7c6e}.hero h1{font-size:clamp(38px,5vw,62px);line-height:1.02;margin:10px 0 18px;color:var(--ink);max-width:800px}.lead{font-size:20px;line-height:1.55;color:#536963;max-width:760px}
.trust-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:26px;font-weight:700;color:var(--ink2)}.hero-card{background:#fff;padding:28px;border-radius:24px;box-shadow:var(--shadow);border:1px solid #e6efeb}
.step-mini{display:flex;gap:12px;align-items:center;padding:11px 0}.step-mini b{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--mint);color:var(--ink)}.hero-card p{color:var(--muted)}
.section{padding:56px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px}.section h2{font-size:34px;color:var(--ink);margin:6px 0}.progress-pill{border:2px solid var(--ink);border-radius:999px;padding:10px 16px;font-weight:800;color:var(--ink)}
.steps{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0}.step-tab{border:1px solid #e4eeea;background:#eaf1ee;color:#61716c;padding:16px;border-radius:14px;font-weight:800;font-size:17px}.step-tab.active{background:var(--mint);border:2px solid var(--ink);color:var(--ink)}
.form-step{display:none}.form-step.active{display:block}.card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;margin:18px 0;box-shadow:0 3px 12px rgba(20,60,50,.035)}.card h3{font-size:24px;color:var(--ink);margin:0 0 20px}
.choice-grid,.field-grid,.offer-grid,.info-grid{display:grid;gap:16px}.choice-grid.two,.field-grid.two{grid-template-columns:1fr 1fr}.choice-grid.three{grid-template-columns:repeat(3,1fr)}.field-grid.one{grid-template-columns:1fr}.span-2{grid-column:span 2}
.choice{border:2px solid var(--line);border-radius:14px;padding:18px;cursor:pointer;background:#fff;font-weight:700}.choice:has(input:checked){border-color:var(--ink);background:var(--mint)}.choice input{margin-right:10px;accent-color:var(--ink)}
label{font-weight:750;color:var(--ink)}input,select{width:100%;margin-top:8px;border:1.5px solid #cbdad5;border-radius:12px;padding:15px 16px;font:inherit;background:#fff;color:#24332f;outline:none}input:focus,select:focus{border-color:#4c8a78;box-shadow:0 0 0 3px rgba(76,138,120,.12)}
.top-gap{margin-top:18px}.hidden{display:none}.card-title-row{display:flex;justify-content:space-between;align-items:start;gap:20px}.badge{background:var(--mint);color:var(--ink);padding:8px 12px;border-radius:999px;font-weight:800;font-size:13px}
.offer-grid{grid-template-columns:repeat(3,1fr)}.offer-card{border:1.5px solid var(--line);border-radius:18px;padding:22px;background:#fff}.offer-card.featured{border-color:#59a68e;background:#f7fffb}.offer-kicker{text-transform:uppercase;letter-spacing:.08em;font-weight:850;font-size:12px;color:#5e897c}.offer-card h4{font-size:20px;color:var(--ink);margin:10px 0}.offer-card p,.offer-card li{color:#61716c;line-height:1.5}.offer-card ul{padding-left:18px}.link-btn,.inline-link,.text-btn{border:0;background:none;color:var(--ink);font:inherit;font-weight:800;text-decoration:underline;cursor:pointer;padding:0}.disclaimer,.fineprint{font-size:13px;line-height:1.5;color:#6e7e79}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;border:0;border-radius:13px;padding:0 22px;font-weight:850;font-size:17px;text-decoration:none;cursor:pointer}.btn.primary{background:var(--ink);color:#fff}.btn.secondary{background:#e7f0ed;color:var(--ink)}.btn.big{min-height:58px;padding:0 30px}
.sticky-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:22px}.selected-summary{background:var(--mint2);border:1px solid var(--line);border-radius:16px;padding:18px 22px;display:flex;justify-content:space-between;align-items:center;gap:20px}.selected-summary strong{display:block;margin-top:4px;color:var(--ink)}
.muted{color:var(--muted)}.check-row{display:flex;align-items:flex-start;gap:13px;font-weight:500;color:#344843;line-height:1.5;padding:13px 0;border-bottom:1px solid #eef3f1}.check-row:last-of-type{border-bottom:0}.check-row input{width:20px;height:20px;margin:2px 0 0;accent-color:var(--ink);flex:0 0 auto}.required-row{font-weight:650}.sector-note{margin-top:18px;background:#f1f8f5;border-left:4px solid #65a890;padding:15px 17px;border-radius:10px}.sector-note p{margin:5px 0 0;color:var(--muted)}.callback-row{font-size:17px}.callback-row small{color:var(--muted)}
.info-grid{grid-template-columns:repeat(3,1fr)}.info-grid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}.info-grid article>span{width:38px;height:38px;border-radius:50%;background:var(--mint);display:grid;place-items:center;font-weight:900;color:var(--ink)}.info-grid h3{color:var(--ink)}.info-grid p{color:var(--muted);line-height:1.5}
footer{background:#173f36;color:#dcebe6;padding:42px 0}.footer-grid{display:flex;justify-content:space-between;gap:30px}.footer-grid p{color:#b8cec7}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.footer-links a{color:#fff}
dialog{border:0;border-radius:20px;padding:0;width:min(680px,calc(100% - 32px));box-shadow:0 20px 70px rgba(0,0,0,.28)}dialog::backdrop{background:rgba(8,30,24,.55)}.dialog-box{padding:26px}.dialog-head{display:flex;justify-content:space-between;gap:20px}.dialog-head h3{margin:5px 0;color:var(--ink)}.x{border:0;background:#edf3f1;border-radius:50%;width:38px;height:38px;font-size:24px;cursor:pointer}.sector-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.sector-list label{font-weight:600;color:#364a44}.sector-list input{width:auto;margin-right:8px}
.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,30px);opacity:0;pointer-events:none;background:#173f36;color:#fff;padding:14px 18px;border-radius:12px;transition:.25s;z-index:50}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:820px){
  .hero{padding:46px 0}.hero-grid,.offer-grid,.info-grid{grid-template-columns:1fr}.hero h1{font-size:42px}.choice-grid.three{grid-template-columns:1fr}.choice-grid.two,.field-grid.two{grid-template-columns:1fr}.span-2{grid-column:auto}.section-head{align-items:center}.card{padding:20px}.sticky-actions{position:sticky;bottom:0;background:linear-gradient(transparent,#f5faf8 20%);padding-top:22px}.sticky-actions .btn{flex:1}.footer-grid{display:block}.footer-links{margin-top:20px}.sector-list{grid-template-columns:1fr}
}


/* Named provider selector */
.provider-filter{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}
.filter-chip{border:1.5px solid var(--line);background:#fff;color:var(--ink);border-radius:999px;padding:10px 16px;font-weight:800;cursor:pointer}
.filter-chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}
.provider-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.provider-card{border:1.5px solid var(--line);border-radius:18px;padding:22px;background:#fff;transition:.18s ease;position:relative}
.provider-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(20,60,50,.07)}
.provider-card.selected{border:2px solid var(--ink);background:#f3fbf7;box-shadow:0 0 0 3px rgba(23,63,54,.08)}
.provider-card.hidden-provider{display:none}
.provider-top{display:flex;justify-content:space-between;align-items:center;gap:14px}
.provider-name{font-size:22px;font-weight:900;letter-spacing:-.02em}
.provider-name.enel{color:#e45f11}.provider-name.plenitude{color:#1b725d}.provider-name.edison{color:#184f74}
.provider-name.sorgenia{color:#183b36}.provider-name.a2a{color:#0b6470}.provider-name.hera{color:#28745d}
.provider-name.iren{color:#274b63}.provider-name.illumia{color:#9b5b18}.provider-name.pulsee{color:#772b76}.provider-name.acea{color:#24537a}
.provider-tag{background:#e2f3eb;color:var(--ink);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}
.provider-tag.variable{background:#fff1e8;color:#a94e24}
.provider-card h4{font-size:19px;margin:18px 0 8px;color:var(--ink)}
.provider-card p{color:var(--muted);line-height:1.45}
.company-legal{display:flex;flex-direction:column;gap:5px;border-top:1px solid #e5efeb;border-bottom:1px solid #e5efeb;padding:14px 0;margin:14px 0;font-size:13px;line-height:1.4;color:#5f716b}
.company-legal strong{color:var(--ink);font-size:14px}
.company-legal a{font-weight:800;color:var(--ink)}
.provider-select{width:100%;background:#e1f2eb;color:var(--ink);border:1px solid #b9d9cc}
.provider-card.selected .provider-select{background:var(--ink);color:#fff;border-color:var(--ink)}
.no-provider-selected{margin-top:16px;padding:13px 15px;border-radius:12px;background:#fff7f2;border:1px solid #f3cdb8;color:#96512e;font-weight:750}
.no-provider-selected.ok{background:#eef8f4;border-color:#c6dfd4;color:#285f50}
.selected-provider-copy strong{font-size:22px;margin-top:6px}
.selected-provider-copy span:last-child{display:block;color:var(--muted);margin-top:5px}
.summary-actions{display:flex;align-items:center;gap:14px}
.selected-pill{background:var(--ink);color:#fff;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:850;text-transform:uppercase}
@media(max-width:820px){
  .provider-grid{grid-template-columns:1fr}
  .selected-provider-summary{align-items:flex-start}
  .summary-actions{flex-direction:column;align-items:flex-end}
}


/* Multi-provider selection */
.provider-card.selected{
  border:2px solid var(--ink);
  background:#f3fbf7;
  box-shadow:0 0 0 3px rgba(23,63,54,.08);
}
.provider-card.selected .provider-select{
  background:#173f36;
  color:#fff;
  border-color:#173f36;
}
.provider-card.selected .provider-select::before{
  content:"✓ ";
}
.selected-provider-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px;
}
.selected-provider-chip{
  display:inline-flex;
  align-items:center;
  gap:6px;
  border-radius:999px;
  background:#e7f3ee;
  color:#173f36;
  padding:8px 11px;
  font-size:13px;
  font-weight:800;
}


/* VerticalMailer brand integration */
body{
  background-color:#f3f3f3;
  background-image:
    repeating-linear-gradient(
      135deg,
      rgba(0,0,0,.028) 0,
      rgba(0,0,0,.028) 1px,
      transparent 1px,
      transparent 8px
    );
  background-attachment:fixed;
}

.site-header{
  background:#ffffff;
  border-bottom:1px solid #d8d8d8;
  box-shadow:0 1px 4px rgba(0,0,0,.04);
}

.header-inner{
  min-height:92px;
  height:auto;
  padding:12px 0;
  justify-content:flex-start;
}

.vm-logo-link{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
}

.vm-logo{
  display:block;
  width:min(400px, 76vw);
  height:auto;
  max-height:72px;
  object-fit:contain;
  object-position:left center;
}

.hero,
.section,
.how{
  background:transparent;
}

.hero{
  background-color:rgba(255,255,255,.87);
  background-image:
    repeating-linear-gradient(
      135deg,
      rgba(0,86,67,.025) 0,
      rgba(0,86,67,.025) 1px,
      transparent 1px,
      transparent 8px
    );
  border-bottom:1px solid rgba(0,0,0,.06);
}

.card,
.selected-summary,
.info-grid article{
  backdrop-filter:blur(1px);
}

footer{
  background:#111;
}

.footer-logo{
  width:min(320px,80vw);
  height:auto;
  display:block;
  margin-bottom:14px;
}

.footer-brand p{
  max-width:520px;
}

@media(max-width:820px){
  .header-inner{
    min-height:74px;
    padding:9px 0;
  }
  .vm-logo{
    width:min(320px,82vw);
    max-height:58px;
  }
}


/* VerticalMailer brand header */
.site-header{
  background:rgba(255,255,255,.98);
  border-bottom:1px solid #e1e1e1;
  position:sticky;
  top:0;
  z-index:20;
}
.header-inner{
  height:92px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
.official-logo-link{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
}
.official-logo{
  display:block;
  width:min(400px, 52vw);
  max-height:72px;
  object-fit:contain;
  object-position:left center;
}
.logo-fallback{
  display:none;
  font-weight:900;
  letter-spacing:.08em;
  color:#005447;
  font-size:28px;
}
@media(max-width:820px){
  .header-inner{height:74px}
  .official-logo{width:min(300px,72vw);max-height:56px}
}
