:root {
  color-scheme: light;
  --background: #fff8fc;
  --surface: #ffffff;
  --surface-soft: #fbeefa;
  --surface-deep: #f3def2;
  --text: #322034;
  --muted: #756277;
  --line: #ead5e8;
  --accent: #b13d83;
  --accent-strong: #74336f;
  --accent-soft: #f9e3f0;
  --lilac: #8158b2;
  --lilac-soft: #eee7fa;
  --pink: #dc5a9b;
  --success: #34745c;
  --shadow: 0 14px 36px rgba(110, 49, 104, 0.13);
  --shell: 1120px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--background);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(177, 61, 131, 0.3);
  outline-offset: 3px;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

[hidden] {
  display: none !important;
}

.shell {
  width: min(100% - 32px, var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  transform: translateY(-150%);
  border-radius: 6px;
  background: var(--accent-strong);
  color: #fff;
  padding: 10px 14px;
}

.skip-link:not(:focus) {
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(234, 213, 232, 0.9);
  background: rgba(255, 250, 253, 0.95);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.brand-button {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 8px 0;
}

.brand {
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--accent-strong);
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.header-company-document {
  color: #846f85;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.header-contact {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--lilac-soft);
  color: var(--accent-strong);
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 700;
  padding: 8px 12px;
}

.header-contact svg,
.floating-whatsapp svg {
  width: 19px;
  height: 19px;
}

.intro {
  position: relative;
  padding-block: 32px 22px;
  text-align: center;
}

.intro::before {
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  border-bottom: 1px solid var(--line);
  background: #fff1f8;
  content: "";
}

.eyebrow,
.section-kicker {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  max-width: 680px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 8vw, 3.75rem);
  line-height: 1.08;
  color: #4a284b;
  font-weight: 600;
}

.intro-copy {
  max-width: 570px;
  margin: 16px auto 0;
  color: #675569;
  font-size: 1rem;
}

.trust-proof {
  width: min(100%, 680px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 104px;
  align-items: center;
  gap: 10px;
  margin: 12px auto 0;
  border: 1px solid #e3c9e1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 20px rgba(116, 51, 111, 0.07);
  padding: 10px;
  text-align: left;
}

.trust-proof-copy {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.trust-proof-main {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.trust-proof-main > div {
  min-width: 0;
  flex: 1;
}

.verified-site-badge {
  min-width: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid rgba(52, 116, 92, 0.3);
  border-radius: 999px;
  background: #f1faf6;
  color: #285e49;
  padding: 4px 6px;
  line-height: 1.05;
  white-space: nowrap;
}

.verified-site-badge svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.verified-site-badge span,
.verified-site-badge b,
.verified-site-badge small {
  display: block;
}

.verified-site-badge b {
  font-size: 0.58rem;
  font-weight: 800;
}

.verified-site-badge small {
  margin-top: 2px;
  color: #4d7665;
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.trust-proof-facade {
  width: 100%;
  display: block;
  border: 0;
  border-left: 1px solid var(--line);
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 0 0 0 9px;
  text-align: center;
}

.trust-proof-facade img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  display: block;
  margin: 0;
  border: 1px solid #e3c9e1;
  border-radius: 7px;
  background: #f8eff7;
  object-fit: cover;
  object-position: center 34%;
}

.trust-proof-facade span,
.trust-proof-facade strong,
.trust-proof-facade small,
.trust-proof-facade em {
  display: block;
}

.trust-proof-facade strong {
  color: var(--accent-strong);
  font-size: 0.84rem;
}

.trust-proof-facade small {
  margin-top: 3px;
  color: #68576a;
  font-size: 0.72rem;
  line-height: 1.35;
}

.trust-proof-facade em {
  width: fit-content;
  margin: 4px auto 0;
  border-bottom: 1px solid rgba(177, 61, 131, 0.35);
  color: var(--accent);
  font-size: 0.59rem;
  font-style: normal;
  font-weight: 800;
}

.trust-proof-facade-copy {
  padding-top: 2px;
}

.trust-proof-facade:focus-visible {
  border-radius: 6px;
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.trust-proof-main svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  color: var(--success);
}

.verified-site-badge svg {
  width: 16px;
  height: 16px;
}

.trust-proof-main strong,
.trust-proof-main span {
  display: block;
}

.trust-proof-main strong {
  color: var(--accent-strong);
  font-size: 0.75rem;
  line-height: 1.25;
}

.trust-proof-main span {
  color: #68576a;
  font-size: 0.63rem;
}

.trust-proof-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 8px;
  border-top: 1px solid var(--line);
  padding-top: 7px;
  color: #68576a;
  font-size: 0.58rem;
  font-weight: 700;
}

.trust-proof-item > span:not(.verified-site-badge) {
  position: relative;
  padding-left: 8px;
}

.trust-proof-item > span:not(.verified-site-badge)::before {
  position: absolute;
  top: 0.42em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--success);
  content: "";
}

.trust-line {
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 20px auto 0;
  color: #5b5055;
  font-size: 0.82rem;
}

.trust-line svg {
  width: 18px;
  height: 18px;
  color: var(--success);
  flex: 0 0 auto;
}

.categories-section {
  padding-block: 24px 64px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.section-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 5vw, 2.15rem);
  font-weight: 500;
  line-height: 1.15;
}

.section-count,
.models-count {
  flex: 0 0 auto;
  color: #68576a;
  font-size: 0.78rem;
  font-weight: 700;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.category-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 6px 18px rgba(110, 49, 104, 0.07);
}

.category-card:nth-child(odd):last-child {
  grid-column: 1 / -1;
}

.category-action {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 0;
  text-align: left;
}

.category-card:nth-child(odd):last-child .category-action {
  grid-template-columns: 42% minmax(0, 1fr);
}

.image-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--surface-soft);
  color: #9a6e91;
  text-align: center;
}

