:root {
  --ink: #101828;
  --muted: #5b6472;
  --blue: #1e5fa8;
  --blue-dark: #0e3766;
  --green: #168145;
  --gold: #d7aa17;
  --line: #dfe5ec;
  --surface: #f5f8fb;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 14%, rgba(30, 95, 168, 0.12), transparent 30rem),
    radial-gradient(circle at 88% 18%, rgba(22, 129, 69, 0.12), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, var(--surface) 100%);
  font-family: Arial, Helvetica, sans-serif;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  min-height: 74px;
  padding: 12px clamp(18px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
  animation: landingFadeUp 300ms ease-out both;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
}

.brand img {
  width: 92px;
  height: 54px;
  object-fit: contain;
}

.login-link,
.primary-button,
.secondary-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, border-color 180ms ease;
}

.login-link:hover,
.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.02);
}

.login-link:active,
.primary-button:active,
.secondary-button:active {
  transform: translateY(0) scale(0.985);
}

.login-link,
.primary-button {
  color: #ffffff;
  background: linear-gradient(135deg, var(--green), #1a9a55);
  box-shadow: 0 10px 22px rgba(22, 129, 69, 0.22);
}

.secondary-button {
  color: var(--blue-dark);
  background: #ffffff;
  border: 1px solid #cfe0f2;
}

main {
  width: 100%;
}

.hero {
  min-height: calc(100vh - 108px);
  padding: clamp(38px, 6vw, 72px) clamp(18px, 5vw, 72px) clamp(28px, 4vw, 52px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  align-items: center;
  gap: clamp(32px, 6vw, 78px);
}

.hero-copy {
  max-width: 760px;
  animation: landingFadeUp 380ms 30ms ease-out both;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(44px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

.lead {
  max-width: 680px;
  margin: 22px 0 0;
  color: #344054;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.42;
}

.support-copy {
  max-width: 660px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.hero-badges {
  max-width: 760px;
  margin: 22px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.hero-badges span {
  min-height: 58px;
  padding: 12px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #126a4a;
  background: #ecfdf3;
  border: 1px solid #bdebd0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.hero-actions {
  margin-top: 32px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.primary-button {
  min-height: 54px;
  padding: 0 26px;
  font-size: 16px;
}

.secondary-button {
  min-height: 54px;
  padding: 0 22px;
}

.mockup-card {
  width: min(100%, 500px);
  justify-self: center;
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(16, 24, 40, 0.16);
  animation: landingFadeUp 420ms 90ms ease-out both;
}

.demo-label {
  width: fit-content;
  margin: 0 0 12px;
  padding: 7px 10px;
  color: #174a83;
  background: #eef6ff;
  border: 1px solid #d4e8ff;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mockup-top {
  min-height: 42px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #126a4a;
  background: #ecfdf3;
  border: 1px solid #bdebd0;
  border-radius: 8px;
  font-size: 14px;
}

.status-dot {
  width: 9px;
  height: 9px;
  background: #159060;
  border-radius: 999px;
}

.ticket-preview {
  margin-top: 16px;
  padding: 30px 26px;
  color: #111111;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  text-align: center;
}

.ticket-preview img {
  width: 158px;
  height: 82px;
  object-fit: contain;
}

.ticket-preview > span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ticket-preview > strong {
  display: block;
  margin-top: 6px;
  font-size: 17px;
}

.ticket-line {
  margin: 18px 0;
  border-top: 1px dashed #98a2b3;
}

.ticket-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
  font-size: 16px;
}

.amount-box {
  margin-top: 20px;
  padding: 18px 14px;
  color: var(--blue-dark);
  background: #eef6ff;
  border: 2px solid #b7d7f6;
  border-radius: 8px;
  font-size: 38px;
  font-weight: 900;
}

.benefits {
  padding: 0 clamp(18px, 5vw, 72px) 36px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.benefits article,
.status-panel,
.earnings-card,
.example-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(16, 24, 40, 0.08);
  animation: landingFadeUp 400ms 120ms ease-out both;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.benefits article:hover,
.earnings-card:hover,
.example-card:hover {
  transform: translateY(-3px);
  border-color: #d4e1ee;
  box-shadow: 0 18px 38px rgba(16, 24, 40, 0.11);
}

.benefits article {
  min-height: 220px;
  padding: 24px;
}

.benefit-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 900;
}

.benefit-icon.blue {
  color: var(--blue);
  background: #eaf3ff;
}

.benefit-icon.green {
  color: var(--green);
  background: #e9f8ef;
}

.benefit-icon.gold {
  color: #9a7200;
  background: #fff7d6;
}

.benefit-icon.cloud {
  color: #174a83;
  background: #edf4ff;
  font-size: 24px;
}

.benefits h2,
.status-panel h2 {
  margin: 18px 0 9px;
  font-size: 22px;
}

.benefits p,
.status-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.steps-section {
  padding: 6px clamp(18px, 5vw, 72px) 36px;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 18px;
}

.section-heading .eyebrow,
.example-card .eyebrow,
.partner-cta .eyebrow {
  color: var(--blue);
}

.section-heading h2,
.partner-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.02;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.steps-grid article {
  min-height: 235px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(16, 24, 40, 0.08);
}

.steps-grid span {
  display: inline-flex;
  padding: 7px 10px;
  color: #126a4a;
  background: #ecfdf3;
  border: 1px solid #bdebd0;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.steps-grid h3 {
  margin: 18px 0 9px;
  font-size: 21px;
}

.steps-grid p,
.earnings-card p,
.example-card p,
.partner-cta p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.status-panel {
  margin: 0 clamp(18px, 5vw, 72px) 0;
  padding: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.earnings-section {
  margin: 0 clamp(18px, 5vw, 72px) 36px;
  padding: clamp(24px, 4vw, 38px);
  background:
    radial-gradient(circle at top right, rgba(22, 129, 69, 0.1), transparent 20rem),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.08);
}

.earnings-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.earnings-card {
  min-height: 390px;
  padding: 26px;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
}

.earnings-card h3,
.example-card h3 {
  margin: 0 0 14px;
  font-size: 23px;
  line-height: 1.15;
}

.earnings-card p + p,
.earnings-card strong + p {
  margin-top: 12px;
}

.earnings-card strong {
  display: block;
  margin-top: 18px;
  padding: 14px;
  color: #126a4a;
  background: #ecfdf3;
  border: 1px solid #bdebd0;
  border-radius: 8px;
  font-size: 22px;
}

.earnings-card ol,
.earnings-card ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.5;
}

.earnings-card li + li {
  margin-top: 10px;
}

.earnings-card ul {
  list-style: none;
  padding-left: 0;
}

.earnings-card ul li {
  position: relative;
  padding-left: 28px;
}

.earnings-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  font-weight: 900;
}

.example-card {
  margin-top: 16px;
  padding: 26px;
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
  background:
    radial-gradient(circle at top right, rgba(30, 95, 168, 0.1), transparent 18rem),
    #ffffff;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
}

.partner-cta {
  margin: 22px clamp(18px, 5vw, 72px) 0;
  padding: clamp(26px, 4vw, 42px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(22, 129, 69, 0.12), transparent 20rem),
    #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.1);
}

.partner-cta > div {
  max-width: 760px;
}

.partner-cta p:not(.eyebrow) {
  margin-top: 14px;
  font-size: 18px;
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 10px;
}

.status-grid span {
  padding: 10px 12px;
  color: #174a83;
  background: #eef6ff;
  border: 1px solid #d4e8ff;
  border-radius: 8px;
  font-size: 13px;
}

.status-grid strong {
  display: block;
  color: var(--ink);
  font-size: 12px;
}

.site-footer {
  width: 100%;
  padding: 28px clamp(18px, 5vw, 72px) 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: #4b5563;
  font-size: 14px;
  font-weight: 700;
}

@keyframes landingFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

  .mockup-card {
    justify-self: stretch;
    width: 100%;
  }

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

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

  .earnings-grid,
  .example-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero,
  .benefits,
  .steps-section,
  .status-panel,
  .partner-cta,
  .site-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .earnings-section {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px;
  }

  h1 {
    font-size: 42px;
  }

  .benefits,
  .hero-badges,
  .steps-grid,
  .status-grid {
    grid-template-columns: 1fr;
  }

  .status-panel,
  .partner-cta,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
