:root {
  --page-bg: #f7f1e7;
  --page-bg-soft: #fffaf3;
  --ink: #071b3a;
  --ink-soft: #21324d;
  --accent: #f05b24;
  --accent-deep: #e64a12;
  --teal: #0d7e79;
  --teal-deep: #046c69;
  --panel: #0b1f3b;
  --panel-soft: #142b4e;
  --line: rgba(8, 29, 57, 0.12);
  --white: #fffaf4;
  --whatsapp: #4dc95e;
  --shadow-soft: 0 30px 80px rgba(7, 24, 49, 0.12);
  --shadow-deep: 0 30px 70px rgba(7, 24, 49, 0.22);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background:
    radial-gradient(circle at 10% 14%, rgba(240, 91, 36, 0.08), transparent 24%),
    radial-gradient(circle at 35% 30%, rgba(10, 126, 121, 0.09), transparent 28%),
    linear-gradient(180deg, #fff9f1 0%, var(--page-bg) 54%, #f4ecdf 100%);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(48px);
}

body::before {
  width: 18rem;
  height: 18rem;
  top: 5rem;
  left: -6rem;
  background: rgba(240, 91, 36, 0.14);
}

body::after {
  width: 24rem;
  height: 24rem;
  right: -10rem;
  top: 20rem;
  background: rgba(8, 29, 57, 0.08);
}

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

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

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.page {
  min-height: 100vh;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: clip;
}

.hero__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  width: min(1740px, calc(100% - 3rem));
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 2.5rem) 0 1.5rem;
}

.hero__copy {
  position: relative;
  z-index: 2;
  padding-left: clamp(0rem, 2vw, 2rem);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.6rem);
}

.brand__mark {
  width: clamp(4.8rem, 8vw, 8.4rem);
  height: auto;
  flex: none;
}

.brand__name {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.95rem, 3.4vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.92;
}

.hero__accent-line {
  display: block;
  width: clamp(4rem, 8vw, 6.25rem);
  height: 0.3rem;
  margin: clamp(1.8rem, 3vw, 3rem) 0 clamp(1.7rem, 2.5vw, 2.5rem);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), #ff8c57);
}

.hero__title {
  margin: 0;
}

.hero__title-line {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: clamp(3.45rem, 7vw, 6.25rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.hero__title-line--highlight {
  background: linear-gradient(180deg, #0a7f7a 0%, #0f5c5b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__description {
  max-width: 12.4ch;
  margin: clamp(1rem, 1.7vw, 1.45rem) 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.12rem, 2.15vw, 2.45rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.05em;
}

.hero__pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(100%, 42rem);
  margin-top: clamp(1.6rem, 3vw, 2.4rem);
}

.pillar {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 0.9rem;
  padding: 0 1rem;
}

.pillar--with-divider::after {
  content: "";
  position: absolute;
  right: 0;
  top: 1.5rem;
  width: 1px;
  height: 4.2rem;
  background: rgba(7, 27, 58, 0.14);
}

.pillar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(4.2rem, 6vw, 5.4rem);
  height: clamp(4.2rem, 6vw, 5.4rem);
  border: 1px solid rgba(7, 27, 58, 0.12);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 248, 239, 0.68));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.pillar:nth-child(1) .pillar__icon {
  color: var(--accent);
}

.pillar:nth-child(2) .pillar__icon {
  color: var(--teal);
}

.pillar:nth-child(3) .pillar__icon {
  color: var(--teal-deep);
}

.pillar__icon svg {
  width: 46%;
  height: 46%;
}

.pillar strong {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.32rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__support-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(100%, 46rem);
  margin-top: clamp(1.5rem, 2.6vw, 2.2rem);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #0d2040 0%, #0b1730 100%);
  box-shadow: 0 24px 50px rgba(10, 22, 43, 0.22);
  overflow: hidden;
}

.support-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.3rem 1.4rem;
}

