:root {
  --ink: #111318;
  --ink-soft: #5e626c;
  --paper: #ffffff;
  --wash: #f1f4f6;
  --line: rgba(17, 19, 24, 0.14);
  --blue: #1c5de7;
  --pink: #ef416f;
  --green: #1f7765;
  --yellow: #ffd166;
  --whatsapp: #13a85b;
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Aptos", "Segoe UI", Arial, sans-serif;
  --container: 1200px;
  --header-height: 78px;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(17, 19, 24, 0.17);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

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

svg {
  flex: 0 0 auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10000;
  transform: translateY(-180%);
  background: var(--paper);
  color: var(--ink);
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2000;
  color: #fff;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-menu-open {
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(16px);
}

.nav-shell {
  display: grid;
  width: min(100% - 32px, var(--container));
  min-height: var(--header-height);
  grid-template-columns: auto 1fr auto;
  gap: 30px;
  align-items: center;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.06rem;
  font-weight: 900;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--display);
  font-weight: 700;
}

.nav-menu {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.nav-menu a {
  position: relative;
  font-size: 0.86rem;
  font-weight: 850;
  text-decoration: none;
}

.nav-menu a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  background: var(--pink);
  transition: transform 180ms ease;
}

.nav-menu a:hover::after,
.nav-menu a:focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: var(--radius);
  background: transparent;
  cursor: pointer;
  padding: 10px;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
}

.nav-toggle span + span {
  margin-top: 4px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 900;
  padding: 12px 18px;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg,
.text-link svg,
.hero-next svg,
.whatsapp-float svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.button-primary {
  background: var(--pink);
  color: #fff;
}

.button-light {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(12px);
}

.button-whatsapp {
  background: var(--whatsapp);
  color: #fff;
}

.hero {
  position: relative;
  height: 92svh;
  min-height: 730px;
  max-height: 920px;
  overflow: hidden;
  background: #172019;
  color: #fff;
  isolation: isolate;
}

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

.hero-background {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 13, 10, 0.05) 18%, rgba(8, 13, 10, 0.3) 49%, rgba(8, 13, 10, 0.9) 100%);
}

.hero-inner {
  display: grid;
  width: min(100% - 32px, var(--container));
  height: 100%;
  align-items: center;
  justify-items: end;
  margin: 0 auto;
  padding-top: var(--header-height);
}

.hero-copy {
  width: min(100%, 620px);
  padding: 48px 0 70px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--yellow);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--display);
  font-weight: 500;
  line-height: 0.96;
  text-wrap: balance;
}

h1 {
  margin-bottom: 22px;
  font-size: 5.2rem;
}

h2 {
  margin-bottom: 18px;
  font-size: 3.8rem;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.12rem;
}

.hero-lede {
  max-width: 590px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-proof {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.83rem;
  font-weight: 800;
}

.hero-next {
  position: absolute;
  right: 24px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.section {
  padding: 104px 0;
}

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

.section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.section-heading > p:last-child,
.experience-copy > p,
.feature-list p,
.process-list p,
.package-card p,
.premium-copy p,
.contact-copy > p,
.faq-answer p {
  color: var(--ink-soft);
}

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

.demo-heading {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.65fr);
  gap: 54px;
  align-items: end;
}

.demo-heading p:last-child {
  margin-bottom: 5px;
}

.demo-filters {
  display: inline-flex;
  max-width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 30px;
  padding: 4px;
}

.demo-filters button {
  min-height: 40px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 900;
  padding: 8px 14px;
}

.demo-filters button.is-active {
  background: var(--ink);
  color: #fff;
}

.demo-note {
  max-width: 760px;
  margin: -10px 0 28px;
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.demo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.demo-card {
  --card-accent: var(--blue);
  display: grid;
  min-width: 0;
  border: 1px solid var(--line);
  border-top: 4px solid var(--card-accent);
  border-radius: var(--radius);
  background: var(--wash);
  padding: 16px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.demo-card[hidden] {
  display: none;
}

.demo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(17, 19, 24, 0.13);
}

.demo-device-link {
  display: block;
  width: min(100%, 220px);
  margin: 0 auto;
  text-decoration: none;
}

.demo-device {
  position: relative;
  aspect-ratio: 375 / 844;
  overflow: hidden;
  border: 8px solid #111318;
  border-radius: 30px;
  background: #111318;
  box-shadow: 0 18px 38px rgba(17, 19, 24, 0.2);
}

.demo-device::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  z-index: 2;
  width: 56px;
  height: 15px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #111318;
}

.demo-device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.demo-card-copy {
  padding-top: 18px;
}

.demo-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.demo-badge {
  color: var(--card-accent);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.demo-card-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1.05rem;
  font-weight: 900;
  text-decoration: none;
}

.demo-card-title svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.demo-card p {
  margin: 3px 0 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.experience-section {
  overflow: hidden;
  background: var(--wash);
}

.experience-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1fr);
  gap: 76px;
  align-items: center;
}

