/* ==========================================================================
   CheckBoat — Site institucional
   Paleta baseada em src/styles/quasar-variables.scss e na logo
   ========================================================================== */

:root {
  --navy: #1a3a6b;
  --primary: #1a5276;
  --secondary: #2e86ab;
  --sky: #3aa9e0;
  --accent: #48c9b0;
  --amber: #f5b70a;
  --amber-soft: #ffd35c;

  --success: #27ae60;
  --warning: #f39c12;
  --danger: #e74c3c;
  --info: #3498db;

  --ink: #1c2b3a;
  --body: #47586b;
  --muted: #7d8ea1;
  --line: #e2e9f0;
  --surface: #ffffff;
  --bg: #f4f7fa;
  --bg-alt: #eef3f8;

  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;

  --shadow-sm: 0 2px 8px rgba(26, 58, 107, 0.07);
  --shadow: 0 8px 24px rgba(26, 58, 107, 0.1);
  --shadow-lg: 0 20px 48px rgba(26, 58, 107, 0.16);

  --header-h: 72px;
  --max: 1180px;

  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  color: var(--body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a {
  color: var(--secondary);
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  color: var(--ink);
  line-height: 1.2;
  margin: 0 0 0.5em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2.2rem, 5.2vw, 3.6rem);
  font-weight: 800;
}
h2 {
  font-size: clamp(1.75rem, 3.6vw, 2.5rem);
}
h3 {
  font-size: 1.2rem;
}

p {
  margin: 0 0 1em;
}

.wrap {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 96px 0;
}

.section--alt {
  background: var(--bg-alt);
}

.section--white {
  background: var(--surface);
}

.section-head {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}

.section-head p {
  font-size: 1.1rem;
  color: var(--muted);
  margin: 0;
}

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: 12px;
}

/* ---------- Botões ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 600;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease,
    color 0.18s ease;
  white-space: nowrap;
}

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

.btn--primary {
  background: var(--amber);
  color: #14304f;
  box-shadow: 0 8px 20px rgba(245, 183, 10, 0.32);
}

.btn--primary:hover {
  background: var(--amber-soft);
}

.btn--ghost {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}

.btn--outline {
  border-color: var(--line);
  color: var(--primary);
  background: var(--surface);
}

.btn--outline:hover {
  border-color: var(--secondary);
  box-shadow: var(--shadow-sm);
}

/* ---------- Header ---------- */

.header {
  position: fixed;
  inset: 0 0 auto 0;
  height: var(--header-h);
  display: flex;
  align-items: center;
  z-index: 100;
  transition: background 0.28s ease, box-shadow 0.28s ease;
}

.header.is-solid {
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: saturate(160%) blur(12px);
  box-shadow: 0 1px 0 var(--line);
}

.header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.15rem;
  color: #fff;
  letter-spacing: -0.02em;
}

.brand-badge {
  display: inline-grid;
  place-items: center;
  padding: 6px 8px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(8, 24, 45, 0.18);
  transition: background 0.28s ease, box-shadow 0.28s ease, padding 0.28s ease;
}

.brand img {
  height: 30px;
  width: auto;
}

/* sobre fundo claro o azul da marca já contrasta — o badge sai de cena */
.header.is-solid .brand-badge {
  background: transparent;
  box-shadow: none;
  padding: 0 2px;
}

.header.is-solid .brand {
  color: var(--navy);
}

.nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  font-weight: 500;
  position: relative;
}

.nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: var(--amber);
  transition: width 0.2s ease;
}

.nav a:hover::after {
  width: 100%;
}

.header.is-solid .nav a {
  color: var(--body);
}

.header.is-solid .nav a:hover {
  color: var(--primary);
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  margin: 5px 0;
  transition: background 0.2s;
}

