:root {
  --bg: #f3eee6;
  --bg-soft: #e9dfd2;
  --bg-warm: #d6c5b4;
  --paper: #fbf7f0;
  --ink: #14120f;
  --ink-soft: #4b4740;
  --ink-muted: #736d63;
  --line: rgba(20, 18, 15, 0.1);
  --line-strong: rgba(20, 18, 15, 0.18);
  --brand: #702b2f;
  --brand-deep: #4e1e22;
  --accent: #c6a05f;
  --rose: #9a604e;
  --mist: #697b83;
  --dark: #17130f;
  --dark-soft: #252018;
  --white: #ffffff;
  --radius-sm: 6px;
  --radius-md: 8px;
  --shadow-soft: 0 20px 44px rgba(16, 22, 22, 0.08);
  --shadow-deep: 0 26px 64px rgba(7, 11, 10, 0.18);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Manrope", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

main {
  overflow: clip;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 30;
  background: var(--dark);
  color: var(--white);
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
}

.skip-link:focus {
  top: 1rem;
}

.section,
.page-hero,
.policy-hero {
  position: relative;
}

.section {
  padding: 5.5rem 0;
}

.section-light {
  background: var(--bg);
}

.section-dark {
  background: linear-gradient(180deg, #17130f 0%, #252018 100%);
  color: var(--white);
}

.section-quiet {
  background: var(--paper);
}

.section-cta {
  background: linear-gradient(180deg, #efe6da 0%, #dccbbb 100%);
}

.section-inner {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 24;
  background: rgba(251, 248, 243, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(18, 24, 24, 0.08);
}

.utility-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 0.75rem 0;
  font-size: 0.84rem;
  color: var(--ink-muted);
}

.utility-bar p {
  margin: 0;
}

.utility-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.utility-links a {
  color: var(--ink);
}

.header-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1rem 0;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand) 0%, var(--accent) 100%);
  color: var(--white);
  font-weight: 800;
  font-size: 0.88rem;
  box-shadow: 0 12px 28px rgba(18, 24, 24, 0.16);
}

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

.brand-copy strong {
  font-size: 0.95rem;
  letter-spacing: 0.14rem;
}

.brand-copy small {
  font-size: 0.78rem;
  color: var(--ink-muted);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}

.site-nav a {
  color: var(--ink-soft);
  font-size: 0.96rem;
}

.site-nav a.is-active,
.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
}

.site-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0 1.1rem;
  border-radius: var(--radius-sm);
  background: var(--dark);
  color: var(--white) !important;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.45rem;
}

.menu-toggle span {
  display: block;
  width: 1.5rem;
  height: 2px;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  color: var(--white);
  background: var(--dark);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(9, 14, 13, 0.86) 0%, rgba(9, 14, 13, 0.48) 52%, rgba(10, 15, 14, 0.62) 100%),
    linear-gradient(180deg, rgba(10, 15, 14, 0.14) 0%, rgba(10, 15, 14, 0.74) 100%);
}

.hero-content {
  position: relative;
  display: grid;
  gap: 2rem;
  padding-top: 8rem;
  padding-bottom: 5rem;
}

.hero-copy {
  max-width: 44rem;
}

.eyebrow,
.breadcrumb {
  margin: 0 0 1rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.14rem;
  font-size: 0.78rem;
  font-weight: 700;
}

.breadcrumb {
  color: var(--ink-muted);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}

.breadcrumb a {
  color: var(--ink);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
}

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 600;
}

h1 {
  font-size: 4.45rem;
  max-width: 12ch;
}

h2 {
  font-size: 3rem;
  max-width: 15ch;
}

h3 {
  font-size: 1.18rem;
}

p {
  margin: 0;
}

.hero-copy > p:last-of-type,
.section-heading p:last-of-type,
.page-hero-copy p:last-of-type,
.cta-copy p:last-of-type,
.policy-hero-copy p:last-of-type,
.contact-summary p:last-of-type {
  margin-top: 1.05rem;
}

