body.page-landing {
  --landing-bg: #f7f9f8;
  --landing-paper: #ffffff;
  --landing-ink: #14212a;
  --landing-muted: #5c6870;
  --landing-line: #dce5e2;
  --landing-teal: #007d7b;
  --landing-teal-dark: #005f61;
  --landing-navy: #0d2532;
  --landing-amber: #d29a2e;
  --landing-soft: #edf5f3;
  background: var(--landing-bg);
  color: var(--landing-ink);
}

.landing-header,
.landing-page,
.landing-footer {
  font-family: "Source Sans 3", sans-serif;
}

.landing-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 80px;
  padding: 0 44px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--landing-line);
  backdrop-filter: blur(18px);
}

.landing-brand,
.landing-nav,
.landing-header-actions,
.landing-hero-actions,
.landing-trust-list,
.landing-product-topbar,
.landing-week-head,
.landing-table-toolbar,
.landing-final-cta div {
  display: flex;
  align-items: center;
}

.landing-brand {
  gap: 0.7rem;
  color: var(--landing-ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  text-decoration: none;
}

.landing-brand img {
  display: block;
  width: clamp(148px, 15vw, 190px);
  height: auto;
}

.landing-brand .logo-dark-only,
.landing-footer .logo-dark-only {
  display: none !important;
}

[data-theme="dark"] .landing-brand .logo-light-only,
[data-theme="dark"] .landing-footer .logo-light-only {
  display: none !important;
}

[data-theme="dark"] .landing-brand .logo-dark-only,
[data-theme="dark"] .landing-footer .logo-dark-only {
  display: block !important;
}

.landing-brand-mark,
.landing-product-logo {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, var(--landing-teal), var(--landing-navy));
  font-size: 1rem;
  font-weight: 700;
}

.landing-nav {
  gap: 3.2rem;
}

.landing-nav a,
.landing-login,
.landing-footer a {
  color: var(--landing-ink);
  text-decoration: none;
}

.landing-nav a,
.landing-login {
  font-size: 0.98rem;
  font-weight: 600;
}

.landing-header-actions {
  gap: 1.1rem;
}

.landing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 46px;
  padding: 0.75rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

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

.landing-button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--landing-teal), var(--landing-teal-dark));
  box-shadow: 0 12px 24px rgba(0, 125, 123, 0.18);
}

.landing-button-secondary {
  color: var(--landing-teal-dark);
  background: #fff;
  border-color: var(--landing-teal);
}

.landing-button-light {
  color: var(--landing-teal-dark);
  background: #fff;
}

.landing-button-outline-light {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.8);
}

.landing-page {
  overflow: hidden;
}

.landing-page section[id] {
  scroll-margin-top: 96px;
}

.landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(600px, 1.14fr);
  align-items: center;
  gap: clamp(1.8rem, 3vw, 3.8rem);
  width: min(1360px, calc(100% - 88px));
  min-height: calc(100vh - 80px);
  margin: 0 auto;
  padding: clamp(2rem, 3.6vw, 4.2rem) 0 2.8rem;
}

.landing-hero h1,
.landing-workflow h2,
.landing-projects h2,
.landing-mobile-band h2,
.landing-features h2,
.landing-pricing h2,
.landing-final-cta h2 {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 0;
}

.landing-hero h1 {
  max-width: 12ch;
  font-size: clamp(2.65rem, 4.6vw, 4.45rem);
  line-height: 0.98;
}

.landing-hero-copy p {
  max-width: 44rem;
  margin: 1.35rem 0 0;
  color: var(--landing-muted);
  font-size: clamp(1.05rem, 1.4vw, 1.32rem);
  line-height: 1.55;
}

.landing-hero-actions {
  gap: 1.45rem;
  margin-top: 2.35rem;
}

.landing-play-icon {
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.landing-play-icon::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 7px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid currentColor;
}

.landing-trust-list {
  flex-wrap: wrap;
  gap: 1.7rem;
  padding: 0;
  margin: 2.35rem 0 0;
  list-style: none;
  color: var(--landing-muted);
  font-size: 0.9rem;
}

.landing-trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.landing-trust-list svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--landing-navy);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.landing-product {
  display: grid;
  grid-template-columns: 146px minmax(0, 1fr);
  min-height: 455px;
  background: var(--landing-paper);
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(12, 37, 48, 0.14);
  overflow: hidden;
}

.landing-product-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1rem 0.85rem;
  color: rgba(255, 255, 255, 0.82);
  background: linear-gradient(180deg, #102b3a, #071923);
}

.landing-product-sidebar a {
  padding: 0.58rem 0.65rem;
  border-radius: 6px;
  color: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.landing-product-sidebar .is-active {
  color: #fff;
  background: rgba(0, 125, 123, 0.52);
}

.landing-product-logo {
  margin-bottom: 1rem;
  width: 124px;
  height: 42px;
  padding: 0.28rem 0.45rem;
  border-radius: 8px;
  color: var(--landing-navy);
  background: #fff;
}

.landing-product-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.landing-user {
  display: none;
  grid-template-columns: 34px 1fr;
  gap: 0.05rem 0.55rem;
  align-items: center;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.landing-user span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  font-weight: 700;
}

.landing-user strong,
.landing-user small {
  line-height: 1.1;
}

.landing-product-main {
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: 1.05rem 1.15rem 1.2rem;
}

.landing-product-topbar {
  justify-content: space-between;
  gap: 1rem;
}

.landing-product-topbar h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.28rem;
}

