@font-face {
  font-family: "Britanica";
  src: url("../assets/fonts/Britanica-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Britanica";
  src: url("../assets/fonts/Britanica-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #0e9fdb;
  --blue-deep: #0b94cb;
  --blue-arrow-1: #00b1eb;
  --blue-arrow-2: #009bd9;
  --blue-arrow-3: #177ed0;
  --lime: #c6ff00;
  --lime-soft: #e5ff78;
  --text: #29292b;
  --light: #f0f0f0;
  --line: #2d2d2f;
  --white: #ffffff;
  --header: #ababab;
  --radius: 18px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Britanica", Arial, sans-serif;
  background: var(--light);
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input {
  font: inherit;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section-light,
.section-light-soft {
  background-color: #f0f0f0;
  background-image: url("../assets/img/mockup/texture-light.jpg");
  background-repeat: repeat;
}

.section-blue {
  color: var(--white);
  background-color: var(--blue-deep);
  background-image: url("../assets/img/mockup/texture-blue.jpg");
  background-repeat: repeat;
}


.sections-5-7-bg {
  color: var(--white);
  background-color: var(--blue-deep);
  background-image: url("../assets/img/optimized/bg-sections-5-6-7-desktop.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.sections-5-7-bg .ecosystem,
.sections-5-7-bg .plans {
  background: transparent;
}

.sections-5-7-bg .container {
  width: min(calc(100% - 120px), 1080px);
}

@media (max-width: 1100px) {
  .sections-5-7-bg .container {
    width: min(calc(100% - 80px), 980px);
  }
}

@media (max-width: 820px) {
  .sections-5-7-bg .container {
    width: min(calc(100% - 36px), 650px);
  }
}

strong {
  color: var(--blue);
  font-weight: 900;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 22px;
  border: 0;
  border-radius: 7px;
  background: var(--lime);
  color: var(--text);
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

.btn-small {
  min-height: 50px;
  padding: 0 22px;
  font-size: 18px;
  font-weight: 900;
  border-radius: 8px;
}

.site-header {
  min-height: 82px;
  background: var(--header);
  color: var(--white);
}

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

.brand {
  display: flex;
  align-items: center;
}

.brand img {
  width: 302px;
  height: auto;
  display: block;
  background: transparent;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 48px;
  font-size: 18px;
  line-height: 1;
}

.main-nav a {
  color: #ffffff;
}

.main-nav .btn {
  color: var(--text);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 40px;
  padding: 8px;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--lime);
}

.hero {
  padding: 60px 0 52px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(690px, 1.28fr) minmax(420px, .92fr);
  align-items: end;
  gap: 0;
}

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

.hero h1 {
  margin: 0 0 72px;
  max-width: 940px;
  font-size: clamp(56px, 4.8vw, 72px);
  line-height: .94;
  font-weight: 400;
  letter-spacing: -1.2px;
}

.hero-description {
  max-width: 680px;
  margin-bottom: 42px;
  font-size: 24px;
  line-height: 1.12;
}

.hero-description p {
  margin: 0;
}

.hero-description p:first-child {
  margin-bottom: 26px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 22px;
  line-height: 1;
}

.text-link span {
  color: var(--lime);
  font-size: 44px;
  line-height: .8;
}

.hero-art {
  position: relative;
  z-index: 1;
  align-self: end;
  margin-right: -110px;
  margin-left: -76px;
}

.hero-art img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: normal;
}

.hero-cta {
  margin-top: 6px;
  text-align: center;
}

.pains {
  padding: 70px 0 36px;
}

.pains h2,
.performance h2,
.products h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -1.8px;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  margin-top: 56px;
}

.quote-card {
  min-height: 205px;
  padding: 30px 34px;
  border: 2px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.12);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quote-card p {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
}

.quote-card p span {
  color: var(--blue);
}

.quote-card small {
  color: #bcbcbc;
  font-size: 15px;
}

.performance {
  padding: 40px 0 58px;
}

.performance-art {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 14px;
}

.performance-art img {
  width: 100%;
}

.products {
  position: relative;
  padding: 76px 0 86px;
  overflow: hidden;
  text-align: center;
}

.products-chevron-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .6;
  background:
    linear-gradient(125deg, transparent 58%, rgba(201,201,201,.28) 58% 66%, transparent 66%) center/430px 100% repeat-x;
}

.products-content {
  position: relative;
  z-index: 1;
}

.products h2 {
  font-size: clamp(34px, 4vw, 52px);
}

.section-subtitle {
  margin: 16px auto 34px;
  font-size: 18px;
  line-height: 1.35;
}

.product-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 10px;
}

.product-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.product-track::-webkit-scrollbar {
  display: none;
}

.product-card {
  min-width: 0;
  scroll-snap-align: center;
}

.product-card img {
  width: 100%;
  border-radius: 16px;
}

.carousel-arrow {
  border: 0;
  background: transparent;
  color: var(--blue);
  font-size: 58px;
  line-height: 1;
  cursor: pointer;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 16px 0 30px;
}

.carousel-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #aaa;
  cursor: pointer;
}

.carousel-dots button.active {
  background: #333;
}

.ecosystem {
  padding: 75px 0 0;
}

.ecosystem h2 {
  margin: 0 0 60px;
  text-align: center;
  font-size: clamp(38px, 4.8vw, 62px);
  line-height: .95;
  font-weight: 400;
}

.ecosystem strong {
  color: var(--lime);
}

.ecosystem-grid {
  display: grid;
  grid-template-columns: .95fr 1.55fr;
  gap: 52px;
  align-items: center;
}

.product-orbit {
  position: relative;
  min-height: 450px;
}

.orbit-center,
.orbit-item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.orbit-center {
  width: 165px;
  height: 165px;
  top: 145px;
  left: 150px;
  background: var(--lime);
}

.orbit-center img {
  width: 125px;
}

.orbit-item {
  width: 115px;
  height: 115px;
  padding: 17px;
  background: #f5f5f5;
}

.item-prisma { top: 0; left: 152px; }
.item-tracao { top: 96px; left: 0; }
.item-boomerang { top: 278px; left: 0; }
.item-impulso { top: 340px; left: 152px; }
.item-nucleo { top: 96px; right: 0; }
.item-newton { top: 278px; right: 0; }

.comparison-wrap {
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  min-width: 650px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
  color: var(--white);
}

.comparison-table th,
.comparison-table td {
  border-right: 3px solid var(--white);
  border-bottom: 3px solid var(--white);
  padding: 12px 16px;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
  border-left: 3px solid var(--white);
}

.comparison-table thead th {
  border-top: 3px solid var(--white);
  font-size: 20px;
  text-align: left;
}

.comparison-table thead th:first-child {
  border-radius: 16px 0 0 0;
}

.comparison-table thead th:last-child {
  border-radius: 0 16px 0 0;
}

.comparison-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 16px;
}

.comparison-table tbody tr:last-child td:last-child {
  border-radius: 0 0 16px 0;
}

.comparison-table th:nth-child(2),
.comparison-table td:nth-child(2),
.comparison-table th:nth-child(3),
.comparison-table td:nth-child(3) {
  width: 130px;
  text-align: center;
}

.comparison-table th:last-child,
.comparison-table td:last-child {
  background: var(--lime);
  color: var(--text);
}

.comparison-table td:last-child {
  color: var(--blue);
  font-size: 34px;
  font-weight: 800;
  line-height: .6;
  transform: rotate(0deg);
}

.ecosystem-summary {
  margin: 38px 0 54px;
  text-align: center;
  font-size: 20px;
  line-height: 1.45;
}

.legacy-panel {
  display: grid;
  grid-template-columns: .75fr 1.5fr;
  gap: 60px;
  padding: 38px 44px;
  border-radius: 18px;
  background: var(--lime);
  color: var(--text);
}

.legacy-title {
  font-size: clamp(38px, 4vw, 55px);
  line-height: .97;
  font-weight: 400;
}

.legacy-title strong {
  color: var(--blue);
}

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

.testimonials article {
  padding: 18px 24px;
  border: 2px solid var(--line);
  border-radius: 15px;
}

.testimonials p {
  margin: 0 0 22px;
  font-weight: 700;
  line-height: 1.35;
}

.testimonials p span {
  color: var(--blue);
}

.testimonials small {
  font-size: 13px;
}

.testimonials em {
  color: #727272;
  font-style: normal;
}

.clients {
  padding: 50px 0 66px;
}

.clients h3 {
  margin: 0 0 24px;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
}

.clients-image {
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
}

.clients-image img {
  width: 100%;
}

.plans {
  padding: 36px 0 54px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.plans-grid {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 26px;
  align-items: end;
}

.plans-intro {
  padding-bottom: 44px;
}

.plans-logo {
  width: 200px;
  margin-bottom: 52px;
}

.plans-intro h2 {
  margin: 0 0 44px;
  color: var(--white);
  font-size: 42px;
  line-height: 1.02;
  font-weight: 400;
}

.plans-intro h2 strong,
.plans-intro p strong {
  color: var(--lime);
}

.plans-intro p {
  margin: 0;
  font-size: 19px;
  line-height: 1.25;
}

.plans-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  align-items: stretch;
}

.plan-card {
  position: relative;
  min-height: 530px;
  padding: 30px 18px 20px;
  border: 2px solid var(--lime);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  color: var(--white);
  background: rgba(0, 166, 221, .48);
}

.plan-card.featured {
  border-color: var(--white);
  background: var(--lime);
  color: var(--white);
  transform: translateY(-26px);
}

.plan-card h3 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1;
}

.plan-lead {
  min-height: 66px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.25;
}

.plan-card ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  font-size: 12px;
  line-height: 1.35;
}

.plan-card li {
  position: relative;
  padding-left: 16px;
  margin: 2px 0;
}

.plan-card li::before {
  content: "+";
  position: absolute;
  left: 0;
  font-weight: 800;
}

.plan-card.custom li::before {
  content: "+";
}

.plan-card li strong {
  color: var(--lime);
}

.plan-card.featured li strong {
  color: var(--blue);
}

.support {
  margin-top: auto;
  padding: 8px 12px 8px 30px;
  border-radius: 8px;
  color: var(--text);
  background: rgba(255,255,255,.38);
  font-size: 11px;
  line-height: 1.1;
}

