/* COZQ v3 chrome: legacy footer, pill nav, WhatsApp FAB, cookie banner */
body.cozq-v3 {
  --onyx: #0d0d0d; --black: #0d0d0d; --white: #fff; --primary-light: #ff4d20; --electric-yellow: #ff4d20;
  --energy-orange: #ff4d20; --surface-muted: #f3f4f6;
  --gray-50: #f9fafb; --gray-300: #d1d5db; --gray-400: #9ca3af; --gray-500: #6b7280; --gray-600: #4b5563; --gray-800: #1f2937;
  --s-2: 0.5rem; --s-3: 0.75rem; --s-4: 1rem; --s-5: 1.25rem; --s-6: 1.5rem; --s-8: 2rem; --s-10: 2.5rem; --s-12: 3rem;
  --fs-xs: 0.75rem; --fs-sm: 0.875rem; --fs-base: 1rem; --fs-lg: 1.125rem; --fs-2xl: 1.5rem;
  --br-sm: 0.25rem; --br-full: 9999px; --font-heading: var(--v3-font-display); --font-body: var(--v3-font-body);
  --ease-2: cubic-bezier(0.33, 1, 0.68, 1); --ease-3: cubic-bezier(0.22, 1, 0.36, 1);
}
body.cozq-v3 .container { width: min(1200px, 100% - 2rem); margin-inline: auto; padding-inline: 1rem; }
body.cozq-v3 .v3-main,
body.cozq-v3 .site-main {
  padding-top: 0;
  margin-top: 0;
}
.site-header.site-header--floating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  border: none;
  padding: 1.25rem 0 0;
  will-change: transform;
}

.site-header.site-header--floating.hide {
  transform: translateY(calc(-100% - 1.5rem));
}

.nav-shell {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--s-3);
}

@media (min-width: 768px) {
  .nav-shell {
    padding: 0 var(--s-4);
  }
}

.nav-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-3);
  min-height: 3.25rem;
  padding: 0.35rem 0.35rem 0.35rem 1.25rem;
  background: var(--onyx);
  border-radius: var(--br-full);
  box-shadow: 0 12px 40px rgba(13, 13, 13, 0.14);
}

.nav-pill__brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.nav-pill__brand::after {
  display: none;
}

.nav-pill__logo {
  height: 28px;
  width: auto;
  display: block;
}

.nav-pill__nav {
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  flex: 1;
}

@media (min-width: 900px) {
  .nav-pill__nav {
    display: flex;
    flex-wrap: nowrap;
  }
}

.nav-pill__link {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--white);
  transition: color 0.2s ease;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .nav-pill__link {
    font-size: var(--fs-sm);
    letter-spacing: 0.06em;
  }
}

.nav-pill__link:hover {
  color: var(--energy-orange);
}

.nav-pill__actions {
  display: flex;
  align-items: center;
  gap: var(--s-2);
}

@media (max-width: 899px) {
  .nav-pill__link--login {
    display: none;
  }
}

@media (min-width: 900px) {
  .nav-pill__link--login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.25rem;
    padding: 0.55rem 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: var(--br-full);
    color: var(--white);
    background: transparent;
    letter-spacing: 0.02em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  }

  .nav-pill__link--login:hover {
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.12);
  }
}

.nav-pill__cta {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.35rem;
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--onyx);
  background: var(--white);
  border-radius: var(--br-full);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-pill__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.2);
}

@media (min-width: 900px) {
  .nav-pill__cta {
    display: inline-flex;
  }
}

.nav-pill__dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* Invisible bridge so the panel stays open while moving the pointer down */
.nav-pill__dropdown::after {
  content: '';
  position: absolute;
  left: -0.5rem;
  right: -0.5rem;
  top: 100%;
  height: 0.85rem;
}

.nav-pill__dropdown-toggle {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  line-height: 1;
  vertical-align: baseline;
}

.nav-pill__dropdown-toggle:focus {
  outline: none;
}

.nav-pill__dropdown-toggle:focus-visible {
  outline: 2px solid var(--energy-orange);
  outline-offset: 3px;
  border-radius: 2px;
}