.support-item + .support-item {
  border-left: 1px solid rgba(255, 250, 244, 0.18);
}

.support-item__icon {
  flex: none;
  width: 2rem;
  height: 2rem;
  color: #19c2b6;
}

.support-item strong {
  color: #f9f3eb;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.hero__visual {
  position: relative;
  min-height: min(54rem, 90vh);
}

.hero__bg-shape {
  position: absolute;
  inset: -4rem -6rem -7rem 18%;
  border-radius: 50% 0 0 50%;
  background: linear-gradient(180deg, #081b3a 0%, #0d2345 100%);
  box-shadow: 0 30px 80px rgba(8, 24, 49, 0.28);
}

.hero__corner {
  position: absolute;
  inset: -2rem -8rem auto auto;
  width: 18rem;
  height: 18rem;
  border-bottom-left-radius: 18rem;
  background: linear-gradient(180deg, #ff6f31 0%, #e94611 100%);
}

.hero__rings {
  position: absolute;
  top: 1.4rem;
  right: 1rem;
  width: 14rem;
  height: 14rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 244, 234, 0.45);
  opacity: 0.72;
}

.hero__rings::before,
.hero__rings::after {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 244, 234, 0.45);
  border-radius: inherit;
}

.hero__rings::after {
  inset: 2rem;
}

.hero__dots {
  position: absolute;
  width: 10rem;
  height: 10rem;
  opacity: 0.6;
}

.hero__dots::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(27, 204, 189, 0.85) 0 1.8px, transparent 2px);
  background-size: 1rem 1rem;
}

.hero__dots--top {
  top: 1rem;
  left: 50%;
}

.hero__dots--bottom {
  right: 0.8rem;
  bottom: 0.4rem;
  width: 8rem;
  height: 8rem;
}

.whatsapp-badge {
  position: absolute;
  top: 2.4rem;
  left: 51%;
  display: grid;
  place-items: center;
  width: clamp(6.5rem, 8vw, 8rem);
  height: clamp(6.5rem, 8vw, 8rem);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 40px rgba(8, 24, 49, 0.24);
  z-index: 4;
}

.whatsapp-badge__inner {
  width: 74%;
  height: 74%;
  padding: 0.8rem;
  border-radius: inherit;
  background: linear-gradient(180deg, #5bd36a 0%, var(--whatsapp) 100%);
  color: #fff;
}

.phone,
.dashboard-card {
  position: absolute;
  z-index: 4;
}

.phone {
  top: clamp(7.2rem, 8.6vw, 9.2rem);
  left: 15%;
  width: min(20.25rem, 28vw);
  border: 1px solid rgba(200, 176, 150, 0.72);
  border-radius: 2.25rem;
  background: linear-gradient(180deg, rgba(255, 249, 239, 0.98), rgba(249, 240, 227, 0.96));
  box-shadow: 0 30px 70px rgba(8, 24, 49, 0.3);
  overflow: hidden;
  z-index: 5;
}

.phone::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.28)),
    radial-gradient(circle at 20% 15%, rgba(213, 189, 162, 0.18) 0 8px, transparent 9px),
    radial-gradient(circle at 65% 40%, rgba(213, 189, 162, 0.18) 0 8px, transparent 9px),
    radial-gradient(circle at 40% 78%, rgba(213, 189, 162, 0.18) 0 8px, transparent 9px);
  background-size: auto, 64px 64px, 72px 72px, 70px 70px;
  opacity: 0.32;
  pointer-events: none;
}

.phone__header,
.phone__footer,
.phone__identity,
.menu-item,
.meter__labels,
.dashboard-card__header,
.dashboard-card__filter,
.report-stats,
.report-stat,
.chat > span {
  display: flex;
  align-items: center;
}

.phone__header,
.phone__footer {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1.15rem 1.2rem;
  background: rgba(255, 251, 246, 0.92);
}

