:root {
  --bg: #eff5fb;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --surface-dark: #0a1f38;
  --line: rgba(14, 74, 143, 0.14);
  --line-strong: rgba(255, 255, 255, 0.16);
  --text: #15304f;
  --muted: #56708f;
  --blue-900: #0a2d57;
  --blue-800: #124278;
  --blue-700: #185a9d;
  --blue-500: #4b8fd0;
  --blue-200: #cfe4fb;
  --white: #ffffff;
  --shadow: 0 18px 60px rgba(10, 39, 74, 0.16);
  --shadow-soft: 0 10px 30px rgba(20, 66, 120, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "IBM Plex Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(130, 178, 229, 0.28), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #edf4fa 42%, #f4f8fc 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
  isolation: isolate;
}

.hero {
  --hero-photo: url("img/Fundo/fundo 2.jpg");
  --hero-photo-position: center center;
  --hero-photo-position-mobile: center center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem clamp(1.25rem, 2vw, 2rem);
  background: linear-gradient(145deg, #071d38 0%, #0e315b 42%, #1c5e9f 100%);
  color: var(--white);
}

.hero-backdrop,
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-backdrop {
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(8, 28, 52, 0.62) 0%, rgba(8, 28, 52, 0.42) 34%, rgba(12, 38, 68, 0.2) 58%, rgba(10, 34, 63, 0.4) 100%),
    linear-gradient(180deg, rgba(14, 44, 78, 0.05) 0%, rgba(8, 29, 54, 0.22) 100%),
    var(--hero-photo);
  background-position: left center, center, var(--hero-photo-position);
  background-size: auto, auto, cover;
  filter: saturate(1.1) contrast(1.02) brightness(0.92);
  transform: scale(1.03);
  transform-origin: center;
}

.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 22%, rgba(131, 185, 238, 0.18), transparent 24%),
    radial-gradient(circle at 14% 88%, rgba(11, 66, 126, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
}

.hero::before {
  border-radius: 999px;
  width: 420px;
  height: 420px;
  right: -120px;
  top: 80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
  filter: blur(8px);
}

.hero::after {
  border-radius: 999px;
  width: 300px;
  height: 300px;
  left: -100px;
  bottom: -120px;
  background: rgba(255, 255, 255, 0.07);
}

.nav,
.hero-content,
.section,
.footer {
  width: min(100%, var(--container));
  margin: 0 auto;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  z-index: 200;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.55rem clamp(1.25rem, 3vw, 2.4rem);
  background:
    linear-gradient(180deg, rgba(22, 71, 123, 0.98) 0%, rgba(14, 54, 100, 0.98) 100%),
    linear-gradient(90deg, rgba(196, 227, 255, 0.14), rgba(255, 255, 255, 0));
  border: 0;
  border-bottom: 1px solid rgba(223, 240, 255, 0.18);
  border-radius: 0;
  backdrop-filter: none;
  box-shadow: 0 14px 28px rgba(8, 33, 63, 0.18);
}

.brand {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-right: auto;
}

.brand-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.08rem 0.6rem 0.12rem;
  isolation: isolate;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.brand-mark::before {
  width: 124%;
  height: 88%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(7, 28, 51, 0.52) 0%, rgba(10, 42, 74, 0.34) 40%, rgba(12, 28, 42, 0.08) 66%, rgba(12, 28, 42, 0) 84%);
  filter: blur(16px);
  z-index: -2;
}

.brand-mark::after {
  width: 112%;
  height: 62%;
  border-radius: 999px;
  background: none;
  filter: none;
  z-index: -1;
}

.brand-mark img {
  height: 96px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(98%) sepia(8%) saturate(286%) hue-rotate(176deg) brightness(100%) contrast(101%) drop-shadow(0 8px 18px rgba(7, 28, 51, 0.22));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.45rem 0.7rem;
  color: rgba(248, 252, 255, 0.94);
  font-family: "Barlow", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 0;
  transition: color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover {
  color: var(--white);
  border-color: rgba(226, 242, 255, 0.96);
  transform: translateY(-1px);
}

main,
.footer {
  position: relative;
  z-index: 0;
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px 0;
  border-radius: 999px;
  background: var(--white);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
  padding-top: 7rem;
}

.hero-copy h1,
.section-heading h2,
.trust-panel h3,
.contact-copy h2 {
  font-family: "Barlow", sans-serif;
}

.eyebrow,
.section-kicker,
.panel-label,
.trust-badge {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.eyebrow {
  width: fit-content;
  margin: 0 0 1.1rem;
  padding: 0.5rem 1.2rem;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.35);
  border: 0;
  border-bottom: 0;
  border-radius: 4px;
  box-shadow: none;
  backdrop-filter: blur(8px);
  text-align: center;
}

.hero-copy h1 {
  max-width: 18ch;
  margin: 0.7rem 0 1rem;
  font-size: clamp(2.2rem, 4.7vw, 4.2rem);
  line-height: 1.08;
  text-shadow: 0 8px 24px rgba(4, 16, 31, 0.34);
  text-align: center;
}

.hero-text {
  max-width: 56ch;
  margin: 0 0 2.2rem;
  padding: 0;
  color: #fff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.06rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-shadow:
    0 1px 3px rgba(0, 0, 0, 0.6),
    0 4px 14px rgba(4, 16, 31, 0.5);
  background: none;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.85rem 2rem;
  border: 2px solid transparent;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(207, 228, 251, 0.18);
}

.button-primary {
  color: var(--blue-900);
  background: #fff;
  border-color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.button-primary:hover {
  background: #f0f6ff;
  border-color: #f0f6ff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.button-secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: none;
  backdrop-filter: none;
  text-shadow: none;
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.25rem;
}

.hero-highlights article,
.hero-panel-card,
.story-card,
.category-card,
.trust-panel,
.proof-grid article,
.contact-form,
.footer {
  backdrop-filter: blur(14px);
}

.hero-highlights article {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  gap: 0.45rem;
  min-height: 138px;
  padding: 1.2rem;
  border-radius: var(--radius-md);
  background: rgba(6, 21, 40, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 3px solid rgba(255, 255, 255, 0.3);
}

.hero-highlights strong {
  display: block;
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
}

.hero-highlights span {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
  line-height: 1.6;
}

.hero-panel {
  display: grid;
  gap: 1rem;
}

.hero-panel-card {
  position: relative;
  padding: 1.7rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 3px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(180deg, rgba(8, 31, 58, 0.54), rgba(9, 30, 55, 0.3));
  box-shadow: var(--shadow-soft);
}

.panel-top h2 {
  max-width: 16ch;
  margin: 0.75rem auto 0;
  font-family: "Barlow", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.15;
}

.panel-top {
  text-align: center;
}

.panel-top .panel-label {
  font-size: 0.98rem;
  letter-spacing: 0.12em;
}

.panel-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.panel-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: center;
}

.hero-social-strip {
  display: flex;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 0.75rem;
}

.hero-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  backdrop-filter: blur(8px);
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.hero-social-icon svg {
  width: 28px;
  height: 28px;
}

.hero-social-icon:hover {
  color: #fff;
  transform: translateY(-3px) scale(1.06);
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: 0 10px 22px rgba(4, 16, 31, 0.2);
}

.hero-social-instagram:hover {
  background: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 52%, #6228d7 100%);
}

.hero-social-facebook:hover {
  background: linear-gradient(180deg, #1877f2 0%, #0e58b8 100%);
}

.hero-social-tiktok:hover {
  background: linear-gradient(135deg, #25f4ee 0%, #0b2031 48%, #fe2c55 100%);
}

.hero-social-location:hover {
  background: linear-gradient(180deg, #ea4335 0%, #c5221f 100%);
}

.section {
  padding: 5rem clamp(1.25rem, 2vw, 2rem);
  scroll-margin-top: 7.2rem;
}

#sobre {
  scroll-margin-top: 100px;
}

#solucoes {
  scroll-margin-top: 100px;
}

#diferenciais {
  scroll-margin-top: 100px;
}

#contato {
  scroll-margin-top: 100px;
}

.section-story {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 100px);
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  box-sizing: border-box;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2.2rem;
}

.section-story .section-heading {
  margin-bottom: 0;
  flex-shrink: 0;
}

.section-story .section-heading h2 {
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1.08;
}

.section-story .section-heading .story-lead {
  margin: 0.8rem 0 0;
  font-size: 0.97rem;
  line-height: 1.68;
  color: var(--muted);
}

.story-lead-line {
  white-space: nowrap;
}

.section-story .section-kicker {
  margin-bottom: 0.5rem;
  padding: 0 0 0.3rem;
  font-size: 0.7rem;
}

.story-heading {
  flex-shrink: 0;
}

.section-heading-inline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  max-width: none;
}

.section-materials {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 100px);
  box-sizing: border-box;
}

.section-heading-materials {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  align-items: stretch;
  gap: 1.25rem;
  margin-bottom: 1.8rem;
}

.section-heading-main {
  display: grid;
  align-content: start;
  gap: 0.35rem;
  min-width: 0;
}

