:root {
  --bg: #f3ecdf;
  --bg-soft: #f8f4eb;
  --surface: rgba(255, 248, 237, 0.82);
  --surface-strong: rgba(36, 26, 18, 0.9);
  --text: #1f1a15;
  --muted: #6b5d4f;
  --line: rgba(82, 60, 38, 0.12);
  --accent: #9b6b32;
  --accent-deep: #5c3b21;
  --whatsapp: #1faa59;
  --whatsapp-deep: #128c4a;
  --success: #29422c;
  --shadow: 0 24px 60px rgba(53, 34, 20, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(184, 140, 75, 0.18), transparent 26%),
    radial-gradient(circle at 85% 20%, rgba(37, 71, 40, 0.1), transparent 18%),
    linear-gradient(180deg, #fbf7ef 0%, #f2ebdf 100%);
}

img,
video {
  display: block;
  width: 100%;
}

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

button {
  font: inherit;
}

.page-shell {
  min-height: 100vh;
}

@keyframes buttonPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: inherit;
  }

  50% {
    transform: scale(1.035);
    box-shadow: 0 22px 42px rgba(132, 82, 31, 0.22);
  }
}

.hero,
.section {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.hero {
  padding: 28px 0 40px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 0 34px;
}

.brand {
  font-family: "Playfair Display", serif;
  font-size: 1.9rem;
  letter-spacing: 0.02em;
  line-height: 1;
}

.brand-stack {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.brand-copy {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  min-height: 140px;
}

.brand-logo {
  width: 148px;
  height: 148px;
  object-fit: contain;
  flex-shrink: 0;
  mix-blend-mode: multiply;
}

.brand-subline {
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: none;
  color: rgba(107, 93, 79, 0.76);
  max-width: 40ch;
  line-height: 1.35;
}

.topbar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
}

.topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.language-switcher {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
}

.lang-summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--accent-deep);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  list-style: none;
  cursor: pointer;
}

.lang-summary::-webkit-details-marker {
  display: none;
}

.lang-summary::after {
  content: "▾";
  margin-left: 8px;
  font-size: 0.7rem;
}

.lang-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  gap: 6px;
  min-width: 138px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 251, 244, 0.96);
  box-shadow: 0 18px 36px rgba(53, 34, 20, 0.12);
  z-index: 20;
}

.lang-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--accent-deep);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.lang-summary:hover,
.lang-link:hover {
  transform: translateY(-1px);
}

.lang-link.is-active {
  background: linear-gradient(135deg, rgba(31, 170, 89, 0.18), rgba(18, 140, 74, 0.22));
  color: #16653d;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: 30px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent-deep);
}

.eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: rgba(92, 59, 33, 0.55);
}

h1,
h2,
h3 {
  margin: 0;
}

h1,
h2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 0.98;
}

h1 {
  font-size: clamp(3rem, 7vw, 5.9rem);
  max-width: 11ch;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  max-width: 14ch;
}

h3 {
  font-size: 1.4rem;
}

.hero-text,
.section-heading p,
.product-copy p,
.feature-copy p,
.cta-block p,
.split-copy p,
.hero-caption p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 58ch;
  margin-top: 22px;
  font-size: 1.05rem;
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 30px;
  max-width: 760px;
}

.proof-row span,
.social-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  color: var(--accent-deep);
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-actions,
.video-actions,
.action-panel,
.final-action-row,
.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.button:hover,
.slider-button:hover,
.social-chip:hover {
  transform: translateY(-2px);
}

.button-pulse {
  animation: buttonPulse 2.8s ease-in-out infinite;
}