.hero-copy > p:last-of-type {
  max-width: 41rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.15rem;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  font-size: 0.96rem;
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover,
.button:focus-visible,
.text-link:hover,
.text-link:focus-visible,
.assistant-choice:hover,
.assistant-choice:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--brand);
  color: var(--white);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--brand-deep);
}

.button-secondary {
  background: transparent;
  color: inherit;
  border-color: currentColor;
}

.hero .button-secondary,
.page-hero .button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 56rem;
}

.hero-metrics div {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-metrics dt {
  font-size: 1.2rem;
  font-weight: 800;
}

.hero-metrics dd {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.signal-band {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.signal-grid,
.contact-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.35rem 0;
}

.signal-grid article,
.contact-cards article {
  padding: 1.25rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.signal-grid strong,
.contact-cards strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1rem;
}

.contact-cards a,
.contact-cards button {
  margin-top: 0.7rem;
  color: var(--brand);
  font-weight: 700;
}

.section-heading {
  display: grid;
  gap: 0.65rem;
}

.section-heading.compact h2,
.split-heading h2 {
  max-width: 16ch;
}

.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.split-layout,
.cta-layout,
.page-hero-layout,
.contact-layout,
.dashboard-grid-two {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: 2rem;
  align-items: center;
}

.split-layout-reverse {
  grid-template-columns: minmax(340px, 0.95fr) minmax(0, 1.05fr);
}

.check-list,
.focus-panel ul,
.sector-panel ul,
.contact-summary ul,
.policy-article ul {
  margin: 1.15rem 0 0;
  padding-left: 1.15rem;
}

.check-list li,
.focus-panel li,
.sector-panel li,
.contact-summary li,
.policy-article li {
  margin-bottom: 0.55rem;
}

.media-card {
  overflow: clip;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  background: var(--paper);
}

.media-card img {
  height: 100%;
  object-fit: cover;
}

.media-tall {
  min-height: 34rem;
}

.service-grid,
.detail-grid,
.leader-grid,
.number-grid,
.matrix-grid,
.insight-grid,
.dashboard-stats,
.funnel-grid {
  display: grid;
  gap: 1rem;
}

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

.detail-grid,
.leader-grid,
.number-grid,
.matrix-grid,
.insight-grid,
.dashboard-stats,
.funnel-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.detail-card,
.insight-card,
.leader-card,
.number-card,
.matrix-card,
.program-card,
.dashboard-stat-card,
.dashboard-panel-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.4rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.76);
}

.section-dark .service-card,
.section-dark .detail-card,
.section-dark .insight-card,
.section-dark .matrix-card,
.section-dark .program-card,
.section-dark .dashboard-stat-card,
.section-dark .dashboard-panel-card,
.contact-form,
.focus-panel,
.dashboard-panel,
.lead-card,
.agenda-card,
.assistant-panel {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.section-dark .service-card p,
.section-dark .detail-card p,
.section-dark .insight-card p,
.section-dark .program-card p,
.section-dark .dashboard-stat-card small,
.focus-panel p,
.contact-form label,
.contact-form input,
.contact-form select,
.contact-form textarea,
.dashboard-panel p,
.lead-card p,
.agenda-card span,
.agenda-card small {
  color: rgba(255, 255, 255, 0.82);
}

.card-kicker,
.leader-role,
.leader-focus,
.insight-meta,
.dashboard-stat-card span,
.dashboard-panel-head .eyebrow {
  color: var(--ink-muted);
}

.section-dark .card-kicker,
.section-dark .leader-role,
.section-dark .leader-focus,
.section-dark .insight-meta,
.section-dark .dashboard-stat-card span,
.section-dark .dashboard-panel-head .eyebrow {
  color: rgba(255, 255, 255, 0.62);
}

.service-meta,
.program-meta,
.lead-card-meta,
.agenda-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: auto;
}