.section-heading-materials .section-heading-main h2 {
  max-width: 14ch;
}

.section-support-card {
  display: grid;
  align-items: stretch;
  height: 100%;
  min-height: 100%;
  padding: 1.3rem 1.35rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(232, 241, 251, 0.92) 100%);
  border: 1px solid rgba(24, 90, 157, 0.1);
  border-radius: 24px;
  box-shadow: 0 16px 32px rgba(20, 66, 120, 0.08);
}

.section-support-content {
  display: grid;
  align-content: center;
  gap: 0.45rem;
}

.section-support-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: rgba(24, 90, 157, 0.74);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-support-content h3 {
  margin: 0;
  max-width: 18ch;
  font-family: "Barlow", sans-serif;
  font-size: 1.22rem;
  line-height: 1.1;
  color: var(--blue-900);
}

.section-heading-materials .section-support {
  margin: 0;
  max-width: 40ch;
  font-size: 0.95rem;
  line-height: 1.66;
}

.section-kicker {
  margin: 0 0 0.65rem;
  color: var(--blue-700);
  padding: 0 0 0.35rem;
  background: none;
  border: 0;
  border-bottom: 2px solid var(--blue-500);
  border-radius: 0;
}

.section-heading h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
}

.section-contact .contact-copy h2 {
  font-size: clamp(1.42rem, 2.2vw, 2.18rem);
  line-height: 1.08;
  max-width: 13ch;
}

.section-support,
.contact-copy p,
.story-card p,
.category-card p,
.reason-item p,
.trust-panel p,
.proof-grid p {
  color: var(--muted);
  line-height: 1.75;
}

.category-card h3,
.reason-item h3,
.proof-grid h3 {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-size: 1.4rem;
  line-height: 1.15;
}

.category-card p,
.proof-grid p {
  margin: 0;
}

.story-layout {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 380px);
  gap: 2.5rem;
  align-items: end;
}

.story-col-left {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.story-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.story-feature {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  gap: 0.5rem;
  padding: 1.3rem 1.4rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 3px solid rgba(24, 90, 157, 0.35);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.story-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(24, 90, 157, 0.18);
  box-shadow: 0 20px 38px rgba(20, 66, 120, 0.14);
}

.story-feature::before {
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(55, 131, 208, 0.12), transparent 70%);
}

.story-feature h3 {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-size: 1.1rem;
  line-height: 1.15;
  color: var(--blue-900);
}

.story-feature p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--muted);
}

.story-col-right {
  display: flex;
  justify-content: center;
}

.story-reel-frame {
  position: relative;
  width: 100%;
  max-width: 360px;
  border-radius: 20px;
  overflow: hidden;
  background: #081f39;
  box-shadow: 0 24px 60px rgba(10, 39, 74, 0.22);
  max-height: 460px;
}

.story-reel-frame::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 12px;
  background: #081f39;
  z-index: 1;
}

.story-reel {
  display: block;
  width: calc(100% + 2px);
  margin-left: -1px;
  min-height: 740px;
  margin-top: -56px;
  border: 0;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  align-items: stretch;
}

.category-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  gap: 0.8rem;
  height: 100%;
  min-height: 0;
  padding: 1.7rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 3px solid rgba(24, 90, 157, 0.35);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(24, 90, 157, 0.18);
  box-shadow: 0 20px 38px rgba(20, 66, 120, 0.14);
}

.category-card::before {
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(55, 131, 208, 0.18), transparent 70%);
}

.category-card-featured {
  background: linear-gradient(180deg, #0d315d 0%, #185998 100%);
  border-color: rgba(24, 89, 152, 0.4);
}

.category-card h3 {
  max-width: 15ch;
  font-size: 1.34rem;
  line-height: 1.08;
}

.category-card p {
  max-width: 42ch;
  font-size: 0.97rem;
  line-height: 1.68;
}

.category-card-featured h3,
.category-card-featured p {
  color: var(--white);
}

.section-split {
  position: relative;
  height: calc(100vh - 6rem);
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-top: clamp(10px, 1.2vw, 20px);
  padding-bottom: clamp(10px, 1.2vw, 20px);
  overflow: hidden;
}

.section-split > .section-heading {
  flex-shrink: 0;
  margin-bottom: clamp(0.5rem, 1vw, 1rem);
}

.section-split > .section-heading h2 {
  font-size: clamp(1.4rem, 2.8vw, 2.2rem);
}

.section-split > .section-heading .section-kicker {
  margin-bottom: 0.35rem;
  padding: 0 0 0.25rem;
  font-size: 0.62rem;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 0.65rem;
  flex: 1;
  min-height: 0;
}

.reasons-list {
  display: grid;
  gap: 0.35rem;
}

.reason-item {
  display: grid;
  align-items: center;
  justify-items: center;
  min-height: 0;
  text-align: center;
  padding: 0.5rem 0.75rem;
  border-radius: var(--radius-lg);
  background: var(--surface-strong);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.reason-item h3,
.reason-item p {
  margin: 0;
}

.reason-item h3 {
  font-size: clamp(0.82rem, 1.2vw, 1rem);
}

.reason-item p {
  font-size: clamp(0.7rem, 0.95vw, 0.8rem);
  line-height: 1.35;
}

.reason-item div {
  display: grid;
  align-content: center;
  gap: 0.2rem;
  justify-items: center;
}


.trust-panel {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  padding: 1.6rem;
  border-radius: var(--radius-lg);
  gap: 0.9rem;
  background:
    linear-gradient(145deg, rgba(7, 29, 56, 0.94), rgba(14, 49, 91, 0.9) 48%, rgba(24, 90, 157, 0.82)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01));
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.12);
  border-left: 3px solid rgba(255, 255, 255, 0.25);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 42px rgba(10, 39, 74, 0.14);
  backdrop-filter: blur(10px);
}

.trust-panel-gallery {
  position: relative;
  overflow: hidden;
  min-width: 0;
  gap: 0.8rem;
  padding: 1.2rem;
  text-align: center;
  align-items: center;
  backdrop-filter: none;
}

.trust-panel-gallery::before {
  content: "";
  position: absolute;
  inset: auto -44px -64px auto;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(75, 143, 208, 0.22), transparent 72%);
  pointer-events: none;
}

.trust-panel-gallery::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    linear-gradient(120deg, rgba(255, 255, 255, 0.03), transparent 38%);
  pointer-events: none;
}

.gallery-head {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.35rem;
  text-align: center;
  justify-items: center;
}

.gallery-head-line {
  display: block;
}

.gallery-head-support {
  display: block;
  white-space: nowrap;
}

/* ── Seção Diferenciais ── */
.section-diff {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: calc(100vh - 6rem);
  min-height: 0;
  gap: 0;
  padding-top: clamp(10px, 1.2vw, 20px);
  padding-bottom: clamp(10px, 1.2vw, 20px);
  overflow: hidden;
}

.section-diff > .section-heading {
  flex-shrink: 0;
  margin-bottom: 1.8rem;
}

.section-diff > .section-heading h2 {
  font-size: clamp(1.4rem, 2.8vw, 2.2rem);
}

.section-diff > .section-heading .section-kicker {
  margin-bottom: 0.35rem;
  padding: 0 0 0.25rem;
  font-size: 0.62rem;
}

.diff-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
  flex-shrink: 0;
}

.diff-card {
  padding: 0.9rem 1rem;
  border-left: 3px solid rgba(75, 143, 208, 0.7);
  border-radius: var(--radius-lg, 16px);
  background:
    linear-gradient(145deg, rgba(7, 29, 56, 0.94), rgba(14, 49, 91, 0.9) 48%, rgba(24, 90, 157, 0.82)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01));
  color: var(--white, #fff);
  box-shadow: 0 8px 24px rgba(10, 39, 74, 0.14);
}

.diff-card h3 {
  margin: 0 0 0.3rem;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
}

