/* ================================================================
   JULIA D'AMARIO — LANDING PAGE (qualificadora)
   Usa os tokens do design system (tokens.css).
================================================================ */
@import url('tokens.css');

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
}
.container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 28px; }

section { padding: var(--s-9) 0; }
section.alt { background: var(--jd-bg-alt); }

/* ---------- Section opener (eyebrow + heading + hairline) ---------- */
.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--t-eyebrow);
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--jd-accent);
}
.hairline { display: block; width: 60px; height: 1px; background: var(--jd-line); border: 0; margin: var(--s-5) 0; }
.center .hairline { margin-left: auto; margin-right: auto; }
.center { text-align: center; }
.lead { color: var(--jd-text-muted); font-size: var(--t-body-lg); max-width: 620px; }
.center .lead,
.gallery-head .lead,
.services-head .lead,
.testi-head .lead,
.dif-head .lead,
.faq-head .lead { margin-left: auto; margin-right: auto; }

/* ================================================================
   HEADER
================================================================ */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 246, 241, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--jd-line);
}
.header-inner {
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 16px 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.logo {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 24px;
  color: var(--jd-primary);
  line-height: 1;
  letter-spacing: -0.01em;
}
.logo .dot { color: var(--jd-accent); }
.nav { display: flex; gap: 28px; align-items: center; }
.nav a {
  font-family: var(--font-body); font-size: 14px; letter-spacing: 0.03em;
  color: var(--jd-text); transition: color var(--dur-base) var(--ease-out);
}
.nav a:hover { color: var(--jd-accent); }

/* ---------- Buttons (local, mirrors tokens) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 600; font-size: 15px;
  letter-spacing: var(--ls-button);
  padding: 17px 38px; border-radius: var(--r-pill);
  border: 1px solid transparent; cursor: pointer;
  transition: transform var(--dur-base) var(--ease-out),
              box-shadow var(--dur-base) var(--ease-out),
              background var(--dur-base) var(--ease-out),
              color var(--dur-base) var(--ease-out);
}
.btn-sm { padding: 12px 24px; font-size: 14px; }
.btn-primary { background: var(--jd-primary); color: var(--jd-bg); box-shadow: var(--shadow-cta); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-cta-h); background: var(--jd-primary-deep); }
.btn-secondary { background: transparent; color: var(--jd-primary); border-color: var(--jd-primary); }
.btn-secondary:hover { background: var(--jd-primary); color: var(--jd-bg); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--jd-primary); padding: 0; font-weight: 600; }
.btn-ghost:hover { color: var(--jd-accent); }
.btn .arr { transition: transform var(--dur-base) var(--ease-out); }
.btn:hover .arr { transform: translateX(3px); }

/* ================================================================
   HERO
================================================================ */
.hero { padding: 72px 0 var(--s-9); }
.hero-grid {
  max-width: var(--container); margin: 0 auto; padding: 0 28px;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center;
}
.hero h1 {
  font-family: var(--font-display); font-weight: 600; color: var(--jd-primary);
  font-size: clamp(2.3rem, 1.4rem + 3.4vw, 3.75rem);
  line-height: 1.1; letter-spacing: -0.015em; margin: 18px 0 24px;
}
.hero p { color: var(--jd-text); max-width: 500px; font-size: var(--t-body-lg); line-height: var(--lh-body); }
.hero-actions { display: flex; gap: 16px; align-items: center; margin-top: 36px; flex-wrap: wrap; }
.hero-photo {
  position: relative; width: 100%; aspect-ratio: 4 / 5;
  border-radius: var(--r-lg); overflow: hidden;
  box-shadow: 0 24px 80px rgba(88,64,47,0.18);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(88,64,47,0.32) 100%);
}
.hero-ring {
  position: absolute; inset: 14px; border: 1.5px solid rgba(201,168,118,0.55);
  border-radius: calc(var(--r-lg) - 6px); pointer-events: none; z-index: 1;
}

