:root {
  --paper: #fbf6ed;
  --paper-2: #f4eadb;
  --paper-3: #fffdfa;
  --ink: #29221d;
  --muted: #756a60;
  --gold: #b8832f;
  --gold-dark: #8b5e1d;
  --gold-light: #e8c67c;
  --rose: #9d605c;
  --line: rgba(130, 91, 35, .22);
  --shadow: 0 24px 65px rgba(69, 48, 27, .13);
  --radius: 28px;
  --brand-serif: "Bodoni MT", Didot, "Baskerville", "Times New Roman", serif;
  --body-serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 7%, rgba(224, 190, 125, .18), transparent 24rem),
    linear-gradient(180deg, #fffdfa 0%, var(--paper) 48%, #f7efe4 100%);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
button, input, textarea, select { font: inherit; }
a { color: inherit; }
img, video { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.is-hidden { display: none !important; }
.section-pad { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }

.entry-gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  overflow: hidden;
  background: #f8f1e6;
  transition: opacity .55s ease, visibility .55s ease;
}
.entry-gate.leaving { opacity: 0; visibility: hidden; pointer-events: none; }
.entry-heart {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: #f8f1e6;
  cursor: pointer;
  overflow: hidden;
}
.entry-picture,
.entry-cover {
  display: block;
  width: 100%;
  height: 100%;
}
.entry-cover {
  object-fit: cover;
  object-position: center;
  transition: transform .45s ease, filter .45s ease;
}
.entry-heart:hover .entry-cover { transform: scale(1.012); filter: brightness(1.015); }
.entry-mobile-logo { display: none; }
.entry-heart:focus-visible { outline: 3px solid #b78335; outline-offset: -8px; }

.entry-enter {
  position: absolute;
  left: 50%;
  top: clamp(24px, 5vh, 54px);
  transform: translateX(-50%);
  z-index: 3;
  width: max-content;
  max-width: calc(100% - 32px);
  padding: 10px 20px;
  border: 1px solid rgba(151,111,55,.22);
  border-radius: 999px;
  background: rgba(255,253,247,.82);
  backdrop-filter: blur(6px);
  color: #7b5829;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  box-shadow: 0 8px 22px rgba(91,63,28,.08);
}
.entry-slogan {
  position: absolute;
  left: 50%;
  bottom: clamp(28px, 5vh, 64px);
  transform: translateX(-50%);
  z-index: 2;
  width: min(90vw, 760px);
  padding: 10px 18px;
  text-align: center;
  color: #6f4d28;
  font-family: var(--body-serif);
  font-style: italic;
  font-size: clamp(1rem, 2.2vw, 1.45rem);
  line-height: 1.35;
  letter-spacing: .01em;
  text-shadow: 0 1px 0 rgba(255,255,255,.9), 0 4px 20px rgba(79,52,21,.16);
  pointer-events: none;
}

.site-shell { min-height: 100vh; overflow: clip; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 68px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 10px max(24px, calc((100vw - 1180px) / 2));
  background: rgba(255, 253, 248, .91);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(134, 92, 35, .13);
}
.top-brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; text-decoration: none; }
.top-brand img { width: 42px; height: 35px; object-fit: contain; }
.top-brand span, .brand-signature span, .footer-brand strong {
  font-family: var(--brand-serif);
  font-weight: 500;
  letter-spacing: -.025em;
}
.top-brand span { font-size: 1.45rem; color: var(--gold-dark); }
.top-nav { display: flex; gap: 28px; align-items: center; justify-self: end; }
.top-nav a { text-decoration: none; font-size: .88rem; color: #51483f; }
.top-nav a:hover { color: var(--gold-dark); }
.top-cta {
  justify-self: end;
  text-decoration: none;
  border: 1px solid rgba(155, 106, 38, .42);
  padding: 10px 16px;
  border-radius: 999px;
  color: #6f4a18;
  background: linear-gradient(180deg, #fffaf0, #f2dfb9);
  font-weight: 700;
  font-size: .84rem;
}

.video-hero {
  position: relative;
  min-height: clamp(390px, 36vw, 560px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #eadcc8;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.78) sepia(.08) contrast(.92) brightness(1.06);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(249, 241, 226, .48), rgba(255, 250, 240, .69) 35%, rgba(255, 250, 240, .69) 65%, rgba(249, 241, 226, .48)),
    linear-gradient(180deg, rgba(255, 251, 241, .28), rgba(232, 211, 177, .30)),
    radial-gradient(circle at center, rgba(255, 252, 243, .86) 0%, rgba(255, 249, 236, .54) 32%, rgba(247, 235, 213, .18) 64%);
}
.hero-center {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 38px));
  text-align: center;
  color: #6d4a23;
  text-shadow: 0 1px 0 rgba(255,255,255,.82), 0 6px 24px rgba(94, 60, 23, .10);
  display: grid;
  justify-items: center;
  gap: 14px;
}
.hero-center::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -54px -90px;
  background: radial-gradient(ellipse at center, rgba(255, 251, 242, .72), rgba(255, 248, 234, .24) 52%, transparent 74%);
  pointer-events: none;
}
.hero-logo-lockup {
  display: grid;
  justify-items: center;
  width: min(680px, calc(100vw - 48px));
  overflow: visible;
}
.hero-brand-mark {
  display: block;
  width: clamp(82px, 9vw, 118px);
  height: auto;
  margin-bottom: 4px;
  object-fit: contain;
  filter: drop-shadow(0 6px 18px rgba(109, 72, 26, .18));
}
.hero-brand-name {
  width: 100%;
  margin: 0;
  padding: 0 .18em .04em;
  overflow: visible;
  white-space: nowrap;
  font-family: var(--brand-serif);
  font-size: clamp(2.55rem, 6.1vw, 4.8rem);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -.045em;
  color: #b98633;
}
.domain-word { margin-top: 10px; font-size: .82rem; letter-spacing: .18em; text-transform: lowercase; opacity: .94; }
.hero-slogan {
  max-width: 620px;
  margin: 3px 0 0;
  font-family: var(--body-serif);
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  line-height: 1.55;
  font-style: italic;
  color: #6d5031;
}
.sound-toggle {
  position: absolute;
  right: clamp(18px, 4vw, 60px);
  bottom: 28px;
  z-index: 4;
  border: 1px solid rgba(126, 84, 28, .30);
  background: rgba(255, 250, 240, .72);
  backdrop-filter: blur(10px);
  color: #704b1d;
  border-radius: 999px;
  padding: 9px 13px;
  cursor: pointer;
}
.sound-toggle[aria-pressed="true"] { background: rgba(216, 180, 112, .88); }

.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #d9b163, #a97223);
  color: #21170a;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(116, 75, 19, .26);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}
.primary-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(116, 75, 19, .31); }
.primary-btn:disabled { opacity: .6; cursor: wait; transform: none; }
.secondary-btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 20px;
  border: 1px solid rgba(145, 98, 34, .28); border-radius: 999px; background: #fffaf1; color: #704b1d;
  text-decoration: none; font-weight: 800; cursor: pointer;
}
.secondary-btn:hover { background: #fff4df; }
.hero-btn { min-width: 205px; background: linear-gradient(135deg, #fff7e7, #e3c07b); color: #6a4618; border: 1px solid rgba(139, 92, 30, .32); }

.brand-intro {
  padding-top: 64px;
  padding-bottom: 28px;
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 14px;
}
.brand-signature { display: inline-flex; align-items: center; gap: 13px; color: var(--gold-dark); }
.brand-signature img { width: 58px; height: 45px; object-fit: contain; }
.brand-signature span { font-size: 2.2rem; }
.brand-intro p { max-width: 820px; margin: 0; color: var(--muted); line-height: 1.8; font-family: var(--body-serif); font-size: 1.05rem; }

.brand-intro-banner {
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  line-height: 0;
  margin-bottom: 8px;
  transition: transform .2s ease, filter .2s ease;
}
.brand-intro-banner:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 12px 18px rgba(83, 52, 17, .16));
}
.brand-intro-banner img {
  display: block;
  width: clamp(210px, 28vw, 364px);
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(83, 52, 17, .14));
}

.section-heading { text-align: center; max-width: 760px; margin: 0 auto 32px; }
.section-heading.compact { margin-bottom: 24px; }
.eyebrow { display: block; color: var(--gold-dark); text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: .72rem; margin-bottom: 9px; }
.section-heading h2, .privacy-panel h2, .create-title-inner h2 {
  font-family: var(--brand-serif);
  font-weight: 400;
  color: #5e3f1e;
  letter-spacing: -.035em;
}
.section-heading h2 { font-size: clamp(2.25rem, 5vw, 4.4rem); margin: 0 0 9px; line-height: .95; }
.section-heading p { margin: 0; color: var(--muted); line-height: 1.65; }