.diff-card p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.diff-gallery {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.diff-gallery-head {
  flex-shrink: 0;
  margin-bottom: 0.5rem;
}

.diff-gallery-head h3 {
  margin: 0 0 0.15rem;
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  font-weight: 700;
  color: var(--text, #15304f);
}

.diff-gallery-head p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted, #56708f);
}

/* ── Swiper Diff Carousel ── */
.diff-swiper {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  padding-bottom: 2rem;
}

.diff-swiper .swiper-pagination-bullet {
  background: rgba(14, 74, 143, 0.3);
  opacity: 1;
  width: 8px;
  height: 8px;
}

.diff-swiper .swiper-pagination-bullet-active {
  background: var(--blue-700, #185a9d);
}

.diff-swiper .swiper-pagination {
  bottom: 0 !important;
  z-index: 10;
}

.diff-slide {
  position: relative;
  width: min(580px, 50vw) !important;
  height: clamp(200px, 22vw, 300px);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(4, 16, 31, 0.28);
  cursor: pointer;
  background: #0a1f38;
}

.diff-slide > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.diff-slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 1.2rem 1.2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.06) 40%, transparent 52%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.swiper-slide-active .diff-slide-caption {
  opacity: 1;
}

.diff-slide-caption h4 {
  margin: 0 0 0.15rem;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: clamp(0.85rem, 1.2vw, 1.05rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.diff-slide-caption p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.72rem;
  line-height: 1.35;
}

.diff-swiper .swiper-3d .swiper-slide-shadow-left,
.diff-swiper .swiper-3d .swiper-slide-shadow-right {
  background: rgba(0, 0, 0, 0.05) !important;
  opacity: 1 !important;
}
}

@media (max-width: 1100px) {
  .diff-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .diff-slide {
    width: min(480px, 55vw) !important;
    height: clamp(180px, 24vw, 260px);
  }
}

@media (max-width: 768px) {
  .section-diff {
    height: auto;
    min-height: 100vh;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    gap: 1rem;
    justify-content: center;
  }

  .section-diff > .section-heading h2 {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
  }

  .diff-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }

  .diff-card {
    padding: 0.7rem 0.8rem;
  }

  .diff-card h3 {
    font-size: 0.82rem;
  }

  .diff-card p {
    font-size: 0.7rem;
    line-height: 1.35;
  }

  .diff-gallery-head h3 {
    font-size: 1rem;
  }

  .diff-gallery-head p {
    font-size: 0.75rem;
  }

  .diff-slide {
    width: min(340px, 70vw) !important;
    height: clamp(160px, 30vw, 220px);
  }

  .diff-slide-caption {
    padding: 2rem 1rem 1.8rem;
  }

  .diff-slide-caption h4 {
    font-size: 0.85rem;
  }

  .diff-slide-caption p {
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {
  .diff-cards {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }

  .diff-card {
    padding: 0.6rem 0.75rem;
  }

  .diff-slide {
    width: min(280px, 80vw) !important;
    height: 180px;
  }
}

.trust-badge {
  display: inline-flex;
  padding: 0 0 0.25rem;
  font-size: 0.65rem;
  color: #d6e8fb;
  background: none;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
}

.trust-panel h3 {
  margin: 0.1rem 0 0;
  max-width: none;
  font-size: clamp(1.15rem, 1.8vw, 1.6rem);
  line-height: 1.15;
}

.trust-panel p {
  margin: 0;
  max-width: none;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  line-height: 1.45;
}

.store-carousel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.5rem;
}

.store-carousel-floating {
  gap: 0.9rem;
}

.store-carousel-premium {
  gap: 0.75rem;
}

.carousel-stage {
  position: relative;
  min-height: 410px;
  padding: 1rem 4.25rem 1rem 0;
  outline: none;
}

.carousel-stage:focus-visible {
  box-shadow: 0 0 0 4px rgba(181, 220, 255, 0.2);
  border-radius: 28px;
}

.carousel-stage-single {
  min-height: 430px;
  padding: 0;
}

.carousel-stage-gallery {
  min-height: 450px;
  isolation: isolate;
}

.carousel-stage-gallery::before,
.carousel-stage-gallery::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.carousel-stage-gallery::before {
  inset: 1.3rem 2rem auto;
  height: 200px;
  border-radius: 28px;
  background: radial-gradient(circle at top, rgba(169, 216, 255, 0.26), transparent 62%);
  filter: blur(20px);
  z-index: 0;
}

.carousel-stage-gallery::after {
  inset: auto 2rem 1rem;
  height: 92px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(7, 22, 41, 0.42), transparent 72%);
  z-index: 0;
}

.carousel-preview {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: clamp(112px, 19%, 146px);
  height: 220px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 40px rgba(4, 16, 31, 0.18);
  opacity: 0.6;
  filter: saturate(0.78) blur(0.25px);
}

.carousel-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 18, 34, 0.12), rgba(5, 18, 34, 0.4));
}

.preview-left {
  left: 0.55rem;
  transform: translateY(-50%) rotateY(24deg) scale(0.92);
}

.preview-right {
  right: 0.55rem;
  transform: translateY(-50%) rotateY(-24deg) scale(0.92);
}

.carousel-stage-wide {
  min-height: 500px;
}

.carousel-display {
  position: relative;
  margin: 0;
  min-height: inherit;
  height: 100%;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 26px 54px rgba(3, 15, 31, 0.34);
}

.store-carousel-premium .carousel-display {
  z-index: 2;
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));
  box-shadow:
    0 30px 60px rgba(4, 16, 31, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.carousel-display-wide {
  border-radius: 32px;
}

.carousel-display::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 18, 34, 0.06), rgba(5, 18, 34, 0.22)),
    linear-gradient(115deg, rgba(177, 222, 255, 0.12), transparent 42%);
  pointer-events: none;
}

.carousel-display img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.store-carousel-premium .carousel-display img {
  transform: scale(1.015);
}

.carousel-stage-wide .carousel-display img {
  object-position: center 42%;
}

.carousel-slide {
  position: absolute;
  inset: 0 3.2rem 0 0;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 26px 54px rgba(3, 15, 31, 0.34);
  transform-origin: center;
  transition: transform 0.45s ease, opacity 0.45s ease, filter 0.45s ease;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 18, 34, 0.04), rgba(5, 18, 34, 0.2)),
    linear-gradient(120deg, rgba(178, 224, 255, 0.08), transparent 40%);
}

.carousel-slide.is-active {
  z-index: 3;
  opacity: 1;
  transform: translateX(0) scale(1);
  filter: none;
}

.carousel-slide.is-next {
  z-index: 2;
  opacity: 0.76;
  transform: translateX(32px) scale(0.94);
  filter: saturate(0.92);
}

.carousel-slide.is-back {
  z-index: 1;
  opacity: 0.42;
  transform: translateX(58px) scale(0.88);
  filter: saturate(0.76) blur(0.2px);
}

.carousel-control {
  position: absolute;
  right: 0;
  z-index: 4;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  color: var(--white);
  background: linear-gradient(180deg, rgba(6, 27, 49, 0.92), rgba(7, 24, 44, 0.76));
  box-shadow: 0 18px 32px rgba(3, 15, 31, 0.22);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.carousel-control:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.28);
  background: linear-gradient(180deg, rgba(9, 38, 69, 0.96), rgba(8, 32, 59, 0.8));
}

.carousel-control-prev {
  top: calc(50% - 58px);
}

.carousel-control-next {
  top: calc(50% + 8px);
}

.carousel-control span {
  font-size: 1.2rem;
  line-height: 1;
}

.carousel-stage-single .carousel-control {
  top: auto;
  bottom: 1rem;
  width: 46px;
  height: 46px;
  border-radius: 16px;
}

.carousel-stage-single .carousel-control-prev {
  right: 4.5rem;
}

.carousel-stage-single .carousel-control-next {
  right: 1rem;
}

.store-carousel-premium .carousel-control {
  bottom: 1.15rem;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  border-color: rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(7, 29, 53, 0.92), rgba(9, 32, 58, 0.72));
}

.store-carousel-premium .carousel-control-prev {
  right: 4.2rem;
}

.store-carousel-premium .carousel-control-next {
  right: 0.9rem;
}

.carousel-toolbar {
  display: grid;
  gap: 0.9rem;
}

.carousel-toolbar-compact {
  align-items: start;
}

