/* =========================================================
  ARTISTA CORREA - SITE COMPLETO
  Paleta inspirada no template enviado:
  Azul marinho premium + off-white + dourado.
========================================================= */

:root {
  --navy-950: #06111d;
  --navy-900: #081827;
  --navy-850: #0b1f33;
  --navy-800: #0e263d;
  --gold-600: #c9933e;
  --gold-500: #d9aa5a;
  --gold-400: #e7c179;
  --cream-100: #fbf8f1;
  --cream-200: #f3eadc;
  --cream-300: #e8d9c4;
  --ink-900: #17202a;
  --ink-700: #485260;
  --ink-500: #6b7480;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(5, 14, 24, 0.22);
  --shadow-soft: 0 18px 40px rgba(5, 14, 24, 0.12);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100% - 40px));
  --font-title: "Cinzel", Georgia, serif;
  --font-text: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-text);
  color: var(--ink-900);
  background: var(--cream-100);
  line-height: 1.65;
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a { color: inherit; text-decoration: none; }

button, input, textarea, select { font: inherit; }

::selection { background: var(--gold-500); color: var(--navy-950); }

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 9999;
  background: var(--gold-500);
  color: var(--navy-950);
  padding: 10px 14px;
  border-radius: 999px;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus { transform: translateY(0); }

.container {
  width: var(--container);
  margin-inline: auto;
}

.narrow { max-width: 880px; }

.section-light,
.section-dark {
  position: relative;
  padding: clamp(68px, 9vw, 116px) 0;
}

.section-light {
  background:
    radial-gradient(circle at 8% 8%, rgba(217, 170, 90, 0.12), transparent 24%),
    var(--cream-100);
}

.section-dark {
  background:
    radial-gradient(circle at 15% 5%, rgba(217, 170, 90, 0.11), transparent 28%),
    radial-gradient(circle at 90% 30%, rgba(255, 255, 255, 0.045), transparent 24%),
    var(--navy-950);
  color: var(--white);
}

.soft-top { padding-top: clamp(72px, 8vw, 108px); }

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-600);
  font-size: 0.76rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-dark .eyebrow { color: var(--gold-400); }

h1, h2, h3 {
  margin: 0;
  line-height: 1.04;
  color: inherit;
}

h1, h2 { font-family: var(--font-title); letter-spacing: -0.045em; }

h1 {
  font-size: clamp(2.8rem, 6.2vw, 6.5rem);
  max-width: 780px;
}

h1 span {
  display: block;
  color: var(--gold-400);
}

h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  max-width: 860px;
}

h3 {
  font-size: clamp(1.18rem, 1.6vw, 1.45rem);
  font-weight: 850;
}

p { margin: 0; }

.lead {
  max-width: 620px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  margin-top: 14px;
  color: var(--ink-700);
}

.section-dark .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.section-heading.compact { margin-bottom: 30px; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(6, 17, 29, 0.92);
  border-bottom: 1px solid rgba(217, 170, 90, 0.26);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(1240px, calc(100% - 32px));
  min-height: 78px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  width: 172px;
  color: var(--white);
  line-height: 0.9;
  letter-spacing: 0.02em;
}

.brand span,
.brand strong,
.brand small { display: block; }

.brand span {
  font-family: var(--font-title);
  font-size: 0.98rem;
  letter-spacing: 0.12em;
}

.brand strong {
  margin-top: 2px;
  font-family: var(--font-title);
  color: var(--gold-400);
  font-size: 1.55rem;
  letter-spacing: 0.05em;
}

.brand small {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.62rem;
  line-height: 1.2;
  letter-spacing: 0.07em;
}

.main-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
}

.main-nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.main-nav a:hover,
.main-nav a.active { color: var(--gold-400); }

.header-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 0 20px;
  border-radius: 3px;
  background: var(--gold-500);
  color: var(--navy-950);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(217, 170, 90, 0.24);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  margin-left: auto;
  border: 1px solid rgba(217, 170, 90, 0.34);
  border-radius: 999px;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 10px;
  background: var(--white);
  transition: 0.25s ease;
}

