:root {
  color: oklch(0.2 0.032 252);
  background: oklch(0.972 0.006 235);
  font-family:
    "Aptos", "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: oklch(0.19 0.038 252);
  --muted: oklch(0.4 0.027 250);
  --soft: oklch(0.955 0.01 235);
  --surface: oklch(0.99 0.004 235);
  --line: oklch(0.82 0.02 235);
  --blue: oklch(0.5 0.15 242);
  --blue-deep: oklch(0.23 0.078 252);
}

* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 88% 0%, oklch(0.87 0.045 220 / 0.42), transparent 26rem),
    linear-gradient(180deg, oklch(0.985 0.004 235) 0%, oklch(0.958 0.01 232) 100%);
}

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

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

.site-frame {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: clamp(30px, 4vw, 48px) 0 clamp(40px, 5vw, 70px);
}

.brand-logo {
  display: block;
  width: min(42vw, 214px);
  height: auto;
}

.header-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.link-action,
.cta-primary,
.cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 820;
  letter-spacing: 0;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease;
}

.link-action,
.cta-secondary {
  border: 1px solid oklch(0.7 0.045 232);
  background: oklch(0.995 0.003 235 / 0.78);
  color: var(--blue-deep);
}

.link-action-strong,
.cta-primary {
  border: 1px solid transparent;
  background: var(--blue-deep);
  color: oklch(0.985 0.005 235);
  box-shadow: 0 16px 36px oklch(0.23 0.078 252 / 0.18);
}

.link-action:hover,
.cta-primary:hover,
.cta-secondary:hover {
  transform: translateY(-1px);
}

.link-action:hover,
.cta-secondary:hover {
  border-color: oklch(0.52 0.1 238);
  background: oklch(1 0 0 / 0.88);
}

.link-action-strong:hover,
.cta-primary:hover {
  background: oklch(0.28 0.09 252);
  box-shadow: 0 18px 38px oklch(0.23 0.078 252 / 0.24);
}

.link-action:focus-visible,
.cta-primary:focus-visible,
.cta-secondary:focus-visible {
  outline: 3px solid oklch(0.68 0.12 226 / 0.4);
  outline-offset: 3px;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
  min-height: min(640px, calc(100vh - 120px));
  padding-bottom: clamp(58px, 8vw, 104px);
}

.hero-copy {
  max-width: 760px;
}

h1 {
  max-width: 15.2ch;
  margin-bottom: 26px;
  color: var(--ink);
  font-size: clamp(3rem, 5.8vw, 5.45rem);
  font-weight: 860;
  line-height: 0.95;
  letter-spacing: 0;
}

.summary {
  max-width: 62ch;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  line-height: 1.58;
}

.hero-mark {
  position: relative;
  display: grid;
  min-height: 440px;
  place-items: center;
}

.hero-mark img {
  width: min(100%, 320px);
  height: auto;
  opacity: 0.9;
  filter: drop-shadow(0 28px 54px oklch(0.25 0.045 245 / 0.16));
}

.problem-section,
.solution-section {
  padding: clamp(62px, 8vw, 104px) 0;
  border-top: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(160px, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: start;
  margin-bottom: clamp(30px, 5vw, 56px);
}

.section-kicker {
  margin-bottom: 0;
  color: oklch(0.36 0.09 238);
  font-size: 0.76rem;
  font-weight: 860;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  max-width: 780px;
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 835;
  line-height: 1;
  letter-spacing: 0;
}

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

.problem-item {
  display: grid;
  grid-template-columns: 70px minmax(190px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(16px, 4vw, 54px);
  align-items: baseline;
  padding: clamp(22px, 3vw, 32px) 0;
  border-bottom: 1px solid var(--line);
}

.problem-item span {
  color: oklch(0.46 0.11 238);
  font-size: 0.82rem;
  font-weight: 860;
}

.problem-item h3,
.solution-item h3 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  line-height: 1.18;
}

.problem-item p,
.solution-item p {
  max-width: 58ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.15vw, 1.06rem);
  line-height: 1.56;
}

.solution-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(380px, 1.14fr);
  gap: clamp(38px, 7vw, 96px);
  align-items: start;
}

.solution-section .section-heading {
  display: block;
  position: sticky;
  top: 32px;
  margin-bottom: 0;
}

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

.solution-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px 22px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.solution-item span {
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid oklch(0.62 0.07 232);
  border-radius: 50%;
  place-items: center;
  color: var(--blue-deep);
  font-size: 0.86rem;
  font-weight: 860;
}

.solution-item p {
  grid-column: 2;
}

.final-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  margin: clamp(12px, 3vw, 32px) 0 clamp(44px, 7vw, 84px);
  padding: clamp(24px, 4vw, 36px);
  border-radius: 10px;
  background: var(--blue-deep);
  color: oklch(0.97 0.006 235);
  box-shadow: 0 24px 62px oklch(0.23 0.078 252 / 0.18);
}

.final-contact .section-kicker {
  color: oklch(0.78 0.085 218);
}

.final-contact .cta-primary {
  background: oklch(0.985 0.005 235);
  color: var(--blue-deep);
  box-shadow: none;
}

.final-contact .cta-secondary {
  border-color: oklch(0.85 0.04 220 / 0.72);
  background: transparent;
  color: oklch(0.985 0.005 235);
}

@media (max-width: 980px) {
  .hero-section,
  .solution-section {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-mark {
    min-height: auto;
  }

  .solution-section .section-heading {
    position: static;
  }

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

  .problem-item {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .problem-item p {
    grid-column: 2;
  }
}

@media (max-width: 680px) {
  .site-frame {
    width: min(100% - 32px, 560px);
  }

  .site-header {
    display: grid;
    padding-bottom: 36px;
  }

  .brand-logo {
    width: min(72vw, 218px);
  }

  .header-actions,
  .cta-row {
    width: 100%;
  }

  .link-action,
  .cta-primary,
  .cta-secondary {
    flex: 1 1 100%;
  }

  h1 {
    max-width: 11.5ch;
    font-size: clamp(2.65rem, 11.2vw, 3.65rem);
  }

  .hero-mark img {
    width: min(62vw, 240px);
  }

  .problem-item,
  .solution-item {
    grid-template-columns: 1fr;
  }

  .problem-item p,
  .solution-item p {
    grid-column: auto;
  }

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

@media (prefers-reduced-motion: no-preference) {
  .site-header,
  .hero-copy,
  .hero-mark,
  .problem-section,
  .solution-section,
  .final-contact {
    animation: reveal 560ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .hero-mark {
    animation-delay: 80ms;
  }
}

@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