.image-placeholder svg {
  width: 26px;
  height: 26px;
}

.image-placeholder span {
  max-width: 110px;
  font-size: 0.62rem;
  line-height: 1.35;
}

.category-image {
  width: 100%;
  min-height: 142px;
  border-bottom: 1px solid var(--line);
}

.category-cover {
  display: block;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.category-action[data-category-id="profissoes"] .category-cover {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.category-card:nth-child(2) .category-image {
  background: #f9e5ee;
  color: #a66282;
}

.category-card:nth-child(3) .category-image {
  background: #eee4fa;
  color: #7d61a0;
}

.category-card:nth-child(4) .category-image {
  background: #f3e8fb;
  color: #8560a8;
}

.category-card:nth-child(5) .category-image {
  background: #fdeaf4;
  color: #a95f88;
}

.category-card:nth-child(6) .category-image {
  min-height: 166px;
  border-right: 1px solid var(--line);
  border-bottom: 0;
  background: #eadff8;
  color: #745397;
}

.category-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 132px;
  padding: 14px 12px;
}

.category-heading-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.category-title {
  font-family: Georgia, "Times New Roman", serif;
  color: #4f2d50;
  font-size: 1.03rem;
  line-height: 1.16;
}

.trend-badge {
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 0.62rem;
  font-weight: 800;
  padding: 4px 7px;
  text-transform: uppercase;
}

.category-description {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.72rem;
}

.category-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 11px;
  color: var(--accent);
  font-size: 0.77rem;
  font-weight: 800;
}

.category-link svg {
  width: 15px;
  height: 15px;
}

.category-card:has(.category-action:hover) {
  border-color: #cc9fc8;
  box-shadow: var(--shadow);
}

.how-section {
  border-block: 1px solid var(--line);
  background: #f8effa;
  padding-block: 54px 60px;
}

.compact-heading {
  margin-bottom: 24px;
}

.steps-grid {
  display: grid;
  gap: 12px;
}

.step {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding-block: 8px;
}

.step-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #d8b8da;
  border-radius: 50%;
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}

.step h3 {
  margin: 0 0 3px;
  font-size: 0.95rem;
}

