:root {
  --th-blue: #1f4e79;
  --th-blue-dark: #163a5a;
  --th-blue-soft: #dce6f1;
  --th-cream: #faf7f2;
  --th-orange: #ea580c;
  --th-orange-dark: #c2410c;
  --th-orange-soft: #fff1e6;
  --th-gold: #c9a14a;
  --th-ink: #0e1b2c;
  --th-gray: #5a6573;
  --th-gray-soft: #e6e9ee;
  --th-white: #ffffff;
  --th-green: #1f9d55;
  --th-shadow-sm: 0 1px 3px rgba(15, 27, 44, 0.08);
  --th-shadow-md: 0 6px 18px rgba(15, 27, 44, 0.1);
  --th-shadow-lg: 0 18px 48px rgba(15, 27, 44, 0.14);
  --th-radius-sm: 6px;
  --th-radius-md: 10px;
  --th-radius-lg: 16px;
}

.thierry-aima-hybrid {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--th-ink);
  background: var(--th-white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-top: 58px;
  scroll-padding-top: 72px;
}

.thierry-aima-hybrid * {
  box-sizing: border-box;
}

.thierry-aima-hybrid img,
.thierry-aima-hybrid video {
  max-width: 100%;
  height: auto;
}

.thierry-aima-hybrid h1,
.thierry-aima-hybrid h2,
.thierry-aima-hybrid h3 {
  font-family: "Source Serif 4", Georgia, serif;
  line-height: 1.18;
  letter-spacing: 0;
  color: var(--th-ink);
}

.thierry-aima-hybrid h1 {
  font-size: clamp(30px, 6vw, 56px);
  font-weight: 700;
}

.thierry-aima-hybrid h2 {
  font-size: clamp(24px, 4.4vw, 40px);
  font-weight: 700;
  color: var(--th-blue);
}

.thierry-aima-hybrid h3 {
  font-size: clamp(19px, 2.6vw, 26px);
  font-weight: 600;
}

.thierry-aima-hybrid p,
.thierry-aima-hybrid li {
  color: var(--th-gray);
  font-size: 16px;
  line-height: 1.65;
}

.thierry-container,
.thierry-aima-hybrid .section .container {
  max-width: 1140px !important;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.thierry-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(14, 27, 44, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: saturate(180%) blur(8px);
}

.thierry-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px 20px;
}

.thierry-nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--th-blue);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.thierry-nav-logo img {
  height: 42px;
  width: auto;
}

.thierry-nav-links {
  display: none;
  gap: 28px;
  font-size: 15px;
}

.thierry-nav-links a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
  text-decoration: none;
}

.thierry-nav-links a:hover {
  color: #ffffff;
}

.thierry-nav-cta {
  flex-shrink: 0;
  padding: 10px 18px !important;
  font-size: 14px !important;
}

.thierry-btn,
.thierry-aima-hybrid .btn,
.thierry-aima-hybrid .button {
  display: inline-block;
  padding: 14px 22px;
  border: 0;
  border-radius: var(--th-radius-md) !important;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.thierry-btn-cta,
.thierry-aima-hybrid .btn,
.thierry-aima-hybrid .button {
  background: var(--th-orange) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 22px rgba(234, 88, 12, 0.32);
}

.thierry-btn-cta:hover,
.thierry-aima-hybrid .btn:hover,
.thierry-aima-hybrid .button:hover {
  background: var(--th-orange-dark) !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(234, 88, 12, 0.4);
}

.thierry-secondary-link {
  display: inline-block;
  margin-left: 12px;
  padding: 13px 20px;
  border: 2px solid var(--th-orange);
  border-radius: var(--th-radius-md);
  color: var(--th-orange-dark);
  font-weight: 700;
  text-decoration: none;
}

.section {
  position: relative;
}

.section .sizer {
  position: relative;
  z-index: 1;
}

.section .section__overlay {
  opacity: 1;
}

.thierry-hero-section {
  background: linear-gradient(135deg, var(--th-cream) 0%, #f2e8d5 60%, var(--th-blue-soft) 100%);
}

.thierry-eyebrow,
.hero-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--th-blue);
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.thierry-hero-title {
  margin: 0 0 18px;
  color: var(--th-ink);
}

.thierry-hero-title .accent {
  color: var(--th-blue);
}

.thierry-hero-sub {
  max-width: 580px;
  margin-bottom: 24px;
  color: var(--th-gray) !important;
  font-size: clamp(16px, 2.4vw, 19px) !important;
}

.free-ribbon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(31, 157, 85, 0.35);
  border-radius: 999px;
  background: rgba(31, 157, 85, 0.1);
  color: #14753c !important;
  font-size: 13px !important;
  font-weight: 700;
}

.hero-microcopy {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--th-gray) !important;
  font-size: 13px !important;
}

.hero-microcopy::before {
  content: "✓";
  color: var(--th-green);
  font-weight: 800;
}

