:root {
  --bg: #f6f1e8;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: #ffffff;
  --surface-soft: #fbf7f1;
  --ink: #171a1f;
  --muted: #626a75;
  --line: rgba(23, 26, 31, 0.1);
  --line-strong: rgba(23, 26, 31, 0.16);
  --blue: #0c6cf2;
  --blue-strong: #0748ad;
  --mint: #dff5eb;
  --warm: #f3e4d2;
  --shadow-soft: 0 18px 40px rgba(17, 23, 31, 0.08);
  --shadow-strong: 0 36px 80px rgba(17, 23, 31, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(12, 108, 242, 0.1), transparent 24%),
    radial-gradient(circle at top right, rgba(227, 174, 102, 0.12), transparent 22%),
    linear-gradient(180deg, #fcfaf7 0%, #f3ede4 100%);
  color: var(--ink);
  font-family: "Avenir Next", "Helvetica Neue", sans-serif;
}

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

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

.site-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0 44px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 0 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: linear-gradient(135deg, #11161b, #2d394a);
  color: #fff;
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
  font-size: 1.08rem;
  letter-spacing: 0.05em;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-copy strong,
h1,
h2,
h3 {
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
}

.brand-copy strong {
  font-size: 1.1rem;
}

.brand-copy span:last-child {
  color: var(--muted);
  font-size: 0.9rem;
}

.site-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.96rem;
}

.site-nav a {
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}

.site-nav a:hover {
  border-color: currentColor;
}

.hero,
.section,
.cta {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--surface);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 34px;
  padding: 42px;
  min-height: 720px;
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-strong);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(3.3rem, 6vw, 6.4rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  max-width: 10.5ch;
}

.hero-text,
.section-heading p,
.text-card p,
.showcase-copy p,
.benefit-card p,
.roadmap-card p,
.site-footer p,
.floating-note span,
.proof-strip p {
  color: var(--muted);
  line-height: 1.68;
}

.hero-text {
  margin: 22px 0 0;
  max-width: 58ch;
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-micro {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-micro span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.55);
  color: var(--muted);
  font-size: 0.88rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid var(--line);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(17, 23, 31, 0.1);
}

.button-primary {
  background: linear-gradient(180deg, var(--blue), #0758c8);
  border-color: transparent;
  color: #fff;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.52);
}

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-card,
.device-frame {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-strong);
  overflow: hidden;
}

.hero-card {
  width: min(100%, 760px);
  transform: perspective(1400px) rotateY(-8deg) rotateX(3deg);
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 248, 251, 0.9);
}

.browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d7dbe2;
}

.hero-image,
.device-frame img {
  width: 100%;
  height: auto;
}

.floating-note {
  position: absolute;
  max-width: 240px;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-soft);
}

.floating-note strong,
.showcase-copy h3,
.text-card h3,
.benefit-card h3,
.roadmap-card h3,
.cta h2 {
  display: block;
  margin: 0 0 8px;
  font-size: 1.48rem;
  letter-spacing: -0.03em;
}

.floating-note-left {
  left: 10px;
  bottom: 36px;
}

.floating-note-right {
  right: 18px;
  top: 38px;
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(32px);
  opacity: 0.7;
}

.hero-glow-one {
  top: -30px;
  right: -20px;
  width: 260px;
  height: 260px;
  background: rgba(12, 108, 242, 0.16);
}

.hero-glow-two {
  bottom: 10px;
  left: 38%;
  width: 220px;
  height: 220px;
  background: rgba(255, 202, 129, 0.2);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.proof-strip article {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow-soft);
}

.proof-value {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.section,
.cta {
  margin-top: 26px;
  padding: 36px;
}

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

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

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.2rem, 3.4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.section-heading p:last-child {
  margin: 14px 0 0;
}

.split-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  margin-top: 28px;
}

.text-card,
.showcase-card,
.benefit-card,
.roadmap-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: var(--shadow-soft);
}

.text-card,
.showcase-card,
.benefit-card,
.roadmap-card {
  padding: 24px;
}

.text-card-contrast {
  background: linear-gradient(180deg, rgba(12, 108, 242, 0.08), rgba(255, 255, 255, 0.72));
}

.feature-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  margin-top: 12px;
  padding-left: 20px;
  color: var(--ink);
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--blue);
  transform: translateY(-50%);
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.capability-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
}

.capability-card h3 {
  margin: 0 0 10px;
  font-size: 1.42rem;
  letter-spacing: -0.03em;
}

.capability-card p,
.capability-outcome {
  color: var(--muted);
  line-height: 1.68;
}

.capability-outcome {
  display: block;
  margin-top: 14px;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 600;
}

.showcase-card-large {
  grid-column: 1 / -1;
}

.showcase-label,
.roadmap-state {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(12, 108, 242, 0.08);
  color: var(--blue-strong);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.showcase-copy {
  max-width: 620px;
}

.showcase-copy p {
  margin: 8px 0 18px;
}

.device-frame {
  overflow: hidden;
}

.benefit-grid,
.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.benefit-card {
  background: rgba(255, 255, 255, 0.68);
}

.benefit-step {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--blue-strong);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.section-contrast {
  background:
    radial-gradient(circle at top, rgba(12, 108, 242, 0.08), transparent 38%),
    rgba(252, 249, 244, 0.82);
}

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

.roadmap-card-live {
  background: linear-gradient(180deg, rgba(223, 245, 235, 0.8), rgba(255, 255, 255, 0.74));
}

.roadmap-card-soon {
  background: linear-gradient(180deg, rgba(243, 228, 210, 0.88), rgba(255, 255, 255, 0.74));
}

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.cta h2 {
  margin: 6px 0 0;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  line-height: 1.02;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 6px 8px;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-footer p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 500ms ease,
    transform 500ms ease;
}

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

@media (max-width: 1100px) {
  .hero,
  .split-grid,
  .proof-strip,
  .capability-grid,
  .benefit-grid,
  .roadmap-grid,
  .showcase-grid,
  .cta,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero,
  .cta {
    display: grid;
  }

  .site-header,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-card {
    transform: none;
  }

  .floating-note {
    position: static;
    margin-top: 14px;
    max-width: none;
  }
}

@media (max-width: 760px) {
  .site-shell {
    width: min(100% - 20px, 1240px);
    padding-top: 10px;
  }

  .hero,
  .section,
  .cta {
    padding: 24px;
    border-radius: 26px;
  }

  h1 {
    max-width: none;
    font-size: clamp(2.8rem, 10vw, 4.4rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .proof-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .showcase-card-large {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .button {
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