.header.is-solid .nav-toggle span {
  background: var(--navy);
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  padding: calc(var(--header-h) + 88px) 0 120px;
  background: linear-gradient(155deg, #10294d 0%, #1a5276 45%, #2e86ab 100%);
  color: #fff;
  overflow: hidden;
}

.hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 120px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'%3E%3Cpath fill='%23f4f7fa' d='M0,64 C240,120 480,8 720,40 C960,72 1200,120 1440,72 L1440,120 L0,120 Z'/%3E%3C/svg%3E")
    no-repeat center / cover;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.hero h1 {
  color: #fff;
  margin-bottom: 20px;
}

.hero h1 .hl {
  color: var(--amber-soft);
}

.hero-lead {
  font-size: 1.18rem;
  color: rgba(255, 255, 255, 0.86);
  max-width: 540px;
  margin-bottom: 32px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.hero-stats div strong {
  display: block;
  font-size: 1.9rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}

.hero-stats div span {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.7);
}

/* mockups do hero */
.hero-shots {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 520px;
}

.phone {
  border-radius: 30px;
  border: 8px solid #0f1f36;
  background: #0f1f36;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  line-height: 0;
}

.phone img {
  border-radius: 22px;
  width: 100%;
}

.hero-shots .phone {
  position: absolute;
}

.hero-shots .phone--main {
  width: 260px;
  z-index: 3;
  animation: float 7s ease-in-out infinite;
}

.hero-shots .phone--left {
  width: 210px;
  left: 30px;
  bottom: 40px;
  z-index: 2;
  opacity: 0.9;
  transform: rotate(-7deg);
  animation: float 7s ease-in-out infinite 0.6s;
}

.hero-shots .phone--right {
  width: 210px;
  right: 30px;
  bottom: 40px;
  z-index: 1;
  opacity: 0.9;
  transform: rotate(7deg);
  animation: float 7s ease-in-out infinite 1.2s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) var(--rot, rotate(0deg));
  }
  50% {
    transform: translateY(-14px) var(--rot, rotate(0deg));
  }
}

.hero-shots .phone--left {
  --rot: rotate(-7deg);
}
.hero-shots .phone--right {
  --rot: rotate(7deg);
}

/* ---------- Origem / problema ---------- */

.origin {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.origin-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 14px;
}

.origin-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.origin-list .ic {
  flex: 0 0 26px;
  height: 26px;
  border-radius: 8px;
  background: rgba(72, 201, 176, 0.16);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  font-weight: 800;
  margin-top: 3px;
}

.paper-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.paper-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow-sm);
}

.paper-card .tag {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.paper-card h4 {
  margin: 8px 0 6px;
  font-size: 1.02rem;
  color: var(--ink);
}

.paper-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.5;
}

/* ---------- Cards de funcionalidades ---------- */

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feature {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: transform 0.22s ease, box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.feature:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: transparent;
}

.feature .icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}

.feature .icon svg {
  width: 26px;
  height: 26px;
  stroke-width: 1.9;
}

.feature h3 {
  font-size: 1.12rem;
  margin-bottom: 8px;
}

.feature p {
  margin: 0;
  font-size: 0.94rem;
  color: var(--muted);
  line-height: 1.6;
}

.ic-blue {
  background: rgba(46, 134, 171, 0.12);
  color: var(--secondary);
}
.ic-green {
  background: rgba(39, 174, 96, 0.12);
  color: var(--success);
}
.ic-purple {
  background: rgba(142, 68, 173, 0.12);
  color: #8e44ad;
}
.ic-orange {
  background: rgba(243, 156, 18, 0.14);
  color: var(--warning);
}
.ic-red {
  background: rgba(231, 76, 60, 0.12);
  color: var(--danger);
}
.ic-teal {
  background: rgba(72, 201, 176, 0.16);
  color: #16a085;
}
.ic-sky {
  background: rgba(52, 152, 219, 0.13);
  color: var(--info);
}

/* ---------- Tour de telas ---------- */

.tour-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 44px;
}