.step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.social-proof-section {
  border-bottom: 1px solid var(--line);
  background: #fffafd;
  padding-block: 58px 64px;
}

.social-proof-heading {
  max-width: 620px;
  margin: 0 auto 24px;
  text-align: center;
}

.social-proof-heading h2 {
  margin: 12px 0 8px;
  color: #4f2d50;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 7vw, 2.4rem);
  font-weight: 500;
  line-height: 1.15;
}

.social-proof-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.real-feedback-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #c9dfd2;
  border-radius: 999px;
  background: #f5fbf7;
  color: var(--success);
  font-size: 0.68rem;
  font-weight: 800;
  padding: 6px 9px;
}

.real-feedback-badge svg {
  width: 16px;
  height: 16px;
}

.feedback-grid {
  display: grid;
  gap: 14px;
}

.feedback-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 8px 22px rgba(110, 49, 104, 0.07);
}

.feedback-placeholder {
  width: 100%;
  min-height: 300px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(145deg, #fff7fb, #f4e8f6);
  color: #956f91;
  padding: 28px;
  text-align: center;
}

.feedback-placeholder svg {
  width: 34px;
  height: 34px;
}

.feedback-placeholder span {
  max-width: 190px;
  font-size: 0.78rem;
  font-weight: 700;
}

.feedback-image-button {
  position: relative;
  width: 100%;
  display: block;
  border: 0;
  background: #f8f1f7;
  cursor: zoom-in;
  padding: 0;
}

.feedback-image-button img {
  width: 100%;
  height: auto;
  max-height: 620px;
  display: block;
  object-fit: contain;
}

.feedback-image-button > span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 999px;
  background: rgba(50, 32, 52, 0.82);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  padding: 5px 8px;
}

.feedback-card-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 14px;
}

.feedback-card-caption strong {
  color: var(--accent-strong);
  font-size: 0.8rem;
}

.feedback-card-caption span {
  color: var(--muted);
  font-size: 0.66rem;
  text-align: right;
}

.feedback-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.feedback-more-button,
.social-proof-cta-button {
  min-height: 48px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
  padding: 10px 18px;
}

.feedback-more-button {
  border: 1px solid var(--accent);
  background: transparent;
  color: var(--accent);
}

.social-proof-cta {
  display: grid;
  gap: 16px;
  margin-top: 38px;
  border: 1px solid #dec5dc;
  border-radius: 8px;
  background: #f7eafa;
  padding: 20px;
}

.social-proof-cta span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.social-proof-cta h3 {
  margin: 3px 0 0;
  color: #4f2d50;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.social-proof-cta-button {
  width: 100%;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
}

.feedback-preview-open {
  overflow: hidden;
}

.feedback-preview {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  align-items: end;
  padding-top: env(safe-area-inset-top);
}

.feedback-preview-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(39, 24, 40, 0.76);
  cursor: pointer;
}

.feedback-preview-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  max-height: calc(100dvh - env(safe-area-inset-top));
  overflow-y: auto;
  margin-inline: auto;
  border-radius: 8px 8px 0 0;
  background: var(--surface);
  box-shadow: 0 -18px 48px rgba(32, 20, 34, 0.28);
  padding: 20px 14px 14px;
}

.feedback-preview-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--accent-strong);
  cursor: pointer;
}

.feedback-preview-close svg {
  width: 20px;
  height: 20px;
}

.feedback-preview-badge {
  margin-right: 48px;
}

.feedback-preview-panel h2 {
  margin: 12px 48px 14px 0;
  color: #4f2d50;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.feedback-preview-panel img {
  width: 100%;
  height: auto;
  max-height: calc(100dvh - 150px);
  display: block;
  border-radius: 6px;
  background: #f8f1f7;
  object-fit: contain;
}

.models-page {
  min-height: 70vh;
  padding-block: 28px 72px;
}

.back-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: var(--accent);
  cursor: pointer;
  font-weight: 800;
  padding: 6px 0;
}

.back-button svg {
  width: 19px;
  height: 19px;
}