.phone-stage {
  position: relative;
  display: grid;
  min-height: 720px;
  place-items: center;
}

.phone-stage::before {
  content: "";
  position: absolute;
  inset: 10% 2% 4%;
  background: var(--yellow);
  clip-path: polygon(4% 0, 100% 9%, 94% 100%, 0 91%);
}

.phone-shell {
  position: relative;
  z-index: 1;
  width: min(76%, 315px);
  aspect-ratio: 375 / 844;
  overflow: hidden;
  border: 10px solid #111318;
  border-radius: 42px;
  background: #111318;
  box-shadow: var(--shadow);
}

.phone-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-speaker {
  position: absolute;
  top: 9px;
  left: 50%;
  z-index: 3;
  width: 72px;
  height: 19px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #111318;
}

.stage-note {
  position: absolute;
  z-index: 2;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 36px rgba(17, 19, 24, 0.14);
  font-size: 0.78rem;
  font-weight: 900;
  padding: 10px 12px;
}

.stage-note-one {
  top: 27%;
  left: 0;
  color: var(--pink);
}

.stage-note-two {
  right: 0;
  bottom: 21%;
  color: var(--green);
}

.feature-list {
  margin: 34px 0 30px;
  border-top: 1px solid var(--line);
}

.feature-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding: 21px 0;
}

.feature-list article > span {
  color: var(--pink);
  font-weight: 900;
}

.feature-list h3,
.feature-list p {
  margin-top: 0;
}

.feature-list p {
  margin-bottom: 0;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}

.process-section {
  background: var(--ink);
  color: #fff;
}

.process-heading h2,
.process-heading .eyebrow {
  color: #fff;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  border-top: 3px solid var(--yellow);
  padding-top: 24px;
}

.process-list li:nth-child(2) {
  border-color: var(--pink);
}

.process-list li:nth-child(3) {
  border-color: var(--blue);
}

.process-list li:nth-child(4) {
  border-color: #55cfa9;
}

.process-list span {
  display: block;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.78rem;
  font-weight: 900;
}

.process-list p {
  color: rgba(255, 255, 255, 0.66);
}

.local-section {
  display: grid;
  min-height: 680px;
  grid-template-columns: minmax(320px, 1fr) minmax(0, 1fr);
  background: #eef5f1;
}

.local-media {
  min-height: 520px;
  overflow: hidden;
}

.local-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.local-copy {
  align-self: center;
  max-width: 690px;
  padding: 84px 8vw 84px 64px;
}

.local-copy > p:not(.eyebrow),
.local-copy li {
  color: var(--ink-soft);
}

.local-copy ul {
  margin: 28px 0 32px;
  padding: 0;
  list-style: none;
}

.local-copy li {
  position: relative;
  border-bottom: 1px solid var(--line);
  padding: 11px 0 11px 26px;
}