.nav-pill__dropdown-caret {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 0.55rem;
  line-height: 1;
  opacity: 0.65;
  transition: transform 0.2s ease;
}

.nav-pill__dropdown.is-open .nav-pill__dropdown-caret,
.nav-pill__dropdown:hover .nav-pill__dropdown-caret,
.nav-pill__dropdown:focus-within .nav-pill__dropdown-caret {
  transform: rotate(180deg);
}

.nav-pill__dropdown.is-active .nav-pill__dropdown-toggle,
.nav-pill__dropdown.is-open .nav-pill__dropdown-toggle,
.nav-pill__dropdown:hover .nav-pill__dropdown-toggle,
.nav-pill__dropdown:focus-within .nav-pill__dropdown-toggle {
  color: var(--energy-orange);
}

.nav-pill__dropdown-panel {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  min-width: 11.5rem;
  padding: 0.35rem;
  background: var(--white);
  border-radius: 1rem;
  box-shadow: 0 16px 40px rgba(13, 13, 13, 0.18);
  transform: translateX(-50%) translateY(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 10;
}

.nav-pill__dropdown:hover .nav-pill__dropdown-panel,
.nav-pill__dropdown:focus-within .nav-pill__dropdown-panel,
.nav-pill__dropdown.is-open .nav-pill__dropdown-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav-pill__dropdown-link {
  display: block;
  padding: 0.55rem 0.75rem;
  border-radius: 0.65rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--gray-600);
  transition: background 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .nav-pill__dropdown-link {
    font-size: 0.72rem;
  }
}

.nav-pill__dropdown-link:hover,
.nav-pill__dropdown-link.is-active {
  background: var(--gray-50);
  color: var(--onyx);
}

.mobile-nav__group {
  margin: var(--s-2) 0;
}

.mobile-nav__group-label {
  display: block;
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  margin-bottom: var(--s-2);
  padding-left: 0.15rem;
}

.mobile-nav__sublist {
  list-style: none;
  margin: 0;
  padding: 0 0 0 var(--s-3);
  border-left: 2px solid rgba(255, 255, 255, 0.12);
}

.mobile-nav__sublist .menu-link--sub {
  font-size: var(--fs-2xl);
  opacity: 0.92;
}

.site-header.site-header--floating .mobile-nav-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
  border-radius: 50%;
  font-size: 1rem;
}

@media (min-width: 900px) {
  .site-header.site-header--floating .mobile-nav-toggle {
    display: none;
  }
}

.site-header.site-header--floating .mobile-nav-toggle:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.35);
}

/* —— Hero minimal —— */
.hero.hero--minimal {
  position: relative;
  min-height: 0;
  padding: var(--s-10) 0 var(--s-12);
  background: var(--white);
  overflow: visible;
}

.hero.hero--minimal::before {
  display: none;
}

.hero--minimal__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-10);
  align-items: start;
  position: relative;
  z-index: 2;
}

/* Three children (pill, copy, visual): without explicit placement, grid auto-flow puts copy in column 2 and visual under the pill. Lock copy + pill to column 1 and showcase to column 2. (Not used when .hero--minimal__wrap--mega.) */
@media (min-width: 1025px) {
  .hero--minimal__wrap:not(.hero--minimal__wrap--mega) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr);
    grid-template-rows: auto minmax(0, 1fr);
    align-items: start;
  }

  .hero--minimal__wrap:not(.hero--minimal__wrap--mega) > .hero__pill {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    justify-self: start;
  }

  .hero--minimal__wrap:not(.hero--minimal__wrap--mega) > .hero--minimal__copy {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
  }

  .hero--minimal__wrap:not(.hero--minimal__wrap--mega) > .hero--minimal__visual-column {
    grid-column: 2;
    grid-row: 1 / -1;
    align-self: start;
    justify-self: stretch;
    margin-left: 0;
    margin-right: 0;
    margin-top: -5rem;
    max-width: none;
    align-items: stretch;
  }
}

/* Mega hero: headline uses full container width; showcase floats right and copy wraps */
.hero--minimal__wrap--mega {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--s-5);
}

.hero--minimal__wrap--mega > .hero__pill {
  margin-bottom: 0;
  align-self: center;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
}

