/* ===================== RESET & BASE ===================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue-dark:  #041b45;
  --blue-main:  #0b3a78;
  --blue-light: #1760aa;
  --blue-bg:    #edf4fc;
  --green:      #ffbd00;
  --yellow:     #ffbd00;
  --yellow-deep:#f2a900;
  --white:      #ffffff;
  --gray-light: #f4f7fb;
  --gray-text:  #617087;
  --text-dark:  #071a3b;
  --radius:     16px;
  --shadow:     0 12px 32px rgba(4,27,69,.11);
  --transition: .2s ease;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  color: var(--text-dark);
  background: #fbfdff;
  line-height: 1.6;
}

img { max-width: 100%; display: block; }
a  { text-decoration: none; color: inherit; }

.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* ===================== BUTTONS ===================== */
.btn-primary {
  display: inline-block;
  background: var(--green);
  color: var(--blue-dark);
  font-weight: 700;
  font-size: .95rem;
  padding: 14px 32px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition);
  letter-spacing: .5px;
}
.btn-primary:hover { transform: translateY(-2px); background: #ffd044; box-shadow: 0 10px 28px rgba(255,189,0,.34); }

.highlight { color: var(--blue-main); }

/* ===================== COOKIE ===================== */
.cookie-banner {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%);
  background: var(--white); border-radius: var(--radius);
  box-shadow: 0 8px 32px rgba(0,0,0,.18);
  padding: 20px 28px; max-width: 560px; width: calc(100% - 32px);
  display: flex; align-items: center; gap: 20px; z-index: 9999;
  flex-wrap: wrap;
}
.cookie-banner p { font-size: .85rem; color: var(--gray-text); flex: 1; min-width: 200px; }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.btn-cookie-deny  { background: transparent; border: 1px solid #d1d5db; color: var(--gray-text); padding: 8px 18px; border-radius: 50px; cursor: pointer; font-size: .85rem; transition: background var(--transition); }
.btn-cookie-deny:hover { background: #f3f4f6; }
.btn-cookie-accept { background: var(--blue-main); color: var(--white); border: none; padding: 8px 18px; border-radius: 50px; cursor: pointer; font-size: .85rem; font-weight: 600; transition: background var(--transition); }
.btn-cookie-accept:hover { background: var(--blue-dark); }

/* ===================== NAVBAR ===================== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: var(--white);
  border-bottom: 1px solid rgba(11,58,120,.08);
  box-shadow: 0 8px 28px rgba(4,27,69,.08);
  transition: box-shadow var(--transition);
}
.nav-container {
  max-width: 1160px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
.logo-solar { display: flex; align-items: center; gap: 8px; overflow: hidden; }
.brand-logo { display: block; width: auto; object-fit: contain; }
.brand-logo-footer { height: 112px; max-width: 230px; object-position: left center; }
.brand-symbol { width: 45px; height: 45px; object-fit: cover; border-radius: 50%; }
.brand-wordmark { display: flex; align-items: baseline; font-size: 1.55rem; font-weight: 800; line-height: 1; letter-spacing: -.06em; }
.brand-wordmark strong { color: var(--blue-dark); font-style: normal; }
.brand-wordmark em { color: var(--yellow-deep); font-style: normal; }
.logo-solar-text { color: var(--blue-main); font-size: 1.6rem; }
.logo-solar-sub  { color: var(--blue-dark); font-size: 1rem; font-weight: 700; }
.logo-solar.white .logo-solar-text,
.logo-solar.white .logo-solar-sub { color: var(--white); opacity: .9; }

.nav-links {
  display: flex; align-items: center; gap: 8px;
}
.nav-links a {
  font-size: .85rem; font-weight: 500; color: var(--text-dark);
  padding: 6px 10px; border-radius: 8px;
  transition: color var(--transition), background var(--transition);
  white-space: nowrap;
}
.nav-links a:hover { color: var(--blue-main); background: var(--blue-bg); }
.nav-btn-login {
  border: 1.5px solid var(--blue-main) !important;
  color: var(--blue-main) !important;
  border-radius: 50px !important;
  padding: 6px 16px !important;
}
.nav-btn-cta {
  background: var(--green) !important;
  color: var(--blue-dark) !important;
  border-radius: 50px !important;
  padding: 8px 20px !important;
  font-weight: 700 !important;
}
.nav-btn-cta:hover { background: #ffd044 !important; box-shadow: 0 6px 18px rgba(255,189,0,.26); }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2.5px; background: var(--blue-dark); border-radius: 2px; transition: all .3s; }

/* ===================== HERO ===================== */
.hero {
  background:
    radial-gradient(circle at 14% 18%, rgba(255,189,0,.18), transparent 26%),
    linear-gradient(130deg, #031532 0%, var(--blue-dark) 42%, var(--blue-main) 100%);
  padding-top: 68px;
  display: flex; align-items: stretch;
  position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(115deg, transparent 0 63%, rgba(255,189,0,.08) 63% 64%, transparent 64% 100%),
    url("data:image/svg+xml,%3Csvg width='72' height='72' viewBox='0 0 72 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72 0H0v72' fill='none' stroke='%23ffffff' stroke-opacity='.035'/%3E%3C/svg%3E");
}

.hero-content {
  max-width: 1240px; margin: 0 auto; padding: 32px 40px 0;
  display: flex; align-items: stretch; gap: 56px;
  width: 100%; position: relative; z-index: 1;
}

.hero-left {
  flex: 1.1;
  display: flex; flex-direction: column;
  justify-content: space-between;
}

.hero-text { color: var(--white); padding-top: 24px; }
.hero-text h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 900; line-height: 1.12;
  margin-bottom: 20px;
  text-shadow: 0 2px 16px rgba(0,0,0,.15);
}
.hero-text h1 .highlight { color: var(--yellow); }
.hero-sub {
  font-size: 1.1rem; opacity: .85;
  max-width: 400px; line-height: 1.6;
}

.hero-person {
  flex: 1; display: flex; align-items: flex-end;
  margin-top: 16px; overflow: hidden;
}
.hero-person img {
  width: 100%; max-height: 320px;
  object-fit: contain; object-position: bottom;
  display: block;
}

/* FORM CARD */
.hero-form-wrap {
  flex: 0 0 400px;
  display: flex; align-items: flex-start;
  padding: 0 0 24px;
  position: relative;
}
.hero-form-card {
  background: var(--white);
  border-radius: 24px;
  padding: 36px 32px;
  border: 1px solid rgba(255,189,0,.22);
  box-shadow: 0 28px 80px rgba(0,0,0,.32), 0 0 0 6px rgba(255,255,255,.045);
  width: 100%;
}
.hero-form-card h3 {
  font-size: 1.05rem; font-weight: 700;
  color: var(--blue-dark); margin-bottom: 22px;
  text-align: center;
}

.form-group { margin-bottom: 16px; }
.form-group label {
  display: flex; align-items: center; gap: 6px;
  font-size: .8rem; font-weight: 600; color: var(--gray-text);
  margin-bottom: 6px;
}
.form-group label svg { color: var(--blue-main); flex-shrink: 0; }

.form-group select,
.form-group input {
  width: 100%; padding: 11px 14px;
  border: 1.5px solid #e5e7eb; border-radius: 10px;
  font-family: 'Inter', sans-serif; font-size: .9rem;
  color: var(--text-dark); background: var(--white);
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none; appearance: none;
}
.form-group select:focus,
.form-group input:focus {
  border-color: var(--blue-main);
  box-shadow: 0 0 0 3px rgba(0,80,200,.12);
}
.form-group select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 32px; }

.input-prefix {
  display: flex; align-items: center;
  border: 1.5px solid #e5e7eb; border-radius: 10px; overflow: hidden;
  transition: border-color var(--transition);
}
.input-prefix:focus-within { border-color: var(--blue-main); box-shadow: 0 0 0 3px rgba(0,80,200,.12); }
.input-prefix span {
  padding: 11px 12px; background: var(--blue-bg);
  font-weight: 700; color: var(--blue-main); font-size: .9rem;
  border-right: 1.5px solid #e5e7eb; white-space: nowrap;
}
.input-prefix input { border: none; border-radius: 0; box-shadow: none !important; }
.input-prefix input:focus { border-color: transparent; box-shadow: none !important; }

.form-check {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 18px;
}
.form-check input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--blue-main); cursor: pointer; }
.form-check label { font-size: .8rem; color: var(--gray-text); cursor: pointer; }

