﻿:root {
  --brand: #2F6BFF;
  --accent: #FF7A00;
  --bg-top: #F2F7FF;
  --bg-bottom: #D9E6FF;
  --surface: #F5F8FF;

  --ink: #11203F;
  --muted: #4D5E82;
  --line: #C8D7F6;
  --brand-deep: #1E53D6;
  --header-bg: rgba(245, 248, 255, 0.92);
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 8%, rgba(47, 107, 255, 0.16), transparent 34%),
    radial-gradient(circle at 8% 12%, rgba(255, 122, 0, 0.14), transparent 30%),
    linear-gradient(180deg, var(--bg-top), var(--bg-bottom));
  line-height: 1.65;
}

h1, h2, h3 {
  font-family: "Sora", "Trebuchet MS", sans-serif;
  line-height: 1.2;
  margin-top: 0;
}

a {
  color: inherit;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(7px);
  background: var(--header-bg);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(17, 32, 63, 0.08);
}

.footer-brand {
  margin: 0 0 8px;
}

nav {
  display: flex;
  gap: 16px;
}

nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 700;
}

nav a:hover {
  color: var(--brand);
}

.hero {
  padding: 48px 0 30px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.hero-copy {
  position: relative;
  isolation: isolate;
  padding: 14px 18px 18px 0;
}

.hero-copy::before,
.hero-copy::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  filter: blur(18px);
}

.hero-copy::before {
  width: 220px;
  height: 220px;
  left: -42px;
  top: 68px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 166, 90, 0.26), rgba(255, 166, 90, 0));
}

.hero-copy::after {
  width: 280px;
  height: 280px;
  right: 18px;
  top: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 107, 255, 0.2), rgba(47, 107, 255, 0));
}

.eyebrow {
  display: inline-block;
  padding: 7px 13px;
  border: 1px solid rgba(255, 122, 0, 0.35);
  border-radius: 999px;
  color: #A24D00;
  background: linear-gradient(180deg, rgba(255, 236, 220, 0.85), rgba(255, 236, 220, 0.55));
  backdrop-filter: blur(6px);
  font-weight: 700;
  margin-bottom: 12px;
  box-shadow: 0 8px 18px rgba(255, 122, 0, 0.12);
}

h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 14px;
}

.hero-copy h1 {
  font-size: clamp(1.9rem, 2.6vw, 3.25rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
  background: linear-gradient(160deg, #0f244f 5%, #1b3e82 52%, #142a58 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-wrap: balance;
}

.lead {
  color: var(--muted);
  max-width: 62ch;
  margin-bottom: 18px;
  font-size: 1.05rem;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 640px;
}

.hero-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 84px;
  border: 1px solid rgba(47, 107, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(236, 244, 255, 0.82));
  color: #22448c;
  border-radius: 14px;
  padding: 11px 12px;
  font-weight: 700;
  font-size: 0.84rem;
  line-height: 1.25;
  box-shadow: 0 8px 20px rgba(30, 83, 214, 0.1);
  backdrop-filter: blur(6px);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.point-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #2f6bff, #1f56dd);
  box-shadow: 0 8px 16px rgba(30, 83, 214, 0.24);
}

.point-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-points li span:last-child {
  display: grid;
  gap: 2px;
}

.hero-points li strong {
  display: block;
  font-size: 1.02rem;
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: #18346f;
}

.hero-points li small {
  display: block;
  color: #4a6397;
  font-size: 0.8rem;
  font-weight: 600;
}

.hero-points li:hover {
  transform: translateY(-3px);
  border-color: rgba(47, 107, 255, 0.35);
  box-shadow: 0 14px 26px rgba(30, 83, 214, 0.16);
}

.cta-row {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 12px;
  margin-top: 32px;
  align-items: center;
}

.cta-row .btn {
  min-width: 146px;
  text-align: center;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  box-shadow: 0 10px 22px rgba(21, 41, 92, 0.12);
}

.btn {
  border-radius: 12px;
  padding: 12px 16px;
  text-decoration: none;
  font-weight: 800;
}

.btn-solid {
  background: linear-gradient(135deg, #2f6bff, #1e53d6);
  color: #fff;
}

.btn-solid:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(30, 83, 214, 0.28);
}

.btn-ghost {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(245, 248, 255, 0.86), rgba(233, 242, 255, 0.82));
  color: var(--ink);
}