.hero--minimal__body {
  display: block;
  width: 100%;
}

.hero-showcase-float {
  position: relative;
  z-index: 2;
}

@media (min-width: 1025px) {
  .hero-showcase-float {
    float: right;
    width: min(44%, 27.5rem);
    margin: 0.2em 0 var(--s-6) var(--s-8);
    shape-outside: margin-box;
  }

  .hero-showcase-float .hero__image-wrapper--minimal.hero__image-wrapper--ref-tile {
    min-height: clamp(220px, 28vw, 320px);
  }
}

@media (max-width: 1024px) {
  .hero--minimal__body {
    display: flex;
    flex-direction: column;
    gap: var(--s-6);
  }

  .hero--minimal__body .hero--minimal__copy {
    order: 1;
  }

  .hero--minimal__body .hero-showcase-float {
    order: 2;
    float: none;
    width: 100%;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero--minimal__body::after {
  content: "";
  display: table;
  clear: both;
}

.hero--minimal__wrap--mega .hero--minimal__copy {
  max-width: none;
  text-align: left;
  margin: 0;
}

.hero__actions--mega-clear {
  clear: both;
  width: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.hero__actions--mega-clear.hero__actions--ref-stack {
  align-items: center;
}

.hero__actions--mega-clear.hero__actions--ref-stack .btn {
  width: auto;
  min-width: 11.5rem;
}

@media (min-width: 1025px) {
  .hero__actions--mega-clear.hero__actions--ref-stack {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--s-3);
  }
}

.hero--minimal__visual-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -4.25rem;
}

@media (max-width: 1024px) {
  .hero--minimal__visual-column {
    max-width: 100%;
  }
}

.hero--minimal__copy {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto;
}

.site-header.site-header--floating .mobile-nav-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
  border-radius: 50%;
  font-size: 1rem;
}

@media (min-width: 900px) {
  .site-header.site-header--floating .mobile-nav-toggle {
    display: none;
  }
}

.site-header.site-header--floating .mobile-nav-toggle:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.35);
}

/* —— Hero minimal —— */
.hero.hero--minimal {
  position: relative;
  min-height: 0;
  padding: var(--s-10) 0 var(--s-12);
  background: var(--white);
  overflow: visible;
}

.hero.hero--minimal::before {
  display: none;
}

.hero--minimal__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-10);
  align-items: start;
  position: relative;
  z-index: 2;
}

/* Three children (pill, copy, visual): without explicit placement, grid auto-flow puts copy in column 2 and visual under the pill. Lock copy + pill to column 1 and showcase to column 2. (Not used when .hero--minimal__wrap--mega.) */
@media (min-width: 1025px) {
  .hero--minimal__wrap:not(.hero--minimal__wrap--mega) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr);
    grid-template-rows: auto minmax(0, 1fr);
    align-items: start;
  }

  .hero--minimal__wrap:not(.hero--minimal__wrap--mega) > .hero__pill {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    justify-self: start;
  }

  .hero--minimal__wrap:not(.hero--minimal__wrap--mega) > .hero--minimal__copy {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
  }

  .hero--minimal__wrap:not(.hero--minimal__wrap--mega) > .hero--minimal__visual-column {
    grid-column: 2;
    grid-row: 1 / -1;
    align-self: start;
    justify-self: stretch;
    margin-left: 0;
    margin-right: 0;
    margin-top: -5rem;
    max-width: none;
    align-items: stretch;
  }
}

/* Mega hero: headline uses full container width; showcase floats right and copy wraps */
.hero--minimal__wrap--mega {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--s-5);
}

.hero--minimal__wrap--mega > .hero__pill {
  margin-bottom: 0;
  align-self: center;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
}

.hero--minimal__body {
  display: block;
  width: 100%;
}

.hero-showcase-float {
  position: relative;
  z-index: 2;
}

@media (min-width: 1025px) {
  .hero-showcase-float {
    float: right;
    width: min(44%, 27.5rem);
    margin: 0.2em 0 var(--s-6) var(--s-8);
    shape-outside: margin-box;
  }

  .hero-showcase-float .hero__image-wrapper--minimal.hero__image-wrapper--ref-tile {
    min-height: clamp(220px, 28vw, 320px);
  }
}

