/* ============================================================
   Pousada Luz do Sol - style.css
   ============================================================ */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --sand: #f6efe3;
  --pearl: #fffaf2;
  --shell: #efe2cf;
  --sun: #efb44c;
  --sun-deep: #d98e22;
  --coral: #da6f4d;
  --lagoon: #0f8a7d;
  --lagoon-deep: #0a645b;
  --leaf: #476b4d;
  --ink: #24170e;
  --muted: #6d5c4a;
  --line: rgba(36, 23, 14, 0.11);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(36, 23, 14, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Manrope', sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(239, 180, 76, 0.14), transparent 24%),
    linear-gradient(180deg, #fffdf7 0%, #f6efe3 42%, #fff9f1 100%);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

section {
  padding: 6rem 1.75rem;
}

.container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.divider {
  height: 1px;
  margin: 0 1.75rem;
  background: linear-gradient(90deg, transparent, rgba(36, 23, 14, 0.15), transparent);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.9rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--coral);
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 0.95;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 1.25rem;
}

.section-title em {
  font-style: italic;
  color: var(--sun-deep);
}

p {
  line-height: 1.78;
}

/* ============================================================
   Navegacao
   ============================================================ */
#nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 200;
  padding: 1.1rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}

#nav.solid {
  background: rgba(255, 249, 241, 0.92);
  backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 rgba(36, 23, 14, 0.08);
}

.nav-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.nav-logo {
  height: 58px;
  width: auto;
  padding: 0.2rem;
  border-radius: 14px;
  background: rgba(143, 126, 84, 0.92);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.nav-links a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.25s ease, opacity 0.25s ease;
}

#nav.solid .nav-links a {
  color: var(--muted);
}

.nav-links a:hover {
  color: var(--sun-deep) !important;
}

.nav-wa {
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lagoon), var(--lagoon-deep));
  color: var(--white) !important;
  line-height: 1.25;
  text-align: center;
  box-shadow: 0 10px 24px rgba(15, 138, 125, 0.28);
}

.burger {
  display: none;
  background: none;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  border-radius: 99px;
  background: var(--white);
}

#nav.solid .burger span {
  background: var(--ink);
}

/* ============================================================
   Hero
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.hero-scene {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 20, 36, 0.18) 0%, rgba(7, 29, 48, 0.46) 100%),
    url('fotos/hero-centro-porto-seguro.jpg') center center / cover no-repeat;
}

.hero-scene::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.06), transparent 30%),
    linear-gradient(180deg, rgba(4, 20, 34, 0.12), rgba(4, 20, 34, 0.28));
}

.hero-center {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.hero-content {
  max-width: 840px;
  text-align: center;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.55rem 1rem;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(10, 33, 54, 0.24);
  color: rgba(255, 248, 238, 0.92);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sun);
}

.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(4rem, 10vw, 7.3rem);
  line-height: 0.86;
  font-weight: 600;
  color: var(--white);
  letter-spacing: -0.045em;
  margin-bottom: 1.25rem;
  text-shadow: 0 10px 30px rgba(4, 20, 34, 0.35);
}

.hero h1 em {
  font-style: italic;
  color: #fff1c7;
}

.hero-sub {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1rem, 2vw, 1.14rem);
  color: rgba(255, 248, 238, 0.82);
  margin-bottom: 1.8rem;
  text-shadow: 0 6px 20px rgba(4, 20, 34, 0.28);
}

.hero-kicker {
  margin-bottom: 0.7rem;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff1c7;
  text-shadow: 0 4px 18px rgba(4, 20, 34, 0.28);
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 0;
}

.btn-wa,
.btn-outline,
.cta-wa,
.faq-wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  text-decoration: none;
  border-radius: 999px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.btn-wa,
.cta-wa,
.faq-wa-btn {
  background: linear-gradient(135deg, #23c15f, #129d48);
  color: var(--white);
  box-shadow: 0 16px 30px rgba(20, 157, 72, 0.28);
}

.btn-wa,
.cta-wa {
  padding: 1rem 1.7rem;
  font-size: 0.92rem;
  font-weight: 700;
}

.btn-wa:hover,
.cta-wa:hover,
.faq-wa-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(20, 157, 72, 0.34);
}

.btn-wa svg,
.cta-wa svg,
.faq-wa-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex-shrink: 0;
}

.btn-outline {
  padding: 1rem 1.4rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(10, 33, 54, 0.18);
  backdrop-filter: blur(10px);
}

.btn-outline:hover {
  transform: translateY(-2px);
  background: rgba(10, 33, 54, 0.28);
}

/* ============================================================
   Faixa assinatura
   ============================================================ */