.landing-timer {
  display: grid;
  justify-items: end;
  line-height: 1.1;
}

.landing-timer strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.25rem;
}

.landing-timer span {
  color: var(--landing-muted);
  font-size: 0.72rem;
}

.landing-product button,
.landing-table-toolbar button,
.landing-phone button {
  min-height: 34px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: var(--landing-teal);
  font-size: 0.82rem;
  font-weight: 700;
}

.landing-product button {
  padding: 0.45rem 0.8rem;
}

.landing-week-card,
.landing-entry-list,
.landing-report-card,
.landing-table-card,
.landing-mileage,
.landing-price-card {
  background: #fff;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
}

.landing-week-card {
  padding: 0.85rem;
}

.landing-week-head {
  justify-content: space-between;
  color: var(--landing-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.landing-week-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.4rem;
  margin-top: 0.9rem;
}

.landing-week-grid span {
  display: grid;
  gap: 0.45rem;
  padding: 0.62rem 0.35rem;
  border-radius: 6px;
  color: var(--landing-muted);
  font-size: 0.78rem;
  text-align: center;
}

.landing-week-grid small {
  color: var(--landing-ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.landing-week-grid .is-current {
  background: var(--landing-soft);
}

.landing-week-grid .is-current small {
  color: var(--landing-teal);
}

.landing-dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 1rem;
}

.landing-entry-list,
.landing-report-card {
  padding: 0.9rem;
}

.landing-entry-list h3,
.landing-report-card h3,
.landing-table-card h3,
.landing-price-card h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
}

.landing-entry-list article {
  display: grid;
  grid-template-columns: 10px 1fr auto;
  align-items: center;
  gap: 0.7rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--landing-line);
  font-size: 0.88rem;
}

.landing-entry-list article:last-child {
  border-bottom: 0;
}

.landing-entry-list article span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--landing-teal);
}

.landing-entry-list small {
  color: var(--landing-muted);
}

.landing-report-card dl {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0;
}

.landing-report-card div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.landing-report-card dt {
  color: var(--landing-muted);
}

.landing-report-card dd {
  margin: 0;
  font-weight: 700;
}

.landing-report-card .is-ready {
  color: var(--landing-teal);
}

.landing-report-card button {
  width: 100%;
  color: var(--landing-teal-dark);
  background: #fff;
  border: 1px solid var(--landing-teal);
}

.landing-scroll-cue {
  display: block;
  width: 16px;
  height: 16px;
  margin: -1.6rem auto 1.6rem;
  border-right: 2px solid #95a5a5;
  border-bottom: 2px solid #95a5a5;
  transform: rotate(45deg);
}

.landing-workflow {
  padding: 3.7rem max(44px, calc((100vw - 1360px) / 2)) 4.5rem;
  text-align: center;
  border-top: 1px solid var(--landing-line);
}

.landing-workflow h2,
.landing-features h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
}

.landing-workflow > p {
  margin: 0.7rem 0 0;
  color: var(--landing-muted);
  font-size: 1.15rem;
}

.landing-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4.8rem;
  margin-top: 3.6rem;
}

.landing-steps article {
  position: relative;
}

.landing-steps article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 38px;
  right: -3rem;
  width: 42px;
  height: 1px;
  background: #aebcbd;
}

.landing-step-icon {
  display: inline-grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin-bottom: 1rem;
  border-radius: 50%;
  color: var(--landing-teal);
  background: var(--landing-soft);
}

.landing-step-icon::before {
  content: "";
  width: 34px;
  height: 34px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.landing-step-icon.check::before {
  border-radius: 7px;
  box-shadow: inset 9px -7px 0 -6px currentColor;
}

.landing-step-icon.file::before {
  border-radius: 4px;
}

.landing-step-icon.download::before {
  width: 26px;
  height: 28px;
  border-width: 0 0 3px 0;
  border-radius: 0;
  box-shadow: inset 0 -14px 0 -11px currentColor;
}

.landing-step-icon.team::before {
  border-radius: 50%;
  box-shadow: 20px 10px 0 -10px currentColor, -20px 10px 0 -10px currentColor;
}

.landing-step-icon.car::before,
.landing-step-icon.chart::before,
.landing-step-icon.lock::before {
  border-radius: 7px;
}

.landing-steps h3,
.landing-feature-row h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
}

.landing-steps p,
.landing-feature-row p,
.landing-projects p,
.landing-mobile-band p,
.landing-pricing-copy p,
.landing-final-cta p,
.landing-footer p {
  color: var(--landing-muted);
  line-height: 1.5;
}

.landing-projects {
  display: grid;
  grid-template-columns: 0.34fr 1fr;
  gap: 3rem;
  align-items: center;
  padding: 3.2rem max(44px, calc((100vw - 1360px) / 2));
  border: 1px solid var(--landing-line);
  border-left: 0;
  border-right: 0;
  background: #fff;
}

.landing-projects h2,
.landing-mobile-band h2,
.landing-pricing h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.08;
}

.landing-projects a,
.landing-mobile-band a {
  color: var(--landing-teal);
  font-weight: 700;
  text-decoration: none;
}

.landing-table-card {
  padding: 1.25rem;
  overflow-x: auto;
}

.landing-table-toolbar {
  justify-content: space-between;
  margin-bottom: 1rem;
}

.landing-table-toolbar button {
  padding: 0.45rem 0.9rem;
}

.landing-table-card table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 0.94rem;
}

