:root {
  color-scheme: light;
  --background: #fff6e4;
  --surface: #fff8e8;
  --surface-soft: #ffefd2;
  --surface-deep: #f7e4bc;
  --text: #2a2116;
  --muted: #7a6548;
  --line: #e2c889;
  --accent: #b8922a;
  --accent-strong: #957418;
  --accent-soft: #ffe9be;
  --lilac: #b8922a;
  --lilac-soft: #ffefd2;
  --pink: #d4af37;
  --success: #8a7420;
  --shadow: 0 14px 36px rgba(140, 110, 40, 0.12);
  --shell: 1120px;
  --heading: #8f7218;
  --tagline: #7a6548;
  --header-bg: rgba(255, 246, 228, 0.94);
  --header-border: rgba(226, 200, 137, 0.95);
  --intro-wash: #fff1d8;
  --panel-bg: rgba(255, 248, 232, 0.96);
  --panel-border: #e2c889;
  --panel-shadow: 0 8px 20px rgba(140, 110, 40, 0.1);
  --badge-bg: #ffe9be;
  --badge-text: #8f7218;
  --secure-bg: #eef6ef;
  --secure-text: #2f6b4f;
  --secure-border: rgba(52, 116, 92, 0.28);
  --footer-bg: linear-gradient(180deg, #fff6e4 0%, #f7e4bc 100%);
  --footer-glow: rgba(201, 162, 39, 0.16);
  --footer-border: rgba(184, 146, 42, 0.3);
  --footer-text: #2a2116;
  --footer-muted: #7a6548;
  --footer-link: #8f7218;
  --footer-note: #a8871c;
  --footer-trust-bg: rgba(255, 248, 232, 0.9);
  --toast-bg: #fff8e8;
  --logo-shadow: 0 0 0 1px rgba(184, 146, 42, 0.3), 0 8px 18px rgba(140, 110, 40, 0.12);
  --theme-toggle-bg: #fff8e8;
  --theme-toggle-border: #e2c889;
  --theme-toggle-hover: #ffe9be;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --background: #050505;
  --surface: #121212;
  --surface-soft: #1a1610;
  --surface-deep: #221c14;
  --text: #f5f0e8;
  --muted: #b5aaa0;
  --line: #3d3426;
  --accent: #d4af37;
  --accent-strong: #c9a227;
  --accent-soft: #2a2318;
  --lilac: #e0c36a;
  --lilac-soft: #1f1a12;
  --pink: #f0d78c;
  --success: #c9a227;
  --shadow: 0 14px 36px rgba(0, 0, 0, 0.55);
  --heading: #f0d78c;
  --tagline: #b5aaa0;
  --header-bg: rgba(10, 10, 10, 0.92);
  --header-border: rgba(61, 52, 38, 0.95);
  --intro-wash: #0d0b08;
  --panel-bg: rgba(18, 18, 18, 0.96);
  --panel-border: #4a3f2e;
  --panel-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  --badge-bg: #2a2318;
  --badge-text: #c9a227;
  --secure-bg: #1a2218;
  --secure-text: #c9a227;
  --secure-border: rgba(201, 162, 39, 0.35);
  --footer-bg: linear-gradient(180deg, #0d0d0d 0%, #050505 100%);
  --footer-glow: rgba(212, 175, 55, 0.08);
  --footer-border: rgba(212, 175, 55, 0.18);
  --footer-text: #f5f0e8;
  --footer-muted: #b5aaa0;
  --footer-link: #e8d49a;
  --footer-note: #d4af37;
  --footer-trust-bg: rgba(18, 18, 18, 0.72);
  --toast-bg: #121212;
  --logo-shadow: 0 0 0 1px rgba(212, 175, 55, 0.22), 0 8px 18px rgba(0, 0, 0, 0.35);
  --theme-toggle-bg: #121212;
  --theme-toggle-border: #3d3426;
  --theme-toggle-hover: #1a1610;
}

* {
  box-sizing: border-box;
}

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

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

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

button {
  font: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(212, 175, 55, 0.35);
  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 var(--header-border);
  background: var(--header-bg);
  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 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 8px 0;
  text-align: left;
  text-decoration: none;
}

.brand-logo {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 12px;
  box-shadow: var(--logo-shadow);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

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

.brand-tagline {
  color: var(--tagline);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.theme-toggle {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--theme-toggle-border);
  border-radius: 999px;
  background: var(--theme-toggle-bg);
  color: var(--accent-strong);
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 8px 12px 8px 10px;
  box-shadow: var(--panel-shadow);
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.theme-toggle:hover {
  background: var(--theme-toggle-hover);
}

.theme-toggle:active {
  transform: scale(0.98);
}

.theme-toggle svg {
  width: 18px;
  height: 18px;
}

.theme-toggle-label {
  white-space: nowrap;
}

html[data-theme="dark"] .theme-icon-moon {
  display: none;
}

html:not([data-theme="dark"]) .theme-icon-sun {
  display: none;
}

html[data-theme="dark"] .theme-label-dark {
  display: none;
}

html:not([data-theme="dark"]) .theme-label-light {
  display: none;
}

.header-company-document {
  color: var(--tagline);
  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: var(--intro-wash);
  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: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 8vw, 3.75rem);
  line-height: 1.08;
  color: var(--heading);
  font-weight: 600;
}

.intro-copy {
  max-width: 570px;
  margin: 16px auto 0;
  color: var(--muted);
  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 var(--panel-border);
  border-radius: 8px;
  background: var(--panel-bg);
  box-shadow: var(--panel-shadow);
  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 var(--secure-border);
  border-radius: 999px;
  background: var(--secure-bg);
  color: var(--secure-text);
  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: #d4af37;
  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 var(--panel-border);
  border-radius: 7px;
  background: var(--surface-soft);
  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: var(--muted);
  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: var(--muted);
  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: var(--muted);
  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: #c4b8a8;
  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: "Playfair Display", 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: var(--muted);
  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);
}

.category-card:has(.category-action[data-category-id="familia"]) {
  grid-column: auto;
}

.category-card:has(.category-action[data-category-id="familia"]) .category-action {
  grid-template-columns: 1fr;
}

.image-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--surface-soft);
  color: #b89a45;
  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-action[data-category-id="familia"] .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: var(--accent-soft);
  color: #c9a227;
}

