@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600&display=swap');

:root{
  --white:#fff;
  --ink:#071923;
  --muted:rgba(255,255,255,.78);
  --panel:rgba(3,18,27,.82);
  --line:rgba(255,255,255,.16);
  --aqua:#89cdd2;
  --aqua-2:#6db5c1;
  --green:#25c75a;
  --shadow:0 20px 60px rgba(0,0,0,.34);
}

*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:#07131c}
body{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:#fff;
}

button,a{font:inherit}
button{cursor:pointer}

.land3-preview{
  min-height:100dvh;
  display:flex;
  flex-direction:column;
  align-items:center;
  background:
    radial-gradient(circle at 15% 20%,rgba(43,94,119,.35),transparent 35%),
    linear-gradient(180deg,#07131c,#091b28);
}

.land3-hero{
  position:relative;
  width:min(100%,460px);
  min-height:100dvh;
  overflow:hidden;
  background:#0b1a24;
}

.slide-images,
.slide-image,
.cinematic-overlay{
  position:absolute;
  inset:0;
}

.slide-image{
  background-image:var(--bg);
  background-position:center;
  background-size:cover;
  opacity:0;
  transform:scale(1.055);
  transition:opacity 1.15s ease,transform 5.5s ease;
}

.slide-image.is-active{
  opacity:1;
  transform:scale(1);
}

.cinematic-overlay{
  background:
    linear-gradient(180deg,rgba(1,9,16,.22) 0%,rgba(2,11,18,.06) 20%,rgba(2,12,20,.24) 38%,rgba(3,14,23,.76) 63%,rgba(3,15,24,.98) 100%),
    linear-gradient(90deg,rgba(3,13,21,.32),transparent 68%);
}

.land3-shell{
  position:relative;
  z-index:2;
  min-height:100dvh;
  padding:max(16px,env(safe-area-inset-top)) 16px max(18px,env(safe-area-inset-bottom));
  display:flex;
  flex-direction:column;
}

.land3-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.brand{
  color:white;
  text-decoration:none;
}

.brand-box{
  display:grid;
  place-items:center;
  width:188px;
  min-height:48px;
  padding:0;
  background:transparent;
}

.brand img{
  max-width:100%;
  max-height:48px;
  width:auto;
  filter:drop-shadow(0 2px 7px rgba(0,18,25,.56));
}

.menu{
  border:0;
  background:rgba(4,20,29,.22);
  backdrop-filter:blur(8px);
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-content:center;
  gap:4px;
}
.menu span{
  display:block;
  width:19px;
  height:2px;
  border-radius:99px;
  background:white;
}

.story{
  margin-top:auto;
  padding-top:20vh;
}

.story-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:rgba(235,247,247,.86);
  font-size:.74rem;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:700;
}

.story-meta,
.story-progress{
  display:none;
}

.story-progress{
  height:2px;
  margin:9px 0 19px;
  background:rgba(255,255,255,.2);
  overflow:hidden;
}
.story-progress i{
  display:block;
  height:100%;
  width:14.285%;
  background:#9cdee0;
  transition:width .55s ease;
}

.story-copy{
  transition:opacity .25s ease,transform .25s ease;
}
.story-copy.is-changing{
  opacity:0;
  transform:translateY(10px);
}

.kicker{
  margin:0 0 8px;
  color:#a4dfe1;
  font-size:.88rem;
  font-weight:700;
}

.story h1{
  margin:0;
  max-width:12ch;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(2.25rem,9.2vw,3.7rem);
  line-height:.96;
  letter-spacing:-.035em;
  font-weight:600;
  text-shadow:0 3px 25px rgba(0,0,0,.36);
}

.story-text{
  margin:13px 0 0;
  max-width:30ch;
  min-height:4.2em;
  color:var(--muted);
  font-size:.94rem;
  line-height:1.46;
}

.story-dots{
  display:flex;
  gap:6px;
  margin-top:14px;
}
.story-dot{
  appearance:none;
  border:0;
  width:6px;
  height:6px;
  padding:0;
  border-radius:50%;
  background:rgba(255,255,255,.3);
}
.story-dot.is-active{
  background:white;
  transform:scale(1.15);
}

.fixed-conversion{
  margin-top:17px;
  padding:12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:17px;
  background:linear-gradient(180deg,rgba(3,17,27,.60),rgba(3,17,27,.88));
  box-shadow:var(--shadow);
  backdrop-filter:blur(14px);
}