.models-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-block: 30px 26px;
}

.models-intro h1 {
  margin: 0;
  font-size: clamp(2rem, 8vw, 3.2rem);
  text-align: left;
}

.models-intro .intro-copy {
  margin: 10px 0 0;
}

.choice-guide {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: -8px 0 20px;
}

.choice-guide > div {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffafd;
  padding: 10px;
}

.choice-guide strong,
.choice-guide span {
  display: block;
}

.choice-guide strong {
  color: var(--accent-strong);
  font-size: 0.72rem;
}

.choice-guide span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.35;
}

.models-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.model-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 7px 20px rgba(110, 49, 104, 0.07);
}

.model-card.is-selected {
  border-color: rgba(52, 116, 92, 0.62);
  box-shadow: 0 8px 22px rgba(52, 116, 92, 0.12);
}

.model-preview-button {
  position: relative;
  width: 100%;
  display: block;
  border: 0;
  background: var(--surface-soft);
  color: #fff;
  cursor: zoom-in;
  padding: 0;
}

.model-preview-button > span {
  position: absolute;
  right: 8px;
  bottom: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  background: rgba(50, 32, 52, 0.76);
  padding: 4px 7px;
  font-size: 0.6rem;
  font-weight: 800;
}

.model-image,
.model-image-placeholder {
  width: 100%;
  aspect-ratio: 4 / 5;
}

.model-image {
  display: block;
  background: var(--surface-soft);
  object-fit: contain;
}

.model-image-placeholder {
  border-bottom: 1px solid var(--line);
}

.model-content {
  padding: 12px;
}

.models-empty {
  margin-top: 4px;
  border: 1px dashed #d9bdd5;
  border-radius: 8px;
  background: linear-gradient(145deg, #fffafd, #f6edfb);
  padding: 34px 22px;
  text-align: center;
}

.models-empty span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-strong);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.models-empty strong {
  display: block;
  color: #4f2d50;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 500;
}

