*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1f2933;
  background: #f5f7fb;
  line-height: 1.5;
}

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

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

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  min-height: 0;
}

.logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.logo-image {
  height: 140px;
  width: auto;
  margin: -40px 0;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.95rem;
}

.main-nav a {
  color: #4b5563;
}

.main-nav a:hover {
  color: #111827;
}

.nav-active {
  font-weight: 600;
  color: #111827;
}

.nav-cta {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-size: 0.9rem;
}

.nav-cta-outline {
  border: 1px solid #cbd5f5;
  color: #0f172a;
  background: #fff;
}

.nav-cta {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  color: #ecfeff;
  border: none;
}

.nav-cta:hover {
  filter: brightness(1.05);
}

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: 0;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  background: #111827;
  border-radius: 999px;
}

/* Hero */
.hero {
  padding: 3.5rem 0 3rem;
  background: radial-gradient(circle at top left, #e0f2fe 0, transparent 45%),
    radial-gradient(circle at bottom right, #ccfbf1 0, transparent 45%), #f8fafc;
}

.hero-compact {
  padding: 3rem 0 2.25rem;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 2.75rem;
  align-items: center;
}

.hero-inner-compact {
  grid-template-columns: minmax(0, 1fr);
}

.hero-copy h1 {
  font-size: clamp(2.1rem, 3vw, 2.6rem);
  line-height: 1.1;
  margin: 0 0 0.9rem;
  color: #020617;
}

.hero-copy p {
  margin: 0 0 1.5rem;
  color: #4b5563;
  max-width: 34rem;
}

.hero-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}

.hero-meta {
  font-size: 0.85rem;
  color: #6b7280;
}

.hero-panel {
  display: flex;
  justify-content: flex-end;
}

.hero-card {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 2rem 1.6rem 1.6rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.3);
  width: 100%;
  max-width: 420px;
}

.hero-card h2 {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
  color: #0f172a;
}

.hero-logo-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  min-height: 180px;
  border-radius: 32px;
  background: linear-gradient(135deg, #ecfeff 0%, #cffafe 50%, #a5f3fc 100%);
  margin: 0 auto 2rem;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(14, 165, 233, 0.15);
  visibility: visible !important;
  opacity: 1 !important;
}

.hero-logo {
  width: 150% !important;
  height: 150% !important;
  min-width: 150px;
  min-height: 150px;
  object-fit: contain;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.hero-list {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
  font-size: 0.9rem;
  color: #4b5563;
}

.hero-list li {
  padding: 0.25rem 0;
}

.hero-footnote {
  font-size: 0.8rem;
  color: #6b7280;
  margin: 0;
}

/* Strips & sections */
.section {
  padding: 3rem 0;
}

.strip {
  padding: 2.75rem 0;
}

.strip-alt {
  background: #f9fafb;
}

.section-title {
  font-size: 1.6rem;
  margin: 0 0 1.75rem;
  color: #020617;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
  gap: 2.25rem;
  align-items: flex-start;
}

/* Feature grid on home */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.feature-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.35rem 1.3rem 1.4rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.feature-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1.1rem;
  color: #0f172a;
}

.feature-card p {
  margin: 0;
  font-size: 0.92rem;
  color: #4b5563;
}

/* Pills */
.pill-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.pill {
  border-radius: 1rem;
  padding: 0.9rem 1rem;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.35);
  font-size: 0.9rem;
}

.pill h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  color: #111827;
}

.pill p {
  margin: 0;
  color: #6b7280;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.65rem 1.3rem;
  font-size: 0.95rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.08s ease, box-shadow 0.08s ease, filter 0.08s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  color: #f0fdf4;
  box-shadow: 0 8px 20px rgba(15, 118, 110, 0.32);
}

.btn-secondary {
  background: #e5f0ff;
  color: #1f2937;
  border: 1px solid rgba(148, 163, 184, 0.6);
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.btn:active {
  transform: translateY(0);
  box-shadow: none;
}

/* Pricing */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

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

.pricing-card {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 1.6rem 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.04);
  position: relative;
}

.pricing-card-highlight {
  border-color: #0f766e;
  box-shadow: 0 18px 40px rgba(15, 118, 110, 0.18);
}

.pricing-card .badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-weight: 600;
}

.pricing-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.1rem;
  color: #020617;
}

.pricing-price {
  margin: 0 0 0.4rem;
  font-size: 1.07rem;
  font-weight: 600;
  color: #0f766e;
}

.pricing-tagline {
  margin: 0 0 0.9rem;
  font-size: 0.9rem;
  color: #4b5563;
}

.pricing-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  color: #4b5563;
}

.pricing-list li {
  padding: 0.23rem 0;
}

/* Features page sections */
.feature-sections {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.feature-section h2 {
  margin: 0 0 0.5rem;
  font-size: 1.3rem;
  color: #020617;
}

.feature-section p {
  margin: 0 0 0.75rem;
  color: #4b5563;
}

.feature-section ul {
  margin: 0;
  padding-left: 1.1rem;
  color: #4b5563;
  font-size: 0.95rem;
}

.feature-section li + li {
  margin-top: 0.3rem;
}

/* Resources */
.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.resource-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1rem 1rem;
  border: 1px solid rgba(148, 163, 184, 0.5);
  font-size: 0.9rem;
}

.resource-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
}

.placeholder-card {
  background: #f9fafb;
}

.video-placeholder .video-thumb {
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #0f766e, #06b6d4);
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.6rem;
}

.video-icon {
  font-size: 2rem;
  color: #ecfeff;
}

/* CTA */
.section-cta {
  background: radial-gradient(circle at top right, #e0f2fe 0, transparent 45%),
    radial-gradient(circle at bottom left, #ccfbf1 0, transparent 45%), #f1f5f9;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.cta-inner p {
  margin: 0.35rem 0 0;
  color: #4b5563;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Footer */
.site-footer {
  border-top: 1px solid rgba(148, 163, 184, 0.4);
  background: #0b1120;
  color: #e5e7eb;
  padding: 1.75rem 0 1.9rem;
}

.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.75rem;
  font-size: 0.85rem;
}

.logo-footer {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.footer-inner p {
  margin: 0.3rem 0 0;
  color: #9ca3af;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.footer-links a {
  color: #d1d5db;
}

.footer-links a:hover {
  color: #fefce8;
}

.footer-meta {
  color: #6b7280;
  align-self: flex-end;
}

/* Responsive */
@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-panel {
    justify-content: stretch;
  }

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

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

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

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

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

@media (max-width: 720px) {
  .main-nav {
    position: absolute;
    inset-inline: 0;
    top: 56px;
    padding: 0.75rem 1.25rem 1rem;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(148, 163, 184, 0.35);
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.15s ease, opacity 0.15s ease;
  }

  .main-nav.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .header-inner {
    padding-inline: 0.75rem;
  }

  .hero {
    padding-top: 2.5rem;
  }

  .section,
  .strip {
    padding: 2.25rem 0;
  }

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

  .pricing-grid,
  .pricing-grid-two {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .listsContainer,
  .resource-grid {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .footer-meta {
    align-self: flex-start;
  }
}