.landing-table-card th,
.landing-table-card td {
  padding: 0.92rem 0.75rem;
  border-bottom: 1px solid var(--landing-line);
  text-align: left;
}

.landing-table-card th {
  color: var(--landing-muted);
  font-weight: 700;
}

.status {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 0.4rem;
  border-radius: 50%;
}

.status.green {
  background: #1d9b63;
}

.status.amber {
  background: var(--landing-amber);
}

.landing-mobile-band {
  display: grid;
  grid-template-columns: 240px 0.7fr 1.25fr;
  gap: 4rem;
  align-items: center;
  padding: 3.8rem max(44px, calc((100vw - 1360px) / 2));
  background: #fff;
  border-bottom: 1px solid var(--landing-line);
}

.landing-phone {
  display: grid;
  justify-items: center;
  gap: 1.1rem;
  width: 220px;
  min-height: 360px;
  padding: 1.1rem;
  border: 7px solid #101b22;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(12, 37, 48, 0.14);
}

.landing-phone-bar {
  width: 42px;
  height: 4px;
  border-radius: 99px;
  background: #17242c;
}

.landing-phone strong {
  margin-top: 2rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
}

.landing-phone span {
  color: var(--landing-muted);
  text-align: center;
}

.landing-phone button {
  width: 100%;
}

.landing-phone div:last-child {
  display: flex;
  gap: 3rem;
  margin-top: auto;
}

.landing-phone div:last-child span {
  width: 22px;
  height: 22px;
  border: 2px solid var(--landing-teal);
  border-radius: 50%;
}

.landing-mileage {
  padding: 1.4rem;
}

.landing-mini-table {
  display: grid;
  gap: 0;
  margin-top: 1rem;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  overflow: hidden;
}

.landing-mini-table div {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr 0.4fr;
  gap: 0.7rem;
  padding: 0.75rem;
  border-bottom: 1px solid var(--landing-line);
  font-size: 0.9rem;
}

.landing-mini-table div:last-child {
  border-bottom: 0;
}

.landing-features {
  padding: 4.5rem max(44px, calc((100vw - 1360px) / 2));
  text-align: center;
}

.landing-feature-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.35rem;
  margin-top: 3.8rem;
  text-align: left;
}

.landing-feature-row article {
  display: grid;
  align-content: start;
  gap: 0.55rem;
  min-height: 238px;
  padding: 1.2rem;
  background: #fff;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
}

.landing-feature-row .landing-step-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 0.35rem;
  background: transparent;
}

.landing-feature-row .landing-step-icon::before {
  width: 30px;
  height: 30px;
  border-width: 2.5px;
}

.landing-feature-row p {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.landing-feature-row small {
  align-self: end;
  color: var(--landing-teal);
  font-weight: 800;
}

.landing-pricing {
  display: grid;
  grid-template-columns: minmax(250px, 1.1fr) repeat(auto-fit, minmax(190px, 1fr));
  gap: 1rem;
  align-items: end;
  padding: 4rem max(44px, calc((100vw - 1360px) / 2)) 3rem;
  background: #fff;
  border-top: 1px solid var(--landing-line);
}

.landing-pricing-copy ul {
  display: grid;
  gap: 0.8rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
}

.landing-pricing-copy li::before {
  content: "✓";
  margin-right: 0.7rem;
  color: var(--landing-teal);
  font-weight: 700;
}

.landing-price-card {
  position: relative;
  display: grid;
  gap: 0.75rem;
  min-height: 360px;
  padding: 1.25rem;
}

.landing-price-card strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
}

.landing-price-card span {
  color: var(--landing-muted);
}

.landing-price-card em {
  display: inline-flex;
  width: fit-content;
  margin-top: 0.65rem;
  padding: 0.38rem 0.62rem;
  border-radius: 999px;
  color: var(--landing-teal-dark);
  background: rgba(185, 255, 31, 0.18);
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 900;
}

