:root {
  --yellow: #ffd400;
  --yellow-soft: #fff2a8;
  --ink: #181714;
  --muted: #6e716d;
  --line: rgba(24, 23, 20, 0.1);
  --surface: #ffffff;
  --surface-soft: #f7f8f4;
  --radius: 24px;
  --shadow: 0 20px 60px rgba(24, 23, 20, 0.1);
  --max: 1180px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fbfaf5;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

body::selection {
  color: #14130f;
  background: var(--yellow);
}

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

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

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

:focus-visible {
  outline: 3px solid rgba(255, 212, 0, 0.85);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 999px;
  color: #15130a;
  background: var(--yellow);
  transform: translateY(-150%);
}

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

.site-header {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(calc(100% - 32px), var(--max));
  min-height: 64px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 40px rgba(24, 23, 20, 0.1);
  backdrop-filter: blur(22px) saturate(1.08);
  -webkit-backdrop-filter: blur(22px) saturate(1.08);
  transform: translateX(-50%);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 800;
}

.brand-mark img {
  width: 104px;
  height: auto;
}

.brand-mark span {
  padding-left: 10px;
  border-left: 1px solid rgba(24, 23, 20, 0.18);
  color: rgba(24, 23, 20, 0.76);
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: rgba(24, 23, 20, 0.68);
  font-size: 14px;
  font-weight: 650;
}

.desktop-nav a:hover,
.text-link:hover,
.site-footer a:hover {
  color: #11100c;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.text-link {
  color: rgba(24, 23, 20, 0.68);
  font-size: 14px;
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(24, 23, 20, 0.08);
  border-radius: 999px;
  color: #17140a;
  background: var(--yellow);
  box-shadow: 0 12px 28px rgba(187, 143, 0, 0.22);
  font-size: 15px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  background: #ffe35c;
  box-shadow: 0 16px 36px rgba(187, 143, 0, 0.28);
  transform: translateY(-1px);
}

.button--small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 14px;
}

.button--hero {
  min-height: 54px;
  padding: 0 26px;
}

.button--ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.button--ghost:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(24, 23, 20, 0.1);
  border-radius: 999px;
  background: #ffffff;
}

.menu-button span {
  display: block;
  width: 16px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: #181714;
}

.mobile-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  padding: 14px;
  border: 1px solid rgba(24, 23, 20, 0.1);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.mobile-panel nav {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.mobile-panel a {
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 16px;
  font-weight: 750;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 94vh;
  padding: 140px 24px 54px;
  overflow: hidden;
  color: #ffffff;
  background: #17130a;
}

.hero__media,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.02);
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(15, 13, 9, 0.92) 0%, rgba(15, 13, 9, 0.68) 48%, rgba(15, 13, 9, 0.24) 100%),
    linear-gradient(180deg, rgba(15, 13, 9, 0.28) 0%, rgba(15, 13, 9, 0.18) 50%, rgba(15, 13, 9, 0.76) 100%);
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 12px;
  color: #8a6800;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(44px, 7vw, 88px);
  line-height: 0.98;
  font-weight: 860;
}

.hero__lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 148px));
  gap: 12px;
  max-width: 520px;
  margin: 38px 0 0;
}

.hero__facts div {
  min-height: 94px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hero__facts dt {
  font-size: 30px;
  font-weight: 860;
  line-height: 1;
}

.hero__facts dd {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 650;
}

.section {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 96px 0;
}

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

.section-heading--wide {
  max-width: 860px;
}

.section-heading h2,
.final-cta h2,
.trust-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.02;
  font-weight: 850;
}

.section-heading p:not(.eyebrow),
.final-cta p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.product-snapshot {
  padding-top: 88px;
}

.snapshot-grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
}

.phone-shell {
  position: relative;
  width: min(100%, 390px);
  margin: 0 auto;
  padding: 18px;
  border: 1px solid rgba(24, 23, 20, 0.1);
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(255, 246, 183, 0.94), rgba(255, 255, 255, 0.96) 34%),
    #ffffff;
  box-shadow: var(--shadow);
}

.phone-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  color: rgba(24, 23, 20, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.balance-panel {
  padding: 22px;
  border-radius: 28px;
  color: #17140a;
  background: var(--yellow);
}

.balance-panel span,
.rate-row span {
  color: rgba(24, 23, 20, 0.62);
  font-size: 13px;
  font-weight: 750;
}

.balance-panel strong {
  display: block;
  margin-top: 6px;
  font-size: 32px;
  line-height: 1.05;
}

.balance-panel p {
  margin: 12px 0 0;
  color: rgba(24, 23, 20, 0.7);
  font-size: 14px;
}

.rate-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 16px;
  border: 1px solid rgba(24, 23, 20, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
}

.rate-row strong {
  font-size: 18px;
}

.app-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.app-actions span {
  display: grid;
  min-height: 54px;
  place-items: center;
  border-radius: 18px;
  color: #ffffff;
  background: #181714;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.snapshot-copy {
  display: grid;
  gap: 18px;
}

.snapshot-copy article,
.pain-item,
.solution-step,
.feature-card,
.use-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 34px rgba(24, 23, 20, 0.055);
}

.snapshot-copy article {
  padding: 24px;
}

