﻿/* Production polish shared by the static pages. Loaded after inline styles. */
:root {
  --sigma-navy: #05091f;
  --sigma-deep: #071025;
  --sigma-panel: #101935;
  --sigma-gold: #f0b429;
  --sigma-gold-soft: #ffd166;
  --sigma-text-soft: #d8dfef;
  --sigma-line: rgba(255,255,255,.14);
  --sigma-shadow: 0 24px 70px rgba(0,0,0,.22);
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

a, button, input, textarea, select {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(240,180,41,.65);
  outline-offset: 3px;
}

.site-header {
  backdrop-filter: saturate(130%) blur(10px);
}

.main-nav a,
.dropdown-menu a,
.student-btn,
.btn,
.action,
.submit-btn,
.catalog-actions a {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.student-btn:hover,
.btn.primary:hover,
.action.gold:hover,
.submit-btn:hover,
.catalog-actions .cta-zap:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0,0,0,.22);
}

.wrap,
.container {
  width: min(1180px, calc(100% - 40px));
}

.section,
section {
  scroll-margin-top: 110px;
}

/* Course landing pages */
.course-hero {
  background-image: linear-gradient(90deg, rgba(5,9,31,.98), rgba(5,9,31,.92) 46%, rgba(5,9,31,.64)) !important;
  min-height: 640px;
}

.course-hero .hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
}

.course-hero h1 {
  max-width: 860px;
  letter-spacing: 0;
}

.lead {
  color: #eef3ff;
}

.hero-card {
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
}

.hero-card img {
  height: auto !important;
  aspect-ratio: 4 / 3;
  object-fit: contain !important;
  object-position: center;
  background: #0b1431;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.10);
}

.intro-card,
.content-card,
.benefit-card,
.cta-band,
.catalog-card,
.media-shot,
.media-video,
.media-thumb,
.contact-panel,
.form-panel,
.map-card {
  border-radius: 10px !important;
}

.intro-card,
.content-card,
.benefit-card,
.catalog-card,
.contact-panel,
.form-panel {
  box-shadow: 0 16px 44px rgba(0,0,0,.12);
}

.intro-card p,
.content-card .text,
.check-list li,
.media-video p {
  color: var(--sigma-text-soft);
}

.media-feature img,
.media-shot img,
.media-thumb img,
.gallery-item img {
  object-fit: contain !important;
  object-position: center;
  background: #0b1431;
}

.media-shot img {
  height: 260px;
  padding: 8px;
}

.media-thumb img,
.gallery-item img {
  padding: 6px;
}

.media-feature,
.media-shot,
.media-thumb,
.gallery-item {
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
}

.media-video-frame,
.media-video iframe,
.media-video video,
.video-box,
.institutional-video-frame {
  aspect-ratio: 16 / 9;
}

.media-video iframe,
.media-video video,
.institutional-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.cta-band {
  align-items: center;
}

/* Course listings */
.course-card,
.catalog-card {
  isolation: isolate;
}

.course-card {
  min-height: 400px;
  border-radius: 18px;
}

.course-card img {
  object-position: center;
}

.catalog-grid {
  align-items: stretch;
}

.catalog-card {
  min-height: 100%;
}

.catalog-media {
  background: #0b1431;
}

.catalog-media img {
  object-fit: contain !important;
  object-position: center;
  padding: 12px;
}

.catalog-body {
  min-height: 320px;
}

.catalog-body h3 {
  min-height: 52px;
}

.catalog-actions a {
  white-space: normal;
}

/* Contact page */
.contact-options {
  padding: 76px 0;
  background: #0a1430;
}

.contact-options-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
  margin-bottom: 28px;
}

.contact-options-head h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.contact-options-head p {
  margin: 0;
  max-width: 580px;
  color: var(--sigma-text-soft);
  line-height: 1.7;
}

.department-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.department-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--sigma-line);
  border-radius: 10px;
  background: rgba(255,255,255,.045);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 44px rgba(0,0,0,.12);
}