.sun-note {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 0;
}

.sun-note-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2rem;
  align-items: center;
  padding: 2.25rem;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.82), rgba(246, 239, 227, 0.95)),
    radial-gradient(circle at top right, rgba(239, 180, 76, 0.18), transparent 30%);
  box-shadow: 0 18px 50px rgba(36, 23, 14, 0.08);
}

.sun-note-copy p {
  max-width: 640px;
  color: var(--muted);
}

.sun-note-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.sun-note-item {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(36, 23, 14, 0.07);
}

.sun-note-item strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.86rem;
  color: var(--ink);
}

.sun-note-item span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

/* ============================================================
   Sobre / beneficios
   ============================================================ */
.benefits {
  background: transparent;
}

.benefits-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.84fr);
  gap: 3rem;
  align-items: center;
}

.benefits-text p {
  color: var(--muted);
  margin-bottom: 1rem;
}

.benefit-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.benefit-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(36, 23, 14, 0.06);
  box-shadow: 0 8px 24px rgba(36, 23, 14, 0.05);
}

.b-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--coral), var(--sun-deep));
}

.b-icon svg {
  width: 20px;
  height: 20px;
  fill: var(--white);
}

.b-text strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.94rem;
}

.b-text span {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.6;
}

.benefits-visual {
  position: relative;
}

.bv-main {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.bv-main::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(21, 13, 9, 0.34));
}

.bv-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bv-float {
  position: absolute;
  left: -1.25rem;
  bottom: 1.5rem;
  padding: 1rem 1.1rem;
  min-width: 220px;
  border-radius: 22px;
  background: rgba(255, 250, 242, 0.92);
  box-shadow: 0 18px 45px rgba(36, 23, 14, 0.12);
}

.bv-float-label {
  display: block;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--coral);
}

.bv-float-val {
  display: block;
  margin-top: 0.25rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  line-height: 1;
}

.bv-float-sub,
.stars {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.8rem;
}

/* ============================================================
   Galeria
   ============================================================ */
.strip-heading {
  padding: 5rem 1.75rem 2.2rem;
  text-align: center;
}

.strip-heading-sub {
  max-width: 620px;
  margin: 0 auto;
  color: var(--muted);
}

.strip-wrap {
  position: relative;
  padding-bottom: 2.4rem;
}

.strip {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.strip::-webkit-scrollbar {
  display: none;
}

.strip-inner {
  display: flex;
  gap: 1rem;
  padding: 0.25rem 1.75rem 0.5rem;
}

.strip-item {
  position: relative;
  width: 360px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 24px;
  flex-shrink: 0;
  scroll-snap-align: start;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 42px rgba(36, 23, 14, 0.08);
}

.strip-item .simg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.strip-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 250, 242, 0.96);
  color: var(--ink);
  box-shadow: 0 10px 30px rgba(36, 23, 14, 0.15);
  cursor: pointer;
}

.strip-btn:hover {
  transform: translateY(-50%) scale(1.05);
}

.strip-prev {
  left: 1rem;
}

.strip-next {
  right: 1rem;
}

.strip-info {
  position: absolute;
  inset: auto 0 0 0;
  padding: 3.2rem 1rem 1rem;
  background: linear-gradient(180deg, transparent, rgba(16, 12, 10, 0.82));
}

.strip-title {
  display: inline-block;
  margin-bottom: 0.45rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.strip-desc {
  display: block;
  color: rgba(255, 250, 242, 0.82);
  font-size: 0.8rem;
  line-height: 1.5;
}

.strip-hint {
  margin-top: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}

/* ============================================================
   Instagram
   ============================================================ */
.instagram-section {
  padding-top: 2rem;
}

.instagram-shell {
  padding: 2rem;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(246, 239, 227, 0.92));
  box-shadow: 0 18px 44px rgba(36, 23, 14, 0.08);
}

.instagram-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.5rem;
}

.instagram-copy p {
  max-width: 700px;
  color: var(--muted);
}

.instagram-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0.95rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f58529, #dd2a7b 55%, #8134af);
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(221, 42, 123, 0.2);
}

.instagram-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.2rem;
}