.support::before {
  content: "›";
  position: absolute;
  margin-left: -17px;
  color: var(--lime);
  font-size: 25px;
  font-weight: 800;
}

.featured .support::before {
  color: var(--lime);
}

.price {
  display: flex;
  align-items: end;
  gap: 5px;
  margin-top: 12px;
}

.price small {
  font-size: 8px;
  line-height: 1.05;
}

.price strong {
  color: var(--white);
  font-size: 48px;
  line-height: .9;
}

.price sup {
  font-size: 22px;
  vertical-align: top;
}

.price span {
  font-size: 10px;
  margin-bottom: 3px;
}

.consult {
  margin-top: 16px;
  font-size: 33px;
  font-weight: 700;
}

.recommended {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 15px;
  border: 2px solid var(--lime);
  border-bottom: 0;
  border-radius: 11px 11px 0 0;
  background: var(--blue-deep);
  color: var(--white);
  font-size: 11px;
  white-space: nowrap;
}

.plans-cta {
  margin-top: 34px;
  text-align: center;
}

.contact {
  padding: 60px 0 50px;
}

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.15fr;
  gap: 76px;
  align-items: center;
}

.contact-copy h2 {
  margin: 0 0 38px;
  font-size: clamp(54px, 6vw, 82px);
  line-height: .93;
  font-weight: 400;
  letter-spacing: -3px;
}

.contact-copy p {
  margin: 0;
  font-size: 20px;
  line-height: 1.18;
}

.lead-form {
  display: grid;
  gap: 15px;
}

.lead-form label {
  display: grid;
  grid-template-columns: 170px 1fr;
  min-height: 48px;
}

.lead-form label span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px 0 0 7px;
  background: var(--blue);
  color: var(--white);
}

.lead-form input {
  width: 100%;
  min-width: 0;
  padding: 0 20px;
  border: 0;
  border-radius: 0 7px 7px 0;
  outline: none;
  background: var(--white);
  color: var(--text);
}

.lead-form input:focus {
  box-shadow: inset 0 0 0 2px var(--blue);
}

.form-button {
  width: 100%;
}

.form-status {
  min-height: 18px;
  margin: 0;
  text-align: center;
  font-size: 13px;
}

.site-footer {
  text-align: center;
}

.footer-main {
  padding: 38px 20px 28px;
  background: var(--lime);
}

.footer-main img {
  width: 390px;
  max-width: 78vw;
  margin: 0 auto 12px;
}

.footer-main p {
  margin: 0;
  font-size: 24px;
}

.footer-main strong {
  color: var(--blue);
}