.button-primary {
  background: linear-gradient(135deg, #a87435 0%, #7e4f20 100%);
  color: #fff9f0;
  box-shadow: 0 16px 36px rgba(132, 82, 31, 0.26);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(92, 59, 33, 0.16);
}

.button-small {
  min-height: 42px;
  padding: 10px 16px;
  margin-top: 8px;
  font-size: 0.9rem;
}

.button-whatsapp {
  background: linear-gradient(135deg, var(--whatsapp) 0%, var(--whatsapp-deep) 100%);
  color: #f4fff8;
  box-shadow: 0 16px 30px rgba(31, 170, 89, 0.28);
}

.button-ghost {
  color: var(--accent-deep);
  border-color: rgba(92, 59, 33, 0.14);
  background: transparent;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.hero-metrics article,
.benefits-grid article,
.feature-copy,
.product-copy {
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.44);
  backdrop-filter: blur(18px);
}

.hero-metrics article {
  padding: 18px;
}

.hero-metrics strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.hero-metrics span {
  color: var(--muted);
  line-height: 1.5;
}

.card {
  overflow: hidden;
  border: 1px solid rgba(92, 59, 33, 0.1);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-visual {
  position: relative;
  min-height: 670px;
}

.hero-visual img {
  height: 100%;
  object-fit: cover;
}

.hero-caption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  max-width: 320px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(20, 14, 10, 0.72);
  color: #fef5ea;
}

.hero-caption strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-caption p {
  color: rgba(255, 245, 232, 0.84);
}

.section {
  padding: 42px 0;
}

.section-soft,
.section-accent {
  position: relative;
}

.section-soft::before,
.section-accent::before {
  content: "";
  position: absolute;
  inset: 18px 0;
  z-index: -1;
  border-radius: 42px;
  background: rgba(255, 252, 245, 0.54);
}

.section-accent::before {
  background: linear-gradient(135deg, rgba(108, 69, 31, 0.12), rgba(42, 61, 44, 0.08));
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}

.section-heading-inline {
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.card-grid {
  display: grid;
  gap: 20px;
  align-items: stretch;
}

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

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

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

.card-grid-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card img,
.feature-card img,
.split-visual img,
.mini-gallery img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.feature-image-contain {
  object-fit: contain !important;
  background: rgba(239, 229, 214, 0.88);
}

.feature-image-top {
  object-position: center top;
}

.product-copy,
.feature-copy {
  padding: 20px;
}

.product-copy {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
}

.product-copy strong {
  margin-top: auto;
  color: var(--accent-deep);
}

.slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 28%);
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.slider::-webkit-scrollbar {
  display: none;
}

.product-slider {
  grid-auto-columns: minmax(310px, 34%);
}

.slide {
  scroll-snap-align: start;
}

.slide img {
  aspect-ratio: 0.86 / 1;
  object-fit: cover;
}

.slider-controls {
  display: flex;
  gap: 10px;
}

.slider-button {
  width: 52px;
  height: 52px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
  cursor: pointer;
  font-size: 1.45rem;
  transition: transform 180ms ease, background 180ms ease;
}

.mini-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.video-section {
  padding-top: 8px;
}

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

.video-card {
  padding: 28px;
}

.video-copy {
  max-width: 760px;
}

.is-hidden {
  display: none;
}

.media-preview {
  overflow: hidden;
  border-radius: 26px;
}

.media-preview img,
.media-preview video {
  aspect-ratio: 1.1 / 1;
  object-fit: cover;
  background: #d9ccb8;
}

.media-preview-copy {
  padding: 18px 18px 20px;
}

.media-preview-copy h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.feature-copy {
  min-height: 180px;
}

.cta-block {
  padding: 34px;
}

.offer-highlight {
  position: relative;
  overflow: hidden;
  transition:
    transform 320ms ease,
    box-shadow 320ms ease,
    background 320ms ease,
    border-color 320ms ease;
}

.offer-highlight::after {
  content: "";
  position: absolute;
  inset: -25%;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 211, 150, 0.5), transparent 22%),
    radial-gradient(circle at 82% 24%, rgba(43, 106, 77, 0.18), transparent 18%),
    linear-gradient(120deg, rgba(168, 116, 53, 0.12), rgba(255, 248, 237, 0));
  opacity: 0.45;
  transform: scale(1.05);
  pointer-events: none;
}

.offer-highlight.is-visible {
  background: linear-gradient(135deg, rgba(255, 251, 244, 0.92), rgba(248, 237, 218, 0.98));
  border-color: rgba(167, 113, 52, 0.22);
  box-shadow: 0 30px 70px rgba(112, 71, 28, 0.18);
  transform: translateY(-4px);
}

.offer-badge {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 18px 20px;
  border: 1px solid rgba(167, 113, 52, 0.18);
  border-radius: 24px;
  background: linear-gradient(120deg, rgba(255, 247, 234, 0.86), rgba(244, 227, 199, 0.9));
}

.offer-badge span {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.offer-badge strong {
  font-size: 1.1rem;
  line-height: 1.45;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 20px 0 28px;
}

.benefits-grid article {
  padding: 20px;
}

.benefits-grid strong {
  display: block;
  margin-bottom: 10px;
}

.reveal-panel {
  display: grid;
  justify-items: start;
  gap: 14px;
}

.action-panel {
  align-items: stretch;
  margin-top: 2px;
}

.action-panel .button {
  min-width: 220px;
}

.action-panel-static {
  margin-top: 8px;
}

.split-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 24px;
  padding: 28px;
}