.hero-cta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.thierry-aima-hybrid .block-type--image .image {
  border-radius: var(--th-radius-lg);
  box-shadow: var(--th-shadow-lg);
}

.thierry-aima-hybrid .block-type--image .image__image {
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.thierry-aima-hybrid .block[data-aos] {
  opacity: 1;
}

.free-band-section {
  color: #ffffff;
}

.free-band-section h3,
.final-cta-section h2,
.community-section h2,
.pas-section h2 {
  color: #ffffff;
}

.free-band-section p,
.final-cta-section p,
.community-section p,
.pas-section p {
  color: rgba(255, 255, 255, 0.92) !important;
}

.free-band-section .row {
  row-gap: 16px;
}

.free-band-section h3 {
  margin: 0 0 4px;
}

.free-band-section p {
  margin: 0;
}

.free-band-section .btn {
  background: #ffffff !important;
  color: var(--th-ink) !important;
  box-shadow: none !important;
}

.free-band-section .btn:hover {
  background: var(--th-blue-soft) !important;
  color: var(--th-ink) !important;
}

.trust-strip-label {
  text-align: center;
  color: var(--th-gray) !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-logo-card .block,
.thierry-card .block,
.price-card-block .block,
.testimonial-card .block,
.module-card .block,
.outcome-card .block,
.usp-card-block .block {
  height: 100%;
}

.trust-logo-card .block {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 8px !important;
}

.trust-logo-card .image {
  width: 100%;
  max-width: 118px;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.trust-logo-card .image__image {
  max-height: 40px;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}

.trust-text-card .block {
  min-height: 64px;
}

.trust-text-card .logo-next-academy {
  color: var(--th-blue);
  line-height: 1.1;
  text-align: center;
}

.trust-stat {
  display: flex;
  min-height: 76px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: var(--th-radius-md);
  background: var(--th-blue);
  color: #ffffff;
  text-align: center;
}

.trust-stat .num {
  color: #ffffff;
  font-family: "Source Serif 4", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.trust-stat .lbl {
  color: rgba(255, 255, 255, 0.86);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.section-intro {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-intro p {
  font-size: 17px !important;
}

.thierry-card .block,
.usp-card-block .block,
.outcome-card .block,
.module-card .block,
.testimonial-card .block,
.price-card-block .block {
  border: 1px solid var(--th-gray-soft) !important;
  border-radius: var(--th-radius-lg) !important;
  background: #ffffff !important;
  box-shadow: var(--th-shadow-sm);
}

.usp-card-block .icon-circle {
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--th-blue-soft);
  color: var(--th-blue);
  font-family: "Source Serif 4", serif;
  font-size: 24px;
  font-weight: 700;
}

.outcome-card h4,
.module-card h4 {
  margin: 0 0 6px;
  color: var(--th-ink);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}

.outcome-card .check {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--th-green);
  color: #ffffff;
  font-weight: 800;
}

.video-section .video {
  overflow: hidden;
  border-radius: var(--th-radius-lg);
  background: var(--th-ink);
  box-shadow: var(--th-shadow-lg);
}

.pas-card .block {
  background: rgba(255, 255, 255, 0.05) !important;
  border-left: 4px solid var(--th-gold) !important;
  border-radius: var(--th-radius-md) !important;
}

.pas-card h3 {
  color: var(--th-gold);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pas-card p {
  color: rgba(255, 255, 255, 0.88) !important;
}

.module-card .module-num {
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--th-gray-soft);
  color: var(--th-gray);
  font-family: "Source Serif 4", serif;
  font-weight: 700;
}

.module-card.free .module-num {
  background: var(--th-gold);
  color: #ffffff;
}

.free-tag {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 4px;
  background: var(--th-gold);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  vertical-align: 2px;
}

.curriculum-stats {
  display: grid;
  max-width: 720px;
  margin: 24px auto 0;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.curr-stat {
  padding: 14px 8px;
  border-radius: var(--th-radius-md);
  background: var(--th-blue-soft);
  text-align: center;
}

.curr-stat .num {
  color: var(--th-blue);
  font-family: "Source Serif 4", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.curr-stat .lbl {
  color: var(--th-gray);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.community-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--th-radius-lg);
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
}

.community-section .section-intro p,
.community-section .community-card p,
.community-section .community-list li {
  color: rgba(255, 255, 255, 0.92) !important;
}

.community-card-block .block,
.community-list-block .block {
  background: transparent !important;
  color: #ffffff;
}

.community-card .big-stat {
  color: #ffffff;
  font-family: "Source Serif 4", serif;
  font-size: clamp(48px, 10vw, 76px);
  font-weight: 700;
  line-height: 1;
}

.community-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.community-list li {
  position: relative;
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.95);
}

.community-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--th-gold);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.credential-pill,
.release-pill,
.scarcity-pill {
  display: inline-block;
  margin: 0 6px 8px 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--th-blue-soft);
  color: var(--th-blue-dark);
  font-size: 12px;
  font-weight: 700;
}

.release-pill {
  border-radius: 4px;
  background: var(--th-gold);
  color: #ffffff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.testimonial-card .quote {
  color: var(--th-ink);
  font-family: "Source Serif 4", serif;
  font-size: 17px;
  line-height: 1.55;
}

.testimonial-card .role {
  color: var(--th-gray);
  font-size: 13px;
}

.price-card-block .badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--th-blue);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.price-card-block.free .badge {
  background: var(--th-orange);
}

.price-card-block.featured .block {
  border: 2px solid var(--th-blue) !important;
  box-shadow: var(--th-shadow-lg);
}

.price-card-block.free .block {
  border: 2px solid var(--th-orange) !important;
  background: linear-gradient(180deg, var(--th-orange-soft) 0%, white 100%) !important;
}

.price-card-block .price {
  color: var(--th-ink);
  font-family: "Source Serif 4", serif;
  font-size: clamp(40px, 8vw, 48px);
  font-weight: 700;
  line-height: 1;
}

.price-card-block ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.price-card-block li {
  position: relative;
  padding: 8px 0 8px 26px;
  color: var(--th-ink);
  font-size: 15px;
}

.price-card-block li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 8px;
  color: var(--th-blue);
  font-weight: 800;
}

