:root {
  --color-sun: #ff6f1e;
  --color-sun-deep: #e75612;
  --color-honey: #ffc247;
  --color-lime: #dce86f;
  --color-mint: #0f8f7b;
  --color-ink: #14211f;
  --color-graphite: #3d4542;
  --color-paper: #fffaf4;
  --color-white: #ffffff;
  --color-line: rgba(20, 33, 31, 0.12);
  --shadow-soft: 0 22px 70px rgba(40, 33, 26, 0.15);
  --shadow-phone: 0 18px 46px rgba(23, 24, 22, 0.26);
  --radius: 8px;
  --header-height: 78px;
  --container: min(1160px, calc(100vw - 40px));
  --font-display: "Avenir Next", "Segoe UI", Arial, sans-serif;
  --font-body: Inter, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.96) 0%, rgba(255, 255, 255, 1) 42%),
    var(--color-paper);
  color: var(--color-ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

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

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

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

:focus-visible {
  outline: 3px solid rgba(255, 111, 30, 0.45);
  outline-offset: 4px;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 1000;
  width: auto;
  height: auto;
  left: 16px;
  top: 16px;
  padding: 10px 14px;
  clip: auto;
  background: var(--color-ink);
  color: var(--color-white);
  border-radius: var(--radius);
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  transition: background 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 250, 244, 0.9);
  border-bottom: 1px solid rgba(20, 33, 31, 0.1);
  box-shadow: 0 14px 32px rgba(20, 33, 31, 0.08);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: var(--container);
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

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

.brand-mark {
  position: relative;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--color-sun), var(--color-honey));
  box-shadow: 0 14px 26px rgba(255, 111, 30, 0.25);
}

.brand-mark img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-fallback {
  color: var(--color-white);
  font-size: 0.8rem;
  font-weight: 900;
}

.brand-copy {
  min-width: 0;
  display: grid;
  line-height: 1.1;
}

.brand-copy strong {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  white-space: nowrap;
}

.brand-copy small {
  margin-top: 4px;
  color: rgba(20, 33, 31, 0.62);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.nav-menu a,
.language-switch {
  min-height: 40px;
  display: inline-grid;
  place-items: center;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(20, 33, 31, 0.78);
  font-size: 0.83rem;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.nav-menu a:hover,
.language-switch:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(255, 111, 30, 0.18);
  color: var(--color-ink);
}

.nav-menu a.is-active {
  background: rgba(255, 111, 30, 0.12);
  color: var(--color-sun-deep);
}

.nav-menu .privacy-link {
  color: var(--color-mint);
}

.language-switch {
  width: 42px;
  padding: 0;
  cursor: pointer;
  background: var(--color-ink);
  color: var(--color-white);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: var(--radius);
  background: var(--color-ink);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--color-white);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  transform: translateY(3.5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-3.5px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 60svh;
  padding: calc(var(--header-height) + 28px) 0 40px;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.hero-media,
.hero-media img,
.hero-media-fallback,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -3;
  background: linear-gradient(135deg, #fff4e8 0%, #fffaf4 34%, #def7ed 100%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  mix-blend-mode: multiply;
}

.hero-media img.is-missing {
  opacity: 0;
}

.hero-media-fallback {
  background:
    radial-gradient(circle at 72% 28%, rgba(255, 111, 30, 0.34) 0 9%, transparent 24%),
    radial-gradient(circle at 82% 78%, rgba(15, 143, 123, 0.18) 0 7%, transparent 22%),
    linear-gradient(120deg, rgba(255, 250, 244, 0.8), rgba(255, 255, 255, 0.16));
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 250, 244, 0.98) 0%, rgba(255, 250, 244, 0.86) 42%, rgba(255, 250, 244, 0.22) 100%),
    linear-gradient(180deg, rgba(255, 250, 244, 0.48) 0%, rgba(255, 255, 255, 0.86) 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1fr);
  align-items: center;
  gap: 36px;
}