.service-meta span,
.program-meta span,
.lead-card-meta span,
.agenda-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.75rem;
  border-radius: var(--radius-sm);
  background: rgba(112, 43, 47, 0.08);
  border: 1px solid rgba(112, 43, 47, 0.12);
  color: var(--brand-deep);
  font-size: 0.85rem;
}

.section-dark .service-meta span,
.section-dark .program-meta span,
.dashboard-panel .lead-card-meta span,
.section-dark .agenda-meta span,
.focus-panel .service-meta span {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
}

.service-card ul {
  margin: 1.1rem 0 0;
  padding-left: 1.15rem;
}

.service-card li {
  margin-bottom: 0.5rem;
}

.service-card-footer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: auto;
}

.text-link {
  display: inline-flex;
  align-items: center;
  color: var(--brand);
  font-weight: 700;
}

.section-dark .text-link,
.contact-cards .text-link {
  color: var(--accent);
}

.interactive-panel,
.sector-panel,
.focus-panel {
  display: grid;
  gap: 1.25rem;
}

.toggle-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.toggle-group button {
  display: inline-flex;
  align-items: center;
  min-height: 2.8rem;
  padding: 0 0.95rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink-soft);
}

.toggle-group button.is-active {
  background: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}

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

.sector-footer,
.focus-panel-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.focus-panel {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: var(--radius-md);
}

.focus-panel-copy,
.focus-panel-list {
  display: grid;
  gap: 0.7rem;
}

.focus-panel h2 {
  max-width: 12ch;
}

.matrix-card,
.program-card {
  gap: 0.75rem;
}

.matrix-card.is-active,
.program-card.is-active {
  border-color: rgba(201, 163, 110, 0.65);
  box-shadow: 0 0 0 1px rgba(201, 163, 110, 0.22);
}

.leader-card {
  flex-direction: row;
  gap: 1rem;
}

.leader-initials {
  flex: 0 0 auto;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(201, 163, 110, 0.18) 0%, rgba(140, 162, 171, 0.18) 100%);
  color: var(--accent);
  font-weight: 800;
}

.section-dark .leader-initials {
  background: rgba(255, 255, 255, 0.08);
  color: var(--accent);
}

.number-card strong,
.dashboard-stat-card strong,
.dashboard-panel-card strong {
  font-size: 2rem;
  font-family: var(--font-display);
  font-weight: 600;
}

.page-hero {
  padding: 8rem 0 4rem;
  background: linear-gradient(180deg, var(--paper) 0%, var(--bg) 100%);
}

.page-hero-dashboard {
  background: linear-gradient(180deg, #f7f3ee 0%, #ede6db 100%);
}

.page-hero-copy h1 {
  max-width: 12ch;
  font-size: 3.65rem;
  color: var(--ink);
}

.page-hero-copy p:last-of-type {
  max-width: 42rem;
  color: var(--ink-soft);
}

.contact-layout {
  align-items: start;
}

.contact-summary {
  display: grid;
  gap: 0.9rem;
  align-content: start;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.5rem;
  border-radius: var(--radius-md);
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.82);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.85rem 0.95rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.contact-form textarea {
  min-height: 10rem;
  resize: vertical;
}

.contact-form option {
  color: var(--ink);
}

.field-full {
  grid-column: 1 / -1;
}

.slot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.slot-card {
  display: grid;
  gap: 0.35rem;
  align-content: start;
  min-height: 7rem;
  padding: 1rem;
  text-align: left;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.slot-card strong {
  font-size: 1rem;
}

.slot-card span,
.slot-card small {
  color: var(--ink-soft);
}

.slot-card.is-active {
  border-color: rgba(112, 43, 47, 0.52);
  box-shadow: 0 0 0 1px rgba(112, 43, 47, 0.18);
  background: rgba(112, 43, 47, 0.08);
}

.empty-state {
  margin-top: 1rem;
  color: var(--ink-muted);
}

.map-frame {
  overflow: clip;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.map-frame iframe {
  display: block;
  width: 100%;
  min-height: 28rem;
  border: 0;
}

.notice-layout {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.site-footer {
  background: var(--dark);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  padding: 4rem 0 2rem;
}

.footer-copy,
.footer-note {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.72);
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.65rem;
  color: rgba(255, 255, 255, 0.76);
}

.footer-link-button {
  color: rgba(255, 255, 255, 0.76);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.58);
}

.floating-dock {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: end;
}

.floating-assistant,
.floating-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1rem;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-deep);
}

