:root {
  --bg-top: #f2f8ff;
  --bg-bottom: #f8fcff;
  --ink: #0f203a;
  --ink-soft: #4e6186;
  --line: rgba(120, 151, 207, 0.34);
  --glass: rgba(255, 255, 255, 0.77);
  --brand: #0f6bff;
  --brand-strong: #0b57d4;
  --accent: #00a58f;
  --radius: 18px;
  --shadow: 0 18px 44px rgba(16, 47, 98, 0.11);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Plus Jakarta Sans", "Avenir Next", sans-serif;
  background:
    radial-gradient(820px 460px at 4% -8%, #deecff, transparent),
    radial-gradient(760px 420px at 98% 14%, #ddfff8, transparent),
    linear-gradient(178deg, var(--bg-top), var(--bg-bottom));
  min-height: 100vh;
}

.bg-shape {
  position: fixed;
  z-index: -1;
  pointer-events: none;
  filter: blur(30px);
  opacity: 0.5;
  border-radius: 999px;
}

.shape-a {
  width: 320px;
  height: 320px;
  left: -120px;
  top: 15%;
  background: #80b3ff;
}

.shape-b {
  width: 340px;
  height: 340px;
  right: -120px;
  bottom: 8%;
  background: #87ebd7;
}

.shell {
  width: min(1180px, 100% - 36px);
  margin: 0 auto;
}

.topbar {
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  text-decoration: none;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
  background: linear-gradient(140deg, #0f6bff, #00a58f);
}

.nav-actions {
  display: flex;
  gap: 10px;
}

.btn {
  border: none;
  border-radius: 12px;
  padding: 10px 14px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn.solid {
  background: var(--brand);
  color: #fff;
}

.btn.solid:hover {
  background: var(--brand-strong);
}

.btn.ghost {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
}

.glass {
  border: 1px solid var(--line);
  background: var(--glass);
  backdrop-filter: blur(11px);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}

.hero {
  padding-top: 8px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 14px;
}

.hero-main,
.hero-side {
  padding: 26px;
}

.kicker {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #3e6db6;
}

h1,
h2,
h3 {
  font-family: "Sora", sans-serif;
  margin: 0;
  letter-spacing: -0.02em;
}

h1 {
  margin-top: 8px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.04;
}

h2 {
  font-size: clamp(26px, 3vw, 38px);
}

.hero-copy {
  margin: 14px 0 0;
  color: var(--ink-soft);
  line-height: 1.66;
  font-size: 16px;
}

.cta-row {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

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

.hero-metrics div {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(244, 250, 255, 0.72);
  padding: 12px;
}

.hero-metrics strong {
  display: block;
  font-size: 18px;
}

.hero-metrics span {
  color: var(--ink-soft);
  font-size: 12px;
}

.hero-side ul {
  margin: 16px 0 0;
  padding-left: 18px;
  color: #294a7a;
  line-height: 1.85;
}

.micro {
  margin: 14px 0 0;
  color: #60759d;
  font-size: 12px;
}

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

.feature {
  padding: 18px;
}

.feature h3 {
  font-size: 20px;
}

.feature p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  line-height: 1.6;
}

.pricing {
  margin-top: 28px;
}

.section-head p {
  color: var(--ink-soft);
  max-width: 760px;
}

.pricing-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.price-card {
  padding: 18px;
  position: relative;
}

.price-card.featured {
  border-color: rgba(73, 142, 255, 0.6);
  background: rgba(244, 250, 255, 0.94);
}

.pill {
  position: absolute;
  right: 12px;
  top: -10px;
  margin: 0;
  padding: 4px 8px;
  border-radius: 999px;
  background: #0f2f6f;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.price {
  margin: 8px 0 12px;
  font-size: 35px;
  font-weight: 800;
}

.price span {
  font-size: 14px;
  color: var(--ink-soft);
  font-weight: 600;
}

.price-card ul {
  margin: 0 0 14px;
  padding-left: 18px;
  color: #294a7a;
  line-height: 1.75;
}

.policy-note {
  margin-top: 12px;
  padding: 16px 18px;
}

.policy-note p {
  margin: 8px 0 0;
  color: var(--ink-soft);
}

.faq {
  margin-top: 22px;
  padding: 18px;
}

.faq details {
  border-top: 1px solid var(--line);
  padding: 10px 0;
}

.faq details:first-of-type {
  border-top: none;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
}

.faq p {
  margin: 8px 0 0;
  color: var(--ink-soft);
}

.footer {
  margin: 24px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #60759d;
}

.footer a {
  color: #1d478c;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  background: rgba(12, 26, 53, 0.46);
  padding: 18px;
}

.modal.hidden {
  display: none;
}

.modal-card {
  width: min(560px, 96vw);
  padding: 18px;
}

.modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

label {
  display: block;
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #2d456f;
}

input,
select {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c2d5ef;
  font: inherit;
}

input:focus,
select:focus {
  outline: 2px solid rgba(15, 107, 255, 0.19);
  border-color: #0f6bff;
}

.signup-plan-summary {
  border: 1px solid var(--line);
  background: rgba(242, 248, 255, 0.78);
  border-radius: 12px;
  padding: 10px 12px;
  margin-top: 10px;
  color: #244476;
  font-size: 13px;
  line-height: 1.46;
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 10px;
  font-size: 13px;
  color: #2d466f;
}

.consent-row input {
  width: auto;
  margin-top: 2px;
}

.signup-google-btn {
  margin-top: 10px;
  width: 100%;
}

.message {
  min-height: 18px;
  margin: 10px 0 0;
  color: #1f3f70;
}

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

  .hero-metrics {
    grid-template-columns: 1fr;
  }
}
