.vhl-pension-calculator {
  --vhl-accent: var(--color-content-primary, #17233c);
  --vhl-secondary: var(--color-content-secondary, #727f9f);
  --vhl-border: color-mix(in srgb, var(--vhl-secondary) 24%, transparent);
  --vhl-soft: rgba(114, 127, 159, 0.10);
  --vhl-soft: color-mix(in srgb, var(--vhl-secondary) 10%, transparent);
  --vhl-alert: #FF5839;
  color: var(--color-content-text, inherit);
  max-width: 920px;
  margin-inline: auto;
}
.vhl-pension-calculator *, .vhl-pension-calculator *::before, .vhl-pension-calculator *::after { box-sizing: border-box; }
.vhl-pension-calculator [hidden] { display: none !important; }

.vhl-access-card, .vhl-form-section {
  border: 1px solid var(--vhl-border);
  border-radius: 14px;
  background: var(--color-content-bg, #fff);
  overflow: hidden;
}
.vhl-access-card { padding: clamp(1.1rem, 3vw, 1.7rem); }
.vhl-access-card h3 { margin: 0 0 .45rem; }
.vhl-access-intro { margin: 0 0 1.2rem; color: var(--vhl-secondary); }
.vhl-access-fields { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.vhl-access-field label { display: block; margin-bottom: .42rem; font-weight: 700; }
.vhl-access-field input, .vhl-field input {
  width: 100%; min-height: 48px; padding: .72rem .85rem; border: 1px solid var(--vhl-border); border-radius: 8px;
  background: var(--color-content-bg, #fff); color: inherit; font: inherit;
}
.vhl-access-field input:focus, .vhl-field input:focus { outline: 2px solid color-mix(in srgb, var(--vhl-accent) 28%, transparent); outline-offset: 1px; border-color: var(--vhl-accent); }
.vhl-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.vhl-terms-box { margin-top: 1rem; max-height: 180px; overflow: auto; padding: .9rem 1rem; border-radius: 9px; background: var(--vhl-soft); color: var(--vhl-secondary); font-size: .82rem; line-height: 1.5; }
.vhl-terms-box p { display: block !important; margin: 0 0 .85rem !important; }
.vhl-terms-box p:empty { min-height: .85rem; }
.vhl-terms-box > :first-child { margin-top: 0 !important; }
.vhl-terms-box > :last-child { margin-bottom: 0 !important; }
.vhl-terms-check { display: flex; gap: .55rem; align-items: flex-start; margin-top: 1rem; font-weight: 700; cursor: pointer; }
.vhl-terms-check input { margin-top: .2rem; }
.vhl-open-button, .vhl-calculate-button, .vhl-section-nav {
  min-height: 48px; padding: .75rem 1.3rem; border: 0; border-radius: 8px; background: var(--vhl-accent); color: #fff; font: inherit; font-weight: 700; cursor: pointer;
}
.vhl-open-button { margin-top: 1rem; }
.vhl-open-button:disabled, .vhl-calculate-button:disabled { opacity: .45; cursor: not-allowed; }
.vhl-open-button.is-loading, .vhl-calculate-button.is-loading { cursor: wait; }
.vhl-access-status, .vhl-validation { margin-top: 1rem; padding: .85rem 1rem; border-left: 4px solid var(--vhl-alert); background: color-mix(in srgb, var(--vhl-alert) 9%, transparent); }

.vhl-calculator-sections { display: grid; gap: 1rem; }
.vhl-section-toggle {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 1.15rem;
  border: 0; background: var(--vhl-soft); color: inherit; font: inherit; font-size: 1.05rem; font-weight: 750; text-align: left; cursor: pointer;
}
.vhl-section-icon { position: relative; flex: 0 0 18px; width: 18px; height: 18px; }
.vhl-section-icon::before, .vhl-section-icon::after { content: ''; position: absolute; top: 8px; left: 2px; width: 14px; height: 2px; background: currentColor; transition: transform .2s ease; }
.vhl-section-icon::after { transform: rotate(90deg); }
.vhl-section-toggle[aria-expanded="true"] .vhl-section-icon::after { transform: rotate(0); }
.vhl-section-panel { padding: 1.15rem; }
.vhl-section-fields { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1.1rem; }
.vhl-form-intro { margin: 0 0 .15rem; color: var(--vhl-secondary); }
.vhl-field { min-width: 0; }
.vhl-field label { display: block; margin-bottom: .45rem; font-weight: 700; line-height: 1.35; }
.vhl-field-helper { margin: .42rem 0 0; color: var(--vhl-secondary); font-size: .82rem; line-height: 1.45; }
.vhl-section-navigation { display: flex; justify-content: space-between; gap: .75rem; margin-top: 1.2rem; }
.vhl-section-nav { min-height: 42px; padding: .6rem 1rem; background: transparent; color: var(--vhl-accent); border: 1px solid var(--vhl-border); }
.vhl-section-nav--next { margin-left: auto; background: var(--vhl-accent); color: #fff; border-color: var(--vhl-accent); }

.vhl-cost-summary { padding: 1rem 1.15rem; border-radius: 10px; background: var(--vhl-soft); }
.vhl-cost-summary p { margin: 0; line-height: 1.5; }
.vhl-cost-summary__eyebrow + p { margin-top: .32rem; }
.vhl-cost-summary__eyebrow { display: block; font-size: .9rem; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
.vhl-cost-summary__eyebrow strong { letter-spacing: normal; }
.vhl-cost-formula { color: var(--vhl-secondary); }
.vhl-cost-summary__breakdown { color: #727f9f; font-size: .8rem; }
.vhl-cost-summary__breakdown strong { color: inherit; }
.vhl-calculate-button { margin-top: 1.4rem; }
.vhl-save-status { margin: .7rem 0 0; color: var(--vhl-secondary); font-size: .82rem; }

.vhl-results { margin-top: 2rem; padding: clamp(1.2rem, 3vw, 2rem); border-radius: 14px; background: var(--vhl-soft); }
.vhl-results-kicker { margin: 0 0 1rem; color: var(--vhl-secondary); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.vhl-results-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1rem; }
.vhl-result-item { padding: 1rem; border: 1px solid var(--vhl-border); border-radius: 10px; background: color-mix(in srgb, var(--color-content-bg, #fff) 72%, transparent); }
.vhl-result-item h4 { margin: 0 0 .55rem; font-size: .95rem; }
.vhl-result-item p { margin: .55rem 0 0; color: var(--vhl-secondary); font-size: .82rem; line-height: 1.45; }
.vhl-result-value { display: block; font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.1; }
.vhl-result-value--secondary { font-size: 1.4rem; }
.vhl-result-utm { display: block; margin-top: .4rem; color: var(--vhl-secondary); font-size: .82rem; }
.vhl-result-utm-unit { margin-top: .12rem; }
.vhl-result-distribution { display: grid; gap: .18rem; margin-top: .8rem; }
.vhl-result-distribution__title { display: block; margin-bottom: .1rem; color: inherit; }
.vhl-result-distribution > span { display: block; }
.vhl-result-costs { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--vhl-border); }
.vhl-result-costs .vhl-cost-summary__breakdown { margin-top: .32rem; }
.vhl-estimate-notes p { color: var(--color-content-text, inherit); }
.vhl-whatsapp-result-form { margin: 1rem 0 0; }
.vhl-whatsapp-result-form .vhl-whatsapp-result-button { margin: 0; }
.vhl-disclaimer { margin: 1rem 0 0; color: var(--vhl-secondary); font-size: .78rem; line-height: 1.5; }

@media (max-width: 680px) {
  .vhl-results-grid { grid-template-columns: 1fr; }
  .vhl-section-panel { padding: 1rem; }
}