.services { padding-top: 60px; padding-bottom: 72px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card {
  position: relative;
  display: grid;
  text-align: left;
  gap: 11px;
  min-height: 272px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 253, 249, .88);
  color: var(--ink);
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(64, 44, 24, .06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.service-card:hover { transform: translateY(-3px); box-shadow: 0 17px 40px rgba(64, 44, 24, .1); }
.service-card.active { border-color: #b78030; box-shadow: inset 0 0 0 1px #c49750, 0 17px 45px rgba(119, 77, 22, .12); }
.service-card.active::after { content: "Selecionado"; position: absolute; right: 16px; top: 15px; color: #75501b; background: #f4dfb3; border-radius: 999px; padding: 5px 9px; font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.service-duration { color: var(--gold-dark); text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 800; }
.service-card strong { font-family: var(--brand-serif); font-size: 2rem; font-weight: 500; color: #553b22; line-height: 1; max-width: 85%; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.55; font-size: .91rem; }
.service-slogan { margin: 0; color: #8a642d; font-family: var(--body-serif); font-size: .92rem; line-height: 1.45; font-style: italic; }
.service-card small { color: #8a7b6d; }


.demo-section { padding-top: 28px; padding-bottom: 72px; }
.demo-heading { margin-bottom: 26px; }
.demo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.demo-card { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,253,249,.94); box-shadow: 0 16px 42px rgba(64,44,24,.08); }
.demo-media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #1f1a15; }
.demo-media video { width: 100%; height: 100%; display: block; object-fit: cover; }
.demo-tag { position: absolute; left: 16px; top: 16px; z-index: 3; padding: 7px 10px; border-radius: 999px; background: rgba(255,248,234,.92); color: #6f4a1e; font-size: .69rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 6px 18px rgba(0,0,0,.12); }
.demo-cta { display: flex; align-items: center; justify-content: center; width: min(calc(100% - 44px), 520px); min-height: 52px; margin: 16px auto 2px; padding: 10px 20px; border: 1px solid rgba(126,84,28,.28); border-radius: 999px; background: linear-gradient(180deg, rgba(255,253,247,.98), rgba(247,239,225,.98)); color: #68461d; font-weight: 900; font-size: .86rem; cursor: pointer; box-shadow: 0 9px 24px rgba(47,30,12,.12); transition: transform .18s ease, box-shadow .18s ease; }
.demo-cta:hover { transform: translateY(-2px); box-shadow: 0 13px 28px rgba(47,30,12,.18); }
.demo-copy { display: grid; gap: 8px; padding: 20px 22px 23px; }
.demo-copy strong { color: #64451f; font-family: var(--body-serif); font-style: italic; font-size: 1.06rem; line-height: 1.45; font-weight: 600; }
.demo-copy span { color: var(--muted); font-size: .9rem; line-height: 1.55; }

.how { padding-top: 36px; padding-bottom: 72px; }
.ornament-panel, .create-title-frame {
  position: relative;
  border: 1px solid rgba(141, 96, 31, .36);
  background: rgba(255,253,248,.8);
  box-shadow: var(--shadow);
}
.ornament-panel { padding: clamp(34px, 6vw, 65px); border-radius: var(--radius); }
.ornament-panel::before, .create-title-frame::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(171, 127, 64, .36);
  border-radius: inherit;
  pointer-events: none;
}
.ornament-panel::after, .create-title-frame::after {
  content: "❦";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--gold-dark);
  background: var(--paper);
  padding: 0 13px;
  font-size: 1.8rem;
}
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.steps-grid article { padding: 20px; border-left: 1px solid var(--line); }
.steps-grid article:first-child { border-left: 0; }
.steps-grid article > span { display: block; font-family: var(--brand-serif); color: #c59a55; font-size: 2.3rem; line-height: 1; }
.steps-grid h3 { font-family: var(--brand-serif); font-size: 1.6rem; margin: 10px 0 6px; color: #5b4023; font-weight: 500; }
.steps-grid p { margin: 0; color: var(--muted); line-height: 1.55; font-size: .9rem; }

.create-section { padding-top: 50px; padding-bottom: 80px; }
.create-title-frame { border-radius: 38px; max-width: 900px; margin: 0 auto 30px; padding: 13px; background-image: linear-gradient(135deg, rgba(255,254,250,.94), rgba(244,231,207,.88)); }
.create-title-inner { position: relative; z-index: 1; padding: 35px 24px; text-align: center; display: grid; justify-items: center; }
.create-title-inner img { width: 74px; height: 55px; object-fit: contain; }
.create-title-inner h2 { margin: 1px 0 8px; font-size: clamp(3.1rem, 7vw, 6.2rem); line-height: .86; }
.cta-counter { margin: 10px 0 0; font-size: .84rem; color: #7b6d60; }

.tribute-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.form-card {
  border: 1px solid rgba(133, 95, 46, .18);
  background: rgba(255, 254, 251, .88);
  box-shadow: 0 12px 34px rgba(64, 42, 23, .055);
  border-radius: 22px;
  padding: 22px;
}
.form-card.full, .checkout-bar.full { grid-column: 1 / -1; }
.form-card-head { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 17px; }
.form-card-head > span { flex: 0 0 auto; display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: #f2dfba; color: #845b20; font-weight: 900; font-size: .78rem; }
.form-card-head h3 { margin: 1px 0 4px; font-family: var(--brand-serif); color: #5d4020; font-size: 1.65rem; font-weight: 500; }
.form-card-head p { margin: 0; color: var(--muted); line-height: 1.5; font-size: .86rem; }

.dropzone {
  position: relative;
  min-height: 168px;
  border: 1px dashed rgba(138, 93, 34, .48);
  border-radius: 18px;
  background: rgba(247, 237, 220, .48);
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
  padding: 20px;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.dropzone:hover, .dropzone.dragover { background: #f5e7cb; border-color: var(--gold-dark); transform: translateY(-1px); }
.dropzone input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.drop-icon { font-family: var(--brand-serif); font-size: 2rem; color: var(--gold-dark); line-height: 1; }
.dropzone strong { margin-top: 5px; }
.dropzone small { margin-top: 5px; color: var(--muted); }
.file-name { margin-top: 9px; color: #6b4617; font-weight: 800; word-break: break-word; }
.media-preview { margin-top: 12px; border-radius: 16px; overflow: hidden; background: #16120e; }
.media-preview img, .media-preview video { display: block; width: 100%; max-height: 360px; object-fit: contain; }
.audio-preview { width: 100%; margin-top: 12px; }
.micro-note { margin-top: 12px; padding: 11px 13px; background: #f7f0e5; border-radius: 12px; color: #74685c; line-height: 1.5; font-size: .8rem; }

.soft-check, .term-check { position: relative; display: flex; align-items: flex-start; gap: 11px; cursor: pointer; }
.soft-check { margin-top: 14px; padding: 13px; border: 1px solid rgba(132, 91, 33, .12); border-radius: 14px; }
.soft-check input, .term-check input { position: absolute; opacity: 0; }
.soft-check > span, .term-check > span { flex: 0 0 auto; width: 20px; height: 20px; border: 1.5px solid #a9854e; border-radius: 6px; margin-top: 1px; background: #fff; }
.soft-check input:checked + span, .term-check input:checked + span { background: #b8893e; box-shadow: inset 0 0 0 4px #fff4de; }
.soft-check strong { display: block; font-size: .85rem; }
.soft-check small { display: block; color: var(--muted); line-height: 1.45; margin-top: 3px; }
.soft-check:has(input:disabled) { opacity: .47; cursor: not-allowed; }

.field-label { display: block; margin: 8px 0 7px; font-weight: 800; font-size: .82rem; color: #5f5043; }
textarea, input[type="text"], input[type="tel"], input:not([type]), select, #customTheme, #personName {
  width: 100%;
  border: 1px solid rgba(126, 91, 46, .24);
  background: #fffefa;
  color: var(--ink);
  border-radius: 13px;
  padding: 13px 14px;
  outline: none;
}
textarea { width: 100%; resize: vertical; min-height: 108px; border: 1px solid rgba(126, 91, 46, .24); background: #fffefa; color: var(--ink); border-radius: 13px; padding: 13px 14px; outline: none; }
textarea:focus, input:focus, select:focus { border-color: #a6732d; box-shadow: 0 0 0 3px rgba(177, 128, 58, .13); }
.counter { text-align: right; margin-top: 5px; color: #8f8173; font-size: .75rem; }

.delivery-card { background: linear-gradient(180deg, rgba(255,254,251,.96), rgba(250,243,231,.92)); }

.field-hint { display: block; color: var(--muted); line-height: 1.45; font-size: .78rem; margin-top: 3px; }
.share-delivery-note { margin-bottom: 16px; padding: 15px 16px; border-radius: 16px; background: rgba(212,170,97,.11); border: 1px solid rgba(156,107,35,.16); }
.share-delivery-note strong { display: block; color: #62431d; margin-bottom: 4px; }
.share-delivery-note p { margin: 0; color: var(--muted); line-height: 1.55; font-size: .86rem; }
.optional-label { color: var(--muted); font-weight: 500; }
.theme-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.theme-chip { border: 1px solid rgba(136, 97, 44, .22); background: #fffdfa; border-radius: 999px; padding: 9px 12px; cursor: pointer; color: #5f5348; font-size: .8rem; }
.theme-chip.active { color: #633f11; border-color: #b57b2d; background: #f2dfb9; }
.custom-label { margin-top: 15px; }
.mode-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 17px; }
.mode-choice label { position: relative; cursor: pointer; }
.mode-choice input { position: absolute; opacity: 0; }
.mode-choice span { display: block; min-height: 84px; border: 1px solid rgba(127, 88, 36, .18); border-radius: 14px; padding: 13px; background: #fffefa; }
.mode-choice input:checked + span { border-color: #b17b30; box-shadow: inset 0 0 0 1px #c79c58; background: #fbf3e3; }
.mode-choice strong, .mode-choice small { display: block; }
.mode-choice small { color: var(--muted); margin-top: 4px; line-height: 1.42; }

.term-check { padding: 5px 0; }
.term-check p { margin: 0; color: #665a50; line-height: 1.55; font-size: .84rem; }
.term-check a { color: #76501d; font-weight: 800; }
.form-error { margin-top: 14px; padding: 12px 14px; border-radius: 12px; background: #fff0ed; color: #872f28; border: 1px solid #e7b2ad; font-size: .85rem; }

.checkout-bar {
  position: sticky;
  bottom: 14px;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 14px 16px 14px 20px;
  border: 1px solid rgba(132, 91, 34, .28);
  background: rgba(255, 252, 245, .94);
  backdrop-filter: blur(18px);
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(54, 38, 22, .17);
}
.checkout-bar > div { display: grid; gap: 1px; }
.checkout-bar span { color: #66574a; font-size: .8rem; }
.checkout-bar strong { font-size: 1.5rem; color: #5f411a; }
.checkout-bar small { color: #84786d; font-size: .7rem; }
.submit-btn { min-width: 180px; }
.service-choice-create { display: block; }
.service-choice-create select {
  width: 100%; min-height: 52px; padding: 0 44px 0 16px; border: 1px solid var(--line);
  border-radius: 15px; background: #fffdf8; color: #513a22; font: 700 .92rem/1.2 var(--sans);
  cursor: pointer;
}

.memories { padding-top: 58px; padding-bottom: 75px; }
.carousel-shell { position: relative; }
.memory-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 29%);
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 9px 3px 18px;
  outline: none;
}
.memory-carousel::-webkit-scrollbar { display: none; }
.memory-carousel figure { margin: 0; aspect-ratio: 4 / 3; border-radius: 18px; overflow: hidden; scroll-snap-align: start; border: 3px solid #fffaf0; box-shadow: 0 7px 20px rgba(63,42,20,.16); background: #eadbc8; }
.memory-carousel img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.memory-carousel figure:hover img { transform: scale(1.025); }
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(128, 88, 32, .28);
  border-radius: 50%;
  background: rgba(255, 250, 240, .92);
  box-shadow: 0 9px 25px rgba(67,45,20,.15);
  color: #79501a;
  font-size: 1.7rem;
  cursor: pointer;
}
.carousel-btn.prev { left: -16px; }
.carousel-btn.next { right: -16px; }
.carousel-dots { display: flex; justify-content: center; gap: 6px; min-height: 12px; }
.carousel-dots span { width: 6px; height: 6px; border-radius: 50%; background: #c9b89f; transition: width .2s ease, background .2s ease; }
.carousel-dots span.active { width: 18px; border-radius: 999px; background: #ad7a31; }

.privacy-section { padding-bottom: 75px; }
.privacy-panel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: clamp(24px, 5vw, 50px);
  border-radius: 28px;
  background: #201c18;
  color: #f8efe2;
  box-shadow: var(--shadow);
}
.privacy-symbol { font-family: var(--brand-serif); font-size: 3.7rem; color: #e6c174; }
.privacy-panel h2 { color: #f5dfb3; margin: 0 0 8px; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; }
.privacy-panel p { color: #cabfb2; margin: 0; line-height: 1.6; max-width: 760px; }
.text-link { color: #e4c277; font-weight: 800; text-decoration: none; white-space: nowrap; }

.footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 35px max(24px, calc((100vw - 1180px) / 2));
  color: #807366;
  border-top: 1px solid rgba(123, 85, 35, .15);
  background: #f2e7d8;
  font-size: .75rem;
}
.footer-brand { display: flex; align-items: center; gap: 11px; color: #5d3d17; }
.footer-brand img { width: 46px; height: 38px; object-fit: contain; }
.footer-brand div { display: grid; }
.footer-brand strong { font-size: 1.3rem; }
.footer-brand span { font-size: .66rem; color: #8b7459; }
.footer p { margin: 0; line-height: 1.5; max-width: 580px; }
.footer nav { display: flex; gap: 13px; }
.footer nav a { text-decoration: none; }
.footer nav a:hover { color: #674413; }

.status-overlay { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 22px; background: rgba(24, 18, 13, .7); backdrop-filter: blur(9px); }
.status-card { position: relative; width: min(610px, 100%); max-height: 92dvh; overflow-y: auto; background: #fffaf2; border-radius: 26px; padding: 38px; box-shadow: 0 30px 80px rgba(0,0,0,.3); text-align: center; }
.status-card > img { width: 72px; height: 55px; object-fit: contain; }
.status-card h2 { font-family: var(--brand-serif); font-size: 2.5rem; font-weight: 500; color: #5d411f; margin: 6px 0 8px; line-height: 1; }
.status-card p { color: var(--muted); line-height: 1.55; }
.close-status { position: absolute; right: 15px; top: 13px; border: 0; background: transparent; font-size: 1.6rem; color: #786d62; cursor: pointer; }
.progress-track { height: 8px; border-radius: 999px; overflow: hidden; background: #e7d9c4; margin: 20px 0 9px; }
.progress-track span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #d4aa61, #9c6b23); transition: width .4s ease; }
#progressLabel { display: block; color: #725328; font-size: .8rem; }
.ready-actions { display: grid; justify-items: center; gap: 9px; margin: 18px 0 4px; padding: 16px; border-radius: 18px; background: rgba(212,170,97,.12); border: 1px solid rgba(156,107,35,.18); }
.ready-actions small { color: var(--muted); }
.ready-actions .primary-btn, .ready-actions .secondary-btn { width: min(100%, 390px); }
.share-status { max-width: 470px; line-height: 1.45; }
.ready-download { word-break: break-word; }
.status-memory { display: grid; gap: 10px; margin: 18px 0 4px; }
.status-memory > strong { color: #6c4a20; font-family: var(--body-serif); font-size: .94rem; font-style: italic; font-weight: 600; }
.status-memory-frame { width: 100%; overflow: hidden; border-radius: 18px; border: 3px solid #fff6e8; background: #e9ddcb; box-shadow: 0 9px 24px rgba(62,41,19,.14); }
.status-memory-track { display: flex; width: 100%; transform: translateX(0); transition: transform .65s cubic-bezier(.22,.61,.36,1); }
.status-memory-track img { flex: 0 0 100%; width: 100%; aspect-ratio: 16 / 7; object-fit: cover; object-position: center; display: block; }
.ready-copy-link { min-height: 42px; padding: 9px 16px; border-radius: 999px; }

@media (max-width: 900px) {
  .demo-grid { grid-template-columns: 1fr; }
  .topbar { grid-template-columns: 1fr auto; padding-inline: 18px; }
  .top-nav { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 205px; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid article:nth-child(3) { border-left: 0; }
  .memory-carousel { grid-auto-columns: minmax(240px, 48%); }
  .privacy-panel { grid-template-columns: auto 1fr; }
  .privacy-panel .text-link { grid-column: 2; }
  .footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-brand { justify-content: center; }
}

@media (max-width: 660px) {
  .entry-gate { min-height: 100dvh; background: radial-gradient(circle at 50% 46%, #fffaf0 0%, #f8f1e6 54%, #eee2d1 100%); }
  .entry-heart { display: block; min-height: 100dvh; background: transparent; overflow: hidden; }
  .entry-picture { display: none; }
  .entry-mobile-logo {
    display: block;
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
    width: min(92vw, 460px);
    max-height: 42dvh;
    object-fit: contain;
    filter: drop-shadow(0 8px 22px rgba(109,72,26,.08));
    pointer-events: none;
  }
  .entry-enter {
    top: max(24px, calc(env(safe-area-inset-top) + 12px));
    padding: 10px 18px;
    font-size: .72rem;
    letter-spacing: .14em;
    background: rgba(69,61,47,.94);
    color: #e9c98f;
    border-color: rgba(255,255,255,.08);
    box-shadow: 0 8px 22px rgba(62,45,24,.12);
  }
  .entry-slogan {
    bottom: max(24px, calc(env(safe-area-inset-bottom) + 12px));
    width: calc(100% - 36px);
    max-width: 520px;
    padding: 14px 18px;
    font-size: clamp(1rem, 5vw, 1.28rem);
    line-height: 1.22;
    background: rgba(69,61,47,.94);
    color: #f0cf95;
    border-radius: 28px;
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 28px rgba(62,45,24,.14);
  }
  .brand-intro-banner img { width: min(70vw, 294px); }
  .section-pad { width: min(100% - 26px, 1180px); }
  .topbar { min-height: 60px; }
  .top-brand img { width: 35px; height: 29px; }
  .top-brand span { font-size: 1.12rem; }
  .top-cta { font-size: .74rem; padding: 9px 11px; }
  .video-hero { min-height: 500px; }
  .hero-brand-name { font-size: clamp(2.2rem, 11.4vw, 3.25rem); letter-spacing: -.04em; padding-inline: .22em; }
  .hero-brand-mark { width: clamp(72px, 20vw, 96px); }
  .domain-word { font-size: .7rem; letter-spacing: .12em; }
  .hero-slogan { font-size: 1rem; max-width: 340px; }
  .sound-toggle { right: 14px; bottom: 16px; }
  .sound-toggle span { display: none; }
  .brand-intro { padding-top: 45px; }
  .brand-signature span { font-size: 1.75rem; }
  .services { padding-top: 45px; padding-bottom: 48px; }
  .demo-section { padding-top: 18px; padding-bottom: 50px; }
  .demo-card { border-radius: 22px; }
  .demo-cta { width: calc(100% - 28px); min-height: 48px; margin-top: 12px; font-size: .8rem; padding: 9px 14px; }
  .demo-tag { left: 12px; top: 12px; }
  .demo-copy { padding: 17px 16px 19px; }
  .section-heading { margin-bottom: 24px; }
  .section-heading h2 { font-size: 2.7rem; }
  .how { padding-bottom: 52px; }
  .ornament-panel { padding: 31px 17px 20px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { border-left: 0; border-top: 1px solid var(--line); padding: 17px 6px; }
  .steps-grid article:first-child { border-top: 0; }
  .create-section { padding-top: 30px; }
  .create-title-frame { border-radius: 26px; }
  .create-title-inner { padding: 26px 12px; }
  .create-title-inner h2 { font-size: 3.7rem; }
  .tribute-form { grid-template-columns: 1fr; }
  .form-card.full, .checkout-bar.full { grid-column: auto; }
  .service-choice-create { display: block; }
  .mode-choice { grid-template-columns: 1fr; }
      .checkout-bar { bottom: 8px; padding: 11px 11px 11px 14px; }
  .checkout-bar strong { font-size: 1.18rem; }
  .checkout-bar span { font-size: .7rem; }
  .checkout-bar small { display: none; }
  .submit-btn { min-width: 125px; padding-inline: 15px; font-size: .82rem; }
  .memory-carousel { grid-auto-columns: 82%; }
  .carousel-btn { width: 38px; height: 38px; }
  .carousel-btn.prev { left: -8px; }
  .carousel-btn.next { right: -8px; }
  .privacy-panel { grid-template-columns: 1fr; text-align: center; justify-items: center; gap: 14px; }
  .privacy-panel .text-link { grid-column: auto; }
  .footer nav { flex-wrap: wrap; justify-content: center; }
  .status-card { padding: 32px 20px 25px; }
  .status-memory-track img { aspect-ratio: 16 / 8.5; }
  .status-memory-frame { border-radius: 14px; }
}


@media (max-width: 660px) {
  .hero-center { gap: 12px; }
  .hero-center::before { inset: -38px -28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Páginas auxiliares */
.legal-page {
  width: min(780px, calc(100% - 34px));
  margin: 0 auto;
  padding: 58px 0 80px;
  font-family: var(--body-serif);
  color: #4e4338;
}
.legal-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--gold-dark); margin-bottom: 35px; }
.legal-brand img { width: 55px; height: 44px; object-fit: contain; }
.legal-brand span { font-family: var(--brand-serif); font-size: 1.8rem; }
.legal-page h1 { margin: 0 0 18px; font-family: var(--brand-serif); font-size: clamp(3rem, 8vw, 5rem); font-weight: 400; color: #5e401c; line-height: .95; }
.legal-page h2 { margin: 34px 0 8px; font-family: var(--brand-serif); font-weight: 500; color: #68491f; font-size: 1.8rem; }
.legal-page p { line-height: 1.75; }
.legal-page a { color: #76501d; }
.notice { padding: 18px 20px; border: 1px solid rgba(133, 92, 35, .2); border-radius: 16px; background: #fffaf0; }
.legal-back { margin-top: 48px; }
.receive-page { min-height: 100vh; display: grid; align-content: center; text-align: center; justify-items: center; max-width: 680px; }
.receive-page .legal-brand { justify-self: center; }
.receive-page h1 { margin-bottom: 12px; }
.status-heart img { width: 88px; height: 68px; object-fit: contain; }
.progress-shell { width: 100%; height: 9px; border-radius: 999px; background: #e4d6c1; overflow: hidden; margin: 22px 0 8px; }
.progress-bar { height: 100%; width: 0; background: linear-gradient(90deg, #d4aa61, #9c6b23); transition: width .4s ease; }
.receive-label { font-family: var(--sans); font-size: .78rem; color: #725328; }
.receive-page .form-error { font-family: var(--sans); margin-top: 20px; }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.create-title-image { width: min(720px, 92%); height: auto; margin: 4px auto 8px; }
@media (max-width: 660px) {
  .create-title-image { width: 100%; }
}

/* LANDING MOBILE V2 - composição própria para celular */
@media (max-width: 660px) {
  html { color-scheme: light; }
  .entry-gate {
    min-height: 100dvh !important;
    background: #f7f2e8 !important;
    overflow: hidden !important;
  }
  .entry-heart {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
    background:
      radial-gradient(circle at 50% 43%, rgba(255,255,255,.98) 0%, rgba(250,246,238,.98) 48%, rgba(239,229,214,.98) 100%) !important;
  }
  .entry-picture { display: none !important; }
  .entry-mobile-logo {
    display: block !important;
    position: absolute !important;
    left: 50% !important;
    top: 48% !important;
    transform: translate(-50%, -50%) !important;
    width: min(94vw, 430px) !important;
    max-width: none !important;
    max-height: none !important;
    height: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 8px 18px rgba(113,77,29,.08)) !important;
    pointer-events: none !important;
  }
  .entry-enter {
    top: max(22px, calc(env(safe-area-inset-top) + 14px)) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    max-width: calc(100% - 44px) !important;
    padding: 11px 22px !important;
    border-radius: 999px !important;
    background: rgba(88,72,50,.94) !important;
    color: #f0d19b !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    box-shadow: 0 8px 22px rgba(75,53,25,.13) !important;
    font-size: .76rem !important;
    letter-spacing: .15em !important;
    white-space: nowrap !important;
  }
  .entry-slogan {
    left: 50% !important;
    bottom: max(28px, calc(env(safe-area-inset-bottom) + 22px)) !important;
    transform: translateX(-50%) !important;
    width: calc(100% - 54px) !important;
    max-width: 430px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    color: #7b5b34 !important;
    font-size: clamp(1.02rem, 4.8vw, 1.3rem) !important;
    line-height: 1.3 !important;
    font-style: italic !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.75) !important;
  }
}

@media (max-width: 380px) {
  .entry-mobile-logo { width: 98vw !important; top: 47% !important; }
  .entry-slogan { width: calc(100% - 40px) !important; font-size: 1rem !important; }
  .entry-enter { font-size: .7rem !important; padding: 10px 18px !important; }
}


.service-card:disabled { opacity: .42; cursor: not-allowed; filter: grayscale(.35); }
.service-card:disabled:hover { transform: none; }


/* Diagnóstico técnico temporário para o modo pessoal */
.technical-panel{margin-top:14px;width:100%;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(10,8,9,.88);overflow:hidden;text-align:left}
.technical-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.1);font-size:.82rem}
.technical-copy{border:1px solid rgba(212,169,90,.55);border-radius:999px;background:transparent;color:#e4c17e;padding:7px 11px;font:inherit;cursor:pointer}
.technical-copy:hover{background:rgba(212,169,90,.12)}
#technicalLog{margin:0;padding:12px;max-height:220px;overflow:auto;white-space:pre-wrap;word-break:break-word;color:#bde8c5;background:#090b09;font:500 .72rem/1.45 ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace}
@media (max-width:640px){#technicalLog{max-height:180px;font-size:.68rem}.technical-panel-head{align-items:flex-start;flex-direction:column}.technical-copy{align-self:flex-end}}

/* V1.7: demos clicáveis + comparação de restauração */
.demo-media-clickable { cursor: pointer; }
.demo-play-overlay {
  position: absolute; inset: 0; z-index: 2; border: 0; padding: 24px;
  display: grid; place-content: center; justify-items: center; gap: 12px;
  color: #fff; background: linear-gradient(180deg, rgba(20,16,12,.12), rgba(20,16,12,.48));
  cursor: pointer; text-align: center;
}
.demo-play-overlay strong { max-width: 310px; font-size: 1rem; line-height: 1.35; text-shadow: 0 2px 12px rgba(0,0,0,.55); }
.demo-play-icon {
  display: grid; place-items: center; width: 66px; height: 66px; border-radius: 50%;
  padding-left: 5px; background: rgba(255,248,234,.92); color: #6c491f;
  box-shadow: 0 12px 32px rgba(0,0,0,.3); font-size: 1.35rem;
}
.demo-play-overlay.is-hidden { display: none; }

.restore-showcase {
  display: grid; grid-template-columns: minmax(240px,.72fr) minmax(0,1.6fr); gap: 26px;
  margin-top: 28px; padding: 26px; border: 1px solid var(--line); border-radius: 30px;
  background: rgba(255,253,249,.96); box-shadow: 0 16px 42px rgba(64,44,24,.08);
}
.restore-showcase-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.restore-showcase-copy h3 { margin: 7px 0 11px; color: #553b22; font-family: var(--brand-serif); font-size: clamp(1.8rem,3vw,2.6rem); font-weight: 500; line-height: 1.05; }
.restore-showcase-copy p { margin: 0; color: var(--muted); line-height: 1.6; }
.restore-price { margin-top: 17px; color: #69481e; font-family: var(--brand-serif); font-size: 2rem; }
.restore-cta { width: 100%; margin: 14px 0 0; }
.restore-before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: stretch; }
.restore-before-after figure { margin: 0; position: relative; }
.restore-image-wrap { height: 100%; min-height: 310px; border-radius: 22px; overflow: hidden; background: #e7dfd1; box-shadow: inset 0 0 0 1px rgba(80,55,25,.08); }
.restore-image-wrap img { width: 100%; height: 100%; display: block; object-fit: cover; }
.restore-before-after figcaption { position: absolute; left: 14px; bottom: 14px; padding: 7px 12px; border-radius: 999px; background: rgba(255,250,241,.94); color: #69481e; font-weight: 900; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 5px 16px rgba(0,0,0,.13); }

@media (max-width: 760px) {
  .restore-showcase { grid-template-columns: 1fr; padding: 18px; border-radius: 22px; }
  .restore-before-after { gap: 9px; }
  .restore-image-wrap { min-height: 190px; border-radius: 15px; }
  .restore-before-after figcaption { left: 8px; bottom: 8px; padding: 5px 8px; font-size: .64rem; }
  .demo-play-icon { width: 56px; height: 56px; }
  .demo-play-overlay strong { font-size: .9rem; }
}


/* V1.8.5 — result-first marketing refinement */
.result-first { background: linear-gradient(180deg, rgba(255,250,242,.76), rgba(247,237,220,.58)); }
.result-choice-grid { display: grid; gap: 24px; max-width: 1180px; margin: 38px auto 0; }
.result-choice { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(320px,.88fr); overflow: hidden; border: 1px solid rgba(117,81,36,.16); border-radius: 28px; background: rgba(255,253,248,.94); box-shadow: 0 18px 50px rgba(63,43,22,.09); }
.result-choice:nth-child(even) .result-media { order: 2; }
.result-choice:nth-child(even) .result-copy { order: 1; }
.result-media { position: relative; min-height: 320px; background: #d8c6aa; overflow: hidden; }
.result-media > video, .result-media > img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; display: block; }
.result-play { position: absolute; left: 24px; bottom: 24px; width: 58px; height: 58px; border: 0; border-radius: 50%; background: rgba(255,250,242,.94); color: #765324; font-size: 1.35rem; box-shadow: 0 8px 22px rgba(0,0,0,.2); cursor: pointer; }
.result-badge { position: absolute; top: 20px; left: 20px; padding: 8px 12px; border-radius: 999px; background: rgba(37,27,17,.76); color: #fff8ed; font: 800 .72rem/1 var(--sans); letter-spacing: .04em; }
.result-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 14px; padding: clamp(30px,5vw,62px); }
.result-copy h3 { margin: 0; font-family: var(--brand-serif); font-size: clamp(2rem,4vw,3.2rem); line-height: .98; font-weight: 500; color: #51391f; }
.result-copy p { margin: 0; color: var(--muted); line-height: 1.65; }
.result-cta { margin-top: 8px; }
.restore-result-media { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.restore-result-media figure { position: relative; margin: 0; min-width: 0; }
.restore-result-media img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; display: block; }
.restore-result-media figcaption { position: absolute; left: 12px; bottom: 12px; padding: 7px 10px; border-radius: 999px; background: rgba(37,27,17,.72); color: white; font: 800 .7rem/1 var(--sans); }

.service-choice-create { padding: clamp(24px,4vw,42px); }
.create-service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 20px; }
.create-service { min-width: 0; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; text-align: left; padding: 16px; border-radius: 18px; border: 1px solid rgba(122,87,43,.18); background: #fffdf9; color: #51391f; cursor: pointer; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.create-service:hover { transform: translateY(-2px); border-color: rgba(143,98,37,.35); box-shadow: 0 8px 22px rgba(72,45,18,.08); }
.create-service.active { background: linear-gradient(180deg,#fff8e9,#f8ecd6); border-color: #b68136; box-shadow: 0 0 0 2px rgba(182,129,54,.12), 0 9px 24px rgba(72,45,18,.09); }
.create-service-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #f1e2c7; color: #79551f; font-size: 1.1rem; }
.create-service > span:nth-child(2) { display: grid; gap: 4px; min-width: 0; }
.create-service strong { font: 800 .9rem/1.15 var(--sans); color: #4d3820; }
.create-service small { color: #8b7b69; font-size: .72rem; }
.create-service b { white-space: nowrap; font: 900 1rem/1 var(--sans); color: #6d4c1d; }
.create-result-hint { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 18px; margin-top: 18px; padding: 12px; border-radius: 18px; background: rgba(239,225,199,.48); }
.create-result-hint img { width: 150px; aspect-ratio: 16/9; object-fit: cover; border-radius: 12px; }
.create-result-hint div { display: grid; gap: 3px; }
.create-result-hint span { font: 800 .65rem/1 var(--sans); text-transform: uppercase; letter-spacing: .13em; color: #947042; }
.create-result-hint strong { font-family: var(--body-serif); color: #51391f; font-size: 1.12rem; }
.create-result-hint small { color: #7e7061; line-height: 1.4; }

.status-overlay { background: rgba(20,15,11,.78); }
.status-card { width: min(720px,100%); }
.status-memory { margin-top: 20px; }
.status-memory-frame { border-width: 5px; border-color: #fff8ed; box-shadow: 0 14px 36px rgba(44,29,14,.18); }
.status-memory-track img { aspect-ratio: 16/8.2; }
#statusWorkMessage { display: block; padding: 3px 12px; font-size: 1rem; }
.technical-panel { margin-top: 18px; }

@media (max-width: 850px) {
  .result-choice { grid-template-columns: 1fr; }
  .result-choice:nth-child(even) .result-media, .result-choice:nth-child(even) .result-copy { order: initial; }
  .result-media, .result-media > video, .result-media > img, .restore-result-media img { min-height: 230px; }
  .result-copy { padding: 28px 22px 32px; }
  .create-service-grid { grid-template-columns: 1fr; }
  .create-service { grid-template-columns: 40px 1fr auto; }
}
@media (max-width: 560px) {
  .result-choice { border-radius: 20px; }
  .result-media, .result-media > video, .result-media > img, .restore-result-media img { min-height: 205px; }
  .result-copy h3 { font-size: 2.2rem; }
  .create-result-hint { grid-template-columns: 105px 1fr; gap: 12px; }
  .create-result-hint img { width: 105px; }
  .status-card { padding: 28px 14px 22px; }
  .status-memory-track img { aspect-ratio: 16/9; }
}

/* V1.8.6 — preço visível na vitrine de resultados */
.result-title-row { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:4px; }
.result-title-row .eyebrow { margin:0; }
.result-price { flex:0 0 auto; display:inline-flex; align-items:center; justify-content:center; min-height:36px; padding:7px 12px; border:1px solid rgba(151,111,47,.28); border-radius:999px; background:linear-gradient(180deg,#fffaf1,#f8edd9); color:#684719; box-shadow:0 5px 16px rgba(88,59,25,.08); font:800 .95rem/1 var(--sans); white-space:nowrap; }
@media (max-width: 520px) { .result-title-row { align-items:flex-start; } .result-price { min-height:32px; padding:6px 10px; font-size:.88rem; } }

/* V1.8.7 — seletor de homenagem pessoa/PET e página PET */
.homage-path-grid {
  width: min(1120px, 100%);
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.homage-path-grid > .homage-path-card:only-child {
  width: min(760px, 100%);
  justify-self: center;
  grid-column: 1 / -1;
}
.homage-path-card {
  position: relative;
  display: block;
  overflow: visible;
  border-radius: 24px;
  border: 0;
  background: transparent;
  box-shadow: none;
  transition: transform .18s ease, filter .18s ease;
}
.homage-path-card:hover {
  transform: translateY(-3px);
}
.homage-path-card.active {
  box-shadow: none;
}
.homage-path-card img {
  display: block;
  width: 100%;
  aspect-ratio: 781 / 564;
  object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(72, 45, 18, .14));
}
.homage-path-card:hover img,
.homage-path-card.active img {
  filter: drop-shadow(0 18px 34px rgba(72, 45, 18, .18));
}
.homage-path-card > span {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255, 249, 236, .92);
  border: 1px solid rgba(127, 83, 25, .20);
  color: #67471f;
  font: 800 .72rem/1 var(--sans);
  letter-spacing: .03em;
  box-shadow: 0 7px 18px rgba(49, 30, 11, .12);
}
.pet-page .homage-path-card.pet-selected::after {
  content: "PET selecionado";
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(115, 80, 29, .92);
  color: #fff8e8;
  font: 800 .66rem/1 var(--sans);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.pet-page .pet-result-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.pet-page .pet-service-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-radius: 24px;
}
.pet-page .pet-service-card:nth-child(even) .result-media,
.pet-page .pet-service-card:nth-child(even) .result-copy { order: initial; }
.pet-page .pet-result-media {
  min-height: 0;
  aspect-ratio: 16/9;
}
.pet-page .pet-result-media img,
.pet-page .pet-result-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pet-page .pet-result-media video {
  background: #1d1208;
}
.pet-page .pet-service-card .result-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}
.pet-page .pet-service-card .result-copy h3 { font-size: clamp(1.45rem, 2.3vw, 2rem); }
.pet-page .pet-service-card .result-copy p { flex: 1; }
.pet-page .pet-service-card.active {
  border-color: rgba(177, 124, 46, .43);
  box-shadow: 0 0 0 2px rgba(183, 129, 49, .08), 0 22px 54px rgba(63, 43, 22, .12);
}
.pet-demo-note {
  max-width: 780px;
  margin: 18px auto 0;
  text-align: center;
  color: var(--muted);
  font-size: .78rem;
}
@media (max-width: 900px) {
  .pet-page .pet-result-grid { grid-template-columns: 1fr; }
  .pet-page .pet-service-card { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
  .pet-page .pet-service-card .result-media { min-height: 100%; aspect-ratio: auto; }
}
@media (max-width: 680px) {
  .homage-path-grid { grid-template-columns: 1fr; gap: 12px; margin-bottom: 22px; }
  .homage-path-card { border-radius: 20px; }
  .homage-path-card img { aspect-ratio: 781 / 520; }
  .homage-path-card > span { bottom: 10px; font-size: .68rem; }
  .pet-page .pet-service-card { display: flex; }
  .pet-page .pet-result-media { aspect-ratio: 16/9; }
}


/* V1.8.10 — mídia PET responsiva: corrige altura mobile e preserva conteúdo importante */
.pet-page .pet-result-media {
  min-height: 0;
  aspect-ratio: 16 / 9;
  background: #1d1711;
}
.pet-page .pet-result-media > img,
.pet-page .pet-result-media > video {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  display: block;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 900px) and (min-width: 681px) {
  .pet-page .pet-service-card .pet-result-media {
    min-height: 0;
    height: 100%;
    aspect-ratio: auto;
  }
}

@media (max-width: 680px) {
  .pet-page .pet-service-card .pet-result-media {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .pet-page .pet-result-media > img,
  .pet-page .pet-result-media > video {
    min-height: 0;
    height: 100%;
    object-fit: contain;
  }
  .pet-page .pet-service-card .result-copy {
    padding: 20px 18px 22px;
  }
}


/* V1.8.11 - prova emocional antes do formulario */
.pre-create-memories {
  padding-top: 42px;
  padding-bottom: 34px;
  background: linear-gradient(180deg, rgba(249,243,232,.18), rgba(245,235,218,.46));
}
.pre-create-memories .section-heading { margin-bottom: 16px; }
.pre-create-memories .memory-carousel { grid-auto-columns: minmax(180px, 22%); }
.pre-create-memories + .create-section { padding-top: 42px; }
@media (max-width: 720px) {
  .pre-create-memories { padding-top: 30px; padding-bottom: 24px; }
  .pre-create-memories .section-heading { margin-bottom: 10px; }
  .pre-create-memories .section-heading p { max-width: 34rem; }
  .pre-create-memories .memory-carousel { grid-auto-columns: 46%; gap: 9px; padding-bottom: 12px; }
  .pre-create-memories .memory-carousel figure { border-radius: 14px; border-width: 2px; }
  .pre-create-memories .carousel-btn { display: none; }
  .pre-create-memories + .create-section { padding-top: 28px; }
}

/* V1.9.0 — premium skin: clareza, espaço, acessibilidade e identidade própria */
:root {
  --paper: #f5f5f7;
  --paper-2: #ececf0;
  --paper-3: #ffffff;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --gold: #b88431;
  --gold-dark: #805b20;
  --gold-light: #e6c785;
  --line: rgba(29, 29, 31, .10);
  --shadow: 0 18px 55px rgba(0, 0, 0, .08);
  --radius: 32px;
  --brand-serif: Georgia, "Times New Roman", serif;
  --body-serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif;
}

html { scroll-padding-top: 82px; }
body {
  color: var(--ink);
  background: #f5f5f7;
  font-family: var(--sans);
  letter-spacing: -.01em;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% -10%, rgba(214, 177, 105, .14), transparent 34rem),
    radial-gradient(circle at 100% 26%, rgba(129, 156, 184, .10), transparent 32rem);
}
.section-pad { width: min(1200px, calc(100% - 48px)); }

.topbar {
  grid-template-columns: 1fr auto auto;
  min-height: 66px;
  padding-block: 8px;
  background: rgba(250, 250, 252, .82);
  border-color: rgba(29, 29, 31, .08);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  backdrop-filter: saturate(180%) blur(24px);
}
@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .topbar, .hero-brand-card, .sound-toggle, .status-card { background: rgba(250, 250, 252, .97); }
}
.top-brand { min-height: 44px; }
.top-brand img { width: 36px; height: 32px; }
.top-brand span {
  color: #2c2318;
  font-size: 1.15rem;
  letter-spacing: -.035em;
}
.top-nav { gap: 24px; }
.top-nav a {
  color: #3a3a3c;
  font-size: .82rem;
  font-weight: 600;
}
.top-nav a:hover { color: #000; }
.top-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: #1d1d1f;
  color: #fff;
  font-size: .8rem;
  font-weight: 750;
  box-shadow: none;
}
.top-cta:hover { background: #000; }

.video-hero.premium-hero {
  width: min(1600px, calc(100% - 24px));
  min-height: clamp(610px, 72vh, 790px);
  margin: 12px auto 0;
  border-radius: 34px;
  isolation: isolate;
  background: #1c1c1e;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .14);
}
.premium-hero .hero-video {
  filter: saturate(.72) contrast(1.04) brightness(.58);
  transform: scale(1.01);
}
.premium-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(10, 10, 12, .90) 0%, rgba(10, 10, 12, .68) 46%, rgba(10, 10, 12, .18) 78%, rgba(10, 10, 12, .34) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .38));
}
.premium-hero .hero-center {
  width: min(1180px, calc(100% - 80px));
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .55fr);
  align-items: center;
  justify-items: stretch;
  gap: clamp(36px, 7vw, 96px);
  text-align: left;
  color: #fff;
  text-shadow: none;
}
.premium-hero .hero-center::before { display: none; }
.hero-copy { display: grid; justify-items: start; gap: 20px; }
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .86);
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.premium-hero .hero-brand-name {
  width: min(760px, 100%);
  padding: 0;
  white-space: normal;
  color: #fff;
  font-family: var(--sans);
  font-size: clamp(3.6rem, 7.5vw, 7rem);
  font-weight: 760;
  line-height: .92;
  letter-spacing: -.075em;
}
.premium-hero .hero-slogan {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-family: var(--sans);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -.02em;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.hero-actions .primary-btn,
.hero-actions .secondary-btn {
  min-height: 50px;
  padding-inline: 22px;
  border-radius: 999px;
  font-size: .9rem;
}
.hero-actions .hero-btn {
  min-width: 0;
  border: 0;
  background: #fff;
  color: #1d1d1f;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .20);
}
.hero-actions .hero-btn:hover { background: #f2f2f4; }
.hero-actions .hero-secondary {
  border-color: rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .10);
  color: #fff;
}
.hero-actions .hero-secondary:hover { background: rgba(255, 255, 255, .17); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 9px 18px; color: rgba(255, 255, 255, .66); font-size: .76rem; }
.hero-proof span { position: relative; padding-left: 15px; }
.hero-proof span::before { content: "✓"; position: absolute; left: 0; color: #e4c47f; font-weight: 900; }
.hero-brand-card {
  align-self: center;
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 34px 28px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 28px;
  background: rgba(255, 255, 255, .10);
  color: #fff;
  text-align: center;
  -webkit-backdrop-filter: blur(22px) saturate(130%);
  backdrop-filter: blur(22px) saturate(130%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
}
.hero-brand-card .hero-brand-mark { width: 82px; margin: 0; filter: drop-shadow(0 8px 24px rgba(0, 0, 0, .28)); }
.hero-brand-card strong { font-family: var(--brand-serif); font-size: 1.75rem; font-weight: 500; letter-spacing: -.04em; }
.hero-brand-card .domain-word { margin: 0; color: #e4c47f; font-size: .68rem; letter-spacing: .15em; }
.hero-brand-card p { margin: 4px 0 0; color: rgba(255, 255, 255, .68); font-size: .82rem; line-height: 1.55; }
.premium-hero .sound-toggle {
  right: 24px;
  bottom: 22px;
  min-height: 44px;
  padding: 0 14px;
  border-color: rgba(255, 255, 255, .20);
  background: rgba(24, 24, 27, .48);
  color: #fff;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.premium-hero .sound-toggle[aria-pressed="true"] { background: rgba(255, 255, 255, .88); color: #1d1d1f; }

.brand-intro {
  padding-top: 100px;
  padding-bottom: 74px;
  gap: 30px;
}
.intro-heading { max-width: 820px; }
.section-heading h2,
.privacy-panel h2,
.create-title-inner h2 {
  color: #1d1d1f;
  font-family: var(--sans);
  font-weight: 750;
  letter-spacing: -.06em;
}
.section-heading h2 { font-size: clamp(2.5rem, 5.2vw, 5.2rem); line-height: .98; }
.section-heading p { color: var(--muted); font-size: 1rem; line-height: 1.6; }
.eyebrow { color: #8a6327; letter-spacing: .12em; }
.homage-path-grid { gap: 20px; margin: 0 auto; }
.homage-path-card {
  overflow: hidden;
  border: 1px solid rgba(29, 29, 31, .08);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(0, 0, 0, .07);
}
.homage-path-card img {
  aspect-ratio: 781 / 564;
  object-fit: cover;
  filter: none;
  transition: transform .35s ease;
}
.homage-path-card:hover img,
.homage-path-card.active img { filter: none; transform: scale(1.012); }
.homage-path-card > span {
  bottom: 18px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding-inline: 16px;
  border-color: rgba(29, 29, 31, .10);
  background: rgba(255, 255, 255, .88);
  color: #1d1d1f;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  font-size: .76rem;
}
.care-note {
  width: min(860px, 100%);
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid rgba(29, 29, 31, .08);
  border-radius: 22px;
  background: rgba(255, 255, 255, .72);
  text-align: left;
}
.care-symbol { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; background: #f0e4cd; color: #805b20; font-size: 1.55rem; }
.care-note strong { display: block; margin-bottom: 4px; color: #242426; font-size: .95rem; }
.care-note p { margin: 0; color: var(--muted); font-family: var(--sans); font-size: .84rem; line-height: 1.5; }

.result-first { padding-top: 72px; padding-bottom: 82px; }
.result-choice-grid { gap: 24px; }
.result-choice,
.demo-card,
.form-card,
.ornament-panel,
.create-title-frame {
  border-color: rgba(29, 29, 31, .08);
  background: #fff;
  box-shadow: 0 18px 52px rgba(0, 0, 0, .07);
}
.result-choice { overflow: hidden; border-radius: 30px; }
.result-choice.active { border-color: rgba(178, 132, 54, .45); box-shadow: 0 0 0 2px rgba(178, 132, 54, .10), 0 22px 60px rgba(0, 0, 0, .09); }
.result-copy { padding: clamp(30px, 5vw, 58px); }
.result-copy h3 { color: #1d1d1f; font-family: var(--sans); font-weight: 740; letter-spacing: -.055em; }
.result-copy p { color: var(--muted); }
.result-price { border-color: rgba(29, 29, 31, .08); background: #f5f5f7; color: #1d1d1f; box-shadow: none; }
.result-badge, .demo-tag { background: rgba(255, 255, 255, .88); color: #1d1d1f; -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.primary-btn {
  min-height: 48px;
  background: #1d1d1f;
  color: #fff;
  box-shadow: none;
  font-weight: 750;
}
.primary-btn:hover { background: #000; box-shadow: none; }
.secondary-btn { border-color: rgba(29, 29, 31, .12); background: #fff; color: #1d1d1f; }
.secondary-btn:hover { background: #f2f2f4; }

.how { padding-block: 80px; }
.ornament-panel { border-radius: 30px; padding: clamp(34px, 6vw, 64px); }
.ornament-panel::before,
.ornament-panel::after,
.create-title-frame::before,
.create-title-frame::after { display: none; }
.steps-grid article { border-color: rgba(29, 29, 31, .09); }
.steps-grid article > span { color: #9b7132; font-family: var(--sans); font-size: 1rem; font-weight: 800; }
.steps-grid h3 { color: #1d1d1f; font-family: var(--sans); font-weight: 720; letter-spacing: -.04em; }
.steps-grid p { color: var(--muted); }

.pre-create-memories { background: transparent; padding-block: 80px 44px; }
.memory-carousel figure { border-color: rgba(29, 29, 31, .08); box-shadow: 0 12px 34px rgba(0, 0, 0, .08); }

.create-section { padding-top: 56px; padding-bottom: 96px; }
.create-title-frame {
  max-width: 960px;
  border: 0;
  border-radius: 30px;
  background: linear-gradient(145deg, #ffffff, #f1ede5);
}
.create-title-inner { padding: 54px 28px; }
.create-title-inner img { width: 62px; height: 50px; }
.create-title-inner h2 { font-size: clamp(2.8rem, 6.4vw, 6rem); line-height: .95; }
.tribute-form { gap: 18px; }
.form-card { border-radius: 24px; padding: 24px; }
.form-card-head > span { background: #f0e4cd; color: #805b20; }
.form-card-head h3 { color: #1d1d1f; font-family: var(--sans); font-weight: 720; letter-spacing: -.035em; }
.form-card-head p { color: var(--muted); }
.dropzone { min-height: 176px; border-color: rgba(29, 29, 31, .20); background: #f7f7f9; }
.dropzone:hover, .dropzone.dragover { border-color: #9d7131; background: #f5efe4; }
.create-service { border-color: rgba(29, 29, 31, .09); background: #f8f8fa; }
.create-service.active { border-color: rgba(178, 132, 54, .55); background: #fffaf1; }
.create-service-icon { background: #ececf0; color: #805b20; }
.create-result-hint { background: #f5f5f7; }
.checkout-bar { border-color: rgba(29, 29, 31, .08); background: rgba(255, 255, 255, .94); box-shadow: 0 18px 50px rgba(0, 0, 0, .10); }

.privacy-section { padding-bottom: 92px; }
.privacy-panel {
  border-radius: 30px;
  background: #1d1d1f;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .14);
}
.privacy-panel h2 { color: #fff; }
.privacy-panel p { color: rgba(255, 255, 255, .68); }
.privacy-symbol { color: #e4c47f; }
.footer { border-color: rgba(29, 29, 31, .08); color: #65656a; background: #fff; }
.footer-brand { color: #2c2318; }

.status-overlay { background: rgba(0, 0, 0, .68); -webkit-backdrop-filter: blur(9px); backdrop-filter: blur(9px); }
.status-card { border-radius: 30px; background: rgba(255, 255, 255, .96); box-shadow: 0 28px 90px rgba(0, 0, 0, .26); }

.legal-page {
  margin-block: 32px;
  border: 1px solid rgba(29, 29, 31, .08);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}
.legal-brand { color: #2c2318; }
.legal-page h1,
.legal-page h2 { color: #1d1d1f; font-family: var(--sans); font-weight: 740; letter-spacing: -.055em; }
.legal-page a { color: #805b20; }
.notice { border-color: rgba(178, 132, 54, .25); background: #fff8eb; }

button, [role="button"], .primary-btn, .secondary-btn, .top-cta, .top-nav a, .homage-path-card { min-height: 44px; }
:where(a, button, input, textarea, select, [tabindex]):focus-visible {
  outline: 3px solid rgba(0, 102, 204, .72);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .topbar { grid-template-columns: 1fr auto; }
  .top-nav { display: none; }
  .premium-hero .hero-center { grid-template-columns: 1fr; width: min(820px, calc(100% - 56px)); gap: 34px; }
  .hero-brand-card { width: min(420px, 100%); justify-self: start; grid-template-columns: 58px 1fr; justify-items: start; text-align: left; padding: 22px; }
  .hero-brand-card .hero-brand-mark { width: 58px; grid-row: 1 / 4; }
  .hero-brand-card strong { font-size: 1.35rem; }
  .hero-brand-card p { margin: 0; }
}

@media (max-width: 720px) {
  .section-pad { width: min(100% - 28px, 1200px); }
  .topbar { min-height: 60px; padding-inline: 14px; }
  .top-brand span { font-size: 1rem; }
  .top-brand img { width: 31px; height: 29px; }
  .top-cta { min-height: 40px; padding-inline: 14px; font-size: .74rem; }
  .video-hero.premium-hero { width: calc(100% - 12px); min-height: 720px; margin-top: 6px; border-radius: 24px; }
  .premium-hero .hero-shade {
    background: linear-gradient(180deg, rgba(8, 8, 10, .70), rgba(8, 8, 10, .88) 68%, rgba(8, 8, 10, .94));
  }
  .premium-hero .hero-center { width: calc(100% - 34px); align-content: center; gap: 26px; }
  .hero-copy { gap: 17px; }
  .premium-hero .hero-brand-name { font-size: clamp(3.1rem, 15vw, 5rem); line-height: .93; }
  .premium-hero .hero-slogan { font-size: 1rem; }
  .hero-actions { width: 100%; }
  .hero-actions .primary-btn, .hero-actions .secondary-btn { flex: 1 1 100%; }
  .hero-proof { display: grid; gap: 7px; }
  .hero-brand-card { display: none; }
  .premium-hero .sound-toggle { right: 14px; bottom: 14px; }
  .brand-intro { padding-top: 72px; padding-bottom: 54px; }
  .homage-path-grid { grid-template-columns: 1fr; }
  .homage-path-card img { aspect-ratio: 781 / 520; }
  .care-note { grid-template-columns: 42px 1fr; padding: 16px; }
  .care-symbol { width: 42px; height: 42px; }
  .result-first, .how, .pre-create-memories { padding-block: 58px; }
  .steps-grid article { border-left: 0; border-top: 1px solid rgba(29, 29, 31, .09); }
  .steps-grid article:first-child { border-top: 0; }
  .tribute-form { grid-template-columns: 1fr; }
  .form-card.full, .checkout-bar.full { grid-column: auto; }
  .legal-page { width: calc(100% - 20px); margin-block: 10px; border-radius: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .hero-video { display: none; }
  .video-hero.premium-hero { background: linear-gradient(145deg, #242426, #111113); }
}

/* Diagnóstico integrado à identidade visual */
.diagnostic-page { max-width: 900px; }
.diagnostic-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 18px; }
.diagnostic-output {
  min-height: 230px;
  margin: 0;
  padding: 20px;
  overflow: auto;
  border: 1px solid rgba(29, 29, 31, .10);
  border-radius: 18px;
  background: #1d1d1f;
  color: #f5f5f7;
  font: 500 .82rem/1.55 ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.diagnostic-output.ok { border-color: rgba(29, 151, 80, .5); }
.diagnostic-output.bad { border-color: rgba(196, 45, 45, .58); }
.diagnostic-copy-status { min-height: 1.5em; color: var(--muted); font-size: .84rem; }

@media (max-width: 720px) {
  .diagnostic-actions > * { flex: 1 1 100%; }
  .diagnostic-output { min-height: 280px; padding: 16px; }
}


/* V1.9.0 R4 — identidade PET vintage + hero próprio */
.pet-page .site-shell {
  background:
    radial-gradient(circle at 12% 18%, rgba(184, 128, 42, .13), transparent 30rem),
    radial-gradient(circle at 88% 36%, rgba(129, 79, 21, .08), transparent 32rem),
    linear-gradient(180deg, #fffaf0 0%, #f4e3c3 28%, #fbf7ef 61%, #efe0c4 100%);
}
.pet-page .topbar {
  background: rgba(255, 249, 238, .92);
  border-bottom-color: rgba(129, 83, 24, .14);
}
.pet-page .video-hero.premium-hero {
  border: 1px solid rgba(184, 132, 49, .22);
  background: #281b0e;
  box-shadow: 0 28px 82px rgba(74, 45, 13, .22);
}
.pet-page .premium-hero .hero-video {
  filter: saturate(.86) sepia(.10) contrast(1.03) brightness(.58);
}
.pet-page .premium-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(31, 19, 8, .92) 0%, rgba(40, 24, 10, .73) 45%, rgba(40, 24, 10, .19) 78%, rgba(32, 19, 8, .38) 100%),
    linear-gradient(180deg, rgba(72, 43, 14, .05), rgba(24, 14, 6, .48));
}
.pet-page .hero-brand-card {
  border-color: rgba(232, 195, 126, .25);
  background: rgba(72, 43, 14, .26);
}
.pet-page .hero-eyebrow { border-color: rgba(242, 211, 151, .28); background: rgba(103, 67, 21, .30); }
.pet-page .hero-proof span::before { color: #efc56f; }
.pet-page .brand-intro,
.pet-page .result-first,
.pet-page .how,
.pet-page .pre-create-memories,
.pet-page .create-section { background: transparent; }
.pet-page .care-note,
.pet-page .result-choice,
.pet-page .form-card,
.pet-page .ornament-panel {
  background: rgba(255, 252, 244, .90);
  border-color: rgba(139, 91, 29, .12);
}
.pet-page .create-title-frame {
  background: linear-gradient(145deg, rgba(255,253,247,.98), rgba(239,220,184,.92));
}

.pet-vintage-card {
  width: min(920px, 100%) !important;
  overflow: hidden !important;
  border: 1px solid rgba(111, 67, 15, .20) !important;
  border-radius: 30px !important;
  background: #e7c889 !important;
  box-shadow: 0 20px 58px rgba(77, 45, 10, .15) !important;
  isolation: isolate;
}
.pet-vintage-card .pet-vintage-banner {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2 !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: none !important;
  filter: saturate(.95) contrast(1.01) !important;
}
.pet-vintage-card:hover .pet-vintage-banner,
.pet-vintage-card.active .pet-vintage-banner {
  transform: scale(1.006) !important;
  filter: saturate(.98) contrast(1.01) !important;
}
.pet-vintage-card > .pet-vintage-copy {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 15.5%;
  bottom: auto;
  width: 64%;
  min-height: 34%;
  padding: clamp(12px, 2.2vw, 24px) clamp(14px, 3vw, 34px);
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  white-space: normal;
  border: 1px solid rgba(105, 61, 15, .22);
  border-radius: clamp(16px, 2vw, 26px);
  background:
    radial-gradient(circle at center, rgba(255, 244, 213, .99), rgba(242, 215, 162, .98));
  color: #4b2a0c;
  text-align: center;
  font: 600 clamp(1.2rem, 3vw, 2.8rem)/1.02 var(--brand-serif);
  letter-spacing: -.035em;
  text-shadow: 0 1px 0 rgba(255,255,255,.7);
  box-shadow: inset 0 0 0 5px rgba(151, 98, 27, .06), 0 10px 28px rgba(80, 47, 11, .12);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.pet-vintage-card > .pet-vintage-copy::before,
.pet-vintage-card > .pet-vintage-copy::after {
  content: "❦";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(114, 68, 14, .62);
  font-size: clamp(.72rem, 1.35vw, 1.05rem);
}
.pet-vintage-card > .pet-vintage-copy::before { top: 8px; }
.pet-vintage-card > .pet-vintage-copy::after { bottom: 8px; transform: translateX(-50%) rotate(180deg); }
.pet-page .homage-path-card.pet-selected::after {
  top: 16px;
  right: 16px;
  background: rgba(79, 45, 10, .88);
  color: #fff4d7;
  border: 1px solid rgba(255, 226, 164, .25);
}

@media (max-width: 720px) {
  .pet-page .premium-hero .hero-video { object-position: center; }
  .pet-vintage-card { border-radius: 22px !important; }
  .pet-vintage-card > .pet-vintage-copy {
    top: 14%;
    width: 68%;
    min-height: 35%;
    padding: 12px 14px;
    border-radius: 16px;
    font-size: clamp(1rem, 5.1vw, 1.55rem);
  }
  .pet-vintage-card > .pet-vintage-copy::before { top: 5px; }
  .pet-vintage-card > .pet-vintage-copy::after { bottom: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  .pet-page .video-hero.premium-hero {
    background:
      linear-gradient(90deg, rgba(31,19,8,.74), rgba(31,19,8,.30)),
      url('/assets/pets/hero-pets-family-poster.webp') center / cover no-repeat;
  }
}