.btn-simular {
  width: 100%; padding: 14px;
  background: var(--green); color: var(--blue-dark);
  font-weight: 700; font-size: 1rem; border: none;
  border-radius: 50px; cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition);
  letter-spacing: .3px;
}
.btn-simular:hover { transform: translateY(-2px); background: #ffd044; box-shadow: 0 9px 26px rgba(255,189,0,.36); }

.form-terms { font-size: .72rem; color: #9ca3af; text-align: center; margin-top: 12px; }
.form-terms a { color: var(--blue-main); }

/* RESULT BOX */
.result-box {
  text-align: center; padding: 8px 0;
  animation: fadeIn .4s ease;
}
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.result-icon { font-size: 2.5rem; margin-bottom: 8px; }
.result-label { font-size: .85rem; color: var(--gray-text); }
.result-value { font-size: 2.2rem; font-weight: 900; color: var(--blue-dark); line-height: 1.1; margin: 6px 0 2px; }
.result-period { font-size: .8rem; color: var(--gray-text); margin-bottom: 6px; }
.result-region { font-size: .82rem; color: var(--blue-main); font-weight: 600; margin-bottom: 16px; }
.btn-quero {
  background: var(--green); color: var(--blue-dark); border: none;
  padding: 12px 32px; border-radius: 50px; font-weight: 700;
  cursor: pointer; font-size: .95rem;
  transition: transform var(--transition);
}
.btn-quero:hover { transform: translateY(-2px); }
.result-disclaimer { font-size: .72rem; color: #9ca3af; margin-top: 10px; }

/* ===================== NO INVEST ===================== */
.no-invest {
  background: var(--white); padding: 56px 0;
  border-bottom: 1px solid #e5e7eb;
}
.no-invest-content {
  display: flex; align-items: center; gap: 48px;
  background: radial-gradient(circle at 90% 0, rgba(255,189,0,.2), transparent 32%), linear-gradient(135deg, var(--blue-dark), var(--blue-main));
  border-radius: 24px; padding: 40px 48px;
  overflow: hidden;
}
.no-invest-img { width: 280px; flex-shrink: 0; border-radius: 16px; object-fit: cover; }
.no-invest-text h2 { font-size: 2rem; font-weight: 900; color: var(--white); margin-bottom: 8px; }
.no-invest-text p  { color: rgba(255,255,255,.75); font-size: .95rem; }

/* ===================== COMO FUNCIONA ===================== */
.como-funciona { padding: 80px 0; background: var(--gray-light); }
.steps-intro { text-align: center; margin-bottom: 52px; }
.steps-intro h2 { font-size: 2rem; font-weight: 800; margin-bottom: 8px; }
.steps-intro p  { color: var(--gray-text); font-size: 1rem; }

.steps-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-bottom: 40px;
}
.step-card {
  background: var(--white); border-radius: 20px; padding: 32px 24px;
  text-align: center; box-shadow: var(--shadow); border: 1px solid rgba(11,58,120,.07);
  transition: transform var(--transition);
}
.step-card:hover { transform: translateY(-4px); }
.step-number {
  display: inline-block; background: rgba(255,189,0,.18);
  color: var(--blue-dark); font-weight: 800; font-size: .8rem;
  padding: 4px 14px; border-radius: 50px; margin-bottom: 16px;
}
.step-card img { width: 80px; height: 80px; object-fit: contain; margin: 0 auto 16px; }
.step-card p { font-size: .9rem; color: var(--gray-text); line-height: 1.5; }

/* Icon circle for step cards */
.step-icon {
  width: 72px; height: 72px; border-radius: 50%;
  background: linear-gradient(145deg, rgba(255,189,0,.22), var(--blue-bg));
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.step-icon svg { color: var(--blue-main); }

.steps-cta { text-align: center; margin-bottom: 64px; }

.how-cards {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.how-card {
  background: var(--white); border-radius: 16px; padding: 28px 20px;
  text-align: center; box-shadow: var(--shadow); border: 1px solid rgba(11,58,120,.07);
  transition: transform var(--transition);
}
.how-card:hover { transform: translateY(-4px); }
.how-card img { width: 64px; height: 64px; object-fit: contain; margin: 0 auto 14px; }
.how-card p { font-size: .87rem; color: var(--gray-text); line-height: 1.55; }

.how-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(145deg, rgba(255,189,0,.22), var(--blue-bg));
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
}
.how-icon svg { color: var(--blue-main); }

/* ===================== ONDE ESTAMOS ===================== */
.onde-estamos { padding: 80px 0; text-align: center; }
.onde-estamos h2 { font-size: 2rem; font-weight: 800; margin-bottom: 10px; }
.onde-estamos p  { color: var(--gray-text); margin-bottom: 32px; font-size: 1rem; }
.mapa-img { width: 100%; max-width: 700px; margin: 0 auto 36px; }

/* ===================== MGM ===================== */
.mgm-section { padding: 60px 0; background: var(--gray-light); }
.mgm-content {
  display: flex; align-items: center; gap: 40px;
  background: radial-gradient(circle at 90% 15%, rgba(255,189,0,.2), transparent 30%), linear-gradient(135deg, #02132f 0%, var(--blue-dark) 100%);
  border-radius: 24px; padding: 48px; overflow: hidden;
}
.mgm-text { flex: 1; color: var(--white); }
.mgm-tag {
  display: inline-block; background: rgba(255,255,255,.12);
  padding: 4px 14px; border-radius: 50px; font-size: .8rem;
  font-weight: 700; margin-bottom: 16px; color: var(--yellow);
}
.mgm-text h2 { font-size: 1.6rem; font-weight: 700; line-height: 1.4; margin-bottom: 28px; }
.mgm-img { width: 240px; flex-shrink: 0; border-radius: 16px; }

/* ===================== MÍDIA ===================== */
.midia-section { padding: 80px 0; }
.midia-section h2 { font-size: 2rem; font-weight: 800; text-align: center; margin-bottom: 44px; }
.midia-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.midia-card {
  background: var(--white); border: 1px solid rgba(11,58,120,.07);
  border-radius: 16px; overflow: hidden; box-shadow: var(--shadow);
  transition: transform var(--transition);
}
.midia-card:hover { transform: translateY(-4px); }
.midia-card img { width: 100%; height: 180px; object-fit: cover; }
.midia-info { padding: 20px; }
.midia-info h4 { font-size: .9rem; font-weight: 700; margin-bottom: 8px; line-height: 1.4; }
.midia-info span { font-size: .78rem; color: var(--gray-text); display: block; margin-bottom: 12px; }
.midia-info a { font-size: .82rem; color: var(--blue-main); font-weight: 600; }
.midia-info a:hover { text-decoration: underline; }

/* ===================== FAQ ===================== */
.faq-section { padding: 80px 0; background: var(--gray-light); }
.faq-section h2 { font-size: 2rem; font-weight: 800; text-align: center; margin-bottom: 44px; }
.faq-list { max-width: 760px; margin: 0 auto; }

.faq-item { background: var(--white); border-radius: 14px; margin-bottom: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 20px 24px; background: none; border: none;
  font-family: 'Inter', sans-serif; font-size: .95rem; font-weight: 600;
  color: var(--text-dark); cursor: pointer; text-align: left; gap: 12px;
  transition: color var(--transition);
}
.faq-question:hover { color: var(--blue-main); }
.faq-question svg { flex-shrink: 0; transition: transform .3s ease; }
.faq-question.open { color: var(--blue-main); }
.faq-question.open svg { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-answer p { padding: 0 24px 20px; color: var(--gray-text); font-size: .9rem; line-height: 1.65; }

.faq-cta { text-align: center; margin-top: 44px; }

/* ===================== FOOTER ===================== */
.footer { background: linear-gradient(145deg, #020d20, var(--blue-dark)); color: var(--white); border-top: 4px solid var(--yellow); }
.footer-top { padding: 56px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; align-items: start; }
.footer-brand p { font-size: .82rem; color: rgba(255,255,255,.55); margin-top: 16px; line-height: 1.7; }

.footer-contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 20px; }
.footer-contact-item svg { color: rgba(255,255,255,.6); flex-shrink: 0; margin-top: 2px; }
.footer-contact-item p  { font-size: .78rem; color: rgba(255,255,255,.6); margin-bottom: 2px; }
.footer-contact-item strong { font-size: .95rem; }

.footer-social p { font-size: .82rem; color: rgba(255,255,255,.6); margin-bottom: 14px; }
.social-icons { display: flex; gap: 12px; }
.social-icons a {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,.1); color: var(--white);
  transition: background var(--transition), transform var(--transition);
}
.social-icons a:hover { background: rgba(255,255,255,.25); transform: translateY(-2px); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 18px 0;
}
.footer-bottom .container {
  display: flex; align-items: center; gap: 16px;
  font-size: .8rem; color: rgba(255,255,255,.5);
}
.footer-bottom a { color: rgba(255,255,255,.6); transition: color var(--transition); }
.footer-bottom a:hover { color: var(--white); }

/* ===================== WHATSAPP FLOAT ===================== */
.whatsapp-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 900;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: var(--white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 20px rgba(37,211,102,.5);
  transition: transform var(--transition), box-shadow var(--transition);
}
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 10px 28px rgba(37,211,102,.6); }

/* ===================== MOBILE MENU ===================== */
@media (max-width: 900px) {
  .nav-links {
    position: fixed; top: 68px; left: 0; right: 0;
    background: var(--white); flex-direction: column; align-items: stretch;
    padding: 16px 24px 24px; gap: 4px;
    box-shadow: 0 8px 24px rgba(0,0,0,.1);
    transform: translateY(-120%); opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
  }
  .nav-links.open { transform: translateY(0); opacity: 1; }
  .nav-links a { padding: 12px 16px; border-radius: 10px; }
  .hamburger { display: flex; }

  .hero-content { flex-direction: column; padding: 32px 20px 0; gap: 20px; min-height: unset; }
  .hero-left { min-height: unset; }
  .hero-text { padding-top: 16px; }
  .hero-person { margin-top: 12px; max-height: 320px; overflow: hidden; }
  .hero-person img { max-width: 100%; max-height: 320px; object-position: top center; }
  .hero-form-wrap { width: 100%; flex: none; padding: 0 0 32px; }

  .steps-grid { grid-template-columns: 1fr; }
  .how-cards  { grid-template-columns: repeat(2, 1fr); }
  .no-invest-content { flex-direction: column; padding: 32px 24px; }
  .no-invest-img { width: 100%; max-width: 300px; }
  .mgm-content { flex-direction: column; padding: 36px 24px; }
  .mgm-img { width: 100%; max-width: 260px; }
  .midia-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .how-cards { grid-template-columns: 1fr; }
  .hero-text h1 { font-size: 1.7rem; }
}


/* ===================== MODAL STYLES ===================== */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 27, 69, 0.58);
  backdrop-filter: blur(8px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.modal-card {
  background: white;
  width: 95%;
  max-width: 420px;
  padding: 40px 30px;
  border-radius: 24px;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 48, 135, 0.2);
  text-align: center;
  transform: translateY(20px);
  transition: transform .3s ease;
}

.modal-overlay.active .modal-card {
  transform: translateY(0);
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  color: #94A3B8;
  cursor: pointer;
  transition: color .2s;
  line-height: 1;
}

.modal-close:hover {
  color: #0F172A;
}

.modal-icon-wpp {
  width: 64px;
  height: 64px;
  background: #25D366;
  color: white;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}

.modal-header h4 {
  font-size: 24px;
  font-weight: 800;
  color: var(--blue-dark);
  margin-bottom: 12px;
}

.modal-header p {
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.btn-submit-wpp {
  width: 100%;
  background: var(--yellow);
  color: var(--blue-dark);
  border: none;
  padding: 16px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: all .2s;
  margin-top: 10px;
}

.btn-submit-wpp:hover {
  background: #ffd044;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 168, 89, 0.3);
}

#input_whatsapp {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: var(--blue-dark);
}

/* ===================== SUCCESS STATE ===================== */
.success-state {
  animation: fadeIn .4s ease;
}

.loading-bar {
  width: 100%;
  height: 6px;
  background: #E2E8F0;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}

.loading-progress {
  width: 0;
  height: 100%;
  background: var(--yellow);
  animation: load 3s linear forwards;
}

@keyframes load {
  to { width: 100%; }
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