.landing-price-card ul {
  display: grid;
  gap: 0.58rem;
  align-content: start;
  padding: 0;
  margin: 0.25rem 0 0;
  list-style: none;
  color: var(--landing-muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

.landing-price-card li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 0.45rem;
}

.landing-price-card li::before {
  content: "✓";
  color: var(--landing-teal);
  font-weight: 800;
}

.landing-price-card .landing-button {
  align-self: end;
  width: 100%;
  min-height: 40px;
}

.landing-price-card.is-highlighted {
  border: 2px solid var(--landing-teal);
  box-shadow: 0 18px 42px rgba(0, 125, 123, 0.14);
}

.landing-price-card small {
  position: absolute;
  top: -15px;
  left: 50%;
  padding: 0.28rem 0.7rem;
  border-radius: 5px;
  color: #fff;
  background: var(--landing-teal);
  font-weight: 700;
  transform: translateX(-50%);
}

.landing-final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: center;
  padding: 2rem max(44px, calc((100vw - 1360px) / 2));
  color: #fff;
  background: linear-gradient(90deg, #008a86, #006f70 52%, #0d2532);
}

.landing-final-cta h2,
.landing-final-cta p {
  margin: 0;
  color: #fff;
}

.landing-final-cta h2 {
  font-size: clamp(1.8rem, 3vw, 2.45rem);
}

.landing-final-cta div {
  gap: 1rem;
}

.landing-footer {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
  gap: 2rem;
  padding: 2.4rem max(44px, calc((100vw - 1360px) / 2));
  color: rgba(255, 255, 255, 0.82);
  background: #0d2532;
}

.landing-footer strong {
  display: block;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
}

.landing-footer-logo {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
  padding: 0.35rem 0.45rem;
  border-radius: 6px;
  background: #fff;
}

.landing-footer nav,
.landing-footer div {
  display: grid;
  align-content: start;
  gap: 0.5rem;
}

.landing-footer a,
.landing-footer span {
  color: rgba(255, 255, 255, 0.76);
}

.landing-legal-page {
  padding: 0 max(24px, calc((100vw - 980px) / 2)) 5rem;
  background: var(--landing-bg);
}

.landing-legal-hero {
  padding: clamp(3rem, 7vw, 6rem) 0 2.4rem;
}

.landing-legal-back {
  display: inline-flex;
  margin-bottom: 2rem;
  color: var(--landing-teal-dark);
  font-weight: 800;
  text-decoration: none;
}

.landing-legal-hero p {
  margin: 0 0 0.7rem;
  color: var(--landing-teal);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-legal-hero h1 {
  max-width: 12ch;
  color: var(--landing-ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.7rem, 7vw, 5.8rem);
  line-height: 0.98;
}

.landing-legal-content {
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: #fff;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(12, 37, 48, 0.08);
}

.landing-legal-content h2 {
  margin: 1.2rem 0 0.2rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  line-height: 1.15;
}

.landing-legal-content h2:first-child {
  margin-top: 0;
}

.landing-legal-content p,
.landing-legal-content li {
  max-width: 78ch;
  margin: 0;
  color: var(--landing-muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.landing-legal-content a {
  color: var(--landing-teal-dark);
  font-weight: 700;
}

.landing-legal-content strong {
  color: var(--landing-ink);
}

@media (max-width: 1120px) {
  .landing-header {
    padding: 0 24px;
  }

  .landing-nav {
    gap: 1.4rem;
  }

  .landing-hero {
    grid-template-columns: 1fr;
    width: min(100% - 48px, 900px);
    min-height: auto;
  }

  .landing-hero h1 {
    max-width: 14ch;
  }

  .landing-product {
    grid-template-columns: 140px minmax(0, 1fr);
    min-height: auto;
  }

  .landing-steps,
  .landing-feature-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-steps article::after {
    display: none;
  }

  .landing-projects,
  .landing-mobile-band,
  .landing-pricing,
  .landing-final-cta,
  .landing-footer {
    grid-template-columns: 1fr;
  }

  .landing-mobile-band {
    justify-items: start;
  }

  .landing-pricing {
    align-items: stretch;
  }
}

@media (max-width: 720px) {
  .landing-header {
    position: static;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem;
    align-items: flex-start;
  }

  .landing-brand {
    font-size: 1.35rem;
  }

  .landing-brand img {
    width: 142px;
  }

  .landing-nav {
    order: 3;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.55rem 1rem;
  }

  .landing-header-actions {
    order: 2;
    width: 100%;
    margin-left: 0;
  }

  .landing-login {
    display: none;
  }

  .landing-button {
    width: 100%;
    min-height: 44px;
  }

  .landing-header-actions .landing-button {
    width: 100%;
  }

  .landing-hero {
    width: min(100% - 28px, 620px);
    padding-top: 2.5rem;
  }

  .landing-hero h1 {
    max-width: 10ch;
    font-size: clamp(2.55rem, 12.4vw, 3.35rem);
  }

  .landing-hero-actions,
  .landing-final-cta div {
    flex-direction: column;
    align-items: stretch;
  }

  .landing-product {
    grid-template-columns: 1fr;
  }

  .landing-product-sidebar {
    display: none;
  }

  .landing-product-main {
    padding: 1rem;
  }

  .landing-product-topbar,
  .landing-dashboard-grid {
    grid-template-columns: 1fr;
    display: grid;
    align-items: stretch;
  }

  .landing-timer {
    justify-items: start;
  }

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

  .landing-workflow,
  .landing-projects,
  .landing-mobile-band,
  .landing-features,
  .landing-pricing,
  .landing-final-cta,
  .landing-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .landing-steps,
  .landing-feature-row {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .landing-mobile-band {
    gap: 2rem;
  }

  .landing-phone {
    width: min(220px, 100%);
  }

  .landing-table-card {
    padding: 1rem 0.8rem;
    overflow-x: hidden;
  }

  .landing-table-toolbar {
    display: grid;
    gap: 0.75rem;
    justify-content: stretch;
  }

  .landing-table-toolbar button {
    width: 100%;
  }

  .landing-table-card table {
    min-width: 0;
    table-layout: fixed;
    font-size: 0.76rem;
  }

  .landing-table-card th,
  .landing-table-card td {
    padding: 0.62rem 0.35rem;
    word-break: break-word;
  }
}

/* Modern refresh pass */
body.page-landing {
  --landing-bg: #f8fbfa;
  --landing-line: #dce9e6;
  --landing-teal: #00877f;
  --landing-teal-dark: #00635f;
  --landing-lime: #b9ff1f;
  --landing-soft: #e9f8f3;
  background:
    linear-gradient(90deg, rgba(0, 135, 127, 0.055) 1px, transparent 1px) 0 0 / 74px 74px,
    linear-gradient(180deg, #fff 0%, var(--landing-bg) 42%, #fff 100%);
}

.landing-header {
  position: sticky;
  background: rgba(255, 255, 255, 0.82);
}

.landing-header::after {
  content: "";
  position: absolute;
  right: 44px;
  bottom: 0;
  left: 44px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 135, 127, 0.55), transparent);
}

.landing-nav a,
.landing-login {
  position: relative;
}

.landing-nav a::after,
.landing-login::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.45rem;
  left: 0;
  height: 2px;
  background: var(--landing-lime);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.18s ease;
}

.landing-nav a:hover::after,
.landing-login:hover::after {
  transform: scaleX(1);
}

.landing-button {
  border-radius: 8px;
}

.landing-button-primary {
  background: linear-gradient(135deg, #009486, var(--landing-teal-dark));
  box-shadow: 0 16px 30px rgba(0, 135, 127, 0.24);
}

.landing-button-secondary {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(0, 135, 127, 0.55);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.landing-page {
  position: relative;
}

.landing-hero {
  position: relative;
}

.landing-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: -12vw;
  z-index: -1;
  width: min(46vw, 680px);
  height: 100%;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.58) 1px, transparent 1px) 0 0 / 92px 92px,
    linear-gradient(135deg, rgba(191, 255, 218, 0.88), rgba(0, 135, 127, 0.22));
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}

.landing-hero h1 {
  font-size: clamp(2.95rem, 5.1vw, 5.35rem);
}

.landing-hero h1 span {
  color: var(--landing-teal);
}

.landing-trust-list svg {
  stroke: var(--landing-teal);
}

.landing-hero-visual {
  position: relative;
  display: grid;
  align-items: center;
}

.landing-product {
  position: relative;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 30px 80px rgba(12, 37, 48, 0.18);
  backdrop-filter: blur(18px);
}

.landing-product-sidebar {
  background: linear-gradient(180deg, #102b3a, #071923 62%, #083836);
}

.landing-product-sidebar .is-active {
  background: linear-gradient(135deg, rgba(0, 148, 134, 0.85), rgba(0, 99, 95, 0.95));
}

.landing-week-card,
.landing-entry-list,
.landing-report-card,
.landing-table-card,
.landing-mileage,
.landing-price-card {
  background: rgba(255, 255, 255, 0.92);
}

.landing-hero-metrics {
  position: absolute;
  right: -2.2rem;
  display: grid;
  gap: 0.9rem;
  width: 174px;
}

.landing-hero-metrics article {
  display: grid;
  gap: 0.18rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(12, 37, 48, 0.13);
  backdrop-filter: blur(14px);
}

.landing-hero-metrics span {
  color: var(--landing-muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.landing-hero-metrics strong {
  color: var(--landing-ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.45rem;
}

.landing-hero-metrics small {
  color: var(--landing-teal);
  font-weight: 800;
}

.landing-workflow {
  display: block;
  text-align: center;
  background: rgba(255, 255, 255, 0.78);
}

.landing-steps {
  gap: 1rem;
  margin-top: 3rem;
  padding: 1.1rem;
  background: #fff;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(12, 37, 48, 0.08);
}

.landing-steps article {
  min-width: 0;
  padding: 1.15rem 1rem;
}

.landing-steps article:not(:last-child)::after {
  right: -1.7rem;
  width: 2.4rem;
}

.landing-step-icon {
  background: linear-gradient(180deg, #effff7, #e1f6f3);
  box-shadow: inset 0 0 0 1px rgba(0, 135, 127, 0.15);
}

.landing-projects {
  background: linear-gradient(180deg, #fff, #f8fbfa);
}

.landing-table-card {
  box-shadow: 0 22px 55px rgba(12, 37, 48, 0.08);
}

.landing-features {
  text-align: left;
  background:
    linear-gradient(90deg, rgba(0, 135, 127, 0.045) 1px, transparent 1px) 0 0 / 80px 80px,
    #f8fbfa;
}

.landing-feature-row article {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(220, 233, 230, 0.92);
  box-shadow: 0 16px 36px rgba(12, 37, 48, 0.07);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.landing-feature-row article:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 135, 127, 0.3);
  box-shadow: 0 24px 48px rgba(12, 37, 48, 0.11);
}

.landing-pricing-copy li::before,
.landing-price-card li::before {
  content: "\2713";
}

.landing-price-card {
  box-shadow: 0 18px 42px rgba(12, 37, 48, 0.07);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.landing-price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 58px rgba(12, 37, 48, 0.12);
}

.landing-price-card.is-highlighted {
  background:
    linear-gradient(180deg, rgba(185, 255, 31, 0.1), transparent 34%),
    #fff;
  box-shadow: 0 24px 60px rgba(0, 135, 127, 0.18);
}

.landing-final-cta {
  background:
    linear-gradient(90deg, rgba(185, 255, 31, 0.18) 0 1px, transparent 1px 100%) 0 0 / 72px 72px,
    linear-gradient(90deg, #008f84, #006b67 52%, #0d2532);
}

.landing-contact {
  display: grid;
  grid-template-columns: minmax(15rem, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
  margin-top: 3.2rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(16, 24, 32, 0.09);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff, #f4f8ff);
  box-shadow: 0 22px 58px rgba(10, 31, 44, 0.08);
}

.landing-contact-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 0.95;
}

.landing-contact-copy p {
  margin: 0.95rem 0 1.3rem;
  color: rgba(16, 24, 32, 0.68);
  line-height: 1.55;
}

.landing-whatsapp-link {
  gap: 0.6rem;
}

.landing-whatsapp-icon {
  display: inline-grid;
  place-items: center;
  width: 1.2rem;
  height: 1.2rem;
}

.landing-whatsapp-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.landing-whatsapp-icon svg circle {
  fill: #25d366;
}

.landing-contact-form {
  display: grid;
  gap: 0.72rem;
}

.landing-contact-form label {
  display: grid;
  gap: 0.32rem;
  color: rgba(16, 24, 32, 0.8);
  font-weight: 800;
}

.landing-contact-form input,
.landing-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 24, 32, 0.15);
  border-radius: 8px;
  background: #fff;
  color: var(--landing-ink);
  font: inherit;
  padding: 0.75rem 0.86rem;
}

.landing-contact-form input {
  min-height: 3rem;
}

.landing-contact-form textarea {
  min-height: 7rem;
  resize: vertical;
}

.landing-contact-note {
  margin: 0.2rem 0 0;
  color: rgba(16, 24, 32, 0.66);
  font-size: 0.92rem;
  font-weight: 700;
}

.landing-contact-form button[disabled] {
  opacity: 0.7;
  cursor: wait;
}

@media (max-width: 1320px) {
  .landing-hero-metrics {
    display: none;
  }
}

@media (max-width: 1120px) {
  .landing-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .landing-hero::before {
    right: -38vw;
    width: 82vw;
    opacity: 0.55;
  }

  .landing-steps {
    grid-template-columns: 1fr;
  }
}

/* Interactive polish for the freelancer-facing landing page */
.landing-effects-ready .fx-reveal {
  opacity: 0;
  transform: translateY(22px) scale(0.985);
  transition:
    opacity 0.68s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.68s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--fx-delay, 0ms);
}

.landing-effects-ready .fx-reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.landing-button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.landing-button::before {
  content: "";
  position: absolute;
  inset: -45%;
  z-index: -1;
  background:
    radial-gradient(circle at var(--fx-x, 50%) var(--fx-y, 50%), rgba(255, 255, 255, 0.42), transparent 28%),
    linear-gradient(120deg, transparent 34%, rgba(255, 255, 255, 0.42), transparent 66%);
  opacity: 0;
  transform: translateX(-18%);
  transition: opacity 0.18s ease, transform 0.42s ease;
}

.landing-button:hover::before {
  opacity: 1;
  transform: translateX(18%);
}

.landing-button-primary:hover {
  box-shadow: 0 20px 42px rgba(0, 135, 127, 0.34);
}

.landing-hero {
  overflow: hidden;
}

.landing-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, #00a88e, #b9ff1f, #2f7cff, #00a88e);
  background-size: 220% 100%;
  animation: landing-accent-flow 7s linear infinite;
}

.landing-product.fx-tilt,
.landing-table-card.fx-tilt,
.landing-phone.fx-tilt {
  transform:
    translateY(var(--fx-float-y, 0))
    rotate(var(--fx-float-r, 0deg))
    rotateX(var(--fx-rotate-x, 0deg))
    rotateY(var(--fx-rotate-y, 0deg));
  transform-style: preserve-3d;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.landing-product.fx-tilt:hover,
.landing-table-card.fx-tilt:hover,
.landing-phone.fx-tilt:hover {
  box-shadow: 0 34px 86px rgba(12, 37, 48, 0.22);
}

.landing-product::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(255, 255, 255, 0.62) 45%, transparent 56%),
    linear-gradient(180deg, transparent, rgba(0, 135, 127, 0.05));
  mix-blend-mode: screen;
  opacity: 0.55;
  transform: translateX(-55%);
  animation: landing-product-sheen 6.5s ease-in-out infinite;
}

.landing-timer strong,
.landing-hero-metrics strong {
  animation: landing-soft-pulse 3.8s ease-in-out infinite;
}

.landing-week-grid span,
.landing-entry-list article,
.landing-report-card dl div {
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.landing-week-grid span:hover,
.landing-entry-list article:hover,
.landing-report-card dl div:hover {
  transform: translateY(-2px);
  background: rgba(0, 135, 127, 0.075);
  box-shadow: 0 10px 24px rgba(12, 37, 48, 0.08);
}

.landing-feature-row article,
.landing-price-card,
.landing-steps article {
  position: relative;
  overflow: hidden;
}

.landing-feature-row article::after,
.landing-price-card::after,
.landing-steps article::before {
  content: "";
  position: absolute;
  inset: auto 12px 0;
  height: 3px;
  background: linear-gradient(90deg, #00877f, #b9ff1f, #2f7cff);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.landing-feature-row article:hover::after,
.landing-price-card:hover::after,
.landing-steps article:hover::before {
  transform: scaleX(1);
}

.landing-steps article:hover {
  transform: translateY(-3px);
}

.landing-scroll-cue {
  animation: landing-cue-bounce 1.8s ease-in-out infinite;
}

@keyframes landing-accent-flow {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 220% 0;
  }
}

@keyframes landing-product-sheen {
  0%, 42% {
    transform: translateX(-62%);
  }
  72%, 100% {
    transform: translateX(62%);
  }
}

@keyframes landing-soft-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.72;
  }
}

@keyframes landing-cue-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-effects-ready .fx-reveal,
  .landing-product.fx-tilt,
  .landing-table-card.fx-tilt,
  .landing-phone.fx-tilt,
  .landing-button::before,
  .landing-week-grid span,
  .landing-entry-list article,
  .landing-report-card dl div {
    transition: none;
  }

  .landing-hero::after,
  .landing-product::after,
  .landing-timer strong,
  .landing-hero-metrics strong,
  .landing-scroll-cue {
    animation: none;
  }
}

.landing-android-download {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(1rem, 3vw, 2.4rem);
  align-items: center;
  margin: clamp(1rem, 4vw, 3rem) auto;
  padding: clamp(1.3rem, 4vw, 2.6rem);
  overflow: hidden;
  border: 1px solid rgba(21, 90, 85, 0.16);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 250, 243, 0.96), rgba(218, 241, 232, 0.9));
  box-shadow: 0 24px 70px rgba(20, 69, 64, 0.13);
}