.split-copy {
  padding: 10px 4px;
}

.split-copy > p {
  margin-top: 18px;
  max-width: 58ch;
}

.check-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.check-list li {
  display: flex;
  gap: 10px;
  align-items: start;
  color: var(--muted);
  line-height: 1.6;
}

.check-list li::before {
  content: "•";
  color: var(--success);
  font-weight: 800;
}

.seo-copy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 24px;
  align-items: start;
}

.seo-copy-main {
  display: grid;
  gap: 16px;
}

.seo-copy-main p {
  max-width: 70ch;
}

.seo-copy-side {
  padding: 24px;
}

.seo-copy-side strong {
  display: block;
  margin-bottom: 18px;
  font-size: 1.08rem;
  color: var(--accent-deep);
}

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

.area-card {
  padding: 22px;
}

.area-card h3 {
  margin-bottom: 12px;
}

.area-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 22px 24px;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  color: var(--accent-deep);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  font-size: 1.35rem;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.7;
}

.cta-block-final {
  text-align: center;
}

.analytics-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 24px;
  align-items: center;
  text-align: left;
}

.analytics-copy .section-heading {
  align-items: start;
}

.analytics-copy h2,
.analytics-copy .section-heading p {
  max-width: 720px;
}

.analytics-points {
  display: grid;
  gap: 14px;
  margin: 0 0 24px;
}

.analytics-points article {
  padding: 18px 20px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.52);
}

.analytics-points strong {
  display: block;
  margin-bottom: 8px;
}