.footer-bottom {
  padding: 16px 0;
  color: #eee;
  background: #95b62a;
  font-size: 11px;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-bottom nav {
  display: flex;
  gap: 34px;
}

@media (max-width: 1050px) {
  .hero-grid,
  .ecosystem-grid,
  .plans-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-art {
    max-width: 820px;
    margin: -20px auto 0;
  }

  .hero h1 {
    margin-bottom: 42px;
  }

  .pain-grid {
    gap: 20px;
  }

  .product-orbit {
    width: 430px;
    max-width: 100%;
    margin-inline: auto;
  }

  .plans-intro {
    max-width: 650px;
    padding-bottom: 20px;
  }

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

  .plan-card.featured {
    transform: none;
  }

  .recommended {
    top: -26px;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .site-header,
  .header-inner {
    min-height: 64px;
  }

  .brand img {
    width: 145px;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    z-index: 20;
    top: 64px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 18px;
    padding: 24px;
    background: #909090;
  }

  .main-nav.open {
    display: flex;
  }

  .hero {
    padding: 48px 0 38px;
  }

  .hero h1,
  .pains h2,
  .performance h2,
  .products h2,
  .ecosystem h2 {
    letter-spacing: -1.2px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-description {
    font-size: 16px;
  }

  .hero-art {
    margin: 10px -14px 0;
  }

  .hero-cta {
    margin-top: 18px;
  }

  .pains {
    padding-top: 45px;
  }

  .pain-grid {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .quote-card {
    min-height: 175px;
  }

  .performance {
    padding-top: 30px;
  }

  .performance-art {
    overflow-x: auto;
  }

  .performance-art img {
    width: 850px;
    max-width: none;
  }

  .products {
    padding: 56px 0 64px;
  }

  .section-subtitle br {
    display: none;
  }

  .product-carousel {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
  }

  .product-track {
    display: flex;
    gap: 16px;
  }

  .product-card {
    min-width: 86%;
  }

  .carousel-arrow {
    font-size: 44px;
  }

  .ecosystem {
    padding-top: 54px;
  }

  .ecosystem h2 {
    margin-bottom: 38px;
  }

  .product-orbit {
    min-height: 410px;
    transform: scale(.88);
    transform-origin: top center;
    margin-bottom: -45px;
  }

  .comparison-table {
    font-size: 13px;
  }

  .ecosystem-summary br {
    display: none;
  }

  .legacy-panel {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 28px 22px;
  }

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

  .plans-cards {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .plan-card {
    min-height: 0;
  }

  .plans-intro h2 {
    font-size: 38px;
  }

  .lead-form label {
    grid-template-columns: 125px 1fr;
  }

  .contact-copy h2 {
    font-size: 58px;
  }

  .footer-bottom-inner {
    flex-direction: column;
  }

  .footer-bottom nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 24px;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 33px;
  }

  .pains h2,
  .performance h2,
  .products h2,
  .ecosystem h2 {
    font-size: 32px;
  }

  .quote-card p {
    font-size: 17px;
  }

  .product-orbit {
    width: 390px;
    left: 50%;
    margin-left: -195px;
    transform: scale(.76);
  }

  .legacy-title {
    font-size: 39px;
  }

  .contact-copy h2 {
    font-size: 50px;
  }

  .lead-form label {
    grid-template-columns: 1fr;
  }

  .lead-form label span {
    min-height: 38px;
    border-radius: 7px 7px 0 0;
  }

  .lead-form input {
    min-height: 48px;
    border-radius: 0 0 7px 7px;
  }
}

@media (max-width: 1100px) {
  .brand img {
    width: 248px;
  }

  .main-nav {
    gap: 28px;
    font-size: 16px;
  }

  .btn-small {
    min-height: 44px;
    font-size: 16px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(42px, 7vw, 60px);
  }

  .hero-description {
    max-width: 100%;
    font-size: 22px;
  }

  .hero-art {
    margin: 0 auto;
    max-width: 760px;
  }
}

/* V4 - Header + Seção 1 com assets originais do layout */
.site-header {
  min-height: 80px;
  background: url("../assets/img/site-desktop/bg-header.png") center/cover no-repeat;
  color: var(--white);
}

.header-inner {
  width: min(calc(100% - 40px), 1080px);
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 220px;
  height: auto;
  display: block;
  background: transparent;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 48px;
  font-size: 17px;
  line-height: 1;
}

.main-nav > a:not(.header-cta) {
  color: #ffffff;
  font-weight: 400;
}

.header-cta {
  display: block;
  width: 240px;
  flex: 0 0 auto;
}

.header-cta img {
  width: 100%;
  height: auto;
  display: block;
}

.hero {
  position: relative;
  min-height: min(833px, 57.847vw);
  padding: 0;
  overflow: hidden;
  background: url("../assets/img/optimized/bg-section-1-desktop.webp") center top/cover no-repeat;
}

.hero-stage {
  position: relative;
  width: min(calc(100% - 40px), 1080px);
  min-height: min(833px, 57.847vw);
  margin-inline: auto;
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: 720px;
  padding-top: 88px;
}

.hero h1 {
  width: 720px;
  max-width: none;
  margin: 0;
  font-size: 50px;
  line-height: .96;
  font-weight: 400;
  letter-spacing: -1px;
}

.hero h1 strong,
.hero-description strong {
  color: var(--blue);
  font-weight: 900;
}

.hero-description {
  width: 570px;
  max-width: none;
  margin: 105px 0 0;
  font-size: 22px;
  line-height: 1.18;
}

.hero-description p {
  margin: 0;
}

.hero-description p:first-child {
  margin-bottom: 30px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 52px;
  font-size: 22px;
  line-height: 1;
  color: var(--text);
}

.text-link img {
  width: 13px;
  height: 20px;
  object-fit: fill;
  display: block;
}

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-chevron {
  position: absolute;
  top: 72px;
  right: 22px;
  width: 275px;
  height: auto;
}

.hero-devices {
  position: absolute;
  top: 188px;
  right: -185px;
  width: 875px;
  max-width: none;
  height: auto;
}

.hero-cta {
  position: absolute;
  left: 50%;
  bottom: 54px;
  z-index: 4;
  display: block;
  width: 300px;
  transform: translateX(-50%);
}

.hero-cta img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1100px) {
  .header-inner {
    width: min(calc(100% - 32px), 980px);
  }

  .brand img {
    width: 190px;
  }

  .main-nav {
    gap: 28px;
    font-size: 15px;
  }

  .header-cta {
    width: 205px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-stage {
    width: min(calc(100% - 40px), 980px);
    min-height: 720px;
  }

  .hero-copy {
    width: 610px;
    padding-top: 72px;
  }

  .hero h1 {
    width: 610px;
    font-size: 43px;
  }

  .hero-description {
    margin-top: 76px;
    font-size: 20px;
  }

  .hero-chevron {
    top: 65px;
    right: 10px;
    width: 235px;
  }

  .hero-devices {
    top: 190px;
    right: -190px;
    width: 780px;
  }
}

@media (max-width: 820px) {
  .site-header,
  .header-inner {
    min-height: 72px;
  }

  .header-inner {
    width: min(calc(100% - 30px), 720px);
  }

  .brand img {
    width: 175px;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    display: none;
  }

  .main-nav.open {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    padding: 24px 20px 28px;
    background: url("../assets/img/site-desktop/bg-header.png") center/cover no-repeat;
    font-size: 17px;
  }

  .header-cta {
    width: 225px;
  }

  .hero {
    min-height: auto;
    padding: 52px 0 42px;
    background-size: cover;
  }

  .hero-stage {
    width: min(calc(100% - 36px), 650px);
    min-height: 800px;
  }

  .hero-copy {
    width: 100%;
    padding-top: 0;
  }

  .hero h1 {
    width: 100%;
    font-size: clamp(36px, 8vw, 50px);
    line-height: .98;
  }

  .hero-description {
    width: 100%;
    margin-top: 42px;
    font-size: 20px;
  }

  .hero-description br {
    display: none;
  }

  .text-link {
    margin-top: 34px;
    font-size: 20px;
  }

  .hero-chevron {
    top: 365px;
    right: -30px;
    width: 210px;
  }

  .hero-devices {
    top: 420px;
    right: 50%;
    width: 720px;
    transform: translateX(58%);
  }

  .hero-cta {
    bottom: 30px;
    width: 270px;
  }
}

@media (max-width: 520px) {
  .hero-stage {
    min-height: 720px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero-description {
    font-size: 18px;
  }

  .hero-chevron {
    top: 345px;
    width: 165px;
  }

  .hero-devices {
    top: 415px;
    width: 620px;
    transform: translateX(61%);
  }

  .hero-cta {
    width: 245px;
  }
}


/* ===== V5 - Header + Hero safe area refinements ===== */
.site-header,
.header-inner {
  min-height: 82px;
}

.header-inner {
  width: min(calc(100% - 120px), 1080px);
  margin-inline: auto;
}

.brand img {
  width: 218px;
}

.main-nav {
  gap: 46px;
  font-size: 15px;
}

.header-cta {
  width: 258px;
}

.hero {
  min-height: 600px;
  background-position: center top;
}

.hero-stage {
  width: min(calc(100% - 120px), 1080px);
  min-height: 600px;
}

.hero-copy {
  width: 760px;
  padding-top: 92px;
}

.hero h1 {
  width: 760px;
  font-size: 40px;
  line-height: .96;
  letter-spacing: -.6px;
}

.hero-description {
  width: 520px;
  margin-top: 72px;
  font-size: 20px;
  line-height: 1.16;
}

.hero-description p:first-child {
  margin-bottom: 24px;
}

.text-link {
  margin-top: 48px;
  font-size: 18px;
}

.text-link img {
  width: 12px;
  height: 18px;
}

.hero-chevron {
  top: 84px;
  right: 68px;
  width: 205px;
}

.hero-devices {
  top: 182px;
  right: -24px;
  width: 595px;
}

.hero-cta {
  bottom: 38px;
  width: 306px;
}

@media (max-width: 1100px) {
  .header-inner,
  .hero-stage {
    width: min(calc(100% - 80px), 980px);
  }

  .brand img {
    width: 198px;
  }

  .main-nav {
    gap: 28px;
    font-size: 14px;
  }

  .header-cta {
    width: 222px;
  }

  .hero {
    min-height: 560px;
  }

  .hero-stage {
    min-height: 560px;
  }

  .hero-copy {
    width: 650px;
    padding-top: 78px;
  }

  .hero h1 {
    width: 650px;
    font-size: 34px;
  }

  .hero-description {
    width: 470px;
    margin-top: 60px;
    font-size: 18px;
  }

  .text-link {
    margin-top: 40px;
    font-size: 17px;
  }

  .hero-chevron {
    top: 88px;
    right: 34px;
    width: 180px;
  }

  .hero-devices {
    top: 188px;
    right: -46px;
    width: 520px;
  }

  .hero-cta {
    bottom: 30px;
    width: 282px;
  }
}

@media (max-width: 820px) {
  .header-inner {
    width: min(calc(100% - 32px), 720px);
  }

  .brand img {
    width: 175px;
  }

  .hero {
    min-height: auto;
    padding: 52px 0 42px;
  }

  .hero-stage {
    width: min(calc(100% - 36px), 650px);
    min-height: 800px;
  }

  .hero-copy {
    width: 100%;
    padding-top: 0;
  }

  .hero h1 {
    width: 100%;
    font-size: clamp(36px, 8vw, 50px);
    line-height: .98;
  }

  .hero-description {
    width: 100%;
    margin-top: 42px;
    font-size: 20px;
  }

  .hero-description br {
    display: none;
  }

  .text-link {
    margin-top: 34px;
    font-size: 20px;
  }

  .hero-chevron {
    top: 365px;
    right: -30px;
    width: 210px;
  }

  .hero-devices {
    top: 420px;
    right: 50%;
    width: 720px;
    transform: translateX(58%);
  }

  .hero-cta {
    bottom: 30px;
    width: 270px;
  }
}

@media (max-width: 520px) {
  .hero-stage {
    min-height: 720px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero-description {
    font-size: 18px;
  }

  .hero-chevron {
    top: 345px;
    width: 165px;
  }

  .hero-devices {
    top: 415px;
    width: 620px;
    transform: translateX(61%);
  }

  .hero-cta {
    width: 245px;
  }
}


/* ===== V6 - Fine tuning hero fold and device overlap ===== */
.hero {
  min-height: 520px;
}

.hero-stage {
  width: min(calc(100% - 120px), 1080px);
  min-height: 520px;
}

.hero-copy {
  width: 760px;
  padding-top: 72px;
}

.hero h1 {
  width: 760px;
  font-size: 40px;
  line-height: .96;
}

.hero-description {
  width: 520px;
  margin-top: 56px;
  font-size: 20px;
}

.text-link {
  margin-top: 34px;
}

.hero-chevron {
  top: 76px;
  right: 72px;
  width: 205px;
}

.hero-devices {
  top: 118px;
  right: -18px;
  width: 610px;
}

.hero-cta {
  bottom: 16px;
  width: 306px;
}

@media (max-width: 1100px) {
  .hero {
    min-height: 500px;
  }

  .hero-stage {
    width: min(calc(100% - 80px), 980px);
    min-height: 500px;
  }

  .hero-copy {
    width: 650px;
    padding-top: 68px;
  }

  .hero h1 {
    width: 650px;
    font-size: 34px;
  }

  .hero-description {
    width: 470px;
    margin-top: 48px;
    font-size: 18px;
  }

  .text-link {
    margin-top: 28px;
  }

  .hero-chevron {
    top: 76px;
    right: 36px;
    width: 180px;
  }

  .hero-devices {
    top: 135px;
    right: -36px;
    width: 548px;
  }

  .hero-cta {
    bottom: 14px;
    width: 282px;
  }
}

@media (max-width: 820px) {
  .hero {
    min-height: auto;
    padding: 52px 0 42px;
  }

  .hero-stage {
    width: min(calc(100% - 36px), 650px);
    min-height: 800px;
  }

  .hero-copy {
    width: 100%;
    padding-top: 0;
  }

  .hero h1 {
    width: 100%;
    font-size: clamp(36px, 8vw, 50px);
    line-height: .98;
  }

  .hero-description {
    width: 100%;
    margin-top: 42px;
    font-size: 20px;
  }

  .text-link {
    margin-top: 34px;
  }

  .hero-chevron {
    top: 365px;
    right: -30px;
    width: 210px;
  }

  .hero-devices {
    top: 420px;
    right: 50%;
    width: 720px;
    transform: translateX(58%);
  }

  .hero-cta {
    bottom: 30px;
    width: 270px;
  }
}


/* ===== V7 - Safe margins for sections 2 and 3 ===== */
.pains > .container,
.performance > .container {
  width: min(calc(100% - 120px), 1080px);
}

.pains {
  padding: 74px 0 40px;
}

.pains h2,
.performance h2 {
  font-size: 55px;
  line-height: .98;
  letter-spacing: -1.3px;
}

.pain-grid {
  gap: 46px;
  margin-top: 44px;
}

.quote-card {
  min-height: 168px;
  padding: 26px 34px 28px;
  border-width: 2px;
  border-radius: 15px;
}

.quote-card p {
  font-size: 18px;
  line-height: 1.5;
}

.quote-card small {
  font-size: 14px;
}

.performance {
  padding: 52px 0 60px;
}

.performance-art {
  margin-top: 22px;
}

@media (max-width: 1100px) {
  .pains > .container,
  .performance > .container {
    width: min(calc(100% - 80px), 980px);
  }

  .pains h2,
  .performance h2 {
    font-size: 48px;
  }
}

@media (max-width: 760px) {
  .pains > .container,
  .performance > .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .pains h2,
  .performance h2 {
    font-size: 38px;
    line-height: 1.02;
  }
}


/* ===== V9 - Products section ===== */
.products {
  position: relative;
  padding: 86px 0 66px;
  overflow: hidden;
  text-align: center;
  background: url("../assets/img/site-desktop/bg-sections-2-3-4.png") center 69%/1440px auto no-repeat;
}

.products > .products-chevron-bg {
  position: absolute;
  left: 50%;
  bottom: -42px;
  z-index: 0;
  width: 780px;
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
}

.products-content {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 120px), 1080px);
}

.products h2 {
  margin: 0;
  font-size: 40px;
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.8px;
}

.products .section-subtitle {
  margin: 10px auto 22px;
  font-size: 17px;
  line-height: 1.16;
}

.product-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 26px;
  align-items: center;
  gap: 12px;
  width: 830px;
  max-width: 100%;
  margin-inline: auto;
}

.product-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.product-track::-webkit-scrollbar {
  display: none;
}

.product-card {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
  scroll-snap-align: center;
}

.product-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

.carousel-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 54px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.carousel-arrow img {
  width: 15px;
  max-width: none;
  height: 34px;
  object-fit: fill;
  display: block;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 9px 0 13px;
}

.carousel-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #aaaaaa;
  cursor: pointer;
}

.carousel-dots button.active {
  background: #333333;
}

.products-cta {
  display: block;
  width: 294px;
  margin: 0 auto;
}

.products-cta img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1100px) {
  .products-content {
    width: min(calc(100% - 80px), 980px);
  }

  .products > .products-chevron-bg {
    width: 700px;
  }

  .product-carousel {
    width: 770px;
  }
}

@media (max-width: 760px) {
  .products {
    padding: 58px 0 48px;
    background-size: auto 100%;
  }

  .products-content {
    width: min(calc(100% - 28px), var(--container));
  }

  .products h2 {
    font-size: 36px;
  }

  .products .section-subtitle {
    font-size: 16px;
  }

  .products .section-subtitle br {
    display: none;
  }

  .products > .products-chevron-bg {
    width: 560px;
    bottom: 26px;
  }

  .product-carousel {
    grid-template-columns: 22px minmax(0, 1fr) 22px;
    gap: 7px;
  }

  .product-card {
    flex-basis: calc((100% - 14px) / 2);
  }

  .carousel-arrow {
    width: 22px;
  }

  .carousel-arrow img {
    width: 12px;
    height: 28px;
  }

  .products-cta {
    width: 260px;
  }
}

@media (max-width: 520px) {
  .product-card {
    flex-basis: 100%;
  }

  .products > .products-chevron-bg {
    width: 430px;
  }
}


/* ===== V11 - Products chevron cleanup ===== */
.products > .products-chevron-bg {
  inset: auto;
  top: auto;
  right: auto;
  opacity: 1;
  background: none;
}


/* ===== V12 - Products chevron position + larger infinite carousel ===== */
.products > .products-chevron-bg {
  inset: auto auto -4px 50%;
  width: 900px;
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  opacity: 1;
  background: none;
}

.product-carousel {
  width: 900px;
}

@media (max-width: 1100px) {
  .products > .products-chevron-bg {
    width: 820px;
    bottom: -2px;
  }

  .product-carousel {
    width: 850px;
  }
}

@media (max-width: 760px) {
  .products > .products-chevron-bg {
    width: 590px;
    bottom: 18px;
  }

  .product-carousel {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .products > .products-chevron-bg {
    width: 455px;
  }
}


/* ===== V13 - Products chevron right shift + white breathing room ===== */
.products > .products-chevron-bg {
  left: calc(50% + 62px);
  bottom: 12px;
  width: 860px;
  transform: translateX(-50%);
}

@media (max-width: 1100px) {
  .products > .products-chevron-bg {
    left: calc(50% + 40px);
    bottom: 10px;
    width: 790px;
  }
}

@media (max-width: 760px) {
  .products > .products-chevron-bg {
    left: 50%;
    bottom: 18px;
    width: 590px;
  }
}

@media (max-width: 520px) {
  .products > .products-chevron-bg {
    width: 455px;
  }
}


/* ===== V15 - Section 5 / Ecosystem using original assets ===== */
.ecosystem {
  padding: 64px 0 0;
}

.ecosystem h2 {
  margin: 0 0 34px;
  font-size: 48px;
  line-height: .96;
  letter-spacing: -.7px;
}

.ecosystem-grid-assets {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}

.ecosystem-logos,
.ecosystem-table-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ecosystem-logos img {
  width: 370px;
  max-width: 100%;
  height: auto;
}

.ecosystem-table-image img {
  width: 640px;
  max-width: 100%;
  height: auto;
}

.ecosystem-summary {
  margin: 26px 0 48px;
  font-size: 17px;
  line-height: 1.25;
}

@media (max-width: 1100px) {
  .ecosystem h2 {
    font-size: 44px;
  }

  .ecosystem-grid-assets {
    grid-template-columns: 350px minmax(0, 1fr);
    gap: 34px;
  }

  .ecosystem-logos img {
    width: 330px;
  }
}

@media (max-width: 820px) {
  .ecosystem h2 {
    font-size: 38px;
  }

  .ecosystem-grid-assets {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .ecosystem-logos img {
    width: 390px;
  }

  .ecosystem-table-image img {
    width: 100%;
  }

  .ecosystem-summary br {
    display: none;
  }
}

/* ===== V18 - Section 5 fit in initial viewport ===== */
.ecosystem {
  padding: 34px 0 0;
}

.ecosystem h2 {
  margin: 0 0 22px;
  font-size: 42px;
  line-height: .94;
}

.ecosystem-grid-assets {
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 34px;
}

.ecosystem-logos img {
  width: 300px;
}

.ecosystem-table-image img {
  width: 540px;
}

.ecosystem-summary {
  margin: 18px 0 30px;
  font-size: 16px;
  line-height: 1.18;
}

@media (max-width: 1100px) {
  .ecosystem {
    padding-top: 30px;
  }

  .ecosystem h2 {
    font-size: 40px;
  }

  .ecosystem-grid-assets {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 28px;
  }

  .ecosystem-logos img {
    width: 280px;
  }

  .ecosystem-table-image img {
    width: 500px;
  }

  .ecosystem-summary {
    margin-top: 16px;
    margin-bottom: 26px;
    font-size: 15px;
  }
}

@media (max-width: 820px) {
  .ecosystem {
    padding-top: 40px;
  }

  .ecosystem h2 {
    font-size: 36px;
  }

  .ecosystem-grid-assets {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ecosystem-logos img {
    width: 360px;
  }

  .ecosystem-table-image img {
    width: 100%;
  }

  .ecosystem-summary {
    margin: 22px 0 30px;
    font-size: 15px;
  }
}

/* ===== V19 - Section 5 summary text sharper and larger ===== */
.ecosystem-summary {
  max-width: 860px;
  margin: 18px auto 22px;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 500;
  letter-spacing: -.1px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .18);
}

.ecosystem-summary strong {
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .18);
}

@media (max-width: 1100px) {
  .ecosystem-summary {
    margin: 16px auto 20px;
    font-size: 17px;
    line-height: 1.25;
  }
}

@media (max-width: 820px) {
  .ecosystem-summary {
    max-width: 100%;
    margin: 20px auto 24px;
    font-size: 16px;
    line-height: 1.3;
  }
}


/* ===== V20 - Section 6 original asset ===== */
.legacy-panel {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  overflow: visible;
}

.legacy-panel img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 820px) {
  .legacy-panel {
    overflow-x: auto;
  }

  .legacy-panel img {
    min-width: 760px;
    max-width: none;
  }
}


/* ===== V21 - Clients section ===== */
.clients {
  padding: 42px 0 56px;
}

.clients h3 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 34px;
  line-height: 1;
  font-weight: 400;
}