.phone__footer {
  border-top: 1px solid rgba(196, 174, 148, 0.36);
}

.phone__icon-button {
  flex: none;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink-soft);
  cursor: default;
}

.phone__identity {
  gap: 0.8rem;
  margin-right: auto;
}

.phone__avatar {
  flex: none;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #0b7e79, #0f565e);
  color: #dff8f5;
}

.phone__avatar svg,
.dashboard-card__icon svg,
.support-item__icon svg,
.phone__footer-icon svg,
.phone__send svg,
.menu-item__add svg,
.chat__checks svg,
.phone__icon-button svg {
  width: 100%;
  height: 100%;
}

.phone__identity strong {
  display: block;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.phone__identity small {
  color: var(--teal);
  font-size: 0.92rem;
}

.phone__body {
  position: relative;
  z-index: 1;
  padding: 1rem 1rem 1.2rem;
}

.chat {
  width: fit-content;
  max-width: 82%;
  margin-top: 0.95rem;
  padding: 0.95rem 1rem 0.8rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(32, 42, 60, 0.08);
}

.chat p {
  margin: 0 0 0.45rem;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
}

.chat > span {
  justify-content: flex-end;
  gap: 0.25rem;
  color: rgba(33, 50, 77, 0.7);
  font-size: 0.82rem;
}

.chat--outgoing {
  margin-left: auto;
  background: linear-gradient(180deg, #eef7d1 0%, #f8f4d8 100%);
}

.chat--outgoing p {
  max-width: 15ch;
  font-weight: 600;
}

.chat__checks {
  width: 1.1rem;
  height: 1.1rem;
  color: var(--teal-deep);
}

.menu-card {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(196, 174, 148, 0.4);
  border-radius: 1.45rem;
  background: rgba(255, 251, 245, 0.92);
}

.menu-card__header strong {
  display: block;
  margin-bottom: 0.9rem;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.menu-card__list {
  display: grid;
  gap: 0.6rem;
}

.menu-item {
  gap: 0.8rem;
}

.menu-item + .menu-item {
  padding-top: 0.75rem;
  border-top: 1px solid rgba(196, 174, 148, 0.28);
}

.menu-item__icon {
  flex: none;
  width: 3rem;
  height: 3rem;
  padding: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff2dc 0%, #f0dfc5 100%);
  color: #9b5c23;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.menu-item__icon--chicken {
  color: #a4561b;
}

.menu-item__icon--soup {
  color: #8b652c;
}

.menu-item__content {
  flex: 1;
  min-width: 0;
}

.menu-item__content strong,
.menu-item__content small {
  display: block;
}

.menu-item__content strong {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
}

.menu-item__content small {
  margin-top: 0.2rem;
  color: rgba(33, 50, 77, 0.8);
  font-size: 0.84rem;
  font-weight: 700;
}

.menu-item__add {
  flex: none;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #0c807b 0%, #0b5f63 100%);
  color: #f3fffd;
}

.phone__footer-icon {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  color: rgba(33, 50, 77, 0.78);
}

.phone__placeholder {
  flex: 1;
  color: rgba(33, 50, 77, 0.76);
  font-size: 0.98rem;
}

.phone__send {
  flex: none;
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0.65rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #0f8a7e 0%, #0c6a70 100%);
  color: #fffefc;
}

.dashboard-card {
  width: min(24rem, 28vw);
  padding: 1.55rem;
  border: 1px solid rgba(67, 90, 124, 0.7);
  border-radius: 1.75rem;
  background: linear-gradient(180deg, rgba(10, 27, 52, 0.97), rgba(15, 35, 66, 0.98));
  color: #f9f3eb;
  box-shadow: var(--shadow-deep);
}

.dashboard-card--control {
  top: 8rem;
  right: 1.2rem;
}

.dashboard-card--reports {
  top: 20.5rem;
  right: 0.8rem;
  bottom: auto;
}

.dashboard-card__header {
  gap: 0.9rem;
}

.dashboard-card__icon {
  flex: none;
  width: 2.3rem;
  height: 2.3rem;
  padding: 0.45rem;
  border: 1px solid rgba(239, 105, 50, 0.46);
  border-radius: 999px;
  color: var(--accent);
}

.dashboard-card--reports .dashboard-card__icon {
  border-color: rgba(20, 208, 192, 0.36);
  color: #14d0c0;
}

.dashboard-card__header strong {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.15rem, 1.5vw, 1.7rem);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.meter-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
  padding: 1.15rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.05);
}

.meter__labels {
  justify-content: space-between;
  gap: 1rem;
}

.meter__labels span {
  color: rgba(249, 243, 235, 0.92);
  font-size: 0.98rem;
}

.meter__labels strong {
  font-size: 0.98rem;
}

.meter__track {
  display: block;
  width: 100%;
  height: 0.42rem;
  margin-top: 0.5rem;
  border-radius: 999px;
  background: rgba(103, 120, 147, 0.38);
  overflow: hidden;
}

.meter__fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f06d2e 0%, #fe7e33 100%);
}

