/* ============ Larie'r — Cozinha Personalizada ============ */
:root {
  --vermelho: #E04212;
  --vermelho-escuro: #B83309;
  --laranja: #EC5C10;
  --ambar: #F49B15;
  --verde: #0C4A3C;
  --verde-escuro: #073229;
  --verde-claro: #14614F;
  --creme: #F9E7C2;
  --creme-claro: #FDF6E7;
  --texto: #35322A;
  --branco: #FFFFFF;
  --sombra: 0 12px 40px rgba(12, 74, 60, .12);
  --raio: 20px;
  --z-nav: 50;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 17px;
  color: var(--texto);
  background: var(--creme-claro);
  line-height: 1.7;
  overflow-x: hidden;
}

.container { max-width: 1080px; margin: 0 auto; padding: 0 1.5rem; }
h1, h2, h3, .nav-logo, .footer-logo, .quote-sign { font-family: 'Playfair Display', serif; }

.icon { width: 24px; height: 24px; flex-shrink: 0; }
.icon-sm { width: 18px; height: 18px; }

/* ============ Navbar flutuante ============ */
.nav {
  position: fixed;
  top: 14px; left: 14px; right: 14px;
  z-index: var(--z-nav);
  display: flex; justify-content: center;
  pointer-events: none;
}
.nav-inner {
  pointer-events: auto;
  width: 100%; max-width: 1080px;
  display: flex; align-items: center; justify-content: space-between;
  padding: .6rem 1.4rem;
  border-radius: 999px;
  background: rgba(7, 50, 41, .55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(249, 231, 194, .15);
  transition: background .3s ease, box-shadow .3s ease;
}
.nav.scrolled .nav-inner {
  background: rgba(7, 50, 41, .92);
  box-shadow: 0 8px 30px rgba(0,0,0,.25);
}
.nav-logo { display: flex; align-items: center; text-decoration: none; }
.logo-nav { height: 30px; width: auto; display: block; }
.hero-logo { display: block; height: 84px; width: auto; margin: 0 auto 1.6rem; }
.quote-logo { height: 54px; width: auto; }
.footer-logo-img { height: 56px; width: auto; margin-bottom: 1rem; }
.success-logo { height: 60px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 1.4rem; }
.nav-links a {
  color: var(--creme); text-decoration: none; font-weight: 700; font-size: .95rem;
  transition: color .2s ease;
}
.nav-links a:hover { color: var(--ambar); }
.nav-cta {
  display: inline-flex; align-items: center; gap: .4rem;
  white-space: nowrap;
  background: var(--vermelho); color: #fff !important;
  padding: .55rem 1.2rem; border-radius: 999px;
  transition: background .2s ease, transform .2s ease;
}
.nav-cta:hover { background: var(--laranja); color: #fff !important; transform: translateY(-1px); }
.cta-short { display: none; }

/* ============ Hero ============ */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  background:
    radial-gradient(1200px 600px at 85% -10%, rgba(244, 155, 21, .18), transparent 60%),
    radial-gradient(900px 500px at 10% 110%, rgba(224, 66, 18, .22), transparent 55%),
    linear-gradient(160deg, var(--verde-escuro) 0%, var(--verde) 55%, #0E5644 100%);
  color: var(--creme);
  padding: 8rem 1.5rem 7rem;
  overflow: hidden;
}
.hero-blob {
  position: absolute; border-radius: 50%;
  filter: blur(70px); opacity: .5;
  animation: float 9s ease-in-out infinite alternate;
}
.hero-blob-1 { width: 420px; height: 420px; background: var(--vermelho); top: -140px; right: -100px; }
.hero-blob-2 { width: 360px; height: 360px; background: var(--ambar); bottom: -140px; left: -110px; animation-delay: -4s; }
@keyframes float {
  from { transform: translateY(0) scale(1); }
  to   { transform: translateY(40px) scale(1.08); }
}

.hero-inner { position: relative; max-width: 780px; z-index: 1; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  text-transform: uppercase; letter-spacing: 4px;
  font-size: .78rem; font-weight: 800;
  color: var(--ambar);
  border: 1px solid rgba(244,155,21,.4);
  padding: .45rem 1.1rem; border-radius: 999px;
  margin-bottom: 1.6rem;
  background: rgba(244,155,21,.08);
}
.hero-title {
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  line-height: 1.08;
  font-weight: 700;
  margin-bottom: 1.4rem;
}
.hero-title .line { display: block; overflow: hidden; }
.hero-title .line > span {
  display: inline-block;
  transform: translateY(110%);
  animation: riseUp .9s cubic-bezier(.22,1,.36,1) forwards;
}
.hero-title .line:nth-child(2) > span { animation-delay: .15s; }
.hero-title .accent { color: var(--ambar); font-style: italic; }
@keyframes riseUp { to { transform: translateY(0); } }

.hero-sub {
  max-width: 620px; margin: 0 auto 2.2rem;
  font-size: 1.15rem; color: rgba(249,231,194,.85);
}
.hero-actions { display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2.6rem; }
.hero-badges {
  display: flex; gap: 1.6rem; justify-content: center; flex-wrap: wrap;
  font-size: .9rem; font-weight: 700; color: rgba(249,231,194,.75);
}
.hero-badges span { display: inline-flex; align-items: center; gap: .45rem; }
.hero-badges .icon { color: var(--ambar); }
.hero-wave { position: absolute; bottom: -1px; left: 0; width: 100%; height: 70px; }

/* ============ Botões ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: 1rem 2.2rem;
  border-radius: 999px;
  font-weight: 800; font-size: 1.02rem;
  font-family: 'Nunito Sans', sans-serif;
  text-decoration: none;
  border: none; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn-primary {
  background: linear-gradient(135deg, var(--vermelho), var(--laranja));
  color: #fff;
  box-shadow: 0 10px 26px rgba(224, 66, 18, .38);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(224, 66, 18, .5); }
.btn-primary:active { transform: translateY(-1px); }
.btn-primary .icon { transition: transform .2s ease; }
.btn-primary:hover .icon { transform: translateX(4px); }
.btn-ghost {
  background: transparent; color: var(--creme);
  border: 2px solid rgba(249,231,194,.4);
}
.btn-ghost:hover { border-color: var(--creme); background: rgba(249,231,194,.08); }

/* ============ Marquee ============ */
.marquee {
  background: var(--ambar);
  overflow: hidden;
  padding: .8rem 0;
  white-space: nowrap;
}
.marquee-track {
  display: inline-flex; align-items: center; gap: 2rem;
  animation: scroll 30s linear infinite;
  font-family: 'Playfair Display', serif;
  font-style: italic; font-weight: 600;
  font-size: 1.1rem; color: var(--verde);
  will-change: transform;
}
.marquee-track i { font-style: normal; opacity: .55; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ============ Seções ============ */
.section { padding: 6rem 0; }
.eyebrow {
  text-transform: uppercase; letter-spacing: 4px;
  font-size: .78rem; font-weight: 800; color: var(--laranja);
  margin-bottom: .6rem;
}
.eyebrow-light { color: var(--ambar); }
.section h2 {
  font-size: clamp(2rem, 4.5vw, 2.9rem);
  color: var(--verde);
  line-height: 1.15;
  margin-bottom: 2.4rem;
}
.section h2.light { color: var(--creme); }

/* Steps */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
}
.step-card {
  position: relative;
  background: var(--branco);
  border-radius: var(--raio);
  padding: 2.2rem 2rem 2rem;
  box-shadow: var(--sombra);
  border: 1px solid rgba(12,74,60,.06);
  transition: transform .25s ease, box-shadow .25s ease;
  overflow: hidden;
}
.step-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(12,74,60,.18); }
.step-card-wide { grid-column: 1 / -1; }
.step-num {
  position: absolute; top: 1rem; right: 1.4rem;
  font-family: 'Playfair Display', serif;
  font-size: 3.4rem; font-weight: 800; font-style: italic;
  color: rgba(244,155,21,.18);
  line-height: 1;
}
.step-icon {
  width: 58px; height: 58px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(244,155,21,.16), rgba(224,66,18,.12));
  color: var(--vermelho);
  margin-bottom: 1.2rem;
  transition: transform .25s ease;
}
.step-icon .icon { width: 28px; height: 28px; }
.step-card:hover .step-icon { transform: scale(1.1) rotate(-4deg); }
.step-card h3 { color: var(--verde); font-size: 1.35rem; margin-bottom: .5rem; }
.step-card p { color: #5c594f; font-size: .98rem; }

/* Seção verde — inclui */
.section-green {
  background:
    radial-gradient(800px 400px at 90% 0%, rgba(244,155,21,.1), transparent 60%),
    var(--verde);
}
.includes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.include-card {
  display: flex; flex-direction: column; gap: .9rem;
  background: rgba(249,231,194,.07);
  border: 1px solid rgba(249,231,194,.14);
  border-radius: 16px;
  padding: 1.6rem 1.4rem;
  color: var(--creme);
  font-weight: 700; font-size: .98rem;
  transition: background .25s ease, transform .25s ease, border-color .25s ease;
}
.include-card:hover { background: rgba(249,231,194,.13); transform: translateY(-4px); border-color: rgba(244,155,21,.5); }
.include-card .icon { color: var(--ambar); width: 28px; height: 28px; }

/* Split — conversa + importante */
.split { display: grid; grid-template-columns: 1.2fr 1fr; gap: 3rem; align-items: start; }
.talk-list { list-style: none; margin: 1.2rem 0 1.4rem; }
.talk-list li {
  display: flex; align-items: center; gap: .7rem;
  padding: .5rem 0;
  font-weight: 700; color: var(--verde);
}
.talk-list .icon { color: var(--laranja); background: rgba(244,155,21,.15); border-radius: 50%; padding: 3px; width: 24px; height: 24px; }
.notice-card {
  background: var(--branco);
  border-radius: var(--raio);
  border-top: 6px solid var(--vermelho);
  padding: 1.8rem;
  box-shadow: var(--sombra);
  position: sticky; top: 100px;
}
.notice-card h3 {
  display: flex; align-items: center; gap: .5rem;
  color: var(--vermelho); font-size: 1.25rem; margin-bottom: .8rem;
}
.notice-card .icon { color: var(--ambar); }
.notice-card ul { list-style: none; }
.notice-card li {
  padding: .55rem 0 .55rem 1.4rem;
  position: relative;
  font-size: .95rem;
  border-bottom: 1px dashed rgba(12,74,60,.12);
}
.notice-card li:last-child { border-bottom: none; }
.notice-card li::before { content: ''; position: absolute; left: 0; top: 1.1rem; width: 7px; height: 7px; border-radius: 50%; background: var(--ambar); }

/* Quote */
.quote {
  background: var(--creme);
  text-align: center;
  padding: 5rem 0;
}
.quote p {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.3rem, 3vw, 1.75rem);
  color: var(--verde);
  max-width: 760px;
  margin: 0 auto 1.4rem;
  line-height: 1.5;
}
.quote em { color: var(--vermelho); }
.quote-sign {
  font-size: 2rem; font-style: italic; font-weight: 700;
  color: var(--vermelho);
}