.clients h3 strong {
  color: var(--lime);
  font-weight: 900;
}

.clients-image {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 15px;
}

.clients-image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1100px) {
  .clients {
    padding: 38px 0 50px;
  }

  .clients h3 {
    font-size: 31px;
  }
}

@media (max-width: 820px) {
  .clients {
    padding: 34px 0 42px;
  }

  .clients h3 {
    font-size: 28px;
  }
}


/* ===== V22 - Clients infinite carousel ===== */
.clients {
  padding: 42px 0 56px;
}

.clients h3 {
  margin: 0 0 24px;
  text-align: center;
  font-size: 34px;
  line-height: 1;
  font-weight: 400;
}

.clients h3 strong {
  color: var(--lime);
  font-weight: 900;
}

.clients-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.clients-track {
  display: flex;
  align-items: center;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 12px 2px;
}

.clients-track::-webkit-scrollbar {
  display: none;
}

.client-card {
  flex: 0 0 calc(25% - 14px);
  min-width: calc(25% - 14px);
  height: 142px;
  padding: 20px 22px;
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 26px rgba(0,0,0,.12);
  scroll-snap-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-card img {
  width: 100%;
  max-width: 100%;
  max-height: 88px;
  object-fit: contain;
  display: block;
}

.clients-carousel .carousel-arrow {
  width: 44px;
  height: 44px;
  padding: 0;
}

.clients-carousel .carousel-arrow img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1100px) {
  .client-card {
    flex-basis: calc(33.333% - 12px);
    min-width: calc(33.333% - 12px);
    height: 136px;
  }
}

@media (max-width: 820px) {
  .clients {
    padding: 34px 0 42px;
  }

  .clients h3 {
    font-size: 28px;
  }

  .clients-carousel {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 8px;
  }

  .client-card {
    flex-basis: calc(50% - 9px);
    min-width: calc(50% - 9px);
    height: 124px;
    padding: 18px;
  }

  .client-card img {
    max-height: 74px;
  }

  .clients-carousel .carousel-arrow {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 560px) {
  .client-card {
    flex-basis: 78%;
    min-width: 78%;
    height: 116px;
    padding: 16px;
  }

  .client-card img {
    max-height: 68px;
  }
}

/* ===== V23 - Plans section using original assets ===== */
.plans {
  padding: 42px 0 58px;
  border-top: 0;
}

.plans-section-layout {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr);
  gap: 28px;
  align-items: end;
}

.plans-intro {
  align-self: center;
  padding: 0 0 18px;
}

.plans-logo-original {
  width: 205px;
  height: auto;
  display: block;
  margin: 0 0 44px;
}

.plans-intro h2 {
  margin: 0 0 34px;
  color: var(--white);
  font-size: 38px;
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -.5px;
}

.plans-intro h2 strong,
.plans-intro p strong {
  color: var(--lime);
}

.plans-intro p {
  margin: 0;
  color: var(--white);
  font-size: 17px;
  line-height: 1.25;
}

.plans-assets {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
}

.plan-asset {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-width: 0;
}

.plan-asset img {
  width: 100%;
  max-width: 178px;
  height: auto;
  display: block;
}

.plan-asset-featured {
  transform: translateY(-22px);
}

.plans-cta-original {
  margin-top: 22px;
  text-align: center;
}

.plans-cta-original a {
  display: inline-block;
  width: 322px;
  max-width: 100%;
}

.plans-cta-original img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1100px) {
  .plans-section-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 22px;
  }

  .plans-logo-original {
    width: 190px;
    margin-bottom: 38px;
  }

  .plans-intro h2 {
    font-size: 34px;
  }

  .plans-intro p {
    font-size: 16px;
  }

  .plans-assets {
    gap: 10px;
  }

  .plan-asset img {
    max-width: 164px;
  }
}

@media (max-width: 820px) {
  .plans {
    padding: 38px 0 48px;
  }

  .plans-section-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .plans-intro {
    text-align: center;
    padding: 0;
  }

  .plans-logo-original {
    width: 200px;
    margin: 0 auto 28px;
  }

  .plans-intro h2 {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .plans-intro p {
    max-width: 540px;
    margin: 0 auto;
  }

  .plans-assets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
  }

  .plan-asset img {
    max-width: 210px;
  }

  .plan-asset-featured {
    transform: none;
  }
}

@media (max-width: 520px) {
  .plans-assets {
    grid-template-columns: 1fr;
  }

  .plan-asset img {
    max-width: 235px;
  }

  .plans-cta-original a {
    width: 270px;
  }
}