.dashboard-card__filter {
  justify-content: space-between;
  gap: 0.5rem;
  width: fit-content;
  margin-top: 1.4rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(249, 243, 235, 0.88);
  font-size: 0.92rem;
}

.dashboard-card__filter span:last-child {
  width: 1rem;
  height: 1rem;
}

.chart {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  align-items: end;
  gap: 0.65rem;
  height: 10rem;
  margin-top: 1.3rem;
  padding: 1.2rem 1rem 0.8rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    repeating-linear-gradient(
      to top,
      rgba(255, 255, 255, 0.06) 0,
      rgba(255, 255, 255, 0.06) 1px,
      transparent 1px,
      transparent 26px
    );
}

.chart__bar {
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, #22c7ba 0%, #0e7d77 100%);
  box-shadow: 0 0 20px rgba(23, 194, 180, 0.18);
}

.report-stats {
  gap: 1rem;
  margin-top: 1.5rem;
}

.report-stat {
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  min-width: 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.report-stat span {
  color: rgba(249, 243, 235, 0.78);
  font-size: 0.84rem;
}

.report-stat strong {
  font-size: clamp(1rem, 1.25vw, 1.4rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.report-stat--accent strong {
  color: #1dd4bf;
}

.reports-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  margin-top: 1.5rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0.95rem;
  background: transparent;
  color: #fbf6ef;
  font-weight: 700;
}

.reports-button span:first-child {
  width: 1.1rem;
  height: 1.1rem;
}

.no-script {
  margin: 0;
  padding: 1rem;
  text-align: center;
  background: #fff7e5;
  color: #553315;
  font-weight: 700;
}

body:not(.is-ready) .hero__support-strip,
body:not(.is-ready) .hero__pillars,
body:not(.is-ready) .menu-card__list,
body:not(.is-ready) .meter-list,
body:not(.is-ready) .chart,
body:not(.is-ready) .report-stats {
  opacity: 0;
}

body.is-ready .hero__copy,
body.is-ready .phone,
body.is-ready .dashboard-card,
body.is-ready .whatsapp-badge {
  animation: rise-in 800ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

body.is-ready .phone {
  animation-delay: 120ms;
}

body.is-ready .dashboard-card--control {
  animation-delay: 190ms;
}

body.is-ready .dashboard-card--reports {
  animation-delay: 270ms;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1400px) {
  .hero__panel {
    width: min(1500px, calc(100% - 2rem));
  }

  .phone {
    left: 14%;
  }

  .dashboard-card--control {
    right: 1rem;
  }

  .dashboard-card--reports {
    right: 1.5rem;
  }
}

@media (max-height: 780px) and (min-width: 861px) {
  .hero__panel {
    padding-top: 1rem;
    gap: 2rem;
  }

  .brand__mark {
    width: 4.8rem;
  }

  .brand__name {
    font-size: 3rem;
  }

  .hero__accent-line {
    margin: 1.4rem 0 1.2rem;
  }

  .hero__title-line {
    font-size: clamp(3rem, 5.2vw, 4.85rem);
  }

  .hero__description {
    max-width: 13ch;
    margin-top: 0.85rem;
    font-size: clamp(1rem, 1.6vw, 1.65rem);
  }

  .hero__pillars {
    margin-top: 1.2rem;
  }

  .hero__support-strip {
    margin-top: 1.1rem;
  }

  .support-item {
    padding: 1rem 1.15rem;
  }
}

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

  .hero__panel {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding-bottom: 4rem;
  }

  .hero__copy {
    padding-left: 0;
  }

  .hero__description {
    max-width: 20ch;
  }

  .hero__visual {
    min-height: 64rem;
  }

  .hero__bg-shape {
    inset: 0;
    border-radius: 3rem;
  }

  .whatsapp-badge {
    left: 56%;
  }

  .phone {
    left: 7%;
    width: min(24rem, 54vw);
  }

  .dashboard-card {
    width: min(28rem, 46vw);
  }
}

@media (max-width: 860px) {
  .hero__panel {
    width: min(100%, calc(100% - 1.25rem));
    padding-top: 1.5rem;
  }

  .hero__pillars,
  .hero__support-strip {
    width: 100%;
  }

  .hero__visual {
    min-height: auto;
    padding-bottom: 2rem;
  }

  .hero__bg-shape {
    inset: 4.5rem 0 0;
    border-radius: 2.2rem;
  }

  .hero__corner {
    width: 9rem;
    height: 9rem;
    inset: 0 0 auto auto;
    border-bottom-left-radius: 9rem;
  }

  .hero__rings,
  .hero__dots--bottom {
    display: none;
  }

  .hero__dots--top {
    left: auto;
    right: 1rem;
    width: 7rem;
    height: 7rem;
  }

  .whatsapp-badge,
  .phone,
  .dashboard-card {
    position: relative;
  }

  .whatsapp-badge {
    top: 3.2rem;
    left: auto;
    margin: 0 1.5rem 1rem auto;
  }

  .phone,
  .dashboard-card {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: none;
    margin: 0 auto 1rem;
  }

  .phone {
    width: min(100%, 27rem);
  }

  .dashboard-card {
    width: min(100%, 32rem);
  }

  .report-stats {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 640px) {
  .hero__panel {
    width: calc(100% - 1rem);
  }

  .brand {
    gap: 0.8rem;
  }

  .brand__mark {
    width: 4rem;
  }

  .brand__name {
    font-size: 2.2rem;
  }

  .hero__title-line {
    font-size: clamp(3rem, 13vw, 4.2rem);
  }

  .hero__description {
    max-width: 15ch;
    font-size: 1.7rem;
  }

  .hero__pillars,
  .hero__support-strip {
    grid-template-columns: 1fr;
  }

  .pillar {
    justify-items: start;
    padding: 0;
  }

  .pillar--with-divider::after {
    display: none;
  }

  .pillar + .pillar {
    margin-top: 1rem;
  }

  .support-item + .support-item {
    border-top: 1px solid rgba(255, 250, 244, 0.18);
    border-left: 0;
  }

  .hero__support-strip {
    border-radius: 1.2rem;
  }

  .hero__bg-shape {
    inset: 2.5rem 0 0;
  }

  .phone__header,
  .phone__footer,
  .phone__body,
  .menu-card {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .dashboard-card,
  .menu-card {
    border-radius: 1.35rem;
  }

  .meter-list,
  .report-stats {
    gap: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body.is-ready .hero__copy,
  body.is-ready .phone,
  body.is-ready .dashboard-card,
  body.is-ready .whatsapp-badge {
    animation: none;
  }
}