/* Hero */
.hero {
  min-height: min(820px, calc(100vh - 78px));
  display: flex;
  align-items: center;
  padding: clamp(72px, 9vw, 118px) 0;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6,17,29,0.98) 0%, rgba(6,17,29,0.88) 38%, rgba(6,17,29,0.18) 100%),
    radial-gradient(circle at 16% 45%, rgba(217,170,90,0.13), transparent 35%);
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black, transparent 74%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: clamp(36px, 7vw, 82px);
}

.hero-copy { padding: 34px 0; }

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: var(--gold-500);
  color: var(--navy-950);
  box-shadow: 0 16px 36px rgba(217, 170, 90, 0.25);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
}

.btn-outline-gold {
  border-color: rgba(217, 170, 90, 0.55);
  color: var(--gold-400);
  background: transparent;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 680px;
  margin-top: 42px;
}

.trust-row div {
  padding-left: 18px;
  border-left: 1px solid rgba(217, 170, 90, 0.45);
}

.trust-row b,
.trust-row span { display: block; }

.trust-row b {
  color: var(--gold-400);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.trust-row span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.84rem;
  line-height: 1.35;
}

.hero-media { position: relative; }

.image-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(217, 170, 90, 0.28);
  background: rgba(255,255,255,0.04);
  box-shadow: var(--shadow);
}

.image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 55%, rgba(6, 17, 29, 0.28));
}

.hero-frame {
  border-radius: var(--radius-lg);
  transform: rotate(1.2deg);
}

.hero-frame img {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
}

.hero-badge {
  position: absolute;
  left: -28px;
  bottom: 34px;
  width: min(260px, 72%);
  padding: 18px 18px;
  border: 1px solid rgba(217, 170, 90, 0.42);
  border-radius: 18px;
  background: rgba(6, 17, 29, 0.88);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-soft);
}

.hero-badge strong { display: block; color: var(--gold-400); }
.hero-badge span { display: block; color: rgba(255,255,255,0.74); font-size: 0.88rem; line-height: 1.35; }

/* Services */
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.service-card {
  position: relative;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(201, 147, 62, 0.22);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 18px 44px rgba(6,17,29,0.06);
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(var(--gold-400), var(--gold-600));
}

.service-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--navy-950);
  color: var(--gold-400);
  font-size: 1.72rem;
}

.service-card h3 { color: var(--navy-950); }
.service-card p { margin-top: 14px; color: var(--ink-700); }

.check-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 10px;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  color: var(--ink-700);
  font-size: 0.96rem;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold-600);
  font-weight: 900;
}

.link-arrow {
  display: inline-flex;
  margin-top: 24px;
  color: var(--navy-950);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.link-arrow::after { content: " →"; color: var(--gold-600); }

/* Feature sections */
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  align-items: center;
  gap: clamp(34px, 7vw, 86px);
}

.feature-grid.reversed { grid-template-columns: 0.78fr 1fr; }
.feature-grid.reversed .feature-copy { order: 2; }
.feature-grid.reversed .feature-media { order: 1; }

.feature-copy p:not(.eyebrow) {
  margin-top: 18px;
  color: var(--ink-700);
}

.section-dark .feature-copy p:not(.eyebrow) { color: rgba(255,255,255,0.74); }

.tall-frame {
  border-radius: var(--radius-lg);
}

.tall-frame img {
  aspect-ratio: 4 / 4.8;
  object-fit: cover;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 28px;
}

.pill-list span {
  padding: 9px 13px;
  border: 1px solid rgba(201, 147, 62, 0.25);
  border-radius: 999px;
  background: rgba(255,255,255,0.66);
  color: var(--ink-900);
  font-size: 0.88rem;
  font-weight: 800;
}

.highlight-box {
  margin: 26px 0 28px;
  padding: 22px;
  border: 1px solid rgba(217, 170, 90, 0.34);
  background: rgba(255, 255, 255, 0.055);
  border-radius: var(--radius-md);
}

.highlight-box strong { color: var(--gold-400); }
.highlight-box p { margin-top: 8px !important; }

/* Gallery */
.gallery-section { overflow: hidden; }

.carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.gallery-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  padding: 6px 2px 18px;
}