.floating-assistant {
  background: var(--dark);
  color: var(--white);
}

.floating-whatsapp {
  background: #1f6a54;
  color: var(--white);
}

.cookie-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: min(31rem, calc(100% - 2rem));
  z-index: 27;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(251, 248, 243, 0.98);
  box-shadow: var(--shadow-soft);
}

.cookie-banner p {
  color: var(--ink-soft);
  margin-top: 0.35rem;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  width: 100%;
}

.cookie-actions > a {
  margin-right: auto;
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
}

.faq-item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  text-align: left;
  color: var(--ink);
}

.faq-answer {
  display: none;
  padding: 0 1.15rem 1rem;
  color: var(--ink-soft);
}

.faq-item.is-open .faq-answer {
  display: block;
}

.policy-hero {
  padding: 8rem 0 2rem;
  background: linear-gradient(180deg, var(--paper) 0%, var(--bg) 100%);
}

.policy-hero-copy {
  max-width: 54rem;
}

.policy-hero-copy h1 {
  font-size: 3.55rem;
  color: var(--ink);
}

.policy-layout {
  display: grid;
}

.policy-article {
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.82);
}

.policy-article h2 {
  font-size: 1.6rem;
  margin-top: 2rem;
  max-width: none;
}

.policy-article h2:first-child {
  margin-top: 0;
}

.policy-article p + p,
.policy-article p + ul {
  margin-top: 1rem;
}

.assistant-panel {
  position: fixed;
  right: 1rem;
  bottom: 5.9rem;
  z-index: 23;
  width: min(23.5rem, calc(100% - 2rem));
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-deep);
  overflow: clip;
}

.assistant-panel[hidden] {
  display: none;
}

.assistant-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.assistant-header strong {
  display: block;
}

.assistant-header p {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
}

.assistant-close {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
}

.assistant-thread {
  display: grid;
  gap: 0.75rem;
  max-height: 24rem;
  padding: 1rem;
  overflow: auto;
}

.assistant-message {
  display: flex;
}

.assistant-message p {
  max-width: 90%;
  margin: 0;
  padding: 0.8rem 0.9rem;
  border-radius: var(--radius-md);
}

.assistant-assistant p {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
}

.assistant-user {
  justify-content: end;
}

.assistant-user p {
  background: rgba(112, 43, 47, 0.34);
  color: var(--white);
}

.assistant-composer {
  padding: 0 1rem 1rem;
}

.assistant-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.assistant-choices-stacked {
  flex-direction: column;
}

.assistant-choice {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 0.95rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-weight: 600;
}

.assistant-link-choice {
  text-decoration: none;
}

.assistant-slot-choice {
  justify-content: start;
  align-items: start;
  padding: 0.9rem;
  text-align: left;
}

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

.assistant-slot-choice span {
  color: rgba(255, 255, 255, 0.68);
  margin-top: 0.2rem;
}

.assistant-input-form {
  display: grid;
  gap: 0.75rem;
}

.assistant-input-form input {
  width: 100%;
  min-height: 3rem;
  padding: 0 0.95rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.dashboard-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.dashboard-filters {
  flex: 1;
}

.dashboard-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dashboard-stat-card {
  gap: 0.65rem;
}

.dashboard-grid-two {
  align-items: start;
}

.dashboard-stack {
  display: grid;
  gap: 1rem;
}

.dashboard-panel {
  padding: 1.35rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.dashboard-panel-large {
  min-height: 100%;
}

.dashboard-panel-head {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.dashboard-panel-head h2,
.dashboard-panel-head h3 {
  max-width: 18ch;
}

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

.dashboard-panel-card,
.dashboard-stat-card {
  justify-content: space-between;
}

.source-grid,
.agenda-list,
.lead-pipeline,
.activity-feed {
  display: grid;
  gap: 0.85rem;
}

.source-row {
  display: grid;
  gap: 0.6rem;
}

.source-row strong {
  display: block;
}

.source-row span {
  color: var(--ink-muted);
}

.source-bar {
  width: 100%;
  height: 0.55rem;
  border-radius: 999px;
  background: rgba(112, 43, 47, 0.1);
  overflow: hidden;
}

.source-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--brand) 0%, var(--accent) 100%);
}