.hero-copy {
  max-width: 640px;
  padding: 42px 0 20px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--color-sun-deep);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1,
.section h2 {
  margin: 0;
  color: var(--color-ink);
  font-family: var(--font-display);
  font-weight: 900;
  line-height: 1.04;
}

.hero h1 {
  max-width: 700px;
  font-size: 5.9rem;
}

.hero h1 span,
.hero h1 em {
  display: block;
}

.hero h1 em {
  margin-top: 12px;
  color: rgba(20, 33, 31, 0.78);
  font-size: 0.35em;
  font-style: normal;
  line-height: 1.12;
}

.hero-lede {
  max-width: 580px;
  margin: 22px 0 0;
  color: rgba(20, 33, 31, 0.72);
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: var(--radius);
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.btn-primary {
  background: var(--color-sun);
  color: var(--color-white);
  box-shadow: 0 18px 34px rgba(255, 111, 30, 0.28);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.72);
  color: var(--color-ink);
  border: 1px solid rgba(20, 33, 31, 0.12);
}

.sol-orbit {
  position: relative;
  min-height: 520px;
  transform: rotate(-3deg);
}

.sol-orbit::before {
  content: "";
  position: absolute;
  left: 10%;
  top: 15%;
  width: 72%;
  height: 68%;
  border: 1px solid rgba(255, 111, 30, 0.2);
  border-radius: 48%;
  transform: rotate(12deg);
}

.phone-card,
.rail-phone {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 3px solid rgba(23, 27, 25, 0.3);
  border-radius: 28px;
  background:
          linear-gradient(180deg, rgba(255, 111, 30, 0.12), rgba(15, 143, 123, 0.08)),
          var(--color-white);
  box-shadow: var(--shadow-phone);
}

.phone-card::after,
.rail-phone::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  width: 48px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  transform: translateX(-50%);
}

.phone-card img,
.rail-phone img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.phone-card img.is-missing,
.rail-phone img.is-missing {
  display: none;
}

.phone-card figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  min-height: 34px;
  display: grid;
  place-items: center;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-ink);
  font-size: 0.72rem;
  font-weight: 900;
}

.phone-main {
  z-index: 4;
  left: 34%;
  top: 4%;
  width: 200px;
  height: 350px;
}

.phone-two {
  z-index: 3;
  left: 4%;
  top: 24%;
  width: 150px;
  height: 260px;
  transform: rotate(-9deg);
}

.phone-three {
  z-index: 2;
  right: 4%;
  top: 20%;
  width: 150px;
  height: 260px;
  transform: rotate(10deg);
}

.phone-four {
  z-index: 1;
  left: 27%;
  bottom: 4%;
  width: 150px;
  height: 260px;
  transform: rotate(8deg);
}

.phone-five {
  z-index: 1;
  right: 20%;
  bottom: 10%;
  width: 150px;
  height: 260px;
  transform: rotate(-12deg);
}

.trust-strip {
  position: relative;
  z-index: 2;
  margin-top: 26px;
  margin-bottom: -10px;
  pointer-events: none;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.trust-grid div {
  position: relative;
  min-height: 136px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 24px 26px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 250, 244, 0.72)),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 22px 58px rgba(20, 33, 31, 0.12);
  backdrop-filter: blur(18px);
  pointer-events: auto;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.trust-grid div::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 18px;
  width: 28px;
  height: 4px;
  border-radius: 999px;
  background: var(--color-sun);
}

.trust-grid div:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 68px rgba(20, 33, 31, 0.15);
}

.trust-grid strong {
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: 2.35rem;
  font-weight: 1000;
  line-height: 0.96;
}

.trust-grid span {
  color: rgba(20, 33, 31, 0.68);
  font-weight: 850;
  line-height: 1.35;
}

.section {
  padding: 112px 0;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 70px;
  align-items: start;
}