.landing-android-icon {
  display: grid;
  width: clamp(64px, 9vw, 92px);
  aspect-ratio: 1;
  place-items: center;
  border-radius: 24px;
  color: #fffaf3;
  background: linear-gradient(145deg, #155a55, #20392f);
  box-shadow: 0 14px 30px rgba(21, 90, 85, 0.24);
  font: 800 clamp(1.8rem, 4vw, 2.7rem)/1 Georgia, serif;
}

.landing-android-copy h2 {
  margin: 0.3rem 0 0.55rem;
}

.landing-android-copy p {
  margin: 0;
}

.landing-android-note {
  margin-top: 0.55rem !important;
  color: #4f625b;
  font-size: 0.84rem;
}

.landing-android-actions {
  display: grid;
  gap: 0.55rem;
  min-width: 190px;
  text-align: center;
}

.landing-android-checksum {
  color: #155a55;
  font-size: 0.83rem;
  font-weight: 700;
}

.landing-android-actions small {
  color: #50615b;
}

@media (max-width: 820px) {
  .landing-android-download {
    grid-template-columns: auto 1fr;
  }

  .landing-android-actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .landing-android-download {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .landing-android-icon {
    width: 64px;
  }

  .landing-android-actions {
    grid-column: auto;
  }
}

/* Stable blue theme override */
body.page-landing {
  --landing-teal: #2f7cff;
  --landing-teal-dark: #1c4fc3;
  --landing-lime: #8ec5ff;
}

.landing-button-primary {
  background: linear-gradient(135deg, #3a8dff, #1c4fc3);
  box-shadow: 0 16px 30px rgba(47, 124, 255, 0.28);
}

.landing-button-secondary {
  color: #1c4fc3;
  border-color: rgba(47, 124, 255, 0.52);
}

.landing-header::after {
  background: linear-gradient(90deg, transparent, rgba(47, 124, 255, 0.55), transparent);
}

.landing-hero::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.58) 1px, transparent 1px) 0 0 / 92px 92px,
    linear-gradient(135deg, rgba(142, 197, 255, 0.88), rgba(47, 124, 255, 0.2));
}