.btn-ghost:hover {
  border-color: var(--brand);
  transform: translateY(-2px);
  color: var(--brand);
}

.hero-visual {
  justify-self: end;
  width: min(370px, 100%);
  padding: 9px;
  border-radius: 36px;
  border: 1px solid rgba(85, 97, 126, 0.95);
  background:
    radial-gradient(circle at 82% 40%, #121927 7%, #05070d 36%, #000 100%) center 14px / 44% 28px no-repeat,
    linear-gradient(150deg, #2b3345 0%, #5d6a86 16%, #222a3a 36%, #404c64 58%, #171d2b 78%, #606d8a 100%);
  box-shadow:
    0 24px 44px rgba(9, 14, 28, 0.45),
    inset 0 1px 0 rgba(184, 196, 225, 0.34),
    inset 0 -1px 0 rgba(17, 23, 39, 0.72);
  position: relative;
  align-self: start;
}

.hero-visual::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 72px;
  width: 4px;
  height: 34px;
  border-radius: 9px;
  background: linear-gradient(180deg, #4b5772, #9facc8 48%, #4b5772);
  box-shadow:
    0 0 0 1px rgba(39, 49, 71, 0.72),
    0 48px 0 0 rgba(84, 97, 128, 1),
    0 48px 0 1px rgba(39, 49, 71, 0.72),
    0 94px 0 0 rgba(84, 97, 128, 1),
    0 94px 0 1px rgba(39, 49, 71, 0.72);
}

.hero-visual::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 70px;
  width: 3px;
  height: 54px;
  border-radius: 8px;
  background: linear-gradient(180deg, #4b5772, #9facc8 48%, #4b5772);
  box-shadow:
    0 0 0 1px rgba(39, 49, 71, 0.72),
    0 70px 0 0 rgba(84, 97, 128, 1),
    0 70px 0 1px rgba(39, 49, 71, 0.72),
    0 104px 0 0 rgba(84, 97, 128, 1),
    0 104px 0 1px rgba(39, 49, 71, 0.72);
}

.hero-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 18.2;
  object-fit: cover;
  object-position: center top;
  border-radius: 26px;
  background: linear-gradient(180deg, #eaf1ff, #d8e5ff);
}

.section {
  padding: 44px 0;
}

.section-head p {
  margin: 0;
  color: var(--muted);
}

.app-preview {
  background: linear-gradient(180deg, rgba(245, 248, 255, 0.72), rgba(245, 248, 255, 0.9));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.story-list {
  margin-top: 22px;
  display: grid;
  gap: 28px;
}

.story-row {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: center;
  border: 1px solid rgba(17, 32, 63, 0.1);
  border-radius: 22px;
  padding: 20px;
  background: rgba(245, 248, 255, 0.8);
  box-shadow: 0 12px 26px rgba(20, 46, 102, 0.1);
}

.story-row.reverse {
  grid-template-columns: 1.1fr 0.9fr;
}

.story-row.reverse .phone-frame {
  order: 2;
}

.story-row.reverse .story-copy {
  order: 1;
}

.phone-frame {
  justify-self: center;
  width: min(290px, 100%);
  padding: 9px;
  border-radius: 32px;
  border: 1px solid rgba(85, 97, 126, 0.95);
  background:
    radial-gradient(circle at 82% 40%, #121927 7%, #05070d 36%, #000 100%) center 14px / 44% 28px no-repeat,
    linear-gradient(150deg, #2b3345 0%, #5d6a86 16%, #222a3a 36%, #404c64 58%, #171d2b 78%, #606d8a 100%);
  box-shadow:
    0 20px 34px rgba(9, 14, 28, 0.42),
    inset 0 1px 0 rgba(184, 196, 225, 0.34),
    inset 0 -1px 0 rgba(17, 23, 39, 0.72);
  position: relative;
}

.phone-frame::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 66px;
  width: 4px;
  height: 30px;
  border-radius: 9px;
  background: linear-gradient(180deg, #4b5772, #9facc8 48%, #4b5772);
  box-shadow:
    0 0 0 1px rgba(39, 49, 71, 0.72),
    0 42px 0 0 rgba(84, 97, 128, 1),
    0 42px 0 1px rgba(39, 49, 71, 0.72),
    0 82px 0 0 rgba(84, 97, 128, 1),
    0 82px 0 1px rgba(39, 49, 71, 0.72);
}

.phone-frame::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 66px;
  width: 3px;
  height: 48px;
  border-radius: 8px;
  background: linear-gradient(180deg, #4b5772, #9facc8 48%, #4b5772);
  box-shadow:
    0 0 0 1px rgba(39, 49, 71, 0.72),
    0 60px 0 0 rgba(84, 97, 128, 1),
    0 60px 0 1px rgba(39, 49, 71, 0.72),
    0 90px 0 0 rgba(84, 97, 128, 1),
    0 90px 0 1px rgba(39, 49, 71, 0.72);
}

.phone-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 18.2;
  object-fit: cover;
  object-position: center top;
  border-radius: 22px;
  background: linear-gradient(180deg, #eaf1ff, #d8e5ff);
}

.phone-frame.tshirt-frame {
  width: min(290px, 100%);
}

.phone-frame img.tshirt-shot {
  image-rendering: -webkit-optimize-contrast;
  filter: contrast(1.08) saturate(1.12) brightness(1.03);
}

.phone-frame img.crop-android-bottom {
  aspect-ratio: 9 / 17.2;
  object-position: center top;
}

.phone-frame img.crop-save-visible {
  aspect-ratio: 9 / 18.2;
  object-fit: contain;
  object-position: center top;
}

.story-copy h3 {
  margin-bottom: 8px;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
}

.story-copy p {
  margin: 0;
  color: var(--muted);
  max-width: 52ch;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.one-col {
  grid-template-columns: 1fr;
}

.card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  background: var(--surface);
}

.card h3 {
  margin-bottom: 8px;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.highlight {
  background: linear-gradient(180deg, rgba(245, 248, 255, 0.8), rgba(242, 247, 255, 0.95));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: start;
}

.check-list {
  margin: 0;
  padding-left: 20px;
}

.check-list li {
  margin-bottom: 10px;
  font-weight: 700;
}

.page-main {
  padding: 56px 0;
}

.legal h2 {
  margin-top: 24px;
}

.site-footer {
  margin-top: 54px;
  border-top: 1px solid var(--line);
  background: var(--surface);
  padding-top: 26px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--brand);
}

.tiny {
  padding: 16px 0 22px;
  font-size: 0.85rem;
  color: var(--muted);
}

.menu-toggle,
.menu-btn {
  display: none;
}

@media (max-width: 900px) {
  .hero-grid,
  .split,
  .footer-grid,
  .card-grid,
  .story-row,
  .story-row.reverse {
    grid-template-columns: 1fr;
  }

  nav {
    width: 100%;
    order: 3;
    justify-content: space-between;
  }

  .nav-wrap {
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .hero {
    padding-top: 38px;
  }

  .hero-visual {
    justify-self: stretch;
    margin: 0 auto;
  }

  .hero-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-row.reverse .phone-frame,
  .story-row.reverse .story-copy {
    order: initial;
  }

}

@media (max-width: 560px) {
  .menu-btn {
    display: inline-block;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 8px 12px;
    font-size: 0.95rem;
    font-weight: 700;
    background: var(--surface);
  }

  nav {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 12px;
    padding-top: 8px;
  }

  .menu-toggle:checked ~ nav {
    display: flex;
  }

  .hero-copy h1 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .hero-copy {
    padding-right: 0;
  }

  .hero-copy::before,
  .hero-copy::after {
    display: none;
  }

  .hero-points {
    grid-template-columns: 1fr;
  }

  .cta-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }

  .cta-row .btn {
    width: 100%;
  }
}
