*{box-sizing:border-box;margin:0;padding:0}
:root{
  --navy:#06184a;
  --blue:#0b5bd3;
  --blue2:#0d73ef;
  --gold:#ffb21b;
  --white:#fff;
  --soft:#f4f7fc;
  --text:#0a2257;
  --green:#25d366;
}
html{scroll-behavior:smooth}
body{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:#fff;
  color:var(--text);
  overflow-x:hidden;
}
.topbar{
  position:sticky;
  top:0;
  z-index:50;
  width:100%;
  background:rgba(6,24,74,.97);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.bar-inner{
  width:100%;
  max-width:1100px;
  margin:auto;
  padding:calc(10px + env(safe-area-inset-top)) 16px 10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.bar-inner img{width:150px}
.bar-inner a{
  text-decoration:none;
  background:var(--gold);
  color:var(--navy);
  font-size:.78rem;
  font-weight:900;
  padding:10px 13px;
  border-radius:999px;
}
main{width:100%}
.hero{
  position:relative;
  min-height:calc(100svh - 64px);
  width:100%;
  overflow:hidden;
  display:flex;
  background:url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1400&q=90") center/cover no-repeat;
}
.overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(4,20,63,.62) 0%,rgba(4,20,63,.80) 43%,rgba(4,20,63,.97) 100%);
}
.watermark{
  position:absolute;
  width:330px;
  right:-135px;
  top:55px;
  opacity:.12;
}
.hero-inner{
  position:relative;
  z-index:2;
  width:100%;
  max-width:520px;
  min-height:calc(100svh - 64px);
  margin:auto;
  padding:38px 18px 24px;
  display:flex;
  flex-direction:column;
  color:#fff;
}
.eyebrow{
  text-align:center;
  font-size:.72rem;
  letter-spacing:.08em;
  font-weight:900;
  color:#ffbd2f;
  margin-bottom:12px;
}
h1{
  text-align:center;
  font-size:clamp(2.65rem,11vw,4rem);
  line-height:.98;
  letter-spacing:-.05em;
  margin-bottom:15px;
}
h1 strong{color:var(--gold)}
.hero-inner>p{
  text-align:center;
  color:rgba(255,255,255,.82);
  font-size:1rem;
  line-height:1.5;
  max-width:390px;
  margin:0 auto 22px;
}
.buttons{
  display:grid;
  gap:12px;
  width:100%;
}
.unit{
  display:flex;
  align-items:center;
  gap:14px;
  width:100%;
  padding:17px;
  border-radius:20px;
  text-decoration:none;
  box-shadow:0 16px 35px rgba(0,0,0,.25);
  transition:transform .2s ease;
}
.unit:active{transform:scale(.98)}
.unit.rio{background:linear-gradient(135deg,#ffc84c,#f3a400);color:#082052}
.unit.goiania{background:linear-gradient(135deg,#0d73ef,#0744ad);color:#fff;border:1px solid rgba(255,255,255,.16)}
.pin{
  width:48px;height:48px;border-radius:15px;
  display:grid;place-items:center;
  background:rgba(255,255,255,.72);
  font-size:24px;flex:0 0 auto;
}
.goiania .pin{background:rgba(255,255,255,.14)}
.text small,.text b,.text em{display:block}
.text small{font-size:.78rem;opacity:.78;margin-bottom:2px}
.text b{font-size:1.28rem;line-height:1.08}
.text em{font-style:normal;font-size:.82rem;font-weight:800;margin-top:6px}
.trust{text-align:center;margin:20px 0 16px}
.trust span{color:var(--gold)}
.trust p{font-size:.9rem;font-weight:800;margin-top:4px}
.trust small{display:block;color:rgba(255,255,255,.67);margin-top:3px}
.budget{
  display:block;
  width:100%;
  margin-top:auto;
  text-align:center;
  text-decoration:none;
  background:var(--green);
  color:#07341b;
  font-weight:900;
  padding:15px 18px;
  border-radius:16px;
}
.section{padding:58px 18px}
.section-head{
  width:100%;
  max-width:760px;
  margin:0 auto 28px;
  text-align:center;
}
.section-head span{
  color:#d79000;
  font-size:.75rem;
  font-weight:900;
  letter-spacing:.12em;
}
.section-head h2{
  font-size:clamp(2rem,8vw,3rem);
  line-height:1.05;
  letter-spacing:-.04em;
  margin-top:7px;
}
.section-head p{color:#6a7690;margin-top:9px;font-size:.92rem}
.services{background:#fff}
.service-grid{
  width:100%;
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.service-grid a{
  text-decoration:none;
  color:var(--text);
  background:#fff;
  border:1px solid #e2eaf5;
  border-radius:20px;
  padding:22px 13px;
  text-align:center;
  box-shadow:0 12px 28px rgba(7,34,91,.08);
  transition:transform .2s ease;
}
.service-grid a:active{transform:scale(.97)}
.service-grid i{display:block;font-style:normal;font-size:34px;margin-bottom:10px}
.service-grid b{display:block;font-size:1rem}
.service-grid small{display:block;color:#6c7890;margin-top:5px;font-size:.78rem}
.destinations{
  background:linear-gradient(180deg,#071a4c,#063b92);
}
.section-head.light{color:#fff}
.section-head.light span{color:var(--gold)}
.destination-list{
  width:100%;
  max-width:1100px;
  margin:auto;
  display:grid;
  gap:16px;
}
.dest{
  min-height:260px;
  border-radius:22px;
  overflow:hidden;
  position:relative;
  display:flex;
  align-items:flex-end;
  padding:20px;
  text-decoration:none;
  background-size:cover;
  background-position:center;
  box-shadow:0 18px 35px rgba(0,0,0,.24);
  transition:transform .2s ease;
}
.dest:active{transform:scale(.985)}
.dest:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(3,19,57,.05),rgba(3,19,57,.88));
}
.dest>div{position:relative;color:#fff}
.dest small{color:var(--gold);font-size:.72rem;font-weight:900;letter-spacing:.1em}
.dest h3{font-size:1.75rem;margin:3px 0}
.dest p{color:rgba(255,255,255,.78);font-size:.92rem;line-height:1.4}
.dest b{display:block;color:var(--gold);margin-top:12px;font-size:.86rem}
.maceio{background-image:url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1200&q=85")}
.noronha{background-image:url("https://images.unsplash.com/photo-1516026672322-bc52d61a55d5?auto=format&fit=crop&w=1200&q=85")}
.rio{background-image:url("https://images.unsplash.com/photo-1483729558449-99ef09a8c325?auto=format&fit=crop&w=1200&q=85")}
.porto{background-image:url("https://images.unsplash.com/photo-1540202404-a2f29016b523?auto=format&fit=crop&w=1200&q=85")}
.gramado{background-image:url("https://images.unsplash.com/photo-1488747279002-c8523379faaa?auto=format&fit=crop&w=1200&q=85")}
.more{
  display:block;
  width:100%;
  max-width:520px;
  margin:22px auto 0;
  text-decoration:none;
  text-align:center;
  background:var(--gold);
  color:var(--navy);
  font-weight:900;
  padding:14px;
  border-radius:14px;
}
.floating{
  position:fixed;
  right:16px;
  bottom:16px;
  width:56px;height:56px;
  border-radius:50%;
  display:grid;place-items:center;
  background:var(--green);
  text-decoration:none;
  font-size:27px;
  box-shadow:0 12px 28px rgba(0,0,0,.28);
  z-index:60;
}
@media(min-width:760px){
  .hero-inner{max-width:760px}
  .buttons{grid-template-columns:1fr 1fr}
  .service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .destination-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(min-width:1100px){
  .service-grid{grid-template-columns:repeat(6,minmax(0,1fr))}
  .destination-list{grid-template-columns:repeat(3,minmax(0,1fr))}
}