.landing-hero h1 span {
  color: var(--landing-teal);
}

.landing-product-sidebar .is-active {
  background: linear-gradient(135deg, rgba(58, 141, 255, 0.9), rgba(28, 79, 195, 0.95));
}

.landing-step-icon {
  background: linear-gradient(180deg, #eff5ff, #e4eeff);
  box-shadow: inset 0 0 0 1px rgba(47, 124, 255, 0.16);
}

.landing-features {
  background:
    linear-gradient(90deg, rgba(47, 124, 255, 0.045) 1px, transparent 1px) 0 0 / 80px 80px,
    #f8fbff;
}

.landing-feature-row article:hover {
  border-color: rgba(47, 124, 255, 0.3);
}

.landing-price-card em {
  color: #1c4fc3;
  background: rgba(142, 197, 255, 0.24);
}

.landing-price-card.is-highlighted {
  background:
    linear-gradient(180deg, rgba(142, 197, 255, 0.14), transparent 34%),
    #fff;
  box-shadow: 0 24px 60px rgba(47, 124, 255, 0.18);
}

.landing-final-cta {
  background:
    linear-gradient(90deg, rgba(142, 197, 255, 0.18) 0 1px, transparent 1px 100%) 0 0 / 72px 72px,
    linear-gradient(90deg, #2f7cff, #1c4fc3 52%, #0d2532);
}

.landing-hero::after {
  background: linear-gradient(90deg, #3a8dff, #8ec5ff, #2f7cff, #3a8dff);
}

.landing-product::after {
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(255, 255, 255, 0.62) 45%, transparent 56%),
    linear-gradient(180deg, transparent, rgba(47, 124, 255, 0.05));
}

.landing-week-grid span:hover,
.landing-entry-list article:hover,
.landing-report-card dl div:hover {
  background: rgba(47, 124, 255, 0.08);
}

.landing-feature-row article::after,
.landing-price-card::after,
.landing-steps article::before {
  background: linear-gradient(90deg, #2f7cff, #8ec5ff, #1c4fc3);
}

/* Layered parallax and compact responsive navigation */
.landing-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(47, 124, 255, 0.22);
  border-radius: 12px;
  color: var(--landing-navy);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 24px rgba(13, 37, 50, 0.08);
  cursor: pointer;
}

.landing-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.landing-header.is-menu-open .landing-menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.landing-header.is-menu-open .landing-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.landing-header.is-menu-open .landing-menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.landing-page {
  position: relative;
  isolation: isolate;
}

.landing-page > section,
.landing-page > .landing-scroll-cue {
  position: relative;
  z-index: 1;
}

.landing-parallax-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.landing-depth-shape,
.landing-hero-orbit {
  position: absolute;
  display: block;
  pointer-events: none;
  will-change: transform;
  transform: translate3d(0, var(--parallax-y, 0), 0);
}

.landing-depth-shape {
  border: 1px solid rgba(47, 124, 255, 0.13);
  border-radius: 42% 58% 62% 38%;
  background:
    radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.92), transparent 24%),
    linear-gradient(145deg, rgba(142, 197, 255, 0.19), rgba(47, 124, 255, 0.025));
}