.models-empty p {
  max-width: 520px;
  margin: 10px auto 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.model-code {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.model-content h2 {
  overflow: hidden;
  margin: 2px 0 10px;
  font-size: 0.86rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select-model-button,
.secondary-button {
  min-height: 42px;
  border-radius: 7px;
  cursor: pointer;
  font-weight: 800;
}

.select-model-button {
  width: 100%;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  font-size: 0.78rem;
  padding: 8px 7px;
}

.select-model-button:hover {
  background: var(--accent-strong);
}

.select-model-button.is-selected {
  border-color: var(--success);
  background: var(--success);
}

.selection-page {
  min-height: 70vh;
  padding-block: 28px 80px;
}

.selection-heading {
  margin: 26px 0 22px;
}

.selection-heading h1 {
  margin: 0;
  text-align: left;
  font-size: clamp(2rem, 8vw, 3.2rem);
}

.selection-heading > p:last-child {
  margin: 10px 0 0;
  color: var(--muted);
}

.selection-list {
  display: grid;
  gap: 10px;
}

.selection-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.selection-item img {
  width: 82px;
  height: 104px;
  display: block;
  background: var(--surface-soft);
  object-fit: cover;
}

.selection-item > div {
  min-width: 0;
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 11px 12px;
}

.selection-item span {
  overflow: hidden;
  max-width: 100%;
  color: var(--muted);
  font-size: 0.7rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selection-item strong {
  margin-top: 2px;
  color: var(--accent-strong);
  font-size: 1rem;
}

.selection-item button,
.clear-selection-button {
  min-height: 36px;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 7px 0 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.selection-empty {
  display: grid;
  gap: 4px;
  border: 1px dashed #d9bdd7;
  border-radius: 8px;
  background: #fffafd;
  color: var(--muted);
  padding: 24px 18px;
  text-align: center;
}

.selection-empty strong {
  color: var(--accent-strong);
}

.selection-actions {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

.copy-selection-button,
.whatsapp-return-button {
  min-height: 50px;
  border: 1px solid var(--accent);
  border-radius: 8px;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  padding: 11px 16px;
}

.copy-selection-button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.clear-selection-button {
  justify-self: center;
  padding-inline: 8px;
}

.copy-success {
  margin-top: 18px;
  border: 1px solid #c9dfd2;
  border-radius: 8px;
  background: #f5fbf7;
  padding: 16px;
  text-align: center;
}

.copy-success strong {
  color: var(--success);
  font-size: 1rem;
}

.copy-success p {
  margin: 6px 0 14px;
  color: var(--muted);
  font-size: 0.78rem;
}

.whatsapp-return-button {
  width: 100%;
  border-color: #285f4c;
  background: #285f4c;
}

.selection-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 55;
  border-top: 1px solid #ddc8dc;
  background: rgba(255, 250, 253, 0.97);
  box-shadow: 0 -10px 24px rgba(73, 38, 72, 0.11);
  padding: 8px max(12px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
  backdrop-filter: blur(14px);
}

.selection-bar-inner {
  width: min(100%, 560px);
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-inline: auto;
}

.selection-bar span {
  color: var(--accent-strong);
  font-size: 0.76rem;
  font-weight: 800;
}

.selection-bar button {
  min-height: 42px;
  flex: 0 0 auto;
  border: 1px solid var(--accent);
  border-radius: 7px;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 8px 12px;
}

.has-selection-bar .site-footer {
  padding-bottom: calc(120px + env(safe-area-inset-bottom));
}

.has-selection-bar .toast {
  bottom: calc(82px + env(safe-area-inset-bottom));
}

.preview-open {
  overflow: hidden;
}

.model-preview {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  align-items: end;
  padding-top: env(safe-area-inset-top);
}

.model-preview-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(39, 24, 40, 0.72);
  cursor: pointer;
}

.model-preview-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  max-height: calc(100dvh - env(safe-area-inset-top));
  overflow-y: auto;
  margin-inline: auto;
  border-radius: 8px 8px 0 0;
  background: var(--surface);
  box-shadow: 0 -18px 48px rgba(32, 20, 34, 0.24);
}

.model-preview-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: rgba(50, 32, 52, 0.78);
  color: #fff;
  cursor: pointer;
}

.model-preview-close svg {
  width: 20px;
  height: 20px;
}

.model-preview-image {
  width: 100%;
  max-height: 58dvh;
  display: block;
  background: #f7edf5;
  object-fit: contain;
}

.model-preview-content {
  padding: 16px 16px calc(18px + env(safe-area-inset-bottom));
}

.model-preview-content h2 {
  margin: 3px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--accent-strong);
  font-size: 1.4rem;
}

.print-guidance {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff8fc;
  padding: 12px;
}

.print-guidance strong,
.print-guidance span {
  display: block;
}

.print-guidance strong {
  color: var(--accent-strong);
}

.print-guidance p {
  margin: 4px 0 9px;
  color: var(--muted);
  font-size: 0.76rem;
}

.print-guidance span {
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 800;
}

.preview-select-button {
  min-height: 48px;
  margin-top: 12px;
}

.load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.secondary-button {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--accent-strong);
  padding: 10px 18px;
}

.site-footer {
  background: #38233b;
  color: #eee7e9;
  padding-block: 42px calc(92px + env(safe-area-inset-bottom));
}

.footer-grid {
  display: grid;
  gap: 28px;
}

.footer-brand {
  color: #fff;
}

.site-footer p {
  max-width: 460px;
  margin: 12px 0 0;
  color: #dacbda;
  font-size: 0.8rem;
}

.site-footer .company-document {
  color: #fff;
  font-weight: 700;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-links a {
  color: #eee7e9;
  font-size: 0.8rem;
  text-underline-offset: 4px;
}

.floating-whatsapp {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 40;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #285f4c;
  box-shadow: 0 10px 24px rgba(35, 64, 53, 0.22);
  color: #fff;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 11px 14px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: calc(78px + env(safe-area-inset-bottom));
  z-index: 60;
  width: min(calc(100% - 32px), 440px);
  transform: translate(-50%, 20px);
  border: 1px solid #e0ced5;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  color: var(--text);
  opacity: 0;
  padding: 13px 15px;
  pointer-events: none;
  text-align: center;
  font-size: 0.82rem;
  transition: opacity 160ms ease, transform 160ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.legal-main {
  min-height: 66vh;
  padding-block: 54px 80px;
}

.legal-main article {
  max-width: 720px;
}

.legal-main h1 {
  margin: 0;
  text-align: left;
}

.legal-main h2 {
  margin: 32px 0 8px;
  font-size: 1rem;
}

.legal-main p {
  color: var(--muted);
}

.placeholder-notice {
  margin-top: 28px;
  border-left: 3px solid var(--accent);
  background: var(--surface);
  padding: 16px;
}

@media (min-width: 600px) {
  .shell {
    width: min(100% - 48px, var(--shell));
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .category-action {
    grid-template-columns: 1fr;
  }

  .category-image {
    min-height: 210px;
  }

  .category-card:nth-child(odd):last-child .category-action {
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .trust-proof {
    grid-template-columns: minmax(0, 1fr) 170px;
    align-items: center;
    padding: 15px 18px;
  }

  .trust-proof-facade {
    border-left: 1px solid var(--line);
    padding: 0 0 0 14px;
  }

  .trust-proof-facade img {
    width: 100%;
  }

  .trust-proof-item {
    border-top: 1px solid var(--line);
    padding: 8px 0 0;
  }

  .models-grid {
    gap: 16px;
  }

  .selection-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .selection-actions {
    max-width: 460px;
  }

  .model-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px;
  }

  .select-model-button {
    width: auto;
    min-width: 104px;
  }

  .steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .feedback-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-proof-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 22px 24px;
  }

  .social-proof-cta-button {
    width: auto;
  }
}

@media (min-width: 860px) {
  .intro {
    padding-block: 74px 48px;
  }

  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .category-card {
    grid-column: auto;
  }

  .category-card:nth-child(odd):last-child {
    grid-column: auto;
  }

  .category-action,
  .category-card:nth-child(odd):last-child .category-action {
    grid-template-columns: 1fr;
  }

  .category-image,
  .category-card:nth-child(6) .category-image {
    min-height: 224px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .category-content {
    min-height: 154px;
  }

  .category-heading-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .models-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .model-preview {
    align-items: center;
    padding: 28px;
  }

  .model-preview-panel {
    max-height: calc(100vh - 56px);
    border-radius: 8px;
  }

  .feedback-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .feedback-preview {
    align-items: center;
    padding: 28px;
  }

  .feedback-preview-panel {
    max-height: calc(100vh - 56px);
    border-radius: 8px;
  }

  .footer-grid {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .footer-links {
    align-items: flex-end;
  }
}

@media (max-width: 859px) {
  .header-inner {
    min-height: 62px;
  }

  .intro {
    padding-block: 18px 12px;
  }

  .eyebrow {
    margin-bottom: 5px;
  }

  .intro-copy {
    margin-top: 8px;
  }

  .trust-proof {
    margin-top: 8px;
  }

  .categories-section {
    padding-top: 14px;
  }
}

@media (max-width: 390px) {
  .shell {
    width: min(100% - 24px, var(--shell));
  }

  .intro {
    padding-block: 18px 12px;
  }

  .intro-copy {
    margin-top: 8px;
    font-size: 0.92rem;
  }

  .trust-proof {
    margin-top: 8px;
  }

  .categories-section {
    padding-top: 12px;
  }

  .header-contact span {
    display: none;
  }

  .header-contact {
    width: 42px;
    justify-content: center;
    padding: 8px;
  }

  .category-action {
    grid-template-columns: 1fr;
  }

  .category-card:nth-child(odd):last-child .category-action {
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .category-content {
    padding: 13px 10px;
  }

  .category-title {
    font-size: 0.98rem;
  }

  .model-content {
    padding: 10px;
  }

  .select-model-button {
    font-size: 0.73rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