.category-card:nth-child(3) .category-image {
  background: var(--lilac-soft);
  color: #d4af37;
}

.category-card:nth-child(4) .category-image {
  background: var(--surface-deep);
  color: #d4af37;
}

.category-card:nth-child(5) .category-image {
  background: var(--accent-soft);
  color: #c9a227;
}

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

.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: "Playfair Display", Georgia, "Times New Roman", serif;
  color: var(--heading);
  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: #a88b3a;
  box-shadow: var(--shadow);
}

.how-section {
  border-block: 1px solid var(--line);
  background: var(--surface-soft);
  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 var(--panel-border);
  border-radius: 50%;
  color: var(--accent);
  font-family: "Playfair Display", 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: var(--surface);
  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: var(--heading);
  font-family: "Playfair Display", 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 #3d4a3a;
  border-radius: 999px;
  background: #1a2218;
  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, var(--surface-soft), var(--surface-deep));
  color: #b89a45;
  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: var(--surface-soft);
  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 var(--panel-border);
  border-radius: 8px;
  background: var(--surface-soft);
  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: var(--heading);
  font-family: "Playfair Display", 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: var(--heading);
  font-family: "Playfair Display", 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: var(--surface-soft);
  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: var(--surface);
  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 #4a3f2e;
  border-radius: 8px;
  background: linear-gradient(145deg, var(--surface), var(--surface-soft));
  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: var(--heading);
  font-family: "Playfair Display", 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 #4a3f2e;
  border-radius: 8px;
  background: var(--surface);
  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 #3d4a3a;
  border-radius: 8px;
  background: #1a2218;
  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: #c9a227;
  background: #c9a227;
}

.selection-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 55;
  border-top: 1px solid var(--line);
  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: var(--surface-soft);
  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: "Playfair Display", Georgia, "Times New Roman", serif;
  color: var(--accent-strong);
  font-size: 1.4rem;
}

.print-guidance {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--background);
  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:
    radial-gradient(ellipse at top, var(--footer-glow), transparent 55%),
    var(--footer-bg);
  color: var(--footer-text);
  border-top: 1px solid var(--footer-border);
  padding-block: 48px calc(100px + env(safe-area-inset-bottom));
}

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

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

.footer-brand-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.footer-logo {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 12px;
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.22);
}

.footer-brand {
  color: var(--heading);
  display: block;
}

.footer-tagline {
  max-width: 360px;
  margin: 8px 0 0;
  color: var(--footer-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.footer-nav-label {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

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

.footer-links a {
  color: var(--footer-link);
  font-size: 0.82rem;
  text-decoration: none;
  text-underline-offset: 4px;
}

.footer-links a:hover {
  text-decoration: underline;
  color: var(--accent-strong);
}

.footer-trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--footer-border);
  border-radius: 14px;
  background: var(--footer-trust-bg);
}

.footer-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.footer-trust-item svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: var(--accent);
}

.footer-trust-item strong {
  display: block;
  color: var(--footer-text);
  font-size: 0.76rem;
  font-weight: 800;
}

.footer-trust-item span {
  display: block;
  color: var(--footer-muted);
  font-size: 0.68rem;
  margin-top: 2px;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 4px;
  border-top: 1px solid var(--line);
}

.footer-bottom p {
  margin: 0;
  color: var(--footer-muted);
  font-size: 0.74rem;
}

.footer-bottom-note {
  color: var(--footer-note) !important;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-style: italic;
  letter-spacing: 0.02em;
}

