*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1b1b1b;
  background: #f7f6f2;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 260px;
  padding: 32px 24px;
  background: #12121a;
  color: #f5f4ef;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.brand {
  display: flex;
  gap: 12px;
  align-items: center;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #ffb347;
  color: #12121a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.brand-name {
  margin: 0;
  font-weight: 600;
}

.brand-tagline {
  margin: 0;
  font-size: 0.85rem;
  color: #b8b6c3;
}

.side-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.side-nav a {
  color: #f5f4ef;
  font-weight: 500;
}

.side-nav .nav-cta {
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ff6b5f;
  color: #fff;
  text-align: center;
}

.sidebar-highlight {
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}

.sidebar-highlight .highlight-title {
  margin: 4px 0 10px;
  font-weight: 600;
}

.content {
  flex: 1;
  padding: 40px 48px 64px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  color: #b75c2e;
  margin: 0 0 12px;
}

h1,
h2,
h3 {
  margin: 0 0 16px;
  line-height: 1.2;
}

.lead {
  font-size: 1.1rem;
}

.hero-split {
  display: flex;
  gap: 48px;
  align-items: center;
  flex-wrap: wrap;
}

.hero-copy {
  flex: 1 1 320px;
}

.hero-visual {
  flex: 1 1 320px;
  position: relative;
}

.hero-visual img {
  border-radius: 24px;
}

.hero-card {
  position: absolute;
  bottom: -24px;
  left: 24px;
  background: #fff;
  padding: 16px 20px;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(17, 17, 26, 0.15);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.btn.primary {
  background: #ff6b5f;
  color: #fff;
}

.btn.secondary {
  background: #12121a;
  color: #fff;
}

.btn.tertiary {
  background: #fff;
  color: #1b1b1b;
  border: 1px solid #d8d5ce;
}

.btn.ghost {
  background: transparent;
  border: 1px solid #c2c0ba;
  color: #1b1b1b;
}

.text-link {
  color: #ff6b5f;
  font-weight: 600;
}

.banded-section {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  background: #fff;
  padding: 32px;
  border-radius: 24px;
}

.band-text {
  flex: 1 1 280px;
}

.band-stats {
  flex: 1 1 280px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.stat-card {
  flex: 1 1 120px;
  background: #f7f6f2;
  padding: 16px;
  border-radius: 16px;
  text-align: center;
}

.stat-number {
  font-size: 1.6rem;
  margin: 0;
}

.stat-label {
  margin: 8px 0 0;
  font-size: 0.85rem;
}

.story-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.panel-image {
  flex: 1 1 300px;
}

.panel-image img {
  border-radius: 20px;
}

.panel-copy {
  flex: 1 1 320px;
}

.panel-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.panel-tags span {
  padding: 6px 12px;
  background: #fff0e5;
  border-radius: 999px;
  font-size: 0.85rem;
}

.layered-callout {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  position: relative;
}

.layer-card {
  flex: 1 1 280px;
  background: #12121a;
  color: #fff;
  padding: 32px;
  border-radius: 24px;
}

.layer-image {
  flex: 1 1 280px;
  align-self: center;
}

.layer-image img {
  border-radius: 24px;
}

.timeline {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.timeline-label {
  display: inline-block;
  width: 90px;
  font-weight: 600;
}

.testimonial-slice {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  background: #fff;
  padding: 32px;
  border-radius: 24px;
  align-items: center;
}

.quote {
  font-size: 1rem;
  margin: 0 0 12px;
}

.quote-author {
  font-weight: 600;
  margin: 0;
}

.pricing-preview {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pricing-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.price-card {
  flex: 1 1 220px;
  background: #fff;
  padding: 24px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-size: 1.6rem;
  margin: 0;
}

.inline-cta {
  margin: 0;
}

.faq-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.faq-lead {
  flex: 1 1 260px;
}

.faq-cards {
  flex: 2 1 360px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.faq-card {
  flex: 1 1 200px;
  background: #fff;
  padding: 18px;
  border-radius: 16px;
}

.enroll-section {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
  background: #fff;
  padding: 32px;
  border-radius: 24px;
}

.enroll-copy {
  flex: 1 1 280px;
}

.bullet-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bullet-list li::before {
  content: "•";
  margin-right: 8px;
}

.enroll-form {
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.enroll-form input,
.enroll-form select {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #d8d5ce;
  font-size: 1rem;
}

.form-note {
  font-size: 0.85rem;
  color: #555;
  margin: 0;
}

.cta-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #12121a;
  color: #fff;
  padding: 28px;
  border-radius: 24px;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #ffb347;
  color: #12121a;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #fff;
  padding: 16px 20px;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(17, 17, 26, 0.16);
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 420px;
  z-index: 10;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.page-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-header .hero-card {
  position: static;
  box-shadow: none;
  background: #fff;
}

.info-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.info-card {
  flex: 1 1 240px;
  background: #fff;
  padding: 20px;
  border-radius: 18px;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-item {
  background: #fff;
  padding: 20px;
  border-radius: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}

.service-item h3 {
  margin: 0 0 8px;
}

.service-meta {
  min-width: 180px;
  text-align: right;
}

.service-meta .price {
  margin: 0;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  background: #fff;
  padding: 28px;
  border-radius: 24px;
}

.contact-grid div {
  flex: 1 1 220px;
}

.legal-section {
  background: #fff;
  padding: 28px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.legal-section ul {
  padding-left: 18px;
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.footer-links a {
  color: #12121a;
  font-weight: 600;
}

@media (max-width: 960px) {
  .site-shell {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .side-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .content {
    padding: 32px 24px 60px;
  }

  .hero-card {
    position: static;
    margin-top: 16px;
  }

  .sticky-cta {
    right: 16px;
    bottom: 90px;
  }

  .cookie-banner {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
    flex-direction: column;
    align-items: flex-start;
  }
}