.analytics-visual {
  padding: 16px;
  background:
    radial-gradient(circle at top right, rgba(44, 106, 77, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(245, 235, 220, 0.96));
}

.analytics-visual img {
  border-radius: 24px;
  max-width: 100%;
  height: auto;
}

.meeting-inline {
  display: grid;
  gap: 18px;
  padding: 18px;
  background:
    radial-gradient(circle at top right, rgba(44, 106, 77, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(245, 235, 220, 0.96));
}

.meeting-inline-copy {
  display: grid;
  gap: 10px;
  padding: 8px 8px 0;
}

.meeting-inline-copy strong {
  font-size: 1.1rem;
  color: var(--accent-deep);
}

.meeting-inline-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.meeting-link-panel {
  padding: 8px 8px 2px;
}

.meeting-preview {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(92, 59, 33, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
}

.meeting-preview-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.meeting-preview-head span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.meeting-preview-head strong {
  color: var(--accent-deep);
  font-size: 1rem;
}

.meeting-preview-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.meeting-preview-grid span,
.meeting-preview-grid b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 12px;
  font-size: 0.84rem;
}

.meeting-preview-grid span {
  color: var(--muted);
  font-weight: 700;
}

.meeting-preview-grid b {
  background: rgba(92, 59, 33, 0.06);
  color: var(--accent-deep);
}

.meeting-preview-grid b.is-active {
  background: linear-gradient(135deg, rgba(31, 170, 89, 0.2), rgba(18, 140, 74, 0.24));
  border: 1px solid rgba(18, 140, 74, 0.18);
  color: #16653d;
}

.meeting-preview-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.meeting-preview-slots span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(31, 170, 89, 0.1);
  border: 1px solid rgba(18, 140, 74, 0.14);
  color: #16653d;
  font-size: 0.9rem;
  font-weight: 700;
}

.meeting-block {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 24px;
  padding: 28px;
}

.meeting-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.meeting-copy h2,
.meeting-copy p {
  max-width: 34rem;
}

.meeting-points {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.meeting-points article {
  padding: 18px 20px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.5);
}

.meeting-points strong {
  display: block;
  margin-bottom: 8px;
}

.calendly-shell {
  overflow: hidden;
  border: 1px solid rgba(92, 59, 33, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.58);
}

.social-row-pending {
  margin-top: 26px;
}

.social-chip-disabled {
  opacity: 0.64;
  cursor: default;
}

.social-chip-disabled:hover {
  transform: none;
}

.social-row {
  justify-content: center;
  margin-top: 24px;
}

.social-chip {
  background: rgba(255, 255, 255, 0.72);
}

.mini-footer {
  width: min(calc(100% - 32px), var(--container));
  margin: 4px auto 34px;
  padding: 18px 0 8px;
}

.mini-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.mini-footer-brand {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.mini-footer-brand span,
.mini-footer-links a {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--accent-deep);
}

.mini-footer-brand small {
  font-size: 0.74rem;
  color: rgba(107, 93, 79, 0.88);
}

.mini-footer-links,
.mini-footer-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.mini-footer-links a {
  color: var(--muted);
  font-weight: 600;
}

.mini-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.mini-social:hover {
  transform: translateY(-2px);
  border-color: rgba(92, 59, 33, 0.2);
}

.mini-social svg {
  width: 18px;
  height: 18px;
  stroke: var(--accent-deep);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mini-social path {
  fill: var(--accent-deep);
  stroke: none;
}

.mini-social-fill {
  fill: var(--accent-deep);
  stroke: none;
}

.site-footer {
  width: min(calc(100% - 32px), var(--container));
  margin: 8px auto 34px;
  padding: 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 24px;
}

.footer-copy {
  display: grid;
  gap: 16px;
}

.footer-copy p,
.footer-meta p,
.footer-meta li,
.cookie-notice p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.footer-copy strong,
.footer-meta strong {
  color: var(--accent-deep);
}

.footer-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.footer-contact-list a {
  color: var(--accent-deep);
  font-weight: 700;
}

.footer-meta {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.48);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
  color: var(--accent-deep);
  font-weight: 700;
}

.cookie-notice {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  width: min(420px, calc(100% - 24px));
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(92, 59, 33, 0.14);
  background: rgba(255, 250, 242, 0.96);
  box-shadow: 0 24px 54px rgba(61, 42, 23, 0.18);
  backdrop-filter: blur(16px);
}

.cookie-notice.is-hidden {
  display: none;
}

.cookie-notice strong {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-deep);
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.cookie-actions .button {
  min-height: 46px;
  padding-inline: 18px;
}

@media (max-width: 1100px) {
  .card-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .video-grid {
    grid-template-columns: 1fr;
  }

  .slider {
    grid-auto-columns: minmax(280px, 40%);
  }

  .product-slider {
    grid-auto-columns: minmax(280px, 48%);
  }
}

@media (max-width: 920px) {
  .topbar {
    padding-bottom: 24px;
  }

.topbar-links {
    display: none;
  }

  .topbar-right {
    width: 100%;
    justify-content: flex-end;
  }

  .hero-grid,
  .split-card,
  .card-grid-three,
  .card-grid-four,
  .card-grid-two,
  .benefits-grid,
  .analytics-grid,
  .seo-copy-grid,
  .areas-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 440px;
  }

  .brand-logo {
    width: 122px;
    height: 122px;
  }

  .brand-copy {
    min-height: 122px;
  }

  .section-heading-inline {
    align-items: start;
    flex-direction: column;
  }

  .slider {
    grid-auto-columns: minmax(260px, 78%);
  }

  .product-slider {
    grid-auto-columns: minmax(260px, 78%);
  }

  .cta-block-final {
    text-align: left;
  }

  .meeting-block {
    grid-template-columns: 1fr;
  }

  .mini-footer-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .hero,
  .section,
  .site-footer,
  .mini-footer {
    width: min(calc(100% - 20px), var(--container));
  }

  .hero {
    padding-top: 18px;
  }

  .brand-lockup {
    align-items: start;
    gap: 12px;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .topbar-right {
    width: 100%;
    justify-content: space-between;
  }

  .brand-logo {
    width: 116px;
    height: 116px;
  }

  .brand {
    font-size: 1.75rem;
  }

  .brand-copy {
    min-height: 116px;
  }

  .proof-row {
    grid-template-columns: 1fr;
  }

  .proof-row,
  .hero-actions,
  .video-actions,
  .action-panel,
  .social-row,
  .mini-footer-links,
  .mini-footer-socials {
    gap: 10px;
  }

  .card-grid-five,
  .mini-gallery,
  .areas-grid {
    grid-template-columns: 1fr;
  }

  .video-card,
  .cta-block,
  .split-card,
  .site-footer {
    padding: 20px;
  }

  .reveal-panel,
  .action-panel,
  .action-panel-static {
    width: 100%;
  }

  .action-panel .button,
  .action-panel-static .button {
    width: 100%;
    min-width: 0;
  }

  .offer-badge strong {
    font-size: 1rem;
  }

  .hero-caption {
    right: 14px;
    left: 14px;
    bottom: 14px;
    max-width: none;
  }

  .mini-footer-row {
    padding-top: 14px;
  }

  .cookie-notice {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
  }
}