.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: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #f0d78c, #c9a227 45%, #a8871c);
  box-shadow: 0 10px 24px rgba(201, 162, 39, 0.28);
  color: #1a1408;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 11px 14px;
  transition: bottom 200ms ease, transform 160ms ease;
}

.floating-whatsapp:hover {
  transform: translateY(-2px);
}

.has-selection-bar .floating-whatsapp {
  bottom: calc(78px + env(safe-area-inset-bottom));
}

.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 var(--panel-border);
  border-radius: 8px;
  background: var(--toast-bg);
  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);
}

.legal-main a {
  color: var(--accent-strong);
  font-weight: 700;
  text-decoration: none;
}

.legal-main a:hover {
  text-decoration: underline;
  color: var(--heading);
}

.legal-back {
  margin-top: 36px !important;
}

.legal-wa {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f0d78c, #c9a227 45%, #a8871c);
  color: #1a1408 !important;
  padding: 0 18px;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(201, 162, 39, 0.22);
}

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

.placeholder-notice strong {
  display: block;
  color: var(--text);
  margin-bottom: 6px;
}

.placeholder-notice p {
  margin: 0;
}

@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-top {
    grid-template-columns: 1.4fr 0.8fr;
    align-items: start;
    justify-content: space-between;
  }

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

  .footer-trust {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding: 18px 20px;
  }

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

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

  .theme-toggle-label {
    display: none;
  }

  .theme-toggle {
    min-width: 42px;
    justify-content: center;
    padding: 8px;
  }

  .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;
  }
}


/* ===== Microanimações premium ===== */
@media (prefers-reduced-motion: no-preference) {
  .category-card,
  .feedback-card,
  .step,
  .model-card,
  .final-cta,
  .trust-proof {
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  }

  .category-card:hover,
  .feedback-card:hover,
  .model-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(120, 95, 40, 0.14);
  }

  html[data-theme="dark"] .category-card:hover,
  html[data-theme="dark"] .feedback-card:hover,
  html[data-theme="dark"] .model-card:hover {
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.45);
  }

  .category-action,
  .select-model-button,
  .copy-selection-button,
  .secondary-button,
  .theme-toggle,
  .final-cta-button,
  #review-selection,
  #load-more,
  #toggle-feedbacks {
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
  }

  .category-action:hover,
  .select-model-button:hover,
  .copy-selection-button:hover,
  .secondary-button:hover,
  .final-cta-button:hover,
  #review-selection:hover,
  #load-more:hover,
  #toggle-feedbacks:hover {
    transform: translateY(-1px);
  }

  .brand-logo,
  .footer-logo {
    transition: transform 220ms ease, box-shadow 220ms ease;
  }

  .brand-button:hover .brand-logo,
  .footer-brand-row:hover .footer-logo {
    transform: scale(1.04);
  }

  .category-grid > *,
  .feedback-grid > *,
  .steps-grid > * {
    animation: alta-rise 520ms ease both;
  }

  .category-grid > *:nth-child(1),
  .feedback-grid > *:nth-child(1),
  .steps-grid > *:nth-child(1) { animation-delay: 40ms; }
  .category-grid > *:nth-child(2),
  .feedback-grid > *:nth-child(2),
  .steps-grid > *:nth-child(2) { animation-delay: 80ms; }
  .category-grid > *:nth-child(3),
  .feedback-grid > *:nth-child(3),
  .steps-grid > *:nth-child(3) { animation-delay: 120ms; }
  .category-grid > *:nth-child(4),
  .feedback-grid > *:nth-child(4) { animation-delay: 160ms; }
  .category-grid > *:nth-child(5),
  .feedback-grid > *:nth-child(5) { animation-delay: 200ms; }
  .category-grid > *:nth-child(6),
  .feedback-grid > *:nth-child(6) { animation-delay: 240ms; }
  .category-grid > *:nth-child(7) { animation-delay: 280ms; }
  .category-grid > *:nth-child(8) { animation-delay: 320ms; }
  .category-grid > *:nth-child(9) { animation-delay: 360ms; }

  @keyframes alta-rise {
    from {
      opacity: 0;
      transform: translateY(12px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

/* ===== Cookie banner ===== */
.cookie-banner {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom));
  z-index: 90;
}

.cookie-banner-inner {
  width: min(720px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 14px;
  border: 1px solid var(--panel-border, var(--line));
  border-radius: 16px;
  background: var(--surface, #121212);
  box-shadow: var(--shadow);
  padding: 16px;
}

.cookie-copy strong {
  display: block;
  color: var(--heading, var(--accent-strong));
  font-size: 0.95rem;
  margin-bottom: 6px;
}

.cookie-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.cookie-copy a {
  color: var(--accent-strong);
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.cookie-btn {
  min-height: 40px;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 0 16px;
}

.cookie-btn-ghost {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--accent-strong);
}

.cookie-btn-solid {
  border: 0;
  background: linear-gradient(135deg, #f0d78c, #d4af37 45%, #a8871c);
  color: #1a1408;
}

@media (min-width: 700px) {
  .cookie-banner-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}