@media (max-width: 1024px) {
  .hero--minimal__body {
    display: flex;
    flex-direction: column;
    gap: var(--s-6);
  }

  .hero--minimal__body .hero--minimal__copy {
    order: 1;
  }

  .hero--minimal__body .hero-showcase-float {
    order: 2;
    float: none;
    width: 100%;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero--minimal__body::after {
  content: "";
  display: table;
  clear: both;
}

.hero--minimal__wrap--mega .hero--minimal__copy {
  max-width: none;
  text-align: left;
  margin: 0;
}

.hero__actions--mega-clear {
  clear: both;
  width: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.hero__actions--mega-clear.hero__actions--ref-stack {
  align-items: center;
}

.hero__actions--mega-clear.hero__actions--ref-stack .btn {
  width: auto;
  min-width: 11.5rem;
}

@media (min-width: 1025px) {
  .hero__actions--mega-clear.hero__actions--ref-stack {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--s-3);
  }
}

.hero--minimal__visual-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -4.25rem;
}

@media (max-width: 1024px) {
  .hero--minimal__visual-column {
    max-width: 100%;
  }
}

.hero--minimal__copy {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .hero--minimal__copy {
    text-align: left;
    margin: 0;
    max-width: none;
  }
}

.pill-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1rem;
  margin-bottom: var(--s-4);
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--onyx);
  background: var(--electric-yellow);
  border-radius: var(--br-full);
}

.pill-tag--dark {
  background: var(--onyx);
  color: var(--white);
}

.pill-tag--outline {
  background: transparent;
  color: var(--onyx);
  border: 1px solid rgba(13, 13, 13, 0.12);
}

.hero-headline {
  font-size: clamp(2.65rem, 5.8vw, 5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: var(--onyx);
  margin-bottom: var(--s-4);
}

.headline-line {
  display: block;
}

.headline-ghost {
  color: var(--text-muted);
  font-weight: 500;
}

.site-footer.site-footer--minimal {
  position: relative;
  overflow: hidden;
  container-type: inline-size;
  background: var(--onyx);
  color: var(--white);
  padding: var(--s-12) 0 var(--s-6);
  border-top: none;
}

.site-footer__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--s-10);
}

.footer-top,
.footer-mid,
.footer-bottom--minimal {
  position: relative;
  z-index: 1;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--s-8);
}

.footer-link-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: var(--s-2) var(--s-6);
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .footer-link-grid {
    grid-template-columns: repeat(3, minmax(120px, 1fr));
  }
}

.footer-link-grid a {
  color: rgba(255, 255, 255, 0.65);
  font-size: var(--fs-sm);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.footer-link-grid a:hover {
  color: var(--white);
}

.footer-top__hello {
  text-align: right;
}

.footer-hello-label {
  font-size: var(--fs-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: var(--s-2);
}

.footer-hello-email {
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--white);
  word-break: break-word;
}

.footer-hello-email:hover {
  color: var(--electric-yellow);
}

.footer-mid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--s-4);
  padding-top: var(--s-6);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-mid__tag {
  color: rgba(255, 255, 255, 0.55);
  font-size: var(--fs-sm);
  letter-spacing: 0.04em;
  line-height: 1.6;
  max-width: 420px;
  margin: 0;
}

.footer-social {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-4);
  margin: 0;
  padding: 0;
}

.footer-social a {
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--fs-sm);
  letter-spacing: 0.06em;
}

.footer-social a:hover {
  color: var(--electric-yellow);
}