.tour-tab {
  border: 1.5px solid var(--line);
  background: var(--surface);
  color: var(--body);
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.18s ease;
}

.tour-tab:hover {
  border-color: var(--secondary);
  color: var(--primary);
}

.tour-tab.is-active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 6px 16px rgba(26, 82, 118, 0.25);
}

.tour-panel {
  display: none;
  grid-template-columns: minmax(260px, 0.78fr) 1.22fr;
  gap: 48px;
  align-items: center;
  animation: fade 0.35s ease;
}

.tour-panel.is-active {
  display: grid;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.tour-copy h3 {
  font-size: 1.7rem;
  margin-bottom: 14px;
}

.tour-copy ul {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}

.tour-copy li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.97rem;
}

.tour-copy li::before {
  content: '';
  flex: 0 0 18px;
  height: 18px;
  margin-top: 4px;
  border-radius: 6px;
  background: var(--amber) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314304f' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")
    no-repeat center / 12px;
}

.tour-shots {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.tour-shots .phone {
  width: 200px;
  flex: 0 0 auto;
}

.shot-cap {
  text-align: center;
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 12px;
  line-height: 1.4;
}

.shot {
  cursor: zoom-in;
}

/* ---------- Fluxo ---------- */

.flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: step;
}

.flow-step {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 24px 26px;
}

.flow-step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: -18px;
  left: 24px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(140deg, var(--primary), var(--secondary));
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1.02rem;
  box-shadow: var(--shadow-sm);
}

.flow-step h4 {
  margin: 12px 0 8px;
  font-size: 1.05rem;
  color: var(--ink);
}

.flow-step p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.55;
}

/* ---------- Perfis / permissões ---------- */

.roles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.role {
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 4px solid var(--c, var(--secondary));
  border-radius: var(--radius);
  padding: 26px 22px;
  text-align: center;
}

.role .emoji {
  font-size: 1.9rem;
  line-height: 1;
  display: block;
  margin-bottom: 12px;
}

.role h4 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: var(--c);
}

.role p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.55;
}

.table-scroll {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

table.perm {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  font-size: 0.93rem;
}

table.perm thead th {
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  padding: 15px 18px;
  text-align: center;
  white-space: nowrap;
}

table.perm thead th:first-child {
  text-align: left;
}

table.perm td {
  padding: 13px 18px;
  border-top: 1px solid var(--line);
  text-align: center;
  color: var(--body);
}

table.perm td:first-child {
  text-align: left;
  font-weight: 500;
  color: var(--ink);
}

table.perm tbody tr:nth-child(even) {
  background: #fafcfe;
}

.pill {
  display: inline-block;
  min-width: 62px;
  padding: 3px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}

.pill--yes {
  background: rgba(39, 174, 96, 0.13);
  color: #1e8449;
}
.pill--no {
  background: rgba(231, 76, 60, 0.11);
  color: #c0392b;
}
.pill--cfg {
  background: rgba(243, 156, 18, 0.15);
  color: #b9770e;
}

/* ---------- Plataforma / tech ---------- */

.tech {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.tech-cards {
  display: grid;
  gap: 16px;
}

.tech-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 24px;
}

.tech-card .ic {
  flex: 0 0 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
}

.tech-card .ic svg {
  width: 22px;
  height: 22px;
}

.tech-card h4 {
  margin: 0 0 4px;
  font-size: 1rem;
  color: var(--ink);
}

.tech-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.55;
}

.stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.chip {
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(26, 82, 118, 0.07);
  border: 1px solid rgba(26, 82, 118, 0.12);
  color: var(--primary);
  font-size: 0.84rem;
  font-weight: 600;
}

/* ---------- CTA ---------- */