.landing-depth-shape-one {
  top: 4%;
  right: -11rem;
  width: 30rem;
  height: 30rem;
  rotate: 12deg;
}

.landing-depth-shape-two {
  top: 39%;
  left: -13rem;
  width: 27rem;
  height: 38rem;
  rotate: -18deg;
}

.landing-depth-shape-three {
  top: 72%;
  right: -8rem;
  width: 22rem;
  height: 22rem;
  rotate: 28deg;
}

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

.landing-hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.landing-hero-orbit {
  border-radius: 50%;
}

.landing-hero-orbit-back {
  top: 3%;
  right: 3%;
  width: clamp(20rem, 42vw, 41rem);
  aspect-ratio: 1;
  border: 1px solid rgba(47, 124, 255, 0.17);
  box-shadow:
    inset 0 0 0 42px rgba(142, 197, 255, 0.045),
    inset 0 0 0 110px rgba(47, 124, 255, 0.025);
}

.landing-hero-orbit-front {
  right: 31%;
  bottom: 8%;
  width: clamp(5rem, 10vw, 9rem);
  aspect-ratio: 1;
  background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.9), rgba(142, 197, 255, 0.34) 48%, rgba(47, 124, 255, 0.08));
  box-shadow: 0 24px 70px rgba(47, 124, 255, 0.16);
}