.department-card:hover {
  border-color: rgba(240,180,41,.56);
  transform: translateY(-3px);
}

.department-card strong {
  color: var(--sigma-gold-soft);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.department-card span {
  margin-top: 20px;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 900;
  line-height: 1.15;
}

.department-card small {
  margin-top: 8px;
  color: #b9c3dc;
  font-weight: 700;
}

/* Home institutional video */
.institutional-video {
  background: #fff;
}

.institutional-video-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 44px;
  align-items: center;
}

.institutional-video-copy h2 {
  margin-bottom: 16px;
}

.institutional-video-copy p {
  color: var(--muted, #65708a);
  font-size: 17px;
  line-height: 1.75;
}

.institutional-video-shell {
  padding: 12px;
  border-radius: 18px;
  background: linear-gradient(135deg, #090f2b, #16204a);
  box-shadow: 0 24px 70px rgba(13,25,55,.16);
}

.institutional-video-frame {
  overflow: hidden;
  border-radius: 12px;
  background: #000;
}

.institutional-video-frame iframe {
  border-radius: 12px;
}

@media (max-width: 1120px) {
  .department-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .course-hero .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-card {
    display: block !important;
    max-width: 520px;
  }

  .department-grid,
  .institutional-video-grid {
    grid-template-columns: 1fr;
  }

  .contact-options-head {
    display: block;
  }

  .contact-options-head p {
    margin-top: 12px;
  }
}

@media (max-width: 560px) {
  .wrap,
  .container {
    width: calc(100% - 28px);
  }

  .course-hero {
    padding: 62px 0 54px !important;
  }

  .course-hero h1,
  h1 {
    font-size: clamp(34px, 10vw, 42px) !important;
    line-height: 1.06 !important;
  }

  .lead {
    font-size: 16px;
    line-height: 1.62;
  }

  .btn,
  .action,
  .submit-btn,
  .catalog-actions a {
    width: 100%;
    min-height: 50px;
    text-align: center;
  }

  .hero-card {
    padding: 18px;
  }

  .media-shot img {
    height: 230px;
  }

  .department-grid {
    gap: 12px;
  }

  .department-card {
    min-height: 128px;
    padding: 18px;
  }

  .institutional-video-shell {
    padding: 8px;
    border-radius: 14px;
  }
}
@media (min-width: 1280px) {
  .hero .hero-content {
    max-width: min(1040px, calc(100% - 80px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
  }
}

/* Shared agenda modal */
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(4,8,24,.68);
  backdrop-filter: blur(8px);
}

.modal {
  position: relative;
  width: min(720px, 100%);
  border-radius: 18px;
  padding: 30px;
  background: #fff;
  color: #19213a;
  box-shadow: 0 30px 90px rgba(0,0,0,.42);
}

.modal h3 {
  margin: 0 44px 8px 0;
  font-size: 24px;
  line-height: 1.15;
}

.modal p {
  margin: 0 0 20px;
  color: #65708a;
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #f3f0e8;
  color: #19213a;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.agenda-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.agenda-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 15px 17px;
  border: 1px solid #ece6d9;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #fbfbfd);
  color: #19213a;
  text-decoration: none;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.agenda-card:hover {
  transform: translateY(-3px);
  border-color: #f0b429;
  box-shadow: 0 14px 30px rgba(11,21,48,.08);
}

@media (max-width: 560px) {
  .modal { padding: 24px; }
  .agenda-list { grid-template-columns: 1fr; }
}

/* Course carousel and gallery lightbox */
.course-carousel{position:relative;overflow:hidden}
.course-carousel-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 48px)/3);gap:24px;transition:transform .45s ease;will-change:transform}
.course-carousel .course-card{width:100%}
.course-carousel-controls{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}
.course-carousel-button{width:46px;height:46px;border:0;border-radius:50%;background:#071025;color:#fff;font-size:24px;font-weight:800;cursor:pointer;box-shadow:0 12px 28px rgba(7,16,37,.16)}
.course-carousel-button:disabled{opacity:.35;cursor:not-allowed}
.org-logos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:26px}
.org-logo-card{min-height:150px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);border-radius:8px;padding:22px;display:flex;align-items:center;justify-content:center;text-align:center}
.org-logo-card img{max-height:90px;width:auto;object-fit:contain;margin:auto}
.org-logo-card.is-text{flex-direction:column;gap:6px;color:#fff;background:linear-gradient(135deg,rgba(240,180,41,.2),rgba(255,255,255,.06))}
.org-logo-card.is-text strong{font-size:34px;letter-spacing:.05em;color:#ffd166}
.org-logo-card.is-text span{font-size:12px;font-weight:900;text-transform:uppercase;line-height:1.35}
.online-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:22px}
.online-proof{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.045);border-radius:8px;padding:22px}
.online-proof b{display:block;color:#ffd166;font-size:28px;line-height:1.05;margin-bottom:8px}
.online-proof span{color:#e9eefb;font-size:14px;line-height:1.45}
.content-card.anac-panel{background:linear-gradient(145deg,#052a4f,#0a1430);align-items:flex-start;justify-content:center}
.content-card.anac-panel img{max-width:230px;max-height:190px;object-fit:contain;margin:0 0 20px}
.content-card.anac-panel strong{font-size:26px;color:#ffd166;margin-bottom:8px}
.consultoria-logo{display:inline-flex;align-items:center;gap:12px;margin-bottom:18px;padding:10px 14px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:rgba(255,255,255,.06);font-weight:900;color:#ffd166;text-transform:uppercase;letter-spacing:.08em}
.consultoria-logo img{width:42px;height:42px;object-fit:contain}
.sigma-lightbox{position:fixed;inset:0;background:rgba(3,7,22,.88);display:none;align-items:center;justify-content:center;z-index:500;padding:28px;cursor:zoom-out}
.sigma-lightbox.is-open{display:flex}
.sigma-lightbox img{max-width:min(1120px,92vw);max-height:88vh;object-fit:contain;border-radius:8px;box-shadow:0 30px 90px rgba(0,0,0,.55);background:#05091f}
.sigma-lightbox-close{position:fixed;right:22px;top:18px;width:46px;height:46px;border:0;border-radius:50%;background:#fff;color:#071025;font-size:28px;line-height:1;cursor:pointer}
.gallery-item img,.media-thumb img,.media-shot img,.gallery-card img{cursor:zoom-in}
@media(max-width:1100px){.course-carousel-track{grid-auto-columns:calc((100% - 24px)/2)}.org-logos,.online-proof-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.course-carousel-track{grid-auto-columns:100%}.course-carousel-controls{justify-content:center}.org-logos,.online-proof-grid{grid-template-columns:1fr}.org-logo-card{min-height:130px}}

/* CAAR hero artwork */
.course-hero .hero-card.caar-hero-art{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding:0 !important;
  border-radius:0 !important;
  overflow:visible !important;
  display:flex;
  justify-content:center;
  align-items:center;
}
.course-hero .hero-card.caar-hero-art img{
  width:100% !important;
  height:auto !important;
  max-height:620px !important;
  object-fit:contain !important;
  border-radius:0 !important;
  margin:0 !important;
}
@media(max-width:900px){
  .course-hero .hero-card.caar-hero-art{display:flex !important;max-width:360px;margin:20px auto 0;}
}

/* Course visual refactor - shared content-only system */
.course-hero{
  min-height:clamp(520px,62vh,680px) !important;
  padding:72px 0 !important;
  background-position:center !important;
}
.course-hero:after{height:92px !important;}
.course-hero .wrap.hero-grid{
  width:min(1200px,calc(100% - 48px)) !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(340px,460px) !important;
  gap:clamp(32px,5vw,70px) !important;
  align-items:center !important;
}
.course-hero h1{max-width:840px !important;letter-spacing:0 !important;}
.course-hero .lead{max-width:760px !important;color:#edf3ff !important;}
.course-hero .hero-card:not(.caar-hero-art){
  padding:0 !important;
  overflow:hidden !important;
  border-radius:8px !important;
  background:#111a38 !important;
  border:1px solid rgba(255,255,255,.14) !important;
  box-shadow:0 24px 70px rgba(0,0,0,.28) !important;
}
.course-hero .hero-card:not(.caar-hero-art) img{
  width:100% !important;
  height:clamp(260px,30vw,340px) !important;
  object-fit:cover !important;
  object-position:center !important;
  margin:0 !important;
  border-radius:0 !important;
}
.course-hero .hero-card:not(.caar-hero-art) strong{
  display:block !important;
  padding:22px 24px 6px !important;
  font-size:clamp(21px,2vw,28px) !important;
  line-height:1.15 !important;
}
.course-hero .hero-card:not(.caar-hero-art) p{
  padding:0 24px 24px !important;
  margin:0 !important;
  font-size:15px !important;
  line-height:1.65 !important;
}
.section{padding:clamp(58px,6vw,82px) 0 !important;}
.section-head{margin-bottom:28px !important;align-items:flex-start !important;}
.section-head p{font-size:16px !important;line-height:1.7 !important;}
.intro-card,.content-card,.benefit-card,.cta-band,.media-shot,.media-thumb,.media-video,.media-feature{
  border-radius:8px !important;
  background:rgba(255,255,255,.045) !important;
  border:1px solid rgba(255,255,255,.14) !important;
}
.intro-card{padding:24px !important;}
.intro-card p{font-size:17px !important;line-height:1.65 !important;}
.content-grid{gap:18px !important;}
.content-card{padding:24px !important;}
.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr)) !important;}
.benefit-card{min-height:134px !important;}
.media-showcase{background:#071025 !important;}
.media-feature{
  display:grid !important;
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr) !important;
  align-items:stretch !important;
  min-height:0 !important;
  margin-bottom:30px !important;
}
.media-feature img{
  width:100% !important;
  height:100% !important;
  min-height:360px !important;
  max-height:470px !important;
  object-fit:cover !important;
  object-position:center !important;
}
.media-feature-caption{
  position:static !important;
  background:#111a38 !important;
  padding:28px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:flex-start !important;
}
.media-feature-caption h3{font-size:clamp(22px,2.3vw,30px) !important;line-height:1.12 !important;}
.media-feature-caption p{font-size:15px !important;line-height:1.65 !important;}
.media-feature-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:14px !important;
}
.media-shot img{width:100% !important;height:260px !important;object-fit:cover !important;object-position:center !important;}
.media-gallery,.gallery-grid{
  display:grid !important;
  grid-template-columns:repeat(12,minmax(0,1fr)) !important;
  grid-auto-rows:118px !important;
  gap:12px !important;
}
.gallery-item,.media-thumb{
  grid-column:span 3 !important;
  grid-row:span 2 !important;
  aspect-ratio:auto !important;
  min-height:0 !important;
  overflow:hidden !important;
}
.gallery-item:first-child,.media-thumb:first-child{
  grid-column:span 6 !important;
  grid-row:span 3 !important;
}
.gallery-item img,.media-thumb img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
}
.media-video-wrap{margin:24px 0 !important;}
.anac-panel img,.org-card img{max-height:110px !important;object-fit:contain !important;}
.course-hero .hero-card.caar-hero-art img{max-height:640px !important;width:min(100%,360px) !important;}
@media(max-width:1024px){
  .course-hero .wrap.hero-grid{grid-template-columns:1fr minmax(300px,380px) !important;gap:28px !important;}
  .media-gallery,.gallery-grid{grid-template-columns:repeat(8,minmax(0,1fr)) !important;grid-auto-rows:110px !important;}
  .gallery-item,.media-thumb{grid-column:span 4 !important;grid-row:span 2 !important;}
  .gallery-item:first-child,.media-thumb:first-child{grid-column:span 8 !important;grid-row:span 3 !important;}
}
@media(max-width:900px){
  .course-hero{padding:58px 0 52px !important;}
  .course-hero .wrap.hero-grid{grid-template-columns:1fr !important;}
  .course-hero .hero-card{display:block !important;max-width:520px !important;}
  .media-feature{grid-template-columns:1fr !important;}
  .media-feature img{min-height:280px !important;max-height:none !important;}
  .media-feature-grid{grid-template-columns:1fr 1fr !important;}
}
@media(max-width:560px){
  .course-hero .wrap.hero-grid{width:calc(100% - 28px) !important;}
  .course-hero h1{font-size:clamp(34px,10vw,42px) !important;line-height:1.02 !important;}
  .course-hero .lead{font-size:16px !important;}
  .course-hero .hero-card:not(.caar-hero-art) img{height:240px !important;}
  .media-gallery,.gallery-grid{grid-template-columns:1fr !important;grid-auto-rows:auto !important;}
  .gallery-item,.media-thumb,.gallery-item:first-child,.media-thumb:first-child{grid-column:auto !important;grid-row:auto !important;aspect-ratio:4/3 !important;}
  .media-feature-grid{grid-template-columns:1fr !important;}
  .media-shot img{height:240px !important;}
}

/* Final CAAR hero art correction */
.course-hero .hero-card.caar-hero-art{
  width:100% !important;
  min-height:clamp(520px,46vw,660px) !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding:0 !important;
  border-radius:0 !important;
  overflow:visible !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
}
.course-hero .hero-card.caar-hero-art img{
  width:auto !important;
  height:clamp(520px,46vw,660px) !important;
  max-width:100% !important;
  max-height:none !important;
  object-fit:contain !important;
  border:0 !important;
  border-radius:0 !important;
  margin:0 !important;
}
@media(max-width:900px){
  .course-hero .hero-card.caar-hero-art{min-height:520px !important;margin:18px auto 0 !important;}
  .course-hero .hero-card.caar-hero-art img{height:520px !important;}
}
@media(max-width:430px){
  .course-hero .hero-card.caar-hero-art{min-height:520px !important;}
  .course-hero .hero-card.caar-hero-art img{height:520px !important;}
}

/* CAAR art natural vertical ratio */
.course-hero .hero-card.caar-hero-art img{
  width:min(100%,367px) !important;
  height:auto !important;
  aspect-ratio:570 / 1025 !important;
}
@media(max-width:430px){
  .course-hero .hero-card.caar-hero-art img{width:100% !important;height:auto !important;}
}

/* Regularizacao de drones - certidoes e cadastros */
.reg-docs-section{background:#0a1430 !important;}
.reg-docs-head{align-items:flex-end !important;}
.reg-docs-head .eyebrow{margin-bottom:14px !important;}
.reg-docs-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.reg-doc-card{
  min-height:300px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.045);
  border-radius:8px;
  padding:20px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.reg-doc-card.featured{
  grid-column:span 2;
  background:linear-gradient(135deg,rgba(240,180,41,.18),rgba(255,255,255,.055));
  border-color:rgba(240,180,41,.42);
}
.reg-doc-logo{
  height:118px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin-bottom:18px;
}
.reg-doc-card.featured .reg-doc-logo{height:150px;}
.reg-doc-logo img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
}
.reg-doc-card.featured .reg-doc-logo img{max-height:148px;}
.reg-doc-card span{
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:1.8px;
  text-transform:uppercase;
  margin-bottom:10px;
}
.reg-doc-card h3{
  margin:0 0 10px;
  font-size:clamp(20px,2vw,27px);
  line-height:1.12;
}
.reg-doc-card p{
  margin:0;
  color:#dbe3f4;
  font-size:15px;
  line-height:1.6;
}
@media(max-width:1024px){
  .reg-docs-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:620px){
  .reg-docs-grid{grid-template-columns:1fr;}
  .reg-doc-card.featured{grid-column:auto;}
  .reg-doc-card{min-height:auto;}
  .reg-doc-logo,.reg-doc-card.featured .reg-doc-logo{height:112px;}
}

/* Floating WhatsApp icon */
.whatsapp-float{
  background:#25d366 !important;
  color:transparent !important;
  font-size:0 !important;
  line-height:1 !important;
}
.whatsapp-float img,
.whatsapp-float svg{
  width:34px !important;
  height:34px !important;
  display:block !important;
  object-fit:contain !important;
}
.whatsapp-float:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(37,211,102,.38) !important;}

/* Home floating WhatsApp positioning */
.whatsapp-float,
.home-whatsapp-float{
  position:fixed !important;
  right:22px !important;
  bottom:22px !important;
  left:auto !important;
  top:auto !important;
  width:62px !important;
  height:62px !important;
  min-width:62px !important;
  min-height:62px !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#25d366 !important;
  box-shadow:0 16px 42px rgba(37,211,102,.35) !important;
  z-index:9999 !important;
  transform:none !important;
  overflow:hidden !important;
}
.whatsapp-float img,
.home-whatsapp-float img{
  width:34px !important;
  height:34px !important;
  max-width:34px !important;
  max-height:34px !important;
  object-fit:contain !important;
  margin:0 !important;
}
.whatsapp-float:hover,
.home-whatsapp-float:hover{
  transform:translateY(-2px) !important;
}
@media(max-width:560px){
  .whatsapp-float,
  .home-whatsapp-float{
    right:16px !important;
    bottom:16px !important;
    width:56px !important;
    height:56px !important;
    min-width:56px !important;
    min-height:56px !important;
  }
}
/* Ajustes responsivos finais: hero home, galeria e botao flutuante */
.home-page {
  --home-header-h: 106px;
  --home-trust-h: 112px;
}

.home-page .hero-stage {
  height: auto !important;
  min-height: calc(100svh - var(--home-header-h)) !important;
  max-height: none !important;
  display: grid !important;
  grid-template-rows: minmax(390px, 1fr) auto !important;
  overflow: visible !important;
  background: #fff !important;
}

.home-page .hero {
  min-height: max(390px, calc(100svh - var(--home-header-h) - var(--home-trust-h))) !important;
  height: auto !important;
  align-items: center !important;
  background-position: 62% center !important;
}

.home-page .hero-content {
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: none !important;
  padding-top: clamp(18px, 4vh, 52px) !important;
  padding-bottom: clamp(18px, 3vh, 34px) !important;
}

.home-page .hero h1 {
  max-width: min(880px, 76vw) !important;
  font-size: clamp(38px, 4.45vw, 67px) !important;
  line-height: .96 !important;
  margin: clamp(8px, 1.4vh, 14px) 0 clamp(8px, 1.5vh, 16px) !important;
}

.home-page .hero p {
  max-width: min(760px, 68vw) !important;
  font-size: clamp(13px, 1.12vw, 17px) !important;
  line-height: 1.42 !important;
  margin-bottom: 0 !important;
}

.home-page .hero-actions {
  gap: clamp(8px, 1vw, 14px) !important;
  margin-top: clamp(10px, 2vh, 22px) !important;
}

.home-page .hero-actions .btn {
  min-height: clamp(40px, 5vh, 54px) !important;
  padding: 0 clamp(16px, 2vw, 26px) !important;
  font-size: clamp(10px, .9vw, 13px) !important;
}

.home-page .hero-proof {
  margin-top: clamp(10px, 2.5vh, 30px) !important;
  gap: clamp(18px, 2.5vw, 34px) !important;
}

.home-page .proof strong {
  font-size: clamp(18px, 1.8vw, 23px) !important;
}

.home-page .proof small {
  font-size: clamp(8px, .75vw, 11px) !important;
}

.home-page .trustbar {
  min-height: var(--home-trust-h) !important;
}

.home-page .trust-grid {
  min-height: var(--home-trust-h) !important;
}

@media (max-width: 1280px) and (min-width: 761px) {
  .home-page .hero {
    background-position: 68% center !important;
  }

  .home-page .hero h1 {
    max-width: min(780px, 74vw) !important;
    font-size: clamp(36px, 4.15vw, 56px) !important;
  }

  .home-page .hero p {
    max-width: min(720px, 66vw) !important;
  }
}

@media (max-width: 1024px) and (min-width: 761px) {
  .home-page .hero {
    background-position: 72% center !important;
  }

  .home-page .hero h1 {
    max-width: min(700px, 72vw) !important;
    font-size: clamp(34px, 4vw, 46px) !important;
    line-height: .95 !important;
  }

  .home-page .hero p {
    max-width: min(650px, 70vw) !important;
  }
}

@media (max-height: 760px) and (min-width: 761px) {
  .home-page {
    --home-trust-h: 100px;
  }

  .home-page .hero-stage {
    grid-template-rows: minmax(350px, 1fr) auto !important;
  }

  .home-page .hero {
    min-height: max(350px, calc(100svh - var(--home-header-h) - var(--home-trust-h))) !important;
  }

  .home-page .hero-content {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .home-page .eyebrow {
    font-size: 10px !important;
    gap: 8px !important;
  }

  .home-page .eyebrow:before {
    width: 24px !important;
  }

  .home-page .hero h1 {
    max-width: min(820px, 76vw) !important;
    font-size: clamp(32px, 3.65vw, 50px) !important;
    line-height: .91 !important;
    margin-top: 6px !important;
    margin-bottom: 7px !important;
  }

  .home-page .hero p {
    max-width: min(740px, 70vw) !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  .home-page .hero-actions {
    margin-top: 9px !important;
  }

  .home-page .hero-actions .btn {
    min-height: 38px !important;
  }

  .home-page .hero-proof {
    margin-top: 9px !important;
  }
}

@media (max-height: 660px) and (min-width: 761px) {
  .home-page {
    --home-trust-h: 92px;
  }

  .home-page .hero-stage {
    grid-template-rows: minmax(320px, 1fr) auto !important;
  }

  .home-page .hero {
    min-height: max(320px, calc(100svh - var(--home-header-h) - var(--home-trust-h))) !important;
  }

  .home-page .hero h1 {
    font-size: clamp(30px, 3.45vw, 44px) !important;
  }

  .home-page .hero p {
    font-size: 12px !important;
  }

  .home-page .proof strong {
    font-size: 17px !important;
  }
}

@media (max-width: 760px) {
  .home-page {
    --home-header-h: 82px;
    --home-trust-h: auto;
  }

  .home-page .hero-stage {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    display: block !important;
    overflow: visible !important;
  }

  .home-page .hero {
    min-height: auto !important;
    background-position: 70% center !important;
  }

  .home-page .hero-content {
    width: min(100% - 28px, 1180px) !important;
    max-width: 100% !important;
    padding-top: 50px !important;
    padding-bottom: 34px !important;
  }

  .home-page .hero h1 {
    max-width: 420px !important;
    font-size: clamp(32px, 9vw, 44px) !important;
    line-height: .97 !important;
  }

  .home-page .hero p {
    max-width: 420px !important;
  }
}

@media (max-width: 420px) {
  .home-page .hero h1 {
    font-size: clamp(29px, 8.6vw, 36px) !important;
  }

  .home-page .hero-actions {
    grid-template-columns: 1fr !important;
  }

  .home-page .hero-proof {
    grid-template-columns: 1fr !important;
  }
}

.gallery .gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
  grid-auto-rows: auto !important;
  align-items: stretch !important;
  gap: 16px !important;
}

.gallery .gallery-card,
.gallery .gallery-card:nth-child(n) {
  grid-column: auto !important;
  grid-row: auto !important;
  aspect-ratio: 4 / 3 !important;
  border-radius: 14px !important;
  height: auto !important;
}

.gallery .gallery-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

@media (max-width: 640px) {
  .gallery .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .gallery .gallery-card,
  .gallery .gallery-card:nth-child(n) {
    border-radius: 12px !important;
  }
}