.action-stack{
  display:grid;
  gap:9px;
}
.action{
  min-height:50px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  text-decoration:none;
  font-weight:700;
  font-size:.92rem;
}
.action b{
  font-size:1.18rem;
  font-weight:500;
}
.primary{
  color:#08202a;
  background:linear-gradient(135deg,var(--aqua),var(--aqua-2));
  border:1px solid rgba(211,250,250,.5);
  box-shadow:0 10px 24px rgba(90,181,193,.22);
}
.secondary{
  color:#fff;
  border:1px solid rgba(255,255,255,.30);
  background:rgba(4,17,25,.25);
}

.trust-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:6px;
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid var(--line);
}
.trust{
  text-align:center;
  min-width:0;
  position:relative;
}
.trust:not(:last-child)::after{
  content:"";
  position:absolute;
  top:4px;
  right:-3px;
  bottom:3px;
  width:1px;
  background:var(--line);
}
.trust-symbol{
  width:25px;
  height:25px;
  margin:0 auto 4px;
  border:1px solid rgba(255,255,255,.32);
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:.77rem;
}
.trust strong{
  display:block;
  color:#9bdadd;
  font-size:.77rem;
  line-height:1.1;
}
.trust small{
  display:block;
  margin-top:3px;
  color:rgba(241,248,249,.74);
  font-size:.64rem;
  line-height:1.15;
}