.faq-section .accordion {
  border: 1px solid var(--th-gray-soft);
  border-radius: var(--th-radius-md);
  background: #ffffff !important;
  overflow: hidden;
}

.faq-section .accordion-title,
.faq-section .accordion-body {
  padding: 18px 20px;
}

.faq-section .accordion-title {
  cursor: pointer;
  user-select: none;
}

.faq-section .accordion-body {
  border-top: 1px solid var(--th-gray-soft);
  background: #ffffff;
}

.faq-section .accordion-title h5 {
  color: var(--th-ink);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.faq-section .accordion-body p {
  margin: 0;
  color: var(--th-gray) !important;
}

.final-cta-section {
  overflow: hidden;
}

.scarcity-pill {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.thierry-footer {
  padding: 48px 0 24px;
  background: var(--th-ink);
  color: #b3bcc8;
  font-size: 14px;
}

.thierry-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 28px;
  margin-bottom: 32px;
}

.thierry-footer-logo {
  height: 42px;
  width: auto;
  margin-bottom: 14px;
}

.thierry-footer p,
.thierry-footer span,
.thierry-footer a {
  display: block;
  color: #b3bcc8;
  font-size: 14px;
  text-decoration: none;
}

.thierry-footer h4 {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.thierry-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #8a95a4;
}

.thierry-mobile-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 45;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--th-gray-soft);
  background: #ffffff;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
}

.thierry-mobile-cta .text {
  flex: 1;
  min-width: 0;
  color: var(--th-gray);
  font-size: 12px;
  line-height: 1.3;
}

.thierry-mobile-cta .text strong {
  display: block;
  color: var(--th-ink);
  font-size: 13px;
}

.thierry-mobile-cta .thierry-btn {
  padding: 10px 14px;
  font-size: 13px;
}

@media (min-width: 720px) {
  .thierry-mobile-cta {
    display: none;
  }
}

@media (min-width: 880px) {
  .thierry-nav-links {
    display: flex;
  }
}

@media (max-width: 879px) {
  .thierry-footer-grid {
    grid-template-columns: 1fr;
  }

  .thierry-footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 719px) {
  .thierry-aima-hybrid {
    padding-bottom: 76px;
  }

  .thierry-nav-inner {
    padding: 8px 14px;
  }

  .thierry-nav-logo img {
    height: 34px;
  }

  .thierry-nav-cta {
    padding: 9px 12px !important;
    font-size: 12px !important;
  }

  .thierry-container,
  .thierry-aima-hybrid .section .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-cta-row {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-cta-row .thierry-btn,
  .hero-cta-row .thierry-secondary-link {
    width: 100%;
    margin-left: 0;
  }

  .free-band-section .block-type--text {
    text-align: left !important;
  }

  .trust-logo-card .block {
    min-height: 48px;
    padding: 4px !important;
  }

  .trust-logo-card .image {
    max-width: 96px;
  }

  .trust-logo-card .image__image {
    max-height: 30px;
  }

  .thierry-secondary-link {
    display: block;
    margin: 12px 0 0;
  }

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

  .thierry-footer {
    padding: 20px 0 calc(88px + env(safe-area-inset-bottom));
    text-align: center;
  }

  .thierry-footer-grid {
    gap: 0;
    margin-bottom: 10px;
  }

  .thierry-footer-grid > div:not(:first-child),
  .thierry-footer p {
    display: none;
  }

  .thierry-footer-logo {
    height: 34px;
    margin: 0 auto 8px;
  }

  .thierry-footer-bottom {
    display: block;
    padding-top: 10px;
    font-size: 12px;
  }

  .thierry-footer-bottom span:last-child {
    display: none;
  }
}