.landing-workflow,
.landing-projects,
.landing-mobile-band,
.landing-features,
.landing-pricing,
.landing-contact,
.landing-final-cta {
  isolation: isolate;
  overflow: hidden;
}

.landing-workflow::before,
.landing-projects::before,
.landing-mobile-band::before,
.landing-features::before,
.landing-pricing::before,
.landing-contact::before,
.landing-final-cta::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: clamp(14rem, 28vw, 28rem);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(142, 197, 255, 0.2), rgba(47, 124, 255, 0.035) 48%, transparent 72%);
  transform: translate3d(0, var(--section-depth, 0), 0);
  will-change: transform;
}

.landing-workflow::before,
.landing-mobile-band::before,
.landing-pricing::before,
.landing-final-cta::before {
  top: -9rem;
  right: -6rem;
}

.landing-projects::before,
.landing-features::before,
.landing-contact::before {
  bottom: -10rem;
  left: -7rem;
}

.landing-workflow > *,
.landing-projects > *,
.landing-mobile-band > *,
.landing-features > *,
.landing-pricing > *,
.landing-contact > *,
.landing-final-cta > * {
  position: relative;
  z-index: 1;
}

.landing-final-cta::before {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.24), rgba(142, 197, 255, 0.08) 48%, transparent 72%);
}

@media (max-width: 960px) {
  .landing-header {
    position: sticky;
    top: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.7rem 1rem;
    min-height: 68px;
    padding: 0.7rem 1rem;
    align-items: center;
  }

  .landing-menu-toggle {
    display: block;
  }

  .landing-nav,
  .landing-header-actions {
    display: none;
    order: initial;
    grid-column: 1 / -1;
    width: 100%;
  }

  .landing-header.is-menu-open .landing-nav,
  .landing-header.is-menu-open .landing-header-actions {
    display: flex;
  }

  .landing-header.is-menu-open .landing-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0.2rem;
    padding: 0.45rem 0 0.65rem;
    border-top: 1px solid var(--landing-line);
  }

  .landing-nav a {
    min-height: 42px;
    padding: 0.62rem 0.25rem;
  }

  .landing-header.is-menu-open .landing-header-actions {
    gap: 0.65rem;
    padding-bottom: 0.35rem;
  }

  .landing-header-actions .landing-login {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1rem;
    border: 1px solid var(--landing-line);
    border-radius: 8px;
  }

  .landing-header-actions .landing-button {
    width: auto;
    flex: 1;
  }
}

@media (max-width: 720px) {
  .landing-header {
    position: sticky;
    align-items: center;
    padding: 0.65rem 0.8rem;
  }

  .landing-brand img {
    width: min(142px, 43vw);
  }

  .landing-header-actions {
    order: initial;
    margin-left: 0;
  }

  .landing-nav {
    order: initial;
  }

  .landing-header.is-menu-open .landing-header-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .landing-header-actions .landing-button {
    width: 100%;
  }

  .landing-hero {
    padding-top: 1.8rem;
  }

  .landing-hero-orbit-back {
    top: 8%;
    right: -50%;
    opacity: 0.7;
  }

  .landing-hero-orbit-front {
    right: -1rem;
    bottom: 29%;
    opacity: 0.62;
  }

  .landing-depth-shape {
    opacity: 0.58;
  }

  .landing-depth-shape-one {
    right: -20rem;
  }

  .landing-depth-shape-two {
    left: -20rem;
  }

  .landing-depth-shape-three {
    right: -14rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-depth-shape,
  .landing-hero-orbit,
  .landing-workflow::before,
  .landing-projects::before,
  .landing-mobile-band::before,
  .landing-features::before,
  .landing-pricing::before,
  .landing-contact::before,
  .landing-final-cta::before {
    transform: none;
    will-change: auto;
  }

  .landing-menu-toggle span {
    transition: none;
  }
}