.carousel-counter {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
  width: fit-content;
  padding: 0.5rem 0.8rem;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Barlow", sans-serif;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

.carousel-counter strong {
  color: var(--white);
  font-size: 1.05rem;
}

.store-carousel-premium .carousel-toolbar-compact {
  justify-items: start;
}

.store-carousel-premium .carousel-counter {
  padding: 0.52rem 0.84rem;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}

.carousel-floating-nav {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.6rem;
  max-width: min(100%, 330px);
}

.carousel-floating-nav-wide {
  max-width: min(100%, 360px);
}

.store-carousel-premium .carousel-floating-nav {
  top: auto;
  right: auto;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  gap: 0.45rem;
  width: calc(100% - 7.6rem);
  max-width: 540px;
  padding: 0.55rem;
  background: linear-gradient(180deg, rgba(5, 22, 41, 0.6), rgba(7, 25, 46, 0.42));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0 16px 30px rgba(4, 16, 31, 0.16);
  backdrop-filter: blur(18px);
}

.carousel-chip {
  display: grid;
  gap: 0.15rem;
  min-width: 76px;
  padding: 0.7rem 0.85rem;
  color: rgba(255, 255, 255, 0.76);
  text-align: left;
  background: linear-gradient(180deg, rgba(6, 26, 49, 0.78), rgba(9, 28, 52, 0.54));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(3, 15, 31, 0.22);
  backdrop-filter: blur(16px);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.carousel-chip:hover,
.carousel-chip.is-active {
  color: var(--white);
  transform: translateY(-2px);
  border-color: rgba(176, 222, 255, 0.34);
  background: linear-gradient(180deg, rgba(12, 43, 76, 0.9), rgba(9, 34, 63, 0.72));
}

.carousel-chip span {
  font-family: "Barlow", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.carousel-chip small {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.store-carousel-premium .carousel-chip {
  min-width: 62px;
  padding: 0.6rem 0.7rem;
  border-radius: 15px;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.store-carousel-premium .carousel-chip:hover,
.store-carousel-premium .carousel-chip.is-active {
  border-color: rgba(190, 229, 255, 0.28);
  background: linear-gradient(180deg, rgba(17, 56, 94, 0.9), rgba(10, 37, 67, 0.7));
  box-shadow: 0 10px 22px rgba(4, 16, 31, 0.16);
}

.store-carousel-premium .carousel-chip span {
  font-size: 0.86rem;
}

.store-carousel-premium .carousel-chip small {
  font-size: 0.62rem;
}

.store-carousel-reference {
  gap: 0.65rem;
}

.carousel-stage-reference {
  min-height: 0;
  isolation: isolate;
}

.carousel-stage-reference::before,
.carousel-stage-reference::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.carousel-stage-reference::before {
  inset: 1.2rem 12% auto;
  height: 168px;
  border-radius: 999px;
  background: radial-gradient(circle at top, rgba(173, 216, 255, 0.18), transparent 64%);
  filter: blur(20px);
  z-index: 0;
}

.carousel-stage-reference::after {
  inset: auto 16% 1.25rem;
  height: 68px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(7, 22, 41, 0.3), transparent 72%);
  z-index: 0;
}

.carousel-stage-clean {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 36px;
  grid-template-areas:
    "prev main next"
    ". thumbs .";
  align-items: center;
  gap: 0.5rem;
  padding: 0;
}

.carousel-main-frame {
  grid-area: main;
  position: relative;
  width: 100%;
  height: clamp(160px, 22vw, 260px);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(10, 36, 63, 0.96), rgba(7, 26, 47, 0.92));
  box-shadow: 0 22px 46px rgba(4, 16, 31, 0.24);
  cursor: pointer;
  transform-origin: center center;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.carousel-main-frame img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.carousel-main-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 18, 34, 0.05), rgba(5, 18, 34, 0.2)),
    linear-gradient(120deg, rgba(177, 222, 255, 0.08), transparent 42%);
  pointer-events: none;
}

.carousel-main-frame:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(196, 231, 255, 0.3);
  box-shadow: 0 34px 60px rgba(4, 16, 31, 0.3);
}

.carousel-main-frame:focus-visible {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(196, 231, 255, 0.36);
  box-shadow: 0 0 0 3px rgba(168, 221, 255, 0.16), 0 34px 60px rgba(4, 16, 31, 0.3);
  outline: none;
}

.carousel-main-frame.is-switching {
  transform: translateY(-10px) scale(1.015);
  border-color: rgba(196, 231, 255, 0.34);
  box-shadow: 0 38px 64px rgba(4, 16, 31, 0.32);
}

.carousel-main-frame.is-switching img,
.carousel-main-frame:hover img,
.carousel-main-frame:focus-visible img {
  transform: scale(1.035);
}

.carousel-thumb-strip {
  grid-area: thumbs;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(60px, 70px);
  gap: 0.4rem;
  margin-top: 0.1rem;
  min-height: 56px;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 0.2rem 0.15rem 0.5rem;
  scroll-snap-type: x proximity;
  overscroll-behavior-x: contain;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(177, 222, 255, 0.35) rgba(255, 255, 255, 0.06);
}

.carousel-thumb-strip::-webkit-scrollbar {
  height: 8px;
}

.carousel-thumb-strip::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}

.carousel-thumb-strip::-webkit-scrollbar-thumb {
  background: rgba(177, 222, 255, 0.34);
  border-radius: 999px;
}

.carousel-thumb-strip::-webkit-scrollbar-thumb:hover {
  background: rgba(177, 222, 255, 0.5);
}

.carousel-thumb-button {
  position: relative;
  width: 100%;
  min-height: 50px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 12px 24px rgba(4, 16, 31, 0.12);
  cursor: pointer;
  scroll-snap-align: start;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.carousel-thumb-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-thumb-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 18, 34, 0.04), rgba(5, 18, 34, 0.28));
  transition: opacity 0.2s ease;
}

.carousel-thumb-button:hover,
.carousel-thumb-button.is-active {
  transform: translateY(-2px);
  border-color: rgba(190, 229, 255, 0.28);
  box-shadow: 0 16px 28px rgba(4, 16, 31, 0.18);
}

.carousel-thumb-button.is-active::after,
.carousel-thumb-button:hover::after {
  opacity: 0.18;
}

.carousel-reference-shell {
  position: relative;
  height: 100%;
  min-height: 360px;
  perspective: 900px;
}

.carousel-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(100%, 292px);
  height: 296px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(10, 36, 63, 0.96), rgba(7, 26, 47, 0.92));
  box-shadow: 0 18px 38px rgba(4, 16, 31, 0.22);
  transform-origin: center;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.45s ease, filter 0.45s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}

.carousel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.carousel-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 18, 34, 0.06), rgba(5, 18, 34, 0.24)),
    linear-gradient(120deg, rgba(177, 222, 255, 0.1), transparent 44%);
  pointer-events: none;
}

.carousel-card-left {
  z-index: 1;
  opacity: 0.62;
  transform: translate(-105%, -50%) scale(0.9) rotateY(10deg);
  filter: blur(0.2px) saturate(0.95);
}

.carousel-card-center {
  z-index: 3;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1) rotateY(0deg);
}

.carousel-card-right {
  z-index: 1;
  opacity: 0.62;
  transform: translate(5%, -50%) scale(0.9) rotateY(-10deg);
  filter: blur(0.2px) saturate(0.95);
}

.carousel-card-center.is-expandable:hover {
  border-color: rgba(196, 231, 255, 0.34);
  box-shadow: 0 22px 44px rgba(4, 16, 31, 0.28);
}

.store-carousel-reference .carousel-control {
  position: relative;
  top: auto;
  bottom: auto;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(8, 31, 56, 0.72);
  box-shadow: 0 12px 26px rgba(3, 15, 31, 0.18);
  transform: none;
}

.store-carousel-reference .carousel-control-prev {
  grid-area: prev;
  left: auto;
  right: auto;
  justify-self: start;
}

.store-carousel-reference .carousel-control-next {
  grid-area: next;
  right: auto;
  justify-self: end;
}

.store-carousel-reference .carousel-control:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 239, 255, 0.22);
  background: rgba(10, 39, 70, 0.88);
}

.store-carousel-reference .carousel-control span {
  font-size: 0.9rem;
}

.carousel-floating-nav-reference {
  top: auto;
  right: auto;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  gap: 0.45rem;
  width: calc(100% - 8.4rem);
  max-width: 420px;
  padding: 0.42rem;
  background: linear-gradient(180deg, rgba(5, 22, 41, 0.6), rgba(7, 25, 46, 0.42));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(4, 16, 31, 0.14);
  backdrop-filter: blur(18px);
}

.store-carousel-reference .carousel-chip {
  min-width: 62px;
  padding: 0.6rem 0.7rem;
  border-radius: 15px;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.store-carousel-reference .carousel-chip:hover,
.store-carousel-reference .carousel-chip.is-active {
  border-color: rgba(190, 229, 255, 0.28);
  background: linear-gradient(180deg, rgba(17, 56, 94, 0.9), rgba(10, 37, 67, 0.7));
  box-shadow: 0 10px 22px rgba(4, 16, 31, 0.16);
}

.store-carousel-reference .carousel-chip span {
  font-size: 0.86rem;
}

.store-carousel-reference .carousel-chip small {
  font-size: 0.62rem;
}

.carousel-chip-dot {
  min-width: 10px;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 999px;
}

.carousel-chip-dot span,
.carousel-chip-dot small {
  display: none;
}

.store-carousel-reference .carousel-chip-dot {
  min-width: 10px;
  width: 10px;
  height: 10px;
  padding: 0;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.store-carousel-reference .carousel-chip-dot:hover,
.store-carousel-reference .carousel-chip-dot.is-active {
  background: linear-gradient(180deg, #dff1ff, #8dc8ff);
  border-color: rgba(223, 241, 255, 0.72);
  box-shadow: 0 0 0 3px rgba(132, 194, 245, 0.12);
}

.gallery-modal[hidden] {
  display: none;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 2rem;
}

.gallery-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 18, 33, 0.8);
  backdrop-filter: blur(10px);
}

.gallery-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  padding: 1rem;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(9, 30, 55, 0.96), rgba(8, 27, 50, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 80px rgba(4, 16, 31, 0.34);
}

.gallery-modal-stage {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  gap: 1rem;
  align-items: center;
}

.gallery-modal-frame {
  margin: 0;
  min-width: 0;
}

.gallery-modal-dialog img {
  display: block;
  width: 100%;
  max-height: min(80vh, 760px);
  object-fit: contain;
  object-position: center;
  border-radius: 22px;
  background: rgba(5, 18, 34, 0.46);
}

.gallery-modal-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: var(--white);
  background: rgba(8, 31, 56, 0.72);
  box-shadow: 0 14px 28px rgba(3, 15, 31, 0.18);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.gallery-modal-arrow:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 239, 255, 0.22);
  background: rgba(10, 39, 70, 0.88);
}

.gallery-modal-arrow span {
  font-size: 1rem;
}

