:root {
  --bg: #f7f8fb;
  --bg-strong: #ffffff;
  --text: #111827;
  --muted: #5a6478;
  --line: rgba(17, 24, 39, 0.08);
  --line-strong: rgba(17, 24, 39, 0.16);
  --blue: #2d8cff;
  --cyan: #6be0ff;
  --gold: #ffbd59;
  --peach: #ffddb5;
  --shadow: 0 30px 80px rgba(14, 30, 56, 0.12);
  --shadow-soft: 0 18px 40px rgba(14, 30, 56, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(107, 224, 255, 0.26), transparent 26rem),
    radial-gradient(circle at 85% 10%, rgba(255, 221, 181, 0.95), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f7f8fb 50%, #eef4ff 100%);
}

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

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

.page-shell {
  position: relative;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  width: 38rem;
  height: 38rem;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.5;
  pointer-events: none;
}

.hero-glow-left {
  top: -8rem;
  left: -10rem;
  background: rgba(107, 224, 255, 0.45);
}

.hero-glow-right {
  top: 2rem;
  right: -10rem;
  background: rgba(255, 189, 89, 0.42);
}

.site-header,
.hero,
.metrics,
.feature-section,
.showcase-section,
.workflow-section,
.quote-section,
.faq-section,
.legal-links {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 1rem;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-weight: 800;
  color: #06213d;
  background: linear-gradient(135deg, #ffffff 0%, #d7ecff 52%, #ffe0b8 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 8px 24px rgba(45, 140, 255, 0.14);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.brand-copy strong,
.site-nav a,
h1,
h2,
h3,
.button,
.status-card strong,
.showcase-label,
.workflow-card span {
  font-family: "Sora", "Avenir Next", sans-serif;
}

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

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

.site-nav {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-nav a:hover {
  color: var(--text);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 3rem;
  align-items: center;
  padding: 5.5rem 0 3.5rem;
}

.eyebrow {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2269bf;
}

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

.hero-text,
.section-heading p,
.feature-card p,
.workflow-card p,
.faq-grid p,
.hero-points,
.metrics span {
  color: var(--muted);
}

.hero-text {
  max-width: 36rem;
  margin: 1.4rem 0 0;
  font-size: 1.1rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.9rem 1.3rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

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

.button-primary {
  color: #08203d;
  background: linear-gradient(135deg, #b7e2ff 0%, #ffffff 38%, #ffd89e 100%);
  box-shadow: 0 16px 36px rgba(33, 88, 168, 0.18);
}

.button-secondary {
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.72);
}

.hero-points {
  display: grid;
  gap: 0.9rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  position: relative;
  padding-left: 1.4rem;
}

.hero-points li::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--gold));
  box-shadow: 0 0 0 5px rgba(45, 140, 255, 0.08);
}

.hero-visual {
  position: relative;
  min-height: 44rem;
  display: grid;
  place-items: center;
}

.phone-frame {
  position: relative;
  width: min(100%, 23rem);
  padding: 0.95rem;
  border-radius: 2.5rem;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.95), rgba(228, 239, 255, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 40px 90px rgba(10, 33, 68, 0.18);
  transform-style: preserve-3d;
  transition: transform 180ms ease-out;
}

.phone-notch {
  position: absolute;
  top: 1rem;
  left: 50%;
  width: 7.5rem;
  height: 1.4rem;
  border-radius: 999px;
  background: rgba(6, 21, 40, 0.95);
  transform: translateX(-50%);
  z-index: 2;
}

.phone-screen {
  position: relative;
  overflow: hidden;
  border-radius: 1.8rem;
  background: #071629;
}

.phone-screen img {
  width: 100%;
  aspect-ratio: 9 / 19.5;
  object-fit: cover;
}

.screen-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.4rem 1rem 1.2rem;
  background: linear-gradient(180deg, rgba(5, 12, 22, 0.28), transparent 30%, rgba(5, 12, 22, 0.4) 100%);
  z-index: 1;
}

.overlay-pill,
.overlay-stat,
.status-card,
.metrics article,
.feature-card,
.showcase-card,
.workflow-card,
.quote-section,
.faq-grid article {
  border: 1px solid rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.overlay-pill {
  align-self: flex-start;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #ffffff;
  background: rgba(4, 17, 32, 0.45);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: none;
}

.overlay-stat {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.9rem 1rem;
  border-radius: 1.2rem;
  background: rgba(4, 17, 32, 0.48);
  color: #e8f4ff;
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.overlay-stat span,
.status-card span,
.showcase-label,
.feature-kicker {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.overlay-stat strong {
  font-size: 1rem;
}

.status-card {
  position: absolute;
  z-index: 2;
  max-width: 15rem;
  padding: 1rem 1.1rem;
  border-radius: 1.3rem;
}

.status-card span {
  display: block;
  color: #2269bf;
}

.status-card strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.95rem;
  line-height: 1.35;
}

.status-card-top {
  top: 4rem;
  left: 0;
}

.status-card-bottom {
  right: 0;
  bottom: 4rem;
}

.radar-ring {
  position: absolute;
  border: 1px solid rgba(45, 140, 255, 0.18);
  border-radius: 999px;
}

.radar-ring-a {
  right: 0.5rem;
  top: 6rem;
  width: 9rem;
  height: 9rem;
  animation: pulse 4s ease-in-out infinite;
}

.radar-ring-b {
  left: 1rem;
  bottom: 6rem;
  width: 6rem;
  height: 6rem;
  animation: pulse 5s ease-in-out infinite reverse;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  padding-bottom: 4.5rem;
}

.metrics article {
  padding: 1.3rem 1.25rem;
  border-radius: 1.6rem;
}

.metrics strong {
  display: block;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 1rem;
}

.metrics span {
  display: block;
  margin-top: 0.45rem;
  line-height: 1.6;
}

.feature-section,
.showcase-section,
.workflow-section,
.faq-section,
.legal-links {
  padding: 2rem 0 5rem;
}

.section-heading {
  max-width: 42rem;
}

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

.section-heading p:last-child {
  margin-top: 1rem;
  font-size: 1.02rem;
  line-height: 1.8;
}

.feature-grid,
.workflow-grid,
.faq-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

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

.feature-card {
  padding: 1.6rem;
  border-radius: 1.8rem;
}

.feature-card-accent {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(230, 244, 255, 0.92)),
    rgba(255, 255, 255, 0.75);
}

.feature-kicker {
  color: #2269bf;
}

.feature-card h3,
.workflow-card h3,
.faq-grid h3 {
  margin: 0.9rem 0 0;
  font-size: 1.3rem;
  letter-spacing: -0.03em;
}

.feature-card p,
.workflow-card p,
.faq-grid p {
  margin: 0.8rem 0 0;
  line-height: 1.75;
}

.showcase-hand {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 40rem;
  margin-top: 2.5rem;
  padding: 2rem 1rem 1rem;
}

.showcase-card {
  position: relative;
  width: 14rem;
  padding: 0.85rem;
  border-radius: 2rem;
  margin-left: -2.6rem;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.showcase-label {
  padding: 0.95rem 1rem 0;
  color: #2269bf;
}

.showcase-card:first-child {
  margin-left: 0;
}

.showcase-card:hover {
  z-index: 10;
  transform: translateY(-0.9rem) rotate(0deg) !important;
}

.showcase-shot {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 25rem;
  aspect-ratio: 10 / 17;
  border: 1px solid rgba(34, 105, 191, 0.12);
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at top right, rgba(107, 224, 255, 0.36), transparent 30%),
    linear-gradient(180deg, rgba(248, 251, 255, 0.9), rgba(236, 243, 255, 0.95));
}

.showcase-shot-soft {
  background:
    radial-gradient(circle at 78% 12%, rgba(37, 84, 136, 0.58), transparent 28%),
    radial-gradient(circle at 18% 84%, rgba(14, 39, 70, 0.55), transparent 24%),
    linear-gradient(180deg, #18385a 0%, #173552 48%, #122945 100%);
  border-color: rgba(97, 156, 221, 0.22);
}

.showcase-shot-warm {
  background:
    radial-gradient(circle at 50% 15%, rgba(74, 120, 182, 0.38), transparent 26%),
    radial-gradient(circle at 48% 54%, rgba(35, 72, 113, 0.34), transparent 34%),
    linear-gradient(180deg, #173759 0%, #183654 52%, #112844 100%);
  border-color: rgba(108, 162, 223, 0.22);
}

.showcase-shot-alert {
  background:
    radial-gradient(circle at 72% 12%, rgba(139, 27, 42, 0.38), transparent 24%),
    radial-gradient(circle at 25% 80%, rgba(86, 10, 19, 0.34), transparent 26%),
    linear-gradient(180deg, #36050b 0%, #2a0409 52%, #1d0206 100%);
  border-color: rgba(255, 118, 136, 0.2);
}

.showcase-shot-warning {
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 210, 62, 0.2), transparent 24%),
    radial-gradient(circle at 18% 86%, rgba(22, 43, 74, 0.46), transparent 24%),
    linear-gradient(180deg, #173659 0%, #173250 52%, #112744 100%);
  border-color: rgba(255, 215, 89, 0.22);
}

.showcase-shot img {
  width: calc(100% - 1.2rem);
  height: calc(100% - 1.2rem);
  object-fit: contain;
  object-position: center;
  border-radius: 1.1rem;
  box-shadow: 0 16px 34px rgba(13, 30, 56, 0.16);
}

.showcase-card-live {
  width: 17rem;
  z-index: 5;
  transform: translateY(-0.25rem) rotate(-2deg);
}

.showcase-card-night {
  z-index: 1;
  transform: translateY(2.4rem) rotate(15deg);
}

.showcase-card-onboarding {
  z-index: 2;
  transform: translateY(2rem) rotate(-15deg);
}

.showcase-card-templates {
  z-index: 3;
  transform: translateY(0.8rem) rotate(-8deg);
}

.showcase-card-warning {
  z-index: 4;
  transform: translateY(1rem) rotate(8deg);
}

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

.workflow-card {
  padding: 1.7rem;
  border-radius: 1.8rem;
}

.workflow-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  font-size: 0.92rem;
  color: #0e2b4c;
  background: linear-gradient(135deg, #dff1ff, #ffe2be);
}

.quote-section {
  padding: 2rem;
  border-radius: 2rem;
  text-align: center;
}

.quote-section p {
  margin: 0;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.7rem);
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.quote-section span {
  display: block;
  margin-top: 0.8rem;
  color: var(--muted);
}

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

.faq-grid article {
  padding: 1.5rem;
  border-radius: 1.8rem;
}

.legal-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0;
}

.legal-links p {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2269bf;
}

.legal-links-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.legal-links-row a {
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
  color: var(--muted);
  font-weight: 700;
  backdrop-filter: blur(18px);
  transition:
    transform 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.legal-links-row a:hover {
  transform: translateY(-2px);
  color: var(--text);
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.45;
  }
  50% {
    transform: scale(1.09);
    opacity: 0.85;
  }
}

@media (max-width: 1000px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 4rem;
  }

  .hero-copy {
    order: 1;
  }

  .hero-visual {
    order: 0;
    min-height: 38rem;
  }

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

  .showcase-hand {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    min-height: 0;
    padding: 0;
  }

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

  .showcase-card {
    width: auto;
    margin-left: 0;
    padding: 0 1rem 1rem;
    transform: none !important;
  }

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

}

@media (max-width: 720px) {
  .site-header {
    position: static;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 1.5rem;
  }

  .site-nav {
    flex-wrap: wrap;
    gap: 0.8rem 1rem;
  }

  h1 {
    max-width: none;
    font-size: clamp(2.6rem, 14vw, 4rem);
  }

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

  .hero-visual {
    min-height: auto;
    padding: 1rem 0 4rem;
  }

  .status-card {
    position: relative;
    inset: auto;
    max-width: none;
  }

  .hero-visual {
    gap: 1rem;
  }

  .radar-ring {
    display: none;
  }

  .metrics,
  .workflow-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .showcase-hand {
    grid-template-columns: 1fr;
  }

  .metrics {
    padding-bottom: 3rem;
  }

  .feature-section,
  .showcase-section,
  .workflow-section,
  .faq-section,
  .legal-links {
    padding-bottom: 3.5rem;
  }

  .showcase-shot {
    min-height: 18rem;
  }

  .legal-links {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .phone-frame {
    transform: none !important;
  }
}