.local-copy li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
}

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

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.package-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--line);
  border-top: 4px solid var(--pink);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 18px 46px rgba(17, 19, 24, 0.08);
  padding: 30px;
}

.package-card:nth-child(1) {
  border-top-color: var(--yellow);
}

.package-card:nth-child(3) {
  border-top-color: #55cfa9;
}

.package-card.is-featured {
  border-color: var(--ink);
  border-top-color: var(--pink);
  background: var(--ink);
  color: #fff;
}

.package-badge {
  align-self: flex-start;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  padding: 4px 9px;
  text-transform: uppercase;
}

.package-card h3 {
  margin: 20px 0 6px;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.05;
}

.package-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin-bottom: 15px;
}

.package-price {
  margin: 0;
  color: var(--pink);
  font-size: 1.42rem;
  font-weight: 900;
}

.package-price-row span {
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.package-card.is-featured .package-price,
.package-card.is-featured p,
.package-card.is-featured li,
.package-card.is-featured .package-price-row span {
  color: rgba(255, 255, 255, 0.82);
}

.package-card ul {
  flex: 1;
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 22px;
}

.package-card li + li {
  margin-top: 8px;
}

.package-card li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pink);
}

.package-card.is-featured li::before {
  background: var(--yellow);
}

.package-card .button {
  width: 100%;
  background: var(--ink);
  color: #fff;
}

.package-card.is-featured .button {
  background: #fff;
  color: var(--ink);
}

.package-extra {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 28px;
  padding: 26px 0;
}

.package-extra .eyebrow {
  margin-bottom: 4px;
}

.package-extra h3 {
  margin-bottom: 4px;
  font-family: var(--display);
  font-size: 1.6rem;
  font-weight: 500;
}

.package-extra p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--ink-soft);
}

.premium-band {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  min-height: 590px;
  background: #20232b;
  color: #fff;
}

.premium-visual {
  position: relative;
  overflow: hidden;
}

.premium-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 48%, rgba(32, 35, 43, 0.82) 100%);
}

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

.premium-copy {
  align-self: center;
  max-width: 650px;
  padding: 80px 8vw 80px 54px;
}

.premium-copy .eyebrow,
.premium-copy h2 {
  color: #fff;
}

.premium-copy p {
  color: rgba(255, 255, 255, 0.7);
}

.contact-section {
  background: #eff3ff;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1.02fr);
  gap: 62px;
  align-items: start;
}

.contact-copy img {
  width: 100%;
  max-height: 440px;
  margin-top: 32px;
  object-fit: cover;
  object-position: center;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
  padding: 28px;
}

.field {
  display: grid;
  gap: 7px;
}

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

.field label {
  font-size: 0.78rem;
  font-weight: 900;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 6px;
  outline: none;
  background: var(--wash);
  padding: 11px 12px;
}

.field textarea {
  min-height: 116px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(28, 93, 231, 0.15);
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.79rem;
}

.lead-form .button {
  grid-column: 1 / -1;
}

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

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.66fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: calc(var(--header-height) + 30px);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-question {
  display: flex;
  width: 100%;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-weight: 900;
  padding: 19px 0;
  text-align: left;
}

.faq-question svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 180ms ease;
}

.faq-question[aria-expanded="true"] svg {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 44px 22px 0;
}

.faq-answer p {
  margin: 0;
}

.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.67);
  padding: 58px 0 28px;
}

.footer-inner {
  display: flex;
  width: min(100% - 32px, var(--container));
  justify-content: space-between;
  gap: 32px;
  margin: 0 auto 34px;
}

.footer-brand {
  color: #fff;
  margin-bottom: 16px;
}

.footer-inner p {
  margin: 5px 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  justify-content: flex-end;
  gap: 20px;
}

.footer-links a {
  color: #fff;
  font-weight: 850;
  text-decoration: none;
}

.copyright {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.86rem;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1500;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: var(--whatsapp);
  color: #fff;
  box-shadow: 0 14px 34px rgba(19, 168, 91, 0.3);
}