.gallery-modal-close {
  position: absolute;
  top: 0.7rem;
  right: 1rem;
  z-index: 2;
  border: 0;
  background: transparent;
  color: var(--white);
  font-size: 2rem;
  cursor: pointer;
}

.carousel-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.7rem;
}

.carousel-thumb {
  position: relative;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 1 / 0.82;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  opacity: 0.68;
  transition: transform 0.2s ease, opacity 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.carousel-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 28, 52, 0.06), rgba(8, 28, 52, 0.36));
}

.carousel-thumb:hover,
.carousel-thumb.is-active {
  opacity: 1;
  transform: translateY(-2px);
  border-color: rgba(180, 223, 255, 0.36);
  box-shadow: 0 12px 24px rgba(4, 16, 31, 0.18);
}


.section-heading-showcase {
  align-items: end;
}

.showcase-panel {
  display: grid;
}

.store-carousel-wide .carousel-counter {
  background: rgba(7, 28, 52, 0.06);
  border-color: rgba(24, 90, 157, 0.12);
  color: var(--muted);
}

.store-carousel-wide .carousel-counter strong {
  color: var(--blue-900);
}

.section-proof {
  padding-top: 1.5rem;
  padding-bottom: 1.35rem;
}

.section-proof .section-heading-inline {
  justify-content: center;
  align-items: center;
}

.section-proof .section-heading-inline > div {
  max-width: 64rem;
  margin: 0 auto;
}

.section-proof .section-heading h2 {
  max-width: none;
  font-size: clamp(1.72rem, 2.7vw, 2.7rem);
  line-height: 1.08;
}

.section-proof .section-heading {
  margin-bottom: 0;
  text-align: center;
}

.proof-heading-line {
  display: block;
  white-space: nowrap;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.proof-grid article {
  min-height: 190px;
}

.contact-footer-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: calc(100vh - 6.5rem);
  box-sizing: border-box;
}

.contact-heading {
  text-align: center;
  padding: 1.2rem 1rem 0;
  flex-shrink: 0;
}

.contact-heading .section-kicker {
  margin-bottom: 0.25rem;
}

.contact-heading h2 {
  max-width: none;
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  line-height: 1.12;
  margin: 0;
}

.section-contact {
  flex: 1;
  padding: 0.5rem clamp(1.25rem, 2vw, 2rem) 0.4rem;
  display: grid;
  grid-template-columns: minmax(0, 500px);
  justify-content: center;
  align-content: center;
  gap: 0.6rem;
}

.contact-footer-wrap .footer {
  margin-top: auto;
  flex-shrink: 0;
}

.contact-form {
  display: grid;
  gap: 0.55rem;
  height: 100%;
  padding: 0.85rem;
}

.contact-copy {
  display: grid;
  align-content: start;
  gap: 0.9rem;
  height: 100%;
  padding: 1.6rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.contact-support-text {
  max-width: 42ch;
  margin: 0;
  font-size: 0.96rem;
}

.contact-copy-note {
  display: grid;
  gap: 0.28rem;
  width: fit-content;
  max-width: 28rem;
  padding: 1rem 1.05rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(235, 243, 251, 0.9));
  border: 1px solid rgba(24, 90, 157, 0.1);
  border-radius: 18px;
}

.contact-copy-note strong {
  font-family: "Barlow", sans-serif;
  font-size: 0.95rem;
  color: var(--blue-900);
}

.contact-copy-note span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.contact-modal-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: fit-content;
  max-width: 100%;
  justify-self: center;
  padding: 0.45rem 0.75rem;
  font-size: 0.85rem;
  color: var(--white);
  text-align: center;
  background: linear-gradient(145deg, #114176 0%, #0b2f58 58%, #0a2749 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 14px 26px rgba(10, 39, 74, 0.14);
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.contact-modal-trigger:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 239, 255, 0.18);
  box-shadow: 0 24px 42px rgba(10, 39, 74, 0.2);
}

.contact-modal-trigger-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  color: var(--white);
  background: linear-gradient(180deg, rgba(42, 203, 102, 0.96), rgba(20, 143, 72, 0.92));
  box-shadow: 0 10px 18px rgba(21, 145, 74, 0.18);
}

.contact-modal-trigger-icon svg {
  width: 14px;
  height: 14px;
}

.contact-modal-trigger-copy {
  font-family: "Barlow", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

.contact-form-intro {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  gap: 0.15rem;
  padding: 0.1rem 0 0.2rem;
}

.contact-form-intro-copy {
  display: grid;
  gap: 0.12rem;
  justify-items: center;
}

.contact-form-intro-copy strong {
  font-family: "Barlow", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--blue-900);
}

.contact-form-intro-copy span {
  max-width: 28ch;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--muted);
  line-height: 1.35;
}

.contact-modal[hidden] {
  display: none;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1.4rem;
}

.contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 20, 36, 0.66);
  backdrop-filter: blur(12px);
}

.contact-modal-dialog {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: min(100%, 620px);
  padding: 1.35rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(159, 209, 255, 0.28), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(239, 246, 252, 0.985) 100%);
  border: 1px solid rgba(20, 66, 120, 0.1);
  box-shadow: 0 28px 68px rgba(6, 22, 41, 0.24);
}

.contact-modal-dialog::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  height: 4px;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(90deg, #2bbd6f 0%, #78bdf2 46%, #15467c 100%);
}

.contact-modal-close {
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  color: var(--blue-900);
  background: rgba(13, 47, 88, 0.07);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}

.contact-modal-header {
  display: grid;
  gap: 0.35rem;
  max-width: 30rem;
  margin: 0 auto 1rem;
  text-align: center;
}

.contact-modal-kicker {
  margin: 0;
  color: var(--blue-700);
  font-family: "Barlow", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-modal-header h3 {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-size: clamp(1.28rem, 2.3vw, 1.9rem);
  line-height: 1.08;
  color: var(--blue-900);
}

.contact-modal-header p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.contact-modal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 172px));
  gap: 0.48rem;
  justify-content: center;
  justify-items: center;
}

.contact-modal-option {
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
  min-height: 0;
  width: 100%;
  max-width: 172px;
  justify-self: center;
  justify-content: center;
  padding: 0.72rem 0.8rem;
  color: var(--white);
  text-align: center;
  background: linear-gradient(145deg, #114176 0%, #0b2f58 58%, #0a2749 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 14px 26px rgba(10, 39, 74, 0.14);
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.contact-modal-option:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 239, 255, 0.18);
  box-shadow: 0 24px 42px rgba(10, 39, 74, 0.2);
}

.contact-modal-option-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  color: var(--white);
  background: linear-gradient(180deg, #24c964 0%, #15914a 100%);
  box-shadow: 0 6px 12px rgba(21, 145, 74, 0.14);
}

.contact-modal-option-icon svg {
  width: 14px;
  height: 14px;
}

.contact-modal-option strong {
  font-family: "Barlow", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
  color: var(--white);
}

.contact-modal-option span:last-child {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.38;
}

.form-status-modal[hidden] {
  display: none;
}

.form-status-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  place-items: center;
  padding: 1.4rem;
}

.form-status-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 20, 36, 0.66);
  backdrop-filter: blur(12px);
}

.form-status-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.7rem;
  width: min(100%, 500px);
  padding: 1.5rem 1.35rem 1.3rem;
  text-align: center;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(159, 209, 255, 0.24), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(239, 246, 252, 0.985) 100%);
  border: 1px solid rgba(20, 66, 120, 0.1);
  box-shadow: 0 28px 68px rgba(6, 22, 41, 0.24);
}

.form-status-dialog::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(90deg, #2bbd6f 0%, #78bdf2 46%, #15467c 100%);
}

.form-status-modal[data-status="error"] .form-status-dialog::before {
  background: linear-gradient(90deg, #dd5b4d 0%, #f0b15f 46%, #b93d36 100%);
}

.form-status-close {
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  color: var(--blue-900);
  background: rgba(13, 47, 88, 0.07);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}

.form-status-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-top: 0.35rem;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(43, 189, 111, 0.16), rgba(20, 143, 72, 0.08));
  box-shadow: inset 0 0 0 1px rgba(43, 189, 111, 0.12);
}

.form-status-icon::before,
.form-status-icon::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: #15914a;
}

.form-status-icon::before {
  width: 12px;
  height: 4px;
  transform: translate(-7px, 6px) rotate(46deg);
}

.form-status-icon::after {
  width: 24px;
  height: 4px;
  transform: translate(3px, 1px) rotate(-46deg);
}

.form-status-modal[data-status="error"] .form-status-icon {
  background: linear-gradient(180deg, rgba(221, 91, 77, 0.14), rgba(185, 61, 54, 0.08));
  box-shadow: inset 0 0 0 1px rgba(185, 61, 54, 0.12);
}

.form-status-modal[data-status="error"] .form-status-icon::before,
.form-status-modal[data-status="error"] .form-status-icon::after {
  width: 28px;
  height: 4px;
  background: #b93d36;
}

.form-status-modal[data-status="error"] .form-status-icon::before {
  transform: rotate(45deg);
}