/* ============ Formulário ============ */
.section-form {
  background:
    radial-gradient(900px 500px at 10% 0%, rgba(224,66,18,.15), transparent 55%),
    linear-gradient(180deg, var(--verde-escuro), var(--verde));
}
.container-form { max-width: 820px; }
.form-intro { color: rgba(249,231,194,.85); margin-bottom: 2.4rem; font-size: 1.1rem; }
.hp { display: none; }

.form-progress {
  position: sticky; top: 84px; z-index: 10;
  height: 8px; border-radius: 999px;
  background: rgba(249,231,194,.18);
  margin-bottom: 1.6rem;
  overflow: hidden;
  backdrop-filter: blur(4px);
}
.form-progress-bar {
  height: 100%; width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ambar), var(--vermelho));
  transition: width .3s ease;
}

.ficha fieldset {
  background: var(--branco);
  border: none;
  border-radius: var(--raio);
  padding: 1.8rem;
  margin-bottom: 1.4rem;
  box-shadow: 0 10px 34px rgba(0,0,0,.18);
}
.ficha legend {
  display: flex; align-items: center; gap: .6rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700; font-size: 1.18rem;
  color: var(--creme);
  background: var(--verde);
  padding: .45rem 1.2rem .45rem .55rem;
  border-radius: 999px;
}
.leg-num {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--ambar); color: var(--verde);
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900; font-size: .9rem;
}
.ficha h4 {
  color: var(--laranja);
  margin: 1.4rem 0 .6rem;
  text-transform: uppercase; letter-spacing: 2px;
  font-size: .82rem; font-family: 'Nunito Sans', sans-serif; font-weight: 900;
  display: flex; align-items: center; gap: .6rem;
}
.ficha h4::after { content: ''; flex: 1; height: 1px; background: rgba(236,92,16,.25); }