/* ================================================================
   MANIFESTO (quote)
================================================================ */
.manifesto { text-align: center; }
.manifesto .container-narrow { position: relative; }
.qmark {
  font-family: var(--font-display); font-style: italic; font-weight: 600;
  font-size: 150px; color: var(--jd-accent); opacity: 0.32;
  line-height: 0.5; display: block; margin-bottom: -10px; user-select: none;
}
.manifesto h2 {
  font-family: var(--font-display); font-weight: 600; color: var(--jd-primary);
  font-size: clamp(1.6rem, 1.1rem + 1.8vw, 2.4rem); line-height: 1.3;
  margin: 8px auto 28px; max-width: 760px;
}
.manifesto p { color: var(--jd-text); font-size: var(--t-body-lg); line-height: var(--lh-body); max-width: 680px; margin: 0 auto 1em; }

/* ================================================================
   GALERIA
================================================================ */
.gallery-head { text-align: center; margin-bottom: 56px; }
.gallery-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.gallery-grid figure {
  margin: 0; aspect-ratio: 3 / 4; overflow: hidden; border-radius: var(--r-md);
  box-shadow: var(--shadow-card); background: var(--jd-champagne);
}
.gallery-grid img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 600ms var(--ease-out);
}
.gallery-grid figure:hover img { transform: scale(1.05); }

/* ================================================================
   COMO FUNCIONA (método)
================================================================ */
.method-head { margin-bottom: 56px; }
.method-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.method-item .num {
  font-family: var(--font-display); font-style: italic; font-size: 64px;
  color: var(--jd-accent); line-height: 1; margin-bottom: 16px;
}
.method-item h3 { font-family: var(--font-display); font-weight: 600; color: var(--jd-primary); font-size: var(--t-h3); margin-bottom: 10px; }
.method-item p { color: var(--jd-text); font-size: var(--t-body); line-height: var(--lh-body); }

/* ================================================================
   SERVIÇOS
================================================================ */
.services-head { text-align: center; margin-bottom: 56px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  background: var(--jd-bg); border-radius: var(--r-lg); padding: 38px 36px;
  box-shadow: var(--shadow-card); display: flex; flex-direction: column;
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
section.alt .service-card { background: var(--jd-bg); }
.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.service-card h3 { font-family: var(--font-display); font-weight: 600; color: var(--jd-primary); font-size: var(--t-h3); margin: 0 0 4px; }
.service-card .desc { color: var(--jd-text); font-size: var(--t-body); line-height: var(--lh-body); margin: 16px 0 28px; }
.service-card .btn-ghost { margin-top: auto; align-self: flex-start; }

/* ================================================================
   SOBRE
================================================================ */
.about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 64px; align-items: center; }
.about-photo { position: relative; aspect-ratio: 4 / 5; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-card); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-photo .hero-ring { inset: 12px; }
.about-text h2 { font-family: var(--font-display); font-weight: 600; color: var(--jd-primary); font-size: var(--t-h2); line-height: 1.2; margin: 8px 0 0; }
.about-text p { color: var(--jd-text); font-size: var(--t-body); line-height: var(--lh-body); }
.signature { font-family: var(--font-display); font-style: italic; font-size: 22px; color: var(--jd-accent); margin-top: 8px; }

/* ================================================================
   DEPOIMENTOS
================================================================ */
.testi-head { text-align: center; margin-bottom: 56px; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card {
  background: var(--jd-bg); border-radius: var(--r-lg); padding: 40px 32px 32px;
  box-shadow: var(--shadow-card); position: relative;
  display: flex; flex-direction: column;
}
.testi-card .who-row { display: flex; align-items: center; gap: 13px; margin-top: auto; padding-top: 8px; }
.testi-card .who-img { width: 54px; height: 54px; border-radius: var(--r-pill); object-fit: cover; border: 1.5px solid var(--jd-accent); flex-shrink: 0; }
.testi-card .tq {
  font-family: var(--font-display); font-style: italic; font-weight: 600;
  font-size: 90px; color: var(--jd-accent); opacity: 0.3; line-height: 0.4;
  display: block; height: 34px;
}
.testi-card p { font-family: var(--font-display); font-style: italic; font-weight: 500; color: var(--jd-primary); font-size: 18px; line-height: 1.6; margin: 0 0 24px; }
.testi-card .who { display: block; font-family: var(--font-body); font-style: normal; font-size: 14.5px; letter-spacing: 0.01em; color: var(--jd-text); font-weight: 600; }
.testi-card .since { display: block; font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--jd-accent); margin-top: 3px; }

