:root {
    --green: #3DD68C; --green-dark: #28b876; --green-light: #7EEABB;
    --blue: #1E9FD4; --blue-dark: #1478A8; --teal: #0BBFBF;
    --cream: #F9F5E8; --dark: #112233; --white: #FFFFFF;
    --text: #1a2e3d; --muted: #6a8a9f;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html {
    scroll-behavior: smooth;
    overflow-x: clip;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
  body { font-family: 'Nunito', sans-serif; background: var(--white); color: var(--text); overflow-x: clip; }
  body.nav-menu-open {
    overflow: hidden;
    touch-action: none;
  }

  /* ── MOTION SYSTEM ── */
  .motion-ease {
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }

  .motion-hero .motion-hero-item {
    opacity: 0;
    transform: translateY(36px);
    filter: blur(10px);
    animation: motionHeroIn 1.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: var(--motion-delay, 0s);
  }
  .motion-hero .hero-collage {
    opacity: 0;
    transform: translateX(56px) scale(0.9) rotate(2deg);
    filter: blur(12px);
    animation: motionHeroCollageIn 1.45s cubic-bezier(0.16, 1, 0.3, 1) 0.35s forwards;
  }
  @keyframes motionHeroIn {
    to { opacity: 1; transform: translateY(0); filter: blur(0); }
  }
  @keyframes motionHeroCollageIn {
    to { opacity: 1; transform: translateX(0) scale(1) rotate(0deg); filter: blur(0); }
  }

  .motion-section .motion-rise,
  .motion-section .section-tag,
  .motion-section .section-title,
  .motion-section .section-sub,
  .motion-section .ugc-showcase__eyebrow,
  .motion-section .ugc-showcase__title,
  .motion-section .ugc-showcase__sub,
  .motion-section .ugc-showcase__badge,
  .motion-section .ugc-showcase__chip,
  .motion-section .who-card,
  .motion-section .stat-bubble,
  .motion-section .why-card,
  .motion-section .step-card,
  .motion-section .price-card,
  .motion-section .custom-banner,
  .motion-section .mv-card,
  .motion-section .cta-bubble h2,
  .motion-section .cta-bubble p,
  .motion-section .cta-bubble .cta-btns,
  .motion-section .faq-tab,
  .motion-section .faq-item,
  .motion-section .ugc-showcase__reel,
  .motion-section .ugc-showcase__partners,
  .motion-section .trusted-bar__panel,
  .motion-section .trusted-bar__tag,
  .motion-section .trusted-bar__sub,
  .motion-section .trusted-bar__marquee {
    transition:
      opacity 1.15s cubic-bezier(0.16, 1, 0.3, 1),
      transform 1.15s cubic-bezier(0.16, 1, 0.3, 1),
      filter 0.95s cubic-bezier(0.16, 1, 0.3, 1),
      box-shadow 0.45s ease;
    transition-delay: var(--motion-delay, 0s);
  }

  .motion-section:not(.is-active) .motion-rise,
  .motion-section:not(.is-active) .section-tag,
  .motion-section:not(.is-active) .section-title,
  .motion-section:not(.is-active) .section-sub,
  .motion-section:not(.is-active) .ugc-showcase__eyebrow,
  .motion-section:not(.is-active) .ugc-showcase__title,
  .motion-section:not(.is-active) .ugc-showcase__sub,
  .motion-section:not(.is-active) .ugc-showcase__badge,
  .motion-section:not(.is-active) .ugc-showcase__chip,
  .motion-section:not(.is-active) .who-card,
  .motion-section:not(.is-active) .stat-bubble,
  .motion-section:not(.is-active) .why-card,
  .motion-section:not(.is-active) .step-card,
  .motion-section:not(.is-active) .price-card,
  .motion-section:not(.is-active) .custom-banner,
  .motion-section:not(.is-active) .mv-card,
  .motion-section:not(.is-active) .faq-tab,
  .motion-section:not(.is-active) .faq-item,
  .motion-section:not(.is-active) .ugc-showcase__reel,
  .motion-section:not(.is-active) .ugc-showcase__partners,
  .motion-section:not(.is-active) .trusted-bar__panel,
  .motion-section:not(.is-active) .trusted-bar__tag,
  .motion-section:not(.is-active) .trusted-bar__sub,
  .motion-section:not(.is-active) .trusted-bar__marquee,
  .motion-section:not(.is-active) .cta-bubble h2,
  .motion-section:not(.is-active) .cta-bubble p,
  .motion-section:not(.is-active) .cta-bubble .cta-btns {
    opacity: 0;
    filter: blur(8px);
  }

  .motion-section:not(.is-active) .section-tag,
  .motion-section:not(.is-active) .ugc-showcase__eyebrow {
    transform: translateY(28px) scale(0.94);
  }
  .motion-section:not(.is-active) .section-title,
  .motion-section:not(.is-active) .ugc-showcase__title {
    transform: translateY(48px);
  }
  .motion-section:not(.is-active) .ugc-showcase__sub {
    transform: translateY(36px);
  }
  .motion-section:not(.is-active) .ugc-showcase__chip {
    transform: translateY(24px) scale(0.88);
  }
  .motion-section:not(.is-active) .who-card,
  .motion-section:not(.is-active) .stat-bubble,
  .motion-section:not(.is-active) .why-card,
  .motion-section:not(.is-active) .price-card,
  .motion-section:not(.is-active) .mv-card {
    transform: translateY(52px) scale(0.9);
  }
  .motion-section:not(.is-active) .price-card.featured {
    transform: translateY(52px) scale(0.86);
  }
  .motion-section:not(.is-active) .step-card:nth-child(odd) {
    transform: translateX(-48px);
    opacity: 0;
    filter: blur(8px);
  }
  .motion-section:not(.is-active) .step-card:nth-child(even) {
    transform: translateX(48px);
    opacity: 0;
    filter: blur(8px);
  }
  .motion-section:not(.is-active) .custom-banner,
  .motion-section:not(.is-active) .ugc-showcase__reel,
  .motion-section:not(.is-active) .ugc-showcase__partners,
  .motion-section:not(.is-active) .trusted-bar__panel,
  .motion-section:not(.is-active) .trusted-bar__tag,
  .motion-section:not(.is-active) .trusted-bar__sub,
  .motion-section:not(.is-active) .trusted-bar__marquee,
  .motion-section:not(.is-active) .cta-bubble h2,
  .motion-section:not(.is-active) .cta-bubble p,
  .motion-section:not(.is-active) .cta-bubble .cta-btns {
    transform: translateY(40px) scale(0.94);
  }
  .motion-section:not(.is-active) .faq-tab {
    transform: translateY(24px) scale(0.96);
  }
  .motion-section:not(.is-active) .faq-item {
    transform: translateY(40px) scale(0.94);
  }

  .motion-section.is-active .section-tag,
  .motion-section.is-active .ugc-showcase__eyebrow { --motion-delay: 0.05s; }
  .motion-section.is-active .section-title,
  .motion-section.is-active .ugc-showcase__title { --motion-delay: 0.16s; }
  .motion-section.is-active .section-sub,
  .motion-section.is-active .ugc-showcase__sub { --motion-delay: 0.28s; }
  .motion-section.is-active .ugc-showcase__chip:nth-child(1) { --motion-delay: 0.38s; }
  .motion-section.is-active .ugc-showcase__chip:nth-child(2) { --motion-delay: 0.48s; }
  .motion-section.is-active .ugc-showcase__chip:nth-child(3) { --motion-delay: 0.58s; }

  .motion-section.is-active .ugc-showcase__ring--1 {
    animation: ugcRingDrift 9s ease-in-out infinite;
  }
  .motion-section.is-active .ugc-showcase__ring--2 {
    animation: ugcRingDrift 11s ease-in-out 0.8s infinite reverse;
  }
  @keyframes ugcRingDrift {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.85; }
    50% { transform: translate(14px, -10px) scale(1.06); opacity: 1; }
  }
  .motion-section.is-active .ugc-showcase__badge { --motion-delay: 0.22s; }

  .motion-section.is-active .who-card:nth-child(1) { --motion-delay: 0.12s; }
  .motion-section.is-active .who-card:nth-child(2) { --motion-delay: 0.26s; }
  .motion-section.is-active .stat-bubble:nth-child(1) { --motion-delay: 0.18s; }
  .motion-section.is-active .stat-bubble:nth-child(2) { --motion-delay: 0.3s; }
  .motion-section.is-active .stat-bubble:nth-child(3) { --motion-delay: 0.42s; }
  .motion-section.is-active .why-card:nth-child(1) { --motion-delay: 0.08s; }
  .motion-section.is-active .why-card:nth-child(2) { --motion-delay: 0.16s; }
  .motion-section.is-active .why-card:nth-child(3) { --motion-delay: 0.24s; }
  .motion-section.is-active .why-card:nth-child(4) { --motion-delay: 0.32s; }
  .motion-section.is-active .why-card:nth-child(5) { --motion-delay: 0.4s; }
  .motion-section.is-active .why-card:nth-child(6) { --motion-delay: 0.48s; }
  .motion-section.is-active .step-card:nth-child(1) { --motion-delay: 0.1s; }
  .motion-section.is-active .step-card:nth-child(2) { --motion-delay: 0.22s; }
  .motion-section.is-active .step-card:nth-child(3) { --motion-delay: 0.34s; }
  .motion-section.is-active .step-card:nth-child(4) { --motion-delay: 0.46s; }
  .motion-section.is-active .price-card:nth-child(1) { --motion-delay: 0.06s; }
  .motion-section.is-active .price-card:nth-child(2) { --motion-delay: 0.14s; }
  .motion-section.is-active .price-card:nth-child(3) { --motion-delay: 0.22s; }
  .motion-section.is-active .price-card:nth-child(4) { --motion-delay: 0.3s; }
  .motion-section.is-active .price-card:nth-child(5) { --motion-delay: 0.38s; }
  .motion-section.is-active .price-card.featured {
    transform: scale(1.04);
  }
  .motion-section.is-active .mv-card:nth-child(1) { --motion-delay: 0.14s; }
  .motion-section.is-active .mv-card:nth-child(2) { --motion-delay: 0.3s; }
  .motion-section.is-active .custom-banner { --motion-delay: 0.42s; }
  .motion-section.is-active .ugc-showcase__reel { --motion-delay: 0.45s; }
  .motion-section.is-active .ugc-showcase__partners { --motion-delay: 0.58s; }
  .motion-section.is-active .trusted-bar__panel { --motion-delay: 0.05s; }
  .motion-section.is-active .trusted-bar__tag { --motion-delay: 0.1s; }
  .motion-section.is-active .trusted-bar__sub { --motion-delay: 0.16s; }
  .motion-section.is-active .trusted-bar__marquee { --motion-delay: 0.24s; }
  .motion-section.is-active .cta-bubble h2 { --motion-delay: 0.1s; }
  .motion-section.is-active .cta-bubble p { --motion-delay: 0.24s; }
  .motion-section.is-active .cta-bubble .cta-btns { --motion-delay: 0.38s; }
  .motion-section.is-active .faq-tab:nth-child(1) { --motion-delay: 0.12s; }
  .motion-section.is-active .faq-tab:nth-child(2) { --motion-delay: 0.22s; }
  .motion-section.is-active .faq-item:nth-child(1) { --motion-delay: 0.18s; }
  .motion-section.is-active .faq-item:nth-child(2) { --motion-delay: 0.26s; }
  .motion-section.is-active .faq-item:nth-child(3) { --motion-delay: 0.34s; }
  .motion-section.is-active .faq-item:nth-child(4) { --motion-delay: 0.42s; }
  .motion-section.is-active .faq-item:nth-child(5) { --motion-delay: 0.5s; }
  .motion-section.is-active .faq-item:nth-child(6) { --motion-delay: 0.58s; }
  .motion-section.is-active .faq-item:nth-child(7) { --motion-delay: 0.66s; }

  .motion-section.is-active .step-num {
    animation: motionStepPop 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: calc(var(--motion-delay, 0s) + 0.18s);
  }
  @keyframes motionStepPop {
    0% { transform: scale(0.45); opacity: 0.4; }
    70% { transform: scale(1.14); }
    100% { transform: scale(1); opacity: 1; }
  }

  .motion-divider {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
    filter: blur(6px);
    transition:
      opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1),
      transform 1.1s cubic-bezier(0.16, 1, 0.3, 1),
      filter 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .motion-divider.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }

  .motion-section.is-active .why-emoji {
    animation: motionEmojiPop 0.75s cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: calc(var(--motion-delay, 0s) + 0.2s);
  }
  @keyframes motionEmojiPop {
    0% { transform: scale(0.4) rotate(-12deg); }
    70% { transform: scale(1.15) rotate(4deg); }
    100% { transform: scale(1) rotate(0deg); }
  }

  .motion-tilt {
    transform-style: preserve-3d;
    will-change: transform;
  }

  .motion-section.is-active .section-tag,
  .motion-section.is-active .ugc-showcase__eyebrow {
    animation: motionTagGlow 2.8s ease-in-out infinite;
  }
  @keyframes motionTagGlow {
    0%, 100% { box-shadow: 0 0 0 rgba(61, 214, 140, 0); }
    50% { box-shadow: 0 0 18px rgba(61, 214, 140, 0.28); }
  }

  @media (prefers-reduced-motion: reduce) {
    .motion-hero .motion-hero-item,
    .motion-hero .hero-collage,
    .motion-divider,
    .motion-section .motion-rise,
    .motion-section .section-tag,
    .motion-section .section-title,
    .motion-section .section-sub,
    .motion-section .ugc-showcase__eyebrow,
    .motion-section .ugc-showcase__title,
    .motion-section .ugc-showcase__sub,
    .motion-section .ugc-showcase__badge,
    .motion-section .ugc-showcase__chip,
    .motion-section .who-card,
    .motion-section .stat-bubble,
    .motion-section .why-card,
    .motion-section .step-card,
    .motion-section .price-card,
    .motion-section .custom-banner,
    .motion-section .mv-card,
    .motion-section .cta-bubble h2,
    .motion-section .cta-bubble p,
    .motion-section .cta-bubble .cta-btns,
    .motion-section .ugc-showcase__reel,
    .motion-section .ugc-showcase__partners,
    .motion-section .trusted-bar__panel,
    .motion-section .trusted-bar__tag,
    .motion-section .trusted-bar__sub,
    .motion-section .trusted-bar__marquee {
      opacity: 1 !important;
      transform: none !important;
      filter: none !important;
      animation: none !important;
      transition: none !important;
    }
    .motion-section:not(.is-active) {
      opacity: 1;
    }
    .motion-divider {
      opacity: 1 !important;
      transform: none !important;
      filter: none !important;
    }
  }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 900;
    display: flex; justify-content: space-between; align-items: center;
    padding: 0.85rem 1.2rem;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(12px);
    border-bottom: 2px solid rgba(61,214,140,0.15);
    transition: box-shadow 0.3s ease, border-color 0.3s ease, padding 0.3s ease;
  }
  nav.is-scrolled {
    box-shadow: 0 8px 28px rgba(17, 34, 51, 0.08);
    border-bottom-color: rgba(61, 214, 140, 0.28);
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .nav-logo {
    display: flex; align-items: center; gap: 8px;
    font-family: 'Fredoka One', cursive; font-size: 1.4rem;
    color: var(--green); text-decoration: none;
  }
  .logo-circle {
    width: 36px; height: 36px; border-radius: 50%;
    background: var(--green); color: white;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.65rem; font-weight: 900; line-height: 1.1; text-align: center;
    box-shadow: 0 4px 12px rgba(61,214,140,0.4);
  }
  .nav-logo__image {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 4px 12px rgba(61,214,140,0.35);
  }
  .nav-links { display: none; }
  .nav-right { display: flex; align-items: center; gap: 0.6rem; }
  .nav-cta {
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--green); color: white; border: 2px solid var(--green);
    padding: 0.55rem 1.1rem; border-radius: 50px;
    font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 0.82rem;
    text-decoration: none; cursor: pointer; box-shadow: 0 4px 14px rgba(61,214,140,0.4);
    white-space: nowrap;
  }
  .nav-cta--outline {
    background: transparent; color: var(--green-dark);
    border-color: rgba(61,214,140,0.55); box-shadow: none;
  }
  .nav-cta--outline:hover { background: rgba(61,214,140,0.1); }
  .hamburger {
    background: none; border: none; cursor: pointer;
    display: flex; flex-direction: column; gap: 5px; padding: 4px;
  }
  .hamburger span {
    display: block; width: 22px; height: 2px;
    background: var(--text); border-radius: 2px;
    transition: all 0.3s;
  }
  .mobile-menu {
    display: none; position: fixed; top: var(--nav-height, 60px); left: 0; right: 0;
    background: white; z-index: 800; padding: 1rem 1.5rem max(1.5rem, env(safe-area-inset-bottom));
    border-bottom: 2px solid rgba(61,214,140,0.15);
    flex-direction: column; gap: 0.2rem;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    max-height: calc(100dvh - var(--nav-height, 60px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-menu.open { display: flex; }
  .mobile-menu a {
    padding: 0.8rem 0; font-weight: 700; color: var(--text);
    text-decoration: none; border-bottom: 1px solid #f0f0f0; font-size: 1rem;
  }
  .mobile-menu__ctas {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-top: 0.85rem;
    padding-top: 1rem;
    border-top: 1px solid #eef2f4;
  }
  .mobile-menu__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.75rem 1.1rem;
    border-radius: 50px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 0.92rem;
    text-decoration: none;
    text-align: center;
    border: 2px solid transparent;
    border-bottom: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  }
  .mobile-menu__cta:active {
    transform: scale(0.98);
  }
  .mobile-menu__cta--outline {
    background: transparent;
    color: var(--green-dark);
    border-color: rgba(61, 214, 140, 0.55);
  }
  .mobile-menu__cta--primary {
    background: var(--green);
    color: #fff;
    border-color: var(--green);
    box-shadow: 0 4px 14px rgba(61, 214, 140, 0.4);
  }

  /* ── HERO ── */
  .hero {
    min-height: 100svh;
    background: linear-gradient(160deg, var(--green) 0%, var(--teal) 55%, var(--blue) 100%);
    display: flex; flex-direction: column; justify-content: center;
    position: relative; overflow: hidden;
    padding: 5.5rem 1.4rem 2.5rem;
  }
  .hero-blob1 { position: absolute; top: -80px; right: -80px; width: 280px; height: 280px; border-radius: 50%; background: rgba(255,255,255,0.1); pointer-events: none; }
  .hero-blob2 { position: absolute; bottom: -60px; left: -60px; width: 220px; height: 220px; border-radius: 50%; background: rgba(255,255,255,0.07); pointer-events: none; }
  @media (prefers-reduced-motion: no-preference) {
    .hero-blob1 { animation: blobFloat 9s ease-in-out infinite; }
    .hero-blob2 { animation: blobFloat 11s ease-in-out 1.2s infinite reverse; }
  }
  @keyframes blobFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-14px, 16px) scale(1.05); }
  }
  .hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    width: 100%;
  }
  .hero-content { position: relative; z-index: 2; width: 100%; }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.35);
    color: white; padding: 5px 14px; border-radius: 50px;
    font-size: 0.75rem; font-weight: 700; letter-spacing: 1px;
    text-transform: uppercase; margin-bottom: 1.2rem;
  }
  .hero-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: white; animation: blink 1.5s infinite; }
  @keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.3} }
  .hero h1 {
    font-family: 'Fredoka One', cursive;
    font-size: clamp(2.6rem, 10vw, 4.5rem);
    color: white; line-height: 1.05; margin-bottom: 0.6rem;
  }
  .hero-sub { font-size: 0.95rem; color: rgba(255,255,255,0.9); font-weight: 600; line-height: 1.6; margin: 0 0 1.8rem; }
  .hero-btns { display: flex; flex-direction: column; gap: 0.8rem; }
  .btn-white {
    background: white; color: var(--green-dark); border: none;
    padding: 0.9rem 1.8rem; border-radius: 50px;
    font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 1rem;
    cursor: pointer; text-align: center; text-decoration: none; display: block;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .btn-outline-white {
    background: transparent; color: white;
    border: 2px solid rgba(255,255,255,0.6); padding: 0.85rem 1.8rem;
    border-radius: 50px; font-family: 'Nunito', sans-serif;
    font-weight: 800; font-size: 1rem; cursor: pointer;
    text-align: center; text-decoration: none; display: block;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  }
  .btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.85);
  }

  /* Hero video collage */
  .hero-collage {
    position: relative;
    width: min(100%, 360px);
    height: 340px;
    flex-shrink: 0;
    pointer-events: none;
  }
  .hero-collage__card {
    position: absolute;
    width: 36%;
    aspect-ratio: 9 / 16;
    border-radius: 18px;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.42);
    box-shadow:
      0 16px 36px rgba(0, 0, 0, 0.28),
      0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    background: rgba(10, 20, 30, 0.35);
    transition: transform 0.35s ease;
  }
  .hero-collage__card--1 { top: 0; left: 2%; transform: rotate(-8deg); z-index: 1; }
  .hero-collage__card--2 { top: 4%; left: 34%; transform: rotate(6deg); z-index: 4; }
  .hero-collage__card--3 { top: 28%; left: 12%; transform: rotate(4deg); z-index: 2; }
  .hero-collage__card--4 { top: 22%; left: 48%; transform: rotate(-5deg); z-index: 5; }
  .hero-collage__card--5 { top: 52%; left: 0; transform: rotate(7deg); z-index: 3; }
  .hero-collage__card--6 { top: 48%; left: 38%; transform: rotate(-4deg); z-index: 6; }
  .hero-collage__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #0a1520;
  }
  @media (prefers-reduced-motion: no-preference) {
    .hero-collage__card--1 { animation: heroDrift 5.2s ease-in-out infinite; }
    .hero-collage__card--2 { animation: heroDrift 4.6s ease-in-out 0.4s infinite; }
    .hero-collage__card--3 { animation: heroDrift 5.8s ease-in-out 0.8s infinite; }
    .hero-collage__card--4 { animation: heroDrift 4.4s ease-in-out 0.2s infinite; }
    .hero-collage__card--5 { animation: heroDrift 5.5s ease-in-out 0.6s infinite; }
    .hero-collage__card--6 { animation: heroDrift 4.8s ease-in-out 1s infinite; }
  }
  @keyframes heroDrift {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -7px; }
  }

  /* Trusted brands strip in hero */
  .hero-trusted { margin-top: 1.75rem; }
  .hero-trusted__label {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 0.65rem;
  }
  .hero-trusted__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem 1.1rem;
  }
  .hero-trusted__logos img {
    height: 22px;
    width: auto;
    max-width: 88px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.82;
  }

  /* Floating mini-cards on hero (fallback) */
  .hero-cards-row {
    display: flex; gap: 0.8rem; margin-top: 2rem; overflow-x: auto;
    padding-bottom: 4px; -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .hero-cards-row::-webkit-scrollbar { display: none; }
  .mini-card {
    background: white; border-radius: 16px; padding: 0.9rem 1rem;
    min-width: 150px; flex-shrink: 0;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  }
  .mini-card .emoji { font-size: 1.4rem; margin-bottom: 4px; }
  .mini-card .mc-name { font-weight: 800; font-size: 0.82rem; color: var(--text); }
  .mini-card .mc-role { font-size: 0.7rem; color: var(--muted); margin-bottom: 6px; }
  .mc-bar { height: 5px; background: #eee; border-radius: 3px; overflow: hidden; }
  .mc-fill { height: 100%; border-radius: 3px; background: linear-gradient(90deg, var(--green), var(--teal)); }

  /* ── MARQUEE ── */
  .marquee-wrap {
    background: var(--cream);
    padding: 0.85rem 0;
    overflow: hidden;
    border-top: 2px solid rgba(61,214,140,0.15);
    border-bottom: 2px solid rgba(61,214,140,0.15);
  }
  .marquee-wrap--divider {
    position: relative;
    z-index: 5;
    margin-top: -1px;
    padding: 1.05rem 0 1.4rem;
    border-top: none;
    border-bottom: none;
    box-shadow:
      0 -12px 32px rgba(17, 34, 51, 0.06),
      0 10px 28px rgba(17, 34, 51, 0.1);
  }
  .marquee-wrap--divider::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 14px;
    background: linear-gradient(180deg, var(--cream) 0%, #e8f4ef 55%, #123244 100%);
    pointer-events: none;
  }
  .marquee-track { display: inline-flex; animation: marquee 22s linear infinite; white-space: nowrap; position: relative; z-index: 1; }
  .marquee-track span { font-family: 'Fredoka One', cursive; font-size: 0.95rem; color: var(--green-dark); margin: 0 1.2rem; }
  .marquee-track .sep { color: var(--teal); }
  @keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

  /* ── SECTIONS ── */
  section { padding: 3.5rem 1.4rem; }
  .section-tag {
    display: inline-block; background: rgba(61,214,140,0.12);
    color: var(--green-dark); padding: 4px 14px; border-radius: 50px;
    font-size: 0.72rem; font-weight: 800; letter-spacing: 2px;
    text-transform: uppercase; margin-bottom: 0.8rem;
    border: 1.5px solid rgba(61,214,140,0.3);
  }
  .section-title { font-family: 'Fredoka One', cursive; font-size: clamp(1.9rem, 6vw, 3rem); line-height: 1.1; color: var(--text); margin-bottom: 0.7rem; }
  .section-sub { color: var(--muted); font-size: 0.9rem; line-height: 1.7; font-weight: 600; margin-bottom: 2rem; }
  .centered { text-align: center; }

  /* ── WHO WE ARE ── */
  .who-section {
    background: var(--cream);
    padding-bottom: 1.75rem;
  }
  .who-cards { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2rem; }
  .who-card {
    background: white; border-radius: 18px; padding: 1.4rem;
    display: flex; gap: 1rem; align-items: flex-start;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    border: 2px solid transparent;
    transition: border-color 0.3s, transform 0.3s ease, box-shadow 0.3s ease;
  }
  .who-card:active { border-color: rgba(61,214,140,0.3); }
  .who-icon { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }
  .who-icon.green { background: rgba(61,214,140,0.15); }
  .who-icon.blue { background: rgba(30,159,212,0.15); }
  .who-card h3 { font-size: 0.95rem; font-weight: 800; margin-bottom: 0.3rem; }
  .who-card p { font-size: 0.85rem; color: var(--muted); line-height: 1.5; margin-bottom: 0; }
  .who-card-body { flex: 1; min-width: 0; }
  .who-card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.9rem;
    padding: 0.6rem 1.15rem;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.82rem;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s, color 0.2s;
  }
  .who-card-cta:hover { transform: translateY(-1px); }
  .who-card-cta {
    background: linear-gradient(135deg, var(--green), var(--teal));
    color: white;
    box-shadow: 0 4px 14px rgba(61,214,140,0.28);
  }
  .who-card-cta--outline {
    background: white;
    color: var(--green-dark);
    border: 2px solid rgba(61,214,140,0.45);
    box-shadow: none;
  }
  .who-card-cta--outline:hover {
    background: rgba(61,214,140,0.08);
    box-shadow: none;
  }
  .stat-row { display: flex; gap: 0.8rem; overflow-x: auto; padding-bottom: 0; margin-bottom: 0; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .stat-row::-webkit-scrollbar { display: none; }
  .stat-bubble {
    background: linear-gradient(135deg, var(--green), var(--teal));
    color: white; border-radius: 18px; padding: 1.2rem 1.4rem;
    min-width: 140px; flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(61,214,140,0.3);
  }
  .stat-bubble:nth-child(2) { background: linear-gradient(135deg, var(--blue), var(--teal)); }
  .stat-bubble:nth-child(3) { background: linear-gradient(135deg, var(--teal), var(--green)); }
  .stat-num { font-family: 'Fredoka One', cursive; font-size: 2rem; line-height: 1; }
  .stat-lbl { font-size: 0.75rem; font-weight: 600; opacity: 0.9; margin-top: 3px; }

  /* ── TRUSTED BRANDS (below Who We Are) ── */
  .trusted-bar {
    background: var(--cream);
    padding: 0.5rem 1.4rem 3.25rem;
  }
  .trusted-bar__panel {
    max-width: min(1100px, 100%);
    margin: 0 auto;
    padding: 1.65rem 0 1.35rem;
    text-align: center;
    background: #fff;
    border-radius: 22px;
    border: 1px solid rgba(61, 214, 140, 0.14);
    box-shadow:
      0 14px 40px rgba(17, 34, 51, 0.07),
      0 0 0 1px rgba(255, 255, 255, 0.7) inset;
    overflow: hidden;
  }
  .trusted-bar__tag {
    margin-bottom: 0.45rem;
  }
  .trusted-bar__sub {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--muted);
    margin: 0 0 1.15rem;
  }
  .trusted-bar__marquee {
    overflow: hidden;
    width: 100%;
    padding: 0.65rem 0 0.85rem;
    mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
  }
  .trusted-bar__marquee:hover .trusted-bar__track {
    animation-play-state: paused;
  }
  .trusted-bar__track {
    display: flex;
    align-items: center;
    gap: clamp(0.85rem, 2vw, 1.35rem);
    width: max-content;
    animation: trustedBarMarquee var(--trusted-marquee-duration, 24s) linear infinite;
    will-change: transform;
  }
  @keyframes trustedBarMarquee {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-50%, 0, 0); }
  }
  .trusted-bar__logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.15rem 0.35rem;
    background: transparent;
    border: none;
    transition: transform 0.22s ease, opacity 0.22s ease;
  }
  .trusted-bar__logo:hover {
    transform: translateY(-2px) scale(1.04);
    opacity: 0.88;
  }
  .trusted-bar__logo img {
    display: block;
    width: auto;
    height: clamp(52px, 6.5vw, 72px);
    max-width: min(220px, 24vw);
    object-fit: contain;
    object-position: center;
  }
  @media (prefers-reduced-motion: reduce) {
    .trusted-bar__track {
      animation: none;
      flex-wrap: wrap;
      justify-content: center;
      width: 100%;
      max-width: min(980px, 100%);
      margin-inline: auto;
      row-gap: 0.85rem;
      column-gap: clamp(0.85rem, 2vw, 1.35rem);
    }
  }

  /* ── WHY US ── */
  .why-section { background: white; }
  .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }
  .why-card { border-radius: 18px; padding: 1.4rem 1.1rem; border: 2px solid #eef6f0; transition: border-color 0.3s, transform 0.3s ease, box-shadow 0.3s ease; }
  .why-card:active { border-color: rgba(61,214,140,0.4); }
  .why-emoji { font-size: 2rem; margin-bottom: 0.7rem; display: block; }
  .why-card h3 { font-size: 0.9rem; font-weight: 800; color: var(--text); margin-bottom: 0.3rem; }
  .why-card p { font-size: 0.8rem; color: var(--muted); line-height: 1.5; }

  /* ── PROCESS ── */
  .process-section { background: linear-gradient(160deg, var(--cream), #e8f5ee); }
  .steps-list { display: flex; flex-direction: column; gap: 1rem; }
  .step-card {
    background: white; border-radius: 18px; padding: 1.3rem;
    display: flex; gap: 1rem; align-items: flex-start;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .step-num {
    width: 44px; height: 44px; border-radius: 50%;
    background: linear-gradient(135deg, var(--green), var(--teal));
    color: white; font-family: 'Fredoka One', cursive; font-size: 1.3rem;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; box-shadow: 0 4px 12px rgba(61,214,140,0.35);
  }
  .step-card h3 { font-weight: 800; font-size: 0.95rem; color: var(--text); margin-bottom: 0.3rem; }
  .step-card p { font-size: 0.82rem; color: var(--muted); line-height: 1.5; }

  @media (hover: hover) and (pointer: fine) {
    .who-card.motion-tilt:hover,
    .motion-section.is-active .who-card:hover {
      border-color: rgba(61, 214, 140, 0.35);
      box-shadow: 0 16px 36px rgba(61, 214, 140, 0.18);
    }
    .why-card.motion-tilt:hover,
    .motion-section.is-active .why-card:hover {
      border-color: rgba(61, 214, 140, 0.45);
      box-shadow: 0 14px 32px rgba(61, 214, 140, 0.14);
    }
    .step-card.motion-tilt:hover,
    .motion-section.is-active .step-card:hover {
      box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
    }
    .price-card.motion-tilt:hover {
      box-shadow: 0 16px 40px rgba(61, 214, 140, 0.25);
    }
    .price-card.featured.motion-tilt:hover {
      box-shadow: 0 20px 48px rgba(61, 214, 140, 0.45);
    }
    .btn-white:hover,
    .btn-green:hover,
    .nav-cta:hover {
      transform: translateY(-3px) scale(1.02);
      box-shadow: 0 10px 28px rgba(61, 214, 140, 0.35);
    }
    .btn-outline-white:hover {
      transform: translateY(-2px);
      background: rgba(255, 255, 255, 0.14);
    }
  }

  /* ── PRICING ── */
  .pricing-section { background: var(--dark); }
  .pricing-section .section-title { color: white; }
  .pricing-section .section-sub { color: rgba(255,255,255,0.6); }
  .pricing-section .section-tag { background: rgba(61,214,140,0.2); border-color: rgba(61,214,140,0.4); }
  .pricing-type-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    max-width: min(920px, 94vw);
    margin: 0 auto 1.5rem;
    padding-inline: 1.1rem;
  }
  .pricing-type-tab {
    flex: 1 1 220px;
    max-width: 360px;
    padding: 0.85rem 1.25rem;
    border-radius: 18px;
    border: 1.5px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.88);
    font-family: 'Nunito', sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  }
  .pricing-type-tab:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.32);
    transform: translateY(-1px);
  }
  .pricing-type-tab.is-active {
    background: linear-gradient(160deg, var(--green), var(--teal));
    color: #fff;
    border-color: transparent;
    box-shadow: 0 10px 28px rgba(61, 214, 140, 0.35);
  }
  .pricing-type-panel[hidden] {
    display: none !important;
  }
  .storytelling-group {
    margin-bottom: 1.5rem;
  }
  .storytelling-group:last-child {
    margin-bottom: 0;
  }
  .storytelling-group__header {
    max-width: min(760px, 94vw);
    margin: 0 auto 0.85rem;
    padding-inline: 1.1rem;
    text-align: center;
  }
  .storytelling-group__title {
    margin: 0 0 0.35rem;
    font-family: 'Fredoka One', cursive;
    font-size: 1.15rem;
    color: #fff;
    font-weight: 400;
  }
  .storytelling-group__subtitle {
    margin: 0;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.62);
  }
  .storytelling-price-scroll {
    justify-content: flex-start;
  }
  .price-scroll:has(> .price-card:only-child) {
    justify-content: center;
  }
  .pricing-market-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    max-width: min(760px, 94vw);
    margin: 0 auto 1.35rem;
    padding-inline: 1.1rem;
  }
  .pricing-market-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.88);
    font-family: 'Nunito', sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  }
  .pricing-market-tab:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.35);
  }
  .pricing-market-tab.is-active {
    background: #fff;
    color: var(--text);
    border-color: transparent;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  }
  .pricing-market-tab__flag {
    font-size: 1rem;
    line-height: 1;
  }
  .pricing-market-panel[hidden] {
    display: none !important;
  }
  .price-scroll {
    display: flex;
    gap: 1.1rem;
    overflow-x: auto;
    padding: 1.75rem 1.1rem 10px;
    margin-inline: -1.1rem;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 1.1rem;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  .price-scroll::-webkit-scrollbar { display: none; }
  .price-card {
    background: rgba(255,255,255,0.06); border: 1.5px solid rgba(255,255,255,0.12);
    border-radius: 24px; padding: 2rem 1.45rem 1.55rem;
    text-align: center; min-width: min(78vw, 270px); max-width: 290px;
    min-height: 430px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    position: relative;
    transition: background 0.3s, transform 0.3s ease, box-shadow 0.3s ease;
  }
  .price-card.featured {
    background: linear-gradient(160deg, var(--green), var(--teal));
    border-color: transparent;
    transform: scale(1.04);
    box-shadow: 0 12px 36px rgba(61,214,140,0.4);
    margin-top: 0.15rem;
  }
  .best-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    color: var(--green-dark);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 4px 12px;
    border-radius: 50px;
    white-space: nowrap;
    text-transform: uppercase;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  }
  .price-name { font-family: 'Fredoka One', cursive; font-size: 1.2rem; color: white; margin-bottom: 0.2rem; }
  .price-desc { font-size: 0.72rem; color: rgba(255,255,255,0.6); margin-bottom: 0.9rem; }
  .price-videos { font-size: 2.5rem; font-family: 'Fredoka One', cursive; color: white; line-height: 1; }
  .price-vid-label { font-size: 0.72rem; color: rgba(255,255,255,0.65); margin-bottom: 1rem; }
  .price-features {
    list-style: none;
    margin: 0 0 1.15rem;
    padding: 0;
    text-align: left;
    flex: 1 1 auto;
  }
  .price-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 0.5rem;
  }
  .price-features li:last-child {
    margin-bottom: 0;
  }
  .price-features li::before {
    content: "✓";
    flex-shrink: 0;
    color: var(--green-light);
    font-weight: 900;
    line-height: 1.35;
  }
  .price-card.featured .price-features li {
    color: rgba(255, 255, 255, 0.94);
  }
  .price-card.featured .price-features li::before {
    color: #fff;
  }
  .price-amount { font-family: 'Fredoka One', cursive; font-size: 1.45rem; color: var(--green-light); margin-bottom: 1rem; margin-top: auto; }
  .price-card.featured .price-amount { color: white; font-size: 1.7rem; }
  .price-btn {
    width: 100%; padding: 0.72rem; border-radius: 50px;
    border: 1.5px solid rgba(255,255,255,0.35); background: transparent;
    color: white; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 0.84rem;
    cursor: pointer;
    margin-top: 0;
  }
  .price-card.featured .price-btn { background: white; color: var(--green-dark); border-color: transparent; }
  .custom-banner {
    margin-top: 1.5rem; background: rgba(255,255,255,0.06);
    border: 1.5px solid rgba(255,255,255,0.12); border-radius: 18px; padding: 1.5rem;
  }
  .custom-banner h3 { font-family: 'Fredoka One', cursive; font-size: 1.3rem; color: white; margin-bottom: 0.4rem; }
  .custom-banner p { color: rgba(255,255,255,0.6); font-size: 0.85rem; margin-bottom: 1rem; }
  .btn-green {
    background: linear-gradient(135deg, var(--green), var(--teal));
    color: white; border: none; padding: 0.85rem 1.8rem;
    border-radius: 50px; font-family: 'Nunito', sans-serif;
    font-weight: 800; font-size: 0.9rem; cursor: pointer; width: 100%;
    box-shadow: 0 6px 18px rgba(61,214,140,0.4);
  }

  /* ── MISSION ── */
  .mission-section {
    background: linear-gradient(135deg, var(--blue-dark), var(--teal) 55%, var(--green-dark));
    text-align: center;
  }
  .mission-section .section-title { color: white; }
  .mission-section .section-tag { background: rgba(255,255,255,0.2); color: white; border-color: rgba(255,255,255,0.3); }
  .mv-grid { display: flex; flex-direction: column; gap: 1rem; }
  .mv-card {
    background: rgba(255,255,255,0.12); border: 1.5px solid rgba(255,255,255,0.22);
    border-radius: 20px; padding: 1.6rem; backdrop-filter: blur(8px); text-align: left;
  }
  .mv-label { font-family: 'Fredoka One', cursive; font-size: 0.85rem; letter-spacing: 3px; color: rgba(255,255,255,0.7); text-transform: uppercase; margin-bottom: 0.6rem; }
  .mv-card p { color: white; font-size: 0.9rem; line-height: 1.7; font-weight: 600; }

  /* ── BRANDS ── */
  .brands-section { background: var(--cream); text-align: center; }
  .brands-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.7rem; margin-top: 1.5rem; }
  .brand-pill {
    background: white; border: 2px solid #e0ede6; border-radius: 50px;
    padding: 0.5rem 1.1rem; font-weight: 800; font-size: 0.82rem; color: var(--text);
  }

  /* ── CONTACT FORM ── */
  .contact-section { background: white; }
  .tabs { display: flex; gap: 0; margin-bottom: 1.5rem; border-radius: 14px; overflow: hidden; border: 2px solid #eee; }
  .tab-btn {
    flex: 1; padding: 0.85rem; background: transparent; border: none;
    font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 0.9rem;
    cursor: pointer; color: var(--muted); transition: all 0.2s;
  }
  .tab-btn.active { background: var(--green); color: white; }
  .tab-content { display: none; }
  .tab-content.active { display: block; }
  .tab-content.active { min-height: 360px; }
  .form-group { margin-bottom: 1rem; }
  .form-group label { display: block; font-weight: 700; font-size: 0.82rem; margin-bottom: 0.4rem; color: var(--text); }
  .form-group input, .form-group select, .form-group textarea {
    width: 100%; padding: 0.85rem 1rem; border-radius: 12px;
    border: 2px solid #e8eef2; font-family: 'Nunito', sans-serif;
    font-size: 0.9rem; color: var(--text); background: #f8fafc;
    transition: border-color 0.2s; outline: none; -webkit-appearance: none;
  }
  .form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--green); background: white; }
  .form-group textarea { resize: vertical; min-height: 90px; }
  .field-hint { margin: 0 0 0.65rem; font-size: 0.78rem; color: var(--muted, #6b7280); }
  .field-optional { font-weight: 500; color: var(--muted, #6b7280); font-size: 0.75rem; }
  .creator-category-field .select2-container--default .select2-selection--multiple {
    min-height: 48px;
    border: 2px solid #e8eef2;
    border-radius: 12px;
    background: #f8fafc;
    padding: 0.35rem 0.45rem;
  }
  .creator-category-field .select2-container--default.select2-container--focus .select2-selection--multiple,
  .creator-category-field .select2-container--default.select2-container--open .select2-selection--multiple {
    border-color: var(--green);
    background: #fff;
  }
  .creator-category-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.35);
    color: var(--green);
    border-radius: 999px;
    padding: 0.15rem 0.55rem;
    font-size: 0.8rem;
    font-weight: 700;
  }
  .creator-category-field .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--green);
    margin-right: 0.25rem;
  }
  .creator-category-field .select2-container--default .select2-search--inline .select2-search__field {
    font-family: 'Nunito', sans-serif;
    font-size: 0.9rem;
    color: var(--text);
  }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--green);
  }
  .creator-social-links { margin-bottom: 1rem; }
  .creator-social-list { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 0.75rem; }
  .creator-social-row {
    display: grid;
    grid-template-columns: minmax(140px, 1fr) minmax(0, 2fr) auto;
    gap: 0.75rem;
    align-items: end;
    padding: 0.85rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    background: #f8faf9;
  }
  .creator-social-row .form-group { margin-bottom: 0; }
  .creator-social-remove-btn {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 10px;
    background: rgba(239, 68, 68, 0.1);
    color: #dc2626;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    margin-bottom: 0.15rem;
  }
  .creator-social-add-btn {
    border: 1px dashed rgba(16, 185, 129, 0.45);
    background: rgba(16, 185, 129, 0.06);
    color: var(--green);
    border-radius: 10px;
    padding: 0.55rem 0.9rem;
    font-weight: 700;
    font-size: 0.82rem;
    cursor: pointer;
  }
  @media (max-width: 640px) {
    .creator-social-row { grid-template-columns: 1fr; }
    .creator-social-remove-btn { justify-self: end; }
  }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
  .submit-btn {
    width: 100%; padding: 1rem; background: linear-gradient(135deg, var(--green), var(--teal));
    color: white; border: none; border-radius: 14px;
    font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 1rem;
    cursor: pointer; margin-top: 0.5rem;
    box-shadow: 0 6px 20px rgba(61,214,140,0.35);
  }
  .form-success {
    display: none; background: rgba(61,214,140,0.1); border: 2px solid rgba(61,214,140,0.3);
    border-radius: 14px; padding: 1.2rem; text-align: center; margin-top: 1rem;
    min-height: 300px; align-items: center; justify-content: center; flex-direction: column;
  }
  .form-success .tick { font-size: 2rem; margin-bottom: 0.5rem; }
  .form-success p { font-weight: 700; color: var(--green-dark); }

  /* ── STANDALONE FORM PAGES ── */
  body.form-page-body {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    background: #f3f4f6;
  }
  .form-page-shell {
    flex: 1;
    display: flex;
    align-items: safe center;
    justify-content: center;
    width: 100%;
    padding: clamp(1.25rem, 4vw, 2.5rem) 1.4rem;
  }
  body.form-page-body .form-page-section {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 3rem) clamp(1.25rem, 4vw, 2rem);
  }
  body.form-page-body footer {
    margin-top: auto;
    flex-shrink: 0;
  }
  .form-error { color: #e53e3e; font-size: 0.8rem; margin-top: 4px; }

  /* ── CREATOR APPLICATION FORM (twirl-style) ── */
  .creator-app-section {
    padding: 0;
    background: transparent;
  }
  .creator-app-card {
    width: 100%;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 8px 30px rgba(17, 24, 39, 0.06);
    padding: clamp(1.75rem, 4vw, 2.5rem);
  }
  .creator-app-card__header {
    margin-bottom: 1.75rem;
    text-align: left;
  }
  .creator-app-card__title {
    font-family: 'Nunito', sans-serif;
    font-size: clamp(1.65rem, 4vw, 2rem);
    font-weight: 900;
    color: var(--text);
    margin: 0 0 0.5rem;
    line-height: 1.15;
  }
  .creator-app-card__sub {
    margin: 0;
    color: var(--muted, #6b7280);
    font-size: 0.92rem;
    line-height: 1.6;
    font-weight: 600;
  }
  .creator-app-form .form-group label,
  .creator-app-form .form-radio-fieldset legend {
    display: block;
    font-weight: 700;
    font-size: 0.86rem;
    margin-bottom: 0.45rem;
    color: var(--text);
  }
  .creator-app-form .req {
    color: #ef4444;
    font-weight: 800;
  }
  .creator-app-form .form-group input,
  .creator-app-form .form-group select,
  .creator-app-form .form-group textarea {
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #fff;
    padding: 0.82rem 0.95rem;
  }
  .creator-app-form .form-group input:focus,
  .creator-app-form .form-group select:focus,
  .creator-app-form .form-group textarea:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 3px rgba(61, 214, 140, 0.18);
  }
  .creator-app-form .creator-category-field .select2-container--default .select2-selection--multiple {
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #fff;
  }
  .creator-app-form .creator-category-field .select2-container--default.select2-container--focus .select2-selection--multiple,
  .creator-app-form .creator-category-field .select2-container--default.select2-container--open .select2-selection--multiple {
    border-color: var(--green);
    box-shadow: 0 0 0 3px rgba(61, 214, 140, 0.18);
  }
  .url-input-group {
    display: flex;
    align-items: stretch;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
  }
  .url-input-group:focus-within {
    border-color: var(--green);
    box-shadow: 0 0 0 3px rgba(61, 214, 140, 0.18);
  }
  .url-input-group__prefix {
    display: flex;
    align-items: center;
    padding: 0 0.85rem;
    background: #f9fafb;
    border-right: 1px solid #e5e7eb;
    color: #6b7280;
    font-size: 0.84rem;
    font-weight: 700;
    white-space: nowrap;
  }
  .url-input-group input {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    flex: 1;
    min-width: 0;
  }
  .custom-package-panel {
    border: 1px solid rgba(61, 214, 140, 0.35);
    border-radius: 14px;
    padding: 1rem 1.1rem;
    background: linear-gradient(180deg, rgba(61, 214, 140, 0.08) 0%, rgba(61, 214, 140, 0.03) 100%);
    animation: customPackagePanelIn 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }
  @keyframes customPackagePanelIn {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .form-radio-fieldset {
    border: none;
    padding: 0;
    margin: 0 0 1rem;
  }
  .form-radio-fieldset legend {
    padding: 0;
  }
  .form-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
  }
  .form-radio-option {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text);
    cursor: pointer;
    padding: 0.55rem 0.85rem 0.55rem 0.65rem;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s, color 0.2s;
  }
  .form-radio-option:hover {
    border-color: rgba(61, 214, 140, 0.45);
    background: rgba(61, 214, 140, 0.04);
  }
  .form-radio-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    pointer-events: none;
  }
  .form-radio-box {
    width: 22px;
    height: 22px;
    border-radius: 7px;
    border: 2px solid #d1d5db;
    background: #fff;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  }
  .form-radio-box::after {
    content: "";
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg) scale(0);
    margin-top: -2px;
    transition: transform 0.15s ease;
  }
  .form-radio-option:has(input:checked) {
    border-color: var(--green);
    background: rgba(61, 214, 140, 0.1);
    color: var(--green-dark);
    box-shadow: 0 0 0 3px rgba(61, 214, 140, 0.14);
  }
  .form-radio-option input:checked + .form-radio-box {
    background: linear-gradient(135deg, var(--green), var(--teal));
    border-color: var(--green-dark);
    box-shadow: 0 2px 8px rgba(61, 214, 140, 0.35);
  }
  .form-radio-option input:checked + .form-radio-box::after {
    transform: rotate(45deg) scale(1);
  }
  .form-radio-option input:focus-visible + .form-radio-box {
    outline: 2px solid var(--green);
    outline-offset: 2px;
  }
  .creator-app-submit {
    margin-top: 0.75rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--green), var(--teal));
    box-shadow: 0 6px 20px rgba(61, 214, 140, 0.35);
    font-size: 0.95rem;
    letter-spacing: 0.01em;
  }
  .creator-app-submit:hover {
    background: linear-gradient(135deg, var(--green-dark), var(--teal));
  }
  .creator-app-submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
  }

  /* ── CTA ── */
  .cta-section { background: white; padding: 3rem 1.4rem; text-align: center; }
  .cta-bubble {
    background: linear-gradient(135deg, var(--green), var(--teal));
    border-radius: 28px; padding: 2.5rem 1.5rem;
    box-shadow: 0 16px 48px rgba(61,214,140,0.3);
  }
  .cta-bubble h2 { font-family: 'Fredoka One', cursive; font-size: clamp(1.8rem, 6vw, 2.5rem); color: white; margin-bottom: 0.8rem; }
  .cta-bubble p { color: rgba(255,255,255,0.88); font-size: 0.95rem; margin-bottom: 1.8rem; font-weight: 600; }
  .cta-btns { display: flex; flex-direction: column; gap: 0.8rem; }

  /* ── FEEDBACK ── */
  .feedback-section {
    background: var(--cream);
    padding: 2.5rem 1.4rem 2.75rem;
  }
  .feedback-section .section-sub {
    margin-bottom: 1.1rem;
  }
  .feedback-section__inner {
    max-width: min(640px, 94vw);
    margin: 0 auto;
  }
  .feedback-carousel {
    position: relative;
    margin-top: 1rem;
    padding-inline: 2.5rem;
  }
  .feedback-carousel__viewport {
    overflow: hidden;
    width: 100%;
    touch-action: pan-y pinch-zoom;
  }
  .feedback-carousel__track {
    display: flex;
    width: 100%;
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
  }
  .feedback-carousel__track.is-dragging {
    transition: none;
  }
  .feedback-slide {
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
    padding: 1.35rem 1.25rem 1.15rem;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(61, 214, 140, 0.16);
    box-shadow: 0 12px 32px rgba(17, 34, 51, 0.07);
    text-align: center;
  }
  .feedback-slide__quote {
    margin: 0 0 1rem;
    padding: 0;
    border: none;
  }
  .feedback-slide__mark {
    display: block;
    font-family: 'Fredoka One', cursive;
    font-size: 2.5rem;
    line-height: 0.85;
    color: var(--green);
    margin-bottom: 0.2rem;
  }
  .feedback-slide__quote p {
    margin: 0;
    font-size: clamp(0.9rem, 2.6vw, 0.98rem);
    line-height: 1.6;
    font-weight: 600;
    color: var(--text);
  }
  .feedback-slide__author {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.65rem;
  }
  .feedback-slide__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(61, 214, 140, 0.35);
    box-shadow: 0 4px 14px rgba(61, 214, 140, 0.18);
  }
  .feedback-slide__avatar--fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--green), var(--teal));
    color: #fff;
    font-family: 'Fredoka One', cursive;
    font-size: 1.15rem;
  }
  .feedback-slide__meta strong {
    display: block;
    font-size: 0.95rem;
    color: var(--text);
    margin-bottom: 0.15rem;
  }
  .feedback-slide__meta span {
    display: block;
    font-size: 0.82rem;
    color: var(--muted);
    font-weight: 600;
  }
  .feedback-slide__stars {
    display: flex;
    justify-content: center;
    gap: 0.2rem;
  }
  .feedback-slide__star {
    font-size: 0.95rem;
    color: rgba(26, 46, 61, 0.18);
  }
  .feedback-slide__star.is-filled {
    color: #f5b301;
  }
  .feedback-carousel__dots {
    display: flex;
    justify-content: center;
    gap: 0.55rem;
    margin-top: 0.9rem;
  }
  .feedback-carousel__dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: rgba(26, 46, 61, 0.18);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
  }
  .feedback-carousel__dot.is-active {
    background: var(--green);
    transform: scale(1.15);
  }
  .feedback-carousel__nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(61, 214, 140, 0.35);
    border-radius: 50%;
    background: #fff;
    color: var(--green-dark);
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(17, 34, 51, 0.1);
    transform: translateY(-50%);
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  }
  .feedback-carousel__nav:hover {
    background: rgba(61, 214, 140, 0.1);
    border-color: rgba(61, 214, 140, 0.55);
  }
  .feedback-carousel__nav:active {
    transform: translateY(-50%) scale(0.96);
  }
  .feedback-carousel__nav--prev { left: 0; }
  .feedback-carousel__nav--next { right: 0; }
  @media (max-width: 640px) {
    .feedback-carousel {
      padding-inline: 0;
      padding-bottom: 0.25rem;
    }
    .feedback-carousel__nav {
      top: auto;
      bottom: -0.15rem;
      transform: none;
      width: 38px;
      height: 38px;
    }
    .feedback-carousel__nav:active {
      transform: scale(0.96);
    }
    .feedback-carousel__nav--prev { left: 0.15rem; }
    .feedback-carousel__nav--next { right: 0.15rem; }
    .feedback-carousel__dots {
      margin-top: 2.25rem;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .feedback-carousel__track {
      transition: none;
    }
  }

  /* ── FAQ ── */
  .faq-section {
    position: relative;
    overflow: hidden;
    padding: 3.5rem 1.4rem 4rem;
    background:
      radial-gradient(ellipse 85% 60% at 10% 0%, rgba(61, 214, 140, 0.2) 0%, transparent 55%),
      radial-gradient(ellipse 70% 50% at 90% 20%, rgba(30, 159, 212, 0.18) 0%, transparent 50%),
      linear-gradient(168deg, #0b1a28 0%, #123244 42%, #145c52 78%, #1d7a62 100%);
    color: #fff;
  }
  .faq-section__mesh {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.28;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(180deg, #000 0%, transparent 90%);
  }
  .faq-section__ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: none;
  }
  .faq-section__ring--1 {
    width: 280px;
    height: 280px;
    top: -90px;
    right: -60px;
    background: radial-gradient(circle, rgba(126, 234, 187, 0.12) 0%, transparent 70%);
  }
  .faq-section__ring--2 {
    width: 200px;
    height: 200px;
    bottom: 8%;
    left: -50px;
    background: radial-gradient(circle, rgba(30, 159, 212, 0.14) 0%, transparent 72%);
  }
  .faq-section__inner {
    position: relative;
    z-index: 2;
    max-width: min(920px, 96vw);
    margin: 0 auto;
  }
  .faq-section .section-tag {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
    border-color: rgba(255, 255, 255, 0.22);
  }
  .faq-section .section-title {
    color: #fff;
  }
  .faq-section .section-sub {
    color: rgba(255, 255, 255, 0.82);
  }
  .faq-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin: 2rem 0 1.5rem;
  }
  .faq-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 1.2rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  }
  .faq-tab__icon { font-size: 1rem; line-height: 1; }
  .faq-tab:hover {
    transform: translateY(-2px);
    border-color: rgba(61, 214, 140, 0.45);
  }
  .faq-tab.active {
    background: linear-gradient(135deg, var(--green), var(--teal));
    border-color: transparent;
    color: #fff;
    box-shadow: 0 10px 28px rgba(61, 214, 140, 0.35);
  }
  .faq-panel { display: none; }
  .faq-panel.active { display: block; animation: faqPanelIn 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
  @keyframes faqPanelIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
  }
  .faq-item {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.65);
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
  }
  .faq-item.is-open {
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
  }
  .faq-item__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border: none;
    background: transparent;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
  }
  .faq-item__question {
    font-size: 0.92rem;
    font-weight: 900;
    line-height: 1.45;
    color: var(--dark);
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }
  .faq-item__chevron {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(61, 214, 140, 0.14);
    position: relative;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease;
  }
  .faq-item__chevron::before,
  .faq-item__chevron::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    background: var(--green-dark);
    border-radius: 2px;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
  }
  .faq-item__chevron::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .faq-item.is-open .faq-item__chevron {
    background: var(--green);
    transform: rotate(180deg);
  }
  .faq-item.is-open .faq-item__chevron::before,
  .faq-item.is-open .faq-item__chevron::after {
    background: #fff;
  }
  .faq-item.is-open .faq-item__chevron::after {
    transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
  }
  .faq-item__body {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .faq-item.is-open .faq-item__body {
    grid-template-rows: 1fr;
  }
  .faq-item__collapse {
    min-height: 0;
    overflow: hidden;
    padding: 0 1rem 1rem;
  }
  .faq-item:not(.is-open) .faq-item__collapse {
    padding: 0 1rem;
  }
  .faq-item__answer {
    margin: 0;
    padding: 1rem 1.1rem;
    border-radius: 14px;
    background: linear-gradient(145deg, #1a3550 0%, #123244 100%);
    color: rgba(255, 255, 255, 0.94);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.65;
    box-shadow: 6px 6px 0 rgba(126, 234, 187, 0.35);
  }
  .faq-item:not(.is-open) .faq-item__answer {
    box-shadow: none;
  }
  .faq-item__answer a {
    color: var(--green-light);
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .faq-item__answer a:hover {
    color: #fff;
  }

  /* ── WHATSAPP FLOAT ── */
  .whatsapp-float {
    position: fixed;
    bottom: max(1.5rem, env(safe-area-inset-bottom));
    right: max(1.2rem, env(safe-area-inset-right));
    z-index: 800;
    width: 58px; height: 58px; border-radius: 50%;
    background: #25D366; border: none; cursor: pointer;
    box-shadow: 0 6px 20px rgba(37,211,102,0.5);
    display: flex; align-items: center; justify-content: center;
    animation: pulse-wa 2.5s ease infinite;
    text-decoration: none;
  }
  @keyframes pulse-wa {
    0%,100% { box-shadow: 0 6px 20px rgba(37,211,102,0.5); }
    50% { box-shadow: 0 6px 32px rgba(37,211,102,0.75); }
  }
  .whatsapp-float svg { width: 30px; height: 30px; }

  /* ── FOOTER ── */
  footer {
    background: var(--dark); padding: 2rem 1.4rem;
    display: flex; flex-direction: column; gap: 0.8rem; align-items: center; text-align: center;
  }
  footer .logo { font-family: 'Fredoka One', cursive; font-size: 1.6rem; color: var(--green); }
  .footer-logo__image {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 4px 14px rgba(61,214,140,0.3);
  }
  footer p { color: rgba(255,255,255,0.4); font-size: 0.8rem; }
  footer .tagline { color: var(--green-light); font-weight: 700; font-size: 0.85rem; }

  /* ── TOAST ── */
  .toast {
    position: fixed; bottom: 5rem; left: 50%; transform: translateX(-50%) translateY(20px);
    background: var(--dark); color: white; padding: 0.8rem 1.4rem;
    border-radius: 50px; font-size: 0.85rem; font-weight: 700;
    opacity: 0; transition: all 0.3s; z-index: 9999; white-space: nowrap;
    box-shadow: 0 6px 24px rgba(0,0,0,0.3);
  }
  .toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
  .toast.success { background: var(--green-dark); }
  .toast.error { background: #e53e3e; }

  /* ── CMS media blocks (dashboard: Landing Media Blocks) ── */
  .landing-cms-media {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.25rem;
    justify-content: center;
    align-items: center;
  }
  .landing-cms-media__item { margin: 0; }
  .landing-cms-media__item img {
    display: block;
    max-width: min(100%, 420px);
    max-height: 240px;
    width: auto;
    height: auto;
    border-radius: 14px;
    object-fit: cover;
    box-shadow: 0 8px 28px rgba(17, 34, 51, 0.12);
  }
  .hero .landing-cms-media { margin-top: 1.5rem; }

  /* ── UGC SHOWCASE (creator reel + partners) ── */
  .ugc-showcase {
    position: relative;
    overflow: hidden;
    padding: 2.75rem 0 2.5rem;
    margin-top: 0;
    background:
      radial-gradient(ellipse 90% 70% at 12% 0%, rgba(61, 214, 140, 0.28) 0%, transparent 55%),
      radial-gradient(ellipse 70% 55% at 88% 15%, rgba(30, 159, 212, 0.22) 0%, transparent 50%),
      linear-gradient(168deg, #0b1a28 0%, #123244 42%, #145c52 78%, #1d7a62 100%);
    color: #fff;
  }
  .ugc-showcase__mesh {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.35;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
  }
  .ugc-showcase__ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    pointer-events: none;
  }
  .ugc-showcase__ring--1 {
    width: 320px;
    height: 320px;
    top: -120px;
    right: -80px;
    background: radial-gradient(circle, rgba(126, 234, 187, 0.12) 0%, transparent 70%);
  }
  .ugc-showcase__ring--2 {
    width: 220px;
    height: 220px;
    bottom: 12%;
    left: -70px;
    background: radial-gradient(circle, rgba(30, 159, 212, 0.14) 0%, transparent 72%);
  }
  .ugc-showcase__inner {
    position: relative;
    z-index: 2;
    max-width: min(1320px, 96vw);
    margin: 0 auto;
    padding: 0 1rem;
  }
  .ugc-showcase__intro {
    display: grid;
    gap: 1.25rem;
    align-items: end;
    margin-bottom: 1.75rem;
    text-align: left;
  }
  .ugc-showcase__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 0.85rem;
  }
  .ugc-showcase__eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 10px rgba(61, 214, 140, 0.85);
  }
  .ugc-showcase__title {
    font-family: 'Fredoka One', cursive;
    font-size: clamp(2rem, 6vw, 3.15rem);
    line-height: 1.05;
    color: #fff;
    margin-bottom: 0.65rem;
    max-width: 14ch;
  }
  .ugc-showcase__sub {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
    line-height: 1.65;
    font-weight: 600;
    max-width: 46ch;
    margin-bottom: 1rem;
  }
  .ugc-showcase__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
  }
  .ugc-showcase__chip {
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.72rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.9);
  }
  .ugc-showcase__badge {
    justify-self: start;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 1rem 1.15rem;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  }
  .ugc-showcase__badge-num {
    font-family: 'Fredoka One', cursive;
    font-size: 2rem;
    line-height: 1;
    color: var(--green-light);
  }
  .ugc-showcase__badge-label {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
  }
  .ugc-showcase__reel {
    overflow: hidden;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 1.75rem 0 1.25rem;
    mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent);
  }
  .ugc-showcase__reel-track {
    display: flex;
    align-items: flex-end;
    gap: 0.9rem;
    width: max-content;
    flex-wrap: nowrap;
    animation: ugcReelMarquee var(--creator-marquee-duration, 40s) linear infinite;
    will-change: transform;
  }
  .ugc-showcase__reel:hover .ugc-showcase__reel-track,
  .ugc-showcase__reel:focus-within .ugc-showcase__reel-track {
    animation-play-state: paused;
  }
  @keyframes ugcReelMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }
  .ugc-reel-card {
    flex: 0 0 auto;
    width: min(36vw, 178px);
    padding-bottom: 0.35rem;
  }
  .ugc-reel-card:nth-child(odd) {
    transform: translateY(-16px);
  }
  .ugc-reel-card__device {
    position: relative;
    aspect-ratio: 9 / 16;
    border-radius: 24px;
    padding: 10px 8px 12px;
    background: linear-gradient(160deg, #1a2430 0%, #0a1018 100%);
    border: 2px solid rgba(255, 255, 255, 0.22);
    box-shadow:
      0 18px 40px rgba(0, 0, 0, 0.35),
      0 0 0 1px rgba(61, 214, 140, 0.15) inset;
    overflow: hidden;
  }
  .ugc-reel-card__notch {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 52px;
    height: 5px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.18);
    z-index: 2;
  }
  .ugc-reel-card__video {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
    background: #0a1520;
  }
  .ugc-showcase__partners {
    margin-top: 0.5rem;
    padding: 1rem 0 0.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .ugc-showcase__partners-label {
    text-align: center;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0.85rem;
  }
  .ugc-showcase__partners-marquee {
    overflow: hidden;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0.35rem 0;
    mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent);
  }
  .ugc-showcase__partners-marquee:hover .ugc-showcase__partners-track {
    animation-play-state: paused;
  }
  .ugc-showcase__partners-track {
    display: flex;
    align-items: center;
    gap: clamp(1.5rem, 4vw, 2.5rem);
    width: max-content;
    animation: ugcPartnersMarquee var(--partners-marquee-duration, 24s) linear infinite;
    will-change: transform;
  }
  @keyframes ugcPartnersMarquee {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-50%, 0, 0); }
  }
  .ugc-showcase__partner {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.85rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.2s, transform 0.2s;
  }
  .ugc-showcase__partner:hover {
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-2px);
  }
  .ugc-showcase__partner img {
    display: block;
    max-height: 40px;
    width: auto;
    max-width: 130px;
    object-fit: contain;
    filter: brightness(1.05);
  }
  @media (prefers-reduced-motion: reduce) {
    .ugc-showcase__reel-track,
    .ugc-showcase__partners-track {
      animation: none;
      flex-wrap: wrap;
      justify-content: center;
      width: 100%;
    }
    .ugc-reel-card:nth-child(odd) {
      transform: none;
    }
  }

  /* ── MOBILE (iOS + Android) ── */
  @media (max-width: 767px) {
    nav {
      padding: 0.65rem max(0.85rem, env(safe-area-inset-right)) 0.65rem max(0.85rem, env(safe-area-inset-left));
      padding-top: max(0.65rem, env(safe-area-inset-top));
      gap: 0.5rem;
    }
    .nav-logo {
      font-size: 1.15rem;
      gap: 6px;
      min-width: 0;
      flex: 1 1 auto;
    }
    .nav-logo__image {
      width: 40px;
      height: 40px;
    }
    .logo-circle {
      width: 34px;
      height: 34px;
      font-size: 0.58rem;
    }
    .nav-right {
      gap: 0.35rem;
      flex-shrink: 0;
    }
    .nav-cta {
      display: none;
    }
    .hamburger {
      min-width: 44px;
      min-height: 44px;
      align-items: center;
      justify-content: center;
    }
    .hero {
      min-height: auto;
      padding: calc(4.85rem + env(safe-area-inset-top, 0px)) 1.1rem 2rem;
      justify-content: flex-start;
    }
    .hero-inner {
      gap: 1.35rem;
    }
    .hero h1 {
      font-size: clamp(2rem, 9.5vw, 2.85rem);
      line-height: 1.08;
    }
    .hero-sub {
      font-size: 0.9rem;
      margin-bottom: 1.25rem;
    }
    .hero-btns .btn-white,
    .hero-btns .btn-outline-white {
      min-height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .hero-collage {
      width: min(100%, 292px);
      height: 268px;
      margin-inline: auto;
    }
    .motion-hero .hero-collage {
      transform: translateY(28px) scale(0.94);
      animation-name: motionHeroCollageInMobile;
    }
  }
  @keyframes motionHeroCollageInMobile {
    to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
  }
  @media (max-width: 767px) {
    section {
      padding: 3rem max(1.1rem, env(safe-area-inset-right)) 3rem max(1.1rem, env(safe-area-inset-left));
    }
    .trusted-bar {
      padding-inline: max(1.1rem, env(safe-area-inset-left)) max(1.1rem, env(safe-area-inset-right));
    }
    .form-row {
      grid-template-columns: 1fr;
    }
    .form-group input,
    .form-group select,
    .form-group textarea,
    .creator-app-form .form-group input,
    .creator-app-form .form-group select,
    .creator-app-form .form-group textarea {
      font-size: 16px;
    }
    .ugc-showcase__reel {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
    }
    .ugc-reel-card {
      width: min(42vw, 168px);
    }
    .ugc-showcase__title {
      max-width: none;
    }
    .toast {
      white-space: normal;
      text-align: center;
      width: min(92vw, 24rem);
      bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
    }
    footer {
      padding-bottom: max(2rem, env(safe-area-inset-bottom));
    }
  }
  @media (max-width: 380px) {
    .nav-logo {
      font-size: 1rem;
    }
    .nav-logo__image,
    .logo-circle {
      width: 32px;
      height: 32px;
    }
    .hero-collage {
      width: min(100%, 252px);
      height: 232px;
    }
    .hero h1 {
      font-size: clamp(1.85rem, 8.8vw, 2.35rem);
    }
  }

  /* ── DESKTOP ── */
  @media (min-width: 768px) {
    nav { padding: 1rem 2.5rem; }
    .nav-logo { font-size: 1.8rem; }
    .logo-circle { width: 44px; height: 44px; font-size: 0.8rem; }
    .nav-logo__image { width: 52px; height: 52px; }
    .hamburger { display: none; }
    .nav-links { display: flex; gap: 2rem; list-style: none; }
    .nav-links a { text-decoration: none; color: var(--text); font-weight: 700; font-size: 0.9rem; }
    .nav-links a:hover { color: var(--green); }
    .mobile-menu { display: none !important; }
    section { padding: 5rem 3rem; }
    .hero { padding: 6rem 3rem 3rem; flex-direction: row; align-items: center; justify-content: center; }
    .hero-inner {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 2.5rem;
      max-width: 1180px;
      margin: 0 auto;
    }
    .hero-content { max-width: 520px; flex: 1 1 46%; }
    .hero-btns { flex-direction: row; }
    .btn-white, .btn-outline-white { display: inline-block; }
    .hero-collage {
      width: min(48%, 500px);
      max-width: none;
      height: min(72vh, 520px);
      margin: 0;
    }
    .hero-collage__card { width: 34%; border-radius: 20px; }
    .hero-collage__card--1 { top: 2%; left: 0; transform: rotate(-9deg); }
    .hero-collage__card--2 { top: 0; left: 36%; transform: rotate(7deg); }
    .hero-collage__card--3 { top: 30%; left: 10%; transform: rotate(5deg); }
    .hero-collage__card--4 { top: 24%; left: 50%; transform: rotate(-6deg); }
    .hero-collage__card--5 { top: 56%; left: 2%; transform: rotate(8deg); }
    .hero-collage__card--6 { top: 50%; left: 42%; transform: rotate(-5deg); }
    .hero-trusted__logos img { height: 26px; max-width: 100px; }
    .hero-cards-row { overflow-x: visible; }
    .who-cards { flex-direction: row; }
    .who-card { flex: 1; }
    .stat-row { overflow-x: visible; }
    .form-row { display: grid; }
    .why-grid { grid-template-columns: repeat(3, 1fr); }
    .steps-list { display: grid; grid-template-columns: repeat(2, 1fr); }
    .price-scroll { overflow-x: visible; flex-wrap: wrap; justify-content: center; padding: 1.75rem 0 10px; margin-inline: 0; scroll-snap-type: none; }
    .price-card { min-width: 220px; max-width: 260px; min-height: 440px; }
    .mv-grid { flex-direction: row; }
    .cta-btns { flex-direction: row; justify-content: center; }
    footer { flex-direction: row; justify-content: space-between; text-align: left; }
    .ugc-showcase { padding: 4.5rem 0 3.25rem; }
    .ugc-showcase__intro {
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 2rem;
    }
    .ugc-showcase__badge { justify-self: end; }
    .ugc-reel-card { width: 185px; }
    .ugc-reel-card:nth-child(odd) { transform: translateY(-20px); }
  }

  /* ── REVISION POLICY PAGE ── */
  body.revision-policy-page-body {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    background: var(--cream);
  }
  body.revision-policy-page-body footer {
    margin-top: auto;
    flex-shrink: 0;
  }
  .revision-policy-page {
    flex: 1;
    width: 100%;
    padding:
      calc(var(--nav-height, 76px) + 2.5rem + env(safe-area-inset-top, 0px))
      1.4rem
      clamp(2.5rem, 6vw, 4rem);
    background: linear-gradient(180deg, var(--cream) 0%, #eef8f1 100%);
  }
  .revision-policy-page__inner {
    max-width: 920px;
    margin: 0 auto;
  }
  .revision-policy-page .section-sub {
    max-width: 38rem;
    margin-inline: auto;
    margin-bottom: 2rem;
  }
  .revision-policy-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
    text-align: left;
  }
  .revision-point {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.35rem 1.25rem;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(61, 214, 140, 0.14);
    box-shadow: 0 8px 24px rgba(17, 34, 51, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  }
  .revision-point__num {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Fredoka One', cursive;
    font-size: 1rem;
    color: #fff;
    background: linear-gradient(135deg, var(--green), var(--teal));
    box-shadow: 0 4px 12px rgba(61, 214, 140, 0.32);
  }
  .revision-point--orange .revision-point__num {
    background: linear-gradient(135deg, var(--teal), var(--blue));
    box-shadow: 0 4px 12px rgba(11, 191, 191, 0.28);
  }
  .revision-point--teal .revision-point__num {
    background: linear-gradient(135deg, var(--blue), var(--blue-dark));
    box-shadow: 0 4px 12px rgba(30, 159, 212, 0.28);
  }
  .revision-point--purple .revision-point__num {
    background: linear-gradient(135deg, var(--green-dark), var(--green));
    box-shadow: 0 4px 12px rgba(40, 184, 118, 0.28);
  }
  .revision-point__content {
    flex: 1;
    min-width: 0;
  }
  .revision-point__body {
    font-size: 0.92rem;
    line-height: 1.65;
    font-weight: 600;
    color: var(--text);
  }
  .revision-point__em {
    font-weight: 800;
  }
  .revision-point__em--accent {
    color: var(--green-dark);
    background: rgba(61, 214, 140, 0.14);
    padding: 0.05rem 0.35rem;
    border-radius: 6px;
  }
  .revision-point__em--strong {
    color: var(--blue-dark);
    background: rgba(30, 159, 212, 0.12);
    padding: 0.05rem 0.35rem;
    border-radius: 6px;
  }
  .revision-point__em--price {
    color: var(--green-dark);
    font-family: 'Fredoka One', cursive;
    font-size: 1.02em;
    letter-spacing: 0.01em;
  }
  @media (hover: hover) and (pointer: fine) {
    .revision-point:hover {
      transform: translateY(-2px);
      border-color: rgba(61, 214, 140, 0.32);
      box-shadow: 0 14px 32px rgba(61, 214, 140, 0.12);
    }
  }
  @media (min-width: 768px) {
    .revision-policy-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1.15rem;
    }
    .revision-point {
      min-height: 100%;
      padding: 1.5rem 1.35rem;
    }
  }