.form-status-modal[data-status="error"] .form-status-icon::after {
  transform: rotate(-45deg);
}

.form-status-kicker {
  margin: 0;
  color: var(--blue-700);
  font-family: "Barlow", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.form-status-dialog h3 {
  margin: 0;
  max-width: 16ch;
  font-family: "Barlow", sans-serif;
  font-size: clamp(1.42rem, 2.4vw, 2rem);
  line-height: 1.08;
  color: var(--blue-900);
}

.form-status-dialog p:last-of-type {
  margin: 0;
  max-width: 34ch;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.form-status-button {
  min-width: 150px;
}

.contact-whatsapp-list {
  display: none;
}

.contact-form label {
  display: grid;
  gap: 0.25rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--blue-900);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(15, 68, 130, 0.12);
  border-radius: 12px;
  padding: 0.55rem 0.75rem;
  font-size: 0.85rem;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form .button-primary {
  min-height: 38px;
  width: fit-content;
  justify-self: center;
  padding: 0.5rem 0.95rem;
  font-size: 0.82rem;
}

.contact-form .button-primary:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(24, 90, 157, 0.45);
  box-shadow: 0 0 0 4px rgba(24, 90, 157, 0.08);
}

.footer {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0.3rem 0;
  flex-shrink: 0;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(22, 71, 123, 0.98) 0%, rgba(14, 54, 100, 0.98) 100%),
    linear-gradient(90deg, rgba(196, 227, 255, 0.14), rgba(255, 255, 255, 0));
  border-top: 1px solid rgba(223, 240, 255, 0.18);
  border-bottom: 1px solid rgba(223, 240, 255, 0.18);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  box-shadow: 0 14px 28px rgba(8, 33, 63, 0.16);
  overflow: hidden;
}

.footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.82rem;
  width: min(100%, calc(var(--container) + 96px));
  margin: 0 auto;
  padding: 0 clamp(0.7rem, 1.6vw, 1.2rem);
}

.footer::before,
.footer::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.footer::before {
  inset: -35% auto auto -10%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(206, 229, 251, 0.22), rgba(206, 229, 251, 0));
  filter: blur(4px);
}

.footer::after {
  right: -60px;
  bottom: -110px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
}

.footer-brand-block,
.footer-social-block,
.footer-meta-block {
  position: relative;
  z-index: 1;
}

.footer-brand-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
  align-self: center;
  justify-self: start;
  min-width: 0;
  margin-left: -0.2rem;
}

.footer-brand-link {
  width: fit-content;
}

.footer-brand-mark img {
  height: 100px;
}

.footer-social-block {
  display: grid;
  justify-items: center;
  justify-content: center;
  justify-self: center;
  text-align: center;
  gap: 0.45rem;
  min-width: 0;
  align-self: center;
}

.footer-social-lead {
  margin: 0;
  color: rgba(248, 252, 255, 0.9);
  font-size: 0.75rem;
  line-height: 1.28;
  text-align: center;
  max-width: none;
  white-space: nowrap;
}

.footer-social-links {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.48rem;
  justify-content: center;
}

.footer-social-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--white);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(4, 16, 31, 0.16);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease;
  animation: footerFloat 6s ease-in-out infinite;
}

.footer-social-button:nth-child(2) {
  animation-delay: 0.16s;
}

.footer-social-button:nth-child(3) {
  animation-delay: 0.32s;
}

.footer-social-button svg {
  width: 17px;
  height: 17px;
}

.footer-social-button:hover {
  transform: translateY(-4px) scale(1.04);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 30px rgba(4, 16, 31, 0.22);
}

.footer-social-instagram:hover {
  background: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 52%, #6228d7 100%);
}

.footer-social-facebook:hover {
  background: linear-gradient(180deg, #1877f2 0%, #0e58b8 100%);
}

.footer-social-tiktok:hover {
  background: linear-gradient(135deg, #25f4ee 0%, #0b2031 48%, #fe2c55 100%);
}

.footer-meta-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: center;
  justify-self: end;
  margin-right: -0.15rem;
  padding-top: 0.1rem;
}

.footer-review-card {
  display: grid;
  justify-items: center;
  gap: 0.08rem;
  width: min(100%, 180px);
  min-height: 0;
  padding: 0.5rem 0.75rem 0.45rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.97);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow: 0 10px 20px rgba(4, 16, 31, 0.16);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.footer-review-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 32px rgba(4, 16, 31, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
}

.footer-review-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.footer-review-icon svg {
  width: 24px;
  height: 24px;
}

.footer-review-card strong {
  font-size: 0.87rem;
  line-height: 1.2;
}

.footer-review-card small {
  color: rgba(238, 246, 255, 0.76);
  font-size: 0.64rem;
  line-height: 1.22;
}

.footer-credit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
  padding: 0.35rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(238, 246, 255, 0.46);
  font-size: 0.56rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.footer-legal,
.footer-credit-signature {
  margin: 0;
  text-align: center;
}

.footer-legal {
  color: inherit;
}

.footer-credit-signature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}

.footer-credit-link {
  color: rgba(255, 255, 255, 0.66);
  transition: color 0.2s ease, opacity 0.2s ease;
}

.footer-credit-link:hover {
  color: rgba(255, 255, 255, 0.9);
}

@keyframes footerFloat {
  0%,
  100% {
    box-shadow: 0 12px 24px rgba(4, 16, 31, 0.16);
  }

  50% {
    box-shadow: 0 16px 28px rgba(4, 16, 31, 0.22);
  }
}