.agenda-card {
  gap: 0.85rem;
  padding: 1rem;
}

.agenda-card strong {
  display: block;
}

.lead-card {
  padding: 1rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.lead-card-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.lead-card-top strong {
  display: block;
}

.lead-card-top p {
  margin-top: 0.2rem;
}

.lead-card-meta {
  margin-top: 1rem;
}

.lead-card-note {
  margin-top: 1rem;
}

.lead-card-timeline {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
}

.lead-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.activity-row {
  display: grid;
  gap: 0.3rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.activity-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.catalog-note {
  max-width: 34rem;
  color: var(--ink-soft);
}

.product-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
}

.product-count {
  color: var(--ink-muted);
  font-weight: 700;
  white-space: nowrap;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
  overflow: clip;
}

.product-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  background: var(--bg-soft);
  overflow: clip;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.product-card:hover .product-media img,
.product-card:focus-within .product-media img {
  transform: scale(1.035);
}

.product-media span {
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0 0.65rem;
  border-radius: var(--radius-sm);
  background: rgba(251, 247, 240, 0.9);
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 800;
}

.product-card-body {
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
}

.product-meta,
.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.product-meta span,
.product-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  padding: 0 0.6rem;
  border-radius: var(--radius-sm);
  background: rgba(112, 43, 47, 0.08);
  color: var(--brand-deep);
  font-size: 0.76rem;
  font-weight: 800;
}

.product-card h3 {
  font-size: 1.14rem;
}

.product-card p {
  color: var(--ink-soft);
}

.product-price {
  display: block;
  font-family: var(--font-display);
  font-size: 1.75rem;
  line-height: 1;
  color: var(--ink);
}

.product-sizes {
  font-size: 0.9rem;
}

.product-actions {
  display: grid;
  gap: 0.65rem;
  margin-top: auto;
  padding: 0 1rem 1rem;
}

.product-actions .button {
  width: 100%;
}

.product-strip {
  display: grid;
  gap: 1rem;
}

.product-strip-card {
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 0.8rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

.product-strip-card img {
  width: 7rem;
  height: 7rem;
  object-fit: cover;
  border-radius: var(--radius-sm);
}

.product-strip-card div {
  display: grid;
  gap: 0.35rem;
}

.product-strip-card span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
}

.product-strip-card strong {
  color: var(--white);
  font-size: 1.08rem;
}

