/* Tokens — copiados 1:1 do site principal (assets/index-ByR0t03G.css :root) */
:root {
  --ink: #183b48;
  --blue: #4f7f98;
  --blue-dark: #416f80;
  --cyan: #3f929d;
  --turquoise: #4aa3a4;
  --ice: #f4f6f7;
  --white: #fff;
  --muted: #607987;
  --line: #d7e6eb;
  --shadow: 0 24px 70px #1c49581c;

  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;

  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);

  /* Respiro horizontal consistente — cresce um pouco em telas maiores
     dentro da moldura, sem nunca colar nas bordas. */
  --gutter: clamp(24px, 7vw, 36px);
  --stack: clamp(52px, 12vw, 68px);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--ice);
  color: var(--ink);
  font-family: 'Geist', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

h1, h2, h3 {
  margin: 0;
  text-wrap: balance;
}

p {
  margin: 0;
}

/* Ambient background — orbits de fundo iguais ao hero do site principal */
body {
  background-image:
    radial-gradient(circle at 82% -6%, #0aadbf1f, transparent 42%),
    radial-gradient(circle at -10% 18%, #32738c17, transparent 40%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Frame — moldura tipo cartão, centralizada, pensada pra abrir a partir do Instagram */
.frame {
  max-width: 460px;
  margin: 0 auto;
  min-height: 100vh;
  background: var(--white);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

@media (min-width: 540px) {
  .frame {
    margin: 32px auto;
    min-height: calc(100vh - 64px);
    border-radius: var(--radius-lg);
  }
}

.inner {
  padding: 0 var(--gutter);
}

/* Header */
.top {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px var(--gutter);
  background: #ffffffe6;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.top img {
  height: 40px;
  width: auto;
}

.top .brand-tag {
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 460;
  padding-left: 10px;
  border-left: 1px solid var(--line);
}

/* Hero */
.hero {
  position: relative;
  padding-top: clamp(36px, 8vw, 52px);
  padding-bottom: 40px;
  overflow: hidden;
}

.hero-orbit {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-orbit-one {
  width: 320px;
  height: 320px;
  top: -180px;
  right: -80px;
  border: 1px solid #0aadbf2e;
  box-shadow: 0 0 0 36px #0aadbf06, 0 0 0 72px #0aadbf05;
}

.hero-orbit-two {
  width: 200px;
  height: 200px;
  bottom: -120px;
  left: -110px;
  border: 1px solid #32738c1f;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--blue-dark);
  font-size: 11px;
  font-weight: 560;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 16px;
  height: 1px;
  background: var(--blue-dark);
}

.hero h1 {
  font-size: clamp(2.05rem, 8vw, 2.6rem);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.hero h1 .accent {
  color: var(--cyan);
}

.hero p.lead {
  margin: 16px 0 26px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 42ch;
}

.actions {
  display: grid;
  gap: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  font-family: inherit;
  font-size: 15px;
  font-weight: 580;
  line-height: 1.15;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s var(--ease-out-expo), box-shadow 0.18s var(--ease-out-expo);
}

.btn:active {
  transform: scale(0.97);
}

.btn-primary {
  background: linear-gradient(112deg, var(--blue-dark), var(--cyan));
  color: var(--white);
  box-shadow: 0 16px 38px #0aadbf33;
}

.btn-primary:hover {
  box-shadow: 0 20px 44px #0aadbf40;
  transform: translateY(-1px);
}

.btn-outline {
  background: var(--white);
  color: var(--blue-dark);
  border-color: var(--line);
}

.btn-outline:hover {
  border-color: var(--blue-dark);
}

.note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 510;
}

.check-dot {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  flex: none;
  border-radius: 50%;
  background: #e9fafb;
  border: 1px solid #8adce1;
  color: var(--blue-dark);
}

.check-dot svg {
  width: 14px;
  height: 14px;
}

/* Trust strip */
.trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.trust div {
  padding: 20px 12px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.trust div:first-child {
  padding-left: var(--gutter);
}

.trust div:last-child {
  padding-right: var(--gutter);
}

.trust div:last-child {
  border-right: none;
}

.trust strong {
  display: block;
  font-size: 0.82rem;
  color: var(--ink);
  font-weight: 580;
  margin-bottom: 2px;
}

.trust span {
  font-size: 0.7rem;
  color: var(--muted);
}

/* Sections */
.section {
  padding-top: clamp(40px, 9vw, 52px);
  padding-bottom: clamp(40px, 9vw, 52px);
  border-top: 1px solid var(--line);
}

.section h2 {
  font-size: 1.35rem;
  font-weight: 540;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 22px;
}

/* Services */
.services {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.services li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  background: var(--ice);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  font-size: 0.92rem;
  color: var(--ink);
  transition: transform 0.2s var(--ease-out-expo), border-color 0.2s;
}

.services li:hover {
  border-color: #8adce1;
  transform: translateY(-2px);
}

.services li i {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--cyan);
  font-style: normal;
}

.services li i svg {
  width: 18px;
  height: 18px;
}

.services strong {
  display: block;
  font-weight: 560;
  margin-bottom: 2px;
}

.services span.desc {
  display: block;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

/* About */
.about-card {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--white), var(--ice));
}

.portrait {
  position: relative;
  flex: none;
  width: 78px;
  height: 78px;
}

.portrait::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: #06bfbf30;
  z-index: 0;
}

.portrait img {
  position: relative;
  z-index: 1;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--white);
}

.about-card strong {
  display: block;
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 580;
}

.about-card p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.quote {
  position: relative;
  margin-top: 16px;
  padding: 24px 24px 22px;
  border-radius: var(--radius-lg);
  background: var(--ink);
  color: #eef4f5;
}

.quote::before {
  content: "\201C";
  position: absolute;
  top: 2px;
  left: 16px;
  font-size: 3rem;
  font-family: Georgia, serif;
  color: var(--turquoise);
  opacity: 0.6;
  line-height: 1;
}

.quote p {
  position: relative;
  padding-left: 18px;
  font-size: 0.94rem;
  font-style: italic;
  font-weight: 410;
  line-height: 1.55;
}

/* Contact */
.contact {
  text-align: center;
}

.contact h2 {
  text-align: left;
}

.contact-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  text-align: left;
}

.contact-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  background: var(--ice);
  border: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 510;
  transition: border-color 0.2s;
}