.help-strip{
  display:grid;
  grid-template-columns:1fr auto;
  gap:9px;
  align-items:center;
  margin-top:10px;
}
.help-bubble{
  min-width:0;
  min-height:58px;
  padding:7px 10px 7px 7px;
  border-radius:14px;
  display:flex;
  align-items:center;
  gap:9px;
  text-decoration:none;
  color:#1c2d35;
  background:rgba(255,255,255,.95);
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.help-bubble img{
  width:44px;
  height:44px;
  flex:0 0 44px;
  border-radius:50%;
  object-fit:cover;
  object-position:center top;
}
.help-bubble span{
  min-width:0;
}
.help-bubble strong{
  display:block;
  font-size:.84rem;
  white-space:nowrap;
}
.help-bubble small{
  display:block;
  color:#73828a;
  font-size:.78rem;
  margin-top:1px;
}

.whatsapp{
  width:58px;
  height:58px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:white;
  background:linear-gradient(180deg,#3bd865,#1cad4b);
  box-shadow:0 12px 28px rgba(36,199,90,.34);
}
.whatsapp svg{
  width:30px;
  height:30px;
}

/* Segundo bloco: processo de agendamento */
.process-section{
  --process-ink:#0a2933;
  --process-muted:#61747b;
  --process-teal:#318d91;
  --process-teal-dark:#236f75;
  --process-soft:#e7f3f1;
  position:relative;
  width:min(100%,460px);
  min-height:auto;
  overflow:hidden;
  color:var(--process-ink);
  background:
    radial-gradient(circle at 90% 8%,rgba(92,176,172,.18),transparent 30%),
    radial-gradient(circle at 5% 58%,rgba(222,197,158,.16),transparent 34%),
    linear-gradient(180deg,#fbfaf7,#f5f1e9);
}

.process-shell{
  min-height:auto;
  padding:max(16px,env(safe-area-inset-top)) 16px max(18px,env(safe-area-inset-bottom));
  display:flex;
  flex-direction:column;
}

.process-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.process-brand{
  width:188px;
  min-height:48px;
  padding:0;
  display:grid;
  place-items:center;
  background:transparent;
}

.process-brand img{
  max-width:100%;
  max-height:48px;
  width:auto;
}

.process-top-label{
  padding:8px 11px;
  border:1px solid rgba(49,141,145,.18);
  border-radius:999px;
  color:var(--process-teal-dark);
  background:rgba(255,255,255,.64);
  font-size:.7rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.process-story{
  margin-top:14px;
}

.process-heading p{
  margin:0 0 4px;
  color:var(--process-teal);
  font-size:.74rem;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.process-heading h2{
  margin:0;
  max-width:18ch;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(1.45rem,6.5vw,2rem);
  line-height:1.06;
  letter-spacing:-.025em;
  font-weight:600;
}

.process-meta{
  margin-top:13px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:#5c7279;
  font-size:.7rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.process-meta-end{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
}

#process-label{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.process-playback{
  width:28px;
  height:28px;
  flex:0 0 28px;
  padding:0;
  border:1px solid rgba(49,141,145,.28);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--process-teal-dark);
  background:rgba(255,255,255,.78);
  box-shadow:0 5px 13px rgba(38,94,98,.09);
  line-height:1;
  transition:color .2s ease,background .2s ease,transform .2s ease;
}

.process-playback:hover,
.process-playback:focus-visible{
  color:#fff;
  background:var(--process-teal);
  outline:none;
  transform:scale(1.05);
}

.process-playback .playback-pause{
  margin-top:-1px;
  font-size:.64rem;
  font-weight:900;
  letter-spacing:-.18em;
}

.process-playback .playback-play{
  display:none;
  margin-left:2px;
  font-size:.61rem;
}

.process-playback.is-paused .playback-pause{
  display:none;
}

.process-playback.is-paused .playback-play{
  display:block;
}

.process-progress{
  height:3px;
  margin:8px 0 12px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(49,141,145,.14);
}

.process-progress i{
  display:block;
  width:14.285%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#67bbb8,var(--process-teal-dark));
  transition:width .55s ease;
}

.process-visuals{
  position:relative;
  height:270px;
  overflow:hidden;
  border:1px solid rgba(36,101,107,.12);
  border-radius:20px;
  background:rgba(255,255,255,.76);
  box-shadow:0 16px 40px rgba(38,78,81,.12);
}

.process-visual{
  position:absolute;
  inset:0;
  padding:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  pointer-events:none;
  transform:translateY(10px) scale(.985);
  transition:opacity .65s ease,transform .65s ease;
}

.process-visual.is-active{
  z-index:2;
  opacity:1;
  pointer-events:auto;
  transform:translateY(0) scale(1);
}

.mini-card{
  width:min(100%,326px);
  padding:13px;
  border:1px solid rgba(41,99,105,.12);
  border-radius:15px;
  background:#fff;
  box-shadow:0 12px 30px rgba(40,76,81,.1);
}

.mini-card-head{
  display:grid;
  grid-template-columns:32px 1fr 32px;
  align-items:center;
  text-align:center;
}

.mini-card-head button{
  width:30px;
  height:30px;
  padding:0;
  border:0;
  border-radius:50%;
  color:var(--process-teal-dark);
  background:var(--process-soft);
  font-size:1.25rem;
}

.mini-card-head strong{
  font-size:.84rem;
}

.weekdays,
.calendar-days{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:5px;
  margin-top:9px;
  text-align:center;
}

.weekdays span{
  color:#7b8d92;
  font-size:.61rem;
  font-weight:800;
}

.calendar-days span{
  min-height:28px;
  border-radius:8px;
  display:grid;
  place-items:center;
  color:#476068;
  font-size:.7rem;
  font-weight:700;
}

.calendar-days .selected,
.time-options .selected{
  color:#fff;
  background:var(--process-teal);
  box-shadow:0 5px 14px rgba(49,141,145,.24);
}

.calendar-card > p{
  margin:10px 0 6px;
  color:#64797f;
  font-size:.65rem;
  font-weight:800;
}

.time-options{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:6px;
}

.time-options span{
  min-height:27px;
  border:1px solid rgba(55,116,119,.16);
  border-radius:7px;
  display:grid;
  place-items:center;
  color:#49636b;
  font-size:.66rem;
  font-weight:700;
}

.form-card{
  display:grid;
  gap:9px;
}

.form-card label span{
  display:block;
  margin:0 0 4px;
  color:#496269;
  font-size:.63rem;
  font-weight:800;
}

.form-card label em{
  color:#87979b;
  font-style:normal;
  font-weight:600;
}

.form-card label b{
  min-height:34px;
  padding:0 10px;
  border:1px solid rgba(55,116,119,.17);
  border-radius:8px;
  display:flex;
  align-items:center;
  color:#73868b;
  background:#fbfcfb;
  font-size:.68rem;
  font-weight:500;
}

.privacy-note{
  padding:8px 10px;
  border-radius:10px;
  display:flex;
  align-items:center;
  gap:9px;
  color:#335860;
  background:#eef7f5;
}

.privacy-note > span{
  width:24px;
  height:24px;
  flex:0 0 24px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  background:var(--process-teal);
  font-size:.75rem;
}

.privacy-note p{
  margin:0;
}

.privacy-note strong,
.privacy-note small{
  display:block;
}

.privacy-note strong{
  font-size:.67rem;
}

.privacy-note small{
  margin-top:2px;
  color:#71858a;
  font-size:.59rem;
}

.process-reservation,
.process-payment,
.process-confirmation{
  flex-direction:column;
  gap:11px;
  background:
    radial-gradient(circle at 50% 36%,rgba(108,190,184,.16),transparent 37%),
    linear-gradient(180deg,rgba(255,255,255,.35),rgba(243,248,245,.9));
}

.process-symbol{
  position:relative;
  display:grid;
  place-items:center;
}

.process-symbol svg{
  width:105px;
  height:105px;
  filter:drop-shadow(0 10px 18px rgba(38,112,115,.18));
}

.process-symbol svg > path:first-child,
.lock-symbol svg rect{
  fill:var(--process-teal);
}

.process-symbol .symbol-line{
  fill:none;
  stroke:#fff;
  stroke-width:8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.shield-clock > span{
  position:absolute;
  right:-8px;
  bottom:2px;
  min-width:52px;
  padding:6px 7px;
  border:4px solid #f6faf7;
  border-radius:999px;
  color:#fff;
  background:var(--process-teal-dark);
  font-size:.66rem;
  font-weight:800;
  text-align:center;
}

.appointment-card{
  width:min(100%,300px);
  padding:11px 13px;
  border:1px solid rgba(45,107,110,.13);
  border-radius:12px;
  display:grid;
  gap:3px;
  text-align:center;
  background:#fff;
  box-shadow:0 10px 25px rgba(40,80,83,.1);
}

.appointment-card span{
  color:var(--process-teal-dark);
  font-size:.7rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.appointment-card strong{
  font-size:.84rem;
}

.appointment-card small{
  color:#74868b;
  font-size:.65rem;
}

.security-list{
  width:min(100%,304px);
  display:grid;
  gap:7px;
}

.security-list span{
  min-height:31px;
  padding:6px 10px;
  border:1px solid rgba(45,107,110,.12);
  border-radius:9px;
  color:#3f6168;
  background:#fff;
  font-size:.68rem;
  font-weight:700;
}

.confirm-symbol{
  width:90px;
  height:90px;
  border:8px solid rgba(255,255,255,.8);
  border-radius:50%;
  color:#fff;
  background:linear-gradient(145deg,#70ba72,#3c9658);
  box-shadow:0 12px 28px rgba(56,139,79,.22);
  font-size:2.8rem;
  font-weight:800;
}

.appointment-card.confirmed span{
  color:#38844c;
}

.process-online{
  padding:0;
  display:block;
  background:#dfeae7;
}

.process-online::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 48%,rgba(4,36,42,.78));
}

.process-online img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}

.online-points{
  position:absolute;
  z-index:2;
  left:12px;
  right:12px;
  bottom:12px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:6px;
}

.online-points span{
  min-height:31px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:9px;
  display:grid;
  place-items:center;
  color:#fff;
  background:rgba(4,35,42,.45);
  backdrop-filter:blur(7px);
  font-size:.61rem;
  font-weight:800;
}

.process-help{
  padding:18px;
  display:grid;
  grid-template-columns:84px 1fr;
  grid-template-rows:auto 1fr;
  gap:10px 14px;
  align-content:center;
  justify-content:stretch;
  background:
    radial-gradient(circle at 20% 24%,rgba(97,185,178,.18),transparent 30%),
    linear-gradient(145deg,#f7fbf8,#edf5f2);
}

.process-help > img{
  width:84px;
  height:84px;
  border:5px solid #fff;
  border-radius:50%;
  object-fit:cover;
  object-position:center top;
  box-shadow:0 12px 25px rgba(38,87,91,.18);
}

.process-help > div{
  align-self:center;
}

.process-help > div span,
.process-help > div strong,
.process-help > div small{
  display:block;
}

.process-help > div span{
  color:var(--process-teal);
  font-size:.63rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.process-help > div strong{
  margin-top:3px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:1.2rem;
}

.process-help > div small{
  margin-top:2px;
  color:#657c82;
  font-size:.69rem;
}

.process-help ul{
  grid-column:1/-1;
  align-self:center;
  margin:2px 0 0;
  padding:0;
  display:grid;
  gap:7px;
  list-style:none;
}

.process-help li{
  position:relative;
  padding:8px 10px 8px 31px;
  border:1px solid rgba(44,113,116,.12);
  border-radius:9px;
  color:#46656c;
  background:rgba(255,255,255,.78);
  font-size:.66rem;
  font-weight:700;
}

.process-help li::before{
  content:"✓";
  position:absolute;
  left:10px;
  color:var(--process-teal);
  font-weight:900;
}

.process-copy{
  min-height:105px;
  padding-top:12px;
  transition:opacity .25s ease,transform .25s ease;
}

.process-copy.is-changing{
  opacity:0;
  transform:translateY(7px);
}

.process-kicker{
  margin:0 0 4px;
  color:var(--process-teal);
  font-size:.7rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.process-copy h3{
  margin:0;
  font-family:"Playfair Display",Georgia,serif;
  font-size:1.42rem;
  line-height:1.08;
  letter-spacing:-.02em;
  font-weight:600;
}

.process-copy > p:last-child{
  margin:7px 0 0;
  max-width:39ch;
  color:var(--process-muted);
  font-size:.79rem;
  line-height:1.4;
}

.process-dots{
  display:flex;
  justify-content:center;
  gap:7px;
  margin-top:2px;
}

.process-dot{
  appearance:none;
  width:7px;
  height:7px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(43,113,117,.22);
  transition:width .25s ease,background .25s ease;
}

.process-dot.is-active{
  width:24px;
  border-radius:999px;
  background:var(--process-teal);
}

.process-conversion{
  margin-top:10px;
  padding:10px;
  border:1px solid rgba(41,108,112,.14);
  border-radius:16px;
  background:rgba(255,255,255,.86);
  box-shadow:0 14px 36px rgba(36,78,82,.11);
  backdrop-filter:blur(12px);
}

.process-actions{
  display:grid;
  gap:0;
  transition:gap .35s ease;
}

.process-section.is-whatsapp-step .process-actions{
  gap:8px;
}

.process-action{
  min-height:47px;
  padding:0 15px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  text-decoration:none;
  font-size:.82rem;
  font-weight:800;
}

.process-action b{
  font-size:1.1rem;
  font-weight:500;
}

.process-primary{
  color:#fff;
  background:linear-gradient(135deg,#4ca6a5,var(--process-teal-dark));
  box-shadow:0 9px 20px rgba(42,124,128,.22);
}

.process-whatsapp-action{
  min-height:0;
  height:0;
  padding:0;
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  transform:translateY(7px);
  color:#fff;
  background:linear-gradient(135deg,#35cf64,#1daa4a);
  box-shadow:0 9px 20px rgba(30,172,73,.2);
  transition:height .35s ease,min-height .35s ease,opacity .35s ease,transform .35s ease,visibility 0s linear .35s;
}

.process-section.is-whatsapp-step .process-whatsapp-action{
  min-height:47px;
  height:47px;
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  transition-delay:0s;
}

.site-footer{
  width:min(100%,460px);
  overflow:hidden;
  color:#123d43;
  background:#f5f1e9;
}

.footer-intro{
  position:relative;
  padding:64px 16px 46px;
  background:
    radial-gradient(circle at 85% 85%,rgba(83,157,157,.08),transparent 34%),
    linear-gradient(180deg,#f7f3ec 0%,#f5f1e9 82%,#e6ece7 100%);
}

.footer-eyebrow{
  margin:0;
  color:#2f9294;
  font-size:.75rem;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.footer-intro h2{
  margin:17px 0 0;
  max-width:12ch;
  color:#0a3a41;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(2.45rem,10.5vw,3.5rem);
  font-weight:600;
  letter-spacing:-.035em;
  line-height:1.03;
}

.footer-lead{
  margin:23px 0 0;
  max-width:34ch;
  color:#53686d;
  font-size:1rem;
  line-height:1.5;
}

.footer-carousel{
  margin-top:34px;
}

.footer-carousel-viewport{
  overflow:hidden;
  border-radius:16px;
}

.footer-carousel-track{
  display:flex;
  transform:translate3d(0,0,0);
  transition:transform .68s cubic-bezier(.22,.72,.24,1);
  will-change:transform;
}

.footer-carousel-track.is-resetting{
  transition:none;
}

.footer-card{
  flex:0 0 100%;
  min-width:0;
  min-height:190px;
  padding:24px 9px 18px;
  border:1px solid #39989a;
  border-radius:16px;
  background:rgba(255,252,247,.76);
}

.footer-card h3{
  margin:0;
  color:#16898d;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.075em;
  text-align:center;
  text-transform:uppercase;
}

.footer-card-items{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:22px;
}

.footer-card-item{
  min-width:0;
  padding:0 8px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}

.footer-card-item + .footer-card-item{
  border-left:1px solid rgba(47,94,98,.19);
}

.footer-card-item svg{
  width:48px;
  height:48px;
  flex:0 0 48px;
  fill:none;
  stroke:#168b8f;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:2.15;
}

.footer-card-item span{
  margin-top:11px;
  color:#263e45;
  font-size:.69rem;
  font-weight:500;
  line-height:1.34;
}

.footer-carousel-dots{
  height:7px;
  margin-top:15px;
  display:flex;
  justify-content:center;
  gap:6px;
}

.footer-carousel-dots span{
  width:7px;
  height:7px;
  border-radius:999px;
  background:rgba(39,132,136,.23);
  transition:width .28s ease,background .28s ease;
}

.footer-carousel-dots span.is-active{
  width:23px;
  background:#2f9194;
}

.footer-institutional{
  position:relative;
  min-height:400px;
  padding:51px 20px 31px;
  overflow:hidden;
  color:#edf7f4;
  background:
    radial-gradient(circle at 100% 0,rgba(111,189,181,.2),transparent 35%),
    linear-gradient(145deg,#0b5a5f,#00434a 62%,#003b43);
}

.footer-institutional::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 34%);
}

.footer-plant{
  position:absolute;
  z-index:0;
  width:225px;
  height:430px;
  right:-45px;
  bottom:-36px;
  fill:rgba(173,224,214,.10);
  stroke:rgba(176,224,215,.16);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:3;
}

.footer-brand,
.footer-professional,
.footer-hours,
.footer-legal,
.footer-emergency,
.footer-copyright{
  position:relative;
  z-index:1;
}

.footer-brand{
  width:min(100%,375px);
  padding:0;
  background:transparent;
}

.footer-brand img{
  display:block;
  width:100%;
  height:auto;
  filter:drop-shadow(0 3px 10px rgba(0,30,34,.24));
}

.footer-hours{
  margin:25px 0 0;
  color:rgba(243,250,248,.92);
  font-size:.82rem;
  line-height:1.45;
}

.footer-hours span{
  margin:0 3px;
  color:#78c8c3;
}

.footer-hours{
  margin-top:13px;
}

.footer-legal{
  margin:29px 0 0;
  display:flex;
  align-items:center;
  gap:13px;
  color:#6ed0cb;
  font-size:.8rem;
  font-weight:700;
}

.footer-legal i{
  font-style:normal;
  opacity:.7;
}

.footer-legal a{
  color:inherit;
  text-decoration:none;
  text-underline-offset:3px;
}

.footer-legal a:hover,
.footer-legal a:focus-visible{
  color:#a2ece6;
  text-decoration:underline;
}

.footer-emergency{
  margin-top:31px;
  display:flex;
  align-items:center;
  gap:12px;
  color:rgba(231,244,240,.62);
}

.footer-emergency svg{
  width:37px;
  height:37px;
  flex:0 0 37px;
  fill:none;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:2;
}

.footer-emergency p{
  margin:0;
  font-size:.74rem;
  line-height:1.45;
}

.footer-copyright{
  margin:30px 0 0;
  color:rgba(245,251,249,.88);
  font-size:.78rem;
}

@media (max-height:780px){
  .story{
    padding-top:10vh;
  }
  .story h1{
    font-size:clamp(1.85rem,8vw,2.8rem);
  }
  .story-text{
    min-height:3.1em;
    font-size:.85rem;
  }
  .fixed-conversion{
    margin-top:12px;
  }
  .action{
    min-height:45px;
  }

  .process-story{
    margin-top:9px;
  }

  .process-heading h2{
    font-size:1.35rem;
  }

  .process-meta{
    margin-top:8px;
  }

  .process-visuals{
    height:235px;
  }

  .process-visual{
    padding:12px;
  }

  .process-copy{
    min-height:85px;
    padding-top:9px;
  }

  .process-copy h3{
    font-size:1.2rem;
  }

  .process-copy > p:last-child{
    margin-top:5px;
    font-size:.72rem;
  }

  .process-symbol svg{
    width:80px;
    height:80px;
  }

  .confirm-symbol{
    width:72px;
    height:72px;
    font-size:2.2rem;
  }

  .process-conversion{
    padding:9px;
  }

  .process-action{
    min-height:42px;
  }

  .process-whatsapp-action{
    min-height:0;
    height:0;
  }

  .process-section.is-whatsapp-step .process-whatsapp-action{
    min-height:42px;
    height:42px;
  }

  .footer-intro{
    padding-top:45px;
    padding-bottom:36px;
  }

  .footer-intro h2{
    font-size:clamp(2.15rem,9.5vw,3rem);
  }

  .footer-lead{
    margin-top:17px;
    font-size:.91rem;
  }

  .footer-carousel{
    margin-top:25px;
  }

  .footer-card{
    min-height:174px;
    padding-top:20px;
  }

  .footer-card-items{
    margin-top:17px;
  }

  .footer-card-item svg{
    width:42px;
    height:42px;
    flex-basis:42px;
  }

  .footer-card-item span{
    margin-top:8px;
    font-size:.64rem;
  }

  .footer-institutional{
    min-height:365px;
    padding-top:40px;
  }
}

@media (min-width:700px){
  .land3-hero{
    min-height:calc(100dvh - 30px);
    margin:15px 0;
    border-radius:28px;
    box-shadow:0 32px 100px rgba(0,0,0,.48);
  }

  .process-section{
    min-height:calc(100dvh - 30px);
    margin:15px 0 30px;
    border-radius:28px;
    box-shadow:0 32px 100px rgba(0,0,0,.38);
  }

  .process-shell{
    min-height:calc(100dvh - 30px);
  }

  .process-conversion{
    margin-top:auto;
  }

  .site-footer{
    margin:0 0 30px;
    border-radius:28px;
    box-shadow:0 32px 100px rgba(0,0,0,.36);
  }
}

/* Layout amplo: preserva integralmente a composição móvel abaixo de 900px. */
@media (min-width:900px){
  .land3-preview{
    gap:28px;
    padding:24px 0 0;
  }

  .land3-hero,
  .process-section,
  .site-footer{
    width:min(calc(100% - 64px),1280px);
    margin-inline:auto;
  }

  .land3-hero{
    min-height:720px;
    height:calc(100dvh - 48px);
    max-height:900px;
    margin-block:0;
    border-radius:32px;
  }

  .slide-image{
    background-color:#07131c;
    background-position:right center;
    background-repeat:no-repeat;
    background-size:auto 116%;
  }

  .cinematic-overlay{
    background:
      linear-gradient(90deg,#061720 0%,rgba(6,23,32,.98) 30%,rgba(6,23,32,.84) 48%,rgba(6,23,32,.25) 72%,rgba(6,23,32,.08) 100%),
      linear-gradient(180deg,rgba(1,9,16,.22) 0%,rgba(2,11,18,.04) 38%,rgba(3,15,24,.64) 100%);
  }

  .land3-shell{
    min-height:100%;
    padding:28px 48px 32px;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(410px,.82fr);
    grid-template-rows:auto minmax(0,1fr) auto;
    column-gap:70px;
  }

  .land3-top{
    grid-column:1/-1;
    grid-row:1;
  }

  .brand-box{
    width:224px;
    min-height:55px;
  }

  .brand img{
    max-height:55px;
  }

  .menu{
    width:46px;
    height:46px;
  }

  .story{
    grid-column:1;
    grid-row:2;
    align-self:end;
    margin:0;
    padding:30px 0 26px;
  }

  .kicker{
    margin-bottom:11px;
    font-size:.97rem;
  }

  .story h1{
    max-width:11.5ch;
    font-size:clamp(3.4rem,4.5vw,5.15rem);
    line-height:.98;
  }

  .story-text{
    max-width:39ch;
    min-height:3.2em;
    margin-top:18px;
    font-size:1.04rem;
    line-height:1.55;
  }

  .story-dots{
    gap:8px;
    margin-top:18px;
  }

  .story-dot{
    width:8px;
    height:8px;
  }

  .fixed-conversion{
    grid-column:1;
    grid-row:3;
    width:100%;
    max-width:610px;
    margin:0;
    padding:14px;
  }

  .action-stack{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }

  .action{
    min-height:52px;
  }

  .trust-strip{
    gap:10px;
    margin-top:13px;
    padding-top:13px;
  }

  .help-strip{
    margin-top:13px;
  }

  .process-section{
    min-height:760px;
    margin:0 auto 4px;
    border-radius:32px;
  }

  .process-shell{
    min-height:760px;
    padding:30px 48px 32px;
  }

  .process-brand{
    width:224px;
    min-height:55px;
  }

  .process-brand img{
    max-height:55px;
  }

  .process-top-label{
    padding:10px 15px;
    font-size:.75rem;
  }

  .process-story{
    margin-top:19px;
    display:grid;
    grid-template-columns:minmax(0,1.18fr) minmax(330px,.82fr);
    grid-template-areas:
      "heading heading"
      "meta meta"
      "progress progress"
      "visual copy"
      "visual dots";
    grid-template-rows:auto auto auto minmax(0,1fr) auto;
    column-gap:38px;
    align-items:start;
  }

  .process-heading{
    grid-area:heading;
  }

  .process-heading h2{
    max-width:none;
    font-size:2.45rem;
  }

  .process-heading p{
    margin-bottom:7px;
    font-size:.79rem;
  }

  .process-meta{
    grid-area:meta;
    margin-top:18px;
    font-size:.75rem;
  }

  .process-progress{
    grid-area:progress;
    margin:10px 0 18px;
  }

  .process-visuals{
    grid-area:visual;
    height:400px;
    border-radius:24px;
  }

  .process-visual{
    padding:28px;
  }

  .mini-card{
    width:min(100%,410px);
    padding:18px;
  }

  .process-symbol svg{
    width:125px;
    height:125px;
  }

  .confirm-symbol{
    width:110px;
    height:110px;
    font-size:3.35rem;
  }

  .process-help{
    grid-template-columns:108px 1fr;
    gap:15px 20px;
    padding:34px;
  }

  .process-help > img{
    width:108px;
    height:108px;
  }

  .process-help > div strong{
    font-size:1.5rem;
  }

  .process-help li{
    font-size:.74rem;
  }

  .process-copy{
    grid-area:copy;
    align-self:center;
    min-height:0;
    padding:34px 24px 20px;
  }

  .process-kicker{
    font-size:.77rem;
  }

  .process-copy h3{
    font-size:2.15rem;
    line-height:1.05;
  }

  .process-copy > p:last-child{
    max-width:34ch;
    margin-top:13px;
    font-size:.96rem;
    line-height:1.55;
  }

  .process-dots{
    grid-area:dots;
    align-self:start;
    justify-content:flex-start;
    padding:0 24px 18px;
  }

  .process-conversion{
    width:100%;
    max-width:470px;
    margin:19px 0 0 auto;
    padding:11px;
  }

  .process-action{
    min-height:50px;
    font-size:.89rem;
  }

  .process-section.is-whatsapp-step .process-whatsapp-action{
    min-height:50px;
    height:50px;
  }

  .site-footer{
    margin:0 auto 32px;
    border-radius:32px;
  }

  .footer-intro{
    padding:68px 52px;
    display:grid;
    grid-template-columns:minmax(340px,.78fr) minmax(0,1.22fr);
    grid-template-rows:auto auto 1fr;
    column-gap:64px;
    align-items:start;
  }

  .footer-eyebrow{
    grid-column:1;
    grid-row:1;
    font-size:.8rem;
  }

  .footer-intro h2{
    grid-column:1;
    grid-row:2;
    max-width:10ch;
    font-size:clamp(3.2rem,4vw,4.55rem);
  }

  .footer-lead{
    grid-column:1;
    grid-row:3;
    max-width:31ch;
    font-size:1.05rem;
  }

  .footer-carousel{
    grid-column:2;
    grid-row:1/4;
    align-self:center;
    width:100%;
    margin-top:0;
  }

  .footer-card{
    min-height:250px;
    padding:35px 20px 25px;
  }

  .footer-card h3{
    font-size:.8rem;
  }

  .footer-card-items{
    margin-top:30px;
  }

  .footer-card-item{
    padding-inline:15px;
  }

  .footer-card-item svg{
    width:58px;
    height:58px;
    flex-basis:58px;
  }

  .footer-card-item span{
    margin-top:15px;
    font-size:.78rem;
  }

  .footer-institutional{
    min-height:320px;
    padding:52px 54px 38px;
    display:grid;
    grid-template-columns:minmax(0,1fr) 360px;
    grid-template-areas:
      "brand emergency"
      "hours emergency"
      "legal copyright";
    column-gap:70px;
    align-items:start;
  }

  .footer-brand{
    grid-area:brand;
    width:min(100%,430px);
  }

  .footer-hours{
    grid-area:hours;
    margin-top:18px;
    font-size:.9rem;
  }

  .footer-legal{
    grid-area:legal;
    align-self:end;
    margin-top:35px;
  }

  .footer-emergency{
    grid-area:emergency;
    align-self:center;
    margin-top:0;
  }

  .footer-emergency p{
    font-size:.8rem;
  }

  .footer-copyright{
    grid-area:copyright;
    align-self:end;
    justify-self:start;
    margin:35px 0 0;
  }

  .footer-plant{
    width:300px;
    height:480px;
    right:-28px;
    bottom:-70px;
  }
}

@media (prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto;
  }

  .process-playback{
    display:none;
  }

  .slide-image,
  .story-copy,
  .story-progress i,
  .process-visual,
  .process-copy,
  .process-progress i,
  .process-dot,
  .process-playback,
  .process-whatsapp-action,
  .footer-carousel-track,
  .footer-carousel-dots span{
    transition:none!important;
  }
}