.whatsapp-float svg {
  width: 27px;
  height: 27px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 3000;
  max-width: min(92vw, 430px);
  transform: translate(-50%, 16px);
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow);
  opacity: 0;
  padding: 12px 16px;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}

.reveal,
.demo-card,
.package-card {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 540ms ease, transform 540ms ease, box-shadow 220ms ease;
}

.reveal.is-visible,
.demo-card.is-visible,
.package-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  h2 {
    font-size: 3.35rem;
  }

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

  .experience-layout {
    gap: 46px;
  }

  .phone-stage {
    min-height: 650px;
  }
}

@media (max-width: 860px) {
  .nav-shell {
    grid-template-columns: auto 1fr auto;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .nav-menu {
    position: fixed;
    top: calc(var(--header-height) - 2px);
    right: 12px;
    left: 12px;
    display: grid;
    transform: translateY(-10px);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    color: var(--ink);
    box-shadow: var(--shadow);
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .nav-menu a {
    border-radius: 6px;
    padding: 13px;
  }

  .nav-menu a::after {
    display: none;
  }

  body.menu-open .nav-menu {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    height: calc(100svh - 18px);
    min-height: 720px;
  }

  .hero-background {
    object-position: 42% center;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(8, 13, 10, 0.08) 18%, rgba(8, 13, 10, 0.86) 76%, rgba(8, 13, 10, 0.94) 100%);
  }

  .hero-inner {
    align-items: end;
    justify-items: start;
  }

  .hero-copy {
    width: min(100%, 680px);
    padding-bottom: 80px;
  }

  .demo-heading,
  .experience-layout,
  .faq-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .demo-heading {
    gap: 14px;
  }

  .phone-stage {
    min-height: 680px;
  }

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

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

  .premium-band {
    grid-template-columns: 1fr;
  }

  .local-section {
    grid-template-columns: 1fr;
  }

  .local-copy {
    max-width: 760px;
    padding: 70px 24px;
  }

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

  .premium-visual::after {
    background: linear-gradient(180deg, transparent 50%, rgba(32, 35, 43, 0.84) 100%);
  }

  .premium-copy {
    max-width: 760px;
    padding: 70px 24px;
  }

  .faq-heading {
    position: static;
  }
}

@media (max-width: 650px) {
  :root {
    --header-height: 70px;
  }

  .nav-shell,
  .hero-inner,
  .section-inner,
  .footer-inner,
  .copyright {
    width: calc(100% - 24px);
  }

  .section {
    padding: 78px 0;
  }

  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.65rem;
  }

  .hero {
    min-height: 700px;
  }

  .hero-copy {
    padding-bottom: 76px;
  }

  .hero-lede {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
  }

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

  .hero-next {
    right: 14px;
    bottom: 12px;
  }

  .demo-filters {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }

  .demo-grid {
    display: flex;
    margin-right: -12px;
    margin-left: -12px;
    overflow-x: auto;
    padding: 4px 12px 18px;
    scroll-snap-type: x mandatory;
  }

  .demo-card {
    min-width: min(82vw, 300px);
    scroll-snap-align: center;
  }

  .demo-device-link {
    width: 210px;
  }

  .phone-stage {
    min-height: 610px;
  }

  .phone-shell {
    width: min(74%, 270px);
  }

  .stage-note-one {
    left: -4px;
  }

  .stage-note-two {
    right: -4px;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .process-list span {
    margin-bottom: 16px;
  }

  .premium-visual {
    min-height: 340px;
  }

  .premium-copy {
    padding: 58px 18px;
  }

  .lead-form {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .package-extra {
    display: grid;
    gap: 18px;
  }

  .field-full,
  .form-note,
  .lead-form .button {
    grid-column: auto;
  }

  .footer-inner {
    display: grid;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .whatsapp-float {
    right: 12px;
    bottom: 12px;
  }
}

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

  h2 {
    font-size: 2.35rem;
  }

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

  .stage-note {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