.section-copy {
  position: sticky;
  top: calc(var(--header-height) + 28px);
}

.section h2 {
  font-size: 4rem;
}

.section-copy p:not(.eyebrow),
.section-heading + p,
.western-panel p:not(.eyebrow),
.support-layout p {
  color: rgba(20, 33, 31, 0.68);
  font-size: 1.04rem;
}

.flow-list {
  display: grid;
  gap: 14px;
}

.flow-step {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  min-height: 154px;
  padding: 24px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: var(--color-white);
  box-shadow: 0 16px 40px rgba(20, 33, 31, 0.06);
}

.flow-step span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 111, 30, 0.11);
  color: var(--color-sun-deep);
  font-weight: 1000;
}

.flow-step h3,
.principles h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.24rem;
  line-height: 1.2;
}

.flow-step p,
.principles p {
  margin: 0;
  color: rgba(20, 33, 31, 0.66);
}

.appview-section {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 248, 237, 0.9)),
    var(--color-paper);
}

.section-heading {
  max-width: 790px;
}

.screen-stage {
  position: relative;
  min-height: 640px;
  margin-top: 54px;
}

.screen-stage::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  width: min(760px, 92vw);
  height: 230px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 111, 30, 0.16), rgba(15, 143, 123, 0.13));
  transform: translate(-50%, -50%) rotate(-5deg);
  filter: blur(4px);
}

.screen-note {
  position: absolute;
  z-index: 4;
  width: 240px;
  padding: 18px;
  border: 1px solid rgba(20, 33, 31, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 38px rgba(20, 33, 31, 0.08);
  backdrop-filter: blur(16px);
}

.screen-note strong,
.screen-note span {
  display: block;
}

.screen-note strong {
  font-family: var(--font-display);
  line-height: 1.15;
}

.screen-note span {
  margin-top: 8px;
  color: rgba(20, 33, 31, 0.62);
  font-size: 0.9rem;
}

.note-left {
  left: 0;
  top: 16%;
}

.note-right {
  right: 0;
  bottom: 13%;
}

.screen-rail {
  position: absolute;
  inset: 0;
}

.rail-phone {
  width: 190px;
  height: 335px;
}

.rail-one {
  left: 14%;
  top: 25%;
  transform: rotate(-13deg);
}

.rail-two {
  left: 30%;
  top: 11%;
  transform: rotate(-5deg);
}

.rail-three {
  z-index: 3;
  left: 48%;
  top: 5%;
  width: 214px;
  height: 375px;
  transform: translateX(-50%);
}

.rail-four {
  right: 29%;
  top: 17%;
  transform: rotate(7deg);
}

.rail-five {
  right: 13%;
  top: 28%;
  transform: rotate(14deg);
}

.western-section {
  background: var(--color-ink);
  color: var(--color-white);
}

.western-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 38px;
  align-items: stretch;
}

.western-panel {
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 111, 30, 0.18), rgba(15, 143, 123, 0.12)),
    rgba(255, 255, 255, 0.04);
}

.western-panel h2,
.western-panel p {
  color: var(--color-white);
}

.western-panel .eyebrow {
  color: var(--color-honey);
}

.principles {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.14);
}

.principles article {
  padding: 28px;
  background: rgba(255, 255, 255, 0.06);
}

.principles p {
  color: rgba(255, 255, 255, 0.68);
}

.support-section {
  padding-bottom: 94px;
}

.support-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 42px;
  align-items: center;
}

.contact-block {
  display: grid;
  gap: 10px;
  padding: 30px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: var(--color-white);
  box-shadow: 0 18px 44px rgba(20, 33, 31, 0.08);
}