/* ===== V24 - Contact form using original assets + approved safe margins ===== */
.contact {
  padding: 58px 0 52px;
  background-color: #f0f0f0;
  background-image: url("../assets/img/optimized/bg-form-desktop.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.contact > .container {
  width: min(calc(100% - 120px), 1080px);
}

.contact-grid {
  grid-template-columns: .88fr 1.12fr;
  gap: 72px;
  align-items: center;
}

.contact-copy h2 {
  margin: 0 0 34px;
  font-size: 66px;
  line-height: .92;
  letter-spacing: -2.4px;
}

.contact-copy p {
  font-size: 20px;
  line-height: 1.18;
}

.lead-form {
  display: grid;
  gap: 11px;
}

.lead-field {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1080 / 94;
  min-height: 0;
}

.lead-field > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
}

.lead-field input {
  position: absolute;
  top: 0;
  right: 0;
  width: 61.2%;
  height: 100%;
  min-width: 0;
  padding: 0 22px;
  border: 0;
  border-radius: 0 16px 16px 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font-size: 17px;
}

.lead-field input:focus,
.lead-field input:focus-visible {
  outline: 0;
  box-shadow: none;
}

.form-button-image {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.form-button-image img {
  display: block;
  width: 100%;
  height: auto;
}

.form-button-image:hover,
.form-button-image:focus-visible {
  transform: translateY(-1px);
}

.form-status {
  min-height: 18px;
  margin-top: -2px;
}

@media (max-width: 1100px) {
  .contact > .container {
    width: min(calc(100% - 80px), 980px);
  }

  .contact-grid {
    gap: 54px;
  }

  .contact-copy h2 {
    font-size: 58px;
  }

  .lead-field input {
    font-size: 16px;
  }
}

@media (max-width: 820px) {
  .contact {
    padding: 46px 0 44px;
    background-image: url("../assets/img/mockup/texture-light.jpg");
    background-repeat: repeat;
    background-size: auto;
  }

  .contact > .container {
    width: min(calc(100% - 36px), 650px);
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .contact-copy h2 {
    font-size: 54px;
  }

  .lead-field input {
    padding: 0 16px;
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  .contact-copy h2 {
    font-size: 46px;
  }

  .contact-copy p {
    font-size: 18px;
  }

  .lead-form {
    gap: 9px;
  }

  .lead-field input {
    width: 61%;
    padding: 0 12px;
  }
}

/* ===== V26 - Footer final section ===== */
.site-footer {
  text-align: center;
}

.footer-main {
  padding: 34px 0 28px;
  background: var(--lime);
}

.footer-main > * {
  width: min(calc(100% - 120px), 1080px);
  margin-left: auto;
  margin-right: auto;
}

.footer-main img {
  width: 340px;
  max-width: 72vw;
  margin: 0 auto 10px;
}

.footer-main p {
  margin: 0 auto;
  color: var(--text);
  font-size: 22px;
  line-height: 1.1;
  font-weight: 400;
}

.footer-main strong {
  color: var(--blue);
  font-weight: 900;
}

.footer-bottom {
  padding: 12px 0;
  color: rgba(255,255,255,.92);
  background: #91ad2c;
  font-size: 10px;
}

.footer-bottom-inner {
  width: min(calc(100% - 120px), 1080px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-bottom nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer-bottom a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .footer-main > *,
  .footer-bottom-inner {
    width: min(calc(100% - 80px), 980px);
  }
}

@media (max-width: 820px) {
  .footer-main {
    padding: 30px 0 24px;
  }

  .footer-main > *,
  .footer-bottom-inner {
    width: min(calc(100% - 36px), 650px);
  }

  .footer-main img {
    width: 290px;
  }

  .footer-main p {
    font-size: 19px;
  }

  .footer-bottom-inner {
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }

  .footer-bottom nav {
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
  }
}


/* ===== V27 - Footer refinements ===== */
.footer-main {
    padding: 42px 0 36px;
}

.footer-main img {
    width: 460px;
    max-width: 82vw;
    margin: 0 auto 14px;
}

.footer-main p {
    max-width: 920px;
    font-size: 44px;
    line-height: 1.02;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.footer-main strong {
    font-weight: 900;
}

.footer-bottom {
    padding: 14px 0;
    background: #99b82c;
    color: rgba(255,255,255,.96);
    font-size: 12px;
}

.footer-bottom-inner {
    width: min(calc(100% - 120px), 1080px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.footer-bottom-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.footer-bottom-brand img {
    width: 118px;
    height: auto;
    display: block;
    flex: 0 0 auto;
}

.footer-bottom-brand span {
    white-space: nowrap;
}

.footer-bottom nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 42px;
    flex-wrap: wrap;
}

.footer-bottom a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

@media (max-width: 1100px) {
    .footer-main img {
        width: 400px;
    }

    .footer-main p {
        font-size: 38px;
    }
}

@media (max-width: 820px) {
    .footer-main {
        padding: 34px 0 30px;
    }

    .footer-main img {
        width: 320px;
        margin-bottom: 12px;
    }

    .footer-main p {
        font-size: 30px;
        line-height: 1.05;
    }

    .footer-bottom {
        padding: 16px 0;
    }

    .footer-bottom-inner {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        text-align: center;
    }

    .footer-bottom-brand {
        flex-direction: column;
        gap: 8px;
    }

    .footer-bottom-brand img {
        width: 132px;
    }

    .footer-bottom-brand span {
        white-space: normal;
    }

    .footer-bottom nav {
        justify-content: center;
        gap: 18px;
    }
}

/* ===== V29 - Mobile layout based on approved mobile mockup ===== */
.hero-cta-mobile,
.hero-devices-mobile,
.legacy-mobile,
.performance-mobile-art {
  display: none;
}

@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }

  .container,
  .header-inner,
  .hero-stage,
  .pains > .container,
  .performance > .container,
  .products-content,
  .sections-5-7-bg .container,
  .contact > .container,
  .footer-main > *,
  .footer-bottom-inner {
    width: calc(100% - 28px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* Header */
  .site-header,
  .header-inner {
    min-height: 42px;
  }

  .header-inner {
    gap: 12px;
  }

  .brand img {
    width: 105px;
  }

  .menu-toggle {
    display: none !important;
  }

  .main-nav {
    position: static;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 0;
    padding: 0;
    background: transparent;
  }

  .main-nav > a:not(.header-cta) {
    display: none;
  }

  .header-cta {
    display: block;
    width: 136px;
  }

  .header-cta img {
    width: 100%;
    height: auto;
  }

  /* Hero */
  .hero {
    min-height: 0;
    padding: 20px 0 18px;
    background-position: center top;
  }

  .hero-stage {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .hero-copy {
    width: 100%;
    padding-top: 0;
  }

  .hero h1 {
    width: 100%;
    margin: 0;
    font-size: 30px;
    line-height: .95;
    letter-spacing: -.5px;
  }

  .hero-description {
    width: 100%;
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.2;
  }

  .hero-description p:first-child {
    margin-bottom: 12px;
  }

  .hero-description br {
    display: initial;
  }

  .text-link {
    margin-top: 14px;
    font-size: 14px;
  }

  .text-link img {
    width: 9px;
    height: 14px;
  }

  .hero-cta-mobile {
    display: block;
    width: 190px;
    margin: 14px auto 0;
  }

  .hero-cta-mobile img {
    width: 100%;
  }

  .hero-visual {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 14px;
  }

  .hero-chevron,
  .hero-devices {
    display: none;
  }

  .hero-devices-mobile {
    display: block;
    position: static;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    transform: none;
  }

  .hero > .hero-cta {
    display: none;
  }

  /* Pain points */
  .pains {
    padding: 28px 0 24px;
  }

  .pains h2,
  .performance h2 {
    font-size: 29px;
    line-height: .98;
    letter-spacing: -.6px;
  }

  .pain-grid {
    grid-template-columns: 1fr;
    gap: 11px;
    margin-top: 22px;
  }

  .quote-card {
    min-height: 132px;
    padding: 18px 20px;
    border-radius: 12px;
  }

  .quote-card p {
    font-size: 15px;
    line-height: 1.35;
  }

  .quote-card small {
    font-size: 10px;
  }

  /* Performance section */
  .performance {
    padding: 22px 0 26px;
  }

  .performance-art {
    margin-top: 18px;
    overflow: visible;
    border-radius: 10px;
  }

  .performance-desktop-art {
    display: none;
  }

  .performance-mobile-art {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
  }

  .performance-mobile-before,
  .performance-mobile-middle,
  .performance-mobile-after {
    width: 100%;
    background-image: url("../assets/img/optimized/dashboard-performance-legacy.webp");
    background-repeat: no-repeat;
  }

  .performance-mobile-before {
    height: 186px;
    background-size: 300% auto;
    background-position: 0 18%;
  }

  .performance-mobile-middle {
    height: 108px;
    background-size: 300% auto;
    background-position: 50% 52%;
  }

  .performance-mobile-after {
    height: 182px;
    background-size: 300% auto;
    background-position: 100% 50%;
  }

  /* Products */
  .products {
    padding: 34px 0 38px;
    background-position: center center;
    background-size: auto 100%;
  }

  .products h2 {
    font-size: 29px;
    line-height: .98;
    letter-spacing: -.5px;
  }

  .products .section-subtitle {
    margin: 10px auto 18px;
    font-size: 13px;
    line-height: 1.18;
  }

  .product-carousel {
    width: 100%;
    grid-template-columns: 24px minmax(0, 1fr) 24px;
    gap: 7px;
  }

  .product-track {
    gap: 12px;
  }

  .product-card {
    flex: 0 0 86%;
    min-width: 86%;
  }

  .carousel-arrow {
    width: 24px;
    height: 40px;
  }

  .carousel-arrow img {
    width: 12px;
    height: 28px;
  }

  .carousel-dots {
    margin: 8px 0 12px;
  }

  .carousel-dots button {
    width: 6px;
    height: 6px;
  }

  .products-cta {
    width: 190px;
  }

  .products > .products-chevron-bg {
    left: calc(50% + 20px);
    bottom: 8px;
    width: 420px;
  }

  /* Blue combined sections */
  .sections-5-7-bg {
    background-position: center top;
    background-size: auto 100%;
  }

  .ecosystem {
    padding: 30px 0 0;
  }

  .ecosystem h2 {
    margin: 0 0 24px;
    font-size: 28px;
    line-height: .98;
    letter-spacing: -.4px;
  }

  .ecosystem-grid-assets {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ecosystem-logos img {
    width: 265px;
  }

  .ecosystem-table-image img {
    width: 100%;
    max-width: 420px;
  }

  .ecosystem-summary {
    max-width: 100%;
    margin: 16px auto 22px;
    font-size: 13px;
    line-height: 1.28;
  }

  .ecosystem-summary br {
    display: none;
  }

  /* Legacy / testimonials mobile */
  .legacy-panel {
    overflow: visible;
  }

  .legacy-desktop-image {
    display: none !important;
  }

  .legacy-mobile {
    display: block;
    padding: 24px 18px 20px;
    border-radius: 14px;
    background: var(--lime);
    color: var(--text);
  }

  .legacy-mobile h3 {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: .94;
    font-weight: 400;
  }

  .legacy-mobile h3 strong {
    color: var(--blue);
  }

  .legacy-mobile-testimonials {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .legacy-mobile-testimonials article {
    min-height: 108px;
    padding: 14px 16px;
    border: 1.5px solid var(--line);
    border-radius: 10px;
  }

  .legacy-mobile-testimonials p {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
  }

  .legacy-mobile-testimonials p span {
    color: var(--blue);
  }

  .legacy-mobile-testimonials small {
    font-size: 10px;
    line-height: 1.3;
  }

  /* Clients */
  .clients {
    padding: 30px 0 36px;
  }

  .clients h3 {
    margin-bottom: 16px;
    font-size: 27px;
  }

  .clients-carousel {
    grid-template-columns: 24px minmax(0, 1fr) 24px;
    gap: 7px;
  }

  .clients-track {
    gap: 10px;
    padding: 8px 2px;
  }

  .client-card {
    flex: 0 0 calc(50% - 5px);
    min-width: calc(50% - 5px);
    height: 104px;
    padding: 14px;
    border-radius: 12px;
  }

  .client-card img {
    max-height: 64px;
  }

  .clients-carousel .carousel-arrow {
    width: 24px;
    height: 36px;
  }

  .clients-carousel .carousel-arrow img {
    width: 12px;
    height: 28px;
    margin: 0 auto;
  }

  /* Plans */
  .plans {
    padding: 32px 0 42px;
  }

  .plans-section-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .plans-intro {
    text-align: center;
    padding: 0;
  }

  .plans-logo-original {
    width: 145px;
    margin: 0 auto 18px;
  }

  .plans-intro h2 {
    margin: 0 auto 15px;
    max-width: 290px;
    font-size: 29px;
    line-height: .98;
  }

  .plans-intro p {
    max-width: 300px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.24;
  }

  .plans-assets {
    grid-template-columns: 1fr;
    gap: 16px;
    justify-items: center;
  }

  .plan-asset,
  .plan-asset-featured {
    transform: none;
  }

  .plan-asset img {
    width: 100%;
    max-width: 235px;
  }

  .plans-cta-original {
    margin-top: 18px;
  }

  .plans-cta-original a {
    width: 205px;
  }

  /* Contact */
  .contact {
    padding: 34px 0 34px;
    background-image: url("../assets/img/mockup/texture-light.jpg");
    background-repeat: repeat;
    background-size: auto;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .contact-copy h2 {
    margin: 0 0 18px;
    font-size: 39px;
    line-height: .91;
    letter-spacing: -1px;
  }

  .contact-copy p {
    margin: 0;
    font-size: 15px;
    line-height: 1.18;
  }

  .lead-form {
    gap: 9px;
  }

  .lead-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    min-height: 0;
    aspect-ratio: auto;
  }

  .lead-field::before {
    content: attr(data-label);
    display: block;
    color: var(--text);
    font-size: 12px;
    line-height: 1;
  }

  .lead-field > img {
    display: none;
  }

  .lead-field input {
    position: static;
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border: 0;
    border-radius: 7px;
    background: #fff;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
  }

  .lead-field input[type="number"] {
    -moz-appearance: textfield;
  }

  .lead-field input[type="number"]::-webkit-inner-spin-button,
  .lead-field input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
  }

  .form-button-image {
    margin-top: 4px;
  }

  .form-status {
    font-size: 12px;
  }

  /* Footer */
  .footer-main {
    padding: 26px 0 22px;
  }

  .footer-main img {
    width: 250px;
    max-width: 78vw;
    margin-bottom: 10px;
  }

  .footer-main p {
    max-width: 300px;
    font-size: 20px;
    line-height: 1.02;
  }

  .footer-bottom {
    padding: 12px 0;
    font-size: 9px;
  }

  .footer-bottom-inner {
    gap: 8px;
  }

  .footer-bottom-brand {
    flex-direction: row;
    gap: 8px;
  }

  .footer-bottom-brand img {
    width: 82px;
  }

  .footer-bottom nav {
    gap: 10px 16px;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 27px;
  }

  .pains h2,
  .performance h2,
  .products h2,
  .ecosystem h2,
  .plans-intro h2 {
    font-size: 26px;
  }

  .legacy-mobile h3 {
    font-size: 31px;
  }

  .contact-copy h2 {
    font-size: 36px;
  }

  .client-card {
    height: 96px;
  }
}

/* ===== V30 - Mobile Section 1 using original mobile assets ===== */
.hero-chevron-mobile {
  display: none;
}

@media (max-width: 767px) {
  .site-header {
    background-image: url("../assets/img/site-mobile/bg-mini-header.png");
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 100%;
  }

  .brand picture,
  .brand picture img,
  .header-cta picture,
  .header-cta picture img {
    display: block;
  }

  .brand img {
    width: 118px;
  }

  .header-cta {
    width: 142px;
  }

  .hero {
    padding: 24px 0 18px;
    background-image: url("../assets/img/optimized/bg-section-1-mobile.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .hero h1 {
    font-size: 36px;
    line-height: .94;
    letter-spacing: -.7px;
  }

  .hero-description {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.24;
  }

  .hero-description p:first-child {
    margin-bottom: 15px;
  }

  .text-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 17px;
    font-size: 16px;
  }

  .text-link picture {
    display: inline-flex;
    align-items: center;
  }

  .text-link picture img {
    width: 10px;
    height: 15px;
    object-fit: fill;
  }

  .hero-cta-mobile {
    width: 216px;
    margin-top: 18px;
  }

  .hero-visual {
    position: relative;
    width: 100%;
    height: 225px;
    margin-top: 8px;
  }

  .hero-chevron-mobile {
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 145px;
    height: auto;
    z-index: 0;
    pointer-events: none;
  }

  .hero-devices-mobile {
    display: block;
    position: absolute;
    top: 34px;
    left: 50%;
    width: 372px;
    max-width: none;
    height: auto;
    margin: 0;
    transform: translateX(-48%);
    z-index: 1;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 34px;
  }

  .hero-description {
    font-size: 15.5px;
  }

  .hero-visual {
    height: 216px;
  }

  .hero-devices-mobile {
    width: 354px;
  }

  .hero-chevron-mobile {
    width: 136px;
  }
}


/* ===== V31 - Mobile sections 1 and 2 refinements ===== */
.quote-card-mobile-image {
  display: none;
}

@media (max-width: 767px) {
  /* Section 1 */
  .header-cta {
    width: 164px;
  }

  .hero-description {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.24;
  }

  .hero-description p:first-child {
    margin-bottom: 16px;
  }

  .text-link {
    margin-top: 18px;
    font-size: 18px;
  }

  .hero-cta-mobile {
    width: 256px;
    margin-top: 20px;
  }

  .hero-visual {
    height: 265px;
    margin-top: 12px;
  }

  .hero-chevron-mobile {
    top: 14px;
    right: 8px;
    width: 150px;
  }

  .hero-devices-mobile {
    top: 24px;
    left: 50%;
    width: 430px;
    transform: translateX(-50%);
  }

  /* Section 2 */
  .pains {
    padding: 34px 0 30px;
  }

  .pains h2 {
    font-size: 32px;
    line-height: .98;
    letter-spacing: -.6px;
  }

  .pain-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 26px;
  }

  .quote-card {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .quote-card > p,
  .quote-card > small {
    display: none;
  }

  .quote-card-mobile-image {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 390px) {
  .header-cta {
    width: 154px;
  }

  .hero-description {
    font-size: 17px;
  }

  .text-link {
    font-size: 17px;
  }

  .hero-cta-mobile {
    width: 244px;
  }

  .hero-visual {
    height: 248px;
  }

  .hero-devices-mobile {
    width: 392px;
  }

  .hero-chevron-mobile {
    width: 138px;
  }

  .pains h2 {
    font-size: 30px;
  }
}

/* ===== V32 - Mobile header final sizing ===== */
@media (max-width: 767px) {
  .site-header,
  .header-inner {
    min-height: 50px;
  }

  .brand img {
    width: 128px;
  }

  .header-cta {
    width: 178px;
  }
}

@media (max-width: 390px) {
  .site-header,
  .header-inner {
    min-height: 48px;
  }

  .brand img {
    width: 124px;
  }

  .header-cta {
    width: 170px;
  }
}


/* ===== V33 - Mobile section 3 ===== */
@media (max-width: 767px) {
  .performance {
    padding: 28px 0 30px;
  }

  .performance h2 {
    font-size: 32px;
    line-height: .98;
    letter-spacing: -.6px;
  }

  .performance-art {
    margin-top: 22px;
    overflow: visible;
    border-radius: 0;
  }

  .performance-mobile-art {
    display: block;
    width: 100%;
    overflow: visible;
    border-radius: 0;
  }

  .performance-mobile-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .performance-mobile-before,
  .performance-mobile-middle,
  .performance-mobile-after {
    display: none;
  }
}

@media (max-width: 390px) {
  .performance h2 {
    font-size: 30px;
  }
}

/* ===== V34 - Mobile section 3 image sizing fix ===== */
@media (max-width: 767px) {
  .performance-art {
    overflow: hidden;
  }

  .performance-mobile-art {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .performance-art .performance-mobile-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
  }
}

/* ===== V35 - Mobile Section 4 / Products ===== */
@media (max-width: 767px) {
  .products {
    position: relative;
    padding: 34px 0 42px;
    overflow: hidden;
    background-color: #f0f0f0;
    background-image: url("../assets/img/site-mobile/original/BG-SECOES-2-3-4.png");
    background-repeat: no-repeat;
    background-position: center 78%;
    background-size: 100% auto;
  }

  .products-content {
    width: calc(100% - 28px);
    max-width: none;
  }

  .products h2 {
    max-width: 335px;
    margin: 0 auto;
    font-size: 38px;
    line-height: .92;
    letter-spacing: -.7px;
    text-align: left;
  }

  .products .section-subtitle {
    display: none;
  }

  .product-carousel {
    width: 100%;
    max-width: 355px;
    margin: 22px auto 0;
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    gap: 8px;
  }

  .product-track {
    display: flex;
    gap: 16px;
    padding: 0;
  }

  .product-card {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .product-card picture,
  .product-card picture img,
  .product-card > img {
    display: block;
    width: 100%;
    height: auto;
  }

  .product-card img {
    border-radius: 15px;
  }

  .products .carousel-arrow {
    width: 30px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .products .carousel-arrow img {
    width: 15px;
    height: auto;
  }

  .products .carousel-dots {
    margin: 10px 0 14px;
    gap: 6px;
  }

  .products .carousel-dots button {
    width: 7px;
    height: 7px;
  }

  .products-cta {
    display: block;
    width: 260px;
    margin: 0 auto;
  }

  .products-cta picture,
  .products-cta img {
    display: block;
    width: 100%;
    height: auto;
  }

  .products > .products-chevron-bg {
    left: calc(50% + 72px);
    bottom: 20px;
    width: 470px;
    opacity: .46;
    transform: translateX(-50%);
  }
}

@media (max-width: 390px) {
  .products h2 {
    font-size: 36px;
  }

  .product-carousel {
    max-width: 340px;
  }

  .products-cta {
    width: 246px;
  }
}


/* ===== V37 - Mobile Section 5 / Ecosystem ===== */
@media (max-width: 767px) {
  .sections-5-7-bg {
    background-color: #0b94cb;
    background-image: url("../assets/img/optimized/bg-sections-5-6-7-mobile.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }

  .ecosystem {
    padding: 30px 0 0;
  }

  .ecosystem h2 {
    max-width: 345px;
    margin: 0 auto 28px;
    font-size: 38px;
    line-height: .92;
    letter-spacing: -.7px;
    text-align: left;
  }

  .ecosystem-grid-assets {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: center;
  }

  .ecosystem-logos,
  .ecosystem-table-image {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .ecosystem-logos picture,
  .ecosystem-table-image picture {
    display: block;
    width: 100%;
  }

  .ecosystem-logos picture img {
    display: block;
    width: 100%;
    max-width: 350px;
    height: auto;
    margin: 0 auto;
  }

  .ecosystem-table-image picture img {
    display: block;
    width: 100%;
    max-width: 360px;
    height: auto;
    margin: 0 auto;
  }

  .ecosystem-summary {
    max-width: 345px;
    margin: 22px auto 30px;
    font-size: 15px;
    line-height: 1.22;
    font-weight: 500;
    text-align: center;
    text-shadow: none;
  }

  .ecosystem-summary strong {
    font-weight: 900;
    text-shadow: none;
  }

  .ecosystem-summary br {
    display: none;
  }
}

@media (max-width: 390px) {
  .ecosystem h2 {
    font-size: 36px;
  }

  .ecosystem-logos picture img {
    max-width: 332px;
  }

  .ecosystem-table-image picture img {
    max-width: 340px;
  }

  .ecosystem-summary {
    font-size: 14px;
  }
}

/* ===== V39 - Mobile Section 6 only; desktop preserved from V37 ===== */
@media (max-width: 767px) {
  .legacy-panel {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
    border-radius: 0;
    background: transparent;
  }

  .legacy-panel .legacy-desktop-image,
  .legacy-panel .legacy-mobile {
    display: none !important;
  }

  .legacy-panel::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1080 / 2515;
    margin: 0 auto;
    background-image: url("../assets/img/optimized/section-6-mobile.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
}

/* ===== V39 - Desktop lock: preserve approved V28 layout ===== */
@media (min-width: 768px) {
  .brand picture,
  .header-cta picture,
  .text-link picture,
  .product-card picture,
  .products-cta picture,
  .ecosystem-logos picture,
  .ecosystem-table-image picture {
    display: contents;
  }

  .hero-cta-mobile,
  .hero-chevron-mobile,
  .hero-devices-mobile,
  .quote-card-mobile-image,
  .performance-mobile-art,
  .legacy-mobile,
  .legacy-mobile-image {
    display: none !important;
  }

  .performance-desktop-art,
  .legacy-desktop-image {
    display: block !important;
  }

  .ecosystem {
    padding: 34px 0 0;
  }

  .ecosystem h2 {
    margin: 0 0 22px;
    font-size: 42px;
    line-height: .94;
  }

  .ecosystem-grid-assets {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 34px;
    align-items: center;
  }

  .ecosystem-logos,
  .ecosystem-table-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ecosystem-logos img {
    width: 300px;
    max-width: 100%;
    height: auto;
  }

  .ecosystem-table-image img {
    width: 540px;
    max-width: 100%;
    height: auto;
  }

  .ecosystem-summary {
    max-width: 860px;
    margin: 18px auto 22px;
    font-size: 18px;
    line-height: 1.28;
    font-weight: 500;
    letter-spacing: -.1px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .18);
  }

  .ecosystem-summary strong {
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .18);
  }

  .legacy-panel {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    overflow: visible;
  }

  .legacy-panel .legacy-desktop-image {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .ecosystem {
    padding-top: 30px;
  }

  .ecosystem h2 {
    font-size: 40px;
  }

  .ecosystem-grid-assets {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 28px;
  }

  .ecosystem-logos img {
    width: 280px;
  }

  .ecosystem-table-image img {
    width: 500px;
  }

  .ecosystem-summary {
    margin: 16px auto 20px;
    font-size: 17px;
    line-height: 1.25;
  }
}

/* ===== V40 - Mobile clients section only; desktop preserved ===== */
@media (max-width: 767px) {
  .clients {
    padding: 34px 0 44px;
  }

  .clients h3 {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: .96;
    font-weight: 400;
    text-align: center;
  }

  .clients h3 strong {
    color: var(--lime);
    font-weight: 900;
  }

  .clients-carousel {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }

  .clients-carousel .carousel-arrow {
    display: none;
  }

  .clients-track {
    width: 100%;
    gap: 0;
    padding: 8px 10px;
    border-radius: 18px;
    background-image: url("../assets/img/optimized/bg-logos-mobile.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    box-shadow: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .client-card {
    flex: 0 0 50%;
    min-width: 50%;
    height: 112px;
    padding: 14px 18px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    scroll-snap-align: center;
  }

  .client-card img {
    width: 100%;
    max-width: 150px;
    max-height: 76px;
    margin: 0 auto;
    object-fit: contain;
  }
}

@media (max-width: 390px) {
  .clients h3 {
    font-size: 32px;
  }

  .clients-track {
    padding: 7px 8px;
  }

  .client-card {
    height: 104px;
    padding: 12px 14px;
  }

  .client-card img {
    max-width: 138px;
    max-height: 70px;
  }
}

/* ===== V41 - Mobile clients title + mobile plans only; desktop preserved ===== */
@media (max-width: 767px) {
  .clients {
    padding: 38px 0 48px;
  }

  .clients h3 {
    margin: 0 0 24px;
    font-size: 52px;
    line-height: .9;
    letter-spacing: -1.2px;
    text-align: center;
  }

  .clients h3 strong {
    display: block;
    margin-top: 3px;
    font-size: 1.08em;
  }

  .plans {
    padding: 42px 0 46px;
  }

  .plans-section-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .plans-intro {
    text-align: center;
    padding: 0;
  }

  .plans-logo-picture {
    display: block;
    width: 290px;
    max-width: 86vw;
    margin: 0 auto 22px;
  }

  .plans-logo-picture .plans-logo-original {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .plans-intro h2 {
    max-width: 340px;
    margin: 0 auto 18px;
    font-size: 42px;
    line-height: .92;
    letter-spacing: -1px;
  }

  .plans-intro p {
    max-width: 335px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.18;
  }

  .plans-assets {
    grid-template-columns: 1fr;
    gap: 24px;
    justify-items: center;
    align-items: start;
  }

  .plan-asset,
  .plan-asset-featured {
    width: 100%;
    transform: none;
  }

  .plan-asset picture {
    display: block;
    width: 100%;
    text-align: center;
  }

  .plan-asset img {
    width: min(318px, 88vw);
    max-width: none;
    height: auto;
    margin: 0 auto;
  }

  .plan-asset-featured img {
    width: min(326px, 90vw);
  }

  .plans-cta-original {
    display: none;
  }
}

@media (max-width: 390px) {
  .clients h3 {
    font-size: 48px;
  }

  .plans-logo-picture {
    width: 274px;
  }

  .plans-intro h2 {
    font-size: 39px;
  }

  .plans-intro p {
    font-size: 17px;
  }

  .plan-asset img {
    width: min(304px, 88vw);
  }

  .plan-asset-featured img {
    width: min(312px, 90vw);
  }
}


/* ===== V42 - Clickable plans + Mobile contact section only ===== */
.plan-asset {
  cursor: pointer;
}

@media (max-width: 767px) {
  .contact {
    padding: 38px 0 44px;
    background-color: #f0f0f0;
    background-image: url("../assets/img/optimized/bg-form-mobile.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .contact > .container,
  .contact-grid {
    width: calc(100% - 28px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contact-copy {
    text-align: left;
  }

  .contact-copy h2 {
    max-width: 350px;
    margin: 0 auto 22px;
    font-size: 52px;
    line-height: .9;
    letter-spacing: -1.4px;
  }

  .contact-copy p {
    max-width: 345px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.12;
  }

  .lead-form {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    gap: 12px;
  }

  .lead-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100%;
    min-height: 0;
    aspect-ratio: auto;
  }

  .lead-field::before {
    content: attr(data-label);
    display: block;
    color: var(--blue);
    font-size: 17px;
    line-height: 1;
    font-weight: 400;
  }

  .lead-field > img {
    display: none;
  }

  .lead-field input {
    position: static;
    width: 100%;
    height: 50px;
    min-height: 50px;
    padding: 0 16px;
    border: 0;
    border-radius: 12px;
    outline: 0;
    background: rgba(255,255,255,.96);
    color: var(--text);
    font-size: 16px;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
  }

  .lead-field input:focus,
  .lead-field input:focus-visible {
    outline: 0;
    box-shadow: none;
  }

  .lead-field input[type="number"] {
    -moz-appearance: textfield;
  }

  .lead-field input[type="number"]::-webkit-inner-spin-button,
  .lead-field input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
  }

  .form-button-image {
    width: 100%;
    max-width: 350px;
    margin: 10px auto 0;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .form-button-image picture,
  .form-button-image img {
    display: block;
    width: 100%;
    height: auto;
  }

  .form-status {
    margin: 0;
    min-height: 16px;
    font-size: 12px;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .contact-copy h2 {
    font-size: 48px;
  }

  .contact-copy p {
    font-size: 17px;
  }

  .lead-field::before {
    font-size: 16px;
  }

  .lead-field input {
    height: 48px;
    min-height: 48px;
    font-size: 15px;
  }
}


/* ===== V43 - Mobile footer only; desktop preserved ===== */
@media (max-width: 767px) {
  .site-footer {
    background: transparent;
  }

  .footer-main {
    padding: 32px 14px 30px;
    background-color: #149ac4;
    background-image: url("../assets/img/site-mobile/original/BG-FOOTER.png");
    background-repeat: repeat;
    background-position: center;
    background-size: auto 100%;
  }

  .footer-main > * {
    width: calc(100% - 28px);
    max-width: 365px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-main-logo {
    display: block;
  }

  .footer-main-logo img {
    width: min(310px, 86vw);
    max-width: none;
    height: auto;
    margin: 0 auto 14px;
  }

  .footer-main p {
    max-width: 345px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 29px;
    line-height: 1.02;
    font-weight: 400;
    letter-spacing: -.35px;
  }

  .footer-main strong {
    color: var(--lime);
    font-weight: 900;
  }

  .footer-bottom {
    padding: 11px 0 12px;
    background: #117d9f;
    color: rgba(255,255,255,.94);
    font-size: 9px;
  }

  .footer-bottom-inner {
    width: calc(100% - 28px);
    max-width: 365px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
  }

  .footer-bottom-brand {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 7px;
  }

  .footer-bottom-brand img {
    width: 78px;
    height: auto;
  }

  .footer-bottom-brand span {
    white-space: normal;
  }

  .footer-bottom nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 16px;
    flex-wrap: wrap;
  }
}

@media (max-width: 390px) {
  .footer-main-logo img {
    width: min(292px, 84vw);
  }

  .footer-main p {
    font-size: 27px;
  }
}


/* ===== V50 - Larger new client logos ===== */
.client-card img.client-logo--boost {
  max-width: 168px;
  max-height: 106px;
}

@media (max-width: 820px) {
  .client-card img.client-logo--boost {
    max-width: 156px;
    max-height: 88px;
  }
}

@media (max-width: 767px) {
  .client-card img.client-logo--boost {
    max-width: 164px;
    max-height: 86px;
  }
}

@media (max-width: 390px) {
  .client-card img.client-logo--boost {
    max-width: 148px;
    max-height: 78px;
  }
}


/* ===== V51 - Balanced client logos ===== */
.client-card {
  padding: 14px 16px;
}

.client-card img.client-logo {
  width: auto;
  height: auto;
  max-width: 178px;
  max-height: 100px;
  margin: 0 auto;
  object-fit: contain;
}

.client-card img.client-logo--normandia { max-width: 174px; max-height: 90px; }
.client-card img.client-logo--dale { max-width: 174px; max-height: 90px; }
.client-card img.client-logo--gebon { max-width: 160px; max-height: 96px; }
.client-card img.client-logo--loja-real { max-width: 108px; max-height: 108px; }
.client-card img.client-logo--mega-prates { max-width: 108px; max-height: 108px; }
.client-card img.client-logo--emporio-cia { max-width: 184px; max-height: 76px; }
.client-card img.client-logo--gela-boca { max-width: 182px; max-height: 90px; }
.client-card img.client-logo--mini-preco { max-width: 178px; max-height: 88px; }
.client-card img.client-logo--izas { max-width: 180px; max-height: 86px; }
.client-card img.client-logo--emporio-inga { max-width: 106px; max-height: 106px; }
.client-card img.client-logo--burgo { max-width: 172px; max-height: 92px; }

@media (max-width: 820px) {
  .client-card {
    padding: 10px 12px;
  }

  .client-card img.client-logo {
    max-width: 166px;
    max-height: 92px;
  }

  .client-card img.client-logo--normandia,
  .client-card img.client-logo--dale { max-width: 164px; max-height: 82px; }
  .client-card img.client-logo--gebon { max-width: 148px; max-height: 88px; }
  .client-card img.client-logo--loja-real,
  .client-card img.client-logo--mega-prates,
  .client-card img.client-logo--emporio-inga { max-width: 92px; max-height: 92px; }
  .client-card img.client-logo--emporio-cia { max-width: 172px; max-height: 70px; }
  .client-card img.client-logo--gela-boca { max-width: 170px; max-height: 82px; }
  .client-card img.client-logo--mini-preco { max-width: 168px; max-height: 82px; }
  .client-card img.client-logo--izas { max-width: 168px; max-height: 80px; }
  .client-card img.client-logo--burgo { max-width: 160px; max-height: 84px; }
}

@media (max-width: 767px) {
  .client-card {
    height: 114px;
    padding: 8px 10px;
  }

  .client-card img.client-logo {
    max-width: 168px;
    max-height: 92px;
  }

  .client-card img.client-logo--normandia,
  .client-card img.client-logo--dale { max-width: 166px; max-height: 84px; }
  .client-card img.client-logo--gebon { max-width: 150px; max-height: 90px; }
  .client-card img.client-logo--loja-real,
  .client-card img.client-logo--mega-prates,
  .client-card img.client-logo--emporio-inga { max-width: 94px; max-height: 94px; }
  .client-card img.client-logo--emporio-cia { max-width: 174px; max-height: 72px; }
  .client-card img.client-logo--gela-boca { max-width: 172px; max-height: 84px; }
  .client-card img.client-logo--mini-preco { max-width: 170px; max-height: 84px; }
  .client-card img.client-logo--izas { max-width: 170px; max-height: 82px; }
  .client-card img.client-logo--burgo { max-width: 162px; max-height: 86px; }
}

@media (max-width: 390px) {
  .client-card {
    height: 108px;
    padding: 7px 8px;
  }

  .client-card img.client-logo {
    max-width: 154px;
    max-height: 86px;
  }

  .client-card img.client-logo--normandia,
  .client-card img.client-logo--dale { max-width: 152px; max-height: 76px; }
  .client-card img.client-logo--gebon { max-width: 138px; max-height: 82px; }
  .client-card img.client-logo--loja-real,
  .client-card img.client-logo--mega-prates,
  .client-card img.client-logo--emporio-inga { max-width: 86px; max-height: 86px; }
  .client-card img.client-logo--emporio-cia { max-width: 158px; max-height: 64px; }
  .client-card img.client-logo--gela-boca { max-width: 156px; max-height: 76px; }
  .client-card img.client-logo--mini-preco { max-width: 156px; max-height: 78px; }
  .client-card img.client-logo--izas { max-width: 156px; max-height: 74px; }
  .client-card img.client-logo--burgo { max-width: 148px; max-height: 78px; }
}


/* ===== V52 - Testimonials temporarily disabled ===== */
.legacy-panel--disabled {
  display: none !important;
}

/* ===== V57 - Consentimento LGPD / Cookies ===== */
.cookie-banner[hidden],
.cookie-modal[hidden] {
  display: none !important;
}

.cookie-banner {
  position: fixed;
  z-index: 9998;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: var(--text);
}

.cookie-banner__content {
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: 18px 20px;
  border: 1px solid rgba(41, 41, 43, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .24);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.cookie-banner__copy {
  max-width: 720px;
}

.cookie-banner__copy strong {
  display: block;
  margin-bottom: 5px;
  color: var(--text);
  font-size: 18px;
}

.cookie-banner__copy p {
  margin: 0 0 5px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.cookie-banner__copy a {
  color: var(--blue-deep);
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-decoration: underline;
}

.cookie-banner__actions,
.cookie-modal__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  flex-wrap: wrap;
}

.cookie-btn {
  min-height: 42px;
  padding: 9px 15px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.cookie-btn--primary {
  color: var(--text);
  background: var(--lime);
}

.cookie-btn--secondary {
  color: var(--text);
  background: #ececec;
  border-color: #d8d8d8;
}

.cookie-btn--outline {
  color: var(--blue-deep);
  background: #fff;
  border-color: var(--blue-deep);
}

.cookie-modal {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.cookie-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .58);
}

.cookie-modal__panel {
  position: relative;
  width: min(620px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 28px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

.cookie-modal__panel h2 {
  margin: 0 38px 8px 0;
  font-size: 28px;
  line-height: 1.1;
}

.cookie-modal__panel > p {
  margin: 0 0 20px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.cookie-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.cookie-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  border-top: 1px solid #e4e4e4;
}

.cookie-option strong {
  display: block;
  margin-bottom: 3px;
  color: var(--text);
  font-size: 16px;
}

.cookie-option small {
  display: block;
  color: #5d5d62;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.cookie-option input {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  accent-color: var(--blue);
}

.cookie-option--disabled {
  opacity: .7;
}

.cookie-modal__actions {
  margin-top: 18px;
}

.cookie-modal-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .cookie-banner__content {
    padding: 16px;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .cookie-banner__actions {
    justify-content: stretch;
  }

  .cookie-banner__actions .cookie-btn {
    flex: 1 1 100%;
  }

  .cookie-modal__panel {
    padding: 22px 18px;
  }

  .cookie-modal__panel h2 {
    font-size: 24px;
  }

  .cookie-modal__actions {
    justify-content: stretch;
  }

  .cookie-modal__actions .cookie-btn {
    flex: 1 1 100%;
  }
}