.gallery-track::-webkit-scrollbar { display: none; }

.gallery-card {
  min-width: 220px;
  margin: 0;
  scroll-snap-align: start;
  border: 1px solid rgba(201, 147, 62, 0.2);
  background: var(--white);
  box-shadow: 0 18px 38px rgba(6,17,29,0.08);
}

.section-dark .gallery-card { background: rgba(255,255,255,0.06); border-color: rgba(217,170,90,0.24); }

.gallery-card img {
  aspect-ratio: 1.22 / 1;
  object-fit: cover;
}

.gallery-card figcaption {
  padding: 12px 14px 14px;
  color: var(--ink-700);
  font-size: 0.88rem;
  font-weight: 850;
}

.section-dark .gallery-card figcaption { color: rgba(255,255,255,0.76); }

.carousel-btn {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(201, 147, 62, 0.42);
  border-radius: 50%;
  background: rgba(255,255,255,0.65);
  color: var(--gold-600);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.section-dark .carousel-btn { background: rgba(255,255,255,0.07); color: var(--gold-400); }
.carousel-btn:hover { transform: scale(1.06); background: var(--gold-500); color: var(--navy-950); }

/* Process */
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.process-step {
  padding: 30px;
  border: 1px solid rgba(217, 170, 90, 0.24);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.055);
}

.process-step span {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--gold-400);
  font-family: var(--font-title);
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1;
}

.process-step h3 { color: var(--white); }
.process-step p { margin-top: 12px; color: rgba(255,255,255,0.72); }

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(34px, 7vw, 82px);
}

.about-frame {
  border-radius: var(--radius-lg);
}

.about-frame img {
  /*aspect-ratio: 1.14 / 1;*/
  object-fit: cover;
}

.about-copy p:not(.eyebrow) {
  margin-top: 18px;
  color: rgba(255,255,255,0.74);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.value-grid div {
  padding: 18px;
  border: 1px solid rgba(217,170,90,0.24);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.055);
}

.value-grid span { display: block; margin-bottom: 12px; font-size: 1.5rem; }
.value-grid strong { display: block; color: var(--gold-400); line-height: 1.2; }
.value-grid p { margin-top: 8px !important; font-size: 0.86rem; line-height: 1.45; }

/* Testimonials */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.testimonial-grid blockquote {
  margin: 0;
  padding: 30px;
  border: 1px solid rgba(201,147,62,0.2);
  background: rgba(255,255,255,0.7);
  box-shadow: 0 18px 44px rgba(6,17,29,0.06);
}

.testimonial-grid blockquote::before {
  content: "“";
  display: block;
  height: 32px;
  color: var(--gold-500);
  font-family: var(--font-title);
  font-size: 4rem;
  line-height: 0.8;
}

.testimonial-grid p { color: var(--ink-700); }
.testimonial-grid cite { display: block; margin-top: 18px; color: var(--navy-950); font-style: normal; font-weight: 900; }

/* SEO text and FAQ */
.seo-text { padding-top: 20px; }
.seo-text .container {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(201,147,62,0.22);
  background: rgba(255,255,255,0.55);
}
.seo-text p:not(.eyebrow) { margin-top: 16px; color: var(--ink-700); }

.faq-list {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.faq-list details {
  border: 1px solid rgba(201,147,62,0.22);
  background: rgba(255,255,255,0.75);
  box-shadow: 0 16px 36px rgba(6,17,29,0.05);
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--navy-950);
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; color: var(--gold-600); font-size: 1.2rem; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { padding: 0 24px 22px; color: var(--ink-700); }

/* CTA */
.cta-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: clamp(34px, 7vw, 82px);
}

.cta-copy p:not(.eyebrow) {
  margin-top: 18px;
  color: rgba(255,255,255,0.74);
}

.contact-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  color: rgba(255,255,255,0.82);
}

.contact-list a:hover { color: var(--gold-400); }

.cta-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.cta-gallery img {
  min-height: 180px;
  border: 1px solid rgba(217,170,90,0.24);
  border-radius: var(--radius-sm);
  object-fit: cover;
  box-shadow: var(--shadow-soft);
}