.cta {
  position: relative;
  padding: 92px 0;
  background: linear-gradient(140deg, #10294d 0%, #1a5276 55%, #2e86ab 100%);
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.cta h2 {
  color: #fff;
  margin-bottom: 14px;
}

.cta p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 620px;
  margin: 0 auto 32px;
  font-size: 1.08rem;
}

.cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.cta img.wm {
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 340px;
  opacity: 0.07;
  pointer-events: none;
}

/* ---------- Footer ---------- */

.footer {
  background: #0f1f36;
  color: rgba(255, 255, 255, 0.62);
  padding: 56px 0 28px;
  font-size: 0.92rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .brand {
  color: #fff;
  margin-bottom: 14px;
}

.footer .brand-badge {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.footer h5 {
  color: #fff;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-weight: 700;
}

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

.footer a {
  color: rgba(255, 255, 255, 0.62);
}

.footer a:hover {
  color: var(--amber-soft);
}

.footer-bottom {
  padding-top: 24px;
  padding-bottom: 44px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
}

/* ---------- Lightbox ---------- */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(10, 24, 42, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
  backdrop-filter: blur(4px);
}

.lightbox.is-open {
  display: flex;
}

.lightbox img {
  max-height: 88vh;
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
}

.lightbox-close {
  position: absolute;
  top: 24px;
  right: 28px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}

/* ---------- Reveal ---------- */

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* ---------- Responsivo ---------- */

@media (max-width: 1024px) {
  .features {
    grid-template-columns: repeat(2, 1fr);
  }
  .flow,
  .roles {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-grid,
  .origin,
  .tech {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .tour-panel.is-active {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .hero-shots {
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }
  .section {
    padding: 68px 0;
  }
  .nav {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: #fff;
    padding: 12px 24px 20px;
    box-shadow: var(--shadow);
    transform: translateY(-140%);
    transition: transform 0.3s ease;
  }
  .nav.is-open {
    transform: none;
  }
  .nav a,
  .header.is-solid .nav a {
    color: var(--ink);
    width: 100%;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
  }
  .nav .btn {
    margin-top: 14px;
    width: 100%;
    justify-content: center;
    color: #14304f;
    border-color: transparent;
  }
  .nav-toggle {
    display: block;
  }
  .features,
  .flow,
  .roles,
  .paper-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-bottom: 90px;
    text-align: center;
  }
  .hero-lead {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-actions,
  .hero-stats {
    justify-content: center;
  }
  .hero-stats {
    gap: 28px;
  }
  .hero-shots {
    min-height: 400px;
  }
  .hero-shots .phone--main {
    width: 210px;
  }
  .hero-shots .phone--left,
  .hero-shots .phone--right {
    width: 150px;
    bottom: 30px;
  }
  .flow-step {
    padding-top: 34px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .tour-shots .phone {
    width: 210px;
  }
}

/* ---------- Contato / WhatsApp ---------- */

.wa-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 150;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px 13px 16px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-weight: 600;
  font-size: 0.94rem;
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.38);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wa-float:hover {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.45);
}

.wa-float svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  flex: 0 0 24px;
}

.btn--wa {
  background: #25d366;
  color: #fff;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.32);
}

.btn--wa:hover {
  background: #1fbe5a;
  color: #fff;
}

.btn--wa svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.contact-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

a.contact-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.contact-card .ic {
  flex: 0 0 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
}

.contact-card .ic svg {
  width: 21px;
  height: 21px;
}

.contact-card .ic--wa {
  background: rgba(37, 211, 102, 0.14);
  color: #1fa855;
}

.contact-card .ic--wa svg {
  fill: currentColor;
}

.contact-card h4 {
  margin: 0 0 4px;
  font-size: 0.98rem;
  color: var(--ink);
}

.contact-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.5;
}

.footer-contact {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.footer-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-contact svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: currentColor;
}

@media (max-width: 760px) {
  .contact {
    grid-template-columns: 1fr;
  }

  .wa-float {
    right: 16px;
    bottom: 16px;
    padding: 14px;
    gap: 0;
  }

  .wa-float span {
    display: none;
  }
}