@media (max-width: 1080px) {
  .hero-content,
  .split-layout,
  .categories-grid,
  .proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .category-card-featured,
  .contact-copy,
  .trust-panel {
    grid-column: 1 / -1;
  }

  .contact-modal-grid {
    grid-template-columns: 1fr;
  }

  .story-layout {
    grid-template-columns: 1fr minmax(220px, 280px);
    gap: 2rem;
  }

  .story-features {
    grid-template-columns: 1fr;
  }

  .section-story {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section-story .section-heading {
    margin-bottom: 0.8rem;
  }

  .section-heading-materials {
    grid-template-columns: 1fr;
  }

  .section-materials .category-card-featured {
    grid-column: auto;
  }

  .section-contact {
    grid-template-columns: minmax(0, 560px);
    justify-content: center;
  }

  .footer {
    padding: 0.8rem 0;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 0.75rem;
  }

  .footer-brand-block {
    justify-content: center;
  }

  .footer-meta-block {
    justify-content: center;
    justify-self: center;
    align-self: center;
  }

  .footer-credit {
    margin-top: 0.3rem;
  }
}

@media (max-width: 820px) {
  .hero {
    padding-bottom: 3.5rem;
  }

  .hero-backdrop {
    background-position: left center, center, var(--hero-photo-position);
  }

  .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    flex-wrap: wrap;
    border-radius: 0 0 22px 22px;
    gap: 1rem;
    padding: 0.7rem 1.1rem;
  }

  .hero-content {
    padding-top: 7.1rem;
  }

  .brand-mark {
    padding: 0.08rem 0.35rem 0.12rem;
  }

  .brand-mark img {
    height: 72px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    padding: 0.55rem 0 0.2rem;
    border-radius: 0;
    background: linear-gradient(180deg, #124278 0%, #103965 100%);
    box-shadow: 0 12px 24px rgba(8, 33, 63, 0.18);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    width: 100%;
    justify-content: flex-start;
    padding: 0.9rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .hero-content,
  .section-heading-inline,
  .categories-grid,
  .split-layout,
  .proof-grid,
  .section-contact,
  .footer,
  .hero-highlights {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .story-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .story-col-right {
    max-width: 340px;
    margin: 0 auto;
  }

  .story-features {
    grid-template-columns: 1fr 1fr;
  }

  .hero-copy h1 {
    max-width: 12ch;
  }

  .hero-text {
    max-width: 100%;
  }

  .eyebrow {
    width: 100%;
    text-align: left;
  }

  .hero-highlights article,
  .story-card,
  .category-card,
  .proof-grid article,
  .trust-panel {
    min-height: auto;
  }



  .trust-panel h3 {
    max-width: 100%;
  }

  .trust-panel p {
    max-width: 100%;
    font-size: 0.96rem;
  }


  .carousel-stage {
    min-height: 360px;
    padding-right: 0;
    padding-bottom: 4.5rem;
  }

  .carousel-stage-single,
  .carousel-stage-wide {
    min-height: 380px;
    padding-bottom: 0;
  }

  .carousel-stage-gallery {
    min-height: 390px;
  }

  .carousel-preview {
    width: 112px;
    height: 178px;
  }

  .preview-left {
    left: 0;
  }

  .preview-right {
    right: 0;
  }

  .store-carousel-premium .carousel-display {
    min-height: 370px;
  }

  .carousel-stage-wide .carousel-display img {
    object-position: center;
  }

  .carousel-slide {
    inset: 0;
  }

  .carousel-slide.is-next {
    transform: translateX(18px) translateY(18px) scale(0.95);
  }

  .carousel-slide.is-back {
    transform: translateX(30px) translateY(30px) scale(0.9);
  }

  .carousel-control {
    top: auto;
    bottom: 0;
  }

  .carousel-control-prev {
    right: 58px;
  }

  .carousel-control-next {
    right: 0;
  }

  .carousel-stage-single .carousel-control-prev {
    right: 4.1rem;
  }

  .carousel-stage-single .carousel-control-next {
    right: 0.7rem;
  }

  .carousel-floating-nav {
    position: static;
    max-width: 100%;
    justify-content: flex-start;
    margin-top: 0.9rem;
  }

  .store-carousel-premium .carousel-floating-nav {
    position: absolute;
    bottom: 0.85rem;
    left: 50%;
    margin-top: 0;
    width: calc(100% - 6rem);
  }

  .carousel-stage-reference {
    min-height: 348px;
  }

  .carousel-stage-clean {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 0.8rem;
  }

  .carousel-main-frame {
    height: clamp(280px, 36vw, 320px);
  }

  .carousel-thumb-strip {
    grid-auto-columns: minmax(80px, 88px);
    min-height: 99px;
  }

  .carousel-floating-nav-reference {
      .store-carousel-reference .carousel-control-prev {
        left: calc(50% - 146px);
      }

      .store-carousel-reference .carousel-control-next {
        right: calc(50% - 146px);
      }

    position: absolute;
    bottom: 0.85rem;
    left: 50%;
    margin-top: 0;
    width: calc(100% - 7rem);
  }

  .carousel-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-story {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }

  .section-story .section-heading {
    margin-bottom: 0.7rem;
  }

  .section-story .section-heading h2 {
    font-size: clamp(1.3rem, 2.8vw, 2rem);
  }

  .section-story .story-features {
    grid-template-columns: 1fr;
  }

  .section-story .story-lead-line {
    white-space: normal;
  }

  .section-story .story-feature p {
    font-size: 0.76rem;
    line-height: 1.4;
  }

  .section-story .section-heading h2 {
    white-space: normal;
    font-size: clamp(1rem, 3.2vw, 1.4rem);
  }

  .footer {
    padding: 0.8rem 0;
  }

  .footer-inner {
    gap: 0.7rem;
    padding: 0 1.1rem;
  }

  .proof-heading-line {
    white-space: normal;
  }

  .gallery-head-support {
    white-space: normal;
  }

  /* Altura fixa removida no mobile */
  .section-story,
  .section-materials,
  .section-split {
    height: auto;
    min-height: 0;
  }

  .section-split {
    overflow: visible;
  }

  .contact-footer-wrap {
    height: auto;
    min-height: 0;
  }

  .section-story .story-col-right {
    max-width: 300px;
  }
}

@media (max-width: 560px) {
  .section {
    scroll-margin-top: 6.8rem;
  }

  #sobre,
  #solucoes,
  #diferenciais,
  #contato {
    scroll-margin-top: 5.8rem;
  }

  .contact-footer-wrap {
    height: auto;
    min-height: 0;
  }

  .contact-heading h2 {
    font-size: clamp(1.1rem, 4.5vw, 1.4rem);
  }

  .contact-heading .proof-heading-line {
    white-space: normal;
  }

  .hero-backdrop {
    background:
      linear-gradient(180deg, rgba(8, 28, 52, 0.64) 0%, rgba(8, 28, 52, 0.38) 44%, rgba(10, 34, 63, 0.6) 100%),
      var(--hero-photo);
    background-position: center, var(--hero-photo-position-mobile);
    background-size: auto, cover;
    filter: saturate(0.74) contrast(0.97) brightness(0.92);
  }

  .hero-content {
    padding-top: 6.75rem;
  }

  .hero-copy h1,
  .section-heading h2,
  .contact-copy h2,
  .trust-panel h3 {
    font-size: clamp(2rem, 10vw, 3.1rem);
  }

  .section-story .section-heading h2 {
    font-size: clamp(1.2rem, 5vw, 1.7rem);
  }

  .section-story {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-story .section-heading {
    margin-bottom: 0.6rem;
  }

  .story-layout {
    gap: 1.2rem;
  }

  .story-col-right {
    max-width: 280px;
  }

  .story-feature {
    padding: 0.8rem 0.9rem;
  }

  .story-feature h3 {
    font-size: 0.8rem;
  }

  .story-feature p {
    font-size: 0.74rem;
    line-height: 1.4;
  }

  .section-contact .contact-copy h2 {
    font-size: clamp(1.32rem, 6vw, 1.95rem);
    max-width: none;
  }

  .contact-modal {
    padding: 1rem;
  }

  .contact-modal-dialog {
    padding: 1.5rem;
    border-radius: 24px;
  }

  .carousel-stage-clean {
    grid-template-columns: 1fr;
    grid-template-areas:
      "main"
      "thumbs";
    gap: 0.85rem;
  }

  .carousel-main-frame {
    height: clamp(250px, 62vw, 290px);
  }

  .carousel-thumb-strip {
    grid-auto-columns: minmax(72px, 78px);
    gap: 0.55rem;
    min-height: 90px;
  }

  .carousel-thumb-button {
    min-height: 70px;
  }

  .store-carousel-reference .carousel-control-prev,
  .store-carousel-reference .carousel-control-next {
    display: none;
  }

  .footer-brand-mark img {
    height: 112px;
  }

  .footer-social-block {
    display: grid;
    gap: 0.6rem;
  }

  .footer-social-lead {
    max-width: none;
    text-align: center;
    white-space: normal;
  }

  .footer-social-links {
    gap: 0.55rem;
  }

  .footer-credit {
    font-size: 0.54rem;
    letter-spacing: 0.03em;
  }

  .footer-credit-signature {
    flex-wrap: wrap;
    gap: 0.25rem;
  }

  .footer-social-button {
    width: 40px;
    height: 40px;
  }

  .trust-panel h3 {
    font-size: clamp(1.35rem, 7vw, 1.75rem);
    line-height: 1.2;
  }

  .trust-panel p {
    font-size: 0.92rem;
  }

  .trust-panel-gallery {
    padding: 1.2rem;
  }

  .carousel-stage {
    min-height: 290px;
  }

  .carousel-stage-single,
  .carousel-stage-wide {
    min-height: 300px;
  }

  .carousel-stage-gallery {
    min-height: 312px;
  }

  .carousel-preview {
    display: none;
  }

  .store-carousel-premium .carousel-display {
    min-height: 300px;
    border-radius: 24px;
  }

  .carousel-display,
  .carousel-display-wide {
    border-radius: 22px;
  }

  .carousel-floating-nav {
    gap: 0.5rem;
  }

  .carousel-chip {
    min-width: 68px;
    padding: 0.62rem 0.72rem;
    border-radius: 16px;
  }

  .carousel-chip span {
    font-size: 0.88rem;
  }

  .carousel-chip small {
    font-size: 0.66rem;
  }

  .store-carousel-premium .carousel-floating-nav {
    width: calc(100% - 1.2rem);
    bottom: 0.6rem;
    padding: 0.45rem;
    border-radius: 18px;
  }

  .store-carousel-premium .carousel-chip {
    min-width: 52px;
    padding: 0.52rem 0.5rem;
  }

  .store-carousel-premium .carousel-control {
    width: 38px;
    height: 38px;
    border-radius: 13px;
    bottom: 4rem;
  }

  .store-carousel-premium .carousel-control-prev {
    right: 3.5rem;
  }

  .store-carousel-premium .carousel-control-next {
    right: 0.6rem;
  }

  .carousel-stage-reference {
    min-height: 292px;
    padding-bottom: 3.7rem;
  }

  .carousel-reference-shell {
    min-height: 242px;
  }

  .carousel-card {
    width: min(100%, 198px);
    height: 204px;
    border-radius: 18px;
  }

  .carousel-card-left {
    transform: translate(-98%, -50%) scale(0.86) rotateY(7deg);
    opacity: 0.48;
  }

  .carousel-card-right {
    transform: translate(-2%, -50%) scale(0.86) rotateY(-7deg);
    opacity: 0.48;
  }

  .carousel-floating-nav-reference {
    width: calc(100% - 5.2rem);
    bottom: 0.45rem;
    padding: 0.32rem;
    border-radius: 999px;
  }

  .store-carousel-reference .carousel-chip {
    min-width: 52px;
    padding: 0.52rem 0.5rem;
  }

  .store-carousel-reference .carousel-chip-dot {
    min-width: 8px;
    width: 8px;
    height: 8px;
    padding: 0;
  }

  .store-carousel-reference .carousel-control {
    width: 30px;
    height: 30px;
    border-radius: 999px;
  }

  .store-carousel-reference .carousel-control-prev {
    left: calc(50% - 114px);
    right: auto;
  }

  .store-carousel-reference .carousel-control-next {
    right: calc(50% - 114px);
  }

  .gallery-modal {
    padding: 1rem;
  }

  .gallery-modal-dialog {
    padding: 0.8rem;
    border-radius: 24px;
  }

  .gallery-modal-stage {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 0.5rem;
  }

  .gallery-modal-dialog img {
    border-radius: 18px;
  }

  .gallery-modal-arrow {
    width: 38px;
    height: 38px;
  }

  .carousel-thumbs {
    gap: 0.55rem;
  }

  .carousel-thumb {
    aspect-ratio: 1 / 0.9;
    border-radius: 14px;
  }

  .brand-mark {
    padding: 0;
  }

  .brand-mark img {
    height: 62px;
  }

  .hero-panel-card,
  .story-card,
  .category-card,
  .trust-panel,
  .proof-grid article,
  .contact-form,
  .reason-item {
    padding: 1.25rem;
  }

  .button {
    width: 100%;
  }
}

/* ================================================================
   NOTEBOOKS (viewport height ≤ 850px E largura ≥ 821px)
   Cobre: laptops 13"–16" (1366×768, 1280×800, 1024×768, etc.)
   Garante que cada seção ocupa exatamente 100vh — sem vazamento
   da seção seguinte — e que o vídeo não fique achatado.
   Nav real: logo 72px + padding 0.55rem×2 ≈ 90px → offset usado em tudo.
   ================================================================ */
@media (max-height: 850px) and (min-width: 821px) {

  /* ── NAV: reduz logo para nav ficar em ~90px de altura ── */
  .brand-mark img {
    height: 72px;
  }

  /* ── SCROLL-MARGIN: deve bater com a altura real do nav (~90px) ── */
  #sobre,
  #solucoes,
  #diferenciais,
  #contato {
    scroll-margin-top: 90px;
  }

  /* ── HERO: fixa em 100vh exato e comprime conteúdo para caber ── */
  .hero {
    height: 100vh;
    min-height: unset;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  /* Reduz padding-top e gap internos do hero-content */
  .hero-content {
    padding-top: 5rem;
    gap: 1rem;
  }

  /* Título na tela do notebook */
  .hero-copy h1 {
    font-size: clamp(1.9rem, 3.5vw, 3rem);
    margin: 0.3rem 0 0.5rem;
    max-width: 22ch;
  }

  /* Texto descritivo */
  .hero-text {
    font-size: 1rem;
    line-height: 1.58;
    margin-bottom: 1rem;
  }

  /* Botões menores */
  .hero-actions {
    gap: 0.65rem;
  }

  .hero-actions .button {
    min-height: 44px;
    padding: 0.6rem 1.5rem;
  }

  /* Ícones sociais menores para não empurrar conteúdo */
  .hero-social-strip {
    margin-top: 0.35rem;
    gap: 0.65rem;
  }

  .hero-social-icon {
    width: 52px;
    height: 52px;
  }

  .hero-social-icon svg {
    width: 26px;
    height: 26px;
  }

  /* ── SEÇÕES: cada uma ocupa exatamente o viewport menos o nav (~90px) ── */
  .section-story {
    height: calc(100vh - 90px);
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    overflow: hidden;
  }

  .section-materials {
    height: calc(100vh - 90px);
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    overflow: hidden;
  }

  .section-split {
    height: calc(100vh - 90px);
    overflow: hidden;
  }

  .contact-footer-wrap {
    height: calc(100vh - 90px);
    overflow: hidden;
  }

  /* Materiais: compacta heading, cards e grid para caber em 100vh */
  .section-heading-materials {
    margin-bottom: 0.75rem;
  }

  .section-heading-materials .section-heading-main h2 {
    font-size: clamp(1.15rem, 1.8vw, 1.7rem);
  }

  .section-support-card {
    padding: 0.9rem 1.1rem;
  }

  .section-support-content h3 {
    font-size: 1rem;
  }

  .section-heading-materials .section-support {
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .section-materials .categories-grid {
    gap: 0.65rem;
  }

  .section-materials .category-card {
    padding: 1rem 1.15rem;
    gap: 0.45rem;
  }

  .section-materials .category-card h3 {
    font-size: 1.05rem;
    line-height: 1.1;
  }

  .section-materials .category-card p {
    font-size: 0.82rem;
    line-height: 1.5;
  }

  /* Diferenciais (section-diff): cabe inteiro em 100vh no notebook */
  .section-diff {
    height: calc(100vh - 90px);
    padding-top: clamp(6px, 0.8vw, 14px);
    padding-bottom: clamp(6px, 0.8vw, 14px);
    overflow: hidden;
  }

  .section-diff > .section-heading {
    margin-bottom: 0.8rem;
  }

  .section-diff > .section-heading h2 {
    font-size: clamp(1.2rem, 2.2vw, 1.8rem);
  }

  .section-diff > .section-heading .section-kicker {
    margin-bottom: 0.25rem;
    padding-bottom: 0.2rem;
    font-size: 0.6rem;
  }

  .diff-cards {
    gap: 0.4rem;
  }

  .diff-card {
    padding: 0.6rem 0.8rem;
  }

  .diff-card h3 {
    font-size: 0.82rem;
    margin-bottom: 0.15rem;
  }

  .diff-card p {
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .diff-gallery-head {
    margin-bottom: 0.3rem;
  }

  .diff-gallery-head h3 {
    font-size: clamp(0.9rem, 1.3vw, 1.15rem);
  }

  .diff-gallery-head p {
    font-size: 0.72rem;
  }

  .diff-slide {
    height: clamp(150px, 17vw, 230px) !important;
  }

  .diff-swiper {
    padding-bottom: 1.4rem;
  }

  /* Diferenciais: compacta split-layout e carrossel da galeria */
  .section-split > .section-heading {
    margin-bottom: clamp(0.3rem, 0.6vw, 0.6rem);
  }

  .trust-panel-gallery {
    gap: 0.35rem;
    padding: 0.75rem 0.9rem;
  }

  .gallery-head {
    gap: 0.15rem;
  }

  .gallery-head-support {
    white-space: normal;
  }

  .trust-panel h3 {
    font-size: clamp(0.9rem, 1.3vw, 1.15rem);
    line-height: 1.1;
  }

  .trust-panel p {
    font-size: 0.75rem;
    line-height: 1.35;
  }

  .store-carousel-reference {
    gap: 0.35rem;
  }

  .carousel-main-frame {
    height: clamp(160px, 22vw, 260px);
  }

  .carousel-thumb-strip {
    min-height: 56px;
    padding: 0.1rem 0.1rem 0.3rem;
  }

  .carousel-thumb-button {
    min-height: 50px;
  }

  /* Contato: heading compacto */
  .contact-heading {
    padding-top: 0.5rem;
    padding-bottom: 0;
  }

  .contact-heading h2 {
    font-size: clamp(1.1rem, 1.6vw, 1.6rem);
    line-height: 1.15;
  }

  .contact-heading .section-kicker {
    font-size: 0.7rem;
    margin-bottom: 0.15rem;
  }

  /* Formulário: reduz gap e padding interno */
  .contact-form {
    gap: 0.35rem;
    padding: 0.5rem 0.6rem;
  }

  .section-contact {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    gap: 0.4rem;
  }

  /* Rodapé: compacta tudo para caber na sessão */
  .contact-footer-wrap .footer {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .contact-footer-wrap .footer-inner {
    gap: 0.5rem;
    padding: 0.15rem clamp(0.5rem, 1.2vw, 0.9rem);
  }

  .contact-footer-wrap .footer-brand-mark img {
    height: 58px;
  }

  .contact-footer-wrap .footer-social-lead {
    font-size: 0.65rem;
  }

  .contact-footer-wrap .footer-social-button {
    width: 32px;
    height: 32px;
  }

  .contact-footer-wrap .footer-social-button svg {
    width: 14px;
    height: 14px;
  }

  .contact-footer-wrap .footer-review-card {
    padding: 0.35rem 0.6rem;
  }

  .contact-footer-wrap .footer-review-card strong {
    font-size: 0.78rem;
  }

  .contact-footer-wrap .footer-review-card small {
    font-size: 0.58rem;
  }

  .contact-footer-wrap .footer-review-icon,
  .contact-footer-wrap .footer-review-icon svg {
    width: 18px;
    height: 18px;
  }

  .contact-footer-wrap .footer-credit {
    margin-top: 0.1rem;
    font-size: 0.5rem;
  }
}

/* ================================================================
   ALTURA MUITO CURTA em tela larga (viewport height ≤ 600px, largura ≥ 821px)
   Ex.: tablet ultracompacto em landscape.
   ================================================================ */
@media (max-height: 600px) and (min-width: 821px) {
  .section-story,
  .section-materials,
  .section-split,
  .section-diff {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hero {
    min-height: 480px;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .hero-content {
    padding-top: 5rem;
  }

  .brand-mark img {
    height: 56px;
  }

  .section-diff {
    height: calc(100vh - 80px);
  }

  .diff-slide {
    height: clamp(120px, 14vw, 180px) !important;
  }

  .diff-card {
    padding: 0.4rem 0.6rem;
  }

  .diff-card h3 {
    font-size: 0.75rem;
  }

  .diff-card p {
    font-size: 0.66rem;
    line-height: 1.3;
  }
}

/* ── Botão flutuante WhatsApp ── */
.whatsapp-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.whatsapp-float:active {
  transform: scale(0.95);
}