.cta-gallery img:first-child {
  grid-row: span 2;
  min-height: 100%;
}

/* Footer */
.site-footer {
  background: #050d16;
  color: rgba(255,255,255,0.72);
  padding: 56px 0 22px;
  border-top: 1px solid rgba(217,170,90,0.22);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1.05fr 1fr;
  gap: 34px;
}

.footer-brand { display: block; margin-bottom: 18px; }

.site-footer h3 {
  margin-bottom: 14px;
  color: var(--gold-400);
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer a,
.site-footer span,
.site-footer p {
  display: block;
  margin: 0 0 8px;
  color: rgba(255,255,255,0.68);
  font-size: 0.92rem;
}

.site-footer a:hover { color: var(--gold-400); }

.footer-bottom {
  width: var(--container);
  margin: 34px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,0.48);
  font-size: 0.84rem;
}

.footer-bottom p { margin: 0; }

.float-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 999px;
  background: #24d366;
  color: #07210f;
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 18px 42px rgba(36, 211, 102, 0.34);
}

.float-whatsapp::before {
  content: "💬";
  margin-right: 8px;
  font-size: 1.05rem;
}

/* Reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.12s; }
.delay-2 { transition-delay: 0.22s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Responsivo */
@media (max-width: 1100px) {
  .main-nav { gap: 14px; }
  .main-nav a { font-size: 0.7rem; }
  .header-cta { padding-inline: 14px; }
  .value-grid { grid-template-columns: 1fr; }
}

@media (max-width: 920px) {
  .header-inner { min-height: 72px; }
  .menu-toggle { display: block; }
  .header-cta { display: none; }
  .main-nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 82px;
    display: grid;
    justify-content: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(217,170,90,0.28);
    border-radius: 18px;
    background: rgba(6,17,29,0.98);
    box-shadow: var(--shadow);
    transform: translateY(-14px);
    opacity: 0;
    pointer-events: none;
    transition: 0.22s ease;
  }
  .main-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 14px; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .main-nav a:last-child { border-bottom: 0; }

  .hero-grid,
  .feature-grid,
  .feature-grid.reversed,
  .about-grid,
  .cta-grid { grid-template-columns: 1fr; }
  .feature-grid.reversed .feature-copy,
  .feature-grid.reversed .feature-media { order: initial; }
  .hero { min-height: unset; }
  .hero::before { background: linear-gradient(180deg, rgba(6,17,29,0.98) 0%, rgba(6,17,29,0.78) 55%, rgba(6,17,29,0.92) 100%); }
  .hero-media { max-width: 620px; }
  .trust-row { grid-template-columns: 1fr; }
  .service-grid,
  .process-grid,
  .testimonial-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 640px) {
  :root { --container: min(100% - 28px, 1180px); }
  .section-light, .section-dark { padding: 58px 0; }
  .brand { width: 144px; }
  .brand strong { font-size: 1.28rem; }
  .brand span { font-size: 0.82rem; }
  .brand small { font-size: 0.55rem; }
  .hero { padding-top: 48px; }
  h1 { font-size: clamp(2.36rem, 14vw, 3.55rem); }
  h2 { font-size: clamp(1.86rem, 10vw, 2.65rem); }
  .lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero-badge { left: 14px; bottom: 14px; width: calc(100% - 28px); }
  .carousel { grid-template-columns: 1fr; }
  .carousel-btn { display: none; }
  .gallery-track { grid-auto-columns: 82%; }
  .cta-gallery { grid-template-columns: 1fr; }
  .cta-gallery img:first-child { min-height: 220px; grid-row: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .float-whatsapp { left: 14px; right: 14px; bottom: 14px; }
  .float-whatsapp span { display: inline; }
}

/* Pílulas dentro das áreas escuras, usadas na seção de maquetes */
.section-dark .pill-list span,
.dark-pills span {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(217, 170, 90, 0.42);
}

#maquetebarco{
  aspect-ratio: 4 / 3 !important;

}

.pretoFonte{
  color:black !important;
}
.central{
  align-items: center;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  width: 100%;
  text-align: center;
}