/* Vector Energy Casa Verde microsite. Every rule is scoped to avoid changing the parent site. */
.ve-casa-verde-site {
	--ve-cv-green: #005447;
	--ve-cv-deep: #073d38;
	--ve-cv-ink: #0c2e2c;
	--ve-cv-muted: #5a716c;
	--ve-cv-yellow: #ffca3a;
	--ve-cv-mint: #eef7f2;
	--ve-cv-line: #d6e7df;
	background: #f9fcfa;
	color: var(--ve-cv-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.55;
	min-height: 100vh;
	overflow-x: hidden;
}
.ve-casa-verde-site *, .ve-casa-verde-site *::before, .ve-casa-verde-site *::after { box-sizing: border-box; }
.ve-casa-verde-site a { color: inherit; }
.ve-cv-container { width: min(calc(100% - 48px), var(--ve-cv-max-width, 1920px)); margin: 0 auto; }
.ve-cv-skip-link { position: absolute; left: 16px; top: -60px; z-index: 20; padding: 10px 14px; background: var(--ve-cv-yellow); color: var(--ve-cv-ink); border-radius: 8px; font-weight: 700; }
.ve-cv-skip-link:focus { top: 16px; }
.ve-cv-status-bar { background: var(--ve-cv-deep); color: #e8f6ee; font-size: 13px; }
.ve-cv-status-bar .ve-cv-container { display: flex; align-items: center; gap: 9px; min-height: 38px; }
.ve-cv-status-dot, .ve-cv-pill__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ve-cv-yellow); flex: 0 0 auto; }
.ve-cv-status-bar__domain { margin-left: auto; opacity: .7; }
.ve-cv-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(214,231,223,.9); backdrop-filter: blur(14px); }
.ve-cv-header__inner { display: flex; align-items: center; gap: 22px; min-height: 112px; }
.ve-cv-brand { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.ve-cv-brand img { display: block; width: 96px; height: 96px; object-fit: contain; }
.ve-cv-nav { display: flex; align-items: center; justify-content: flex-start; gap: clamp(18px, 2.1vw, 36px); flex: 1 1 auto; }
.ve-cv-nav a { color: var(--ve-cv-ink); text-decoration: none; font-size: 16px; font-weight: 800; white-space: nowrap; }
.ve-cv-nav a:hover, .ve-cv-nav a:focus-visible { color: var(--ve-cv-green); }
.ve-cv-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 16px; padding: 14px 22px; font-size: 15px; font-weight: 800; line-height: 1.1; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.ve-cv-button:hover, .ve-cv-button:focus-visible { transform: translateY(-1px); box-shadow: 0 9px 22px rgba(0,58,51,.14); }
.ve-cv-button--outline { border-color: var(--ve-cv-green); color: var(--ve-cv-green); background: #fff; white-space: nowrap; }
.ve-cv-button--solar { background: var(--ve-cv-yellow); color: var(--ve-cv-ink); }
.ve-cv-button--ghost { border-color: rgba(255,255,255,.85); background: rgba(0,65,57,.2); color: #fff; }
.ve-cv-shared-hero { width: min(calc(100% - 48px), var(--ve-cv-max-width, 1920px)); margin: 32px auto 0; }
.ve-cv-shared-hero .ve-hc--standalone { margin: 0 auto; }
.ve-cv-menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.ve-cv-menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ve-cv-deep); }
.ve-cv-hero { margin: 32px 0 0; height: auto; aspect-ratio: 2 / 1; min-height: 0; border-radius: 28px; overflow: hidden; background-color: #cddfd4; background-image: linear-gradient(90deg, rgba(3,65,56,.94) 0%, rgba(3,65,56,.78) 34%, rgba(3,65,56,.15) 60%, rgba(3,65,56,.02) 100%), var(--ve-cv-hero-image); background-position: center; background-size: cover; }
.ve-cv-hero__inner { height: 100%; min-height: 0; display: flex; align-items: center; }
.ve-cv-hero__content { max-width: 640px; padding: clamp(36px, 6vw, 84px); color: #fff; }
.ve-cv-pill { display: inline-flex; align-items: center; gap: 9px; padding: 8px 14px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; background: rgba(0,65,57,.22); font-size: 13px; font-weight: 700; }
.ve-cv-eyebrow { margin: 0 0 12px; color: #207b65; font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.ve-cv-hero .ve-cv-eyebrow { margin-top: 30px; color: #d6f3df; }
.ve-cv-hero h1 { max-width: 600px; margin: 0; color: #fff; font-size: clamp(48px, 5.7vw, 92px); line-height: .98; letter-spacing: -.05em; }
.ve-cv-hero__copy { max-width: 540px; margin: 28px 0 0; color: #f6fffb; font-size: clamp(18px, 1.5vw, 25px); line-height: 1.35; }
.ve-cv-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.ve-cv-hero__trust { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 42px; }
.ve-cv-hero__trust span { display: grid; gap: 2px; padding-left: 15px; border-left: 2px solid var(--ve-cv-yellow); }
.ve-cv-hero__trust strong { font-size: 14px; }
.ve-cv-hero__trust small { color: #d9eee4; font-size: 12px; }
.ve-cv-steps { padding: 34px 0; background: var(--ve-cv-mint); }
.ve-cv-steps__grid { display: flex; align-items: center; gap: 22px; }
.ve-cv-step { display: flex; align-items: center; gap: 16px; min-width: 0; }
.ve-cv-step { flex: 1 1 0; }
.ve-cv-step__number { display: grid; place-items: center; width: 50px; height: 50px; flex: 0 0 auto; border-radius: 50%; background: #dbeee5; color: var(--ve-cv-green); font-size: 13px; font-weight: 900; }
.ve-cv-step h2 { margin: 0; color: var(--ve-cv-ink); font-size: 21px; letter-spacing: -.03em; }
.ve-cv-step p { margin: 2px 0 0; color: var(--ve-cv-muted); font-size: 13px; line-height: 1.35; }
.ve-cv-step__arrow { color: #5c9383; font-size: 28px; }
.ve-cv-section { padding: clamp(44px, 5vw, 72px) 0; }
.ve-cv-section--mint { background: var(--ve-cv-mint); }
.ve-cv-section--dark { background: transparent; color: #fff; }
.ve-cv-section--dark .ve-cv-faq { padding: clamp(28px, 4vw, 58px); border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: var(--ve-cv-deep); box-shadow: 0 16px 38px rgba(0,65,57,.12); }
.ve-cv-section__heading { max-width: 1100px; }
.ve-cv-section h2, .ve-cv-document-grid h2, .ve-cv-calculator h2, .ve-cv-faq h2 { margin: 0; color: var(--ve-cv-ink); font-size: clamp(28px, 2.7vw, 44px); line-height: 1.06; letter-spacing: -.05em; }
.ve-cv-section p { color: var(--ve-cv-muted); }
.ve-cv-section--dark h2, .ve-cv-section--dark p { color: #fff; }
.ve-cv-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 22px; align-items: stretch; }
.ve-cv-benefits article { min-height: 0; height: 100%; padding: 20px; border: 1px solid var(--ve-cv-line); border-radius: 14px; background: #fff; }
.ve-cv-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 12px; border-radius: 50%; background: #e2f1e8; color: var(--ve-cv-green); font-size: 21px; font-weight: 900; }
.ve-cv-benefits h3 { margin: 0; font-size: 19px; }
.ve-cv-benefits p { margin: 6px 0 0; font-size: 14px; line-height: 1.4; }
.ve-cv-document-grid, .ve-cv-calculator { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(28px, 4vw, 68px); }
.ve-cv-document-grid { padding: clamp(24px, 3.5vw, 46px); border: 1px solid var(--ve-cv-line); border-radius: 20px; background: #fff; box-shadow: 0 16px 38px rgba(0,65,57,.06); }
.ve-cv-calculator { padding: clamp(24px, 3.5vw, 46px); border: 1px solid var(--ve-cv-line); border-radius: 20px; background: #fff; box-shadow: 0 16px 38px rgba(0,65,57,.06); }
.ve-cv-calculator > div:first-child { display: grid; gap: 8px; }
.ve-cv-calculator > div:first-child > p { margin: 0; }
.ve-cv-text-link { display: inline-flex; gap: 10px; margin-top: 18px; color: var(--ve-cv-green) !important; font-weight: 900; text-decoration: none; }
.ve-cv-checklist { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.ve-cv-checklist li { display: flex; align-items: center; gap: 11px; min-height: 48px; padding: 10px 14px; border: 1px solid var(--ve-cv-line); border-radius: 10px; background: #fbfefc; color: var(--ve-cv-ink); font-size: 14px; line-height: 1.25; font-weight: 800; }
.ve-cv-checklist li span { display: grid; place-items: center; width: 22px; height: 22px; flex: 0 0 auto; border-radius: 50%; background: var(--ve-cv-green); color: #fff; font-size: 12px; }
.ve-cv-calculator__card { display: grid; gap: 12px; padding: 28px; border: 1px solid var(--ve-cv-line); border-radius: 16px; background: var(--ve-cv-mint); box-shadow: none; }
.ve-cv-calculator__label { color: #207b65; font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.ve-cv-calculator__card strong { font-size: 24px; }
.ve-cv-calculator__card a { color: var(--ve-cv-green); font-weight: 800; text-decoration: none; }
.ve-cv-section--newsletter { padding-top: 0; }
.ve-cv-newsletter-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(28px, 4vw, 68px); align-items: center; padding: clamp(28px, 4vw, 54px); border-radius: 22px; background: var(--ve-cv-deep); box-shadow: 0 16px 38px rgba(0,65,57,.12); }
.ve-cv-newsletter-card .ve-cv-eyebrow { color: #b9e4d1; }
.ve-cv-newsletter-card h2 { margin: 0; color: #fff; font-size: clamp(30px, 3vw, 48px); line-height: 1.04; letter-spacing: -.05em; }
.ve-cv-newsletter-card__intro > p:last-child { margin: 18px 0 0; color: #d8ebe3; line-height: 1.5; }
.ve-cv-newsletter-card__form-wrap { min-width: 0; }
.ve-cv-newsletter-form { display: grid; gap: 12px; }
.ve-cv-newsletter-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; }
.ve-cv-newsletter-form .ve-cv-field label { color: #fff; }
.ve-cv-newsletter-form .ve-cv-field input { background: #f8fcfa; }
.ve-cv-newsletter-form .ve-cv-consent label { color: #d8ebe3; }
.ve-cv-newsletter-form .ve-cv-consent a { color: #fff; }
.ve-cv-newsletter-form .ve-cv-button { justify-self: start; }
.ve-cv-contact-card { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(28px, 4vw, 68px); align-items: center; padding: clamp(28px, 4vw, 54px); border: 1px solid var(--ve-cv-line); border-radius: 22px; background: #fff; box-shadow: 0 16px 38px rgba(0,65,57,.08); }
.ve-cv-contact-card h2 { margin: 0; color: var(--ve-cv-ink); font-size: clamp(30px, 3vw, 48px); line-height: 1.04; letter-spacing: -.05em; }
.ve-cv-contact-card > div:first-child > p:last-child { margin: 18px 0 0; color: var(--ve-cv-muted); line-height: 1.5; }
.ve-cv-contact-card__links { display: flex; align-items: stretch; justify-content: center; flex-wrap: nowrap; gap: 12px; overflow-x: auto; padding: 6px 2px; }
.ve-cv-contact-card__links a { display: grid; grid-template-columns: 1fr; row-gap: 6px; align-items: center; flex: 0 1 150px; min-width: 128px; padding: 16px 12px; border: 1px solid var(--ve-cv-line); border-radius: 12px; color: var(--ve-cv-ink); text-align: center; text-decoration: none; background: #fbfefc; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.ve-cv-contact-card__links a:hover, .ve-cv-contact-card__links a:focus-visible { transform: translateY(-1px); border-color: var(--ve-cv-green); box-shadow: 0 8px 18px rgba(0,65,57,.09); }
.ve-cv-contact-card__links a > span { display: grid; place-items: center; justify-self: center; width: 34px; height: 34px; border-radius: 50%; background: #e2f1e8; color: var(--ve-cv-green); font-size: 13px; font-weight: 900; }
.ve-cv-contact-card__links strong { font-size: 14px; }
.ve-cv-contact-card__links small { color: var(--ve-cv-muted); font-size: 11px; }
.ve-cv-form-section { padding: 0 0 100px; background: #f9fcfa; }
.ve-cv-form-card { display: grid; grid-template-columns: .72fr 1.28fr; gap: 28px; padding: clamp(24px, 3vw, 40px); border: 1px solid var(--ve-cv-line); border-radius: 20px; background: #fff; box-shadow: 0 16px 42px rgba(0,65,57,.08); }
.ve-cv-form-card__intro h2 { margin: 0; color: var(--ve-cv-ink); font-size: clamp(28px, 2.7vw, 42px); line-height: 1.05; letter-spacing: -.05em; }
.ve-cv-form-card__intro p:last-child { color: var(--ve-cv-muted); }
.ve-cv-form { display: grid; gap: 12px; }
.ve-cv-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; align-items: start; }
.ve-cv-field { display: grid; gap: 5px; }
.ve-cv-field label { color: var(--ve-cv-ink); font-size: 12px; font-weight: 800; }
.ve-cv-field label span { color: #bb2e2e; }
.ve-cv-field input, .ve-cv-field select { width: 100%; height: 48px; min-height: 48px; border: 1px solid #cfe2d9; border-radius: 9px; background: #fbfefc; color: var(--ve-cv-ink); padding: 10px 12px; font: inherit; }
.ve-cv-field textarea { width: 100%; min-height: 104px; height: 104px; border: 1px solid #cfe2d9; border-radius: 9px; background: #fbfefc; color: var(--ve-cv-ink); padding: 10px 12px; font: inherit; resize: vertical; }
.ve-cv-field--message { grid-column: 1 / -1; }
.ve-cv-field input:focus, .ve-cv-field select:focus, .ve-cv-field textarea:focus { outline: 3px solid rgba(255,202,58,.45); border-color: var(--ve-cv-green); }
.ve-cv-consent label { display: flex; align-items: center; gap: 10px; color: var(--ve-cv-muted); font-size: 12px; line-height: 1.4; }
.ve-cv-consent input { width: 18px; height: 18px; margin: 0; flex: 0 0 auto; accent-color: var(--ve-cv-green); }
.ve-cv-consent a { color: var(--ve-cv-green); font-weight: 800; }
.ve-cv-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.ve-cv-notice { margin: 0 0 20px; padding: 16px 18px; border-radius: 12px; font-size: 14px; }
.ve-cv-notice--success { border-left: 4px solid #16845c; background: #e9f6ee; color: #0b5547; }
.ve-cv-notice--error { border-left: 4px solid #b3261e; background: #fff1ef; color: #842018; }
.ve-cv-faq { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 56px; align-items: start; }
.ve-cv-faq > div:first-child { grid-column: 1; grid-row: 1; }
.ve-cv-faq__questions { display: grid; grid-column: 2; grid-row: 1; gap: 0; }
.ve-cv-faq details { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.ve-cv-faq summary { cursor: pointer; font-weight: 800; }
.ve-cv-faq details p { margin: 10px 0 0; color: #d8ebe3; }
.ve-cv-footer { padding: 34px 0; background: #062f2b; color: #d8ebe3; }
.ve-cv-footer__inner { display: flex; align-items: center; gap: 24px; }
.ve-cv-footer .ve-cv-brand { background: transparent; border-radius: 50%; overflow: hidden; }
.ve-cv-footer .ve-cv-brand img { width: 68px; height: 68px; background: transparent; border-radius: 50%; }
.ve-cv-footer p { margin: 0; font-size: 14px; }
.ve-cv-footer__inner > div { display: flex; flex-wrap: wrap; gap: 18px; margin-left: auto; }
.ve-cv-footer__inner > div a { color: #fff; font-size: 13px; text-decoration: none; }
.ve-cv-footer__inner > div a:hover { color: var(--ve-cv-yellow); }
.ve-cv-account-page { padding-bottom: clamp(72px, 8vw, 120px); }
.ve-cv-account__card--access { max-width: 760px; }
.ve-cv-account__card--access h2 { margin: 0; color: var(--ve-cv-ink); font-size: clamp(30px, 3vw, 48px); line-height: 1.05; letter-spacing: -.05em; }
.ve-cv-account__card--access p:not(.ve-cv-eyebrow) { color: var(--ve-cv-muted); }
.ve-cv-account__logout-form { margin: 0; }
.ve-cv-account__logout { margin: 0; border: 1px solid var(--ve-cv-yellow); border-radius: 16px; padding: 14px 22px; background: var(--ve-cv-yellow); color: var(--ve-cv-ink); font: inherit; font-size: 15px; font-weight: 800; line-height: 1.1; cursor: pointer; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.ve-cv-account__logout:hover, .ve-cv-account__logout:focus-visible { transform: translateY(-1px); box-shadow: 0 9px 22px rgba(0,58,51,.14); }
@media (max-width: 1399px) and (min-width: 821px) {
	.ve-cv-header__inner { min-height: 88px; gap: 16px; }
	.ve-cv-brand img { width: 76px; height: 76px; }
	.ve-cv-menu-toggle { display: block; margin-left: auto; }
	.ve-cv-nav { display: none; position: absolute; left: 16px; right: 16px; top: 88px; padding: 18px; border: 1px solid var(--ve-cv-line); border-radius: 14px; background: #fff; box-shadow: 0 15px 35px rgba(0,65,57,.14); }
	.ve-cv-nav.is-open { display: grid; gap: 12px; }
	.ve-cv-header__cta { display: none; }
}
@media (max-width: 1100px) {
	.ve-cv-header__inner { gap: 18px; }
	.ve-cv-nav { gap: 18px; }
	.ve-cv-nav a { font-size: 14px; }
	.ve-cv-header__cta { padding: 12px 14px; font-size: 13px; }
	.ve-cv-form-card { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
	.ve-cv-container { width: min(calc(100% - 32px), var(--ve-cv-max-width, 1920px)); }
	.ve-cv-shared-hero { width: min(calc(100% - 32px), var(--ve-cv-max-width, 1920px)); }
	.ve-cv-status-bar__domain { display: none; }
	.ve-cv-header__inner { min-height: 78px; }
	.ve-cv-brand img { width: 66px; height: 66px; }
	.ve-cv-menu-toggle { display: block; margin-left: auto; }
	.ve-cv-nav { display: none; position: absolute; left: 16px; right: 16px; top: 78px; padding: 18px; border: 1px solid var(--ve-cv-line); border-radius: 14px; background: #fff; box-shadow: 0 15px 35px rgba(0,65,57,.14); }
	.ve-cv-nav.is-open { display: grid; gap: 12px; }
	.ve-cv-header__cta { display: none; }
	.ve-cv-hero { margin-top: 16px; height: auto; aspect-ratio: auto; min-height: 620px; background-position: 64% center; }
	.ve-cv-hero__inner { height: auto; min-height: 620px; }
	.ve-cv-hero__content { padding: 30px 24px; align-self: flex-end; }
	.ve-cv-hero h1 { font-size: clamp(43px, 12vw, 72px); }
	.ve-cv-hero__trust { gap: 15px; margin-top: 28px; }
	.ve-cv-steps__grid { flex-direction: column; align-items: stretch; gap: 18px; }
	.ve-cv-step__arrow { display: none; }
	.ve-cv-benefits, .ve-cv-document-grid, .ve-cv-calculator, .ve-cv-faq { grid-template-columns: 1fr; }
	.ve-cv-newsletter-card, .ve-cv-contact-card { grid-template-columns: 1fr; }
	.ve-cv-faq > div:first-child, .ve-cv-faq__questions { grid-column: auto; grid-row: auto; }
	.ve-cv-form-grid, .ve-cv-newsletter-form__grid { grid-template-columns: 1fr; }
	.ve-cv-contact-card__links { justify-content: flex-start; flex-wrap: wrap; overflow-x: visible; }
	.ve-cv-contact-card__links a { flex: 1 1 140px; }
	.ve-cv-footer__inner { align-items: flex-start; flex-wrap: wrap; }
	.ve-cv-footer__inner > div { width: 100%; margin-left: 0; }
}
@media (max-width: 480px) {
	.ve-cv-hero { min-height: 660px; }
	.ve-cv-hero__actions .ve-cv-button { width: 100%; }
	.ve-cv-form-card { padding: 24px 18px; }
}
.ve-cv-account { display: grid; gap: 24px; }
.ve-cv-account__heading { max-width: 760px; }
.ve-cv-account__heading h2 { margin: 0; color: var(--ve-cv-ink); font-size: clamp(30px, 3vw, 48px); line-height: 1.05; letter-spacing: -.05em; }
.ve-cv-account__heading > p:not(.ve-cv-eyebrow) { color: var(--ve-cv-muted); }
.ve-cv-account__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; align-items: stretch; }
.ve-cv-account__grid > .ve-cv-account__card { height: 100%; }
.ve-cv-account__card, .ve-cv-account__documents, .ve-cv-account__profile { padding: clamp(22px, 3vw, 34px); border: 1px solid var(--ve-cv-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(0,65,57,.06); }
.ve-cv-account__card--muted { background: #f7faf8; }
.ve-cv-account__card--reset { max-width: 860px; }
.ve-cv-account__card h3, .ve-cv-account__documents h3 { margin: 0; color: var(--ve-cv-ink); font-size: 24px; }
.ve-cv-account__card > p, .ve-cv-account__documents > p { color: var(--ve-cv-muted); font-size: 14px; }
.ve-cv-account__form { display: grid; gap: 12px; }
.ve-cv-account__grid .ve-cv-button--outline { border-color: var(--ve-cv-yellow); background: var(--ve-cv-yellow); color: var(--ve-cv-ink); }
.ve-cv-account__form .ve-cv-form-grid { margin-top: 8px; }
.ve-cv-field__help { color: var(--ve-cv-muted); font-size: 11px; line-height: 1.35; }
.ve-cv-account__checkbox, .ve-cv-account__remember { display: flex; align-items: center; gap: 8px; color: var(--ve-cv-muted); font-size: 12px; }
.ve-cv-account__checkbox input, .ve-cv-account__remember input { width: 17px; height: 17px; accent-color: var(--ve-cv-green); }
.ve-cv-account__password-reset { display: grid; gap: 8px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--ve-cv-line); }
.ve-cv-account__password-reset h4 { margin: 0; color: var(--ve-cv-ink); font-size: 16px; }
.ve-cv-account__password-reset p { margin: 0; color: var(--ve-cv-muted); font-size: 13px; }
.ve-cv-account__logout { display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
.ve-cv-account__profile { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; }
.ve-cv-account__profile strong { color: var(--ve-cv-ink); }
.ve-cv-account__profile span { color: var(--ve-cv-muted); font-size: 13px; }
.ve-cv-account__documents { display: grid; gap: 16px; }
.ve-cv-account__hint { margin: 0; }
.ve-cv-account__document-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; align-items: stretch; }
.ve-cv-account__document { min-width: 0; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; padding: 16px; border: 1px solid var(--ve-cv-line); border-radius: 12px; background: #fbfefc; }
.ve-cv-account__document > div { display: grid; gap: 5px; min-width: 0; }
.ve-cv-account__document strong { color: var(--ve-cv-ink); }
.ve-cv-account__document small { color: var(--ve-cv-muted); font-size: 11px; }
.ve-cv-account__document a { color: var(--ve-cv-green); font-size: 12px; font-weight: 800; text-decoration: none; overflow-wrap: anywhere; }
.ve-cv-account__document-actions { display: grid; gap: 8px; margin-top: 4px; }
.ve-cv-account__document-actions form { width: 100%; }
.ve-cv-account__document-status { width: fit-content; padding: 4px 8px; border-radius: 999px; font-size: 10px !important; font-weight: 800; }
.ve-cv-account__document-status.is-uploaded { color: #075a52 !important; background: #d9f2e7; }
.ve-cv-account__document-status.is-missing { color: #735600 !important; background: #fff1ad; }
.ve-cv-account__document form { display: grid; gap: 8px; justify-items: start; }
.ve-cv-account__document form.ve-cv-account__delete-form { justify-items: stretch; }
.ve-cv-account__document form > small { color: var(--ve-cv-muted); font-size: 10px; }
.ve-cv-account__preview { position: relative; display: flex !important; align-items: center; justify-content: center; width: 100%; height: clamp(136px, 12vw, 176px); margin: 6px 0 8px; border: 1px solid rgba(0,86,69,.16); border-radius: 12px; background: linear-gradient(180deg,#fff,#f3faf6); overflow: hidden; box-shadow: inset 0 0 0 1px rgba(255,255,255,.65); }
.ve-cv-account__preview img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; background: #fff; }
.ve-cv-account__preview > span:not(.ve-cv-account__preview-icon) { position: absolute; left: 10px; right: 10px; bottom: 8px; padding: 5px 8px; border-radius: 999px; background: rgba(4,74,60,.86); color: #fff; font-size: 10px; font-weight: 800; text-align: center; opacity: 0; transform: translateY(4px); transition: opacity .18s ease, transform .18s ease; }
.ve-cv-account__preview:hover > span:not(.ve-cv-account__preview-icon), .ve-cv-account__preview:focus-visible > span:not(.ve-cv-account__preview-icon) { opacity: 1; transform: translateY(0); }
.ve-cv-account__preview--metadata { flex-direction: column; gap: 7px; padding: 14px; color: var(--ve-cv-ink) !important; text-align: center; }
.ve-cv-account__preview--metadata strong { font-size: 13px; }
.ve-cv-account__preview--metadata small { color: var(--ve-cv-muted); font-size: 11px; }
.ve-cv-account__preview-icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: #d9f2e7; color: var(--ve-cv-green); font-size: 22px; font-weight: 900; }
.ve-cv-account__preview-status { display: inline-flex; align-items: center; justify-content: center; min-height: 72px; padding: 12px; border: 1px dashed var(--ve-cv-line); border-radius: 12px; color: var(--ve-cv-muted); background: #fbfefc; text-align: center; }
.ve-cv-file-input { display: grid; gap: 5px; color: var(--ve-cv-green); font-size: 12px; font-weight: 800; cursor: pointer; }
.ve-cv-file-input input { width: 100%; max-width: 240px; color: var(--ve-cv-muted); font-size: 11px; }
.ve-cv-account__document .ve-cv-file-input, .ve-cv-account__document .ve-cv-file-input input { max-width: 100%; }
.ve-cv-button--danger { border-color: #b3261e; background: #fff; color: #842018; }
.ve-cv-account__document .ve-cv-button { width: 100%; }
.ve-cv-preview-modal { position: fixed; inset: 0; z-index: 999999; display: none; align-items: center; justify-content: center; padding: clamp(18px, 4vw, 48px); background: rgba(1,28,25,.76); }
.ve-cv-preview-modal.is-open { display: flex; }
.ve-cv-preview-modal__dialog { position: relative; width: min(1040px, 96vw); max-height: 92vh; display: grid; gap: 12px; padding: clamp(14px, 2vw, 22px); border-radius: 22px; background: #fff; box-shadow: 0 24px 90px rgba(0,0,0,.35); }
.ve-cv-preview-modal__header { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--ve-cv-ink); font-weight: 900; }
.ve-cv-preview-modal__close { border: 1px solid var(--ve-cv-line); border-radius: 999px; background: #f7fbf8; color: var(--ve-cv-green); width: 38px; height: 38px; font-size: 22px; line-height: 1; cursor: pointer; }
.ve-cv-preview-modal__body { display: flex; align-items: center; justify-content: center; min-height: 220px; max-height: calc(92vh - 120px); border-radius: 16px; background: #f2f8f5; overflow: hidden; }
.ve-cv-preview-modal__body img { display: block; max-width: 100%; max-height: calc(92vh - 130px); object-fit: contain; }
.ve-cv-preview-modal__body iframe { width: 100%; height: min(72vh, 760px); border: 0; background: #fff; }
@media (min-width: 821px) {
	.ve-cv-account__grid > .ve-cv-account__card { display: flex; flex-direction: column; }
	.ve-cv-account__grid > .ve-cv-account__card:not(.ve-cv-account__card--muted) > .ve-cv-account__form { flex: 1; }
	.ve-cv-account__grid > .ve-cv-account__card:not(.ve-cv-account__card--muted) > .ve-cv-account__form > .ve-cv-button { margin-top: auto; }
	.ve-cv-account__card--muted > .ve-cv-account__form:first-of-type { min-height: clamp(300px, 20vw, 350px); }
	.ve-cv-account__card--muted > .ve-cv-account__form:first-of-type > .ve-cv-button { margin-top: auto; }
}
@media (max-width: 1100px) {
	.ve-cv-account__document-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
	.ve-cv-account__grid { grid-template-columns: 1fr; }
	.ve-cv-account__document-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
	.ve-cv-account__document-list { grid-template-columns: 1fr; }
}

/* Configurable public score simulator. */
.ve-cv-section--calculator { padding-top: 0; }
.ve-cv-calculator-module { display: grid; gap: 24px; min-width: 0; }
.ve-cv-calculator-module__intro { width: 100%; max-width: none; min-width: 0; }
.ve-cv-calculator-module__intro h2 { margin: 0; color: var(--ve-cv-ink); font-size: clamp(28px, 2.7vw, 44px); line-height: 1.06; letter-spacing: -.05em; }
.ve-cv-calculator-module__intro h2, .ve-cv-calculator-module__intro > p:not(.ve-cv-eyebrow):not(.ve-cv-calculator-module__reference) { max-width: 100%; white-space: normal; overflow-wrap: anywhere; }
.ve-cv-calculator-module__intro > p:not(.ve-cv-eyebrow):not(.ve-cv-calculator-module__reference) { width: 100%; max-width: 100%; margin-right: 0; color: var(--ve-cv-muted); line-height: 1.55; }
.ve-cv-calculator-module__reference { margin: 18px 0 0; padding: 12px 16px; border-left: 3px solid var(--ve-cv-yellow); border-radius: 8px; background: #f1f8f4; color: var(--ve-cv-muted); font-size: 13px; }
.ve-cv-calculator-form { display: grid; gap: 16px; }
.ve-cv-calculator-form__section { width: 100%; min-width: 0; margin: 0; padding: clamp(22px, 3vw, 34px); border: 1px solid var(--ve-cv-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(0,65,57,.06); }
.ve-cv-calculator-form__section legend { padding: 0 8px; color: var(--ve-cv-ink); font-size: 23px; font-weight: 900; letter-spacing: -.03em; }
.ve-cv-calculator-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.ve-cv-calculator-field { display: grid; gap: 6px; align-content: start; }
.ve-cv-calculator-field label { color: var(--ve-cv-ink); font-size: 13px; font-weight: 800; }
.ve-cv-calculator-field label small { color: var(--ve-cv-muted); font-weight: 700; }
.ve-cv-calculator-field label b { color: #b3261e; }
.ve-cv-calculator-field input, .ve-cv-calculator-field select { width: 100%; min-width: 0; min-height: 48px; border: 1px solid #cfe2d9; border-radius: 9px; background: #fbfefc; color: var(--ve-cv-ink); padding: 10px 12px; font: inherit; }
.ve-cv-calculator-field input:focus, .ve-cv-calculator-field select:focus { outline: 3px solid rgba(255,202,58,.45); border-color: var(--ve-cv-green); }
.ve-cv-calculator-field.is-invalid input, .ve-cv-calculator-field.is-invalid select { border-color: #b3261e; outline: 2px solid rgba(179,38,30,.12); }
.ve-cv-calculator-field__help { color: var(--ve-cv-muted); font-size: 11px; line-height: 1.35; overflow-wrap: anywhere; }
.ve-cv-calculator-field--checkbox { grid-column: 1 / -1; }
.ve-cv-calculator-field--checkbox label, .ve-cv-calculator-check { display: flex; align-items: flex-start; gap: 10px; }
.ve-cv-calculator-field--checkbox input, .ve-cv-calculator-check input { width: 18px; min-height: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--ve-cv-green); }
.ve-cv-calculator-form__checks { background: var(--ve-cv-mint); }
.ve-cv-calculator-checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 20px; }
.ve-cv-calculator-check { min-width: 0; padding: 13px 14px; border: 1px solid var(--ve-cv-line); border-radius: 11px; background: #fff; color: var(--ve-cv-ink); cursor: pointer; }
.ve-cv-calculator-check span { display: grid; gap: 4px; }
.ve-cv-calculator-check small { color: var(--ve-cv-muted); line-height: 1.35; }
.ve-cv-calculator-form > .ve-cv-button { justify-self: start; max-width: 100%; }
.ve-cv-calculator-auth-notice { display: grid; gap: 10px; padding: clamp(20px, 3vw, 30px); border: 1px solid #e6c75d; border-radius: 18px; background: #fff7d8; color: var(--ve-cv-ink); }
.ve-cv-calculator-auth-notice p { margin: 0; color: var(--ve-cv-muted); line-height: 1.5; }
.ve-cv-calculator-auth-notice .ve-cv-button { justify-self: start; }
.ve-cv-calculator-result { display: grid; gap: 16px; padding: clamp(22px, 3vw, 34px); border: 1px solid var(--ve-cv-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(0,65,57,.06); }
.ve-cv-calculator-result.is-eligible { border-color: #84c5a8; }
.ve-cv-calculator-result.is-ineligible { border-color: #e0aaa3; }
.ve-cv-calculator-result h3 { margin: 0; color: var(--ve-cv-ink); font-size: clamp(26px, 3vw, 40px); line-height: 1.04; letter-spacing: -.05em; }
.ve-cv-calculator-result__status { width: fit-content; padding: 8px 12px; border-radius: 999px; background: #e3f4e9; color: #075a52; }
.ve-cv-calculator-result.is-ineligible .ve-cv-calculator-result__status { background: #fff0ee; color: #842018; }
.ve-cv-calculator-result__metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.ve-cv-calculator-result__metric { display: grid; gap: 6px; min-width: 0; padding: 15px; border: 1px solid var(--ve-cv-line); border-radius: 12px; background: #fbfefc; }
.ve-cv-calculator-result__metric small { color: var(--ve-cv-muted); font-size: 11px; line-height: 1.25; }
.ve-cv-calculator-result__metric strong { color: var(--ve-cv-ink); font-size: 17px; overflow-wrap: anywhere; }
.ve-cv-calculator-result__notice, .ve-cv-calculator-result__disclaimer { margin: 0; color: var(--ve-cv-muted); line-height: 1.5; }
.ve-cv-calculator-result__notice { padding: 12px 14px; border-radius: 9px; background: #fff7d8; color: #6d5700; }
.ve-cv-calculator-result__blockers, .ve-cv-calculator-result__warnings, .ve-cv-calculator-result__documents { padding-top: 12px; border-top: 1px solid var(--ve-cv-line); }
.ve-cv-calculator-result h4 { margin: 0 0 8px; color: var(--ve-cv-ink); font-size: 17px; }
.ve-cv-calculator-result ul { display: grid; gap: 6px; margin: 0; padding-left: 20px; color: var(--ve-cv-muted); }
.ve-cv-calculator-result__documents li { display: grid; gap: 3px; }
.ve-cv-calculator-result__documents li small { color: var(--ve-cv-muted); }
@media (max-width: 1199px) {
	.ve-cv-calculator-form__grid, .ve-cv-calculator-checks { grid-template-columns: 1fr; }
	.ve-cv-calculator-result__metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
	.ve-cv-calculator-module { gap: 18px; }
	.ve-cv-calculator-form__section, .ve-cv-calculator-result { padding: 22px 18px; }
	.ve-cv-calculator-form__section legend { font-size: 20px; }
	.ve-cv-calculator-check { padding: 12px; }
	.ve-cv-calculator-result__metrics { grid-template-columns: 1fr; }
	.ve-cv-calculator-form > .ve-cv-button { width: 100%; }
}

/* Consume the shared Vector Energy public contract instead of a second palette. */
.ve-casa-verde-site {
	--ve-cv-green: var(--ve-energy-teal, #008b78);
	--ve-cv-deep: var(--ve-deep-green, #044a3c);
	--ve-cv-ink: var(--ve-ink, #0e2426);
	--ve-cv-muted: var(--ve-text-muted, #5c6c69);
	--ve-cv-yellow: var(--ve-solar-yellow, #fccf42);
	--ve-cv-mint: var(--ve-soft-green, #eaf4ef);
	--ve-cv-line: var(--ve-border, #d9e4de);
	background: var(--ve-canvas, #f7faf8);
	font-family: var(--ve-font, Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}