.product-strip-card small {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.detail-grid-tight {
  grid-template-columns: 1fr;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0 0.75rem;
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
  font-weight: 700;
  border: 1px solid transparent;
  white-space: nowrap;
}

.status-novo {
  background: rgba(140, 162, 171, 0.14);
  color: #50707b;
  border-color: rgba(140, 162, 171, 0.22);
}

.status-qualificado {
  background: rgba(201, 163, 110, 0.14);
  color: #8d6a38;
  border-color: rgba(201, 163, 110, 0.22);
}

.status-agendado,
.status-confirmado {
  background: rgba(112, 43, 47, 0.16);
  color: #2f5c52;
  border-color: rgba(112, 43, 47, 0.24);
}

.status-em-follow-up {
  background: rgba(183, 134, 118, 0.16);
  color: #8b5c4c;
  border-color: rgba(183, 134, 118, 0.22);
}

.status-desistencia,
.status-no-show,
.status-cancelado {
  background: rgba(120, 69, 69, 0.14);
  color: #7a4b4b;
  border-color: rgba(120, 69, 69, 0.2);
}

.section-dark .status-pill,
.lead-card .status-pill,
.agenda-card .status-pill {
  color: var(--white);
}

.section-dark .status-novo,
.lead-card .status-novo,
.agenda-card .status-novo {
  background: rgba(140, 162, 171, 0.22);
  border-color: rgba(140, 162, 171, 0.24);
}

.section-dark .status-qualificado,
.lead-card .status-qualificado,
.agenda-card .status-qualificado {
  background: rgba(201, 163, 110, 0.22);
  border-color: rgba(201, 163, 110, 0.26);
}

.section-dark .status-agendado,
.section-dark .status-confirmado,
.lead-card .status-agendado,
.lead-card .status-confirmado,
.agenda-card .status-agendado,
.agenda-card .status-confirmado {
  background: rgba(112, 43, 47, 0.34);
  border-color: rgba(112, 43, 47, 0.3);
}

.section-dark .status-em-follow-up,
.lead-card .status-em-follow-up,
.agenda-card .status-em-follow-up {
  background: rgba(183, 134, 118, 0.28);
  border-color: rgba(183, 134, 118, 0.28);
}

.section-dark .status-desistencia,
.section-dark .status-no-show,
.section-dark .status-cancelado,
.lead-card .status-desistencia,
.lead-card .status-no-show,
.lead-card .status-cancelado,
.agenda-card .status-desistencia,
.agenda-card .status-no-show,
.agenda-card .status-cancelado {
  background: rgba(120, 69, 69, 0.28);
  border-color: rgba(120, 69, 69, 0.24);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible,
button:focus-visible,
a:focus-visible {
  outline: 2px solid rgba(201, 163, 110, 0.65);
  outline-offset: 2px;
}

@media (max-width: 1180px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.7rem;
  }

  .service-grid,
  .product-grid,
  .detail-grid,
  .leader-grid,
  .number-grid,
  .matrix-grid,
  .insight-grid,
  .signal-grid,
  .contact-cards,
  .slot-grid,
  .dashboard-stats,
  .funnel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-layout,
  .cta-layout,
  .page-hero-layout,
  .contact-layout,
  .dashboard-grid-two,
  .footer-grid,
  .focus-panel {
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    max-width: 30rem;
  }
}

@media (max-width: 860px) {
  .utility-bar {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    inset: calc(100% + 1px) 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.75rem 1rem 1rem;
    background: rgba(251, 248, 243, 0.98);
    border-bottom: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }

  h1 {
    font-size: 3.25rem;
  }

  h2,
  .page-hero-copy h1,
  .policy-hero-copy h1 {
    font-size: 2.35rem;
  }

  .section {
    padding: 4rem 0;
  }

  .signal-grid,
  .contact-cards,
  .service-grid,
  .product-grid,
  .detail-grid,
  .leader-grid,
  .number-grid,
  .matrix-grid,
  .insight-grid,
  .slot-grid,
  .dashboard-stats,
  .funnel-grid,
  .contact-form,
  .sector-columns {
    grid-template-columns: 1fr;
  }

  .split-heading,
  .product-toolbar,
  .dashboard-controls,
  .sector-footer,
  .focus-panel-actions {
    flex-direction: column;
    align-items: start;
  }

  .media-tall {
    min-height: 20rem;
  }

  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .cookie-banner {
    left: 0.75rem;
    right: 0.75rem;
    width: auto;
    bottom: 0.75rem;
  }

  .cookie-actions {
    align-items: stretch;
  }

  .cookie-actions > a {
    margin-right: 0;
  }

  .cookie-actions .button {
    width: 100%;
  }

  .assistant-panel {
    left: 0.75rem;
    right: 0.75rem;
    width: auto;
    bottom: 4.8rem;
  }

  .floating-dock {
    left: 1rem;
    right: 1rem;
    align-items: stretch;
  }

  .floating-assistant,
  .floating-whatsapp {
    width: 100%;
  }
}