.instagram-meta span {
  padding: 0.58rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(36, 23, 14, 0.08);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.instagram-strip {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.instagram-strip::-webkit-scrollbar {
  display: none;
}

.instagram-card {
  width: 300px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 26px;
  background: var(--white);
  box-shadow: 0 16px 36px rgba(36, 23, 14, 0.08);
  text-decoration: none;
  color: inherit;
}

.instagram-card img {
  width: 100%;
  aspect-ratio: 4 / 4.4;
  object-fit: cover;
}

.instagram-card-body {
  padding: 1rem 1rem 1.1rem;
}

.instagram-card-body strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.95rem;
}

.instagram-card-body p {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.6;
}

.instagram-card-body span {
  display: inline-block;
  margin-top: 0.8rem;
  color: #b02a76;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ============================================================
   Comodidades
   ============================================================ */
.comod {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(239, 226, 207, 0.4));
}

.comod-header {
  max-width: 700px;
  margin-bottom: 2rem;
}

.comod-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.comod-card {
  padding: 1.25rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(36, 23, 14, 0.06);
  box-shadow: 0 14px 34px rgba(36, 23, 14, 0.06);
}

.cc-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cc-green { background: linear-gradient(135deg, #4f9f5a, #316f41); }
.cc-sky { background: linear-gradient(135deg, #3797a4, #286b75); }
.cc-terra { background: linear-gradient(135deg, #d1814f, #b96336); }
.cc-dusk { background: linear-gradient(135deg, #8e6ac8, #63489a); }

.cc-icon svg {
  width: 22px;
  height: 22px;
  fill: var(--white);
}

.comod-card h3 {
  margin-bottom: 0.55rem;
  font-size: 1rem;
}

.comod-card p {
  color: var(--muted);
  font-size: 0.86rem;
}

/* ============================================================
   Localizacao
   ============================================================ */
.localizacao {
  background: transparent;
}

.loc-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 1.4rem;
  align-items: stretch;
}

.loc-grid > div:first-child {
  padding: 2rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 42px rgba(36, 23, 14, 0.08);
}

.loc-grid p {
  color: var(--muted);
  margin-bottom: 1rem;
}

.loc-distances {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.dist-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(246, 239, 227, 0.7);
  border: 1px solid rgba(36, 23, 14, 0.05);
}

.dist-emoji {
  font-size: 1.1rem;
}

.dist-name {
  font-weight: 700;
  font-size: 0.92rem;
}

.dist-pill {
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(15, 138, 125, 0.12);
  color: var(--lagoon-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.loc-map {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.loc-map iframe {
  border: 0;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(239, 226, 207, 0.36));
}

.faq-wrap {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 1.5rem;
}

.faq-sidebar,
.faq-list {
  padding: 1.5rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 42px rgba(36, 23, 14, 0.07);
}

.faq-sidebar p {
  color: var(--muted);
}

.faq-contact-card {
  margin-top: 1.4rem;
  padding: 1.2rem;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(15, 138, 125, 0.1), rgba(239, 180, 76, 0.12));
}

.faq-contact-card strong {
  display: block;
  margin-bottom: 0.4rem;
}

.faq-contact-card p {
  margin-bottom: 1rem;
}

.faq-wa-btn {
  padding: 0.9rem 1.15rem;
  font-size: 0.88rem;
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-item {
  border-radius: 20px;
  border: 1px solid rgba(36, 23, 14, 0.07);
  background: rgba(246, 239, 227, 0.54);
  overflow: hidden;
}

.faq-q {
  width: 100%;
  padding: 1rem 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  font-weight: 700;
}

.faq-q:hover {
  color: var(--coral);
}

.faq-chevron {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.faq-a-inner {
  padding: 0 1.1rem 1.1rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}

.faq-item.open .faq-a {
  max-height: 240px;
}

/* ============================================================
   CTA / Rodape
   ============================================================ */
.cta-section {
  padding: 0 1.75rem 5.5rem;
}

.cta-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: 2rem;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(135deg, #1f1913 0%, #3d2717 54%, #764521 100%);
  box-shadow: 0 24px 60px rgba(36, 23, 14, 0.22);
}

.cta-inner::before,
.cta-inner::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.cta-inner::before {
  width: 240px;
  height: 240px;
  right: -70px;
  top: -100px;
  background: radial-gradient(circle, rgba(239, 180, 76, 0.44), transparent 68%);
}

.cta-inner::after {
  width: 280px;
  height: 280px;
  left: -120px;
  bottom: -140px;
  background: radial-gradient(circle, rgba(218, 111, 77, 0.3), transparent 70%);
}

.cta-text,
.cta-actions {
  position: relative;
  z-index: 1;
}

.cta-text .eyebrow {
  color: rgba(255, 227, 171, 0.76);
}

.cta-text .section-title {
  color: var(--white);
}

.cta-text p {
  color: rgba(255, 250, 242, 0.78);
  max-width: 720px;
}

.cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}

.cta-note {
  color: rgba(255, 250, 242, 0.6);
  font-size: 0.8rem;
  max-width: 280px;
}

footer {
  padding: 0 1.75rem 5rem;
  text-align: center;
}

.footer-logo {
  width: 120px;
  margin: 0 auto 1rem;
  padding: 0.35rem;
  border-radius: 18px;
  background: rgba(143, 126, 84, 0.92);
}

footer p {
  margin-bottom: 0.5rem;
  color: var(--muted);
}

footer strong {
  color: var(--ink);
}

footer a {
  color: var(--lagoon-deep);
  text-decoration: none;
  font-weight: 700;
}

/* ============================================================
   WhatsApp flutuante e animacao
   ============================================================ */
.ig-float,
.wa-float {
  position: fixed;
  right: 1.25rem;
  z-index: 220;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #23c15f, #129d48);
  box-shadow: 0 18px 42px rgba(20, 157, 72, 0.32);
  color: var(--white);
}

.ig-float {
  bottom: 5.9rem;
  background: linear-gradient(135deg, #f58529, #dd2a7b 55%, #8134af);
  box-shadow: 0 18px 42px rgba(221, 42, 123, 0.28);
}

.wa-float {
  bottom: 1.25rem;
}

.ig-float svg,
.wa-float svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.ig-tooltip,
.wa-tooltip {
  position: absolute;
  right: calc(100% + 0.7rem);
  white-space: nowrap;
  padding: 0.55rem 0.75rem;
  border-radius: 999px;
  background: rgba(36, 23, 14, 0.9);
  color: var(--white);
  font-size: 0.74rem;
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ig-float:hover .ig-tooltip,
.wa-float:hover .wa-tooltip {
  opacity: 1;
  transform: translateY(0);
}

.fade-up {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   Responsivo
   ============================================================ */
@media (max-width: 1100px) {
  .sun-note-inner,
  .benefits-inner,
  .loc-grid,
  .faq-wrap,
  .cta-inner {
    grid-template-columns: 1fr;
  }

  .instagram-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .comod-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-actions {
    align-items: flex-start;
  }
}

@media (max-width: 900px) {
  #nav {
    padding: 1rem 1rem;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.1rem;
    border-radius: 22px;
    background: rgba(255, 249, 241, 0.97);
    box-shadow: 0 16px 34px rgba(36, 23, 14, 0.14);
  }

  .nav-links a {
    color: var(--muted);
    width: 100%;
  }

  .nav-wa {
    padding: 0.9rem 1rem;
    white-space: normal;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    justify-content: center;
  }

  .nav-links.open {
    display: flex;
  }

  .burger {
    display: block;
  }

  .hero {
    min-height: 90vh;
    padding-top: 7.5rem;
    padding-bottom: 3rem;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 18vw, 6rem);
  }

  .strip-btn {
    display: none;
  }

  .loc-map {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  section,
  .strip-heading,
  .cta-section,
  footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .divider {
    margin: 0 1rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-wa,
  .btn-outline,
  .cta-wa {
    width: 100%;
  }

  .strip-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .strip-item {
    width: 82vw;
  }

  .comod-grid {
    grid-template-columns: 1fr;
  }

  .dist-item {
    grid-template-columns: auto 1fr;
  }

  .dist-pill {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .cta-inner,
  .sun-note-inner,
  .faq-sidebar,
  .faq-list,
  .loc-grid > div:first-child,
  .instagram-shell {
    padding: 1.3rem;
  }

  .sun-note-board {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .nav-logo {
    height: 48px;
  }

  .hero-eyebrow {
    font-size: 0.64rem;
    letter-spacing: 0.12em;
  }

  .section-title {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .ig-float,
  .wa-float {
    width: 56px;
    height: 56px;
    right: 1rem;
  }

  .ig-float {
    bottom: 5.4rem;
  }

  .wa-float {
    bottom: 1rem;
  }

  .ig-float svg,
  .wa-float svg {
    width: 24px;
    height: 24px;
  }

  .ig-tooltip,
  .wa-tooltip {
    display: none;
  }
}
