.no-scroll {
  overflow: hidden !important;
  touch-action: none;
}

.nav, .hero__card, .beneficio-card, .problema__box, .form-wrap {
  transition: background-color var(--transition), border-color var(--transition), box-shadow var(--transition);
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.section { padding: clamp(60px, 8vw, 100px) 0; }
.center { text-align: center; margin-left: auto; margin-right: auto; }

.section-title { font-size: clamp(1.5rem, 4vw, 2.5rem); font-weight: 800; color: var(--purple-title); line-height: 1.2; margin: 0 0 16px; }
.section-eyebrow { display: inline-block; font-size: clamp(0.7rem, 1.5vw, 0.75rem); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--purple); background: rgba(75,33,196,0.08); padding: 6px 14px; border-radius: 20px; margin-bottom: 14px; }
.section-lead { font-size: clamp(1rem, 2vw, 1.15rem); color: var(--text-muted); line-height: 1.7; max-width: 680px; }
p { font-size: clamp(0.8rem, 1.5vw, 1.05rem); line-height: 1.6; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; border-radius: 50px; font-weight: 600; font-size: clamp(0.8rem, 2vw, 1rem); border: none; cursor: pointer; transition: all var(--transition); text-align: center; line-height: 1.2; }
.btn--green { background: var(--green); color: #fff; }
.btn--green:hover { background: var(--green-dark); transform: translateY(-2px);  }
.btn--outline { background: transparent; border: 2px solid #fff; color: #fff; }
.btn--outline:hover { background: #fff; color: var(--purple-dark); }
.btn--whats { background: #25D366; color: #fff; box-shadow: 0 8px 20px rgba(37,211,102,0.3); }
.btn--whats:hover { background: #1ebc59; transform: translateY(-2px); }
.btn svg { width: 20px; height: 20px; flex-shrink: 0; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-d1.visible { transition-delay: .08s; }
.reveal-d2.visible { transition-delay: .16s; }

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.topbar { background: var(--topbar); backdrop-filter: blur(20px); font-size: .85rem; color: var(--text); }

.topbar__inner { max-width: var(--maxw); margin: 0 auto; padding: 10px 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; height: 55px; }

.topbar__left, .topbar__right { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: center; }

.topbar__social { display: flex; gap: 8px; }

.topbar__social a { width: 28px; height: 28px; border-radius: 50%; background: var(--social-bg); color: var(--social-icon); display: flex; align-items: center; justify-content: center; transition: all var(--transition); }

.topbar__social a:hover { opacity: 0.8; }

.topbar__social svg { width: 14px; height: 14px; }

.weather-info { display: flex; align-items: center; gap: 6px; }
.weather-icon img { width: 25px; height: 25px; }
@media (prefers-color-scheme: dark) {
.weather-icon img {filter: invert(100%);}
.nav__logo img {height: 40px!important;}
}
.hours-info { font-size: 16px; font-weight: 400; color: var(--text); white-space: nowrap; }

#temperature {font-size: 16px; font-weight: 700; color: var(--text);; white-space: nowrap;}

#city {font-size: 16px; font-weight: 400; color: var(--text);; white-space: nowrap;}


.alert { color: #DC3545; font-weight: 600; margin-left: 5px; font-size: 16px; }

.nav { 
  background: var(--nav); 
  backdrop-filter: blur(20px);
  position: relative; 
}
.nav__inner { max-width: var(--maxw); margin: 0 auto; padding: 12px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; height: 110px;}
.nav__logo img { height: clamp(40px, 5vw, 55px); width: auto; }
.nav-content { display: flex; align-items: center; gap: 25px; flex: 1; justify-content: flex-end; }
.nav__links { display: flex; align-items: center; gap: 20px; }
.nav__links a { font-size: 16px; font-weight: 600; color: var(--text); transition: color var(--transition); }
.nav__links a:hover { color: #0055FF; }
.nav__cta { display: flex; align-items: center; gap: 10px; }
.nav__toggle { display: none; background: none; border: 1px solid var(--text); width: 42px; height: 42px; border-radius: 50%; align-items: center; justify-content: center; cursor: pointer; }

#fale-conosco { padding: 8px; border-radius: 10px; gap: 6px; display: flex; align-items: center; justify-content: center; height: 55px; width: 165px; }
#fale-conosco img { width: 58px; height: auto; }
.btn-text-wrapper { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.1; }
.btn-text-wrapper span:first-child { font-size: 13px; font-weight: 500; }
.btn-text-wrapper span:last-child { font-size: 18px; font-weight: 700; }

.hero { position: relative; background: linear-gradient(125deg, var(--purple-dark) 0%, var(--purple) 48%, var(--purple-mid) 75%, var(--teal) 130%); overflow: hidden; color: #fff; padding: 40px 0px 0px; }

.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(30px, 5vw, 56px); align-items: center; }
.hero__tag { display: inline-flex; align-items: center; gap: 8px; font-size: .85rem; font-weight: 600; margin-bottom: 22px; backdrop-filter: blur(6px); }
.hero h1 { font-size: clamp(1.5rem, 5vw, 3.2rem); font-weight: 800; line-height: 1.15; margin: 0 0 20px; }
.hero h1 span { color: var(--teal); }
.hero p.lead { font-size: clamp(0.8rem, 2vw, 1.15rem); line-height: 1.6; color: rgba(255,255,255,0.9); margin-bottom: 32px; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 36px; }
.hero__stats { display: flex; gap: 20px; flex-wrap: wrap; }
.hero__stat b { display: block; font-size: clamp(1.4rem, 3vw, 1.8rem); font-weight: 800; color: var(--teal); }
.hero__stat span { font-size: .85rem; color: rgba(255,255,255,0.8); }

.hero__card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 36px); }
.hero__card h3 { font-size: clamp(1.1rem, 2vw, 1.25rem); margin: 0 0 18px; font-weight: 700; }
.hero__card ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.hero__card li { display: flex; align-items: flex-start; gap: 12px; font-size: .8rem; color: #fff; }
.hero__card li .material-symbols-rounded { color: var(--teal); font-size: 22px; flex-shrink: 0; }

.problema__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(30px, 5vw, 56px); align-items: center; }
.problema__box { background: #270b591c; border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 36px); border: 1px solid var(--purple-asset); }
.problema__box h3 { color: var(--purple-title); font-size: 1.2rem; margin: 0 0 10px; }

.beneficios__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 44px; }
.beneficio-card { background: var(--card); border: 1px solid var(--purple-asset); border-radius: var(--radius); padding: 30px; transition: transform var(--transition); }
.beneficio-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.beneficio-card__icon { width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(135deg, var(--purple), var(--teal)); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.beneficio-card__icon .material-symbols-rounded { color: var(--card); font-size: 26px; }
.beneficio-card h3 { font-size: 1.1rem; color: var(--purple-title); margin: 0 0 8px; }

.processo__list { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 48px; }
.processo-item { background: var(--gray-bg); border: 1px solid var(--purple-asset); border-radius: var(--radius); padding: 24px 20px; }
.processo-item__num { width: 38px; height: 38px; border-radius: 50%; background: var(--purple-asset); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; margin-bottom: 16px; }
.processo-item h4 { font-size: 1rem; color: var(--purple-title); margin: 0; line-height: 1.4; }

.canais {
  background: linear-gradient(135deg, var(--purple-dark) 0%, var(--purple) 100%);
  color: #fff;
  position: relative;
  z-index: 1;
}

.canais__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 50px;
}

.canal-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  padding: 36px 24px;
  text-align: center;
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.canal-card:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.canal-icon-wrapper {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  transition: all var(--transition);
}

.canal-card:hover .canal-icon-wrapper {
  background: var(--teal);
  border-color: var(--teal);
  transform: scale(1.1);
}

.canal-card:hover .canal-icon-wrapper svg {
  fill: var(--purple-dark);
}

.canal-icon-wrapper svg {
  width: 32px;
  height: 32px;
  fill: var(--teal);
  transition: all var(--transition);
}

.canal-card h4 {
  font-size: 1.15rem;
  margin: 0 0 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.canal-card p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  line-height: 1.6;
}

.form-section { background: var(--gray-bg); }
.form-wrap { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); background: var(--card); border-radius: var(--radius-lg); overflow: hidden; }
.form-side { background: linear-gradient(150deg, var(--purple-dark), var(--purple) 60%, var(--teal) 140%); color: #fff; padding: clamp(32px, 5vw, 48px); }
.form-side h3 { font-size: clamp(1.3rem, 3vw, 1.5rem); margin: 0 0 16px; font-weight: 800; }
.form-side__item { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; font-size: .95rem; }
.form-content { padding: clamp(32px, 5vw, 48px); }
.form-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: .86rem; font-weight: 600; margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-family: inherit; font-size: 1rem; color: var(--text);background: var(--card); transition: border-color var(--transition); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--purple-asset); background: var(--card); }
.form-consent { display: flex; align-items: flex-start; gap: 10px; font-size: .5rem; color: var(--text-muted); margin-bottom: 20px; line-height: 1.5; }
.form-submit { width: 100%; padding: 16px; border: none; border-radius: 10px; background: var(--green); color: #fff; font-weight: 600; font-size: 1rem; cursor: pointer; transition: all var(--transition); display: flex; align-items: center; justify-content: center; gap: 8px; }
.form-submit:hover { background: var(--green-dark); transform: translateY(-2px); }
.form-submit:disabled { background: #b9c2bd; cursor: not-allowed; transform: none; box-shadow: none; opacity: .8; }
#form-msg.error { color: #c0392b; }
#form-msg.success { color: var(--green-dark); }

.success-overlay { position: fixed; inset: 0; background: rgba(30,21,51,0.55); display: none; align-items: center; justify-content: center; z-index: 2000; padding: 20px; backdrop-filter: blur(3px); }
.success-overlay.active { display: flex; }
.success-modal { background: #fff; border-radius: var(--radius-lg); padding: clamp(32px, 5vw, 48px); max-width: 420px; width: 100%; text-align: center; box-shadow: var(--shadow); transform: scale(.9); opacity: 0; transition: all .3s cubic-bezier(.2,.8,.2,1); }
.success-overlay.active .success-modal { transform: scale(1); opacity: 1; }
.success-modal__icon { width: 72px; height: 72px; border-radius: 50%; background: rgba(0,153,84,0.1); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.success-modal__icon .material-symbols-rounded { font-size: 40px; color: var(--green); }
.success-modal h3 { color: var(--purple-dark); font-size: 1.3rem; margin: 0 0 10px; }
.success-modal p { color: var(--text-muted); margin: 0 0 24px; }
.success-modal button { border: none; background: var(--green); color: #fff; font-weight: 600; padding: 12px 28px; border-radius: 10px; cursor: pointer; transition: all var(--transition); }
.success-modal button:hover { background: var(--green-dark); }

.nav__toggle {
  display: none;
  background: transparent;
  border: none;
  width: 42px;
  height: 42px;
  position: relative;
  cursor: pointer;
  z-index: 9992; 
}

.nav__toggle .line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text);
  position: absolute;
  left: 9px;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.nav__toggle .line-1 { top: 12px; }
.nav__toggle .line-2 { top: 20px; }
.nav__toggle .line-3 { top: 28px; }

.nav__toggle.active .line-1 { transform: rotate(45deg); top: 20px; }
.nav__toggle.active .line-2 { opacity: 0; }
.nav__toggle.active .line-3 { transform: rotate(-45deg); top: 20px; }

.nav__overlay {
  position: absolute; 
  top: 100%; 
  left: 0;
  bottom: auto; 
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 490;
}


.nav__overlay.active {
  opacity: 1;
  visibility: visible;
}

.footer-cdl {
  background-color: var(--footer);
  color: #fff;
  padding: 60px 0 70px;
  font-family: 'Poppins', sans-serif;
}

.footer-cdl__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.footer-cdl__left, .footer-cdl__right {display: flex; flex-direction: column;gap: 15px}

.footer-cdl__right {align-items: flex-end;}

.footer-cdl__left .logo-main { width: 140px; margin-top: 5px; }
.footer-cdl__system { margin-bottom: 20px; }
.footer-cdl__system span { font-size: 10px; display: block; margin-bottom: 5px; opacity: 0.8; }
.footer-cdl__system img { height: 35px; }

.footer-cdl__right p {
  font-size: 0.5rem;
  line-height: 1.6;
  opacity: 0.85;
  margin: 0;
  text-align: right;
}

.footer-cdl__newsletter {
  background-color: #0d274d;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
}

.footer-cdl__newsletter p {
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.4;
}

.newsletter-form__input-group {
  display: flex;
  background: #fff;
  border-radius: 50px;
  padding: 4px;
  margin-bottom: 15px;
}

.newsletter-form__input-group input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 10px 20px;
  font-size: 0.95rem;
  color: #2b5392;
  font-weight: 500;
  outline: none;
}

.newsletter-form__input-group input::placeholder { color: #2b5392; opacity: 0.7; }

.newsletter-form__input-group button {
  background: #fff;
  color: #2b5392;
  border: 1px solid #e0e6ed;
  border-radius: 50px;
  padding: 10px 24px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s ease;
}

.newsletter-form__input-group button:hover { background: #f0f4f8; }

.newsletter-form__consent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.8rem;
  cursor: pointer;
}

.newsletter-form__consent input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.newsletter-form__consent input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 5px; left: 5px;
  width: 8px; height: 8px;
  background: #2b5392;
  border-radius: 50%;
}

.footer-cdl__bottom { text-align: center; }

.footer__social { display: flex; gap: 10px; flex-wrap: wrap; }
.footer__social-link { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.8); transition: all var(--transition); border: 1px solid rgba(255, 255, 255, 0.1); }
.footer__social-link:hover { background: var(--color-primary); border-color: var(--color-accent); color: #fff; transform: translateY(-3px) scale(1.1); box-shadow: 0 8px 16px rgba(0, 51, 102, 0.3); }
.footer__social-link svg { width: 18px; height: 18px; }

.samy-dev p { margin: 0 0 10px; font-size: 1rem; font-weight: 500; }
.samy-dev img { height: 28px; vertical-align: middle; margin-left: 6px; }
.samy-dev__legal { font-size: 0.5rem !important; opacity: 0.7; line-height: 1.6; margin: 0 !important; }

#consulta-mobile {display: none;}

.nav__dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.nav__dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav__dropdown-trigger .material-symbols-rounded {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.nav__dropdown-menu {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 16px 0;
  min-width: 280px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  z-index: 600;
  border: 1px solid var(--border);
}

.nav__dropdown-wrapper::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20px;
}

.nav__dropdown-wrapper:hover .nav__dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 5px);
}

.nav__dropdown-wrapper:hover .nav__dropdown-trigger .material-symbols-rounded {
  transform: rotate(180deg);
}

.nav__dropdown-menu a {
  padding: 14px 24px;
  text-align: center;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: var(--purple-dark) !important;
  transition: all var(--transition);
}

.nav__dropdown-menu a:hover {
  background: rgba(75, 33, 196, 0.05);
  color: #0055FF !important;
}


.wa-float { position: fixed; bottom: 20px; right: 20px; z-index: 900; width: 56px; height: 56px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 26px rgba(37,211,102,0.45); animation: wa-pulse 2.4s infinite; }
.wa-float svg { width: 28px; height: 28px; color: #fff; }
@keyframes wa-pulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.55); } 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }


