:root {
  --bg: #dcefff;
  --surface: #fffdf7;
  --surface-strong: #0e2238;
  --text: #132235;
  --muted: #526173;
  --line: rgba(19, 34, 53, 0.12);
  --accent: #2f7edb;
  --accent-deep: #1657a8;
  --accent-ink: #f8fbff;
  --shadow: 0 20px 50px rgba(14, 34, 56, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Aptos, "Trebuchet MS", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 207, 51, 0.18), transparent 28%),
    linear-gradient(180deg, #f3faff 0%, var(--bg) 42%, #cfe5fb 100%);
}

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

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

.hero {
  padding: 1.25rem;
}

.topbar,
.hero-panel,
.info-strip,
.section,
.footer {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0 1.4rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand img {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.call-link,
.button {
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.call-link {
  padding: 0.9rem 1.2rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
}

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


.hero-panel {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: center;
  padding: 2.5rem 0 3rem;
}

.hero-copy h1,
.section-heading h2,
.cta-panel h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 0;
}

.hero-copy h1 {
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
  max-width: 10ch;
}

.eyebrow {
  margin: 0 0 0.8rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.lead {
  max-width: 60ch;
  margin: 1.2rem 0 0;
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  padding: 1rem 1.4rem;
}

.button-primary {
  color: var(--accent-ink);
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
  box-shadow: 0 16px 30px rgba(242, 183, 5, 0.28);
}

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

.button-large {
  min-width: 220px;
  font-size: 1.1rem;
}

.hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.68));
  box-shadow: var(--shadow);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: auto -15% 12% auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 207, 51, 0.2);
  filter: blur(12px);
}

.hero-card img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.hero-card-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.3rem 1.4rem;
}

.hero-card-content p,
.hero-card-content strong,
.price-title,
.price-value,
.price-copy,
.feature-card h3,
.feature-card p,
.footer p,
.strip-label {
  margin: 0;
}

.hero-card-content p,
.price-copy,
.feature-card p,
.footer p,
.info-strip p {
  color: var(--muted);
}

.hero-card-content strong {
  font-size: 1.4rem;
}

.info-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.info-strip article,
.price-card,
.feature-card,
.cta-panel {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.info-strip article {
  padding: 1.3rem 1.35rem;
}

.strip-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
}

.info-strip p {
  line-height: 1.6;
}

.section {
  padding: 3.8rem 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 2rem;
}

.section-heading h2,
.cta-panel h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.price-grid,
.feature-grid,
.content-grid,
.faq-list {
  display: grid;
  gap: 1.25rem;
}

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

.price-card {
  padding: 1.8rem;
}

.price-card.featured {
  background: linear-gradient(180deg, #132235 0%, #18314f 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.price-card.featured .price-title,
.price-card.featured .price-value,
.price-card.featured .price-copy {
  color: #f8f4ea;
}

.price-title {
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-value {
  margin: 0.7rem 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 5vw, 4rem);
}

.price-copy {
  line-height: 1.7;
}

.section-dark {
  position: relative;
}

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

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

.feature-card {
  padding: 1.6rem;
}

.feature-card h3 {
  margin-bottom: 0.6rem;
  font-size: 1.25rem;
}

.feature-card p {
  line-height: 1.7;
}

.content-card,
.faq-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
  padding: 1.7rem;
}

.content-card p,
.faq-card p {
  margin: 0;
  line-height: 1.8;
  color: var(--muted);
}

.content-card p + p,
.faq-card p + p {
  margin-top: 1rem;
}

.dark-card {
  background: linear-gradient(180deg, rgba(19, 34, 53, 0.96), rgba(24, 49, 79, 0.94));
  border-color: rgba(255, 255, 255, 0.1);
}

.dark-card p {
  color: rgba(248, 250, 255, 0.88);
}

.area-grid .feature-card,
.faq-card {
  background: rgba(255, 255, 255, 0.8);
}

.faq-list {
  grid-template-columns: repeat(2, 1fr);
}

.faq-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
}

.cta-section {
  padding-top: 0.5rem;
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem;
  background:
    linear-gradient(135deg, rgba(255, 207, 51, 0.18), rgba(255, 255, 255, 0.95)),
    rgba(255, 255, 255, 0.86);
}

.cta-panel p {
  max-width: 58ch;
  line-height: 1.7;
  color: var(--muted);
}

.footer {
  padding: 0 0 3rem;
  text-align: center;
}

.footer p + p {
  margin-top: 0.5rem;
}

.footer a {
  font-weight: 700;
}

@media (max-width: 900px) {
  .hero-panel,
  .price-grid,
  .feature-grid,
  .content-grid,
  .faq-list,
  .info-strip,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .hero-panel,
  .cta-panel {
    display: grid;
  }

  .hero-copy h1 {
    max-width: 12ch;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 1rem;
  }

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

  .brand span {
    font-size: 0.95rem;
  }

  .section,
  .hero-panel {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .call-link,
  .button,
  .button-large {
    width: 100%;
  }

  .hero-card-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-card,
  .feature-card,
  .content-card,
  .faq-card,
  .info-strip article,
  .cta-panel {
    border-radius: 24px;
  }
}