.contact-list a:hover {
  border-color: #8adce1;
}

.contact-list i {
  display: grid;
  place-items: center;
  flex: none;
  width: 22px;
  color: var(--cyan);
  font-style: normal;
}

.contact-list i svg {
  width: 18px;
  height: 18px;
}

/* Footer */
footer {
  padding: 30px var(--gutter) 100px;
  text-align: center;
  color: var(--muted);
  font-size: 0.72rem;
  border-top: 1px solid var(--line);
}

/* Floating WhatsApp */
.floating-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px 18px;
  border-radius: 999px;
  background: #347b72;
  border: 1px solid #ffffff73;
  color: var(--white);
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 560;
  box-shadow: 0 14px 36px #1948443d;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px) scale(0.94);
  transition: transform 0.24s var(--ease-out-expo), opacity 0.24s, box-shadow 0.18s;
}

.floating-whatsapp.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.floating-whatsapp span {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff24;
}

.floating-whatsapp span svg {
  width: 13px;
  height: 13px;
}

/* Reveal-on-scroll — o conteúdo já nasce visível; o JS só adiciona uma
   entrada sutil quando o suporte existe, com timeout de segurança. */
.js-ready [data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease-out-expo), transform 0.6s var(--ease-out-expo);
}

.js-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .js-ready [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .btn, .services li, .floating-whatsapp {
    transition: none;
  }
}

@media (min-width: 540px) {
  .hero h1 {
    font-size: 2.75rem;
  }
  .actions {
    grid-auto-flow: column;
    grid-template-columns: auto auto;
    justify-content: flex-start;
  }
  .btn {
    padding: 0 28px;
  }
}