.footer-brand-block {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.footer-mega-brand {
  position: relative;
  bottom: -0.12em;
  display: block;
  width: max-content;
  max-width: none;
  padding: 0;
  font-family: var(--font-heading);
  font-size: clamp(6rem, 28.5cqw, 45rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.82;
  color: rgba(255, 255, 255, 0.06);
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: auto;
  transition: color 0.2s ease;
}

.footer-mega-brand:hover {
  color: rgba(255, 255, 255, 0.1);
}

.footer-bottom--minimal {
  padding-top: var(--s-6);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}

.footer-bottom__company {
  font-size: var(--fs-xs);
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.6;
  margin-bottom: var(--s-3);
}

.footer-bottom--minimal .footer-legal a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-size: var(--fs-xs);
  letter-spacing: 0.04em;
}

.footer-bottom--minimal .footer-legal a:hover {
  color: var(--white);
}

@media (max-width: 640px) {
  .footer-top__hello {
    text-align: left;
  }
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: var(--s-4);
  background: var(--black);
  color: var(--white);
  border-top: 3px solid var(--primary-light);
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
  transition: transform 0.4s var(--ease-3);
}

.cookie-banner.is-visible {
  transform: translateY(0);
}

.cookie-banner--dismissed {
  display: none !important;
}

.cookie-banner__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-4);
}

.cookie-banner__content {
  flex: 1 1 280px;
}

.cookie-banner__title {
  font-size: var(--fs-lg);
  font-weight: 800;
  margin-bottom: var(--s-2);
  color: var(--white);
}

.cookie-banner__text {
  font-size: var(--fs-sm);
  line-height: 1.6;
  color: var(--gray-300);
  margin: 0;
}

.cookie-banner__text a {
  color: var(--primary-light);
  font-weight: 700;
  text-decoration: underline;
}

.cookie-banner__text a:hover {
  text-decoration: none;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-2);
  flex-shrink: 0;
}

.cookie-banner__btn {
  padding: var(--s-2) var(--s-4);
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  font-weight: 700;
  border-radius: var(--br-sm);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  border: 2px solid transparent;
}

.cookie-banner__btn--reject {
  background: transparent;
  color: var(--gray-300);
  border-color: var(--gray-500);
}

.cookie-banner__btn--reject:hover {
  background: var(--gray-800);
  color: var(--white);
  border-color: var(--gray-400);
}

.cookie-banner__btn--accept {
  background: var(--primary-light);
  color: var(--black);
  border-color: var(--primary-light);
}

.cookie-banner__btn--accept:hover {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
}

@media (max-width: 640px) {
  .cookie-banner__inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .cookie-banner__actions {
    justify-content: center;
  }
}
.whatsapp-icon {
  display: block;
  width: 1.35rem;
  height: 1.35rem;
}

.whatsapp-fab {
  position: fixed;
  right: max(var(--s-4), env(safe-area-inset-right, 0px));
  bottom: max(var(--s-4), env(safe-area-inset-bottom, 0px));
  z-index: 9998;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.35);
  transition: transform 0.2s var(--ease-3), box-shadow 0.2s var(--ease-3), background 0.2s;
}

.whatsapp-fab:hover {
  background: #1ebe57;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(37, 211, 102, 0.42);
}

.whatsapp-fab:focus-visible {
  outline: 3px solid var(--electric-yellow);
  outline-offset: 3px;
}

.whatsapp-fab .whatsapp-icon {
  width: 1.65rem;
  height: 1.65rem;
  flex-shrink: 0;
}

body.is-cookie-banner-visible .whatsapp-fab {
  bottom: calc(7.5rem + env(safe-area-inset-bottom, 0px));
}

@media (max-width: 640px) {
  body.is-cookie-banner-visible .whatsapp-fab {
    bottom: calc(8.5rem + env(safe-area-inset-bottom, 0px));
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  padding: var(--s-3) var(--s-5);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--fs-base);
  border-radius: var(--br-full);
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease,
    transform 0.3s var(--ease-2), box-shadow 0.3s var(--ease-2), filter 0.25s ease;
  border: 3px solid transparent;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.btn::before {
  display: none;
}

.btn-primary {
  background: var(--energy-orange);
  color: var(--white);
  border-color: transparent;
}

.btn-primary:hover {
  filter: brightness(1.05);
  box-shadow: 0 12px 36px rgba(255, 77, 32, 0.35);
}

.btn-secondary {
  background: var(--white);
  color: var(--onyx);
  border: 1px solid rgba(13, 13, 13, 0.12);
}

.btn-secondary:hover {
  background: var(--surface-muted);
  color: var(--onyx);
  border-color: rgba(13, 13, 13, 0.18);
}

.btn-pill-outline {
  border: 1px solid rgba(13, 13, 13, 0.15);
}