/* ================================================================
   CTA BAND
================================================================ */
.cta-band {
  background: linear-gradient(180deg, var(--jd-primary) 0%, var(--jd-primary-deep) 100%);
  color: var(--jd-bg); text-align: center; padding: 112px 28px;
}
.cta-band .eyebrow { color: var(--jd-accent); }
.cta-band h2 { font-family: var(--font-display); font-weight: 600; color: var(--jd-bg); font-size: var(--t-h2); margin: 12px auto 0; max-width: 640px; }
.cta-band .hairline { background: var(--jd-accent); margin: 28px auto; }
.cta-band p { color: rgba(250,246,241,0.82); max-width: 560px; margin: 0 auto 36px; font-size: var(--t-body-lg); line-height: var(--lh-body); }
.cta-band .btn-primary { background: var(--jd-accent); color: var(--jd-primary); }
.cta-band .btn-primary:hover { background: var(--jd-bg); color: var(--jd-primary); }

/* ================================================================
   FOOTER
================================================================ */
.footer { background: var(--jd-bg); border-top: 1px solid var(--jd-line); padding: 64px 28px 32px; }
.footer-inner { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; align-items: flex-start; }
.footer .logo { font-size: 26px; margin-bottom: 14px; }
.footer-bio { color: var(--jd-text-muted); font-size: 14px; line-height: 1.7; max-width: 360px; }
.footer h4 { font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--jd-accent); margin: 0 0 16px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer li { color: var(--jd-text-muted); font-size: 14px; line-height: 1.6; }
.footer a { color: var(--jd-text); font-size: 14px; transition: color var(--dur-base) var(--ease-out); }
.footer a:hover { color: var(--jd-accent); }
.footer-bottom {
  max-width: var(--container); margin: 48px auto 0; padding-top: 24px;
  border-top: 1px solid var(--jd-line); font-size: 12px; color: var(--jd-text-muted);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}

/* ================================================================
   FLOATING WHATSAPP
================================================================ */
.wapp {
  position: fixed; right: 22px; bottom: 22px; z-index: 100;
  width: 60px; height: 60px; border-radius: var(--r-pill);
  background: var(--jd-whatsapp);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 28px rgba(37,211,102,0.34);
  transition: transform var(--dur-base) var(--ease-out);
}
.wapp:hover { transform: translateY(-3px) scale(1.05); }
.wapp svg { width: 34px; height: 34px; }