.snapshot-copy span,
.feature-card__icon,
.use-card span {
  color: #8a6800;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.snapshot-copy h3,
.pain-item h3,
.solution-step h3,
.feature-card h3,
.use-card h3,
.advantage-row h3 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.18;
}

.snapshot-copy p,
.pain-item p,
.solution-step p,
.feature-card p,
.use-card p,
.advantage-row p {
  margin: 10px 0 0;
  color: var(--muted);
}

.pain-grid,
.solution-grid,
.feature-grid,
.use-grid {
  display: grid;
  gap: 18px;
}

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

.pain-item {
  padding: 26px;
}

.pain-item span {
  display: block;
  width: 34px;
  height: 4px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: var(--yellow);
}

.solution-section {
  width: 100%;
  max-width: none;
  padding-right: max(20px, calc((100vw - var(--max)) / 2));
  padding-left: max(20px, calc((100vw - var(--max)) / 2));
  background: #181714;
}

.solution-section .section-heading h2,
.solution-section .solution-step h3 {
  color: #ffffff;
}

.solution-section .section-heading p,
.solution-section .solution-step p {
  color: rgba(255, 255, 255, 0.68);
}

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

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

.solution-step {
  padding: 26px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: none;
}

.solution-step strong {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  color: #17140a;
  background: var(--yellow);
}

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

.feature-card {
  min-height: 270px;
  padding: 28px;
}

.feature-card p {
  min-height: 72px;
}

.feature-card span:last-child {
  display: block;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: #4e514d;
  font-size: 14px;
  font-weight: 650;
}

.advantages-section {
  width: 100%;
  max-width: none;
  padding-right: max(20px, calc((100vw - var(--max)) / 2));
  padding-left: max(20px, calc((100vw - var(--max)) / 2));
  background: #f0efe8;
}

.advantage-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--line);
}

.advantage-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1fr);
  gap: 28px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.74);
}

.advantage-row h3,
.advantage-row p {
  margin: 0;
}

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

.use-card {
  padding: 28px;
}

.workflow-section {
  width: 100%;
  max-width: none;
  padding-right: max(20px, calc((100vw - var(--max)) / 2));
  padding-left: max(20px, calc((100vw - var(--max)) / 2));
}

.workflow-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  gap: 48px;
  padding: 44px;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.workflow-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.workflow-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  min-height: 58px;
}

.workflow-list span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  color: #17140a;
  background: var(--yellow-soft);
  font-weight: 850;
}

.workflow-list p {
  margin: 7px 0 0;
  color: #3f423e;
  font-weight: 650;
}

.trust-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1fr);
  gap: 40px;
  padding: 44px;
  border-radius: 34px;
  color: #ffffff;
  background: #181714;
}

.trust-card h2 {
  color: #ffffff;
}

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

.trust-card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-card li {
  padding: 18px 18px 18px 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.06);
}

.trust-card li::before {
  content: "";
  position: absolute;
}

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

.faq-item {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
}

.faq-item summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
}

.faq-item p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--muted);
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto 80px;
  padding: 44px;
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(255, 212, 0, 0.92), rgba(255, 238, 145, 0.82)),
    #ffd400;
  box-shadow: var(--shadow);
}

.final-cta .eyebrow {
  color: rgba(24, 23, 20, 0.62);
}

.final-cta .button {
  flex: 0 0 auto;
  color: #ffffff;
  background: #181714;
  box-shadow: none;
}

.final-cta .button:hover {
  background: #2b2923;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 32px;
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 42px 0 54px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer p {
  max-width: 420px;
  margin: 16px 0 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  color: rgba(24, 23, 20, 0.72);
  font-weight: 700;
}

.copyright {
  grid-column: 1 / -1;
  font-size: 13px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto 1fr;
  }

  .desktop-nav,
  .text-link {
    display: none;
  }

  .header-actions {
    justify-self: end;
  }

  .menu-button {
    display: block;
  }

  .snapshot-grid,
  .workflow-panel,
  .trust-card,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .pain-grid,
  .solution-grid,
  .feature-grid,
  .use-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .advantage-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 680px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 58px;
    padding: 8px 9px 8px 14px;
  }

  .brand-mark img {
    width: 86px;
  }

  .brand-mark span {
    padding-left: 8px;
    font-size: 14px;
  }

  .button--small {
    display: none;
  }

  .hero {
    min-height: 94vh;
    padding: 118px 18px 36px;
  }

  .hero__shade {
    background:
      linear-gradient(180deg, rgba(15, 13, 9, 0.72) 0%, rgba(15, 13, 9, 0.48) 34%, rgba(15, 13, 9, 0.84) 100%),
      linear-gradient(90deg, rgba(15, 13, 9, 0.82), rgba(15, 13, 9, 0.38));
  }

  h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .hero__lead {
    font-size: 17px;
  }

  .hero__facts {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .hero__facts div {
    min-height: auto;
  }

  .section {
    width: calc(100% - 28px);
    padding: 68px 0;
  }

  .section-heading h2,
  .final-cta h2,
  .trust-card h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .pain-grid,
  .solution-grid,
  .feature-grid,
  .use-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .feature-card p {
    min-height: 0;
  }

  .workflow-panel,
  .trust-card,
  .final-cta {
    padding: 26px;
    border-radius: 26px;
  }

  .final-cta,
  .site-footer {
    width: calc(100% - 28px);
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@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;
  }
}
