* {
      box-sizing: border-box;
      margin: 0;
      padding: 0
    }

    img {
      max-width: 100%;
      height: auto
    }

    :root {
      --sun: #FDE74C;
      --ocean: #5BC0EB;
      --coral: #FA7921;
      --palm: #9BC53D;
      --sand: #F5F3EE;
      --navy: #0B1E3A;
      --card: #FFFFFF;
      --muted: #5A6A7A;
      --border: #E4E0D8;
    }

    html {
      scroll-padding-top: 90px;
      overflow-x: hidden
    }

    body {
      font-family: 'Lato', sans-serif;
      background: var(--sand);
      color: var(--navy);
      line-height: 1.5;
      overflow-x: hidden
    }

    .display {
      font-family: 'Fredoka', sans-serif;
      font-weight: 800
    }

    /* ── NAV ── */
    nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px 32px;
      background: var(--navy);
      border-bottom: 0.5px solid var(--border);
      position: sticky;
      top: 0;
      z-index: 100
    }

    .logo {
      font-family: 'Fredoka', sans-serif;
      font-weight: 800;
      font-size: 22px;
      color: #fff;
      display: flex;
      align-items: center;
      gap: 8px;
      letter-spacing: -0.5px
    }

    .logo-circle {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: var(--sun);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0
    }

    .logo em {
      color: var(--sun);
      font-style: normal
    }

    .nav-links {
      display: flex;
      gap: 28px;
      align-items: center
    }

    .nav-links a {
      font-size: 14px;
      color: var(--sand);
      text-decoration: none;
      font-weight: 400;
      transition: color .15s
    }

    .nav-links a:hover {
      color: var(--ocean)
    }

    .btn {
      padding: 9px 20px;
      border-radius: 8px;
      font-size: 13px;
      font-weight: 500;
      cursor: pointer;
      border: none;
      text-decoration: none;
      transition: transform .15s, opacity .15s;
      font-family: 'Lato', sans-serif;
      line-height: 1.2;
      text-align: center;
      display: inline-flex;
      align-items: center;
      justify-content: center
    }

    .btn:hover {
      transform: scale(1.03)
    }

    .btn-outline {
      background: transparent;
      border: 0.5px solid var(--ocean);
      color: var(--ocean)
    }

    .btn-primary {
      background: var(--ocean);
      color: #fff
    }

    .btn-sun {
      background: var(--sun);
      color: var(--navy)
    }

    .btn-ocean {
      background: var(--ocean);
      color: #fff
    }

    .btn-navy {
      background: var(--navy);
      color: #fff
    }

    /* ── HERO ── */
    .hero {
      display: grid;
      grid-template-columns: 1fr 400px;
      gap: 48px;
      padding: 64px 32px 56px;
      align-items: center;
      max-width: 1100px;
      margin: 0 auto
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #E8F5EE;
      color: #1A5C35;
      font-size: 12px;
      font-weight: 500;
      padding: 5px 12px;
      border-radius: 20px;
      margin-bottom: 18px;
      letter-spacing: .02em
    }

    .hero-badge-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--palm);
      animation: blink 2s infinite
    }

    @keyframes blink {

      0%,
      100% {
        opacity: 1
      }

      50% {
        opacity: .3
      }
    }

    .hero h1 {
      font-family: 'Fredoka', sans-serif;
      font-weight: 800;
      font-size: 50px;
      line-height: 1.05;
      color: var(--navy);
      margin-bottom: 18px;
      letter-spacing: -1.5px
    }

    .hero h1 .accent {
      color: var(--coral)
    }

    .hero h1 .ocean {
      color: var(--ocean)
    }

    .hero-sub {
      font-size: 16px;
      color: var(--muted);
      margin-bottom: 32px;
      max-width: 460px;
      line-height: 1.65;
      font-weight: 300
    }

    .hero-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap
    }

    .hero-actions .btn {
      min-height: 46px
    }

    #accroche {
      min-width: 0
    }

    .hero-stats {
      display: flex;
      gap: 32px;
      margin-top: 36px;
      padding-top: 28px;
      border-top: 0.5px solid var(--border)
    }

    .stat {
      display: flex;
      flex-direction: column
    }

    .stat-num {
      font-family: 'Fredoka', sans-serif;
      font-weight: 700;
      font-size: 24px;
      color: var(--ocean)
    }

    .stat-label {
      font-size: 12px;
      color: var(--muted);
      margin-top: 2px
    }

    /* ── ISLAND CARD ── */
    .island-card {
      background: var(--navy);
      border-radius: 20px;
      padding: 28px;
      position: relative;
      overflow: hidden
    }

    .island-deco {
      position: absolute;
      top: -20px;
      right: -20px;
      width: 120px;
      height: 120px;
      background: rgba(255, 255, 255, .05);
      border-radius: 50%
    }

    .island-deco2 {
      position: absolute;
      bottom: 10px;
      left: -10px;
      width: 80px;
      height: 80px;
      background: rgba(255, 184, 0, .1);
      border-radius: 50%
    }

    .island-avatar {
      width: 68px;
      height: 68px;
      background: var(--sun);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 14px
    }

    .island-card h3 {
      font-family: 'Fredoka', sans-serif;
      font-weight: 700;
      font-size: 18px;
      color: #fff;
      margin-bottom: 6px
    }

    .island-card p {
      font-size: 13px;
      color: rgba(255, 255, 255, .65);
      margin-bottom: 18px;
      font-weight: 300
    }

    .progress-bar {
      background: rgba(255, 255, 255, .15);
      border-radius: 50px;
      height: 6px;
      margin-bottom: 6px
    }

    .progress-fill {
      height: 6px;
      border-radius: 50px;
      background: var(--sun)
    }

    .progress-label {
      display: flex;
      justify-content: space-between;
      font-size: 11px;
      color: rgba(255, 255, 255, .5);
      margin-bottom: 14px
    }

    .xp-pill {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      background: rgba(255, 255, 255, .1);
      border-radius: 20px;
      padding: 4px 10px;
      font-size: 12px;
      color: rgba(255, 255, 255, .85);
      font-weight: 400;
      max-width: 100%;
      min-width: 0
    }

    /* ── SECTION ── */
    .section {
      padding: 64px 32px;
      max-width: 1100px;
      margin: 0 auto
    }

    .section-tag {
      font-size: 11px;
      font-weight: 500;
      letter-spacing: .08em;
      color: var(--navy);
      text-transform: uppercase;
      margin-bottom: 8px;
      display: inline-block;
      background: #E0F4FF;
      padding: 3px 10px;
      border-radius: 20px
    }

    .section-title {
      font-family: 'Fredoka', sans-serif;
      font-weight: 800;
      font-size: 34px;
      color: var(--navy);
      margin-bottom: 8px;
      letter-spacing: -0.5px;
      overflow-wrap: anywhere
    }

    .section-sub {
      font-size: 15px;
      color: var(--muted);
      margin-bottom: 36px;
      max-width: 520px;
      font-weight: 300;
      line-height: 1.65
    }

    .soon-badge {
      display: inline-flex;
      align-items: center;
      margin-left: 10px;
      padding: 4px 10px;
      border-radius: 999px;
      background: var(--navy);
      color: #FFD166;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase
    }

    /* ── PATHS ── */
    .paths-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px
    }

    .path-card {
      background: #fff;
      border-radius: 16px;
      padding: 22px;
      border: 0.5px solid var(--border);
      transition: border-color .2s, transform .2s;
      cursor: pointer;
      position: relative;
      overflow: hidden
    }

    .path-card:hover {
      border-color: var(--ocean);
      transform: translateY(-3px)
    }

    .path-card.featured {
      border: 2px solid var(--ocean)
    }

    .path-featured-badge {
      position: absolute;
      top: 14px;
      right: 14px;
      background: var(--ocean);
      color: #fff;
      font-size: 10px;
      font-weight: 500;
      padding: 3px 10px;
      border-radius: 20px;
      letter-spacing: .04em;
      max-width: calc(100% - 28px)
    }

    .path-icon {
      width: 48px;
      height: 48px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      margin-bottom: 12px
    }

    .path-icon.s1 {
      background: #FFF3D0
    }

    .path-icon.s2 {
      background: #E0F4FF
    }

    .path-icon.s3 {
      background: #E8F5EE
    }

    .path-name {
      font-family: 'Fredoka', sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: var(--navy);
      margin-bottom: 3px
    }

    .path-age {
      font-size: 12px;
      color: var(--muted);
      margin-bottom: 10px
    }

    .path-tags {
      display: flex;
      gap: 5px;
      flex-wrap: wrap;
      margin-bottom: 12px
    }

    .tag {
      font-size: 10px;
      font-weight: 500;
      padding: 3px 8px;
      border-radius: 20px
    }

    .tag-ocean {
      background: #E0F4FF;
      color: #005F8A
    }

    .tag-green {
      background: #DCFCE7;
      color: #166534
    }

    .tag-amber {
      background: #FFF3D0;
      color: #664400
    }

    .path-levels {
      display: flex;
      gap: 4px;
      margin-top: 8px
    }

    .level-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--border)
    }

    .level-dot.done {
      background: var(--palm)
    }

    .level-dot.active {
      background: var(--sun)
    }

    /* ── GAMES ── */
    .games-strip {
      background: #fff;
      border-radius: 16px;
      padding: 24px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;
      border: 0.5px solid var(--border)
    }

    .game-thumb {
      border-radius: 12px;
      padding: 18px 14px;
      text-align: center;
      cursor: pointer;
      transition: transform .15s
    }

    .game-thumb:hover {
      transform: scale(1.04)
    }

    .game-thumb.g1 {
      background: #FFF3D0
    }

    .game-thumb.g2 {
      background: #E0F4FF
    }

    .game-thumb.g3 {
      background: #E8F5EE
    }

    .game-thumb.g4 {
      background: #FFF0EE
    }

    .game-emoji {
      font-size: 28px;
      display: block;
      margin-bottom: 8px
    }

    .game-name {
      font-family: 'Fredoka', sans-serif;
      font-weight: 700;
      font-size: 13px;
      color: var(--navy)
    }

    .game-diff {
      font-size: 11px;
      color: var(--muted);
      margin-top: 3px
    }

    .game-stars {
      color: var(--sun);
      font-size: 11px;
      margin-top: 4px
    }

    /* ── ATELIER ── */
    .atelier-section {
      background: var(--navy);
      border-radius: 20px;
      padding: 44px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: center
    }

    .atelier-section h2 {
      font-family: 'Fredoka', sans-serif;
      font-weight: 800;
      font-size: 30px;
      color: #fff;
      margin-bottom: 12px;
      letter-spacing: -0.5px
    }

    .atelier-section p {
      font-size: 14px;
      color: rgba(255, 255, 255, .75);
      margin-bottom: 22px;
      line-height: 1.65;
      font-weight: 300
    }

    .atelier-pills {
      display: flex;
      flex-direction: column;
      gap: 10px
    }

    .atelier-formats {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      min-width: 0
    }

    .atelier-format {
      position: relative;
      background: rgba(255, 255, 255, .07);
      border: 0.5px solid rgba(255, 255, 255, .08);
      border-radius: 14px;
      padding: 18px;
      min-width: 0
    }

    .atelier-format.is-active {
      background: rgba(91, 192, 235, .12);
      border-color: rgba(91, 192, 235, .35)
    }

    .atelier-format h3 {
      font-family: 'Fredoka', sans-serif;
      font-size: 17px;
      line-height: 1.2;
      color: #fff;
      margin: 14px 0 8px;
      letter-spacing: 0
    }

    .atelier-format p {
      font-size: 12px;
      line-height: 1.55;
      margin-bottom: 12px;
      color: rgba(255, 255, 255, .72)
    }

    .atelier-format ul {
      list-style: none;
      display: grid;
      gap: 7px
    }

    .atelier-format li {
      position: relative;
      padding-left: 16px;
      font-size: 11px;
      line-height: 1.4;
      color: rgba(255, 255, 255, .62)
    }

    .atelier-format li::before {
      content: "";
      position: absolute;
      left: 0;
      top: .55em;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--sun)
    }

    .format-status {
      display: inline-flex;
      align-items: center;
      padding: 4px 9px;
      border-radius: 999px;
      background: #E8F5EE;
      color: #1A5C35;
      font-size: 10px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase
    }

    .format-status-soon {
      background: rgba(255, 209, 102, .14);
      color: #FFD166
    }

    .atelier-pill {
      background: rgba(255, 255, 255, .07);
      border-radius: 12px;
      padding: 14px 16px;
      display: flex;
      align-items: center;
      gap: 14px;
      border: 0.5px solid rgba(255, 255, 255, .08)
    }

    .atelier-pill-icon {
      width: 36px;
      height: 36px;
      background: rgba(255, 255, 255, .1);
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      flex-shrink: 0
    }

    .atelier-pill-text {
      color: #fff
    }

    .atelier-pill-title {
      font-weight: 500;
      font-size: 13px
    }

    .atelier-pill-sub {
      font-size: 11px;
      color: rgba(255, 255, 255, .5);
      margin-top: 2px
    }

    .waitlist-section {
      background: #fff;
      border-radius: 20px;
      padding: 40px;
      box-shadow: 0 24px 60px rgba(11, 30, 58, .08);
    }

    .waitlist-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
      align-items: start;
    }

    .waitlist-form {
      display: grid;
      gap: 16px;
    }

    .waitlist-form label {
      font-size: 13px;
      font-weight: 600;
      color: var(--navy);
    }

    .waitlist-form input,
    .waitlist-form select,
    .waitlist-form textarea {
      width: 100%;
      border-radius: 14px;
      border: 1px solid var(--border);
      padding: 14px 16px;
      font-size: 14px;
      color: var(--navy);
      background: #F8FBFF;
      min-width: 0;
    }

    .waitlist-form select {
      appearance: none;
      background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);
      background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%;
      background-size: 5px 5px, 5px 5px;
      background-repeat: no-repeat
    }

    .waitlist-form textarea {
      min-height: 140px;
      resize: vertical;
    }

    .waitlist-form button {
      width: fit-content;
      padding: 14px 26px;
      border-radius: 14px;
      border: none;
      background: var(--ocean);
      color: #fff;
      font-weight: 700;
      cursor: pointer;
    }

    .waitlist-form button[disabled] {
      opacity: .7;
      cursor: wait;
    }

    .waitlist-note {
      font-size: 12px;
      color: var(--muted);
      line-height: 1.5;
    }

    .waitlist-status {
      display: none;
      padding: 12px 14px;
      border-radius: 12px;
      font-size: 13px;
      line-height: 1.5;
      font-weight: 500;
    }

    .waitlist-status.is-visible {
      display: block;
    }

    .waitlist-status.is-success {
      background: #e8f5ee;
      color: #1a5c35;
    }

    .waitlist-status.is-error {
      background: #fff1eb;
      color: #9a3412;
    }

    .cf-turnstile {
      max-width: 100%;
      overflow: hidden;
      min-height: 65px
    }

    /* ── PARENT ── */
    .parent-section {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: center;
      padding: 64px 32px;
      max-width: 1100px;
      margin: 0 auto
    }

    .dashboard-mock {
      background: #fff;
      border-radius: 16px;
      padding: 20px;
      border: 0.5px solid var(--border)
    }

    .dash-header {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 16px
    }

    .dash-avatar {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: var(--sun);
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Fredoka', sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: var(--navy)
    }

    .dash-name {
      font-weight: 500;
      font-size: 14px;
      color: var(--navy)
    }

    .dash-grade {
      font-size: 11px;
      color: var(--muted)
    }

    .dash-metrics {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 8px;
      margin-bottom: 14px
    }

    .dash-metric {
      background: var(--sand);
      border-radius: 8px;
      padding: 10px;
      text-align: center
    }

    .dash-metric-val {
      font-family: 'Fredoka', sans-serif;
      font-weight: 700;
      font-size: 18px;
      color: var(--ocean)
    }

    .dash-metric-lbl {
      font-size: 10px;
      color: var(--muted)
    }

    .activity-row {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 8px 0;
      border-bottom: 0.5px solid #F1F5F9
    }

    .activity-row:last-child {
      border-bottom: none
    }

    .act-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      flex-shrink: 0
    }

    .act-text {
      font-size: 12px;
      color: var(--muted);
      flex: 1
    }

    .act-time {
      font-size: 11px;
      color: #CBD5E1
    }

    /* ── PRICING ── */
    .pricing-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px
    }

    .price-card {
      background: #fff;
      border-radius: 16px;
      padding: 26px;
      border: 0.5px solid var(--border)
    }

    .price-card.pop {
      border: 2px solid var(--ocean)
    }

    .price-label {
      font-size: 11px;
      font-weight: 500;
      letter-spacing: .06em;
      color: var(--muted);
      text-transform: uppercase;
      margin-bottom: 8px
    }

    .price-amount {
      font-family: 'Fredoka', sans-serif;
      font-weight: 800;
      font-size: 34px;
      color: var(--navy)
    }

    .price-amount span {
      font-size: 15px;
      font-weight: 400;
      color: var(--muted)
    }

    .price-desc {
      font-size: 13px;
      color: var(--muted);
      margin: 10px 0 18px;
      line-height: 1.5;
      font-weight: 300
    }

    .price-features {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-bottom: 22px
    }

    .price-features li {
      font-size: 13px;
      color: var(--navy);
      display: flex;
      align-items: center;
      gap: 8px
    }

    .check {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: var(--palm);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0
    }

    .check::after {
      content: '';
      width: 5px;
      height: 3px;
      border-left: 2px solid #fff;
      border-bottom: 2px solid #fff;
      transform: rotate(-45deg);
      margin-top: -1px
    }

    /* ── WAKO QUOTE ── */
    .wako-band {
      background: #fff;
      border-top: 0.5px solid var(--border);
      border-bottom: 0.5px solid var(--border);
      padding: 40px 32px
    }

    .wako-inner {
      max-width: 900px;
      margin: 0 auto;
      display: flex;
      gap: 28px;
      align-items: center
    }

    .wako-avatar {
      width: 80px;
      height: 80px;
      background: var(--sun);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0
    }

    .wako-quote-text {
      font-family: 'Fredoka', sans-serif;
      font-size: 1rem;
      font-weight: 500;
      color: var(--navy);
      line-height: 1.55
    }

    .wako-attr {
      font-size: 12px;
      color: var(--muted);
      margin-top: 6px
    }

    /* ── PARTNERS ── */
    .partners-strip {
      background: #fff;
      padding: 20px 32px;
      border-bottom: 0.5px solid var(--border)
    }

    /* ── FOOTER ── */
    footer {
      background: var(--navy);
      padding: 36px 32px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 16px
    }

    .footer-logo {
      font-family: 'Fredoka', sans-serif;
      font-weight: 800;
      font-size: 20px;
      color: #fff;
      display: flex;
      align-items: center;
      gap: 8px;
      letter-spacing: -0.5px
    }

    .footer-logo em {
      color: var(--sun);
      font-style: normal
    }

    .footer-copy {
      font-size: 12px;
      color: rgba(255, 255, 255, .35)
    }

    .hp-field {
      position: absolute;
      left: -9999px;
      width: 1px;
      height: 1px;
      overflow: hidden
    }

    @media (max-width: 960px) {
      html {
        scroll-padding-top: 150px
      }

      nav {
        align-items: flex-start;
        gap: 16px;
        padding: 14px 24px;
        flex-wrap: wrap
      }

      .nav-links {
        order: 3;
        width: 100%;
        justify-content: center;
        gap: 18px;
        flex-wrap: wrap
      }

      nav>div:last-child {
        margin-left: auto
      }

      .hero {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 48px 24px
      }

      .hero h1 {
        font-size: 42px
      }

      .hero-sub {
        max-width: 640px
      }

      #accroche {
        width: 100%;
        max-width: 640px;
        margin: 0 auto
      }

      .island-card {
        max-width: 560px;
        width: 100%;
        margin: 0 auto
      }

      .section,
      .parent-section {
        padding: 48px 24px
      }

      .paths-grid,
      .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
      }

      .games-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr))
      }

      .atelier-section,
      .waitlist-grid,
      .parent-section {
        grid-template-columns: minmax(0, 1fr)
      }

      .atelier-section {
        padding: 34px
      }

      .waitlist-section {
        padding: 32px
      }
    }

    @media (max-width: 640px) {
      html {
        scroll-padding-top: 82px
      }

      nav {
        position: static;
        padding: 10px 14px;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        width: 100%;
        max-width: 100%;
        overflow: hidden
      }

      .logo {
        width: auto;
        justify-content: flex-start;
        font-size: 20px
      }

      .logo img,
      .footer-logo img {
        width: 44px;
        height: 44px
      }

      .nav-links {
        display: none
      }

      nav>div:last-child {
        order: 3;
        flex: 0 0 calc(100vw - 56px);
        width: calc(100vw - 56px);
        max-width: calc(100vw - 56px);
        margin-left: 0;
        justify-content: stretch;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 8px
      }

      nav>div:last-child .btn {
        flex: 0 0 auto;
        width: 100%;
        min-width: 0;
        padding: 10px 12px;
        font-size: 13px;
        white-space: normal
      }

      .hero {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        grid-template-columns: minmax(0, 1fr);
        padding: 30px 14px 38px;
        overflow: hidden
      }

      .hero>* {
        min-width: 0;
        width: calc(100vw - 56px);
        max-width: calc(100vw - 56px);
        margin-left: auto;
        margin-right: auto
      }

      #accroche {
        text-align: center
      }

      .hero h1 {
        font-size: 32px;
        letter-spacing: 0;
        max-width: 100%;
        overflow-wrap: anywhere
      }

      .hero-sub {
        font-size: 15px;
        margin-bottom: 24px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
      }

      .hero-actions,
      .hero-actions .btn {
        width: 100%;
        max-width: calc(100vw - 56px)
      }

      .hero-actions {
        justify-content: center
      }

      .hero-actions .btn,
      .waitlist-form button {
        width: 100%
      }

      .hero-actions .btn {
        padding-left: 14px !important;
        padding-right: 14px !important
      }

      .island-card {
        border-radius: 16px;
        padding: 22px;
        min-width: 0;
        width: calc(100vw - 56px);
        max-width: calc(100vw - 56px);
        margin-left: auto;
        margin-right: auto
      }

      .section,
      .parent-section {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 38px 14px
      }

      .section-title {
        font-size: 27px;
        letter-spacing: 0
      }

      .section-sub {
        margin-bottom: 24px
      }

      .soon-badge {
        margin: 8px 0 0
      }

      .paths-grid,
      .games-strip,
      .pricing-grid,
      .atelier-formats,
      .dash-metrics {
        grid-template-columns: minmax(0, 1fr)
      }

      .path-card,
      .game-thumb,
      .atelier-section,
      .waitlist-section,
      .dashboard-mock {
        min-width: 0
      }

      .path-card,
      .game-thumb {
        cursor: default
      }

      .games-strip,
      .waitlist-section,
      .dashboard-mock {
        border-radius: 14px;
        padding: 16px
      }

      .atelier-section {
        border-radius: 16px;
        padding: 22px 18px
      }

      .atelier-section h2 {
        font-size: 26px
      }

      .atelier-pill {
        align-items: flex-start
      }

      .waitlist-grid {
        gap: 24px
      }

      .waitlist-form input,
      .waitlist-form select,
      .waitlist-form textarea {
        border-radius: 12px;
        padding: 12px 14px
      }

      .waitlist-form {
        gap: 12px
      }

      .cf-turnstile {
        transform: scale(.9);
        transform-origin: left center;
        width: 304px;
        max-width: 111%;
        margin-right: -32px
      }

      .wako-band {
        padding: 32px 16px
      }

      .wako-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px
      }

      .activity-row {
        align-items: flex-start;
        flex-wrap: wrap
      }

      .act-text {
        min-width: 0;
        flex-basis: calc(100% - 20px)
      }

      .act-time {
        margin-left: 17px
      }

      footer {
        padding: 30px 16px;
        flex-direction: column;
        text-align: center
      }
    }

    @media (max-width: 430px) {
      .hero h1 {
        font-size: 28px
      }

      .section-title {
        font-size: 25px
      }

      .hero>*,
      .hero-actions,
      .hero-actions .btn,
      .island-card {
        width: calc(100vw - 84px);
        max-width: calc(100vw - 84px)
      }

      .cf-turnstile {
        transform: scale(.86);
        max-width: 116%
      }
    }