/* ================================================================
   TRUST STRIP (abaixo do hero)
================================================================ */
.trust-strip { border-top: 1px solid var(--jd-line); border-bottom: 1px solid var(--jd-line); background: var(--jd-bg-alt); }
.trust-strip .container {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 14px 36px; padding-top: 22px; padding-bottom: 22px;
}
.trust-strip .ti {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-size: 13.5px; letter-spacing: 0.02em; color: var(--jd-text);
}
.trust-strip .ti svg { width: 18px; height: 18px; stroke: var(--jd-accent); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.trust-strip .sep { width: 1px; height: 18px; background: var(--jd-line); }

/* ================================================================
   DIFERENCIAIS (por que escolher a Julia)
================================================================ */
.dif-head { text-align: center; margin-bottom: 56px; }
.dif-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.dif-card {
  background: var(--jd-bg); border-radius: var(--r-lg); padding: 34px 28px;
  box-shadow: var(--shadow-card); text-align: left;
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
.dif-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.dif-card .dico {
  width: 48px; height: 48px; border-radius: var(--r-pill);
  background: var(--jd-bg-alt); display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.dif-card .dico svg { width: 24px; height: 24px; stroke: var(--jd-accent); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.dif-card h3 { font-family: var(--font-display); font-weight: 600; color: var(--jd-primary); font-size: 20px; line-height: 1.25; margin: 0 0 10px; }
.dif-card p { color: var(--jd-text-muted); font-size: 14.5px; line-height: 1.6; margin: 0; }

/* ================================================================
   FAQ
================================================================ */
.faq-head { text-align: center; margin-bottom: 48px; }
.faq { max-width: var(--container-narrow); margin: 0 auto; }
.faq details {
  border-bottom: 1px solid var(--jd-line);
  padding: 6px 0;
}
.faq summary {
  list-style: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: baseline; gap: 28px;
  padding: 22px 0;
  font-family: var(--font-display); font-weight: 600; font-size: 21px; line-height: 1.35;
  color: var(--jd-primary);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .plus {
  flex-shrink: 0; font-family: var(--font-body); font-weight: 400; font-size: 24px; line-height: 1;
  color: var(--jd-accent); transition: transform var(--dur-base) var(--ease-out);
}
.faq details[open] summary .plus { transform: rotate(45deg); }
.faq .faq-a { color: var(--jd-text); font-size: 16px; line-height: var(--lh-body); padding: 0 0 24px; max-width: 620px; }
.faq .faq-a p { margin: 0; }

/* ================================================================
   LOCALIZAÇÃO / ATENDIMENTO
================================================================ */
.loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.loc-info h2 { font-family: var(--font-display); font-weight: 600; color: var(--jd-primary); font-size: var(--t-h2); line-height: 1.2; margin: 8px 0 0; }
.loc-list { list-style: none; padding: 0; margin: 24px 0 28px; }
.loc-list li { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--jd-line); align-items: flex-start; }
.loc-list li:last-child { border-bottom: 0; }
.loc-list svg { width: 20px; height: 20px; stroke: var(--jd-accent); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; margin-top: 2px; }
.loc-list .lk { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--jd-accent); display: block; margin-bottom: 3px; }
.loc-list .lv { font-size: 15px; color: var(--jd-text); line-height: 1.5; }
.loc-map {
  aspect-ratio: 4 / 3; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-card);
  position: relative; background: linear-gradient(160deg, var(--jd-champagne), var(--jd-accent));
  display: flex; align-items: center; justify-content: center; text-decoration: none;
}
.loc-map .map-cta {
  position: relative; z-index: 1; text-align: center; color: var(--jd-primary);
}
.loc-map .map-cta svg { width: 40px; height: 40px; stroke: var(--jd-primary); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 10px; }
.loc-map .map-cta span { display: block; font-family: var(--font-body); font-weight: 600; font-size: 14px; letter-spacing: 0.02em; }
.loc-map .map-cta small { display: block; font-size: 12px; color: var(--jd-primary-deep); opacity: 0.8; margin-top: 4px; }
.loc-map iframe { width: 100%; height: 100%; border: 0; display: block; filter: saturate(0.9) contrast(0.98); }

/* Rating (Google) */
.rating { display: inline-flex; align-items: baseline; gap: 8px; margin: 16px 0 0; flex-wrap: wrap; }
.rating .rnum { font-family: var(--font-display); font-weight: 600; font-size: 26px; color: var(--jd-primary); line-height: 1; }
.rating .rstars { display: inline-flex; gap: 1px; transform: translateY(2px); }
.rating .rstars svg { width: 16px; height: 16px; fill: var(--jd-accent); stroke: var(--jd-accent); stroke-width: 1; }
.rating .rtext { font-size: 13.5px; color: var(--jd-text-muted); }
.rating .rtext strong { color: var(--jd-text); font-weight: 600; }
.trust-strip .ti svg.star { fill: var(--jd-accent); stroke: var(--jd-accent); }

/* ================================================================
   SCROLL REVEAL
================================================================ */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ================================================================
   RESPONSIVE
================================================================ */
@media (max-width: 980px) {
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .dif-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 880px) {
  .hero-grid, .about-grid, .loc-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-photo { max-width: 460px; margin: 0 auto; }
  .about-photo { max-width: 420px; margin: 0 auto; order: -1; }
  .method-list, .services-grid, .testi-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  section { padding: var(--s-8) 0; }
  .nav { display: none; }
  .trust-strip .sep { display: none; }
}
@media (max-width: 560px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .dif-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .header .btn { padding: 10px 18px; font-size: 13px; }
  .logo { font-size: 21px; }
  .trust-strip .container { gap: 12px 20px; }
  .faq summary { font-size: 18px; gap: 18px; }
}