.contact-block span {
  color: rgba(20, 33, 31, 0.54);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-block a[href^="mailto"] {
  color: var(--color-sun-deep);
  font-size: 1.12rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.privacy-inline {
  width: max-content;
  margin-top: 10px;
  color: var(--color-mint);
  font-weight: 900;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--header-height) + 92px) 0 86px;
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 111, 30, 0.18) 0 9%, transparent 23%),
    linear-gradient(135deg, rgba(255, 250, 244, 1), rgba(255, 255, 255, 0.92) 52%, rgba(222, 247, 237, 0.72));
}

.page-hero::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -130px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(255, 111, 30, 0.18);
  border-radius: 50%;
}

.page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.56fr);
  gap: 60px;
  align-items: center;
}

.page-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1.04;
}

.page-hero p:not(.eyebrow) {
  max-width: 640px;
  margin: 24px 0 0;
  color: rgba(20, 33, 31, 0.7);
  font-size: 1.12rem;
}

.sun-card,
.company-token,
.support-card {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 28px;
  border: 1px solid rgba(20, 33, 31, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.sun-card::before,
.company-token::before,
.support-card::before {
  content: "";
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-sun), var(--color-honey));
  box-shadow: 0 20px 42px rgba(255, 111, 30, 0.24);
}

.sun-card span {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(20, 33, 31, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 250, 244, 0.82);
  color: rgba(20, 33, 31, 0.78);
  font-weight: 900;
}

.feature-grid,
.insight-grid,
.help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature-card,
.insight-grid article,
.help-grid article {
  min-height: 270px;
  padding: 28px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: var(--color-white);
  box-shadow: 0 16px 38px rgba(20, 33, 31, 0.06);
}

.feature-mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 26px;
  border-radius: 50%;
  background: rgba(255, 111, 30, 0.11);
  color: var(--color-sun-deep);
  font-weight: 1000;
}

.feature-card h2,
.insight-grid h2,
.help-grid h2 {
  margin: 0 0 12px;
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: 1.48rem;
  line-height: 1.14;
}

.feature-card p,
.insight-grid p,
.help-grid p,
.process-lane p,
.faq-list p,
.statement-band p:not(.eyebrow) {
  margin: 0;
  color: rgba(20, 33, 31, 0.66);
}

.loan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px;
}

.loan-card {
  display: grid;
  align-content: space-between;
  min-height: 360px;
  padding: 28px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 38px rgba(20, 33, 31, 0.06);
}

.loan-card-featured {
  border-color: rgba(255, 111, 30, 0.3);
  background:
    linear-gradient(180deg, rgba(255, 111, 30, 0.1), rgba(255, 255, 255, 0.92)),
    var(--color-white);
}

.loan-card > span {
  color: var(--color-sun-deep);
  font-size: 0.78rem;
  font-weight: 1000;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.loan-card strong {
  display: block;
  margin-top: 18px;
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1.04;
}

.loan-card p {
  margin: 18px 0 24px;
  color: rgba(20, 33, 31, 0.66);
}

.loan-card dl {
  display: grid;
  gap: 1px;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: var(--color-line);
}

.loan-card dl div {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 250, 244, 0.72);
}

.loan-card dt,
.loan-card dd {
  margin: 0;
}

.loan-card dt {
  color: rgba(20, 33, 31, 0.5);
  font-weight: 900;
}

.loan-card dd {
  color: rgba(20, 33, 31, 0.78);
  font-weight: 900;
}

.fine-note {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(20, 33, 31, 0.56);
  font-size: 0.92rem;
}

.soft-band {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 248, 237, 0.92)),
    var(--color-paper);
}

.compare-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: center;
}

.loose-copy {
  position: static;
}

.process-lane {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: var(--color-line);
}

.process-lane article {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.9);
}

.process-lane span {
  color: var(--color-sun-deep);
  font-weight: 1000;
  text-transform: uppercase;
}

.mini-stack {
  position: relative;
  min-height: 390px;
}

.mini-stack figure {
  position: absolute;
  width: 158px;
  height: 290px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #171b19;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 111, 30, 0.12), rgba(15, 143, 123, 0.08)),
    var(--color-white);
  box-shadow: var(--shadow-phone);
}