.ficha label { display: block; font-weight: 800; font-size: .88rem; margin-top: .9rem; color: var(--verde); }
.ficha input[type="text"], .ficha input[type="tel"], .ficha textarea {
  width: 100%;
  padding: .85rem 1rem;
  border: 2px solid #EDE4CE;
  border-radius: 12px;
  font: inherit; font-size: 1rem;
  margin-top: .35rem;
  background: var(--creme-claro);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.ficha input:focus, .ficha textarea:focus {
  outline: none;
  border-color: var(--ambar);
  box-shadow: 0 0 0 4px rgba(244,155,21,.18);
}
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.hint { font-size: .88rem; color: #8a8577; margin: .5rem 0; }

/* Chips */
.chips { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: .7rem; }
.chip { margin: 0 !important; }
.chip input { position: absolute; opacity: 0; }
.chip span {
  display: inline-flex; align-items: center;
  min-height: 44px;
  padding: .5rem 1.15rem;
  border-radius: 999px;
  border: 2px solid rgba(12,74,60,.25);
  color: var(--verde);
  font-weight: 700; font-size: .92rem;
  cursor: pointer;
  user-select: none;
  transition: all .18s cubic-bezier(.34,1.56,.64,1);
}
.chip span:hover { border-color: var(--verde); background: rgba(12,74,60,.05); }
.chip input:checked + span {
  background: var(--verde); border-color: var(--verde); color: var(--creme);
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(12,74,60,.3);
}
.chip input:focus-visible + span { outline: 3px solid var(--ambar); outline-offset: 2px; }
.chips-lg span { font-size: 1.05rem; padding: .6rem 1.5rem; }

/* Tri-state */
.tri-legend { display: flex; gap: .6rem; flex-wrap: wrap; margin: .8rem 0 .4rem; }
.tag {
  display: inline-flex; align-items: center; gap: .35rem;
  font-weight: 800; padding: .3rem .8rem; border-radius: 999px; font-size: .82rem;
}
.tag svg { width: 14px; height: 14px; }
.tag-g { background: #DFF3E4; color: #1D7A3A; }
.tag-t { background: #F1EEE2; color: #6b6b60; }
.tag-n { background: #FBE3DB; color: var(--vermelho); }

.tri-group { border-radius: 14px; overflow: hidden; border: 1px solid #F0E8D5; }
.tri-row {
  display: flex; align-items: center; justify-content: space-between; gap: .75rem;
  padding: .55rem .9rem;
  background: var(--creme-claro);
  transition: background .2s ease;
}
.tri-row:nth-child(even) { background: #FBF1DC; }
.tri-row:hover { background: #F7EBCE; }
.tri-name { font-weight: 700; font-size: .95rem; }
.tri-opts { display: flex; gap: .4rem; }
.tri-opts label { margin: 0 !important; }
.tri-opts input { position: absolute; opacity: 0; }
.tri-opts span {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 40px;
  border-radius: 10px;
  border: 2px solid #E8DFC8;
  background: #fff;
  cursor: pointer;
  color: #B9B29E;
  transition: all .18s cubic-bezier(.34,1.56,.64,1);
}
.tri-opts svg { width: 18px; height: 18px; }
.tri-opts span:hover { border-color: var(--verde); color: var(--verde); }
.tri-opts input:focus-visible + span { outline: 3px solid var(--ambar); outline-offset: 1px; }
.tri-opts input[value="Gosto"]:checked + span { background: #1D7A3A; border-color: #1D7A3A; color: #fff; transform: scale(1.08); }
.tri-opts input[value="Tanto faz"]:checked + span { background: #8B8574; border-color: #8B8574; color: #fff; }
.tri-opts input[value="Não gosto"]:checked + span { background: var(--vermelho); border-color: var(--vermelho); color: #fff; transform: scale(1.08); }

.btn-submit { width: 100%; font-size: 1.2rem; padding: 1.25rem; margin-top: .6rem; }
.btn-submit:disabled { opacity: .6; cursor: wait; transform: none; }
.form-note { text-align: center; color: rgba(249,231,194,.7); font-size: .9rem; margin-top: 1rem; }

/* ============ Footer ============ */
.footer {
  background: var(--verde-escuro);
  color: rgba(249,231,194,.8);
  text-align: center;
  padding: 3.5rem 0;
}
.footer-logo {
  display: block;
  font-size: 2.4rem; font-weight: 700; font-style: italic;
  color: var(--creme);
  margin-bottom: .4rem;
}

/* ============ Página de sucesso ============ */
.success-page {
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  background:
    radial-gradient(900px 500px at 80% 10%, rgba(244,155,21,.15), transparent 55%),
    linear-gradient(160deg, var(--verde-escuro), var(--verde));
  text-align: center; padding: 2rem;
}
.success-card {
  background: var(--branco);
  border-radius: 24px;
  padding: 3.2rem 2.8rem;
  max-width: 540px;
  box-shadow: 0 24px 70px rgba(0,0,0,.35);
  animation: popIn .6s cubic-bezier(.22,1,.36,1);
}
@keyframes popIn { from { opacity: 0; transform: translateY(24px) scale(.96); } }
.success-card .brand {
  font-family: 'Playfair Display', serif;
  color: var(--vermelho); font-size: 2.6rem; font-style: italic; font-weight: 700;
}
.success-card h1 { color: var(--verde); margin: 1rem 0; font-size: 1.7rem; font-family: 'Playfair Display', serif; }
.success-card .btn { margin-top: 1.6rem; }

/* ============ Finger Food ============ */
.ff-hero { min-height: 88vh; }
.ff-hero-grid {
  position: relative; z-index: 1;
  max-width: 1080px; width: 100%;
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 3rem; align-items: center;
  text-align: left;
}
.ff-hero-text .hero-sub { margin-left: 0; }
.ff-hero-text .hero-actions { justify-content: flex-start; }

.ff-fan { position: relative; height: 460px; }
.ff-fan-img {
  position: absolute;
  width: 240px; aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 18px;
  border: 6px solid var(--creme-claro);
  box-shadow: 0 24px 60px rgba(0,0,0,.4);
  animation: fanFloat 7s ease-in-out infinite alternate;
}
.ff-fan-1 { top: 8%; left: 0; transform: rotate(-8deg); z-index: 1; }
.ff-fan-2 { top: 0; left: 32%; transform: rotate(3deg); z-index: 2; animation-delay: -2.5s; }
.ff-fan-3 { top: 14%; left: 60%; transform: rotate(10deg); z-index: 1; animation-delay: -5s; }
@keyframes fanFloat { to { translate: 0 -16px; } }

.ff-video-card {
  position: relative;
  border-radius: var(--raio);
  overflow: hidden;
  box-shadow: var(--sombra);
  transform: rotate(2deg);
  transition: transform .3s ease;
}
.ff-video-card:hover { transform: rotate(0deg) scale(1.02); }
.ff-video-card video { display: block; width: 100%; height: auto; }
.ff-video-tag {
  position: absolute; bottom: 14px; left: 14px;
  background: rgba(7,50,41,.85);
  color: var(--creme);
  font-weight: 800; font-size: .82rem;
  padding: .4rem .95rem; border-radius: 999px;
  backdrop-filter: blur(6px);
}

/* Galeria masonry */
.gallery { columns: 3 260px; column-gap: 1.1rem; margin-top: 1.5rem; }
.g-item {
  break-inside: avoid;
  margin: 0 0 1.1rem;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(12,74,60,.14);
  position: relative;
}
.g-item img, .g-item video {
  display: block; width: 100%; height: auto;
  transition: transform .5s cubic-bezier(.22,1,.36,1), filter .3s ease;
}
.g-item img { cursor: zoom-in; }
.g-item:hover img, .g-item:hover video { transform: scale(1.06); }
.g-item::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(7,50,41,.35));
  opacity: 0; transition: opacity .3s ease;
  pointer-events: none;
}
.g-item:hover::after { opacity: 1; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(7, 50, 41, .93);
  backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  padding: 2rem;
  animation: lbIn .25s ease;
}
.lightbox[hidden] { display: none; }
@keyframes lbIn { from { opacity: 0; } }
.lightbox img {
  max-width: 100%; max-height: 92vh;
  border-radius: 14px;
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
  animation: lbImgIn .3s cubic-bezier(.22,1,.36,1);
}
@keyframes lbImgIn { from { opacity: 0; transform: scale(.94); } }
.lightbox-close {
  position: absolute; top: 18px; right: 24px;
  background: none; border: none; cursor: pointer;
  color: var(--creme); font-size: 3rem; line-height: 1;
  transition: transform .2s ease, color .2s ease;
}
.lightbox-close:hover { color: var(--ambar); transform: scale(1.15); }

.ff-cta { padding: 6rem 0; }

@media (max-width: 860px) {
  .ff-hero-grid { grid-template-columns: 1fr; text-align: center; }
  .ff-hero-text .hero-actions { justify-content: center; }
  .ff-fan { height: 340px; max-width: 420px; margin: 0 auto; width: 100%; }
  .ff-fan-img { width: 46%; }
  .ff-fan-3 { left: 54%; }
  .gallery { columns: 2 160px; }
}

/* ============ Sobre Mim ============ */
.sobre-photo { position: relative; max-width: 400px; margin: 0 auto; }
.sobre-photo::before {
  content: '';
  position: absolute; inset: -14px;
  border-radius: 46% 54% 52% 48% / 48% 46% 54% 52%;
  background: linear-gradient(135deg, var(--ambar), var(--vermelho));
  opacity: .85;
  animation: blobMorph 9s ease-in-out infinite alternate;
}
.sobre-photo img {
  position: relative;
  display: block; width: 100%; height: auto;
  aspect-ratio: 4 / 5; object-fit: cover;
  border-radius: 44% 56% 50% 50% / 50% 44% 56% 50%;
  border: 6px solid var(--creme-claro);
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
  animation: blobMorph 9s ease-in-out infinite alternate;
}
@keyframes blobMorph {
  from { border-radius: 44% 56% 50% 50% / 50% 44% 56% 50%; }
  to   { border-radius: 56% 44% 46% 54% / 46% 56% 44% 54%; }
}

.story { max-width: 760px; }
.story p { font-size: 1.08rem; margin-bottom: 1.3rem; }
.story-highlight {
  font-family: 'Playfair Display', serif;
  font-style: italic; font-weight: 600;
  font-size: 1.5rem !important;
  color: var(--vermelho);
  border-left: 4px solid var(--ambar);
  padding-left: 1.2rem;
  margin: 2rem 0 !important;
}
.story-light { color: rgba(249,231,194,.9); }
.story-light strong { color: var(--ambar); }

/* ============ WhatsApp ============ */
.whatsapp-fab {
  position: fixed;
  bottom: 22px; right: 22px;
  z-index: 40;
  width: 60px; height: 60px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #25D366;
  color: #fff;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .45);
  transition: transform .2s ease, box-shadow .2s ease;
  animation: waPulse 2.4s ease-in-out infinite;
}
.whatsapp-fab svg { width: 32px; height: 32px; }
.whatsapp-fab:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 32px rgba(37, 211, 102, .6);
  animation: none;
}
@keyframes waPulse {
  0%, 100% { box-shadow: 0 8px 24px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,.4); }
  50% { box-shadow: 0 8px 24px rgba(37,211,102,.45), 0 0 0 14px rgba(37,211,102,0); }
}
@media (max-width: 600px) {
  .whatsapp-fab { width: 54px; height: 54px; bottom: 16px; right: 16px; }
  .whatsapp-fab svg { width: 28px; height: 28px; }
}

/* ============ Scroll reveal ============ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1);
}
.reveal.visible { opacity: 1; transform: none; }
.d2 { transition-delay: .1s; }
.d3 { transition-delay: .2s; }
.d4 { transition-delay: .3s; }
.d5 { transition-delay: .4s; }
.d6 { transition-delay: .5s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-title .line > span { transform: none; }
}

/* ============ Responsivo ============ */
@media (max-width: 860px) {
  .steps-grid { grid-template-columns: 1fr; }
  .includes-grid { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; }
  .notice-card { position: static; }
}
@media (max-width: 600px) {
  .section { padding: 4rem 0; }
  .nav-links a:not(.nav-cta):not(.nav-page) { display: none; }
  .nav-links { gap: .7rem; }
  .nav-page { font-size: .82rem; white-space: nowrap; }
  .nav-inner { padding: .5rem .6rem .5rem 1.1rem; }
  .nav-logo { font-size: 1.35rem; }
  .nav-cta { padding: .5rem .9rem; font-size: .82rem; }
  .nav-cta .icon { display: none; }
  .cta-long { display: none; }
  .cta-short { display: inline; }
  .includes-grid { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding: 7.5rem 1.25rem 6rem; }
  .ficha fieldset { padding: 1.3rem 1.1rem; }
  .ficha legend {
    align-items: flex-start;
    border-radius: 18px;
    padding: .55rem 1rem .55rem .55rem;
    font-size: 1.02rem;
    line-height: 1.35;
  }
  .leg-num { width: 26px; height: 26px; font-size: .78rem; margin-top: 1px; }
  .tri-row { flex-direction: column; align-items: flex-start; gap: .4rem; padding: .7rem .9rem; }
  .form-progress { top: 76px; }
}