.mini-stack figure:nth-child(1) {
  left: 0;
  top: 54px;
  transform: rotate(-10deg);
}

.mini-stack figure:nth-child(2) {
  left: 122px;
  top: 10px;
  z-index: 2;
}

.mini-stack figure:nth-child(3) {
  right: 0;
  top: 74px;
  transform: rotate(9deg);
}

.mini-stack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mini-stack img.is-missing {
  display: none;
}

.page-screen-stage {
  margin-bottom: -48px;
}

.company-token strong,
.support-card a[href^="mailto"] {
  color: var(--color-sun-deep);
  font-family: var(--font-display);
  font-size: 1.42rem;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.company-token span,
.support-card span {
  color: rgba(20, 33, 31, 0.62);
  font-weight: 900;
}

.support-card a:not([href^="mailto"]) {
  width: max-content;
  color: var(--color-mint);
  font-weight: 900;
}

.statement-band {
  max-width: 900px;
}

.statement-band h2 {
  margin: 0;
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: 3.4rem;
  line-height: 1.04;
}

.statement-band p:not(.eyebrow) {
  margin-top: 20px;
  font-size: 1.08rem;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list .section-heading {
  margin-bottom: 18px;
}

.faq-list article {
  padding: 24px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
}

.faq-list h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.22rem;
  line-height: 1.18;
}

.site-footer {
  padding: 28px 0;
  border-top: 1px solid var(--color-line);
  background: var(--color-white);
}

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

.footer-grid strong,
.footer-grid span {
  display: block;
}

.footer-grid strong {
  font-family: var(--font-display);
}

.footer-grid span,
.footer-grid p {
  margin: 0;
  color: rgba(20, 33, 31, 0.6);
  font-size: 0.88rem;
}

.section-reveal,
.reveal-item {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.section-reveal.is-visible,
.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-item:nth-child(2) {
  transition-delay: 90ms;
}

.reveal-item:nth-child(3) {
  transition-delay: 160ms;
}

.reveal-item:nth-child(4) {
  transition-delay: 230ms;
}

.reveal-item:nth-child(5) {
  transition-delay: 300ms;
}

@media (max-width: 980px) {
  :root {
    --header-height: 72px;
    --container: min(100vw - 30px, 720px);
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    left: 15px;
    right: 15px;
    top: calc(var(--header-height) + 10px);
    display: grid;
    gap: 6px;
    padding: 14px;
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    background: rgba(255, 250, 244, 0.96);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(20px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

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

  .nav-menu a,
  .language-switch {
    width: 100%;
    justify-content: start;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.68);
  }

  .language-switch {
    justify-content: center;
  }

  .hero {
    min-height: auto;
    padding: calc(var(--header-height) + 34px) 0 32px;
  }

  .hero-grid,
  .split-layout,
  .western-grid,
  .support-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 16px 0 0;
  }

  .hero h1 {
    font-size: 4.4rem;
  }

  .section h2,
  .page-hero h1 {
    font-size: 3.2rem;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 250, 244, 0.98) 0%, rgba(255, 250, 244, 0.88) 62%, rgba(255, 255, 255, 0.74) 100%);
  }

  .sol-orbit {
    min-height: 520px;
    margin-top: 18px;
    transform: rotate(-2deg) scale(0.92);
    transform-origin: top center;
  }

  .trust-strip {
    margin-top: 22px;
    margin-bottom: 0;
  }

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

  .metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section {
    padding: 78px 0;
  }

  .section-copy {
    position: static;
  }

  .page-hero {
    padding: calc(var(--header-height) + 58px) 0 64px;
  }

  .page-hero-grid,
  .feature-grid,
  .insight-grid,
  .help-grid,
  .loan-grid,
  .compare-grid {
    grid-template-columns: 1fr;
  }

  .sun-card,
  .company-token,
  .support-card {
    max-width: 520px;
  }

  .mini-stack {
    min-height: 390px;
    max-width: 410px;
  }

  .screen-stage {
    min-height: 710px;
  }

  .screen-note {
    position: relative;
    width: auto;
    margin-bottom: 12px;
  }

  .note-left,
  .note-right {
    inset: auto;
  }

  .screen-rail {
    top: 150px;
  }

  .rail-phone {
    width: 154px;
    height: 270px;
  }

  .rail-one {
    left: 1%;
    top: 34%;
  }

  .rail-two {
    left: 18%;
    top: 13%;
  }

  .rail-three {
    width: 172px;
    height: 302px;
  }

  .rail-four {
    right: 17%;
    top: 18%;
  }

  .rail-five {
    right: 1%;
    top: 37%;
  }
}

@media (min-width: 981px) and (max-height: 760px) {
  .hero {
    min-height: 60svh;
    padding: calc(var(--header-height) + 18px) 0 30px;
  }

  .hero h1 {
    font-size: 4.5rem;
  }

  .hero h1 em {
    margin-top: 8px;
    font-size: 0.34em;
  }

  .hero-lede {
    max-width: 540px;
    margin-top: 16px;
    font-size: 1rem;
  }

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

  .sol-orbit {
    min-height: 460px;
    transform: rotate(-3deg) scale(0.88);
    transform-origin: center;
  }
}

@media (max-width: 620px) {
  :root {
    --container: min(100vw - 24px, 430px);
  }

  .brand-copy strong {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .brand-copy small {
    display: none;
  }

  .hero-actions {
    display: grid;
  }

  .hero {
    min-height: 60svh;
    padding-bottom: 96px;
  }

  .hero h1 {
    font-size: 3.6rem;
  }

  .hero h1 em {
    font-size: 0.36em;
    line-height: 1.18;
  }

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

  .section h2,
  .page-hero h1,
  .statement-band h2 {
    font-size: 2.45rem;
  }

  .page-hero p:not(.eyebrow) {
    font-size: 1rem;
  }

  .hero-grid {
    position: relative;
    display: block;
  }

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

  .btn {
    width: 100%;
  }

  .trust-strip {
    margin-top: 18px;
  }

  .sol-orbit {
    position: absolute;
    z-index: 1;
    right: -170px;
    bottom: -244px;
    width: 560px;
    min-height: 455px;
    margin-top: 0;
    opacity: 0.38;
    pointer-events: none;
    transform: scale(0.52) rotate(-2deg);
    transform-origin: center;
  }

  .phone-main {
    left: 25%;
  }

  .phone-two {
    left: -5%;
  }

  .phone-three {
    right: -4%;
  }

  .phone-four {
    left: 18%;
  }

  .phone-five {
    right: 12%;
  }

  .flow-step {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .loan-card,
  .insight-grid article,
  .help-grid article {
    min-height: auto;
    padding: 22px;
  }

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

  .loan-card strong {
    font-size: 1.72rem;
  }

  .process-lane article {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .mini-stack {
    min-height: 330px;
  }

  .mini-stack figure {
    width: 128px;
    height: 220px;
    border-width: 1px;
    border-radius: 20px;
  }

  .mini-stack figure:nth-child(2) {
    left: 96px;
  }

  .screen-stage {
    min-height: 590px;
  }

  .screen-note {
    padding: 14px;
  }

  .screen-rail {
    top: 178px;
  }

  .rail-phone {
    border-width: 2px;
    border-radius: 20px;
    width: 114px;
    height: 200px;
  }

  .rail-three {
    width: 136px;
    height: 240px;
  }

  .western-panel,
  .principles article,
  .contact-block {
    padding: 22px;
  }
}

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

  .section-reveal,
  .reveal-item {
    opacity: 1;
    transform: none;
  }
}
