*, *::before, *::after { font-family: 'Montserrat', sans-serif !important; }

    

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Montserrat', sans-serif;
      background: radial-gradient(ellipse at top, #0f0f23 0%, #000000 50%, #000000 100%);
      color: #ffffff;
      overflow-x: hidden;
      position: relative;
      width: 100%;
      max-width: 100vw;
    }

    body::before {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: 
        radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(120, 119, 198, 0.05) 0%, transparent 50%);
      pointer-events: none;
      z-index: -1;
    }

    
    .header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      padding: 0;
      background: rgba(0, 0, 0, 0.55);
      backdrop-filter: blur(16px) saturate(160%);
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      transition: background 0.4s ease, backdrop-filter 0.4s ease, border-color 0.4s ease;
    }

    .header.scrolled {
      background: rgba(0, 0, 0, 0.2);
      backdrop-filter: blur(10px) saturate(120%);
      border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    }

    .header-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1400px;
      margin: 0 auto;
    }

    .logo {
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      font-weight: 400;
      color: #ffffff;
      text-decoration: none;
      letter-spacing: 3px;
      text-transform: uppercase;
      position: relative;
      transition: all 0.3s ease;
    }

    .logo::after {
      display: none;
      height: 2px;
      background: linear-gradient(90deg, #ffffff, transparent);
      transition: width 0.3s ease;
    }

    .hamburger {
      display: flex;
      flex-direction: column;
      gap: 4px;
      cursor: pointer;
      padding: 10px;
    }

    .hamburger span {
      width: 25px;
      height: 1px;
      background: #ffffff;
      transition: 0.3s;
    }

    
    @media (min-width: 1920px) {
      html { font-size: 18px; }
      .ds-explainer-inner, .ds-net-wrap { max-width: 1400px; }
      .events-header { max-width: 1600px; }
      .hero-content { max-width: 1600px; padding: 0 100px 120px; }
      .ds-explainer { padding: 140px 100px; }
      .ds-network { padding: 120px 100px 140px; }
      .header-content { max-width: 1600px; }
      .footer-container { max-width: 1600px; padding: 0 100px; }
    }
    @media (min-width: 2560px) {
      html { font-size: 22px; }
      .ds-explainer-inner, .ds-net-wrap { max-width: 1800px; }
      .events-header { max-width: 2000px; }
      .hero-content { max-width: 2000px; padding: 0 120px 140px; }
      .ds-explainer { padding: 160px 120px; }
      .ds-network { padding: 140px 120px 160px; }
      .ev-card { width: 360px; }
      .hero-model-wrap { width: 720px; height: 720px; }
      .header-content { max-width: 2000px; }
      .footer-container { max-width: 2000px; padding: 0 120px; }
      .footer { padding: 120px 0 60px; }
      .footer-logo-img { height: 80px; }
    }
    @media (min-width: 3840px) {
      html { font-size: 30px; }
      .hero-content { max-width: 3000px; }
      .ds-explainer-inner, .ds-net-wrap { max-width: 2600px; }
      .events-header { max-width: 2800px; }
      .header-content { max-width: 3000px; }
      .hero-model-wrap { width: 1000px; height: 1000px; }
      .ev-card { width: 420px; }
      .footer-container { max-width: 3000px; padding: 0 160px; }
      .footer { padding: 160px 0 80px; }
      .footer-logo-img { height: 100px; }
    }

    
    @media (max-width: 768px) {
      * {
        max-width: 100vw;
        box-sizing: border-box;
      }

      body {
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
      }

      .section-container {
        max-width: 100vw;
        overflow-x: hidden;
      }

      .content-section {
        max-width: 100vw;
        overflow-x: hidden;
      }

      .hero-section {
        padding-top: 100px;
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
      }

      .hero-content {
        padding: 0 28px 70px !important;
        min-height: 70vh;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
      }

      .hero-text {
        padding: 0 20px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
      }

      .hero-title {
        font-size: 2rem !important;
        line-height: 1.1 !important;
        margin-bottom: 20px !important;
      }

      .hero-subtitle {
        font-size: 1.1rem !important;
        line-height: 1.4 !important;
        margin-bottom: 30px !important;
      }

      .hero-buttons {
        gap: 15px !important;
      }

      .hero-btn {
        padding: 12px 24px !important;
        font-size: 0.9rem !important;
      }

      .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 20px;
      }

      .hero-btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
      }

      .car-grid {
        flex-direction: column;
        height: auto;
        gap: 10px;
      }

      .car-panel {
        height: 300px;
      }

      .car-panel:hover {
        flex-grow: 1;
      }

      .car-panel-content {
        opacity: 1;
        pointer-events: auto;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        text-align: center;
        padding: 20px;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 8px;
        margin-top: auto;
      }

      .car-panel-icon {
        display: none;
      }

      .car-panel-brand {
        font-size: 20px;
      }

      .car-panel-tagline {
        font-size: 14px;
      }

      
      .content-section.tierlist-section { 
        padding: 60px 0 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
      }
      .tierlist-section .tier-grid { 
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        margin-top: 20px !important;
      }
      .tierlist-section .tier-card { 
        padding: 15px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        background: rgba(255,255,255,0.04) !important;
        border: 1px solid rgba(255,255,255,0.08) !important;
        border-radius: 12px !important;
        gap: 12px !important;
      }
      .tierlist-section .tier-card-media { 
        width: 100% !important;
        height: 150px !important;
        border-radius: 8px !important;
        overflow: hidden !important;
      }
      .tierlist-section .tier-card-media img { 
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        border-radius: 0 !important;
      }
      .tierlist-section .tier-card-info { 
        flex: 1 !important;
        padding: 0 !important;
        text-align: center !important;
        width: 100% !important;
      }
      .tierlist-section .tier-card-info h4 { 
        font-size: 1.1rem !important;
        margin-bottom: 8px !important;
      }
      .tierlist-section .tier-card-desc { 
        font-size: 0.9rem !important;
        margin-bottom: 8px !important;
      }
      .tierlist-section .tier-card-value { 
        font-size: 0.9rem !important;
        font-weight: 600 !important;
      }

      
      .header-content {
        max-width: 100vw;
        padding: 0 20px;
      }

      .section-container {
        padding: 0 20px;
        max-width: calc(100vw - 40px);
      }

      .tier-grid {
        max-width: 100%;
        overflow-x: hidden;
      }

      .founder-grid {
        max-width: 100%;
        overflow-x: hidden;
      }

      .vision-content {
        max-width: 100%;
        overflow-x: hidden;
      }

      .mission-grid {
        max-width: 100%;
        overflow-x: hidden;
      }
    }

    
    @media screen and (max-width: 480px) and (orientation: portrait) {
      .header-content {
        padding: 0 15px !important;
        height: 60px !important;
        justify-content: space-between !important;
        display: flex !important;
        align-items: center !important;
        max-width: 100vw !important;
        margin: 0 !important;
        position: relative !important;
      }

      .header-content .logo {
        position: absolute !important;
        left: 16px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        margin: 0 !important;
        order: 1 !important;
      }

      .header-content .logo .logo-img {
        height: 30px !important;
        width: auto !important;
      }

      .header-content .header-cta {
        position: absolute !important;
        right: -25px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        margin: 0 !important;
        order: 3 !important;
      }

      .header-content .presave-nav-btn {
        padding: 8px 16px !important;
        font-size: 0.75rem !important;
      }

      .nav-menu {
        display: none !important;
      }
    }

    
    .ferrari-logo,
    .lamborghini-logo,
    .koenigsegg-logo,
    .audi-logo,
    .mercedes-logo {
      background: url('./ferrari.png') no-repeat center;
      background-size: contain;
      filter: brightness(0) invert(1); 
    }

    
    .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.9);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      z-index: 1000;
      transition: all 0.3s ease;
    }

    .header-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 40px;
      height: 68px;
    }

    .logo {
      display: flex;
      align-items: center;
    }

    .logo-img {
      height: 40px;
      width: auto;
      object-fit: contain;
    }

    .nav-menu {
      display: flex;
      align-items: center;
    }

    .nav-links {
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0;
      gap: 40px;
    }

    .nav-links li a {
      color: rgba(255, 255, 255, 0.8);
      text-decoration: none;
      font-size: 0.95rem;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      transition: color 0.3s ease;
      position: relative;
    }

    .nav-links li a:hover {
      color: var(--accent);
    }

    .nav-links li a::after {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 0;
      height: 2px;
      background: var(--accent);
      transition: width 0.3s ease;
    }

    .nav-links li a:hover::after {
      width: 100%;
    }

    .header-cta {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .lang-switch {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 0.72rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.55);
    }
    .lang-switch .lang-link {
      color: rgba(255,255,255,0.55);
      text-decoration: none;
      transition: color 0.2s ease;
    }
    .lang-switch .lang-link:hover { color: rgba(255,255,255,0.9); }
    .lang-switch .lang-link.active { color: #ffffff; }

    .presave-nav-btn {
      display: inline-block;
      padding: 8px 18px;
      background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hover) 100%);
      color: var(--bg-primary);
      text-decoration: none;
      font-size: 0.72rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      border-radius: 25px;
      border: 2px solid rgba(255, 255, 255, 0.2);
      transition: all 0.3s ease;
    }

    .presave-nav-btn:hover {
      transform: translateY(-2px);
      border-color: rgba(255, 255, 255, 0.4);
      box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
    }
    .mobile-menu-toggle {
      display: none;
      width: 40px;
      height: 40px;
      border: 1px solid rgba(255,255,255,0.18);
      border-radius: 10px;
      background: rgba(255,255,255,0.04);
      color: #fff;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
    }
    .mobile-menu-toggle span {
      width: 16px;
      height: 1px;
      background: #fff;
      display: block;
    }
    .mobile-menu-backdrop {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.55);
      backdrop-filter: blur(3px);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.25s ease;
      z-index: 1200;
    }
    .mobile-menu-panel {
      position: fixed;
      top: 0;
      right: 0;
      width: min(82vw, 330px);
      height: 100vh;
      background: rgba(8,8,8,0.96);
      border-left: 1px solid rgba(255,255,255,0.1);
      padding: calc(86px + env(safe-area-inset-top, 0px)) 22px max(24px, env(safe-area-inset-bottom, 0px));
      transform: translateX(100%);
      transition: transform 0.25s ease;
      z-index: 1210;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .mobile-menu-panel a {
      color: rgba(255,255,255,0.85);
      text-decoration: none;
      font-size: 0.95rem;
      letter-spacing: 0.02em;
      padding: 12px 10px;
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .mobile-menu-panel .mobile-menu-dashboard {
      margin-top: 12px;
      border: 1px solid rgba(255,255,255,0.25);
      border-radius: 999px;
      text-align: center;
      padding: 11px 14px;
      background: rgba(255,255,255,0.06);
    }
    .mobile-menu-lang-switch {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin: 0 0 8px 2px;
      font-size: 0.74rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.55);
    }
    .mobile-menu-lang-switch .lang-link {
      color: rgba(255,255,255,0.55);
      text-decoration: none;
    }
    .mobile-menu-lang-switch .lang-link.active { color: #fff; }
    .translation-topbar {
      margin-top: 68px;
      padding: 8px 14px;
      text-align: center;
      font-size: 0.72rem;
      letter-spacing: 0.02em;
      color: rgba(255,255,255,0.75);
      background: rgba(255,255,255,0.06);
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    body.mobile-menu-open {
      overflow: hidden;
    }
    body.mobile-menu-open .mobile-menu-backdrop {
      opacity: 1;
      pointer-events: auto;
    }
    body.mobile-menu-open .mobile-menu-panel {
      transform: translateX(0);
    }

    
    .content-section {
      min-height: 100vh;
      display: flex;
      align-items: center;
      padding: 120px 0;
      position: relative;
    }

    
    .content-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 120px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
      pointer-events: none;
      z-index: 2;
    }

    .content-section::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 120px;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
      pointer-events: none;
      z-index: 2;
    }

    .section-container {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 40px;
      width: 100%;
      position: relative;
      z-index: 2;
    }

    .section-title {
      font-family: 'Montserrat', sans-serif;
      font-size: clamp(2.5rem, 5vw, 4rem);
      font-weight: 400;
      background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin-bottom: 80px;
      letter-spacing: -0.02em;
      text-align: center;
      text-transform: uppercase;
      position: relative;
      animation: fadeInUp 0.8s ease-out;
    }

    .section-title::after {
      content: '';
      position: absolute;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 2px;
      background: linear-gradient(90deg, transparent, #ffffff, transparent);
      opacity: 0.5;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .section-text {
      font-size: 18px;
      line-height: 1.8;
      color: rgba(255, 255, 255, 0.8);
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }

    
    .hero-section {
      background: linear-gradient(135deg, #000000 0%, #0f0f23 100%);
      padding-top: 0;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      position: relative;
      overflow: hidden;
    }

    
    .car-collection-section {
      background: linear-gradient(135deg, #0f0f23 0%, #000000 100%);
      min-height: 140vh;
      display: flex;
      flex-direction: column;
      position: relative;
    }

    .hero-bg-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 1;
      z-index: 0;
      pointer-events: none; 
    }

    .hero-bg-video::-webkit-media-controls {
      display: none !important;
    }

    .hero-bg-video::-webkit-media-controls-panel {
      display: none !important;
    }

    .hero-bg-video::-webkit-media-controls-play-button {
      display: none !important;
    }

    .hero-bg-video::-webkit-media-controls-start-playback-button {
      display: none !important;
    }

    .hero-scroll-arrow {
      position: absolute;
      bottom: 36px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 6px;
      cursor: pointer;
      text-decoration: none;
    }
    .hero-scroll-arrow span {
      font-size: 0.55rem;
      font-weight: 600;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.35);
    }
    .hero-scroll-arrow svg {
      animation: scrollBounce 1.6s ease-in-out infinite;
      opacity: 0.5;
    }
    @keyframes scrollBounce {
      0%, 100% { transform: translateY(0); opacity: 0.5; }
      50%       { transform: translateY(7px); opacity: 1; }
    }
    .hero-scroll-arrow:hover svg,
    .hero-scroll-arrow:hover span { opacity: 1; }

    .hero-model-wrap {
      flex-shrink: 0;
      width: 600px;
      height: 600px;
      position: relative;
      align-self: center;
      margin-bottom: 0;
      margin-right: 60px;
    }
    #heroModelCanvas {
      width: 100% !important;
      height: 100% !important;
      display: block;
    }

    .hero-section::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 120px;
      background: linear-gradient(to bottom, transparent, rgba(15, 15, 35, 1));
      z-index: 2;
      pointer-events: none;
    }

    .hero-logo {
      height: 140px;
      width: auto;
      object-fit: contain;
      display: block;
      margin: 0 auto 24px auto;
      filter: brightness(1);
    }

    .hero-eyebrow-label {
      font-family: 'Montserrat', sans-serif;
      font-size: 0.7rem;
      font-weight: 500;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.45);
      margin-bottom: 16px;
    }

    .hero-content {
      padding: 0 80px 100px;
      text-align: left;
      position: relative;
      z-index: 10;
      min-height: 100vh;
      max-width: 1360px;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
      padding-bottom: 80px;
    }

    .hero-text {
      flex: 1;
      max-width: 580px;
      margin: 0;
      padding: 0;
      text-align: left;
    }

    @keyframes heroIn {
      0%   { opacity: 0; transform: translateY(36px); filter: blur(6px); }
      60%  { filter: blur(0px); }
      100% { opacity: 1; transform: translateY(0); filter: blur(0px); }
    }
    @keyframes heroInFast {
      0%   { opacity: 0; transform: translateY(18px); }
      100% { opacity: 1; transform: translateY(0); }
    }

    
    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 16px;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 100px;
      margin-bottom: 28px;
      backdrop-filter: blur(10px);
      opacity: 0;
      animation: heroInFast 0.7s cubic-bezier(0.22,1,0.36,1) 0.2s forwards;
    }
    .hero-badge-dot {
      width: 6px; height: 6px;
      border-radius: 50%;
      background: linear-gradient(135deg, #d4cfc8, #fff);
      flex-shrink: 0;
    }
    .hero-badge span {
      font-size: 0.62rem;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.5);
    }

    .hero-title {
      font-family: 'Montserrat', sans-serif;
      font-size: clamp(1.6rem, 2.6vw, 2.4rem);
      font-weight: 700;
      background: linear-gradient(160deg,
        #ffffff 0%,
        #f0ede8 30%,
        rgba(210,205,198,0.75) 70%,
        rgba(180,175,168,0.5) 100%
      );
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin-bottom: 22px;
      letter-spacing: -0.03em;
      text-transform: none;
      line-height: 1.08;
      opacity: 0;
      animation: heroIn 1s cubic-bezier(0.22,1,0.36,1) 0.45s forwards;
    }

    .hero-subtitle {
      font-size: clamp(0.82rem, 1.2vw, 0.96rem);
      font-weight: 300;
      color: rgba(255,255,255,0.42);
      margin-bottom: 36px;
      max-width: 460px;
      line-height: 1.8;
      opacity: 0;
      animation: heroIn 1s cubic-bezier(0.22,1,0.36,1) 0.75s forwards;
    }

    .hero-buttons {
      display: flex;
      gap: 12px;
      justify-content: flex-start;
      flex-wrap: wrap;
      opacity: 0;
      animation: heroInFast 0.8s cubic-bezier(0.22,1,0.36,1) 1.05s forwards;
    }

    .hero-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 13px 28px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: 600;
      font-size: 0.78rem;
      letter-spacing: 0.06em;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .hero-btn.primary {
      background: #fff;
      color: #000;
      border: none;
      font-weight: 700;
    }
    .hero-btn.primary:hover {
      background: rgba(255,255,255,0.88);
      transform: translateY(-2px);
      box-shadow: 0 12px 30px rgba(255,255,255,0.15);
    }
    .hero-btn.outline {
      background: transparent;
      color: rgba(255,255,255,0.7);
      border: 1px solid rgba(255,255,255,0.18);
    }
    .hero-btn.outline:hover {
      border-color: rgba(255,255,255,0.5);
      color: #fff;
      transform: translateY(-2px);
    }

    .hero-btn.secondary {
      background: transparent;
      color: #ffffff;
      border: 2px solid rgba(255, 255, 255, 0.3);
      backdrop-filter: blur(10px);
    }

    .hero-btn.secondary:hover {
      background: rgba(255, 255, 255, 0.1);
      border-color: rgba(255, 255, 255, 0.6);
      transform: translateY(-3px);
      box-shadow: 0 15px 40px rgba(255, 255, 255, 0.1);
    }

    .collection-header {
      text-align: center;
      padding: 80px 0 60px 0;
      position: relative;
      z-index: 10;
    }

    .collection-title {
      font-family: 'Montserrat', sans-serif;
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 400;
      color: #ffffff;
      margin-bottom: 15px;
      text-transform: uppercase;
      letter-spacing: -0.02em;
      line-height: 1.1;
    }

    .collection-subtitle {
      font-size: 1.2rem;
      color: rgba(255, 255, 255, 0.7);
      margin: 0;
      font-weight: 300;
    }

    .car-grid {
      display: flex;
      height: 90vh;
      flex: 1;
      position: relative;
      z-index: 5;
    }

    .collection-footer {
      text-align: center;
      padding: 60px 0 80px 0;
      position: relative;
      z-index: 10;
    }

    .collection-btn {
      display: inline-block;
      padding: 15px 40px;
      background: transparent;
      border: 2px solid rgba(255, 255, 255, 0.3);
      color: rgba(255, 255, 255, 0.9);
      text-decoration: none;
      font-size: 1rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      border-radius: 30px;
      transition: all 0.4s ease;
      position: relative;
      overflow: hidden;
    }

    .collection-btn:hover {
      border-color: var(--accent);
      color: var(--bg-primary);
      background: var(--accent);
      transform: translateY(-3px);
      box-shadow: 0 15px 30px rgba(212, 175, 55, 0.4);
    }

    .collection-btn::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
      transition: left 0.6s ease;
    }

    .collection-btn:hover::before {
      left: 100%;
    }

    .car-panel {
      position: relative;
      overflow: hidden;
      cursor: pointer;
      flex: 1;
      transition: flex 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      background-size: cover;
      background-position: center;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 30px;
    }

    .car-panel::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.7));
      transition: all 0.8s ease;
    }

    .car-panel::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(135deg, rgba(255,255,255,0.1), transparent);
      opacity: 0;
      transition: all 0.8s ease;
    }

    .car-panel:hover::before {
      background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4));
    }

    .car-panel:hover::after {
      opacity: 1;
    }

    .car-panel:hover {
      flex: 3;
      z-index: 10;
      box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
    }

    .car-panel.ferrari {
      background: url('./c1.jpg') center/cover;
    }

    .car-panel.lamborghini {
      background: url('./c2.jpg') center/cover;
    }

    .car-panel.koenigsegg {
      background: url('./c3.jpg') center/cover;
    }

    .car-panel.audi {
      background: url('./c4.jpg') center/cover;
    }

    .car-panel.mercedes {
      background: url('./c5.jpg') center/cover;
    }

    
    .car-panel-icon {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 3;
      transition: all 0.8s ease;
    }

    .car-panel-icon .car-panel-logo {
      width: 40px;
      height: 40px;
      filter: brightness(0) invert(1);
      transition: all 0.8s ease;
    }

    
    .car-panel-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 4;
      text-align: center;
      opacity: 0;
      transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      pointer-events: none;
    }

    .car-panel:hover .car-panel-content {
      opacity: 1;
      pointer-events: auto;
    }

    .car-panel:hover .car-panel-icon {
      opacity: 0;
      transform: translateX(-50%) translateY(10px);
    }

    .car-panel-content .car-panel-logo {
      width: 60px;
      height: 60px;
      margin: 0 auto 25px;
      filter: brightness(0) invert(1);
      transition: all 0.8s ease;
    }

    .car-panel-brand {
      font-family: 'Montserrat', sans-serif;
      font-size: clamp(20px, 2.5vw, 28px);
      font-weight: 400;
      color: #ffffff;
      margin-bottom: 15px;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    }

    .car-panel-tagline {
      font-size: 16px;
      color: rgba(255, 255, 255, 0.9);
      line-height: 1.5;
      max-width: 250px;
      margin: 0 auto;
      text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    }

    
    .founder-section {
      background: #000000;
      padding: 120px 0;
    }

    .founder-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 120px;
      align-items: center;
      max-width: 1200px;
      margin: 0 auto;
    }

    .founder-title {
      font-family: 'Montserrat', sans-serif;
      font-size: clamp(2.5rem, 4vw, 3.5rem);
      font-weight: 400;
      color: #ffffff;
      margin-bottom: 15px;
      text-transform: uppercase;
      letter-spacing: -0.02em;
      line-height: 1.1;
    }

    .founder-subtitle {
      font-size: 1.1rem;
      color: rgba(255, 255, 255, 0.6);
      margin-bottom: 40px;
      font-weight: 400;
    }

    .founder-text p {
      font-size: 1.2rem;
      line-height: 1.6;
      color: rgba(255, 255, 255, 0.8);
      margin: 0;
    }

    .founder-photos {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
      margin-top: 30px;
    }

    .founder-photos-mobile {
      display: none;
    }

    .founder-photo {
      position: relative;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .founder-photo:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    }

    .founder-photo img {
      width: 100%;
      height: 120px;
      object-fit: cover;
      display: block;
    }

    .founder-image {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
      transform-style: preserve-3d;
      perspective: 1000px;
    }

    .founder-image:hover {
      box-shadow: 0 35px 70px rgba(0, 0, 0, 0.4);
    }

    .founder-image img {
      width: 100%;
      height: 500px;
      object-fit: cover;
      display: block;
      border-radius: 20px;
    }

    .founder-image::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 150px;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
      pointer-events: none;
    }

    
    .ds-explainer {
      background: #000;
      padding: 120px 80px;
      text-align: left;
      position: relative;
      overflow: hidden;
    }
    .ds-explainer::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 1px;
      background: linear-gradient(to right, transparent, rgba(255,255,255,0.08) 30%, rgba(255,255,255,0.08) 70%, transparent);
    }
    .ds-explainer-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 100px;
      align-items: start;
      text-align: left;
    }
    
    .anim-in {
      opacity: 0;
      transform: translateY(32px);
      filter: blur(5px);
      transition: opacity 0.9s cubic-bezier(0.22,1,0.36,1),
                  transform 0.9s cubic-bezier(0.22,1,0.36,1),
                  filter 0.7s ease;
    }
    .anim-in.visible {
      opacity: 1;
      transform: translateY(0);
      filter: blur(0);
    }
    .anim-in.delay-1 { transition-delay: 0.1s; }
    .anim-in.delay-2 { transition-delay: 0.25s; }
    .anim-in.delay-3 { transition-delay: 0.4s; }
    .anim-in.delay-4 { transition-delay: 0.55s; }

    .ds-logo-inline {
      width: 140px;
      margin-bottom: 28px;
      opacity: 0.9;
    }
    .ds-explainer-left .ds-eyebrow {
      font-size: 0.6rem;
      font-weight: 700;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.3);
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .ds-explainer-left .ds-eyebrow::before {
      content: '';
      width: 24px; height: 1px;
      background: rgba(255,255,255,0.25);
      flex-shrink: 0;
    }
    .ds-explainer-left h2 {
      font-size: clamp(1.6rem, 2.6vw, 2.4rem);
      font-weight: 700;
      line-height: 1.05;
      letter-spacing: -0.03em;
      margin-bottom: 28px;
      background: linear-gradient(135deg, #fff 0%, rgba(200,200,200,0.7) 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .ds-explainer-left p {
      font-size: 0.92rem;
      font-weight: 300;
      line-height: 1.85;
      color: rgba(255,255,255,0.45);
      max-width: 560px;
      margin-bottom: 36px;
    }
    .ds-explainer-right {
      display: flex;
      flex-direction: column;
      gap: 20px;
      align-items: center;
      justify-content: center;
      align-self: stretch;
    }
    .ds-sequence-wrap {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 420px;
    }
    .ds-sequence-frame {
      width: min(100%, 680px);
      max-height: 520px;
      object-fit: contain;
      display: block;
      pointer-events: none;
      user-select: none;
      filter: drop-shadow(0 20px 40px rgba(0,0,0,0.45));
    }
    .ds-icons-grid {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      gap: 14px;
      width: 100%;
      max-width: 680px;
    }
    .ds-explainer-left .ds-icons-grid {
      justify-content: flex-start;
      margin-left: 0;
      margin-right: auto;
      max-width: 560px;
    }
    .ds-icon-card {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 14px 16px;
      flex: 1 1 210px;
      max-width: 240px;
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 12px;
      transition: background 0.25s, border-color 0.25s, transform 0.25s;
      cursor: default;
    }
    .ds-icon-card:hover {
      background: rgba(255,255,255,0.06);
      border-color: rgba(255,255,255,0.14);
      transform: translateX(4px);
    }
    .ds-icon-wrap {
      width: 48px; height: 48px;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      color: rgba(255,255,255,0.5);
      transition: color 0.25s, background 0.25s;
    }
    .ds-icon-card:hover .ds-icon-wrap {
      color: #fff;
      background: rgba(255,255,255,0.08);
    }
    .ds-icon-label {
      font-size: 0.8rem;
      font-weight: 600;
      color: rgba(255,255,255,0.55);
      letter-spacing: 0.01em;
      white-space: nowrap;
      transition: color 0.25s;
    }
    .ds-icon-card:hover .ds-icon-label { color: #fff; }
    .ds-bullet-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 10px;
      text-align: left;
      counter-reset: ds-counter;
    }
    .ds-bullet-list li {
      counter-increment: ds-counter;
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 16px 20px;
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 8px;
      font-size: 0.86rem;
      font-weight: 500;
      color: rgba(255,255,255,0.7);
      letter-spacing: 0.02em;
      position: relative;
      overflow: hidden;
      transition: background 0.25s, border-color 0.25s, color 0.25s, transform 0.2s;
      cursor: default;
    }
    
    .ds-bullet-list li::after {
      content: '';
      position: absolute;
      left: 0; top: 0; bottom: 0;
      width: 2px;
      background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.25), transparent);
      opacity: 0;
      transition: opacity 0.25s;
    }
    
    .ds-bullet-list li::before {
      content: counter(ds-counter, decimal-leading-zero);
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      color: rgba(255,255,255,0.2);
      flex-shrink: 0;
      width: 28px;
      transition: color 0.25s;
    }
    
    .ds-bullet-list li .ds-icon {
      width: 18px; height: 18px;
      flex-shrink: 0;
      opacity: 0.3;
      transition: opacity 0.25s;
    }
    .ds-bullet-list li:hover {
      background: rgba(255,255,255,0.06);
      border-color: rgba(255,255,255,0.14);
      color: #fff;
      transform: translateX(4px);
    }
    .ds-bullet-list li:hover::before { color: rgba(255,255,255,0.5); }
    .ds-bullet-list li:hover::after  { opacity: 1; }
    .ds-bullet-list li:hover .ds-icon { opacity: 0.8; }
    
    .ds-features {
      margin-top: 60px;
      border-top: 1px solid rgba(255,255,255,0.06);
    }
    .ds-feature-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 22px 0;
      border-bottom: 1px solid rgba(255,255,255,0.06);
      cursor: default;
      transition: padding-left 0.3s ease;
    }
    .ds-feature-item:hover { padding-left: 6px; }
    .ds-feat-num {
      font-size: 0.55rem;
      font-weight: 600;
      letter-spacing: 0.2em;
      color: rgba(255,255,255,0.15);
      width: 40px;
      flex-shrink: 0;
      transition: color 0.3s;
    }
    .ds-feature-item:hover .ds-feat-num { color: rgba(255,255,255,0.4); }
    .ds-feat-label {
      flex: 1;
      font-size: 0.95rem;
      font-weight: 500;
      color: rgba(255,255,255,0.45);
      letter-spacing: 0.01em;
      transition: color 0.3s;
    }
    .ds-feature-item:hover .ds-feat-label { color: rgba(255,255,255,0.9); }
    .ds-feat-icon { display: none; }

    @media (max-width: 860px) {
      .ds-explainer { padding: 80px 28px; }
      .ds-explainer-inner { grid-template-columns: 1fr; gap: 50px; }
      .ds-sequence-wrap { min-height: 260px; }
      .ds-sequence-frame { width: min(100%, 460px); max-height: 360px; }
    }

    
    .ds-steps {
      background: #000;
      padding: 120px 80px;
      position: relative;
      overflow: hidden;
    }
    .ds-steps::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; height: 1px;
      background: linear-gradient(to right, transparent, rgba(255,255,255,0.07) 30%, rgba(255,255,255,0.07) 70%, transparent);
      z-index: 1;
    }
    
    .ds-diamonds-bg {
      position: absolute;
      inset: 0;
      pointer-events: none;
    }
    .ds-diamond {
      position: absolute;
      width: var(--s, 16px);
      height: var(--s, 16px);
      left: var(--x, 50%);
      top: var(--y, 50%);
      animation: dPulse var(--dur, 5s) ease-in-out var(--delay, 0s) infinite;
    }
    .ds-diamond img {
      width: 100%; height: 100%;
      object-fit: contain;
      filter: invert(1) drop-shadow(0 0 6px rgba(255,255,255,0.8));
    }
    @keyframes dPulse {
      0%   { opacity: 0;   transform: translateY(0px)   rotate(0deg); }
      15%  { opacity: var(--op, 0.5); }
      50%  { opacity: var(--op, 0.5); transform: translateY(-20px) rotate(180deg); }
      85%  { opacity: var(--op, 0.5); }
      100% { opacity: 0;   transform: translateY(-40px) rotate(360deg); }
    }
    .ds-steps-header {
      max-width: 1200px;
      margin: 0 auto 80px;
      text-align: center;
      position: relative; z-index: 2;
    }
    .ds-steps-header .ds-eyebrow {
      font-size: 0.6rem; font-weight: 700;
      letter-spacing: 0.28em; text-transform: uppercase;
      color: rgba(255,255,255,0.28);
      display: flex; align-items: center; justify-content: center; gap: 12px;
      margin-bottom: 18px;
    }
    .ds-steps-header .ds-eyebrow::before {
      content: ''; width: 24px; height: 1px;
      background: rgba(255,255,255,0.25); flex-shrink: 0;
    }
    .ds-steps-header h2 {
      font-size: clamp(1.6rem, 2.6vw, 2.4rem);
      font-weight: 700; letter-spacing: -0.03em; line-height: 1.1;
      background: linear-gradient(160deg, #fff 0%, rgba(200,196,190,0.6) 100%);
      -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
      margin-bottom: 18px;
    }
    .ds-steps-header p {
      font-size: 0.9rem; font-weight: 300;
      color: rgba(255,255,255,0.4);
      line-height: 1.8; max-width: 600px;
      margin: 0 auto;
    }
    
    .ds-steps-grid {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      position: relative;
      z-index: 2;
    }
    
    .ds-steps-grid::before {
      content: '';
      position: absolute;
      top: 28px; left: calc(12.5% + 20px); right: calc(12.5% + 20px);
      height: 1px;
      background: linear-gradient(to right,
        rgba(255,255,255,0.12),
        rgba(255,255,255,0.06) 50%,
        rgba(255,255,255,0.12)
      );
    }
    .ds-step {
      padding: 0 28px 0 0;
      position: relative;
    }
    .ds-step-num-wrap {
      display: flex; align-items: center; gap: 14px;
      margin-bottom: 24px;
    }
    .ds-step-circle {
      width: 44px; height: 44px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,0.14);
      background: #0a0a0a;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      position: relative; z-index: 1;
      transition: border-color 0.3s, background 0.3s;
    }
    .ds-step:hover .ds-step-circle {
      border-color: rgba(255,255,255,0.4);
      background: rgba(255,255,255,0.05);
    }
    .ds-step-circle span {
      font-size: 0.68rem; font-weight: 700;
      letter-spacing: 0.08em;
      background: linear-gradient(135deg, #fff 0%, rgba(200,196,190,0.6) 100%);
      -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
    }
    .ds-step-label {
      font-size: 0.58rem; font-weight: 600;
      letter-spacing: 0.18em; text-transform: uppercase;
      color: rgba(255,255,255,0.2);
    }
    .ds-step h3 {
      font-size: 1rem; font-weight: 700;
      letter-spacing: -0.01em; line-height: 1.3;
      background: linear-gradient(135deg, #fff 0%, rgba(210,205,198,0.8) 100%);
      -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
      margin-bottom: 12px;
    }
    .ds-step p {
      font-size: 0.82rem; font-weight: 300;
      color: rgba(255,255,255,0.38);
      line-height: 1.75;
    }
    @media (max-width: 900px) {
      .ds-steps { padding: 80px 28px; }
      .ds-steps-grid {
        grid-template-columns: 1fr 1fr;
        gap: 48px 24px;
      }
      .ds-steps-grid::before { display: none; }
      .ds-step { padding: 0; }
    }
    @media (max-width: 540px) {
      .ds-steps-grid { grid-template-columns: 1fr; gap: 40px; }
    }

    
    .usp-section {
      background:
        radial-gradient(ellipse at 50% 0%, rgba(200,196,190,0.06) 0%, transparent 55%),
        #050505;
      padding: 120px 80px;
      position: relative;
      overflow: hidden;
    }
    .usp-section::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; height: 1px;
      background: linear-gradient(to right, transparent, rgba(255,255,255,0.08) 30%, rgba(255,255,255,0.08) 70%, transparent);
    }
    .usp-header {
      text-align: center;
      max-width: 640px;
      margin: 0 auto 70px;
    }
    .usp-header .usp-eyebrow {
      font-size: 0.6rem; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase;
      color: rgba(255,255,255,0.28);
      display: flex; align-items: center; justify-content: center; gap: 12px;
      margin-bottom: 16px;
    }
    .usp-header .usp-eyebrow::before {
      content: ''; width: 24px; height: 1px; background: rgba(255,255,255,0.22); flex-shrink: 0;
    }
    .usp-header h2 {
      font-size: clamp(1.6rem, 2.6vw, 2.4rem);
      font-weight: 700; letter-spacing: -0.03em;
      background: linear-gradient(160deg, #fff 0%, rgba(200,196,190,0.6) 100%);
      -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
      margin-bottom: 14px;
    }
    .usp-header p {
      font-size: 0.85rem; font-weight: 300;
      color: rgba(255,255,255,0.32);
      line-height: 1.75;
    }
    
    .usp-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      max-width: 1200px;
      margin: 0 auto;
    }
    .usp-card {
      background: #0a0a0a;
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 16px;
      padding: 32px 28px 36px;
      position: relative;
      overflow: hidden;
      cursor: default;
      transition: border-color 0.35s, box-shadow 0.35s, transform 0.35s cubic-bezier(0.2,0,0,1);
    }
    
    .usp-card:hover {
      border-color: rgba(255,255,255,0.18);
      box-shadow:
        0 0 0 1px rgba(255,255,255,0.06),
        0 20px 50px rgba(0,0,0,0.6),
        inset 0 1px 0 rgba(255,255,255,0.07);
      transform: translateY(-5px);
    }
    
    .usp-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 50% 0%, rgba(255,255,255,0.05) 0%, transparent 65%);
      opacity: 0;
      transition: opacity 0.4s;
      border-radius: inherit;
    }
    .usp-card:hover::before { opacity: 1; }

    .usp-card-icon {
      width: 46px; height: 46px;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 20px;
      color: rgba(255,255,255,0.38);
      transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
    }
    .usp-card:hover .usp-card-icon {
      color: #fff;
      background: rgba(255,255,255,0.07);
      border-color: rgba(255,255,255,0.16);
      box-shadow: 0 0 18px rgba(255,255,255,0.06);
    }
    .usp-card-icon svg { flex-shrink: 0; }
    .usp-card-num { display: none; }
    .usp-card-title {
      font-size: 0.95rem; font-weight: 700; line-height: 1.3;
      letter-spacing: -0.01em;
      background: linear-gradient(135deg, #fff 0%, rgba(210,205,198,0.8) 100%);
      -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
      margin-bottom: 10px;
    }
    .usp-card-text {
      font-size: 0.8rem; font-weight: 300;
      color: rgba(255,255,255,0.35);
      line-height: 1.8;
    }
    @media (max-width: 900px) {
      .usp-section { padding: 80px 28px; }
      .usp-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    }
    @media (max-width: 540px) {
      .usp-grid { grid-template-columns: 1fr; }
    }

    
    .ds-network {
      background:
        radial-gradient(ellipse at 50% 60%, rgba(160,155,148,0.09) 0%, transparent 65%),
        radial-gradient(ellipse at 20% 30%, rgba(200,196,190,0.05) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 70%, rgba(180,175,168,0.05) 0%, transparent 50%),
        #050505;
      padding: 100px 80px 120px;
      position: relative;
      overflow: hidden;
    }
    
    .ds-network::after {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
      background-size: 180px 180px;
      opacity: 0.6;
      pointer-events: none;
      mix-blend-mode: overlay;
    }
    .ds-network::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 1px;
      background: linear-gradient(to right, transparent, rgba(255,255,255,0.1) 30%, rgba(255,255,255,0.1) 70%, transparent);
      z-index: 1;
    }
    .ds-network-header {
      text-align: center;
      margin-bottom: 60px;
      position: relative;
      z-index: 2;
    }
    .ds-network-header .dn-eyebrow {
      font-size: 0.6rem; font-weight: 700;
      letter-spacing: 0.26em; text-transform: uppercase;
      color: rgba(255,255,255,0.25); margin-bottom: 14px;
    }
    .ds-network-header h2 {
      font-size: clamp(1.6rem, 2.6vw, 2.4rem);
      font-weight: 700; letter-spacing: -0.03em;
      background: linear-gradient(160deg, #fff 0%, rgba(200,196,190,0.6) 100%);
      -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
    }
    .ds-net-wrap {
      position: relative;
      width: 100%; max-width: 960px;
      margin: 0 auto;
      aspect-ratio: 960/580;
      z-index: 2;
    }
    .ds-net-svg {
      position: absolute; inset: 0;
      width: 100%; height: 100%;
      overflow: visible;
    }
    
    .dn-line-bg {
      fill: none;
      stroke: rgba(255,255,255,0.06);
      stroke-width: 1;
    }
    
    .dn-line {
      fill: none;
      stroke: rgba(220,215,208,0.5);
      stroke-width: 1.5;
      stroke-linecap: round;
      stroke-dasharray: var(--len, 400);
      stroke-dashoffset: var(--len, 400);
      opacity: 0;
      transition: stroke-dashoffset 1.2s cubic-bezier(0.4,0,0.2,1), opacity 0.1s;
    }
    .dn-line.drawn { opacity: 1; stroke-dashoffset: 0; }
    .dn-line:nth-child(n+7) { transition-delay: 0.0s; }

    
    .dn-line-glow {
      fill: none;
      stroke: rgba(255,255,255,0.18);
      stroke-width: 4;
      stroke-linecap: round;
      filter: blur(4px);
      stroke-dasharray: var(--len, 400);
      stroke-dashoffset: var(--len, 400);
      opacity: 0;
      transition: stroke-dashoffset 1.2s cubic-bezier(0.4,0,0.2,1), opacity 0.1s;
    }
    .dn-line-glow.drawn { opacity: 1; stroke-dashoffset: 0; }

    
    .dn-traveller {
      fill: #fff;
      opacity: 0;
    }
    .dn-traveller.drawn {
      opacity: 1;
      animation: dnTravel 2.5s linear infinite;
    }
    @keyframes dnTravel {
      0%   { offset-distance: 0%; opacity: 0; }
      5%   { opacity: 1; }
      95%  { opacity: 1; }
      100% { offset-distance: 100%; opacity: 0; }
    }

    
    .ds-net-center {
      position: absolute;
      left: 50%; top: 50%;
      transform: translate(-50%, -50%);
      width: 120px; height: 120px;
      border-radius: 50%;
      background: radial-gradient(circle at 35% 35%, #1e1e1e 0%, #080808 100%);
      border: 1px solid rgba(255,255,255,0.2);
      display: flex; align-items: center; justify-content: center;
      box-shadow:
        0 0 0 10px rgba(255,255,255,0.03),
        0 0 0 24px rgba(255,255,255,0.015),
        0 0 60px rgba(220,215,208,0.15);
      animation: dnPulse 3s ease-in-out infinite;
      z-index: 4; opacity: 0;
      transition: opacity 0.6s 0.2s;
    }
    .ds-net-center.drawn { opacity: 1; }
    @keyframes dnPulse {
      0%,100% { box-shadow: 0 0 0 10px rgba(255,255,255,0.03), 0 0 0 24px rgba(255,255,255,0.015), 0 0 50px rgba(220,215,208,0.12); }
      50%      { box-shadow: 0 0 0 10px rgba(255,255,255,0.06), 0 0 0 24px rgba(255,255,255,0.03), 0 0 80px rgba(220,215,208,0.25); }
    }
    .ds-net-center img { width: 66px; opacity: 0.95; }

    
    .ds-net-node {
      position: absolute;
      transform: translate(-50%, -50%);
      width: 56px; height: 56px;
      background: #0d0d0d;
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      z-index: 4;
      opacity: 0; scale: 0.7;
      transition: opacity 0.5s, scale 0.5s cubic-bezier(0.34,1.56,0.64,1), border-color 0.3s, box-shadow 0.3s;
    }
    .ds-net-node.drawn { opacity: 1; scale: 1; }
    .ds-net-node:hover { border-color: rgba(255,255,255,0.4); box-shadow: 0 0 24px rgba(220,215,208,0.18); }
    .ds-net-node svg { width: 22px; height: 22px; color: rgba(255,255,255,0.45); transition: color 0.3s; }
    .ds-net-node:hover svg { color: #fff; }

    .ds-net-label {
      position: absolute;
      transform: translate(-50%, -50%);
      font-size: 0.58rem; font-weight: 700;
      letter-spacing: 0.1em; text-transform: uppercase;
      color: rgba(255,255,255,0.35);
      white-space: nowrap; pointer-events: none;
      opacity: 0; transition: opacity 0.5s 0.8s;
    }
    .ds-net-label.drawn { opacity: 1; }
    
    @media (max-width: 700px) {
      .ds-network {
        display: block;
        padding: 44px max(16px, env(safe-area-inset-left)) 56px max(16px, env(safe-area-inset-right));
        overflow: visible;
      }
      .ds-network-header { margin-bottom: 20px; }
      .ds-network-header h2 { font-size: clamp(1.25rem, 5vw, 1.65rem); }
      .ds-net-wrap {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 960 / 600;
        min-height: 240px;
      }
      .ds-net-center {
        width: 76px;
        height: 76px;
      }
      .ds-net-center img { width: 44px; }
      .ds-net-node {
        width: 40px;
        height: 40px;
      }
      .ds-net-node svg { width: 18px; height: 18px; }
      .ds-net-label {
        font-size: 0.42rem;
        letter-spacing: 0.06em;
        max-width: 64px;
        white-space: normal;
        text-align: center;
        line-height: 1.15;
      }
    }

    
    .globe-section {
      background: #000;
      padding: 120px 80px;
      position: relative;
      overflow: hidden;
      text-align: center;
    }
    .globe-section::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; height: 1px;
      background: linear-gradient(to right, transparent, rgba(255,255,255,0.07) 30%, rgba(255,255,255,0.07) 70%, transparent);
    }
    .globe-inner {
      max-width: 800px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0;
      position: relative;
      z-index: 2;
    }
    
    .globe-anim-wrap {
      position: relative;
      width: 200px;
      height: 200px;
      margin-bottom: 40px;
    }
    
    .globe-anim-wrap::before {
      content: '';
      position: absolute;
      inset: -30px;
      background: radial-gradient(ellipse, rgba(200,196,190,0.09) 0%, transparent 70%);
      border-radius: 50%;
      animation: globePulse 4s ease-in-out infinite;
    }
    @keyframes globePulse {
      0%,100% { opacity: 0.7; transform: scale(1); }
      50%      { opacity: 1;   transform: scale(1.08); }
    }
    
    .globe-ball {
      width: 200px; height: 200px;
      border-radius: 50%;
      background:
        radial-gradient(circle at 32% 28%, rgba(255,255,255,0.1) 0%, transparent 45%),
        radial-gradient(circle at 70% 70%, rgba(0,0,0,0.5) 0%, transparent 45%),
        #0a0a0a;
      border: 1px solid rgba(255,255,255,0.1);
      box-shadow:
        inset -20px -15px 40px rgba(0,0,0,0.7),
        inset 6px 6px 20px rgba(255,255,255,0.04),
        0 0 40px rgba(200,196,190,0.08);
      position: relative;
      overflow: hidden;
    }
    
    .globe-svg-ring {
      position: absolute;
      inset: 0;
      width: 100%; height: 100%;
    }
    .globe-ring-lat {
      animation: ringFade 6s ease-in-out infinite;
    }
    .globe-ring-lat:nth-child(2) { animation-delay: 1s; }
    .globe-ring-lat:nth-child(3) { animation-delay: 2s; }
    .globe-ring-lat:nth-child(4) { animation-delay: 3s; }
    
    .globe-meridian {
      position: absolute;
      inset: 0;
      width: 100%; height: 100%;
      animation: meridianSpin 8s linear infinite;
      transform-origin: center center;
    }
    @keyframes meridianSpin { to { transform: rotateZ(360deg); } }
    @keyframes ringFade {
      0%,100% { opacity: 0.25; }
      50%      { opacity: 0.55; }
    }
    
    .globe-shimmer {
      position: absolute;
      inset: 0;
      border-radius: 50%;
      background: linear-gradient(135deg, rgba(255,255,255,0.07) 0%, transparent 50%);
      animation: shimmerMove 5s ease-in-out infinite;
    }
    @keyframes shimmerMove {
      0%,100% { transform: rotate(0deg);   opacity: 0.5; }
      50%      { transform: rotate(180deg); opacity: 1; }
    }
    
    .globe-pin {
      position: absolute;
      width: 8px; height: 8px;
      border-radius: 50%;
      background: #fff;
      box-shadow: 0 0 8px rgba(255,255,255,0.9), 0 0 16px rgba(255,255,255,0.4);
      transform: translate(-50%, -50%);
    }
    .globe-pin::after {
      content: '';
      position: absolute;
      inset: -5px;
      border-radius: 50%;
      border: 1.5px solid rgba(255,255,255,0.35);
      animation: pinPulse 2s ease-in-out infinite;
    }
    @keyframes pinPulse {
      0%,100% { transform: scale(1); opacity: 0.7; }
      50%      { transform: scale(2.5); opacity: 0; }
    }
    
    .globe-half-fade {
      position: absolute;
      bottom: 0; left: 0; right: 0; height: 55%;
      background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.6) 55%, #000 100%);
      border-radius: 0 0 50% 50%;
      pointer-events: none;
    }

    
    .globe-eyebrow {
      font-size: 0.6rem; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase;
      color: rgba(255,255,255,0.25);
      display: flex; align-items: center; justify-content: center; gap: 12px;
      margin-bottom: 18px;
    }
    .globe-eyebrow::before { content: ''; width: 24px; height: 1px; background: rgba(255,255,255,0.2); flex-shrink: 0; }
    .globe-headline {
      font-size: clamp(1.6rem, 2.8vw, 2.8rem);
      font-weight: 800; letter-spacing: -0.03em; line-height: 1.15;
      background: linear-gradient(155deg, #fff 0%, rgba(220,215,208,0.75) 60%, rgba(180,175,168,0.5) 100%);
      -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
      margin-bottom: 20px;
    }
    .globe-text {
      font-size: 0.87rem; font-weight: 300;
      color: rgba(255,255,255,0.38);
      line-height: 1.85;
      margin-bottom: 36px;
      max-width: 620px;
    }
    
    .dmcc-badge {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      padding: 14px 22px;
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.09);
      border-radius: 12px;
    }
    .dmcc-badge img { height: 32px; object-fit: contain; filter: brightness(0) invert(1); opacity: 0.7; }
    .dmcc-badge-divider { width: 1px; height: 28px; background: rgba(255,255,255,0.1); }
    .dmcc-badge-label { font-size: 0.58rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.22); margin-bottom: 2px; text-align: left; }
    .dmcc-badge-value { font-size: 0.78rem; font-weight: 600; color: rgba(255,255,255,0.6); text-align: left; }
    @media (max-width: 640px) {
      .globe-section { padding: 80px 28px; }
      .globe-anim-wrap { width: 160px; height: 160px; }
      .globe-ball { width: 160px; height: 160px; }
    }

    
    .ttz-section {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(ellipse at 20% 20%, rgba(220,215,208,0.08) 0%, transparent 48%),
        radial-gradient(ellipse at 80% 80%, rgba(180,175,168,0.06) 0%, transparent 45%),
        #040404;
      padding: 120px 80px;
    }
    .ttz-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(to right, transparent, rgba(255,255,255,0.08) 30%, rgba(255,255,255,0.08) 70%, transparent);
    }
    .sec-section + .ttz-section::before {
      display: none;
    }
    .sec-section + .ttz-section {
      background:
        radial-gradient(ellipse at 60% 50%, rgba(160,155,148,0.07) 0%, transparent 60%),
        radial-gradient(ellipse at 0% 100%, rgba(140,135,128,0.05) 0%, transparent 50%),
        #060606;
    }
    .ttz-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 420px;
      gap: 70px;
      align-items: center;
      position: relative;
      z-index: 2;
    }
    .ttz-eyebrow {
      font-size: 0.6rem;
      font-weight: 700;
      letter-spacing: 0.26em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.26);
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 18px;
    }
    .ttz-eyebrow::before {
      content: '';
      width: 24px;
      height: 1px;
      background: rgba(255,255,255,0.2);
      flex-shrink: 0;
    }
    .ttz-headline {
      font-size: clamp(1.65rem, 2.9vw, 2.8rem);
      font-weight: 800;
      line-height: 1.12;
      letter-spacing: -0.03em;
      background: linear-gradient(155deg, #fff 0%, rgba(220,215,208,0.75) 60%, rgba(180,175,168,0.5) 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 18px;
    }
    .ttz-subline {
      font-size: 1rem;
      font-weight: 600;
      color: rgba(255,255,255,0.78);
      margin-bottom: 18px;
      letter-spacing: 0.01em;
    }
    .ttz-text {
      font-size: 0.88rem;
      font-weight: 300;
      color: rgba(255,255,255,0.4);
      line-height: 1.85;
      max-width: 620px;
    }
    .ttz-visual {
      position: relative;
      min-height: 360px;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,0.1);
      background:
        linear-gradient(145deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.015) 55%, rgba(255,255,255,0.04) 100%),
        #0a0a0a;
      box-shadow: 0 20px 50px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.07);
      padding: 26px;
      overflow: hidden;
    }
    .ttz-chain-lines {
      position: absolute;
      inset: 0;
      opacity: 0.45;
      pointer-events: none;
    }
    .ttz-chain-lines path {
      stroke: rgba(255,255,255,0.45);
      stroke-width: 1;
      fill: none;
      stroke-dasharray: 8 8;
      animation: ttzFlow 8s linear infinite;
    }
    .ttz-chain-lines path:nth-child(2) { animation-delay: 1.2s; }
    .ttz-chain-lines path:nth-child(3) { animation-delay: 2.4s; }
    @keyframes ttzFlow {
      from { stroke-dashoffset: 180; }
      to { stroke-dashoffset: 0; }
    }
    .ttz-diamond {
      width: 90px;
      height: 90px;
      margin: 8px auto 16px;
      border-radius: 18px;
      border: 1px solid rgba(255,255,255,0.14);
      background: radial-gradient(circle at 30% 25%, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.05) 40%, transparent 80%), #0d0d0d;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 30px rgba(220,215,208,0.18);
      position: relative;
      z-index: 2;
      animation: ttzPulse 3.8s ease-in-out infinite;
    }
    .ttz-diamond img {
      width: 48px;
      height: 48px;
      object-fit: contain;
      filter: invert(1);
      opacity: 0.95;
    }
    @keyframes ttzPulse {
      0%, 100% { transform: scale(1); box-shadow: 0 0 30px rgba(220,215,208,0.14); }
      50% { transform: scale(1.06); box-shadow: 0 0 44px rgba(220,215,208,0.28); }
    }
    .ttz-dashboard {
      position: relative;
      z-index: 2;
      border-radius: 12px;
      border: 1px solid rgba(255,255,255,0.11);
      background: rgba(0,0,0,0.45);
      padding: 14px;
      backdrop-filter: blur(4px);
    }
    .ttz-dashboard-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
    }
    .ttz-dashboard-title {
      font-size: 0.58rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.35);
      font-weight: 700;
    }
    .ttz-dashboard-chip {
      font-size: 0.52rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      border: 1px solid rgba(255,255,255,0.2);
      border-radius: 20px;
      padding: 4px 8px;
      color: rgba(255,255,255,0.58);
    }
    .ttz-dashboard-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }
    .ttz-stat {
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 10px;
      padding: 10px;
      background: rgba(255,255,255,0.02);
    }
    .ttz-stat-label {
      font-size: 0.52rem;
      color: rgba(255,255,255,0.32);
      text-transform: uppercase;
      letter-spacing: 0.12em;
      margin-bottom: 6px;
    }
    .ttz-stat-value {
      font-size: 0.82rem;
      color: rgba(255,255,255,0.76);
      font-weight: 600;
      letter-spacing: 0.02em;
    }
    @media (max-width: 900px) {
      .ttz-section { padding: 80px 28px; }
      .ttz-inner {
        grid-template-columns: 1fr;
        gap: 36px;
      }
      .ttz-visual { min-height: 320px; }
    }
    @media (max-width: 540px) {
      .ttz-dashboard-grid { grid-template-columns: 1fr; }
      .ttz-headline { font-size: clamp(1.5rem, 8vw, 2rem); }
    }

    
    .customer-decision-section {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(ellipse at 30% 20%, rgba(220,215,208,0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 85%, rgba(170,165,158,0.07) 0%, transparent 45%),
        #070707;
      padding: 120px 80px;
    }
    .customer-decision-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(to right, transparent, rgba(255,255,255,0.08) 30%, rgba(255,255,255,0.08) 70%, transparent);
    }
    .customer-decision-inner {
      max-width: 1100px;
      margin: 0 auto;
      position: relative;
      z-index: 2;
      text-align: center;
    }
    .customer-decision-eyebrow {
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.24em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.3);
      margin-bottom: 18px;
    }
    .customer-decision-title {
      font-size: clamp(2rem, 4.4vw, 4.1rem);
      font-weight: 800;
      letter-spacing: -0.035em;
      line-height: 1.04;
      margin-bottom: 26px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
      background: linear-gradient(150deg, #fff 0%, rgba(228,223,216,0.78) 58%, rgba(178,173,166,0.56) 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .customer-decision-lead {
      font-size: clamp(1rem, 1.55vw, 1.3rem);
      line-height: 1.7;
      color: rgba(255,255,255,0.74);
      max-width: 980px;
      margin-bottom: 26px;
      font-weight: 500;
      margin-left: auto;
      margin-right: auto;
    }
    .customer-decision-text {
      font-size: 0.94rem;
      line-height: 1.95;
      color: rgba(255,255,255,0.42);
      max-width: 980px;
      font-weight: 300;
      margin-left: auto;
      margin-right: auto;
    }
    .customer-decision-highlight {
      display: inline-block;
      margin-top: 30px;
      padding: 10px 16px;
      border: 1px solid rgba(255,255,255,0.14);
      border-radius: 100px;
      background: rgba(255,255,255,0.03);
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.5);
    }
    @media (max-width: 900px) {
      .customer-decision-section { padding: 80px 28px; }
      .customer-decision-title { line-height: 1.1; }
    }

    
    .faq-section {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(ellipse at 25% 15%, rgba(215,210,202,0.08) 0%, transparent 48%),
        radial-gradient(ellipse at 75% 85%, rgba(165,160,152,0.08) 0%, transparent 45%),
        #050505;
      padding: 120px 80px;
    }
    .faq-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(to right, transparent, rgba(255,255,255,0.08) 30%, rgba(255,255,255,0.08) 70%, transparent);
    }
    .faq-inner {
      max-width: 1100px;
      margin: 0 auto;
      position: relative;
      z-index: 2;
    }
    .faq-eyebrow {
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.24em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.28);
      margin-bottom: 12px;
    }
    .faq-title {
      font-size: clamp(1.8rem, 3.6vw, 3.2rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1.08;
      background: linear-gradient(150deg, #fff 0%, rgba(228,223,216,0.78) 58%, rgba(178,173,166,0.56) 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 28px;
    }
    .faq-list {
      display: grid;
      gap: 12px;
    }
    .faq-col {
      display: grid;
      gap: 12px;
      align-content: start;
    }
    @media (min-width: 901px) {
      .faq-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        align-items: start;
      }
    }
    .faq-item {
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 14px;
      background: rgba(255,255,255,0.03);
      overflow: hidden;
    }
    .faq-item summary {
      list-style: none;
      cursor: pointer;
      padding: 18px 20px;
      font-size: 0.9rem;
      font-weight: 650;
      color: rgba(255,255,255,0.82);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }
    .faq-item summary::-webkit-details-marker { display: none; }
    .faq-item summary::after {
      content: '+';
      font-size: 1.05rem;
      color: rgba(255,255,255,0.5);
      flex-shrink: 0;
      transition: transform 0.25s ease;
    }
    .faq-item[open] summary::after {
      transform: rotate(45deg);
    }
    .faq-answer {
      padding: 0 20px 20px;
      font-size: 0.86rem;
      line-height: 1.85;
      color: rgba(255,255,255,0.42);
      border-top: 1px solid rgba(255,255,255,0.08);
    }
    .faq-answer p {
      padding-top: 14px;
    }
    @media (max-width: 900px) {
      .faq-section { padding: 80px 28px; }
      .faq-item summary { font-size: 0.86rem; padding: 16px; }
      .faq-answer { font-size: 0.82rem; padding: 0 16px 16px; }
    }

    
    .sec-section {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(ellipse at 60% 50%, rgba(160,155,148,0.07) 0%, transparent 60%),
        radial-gradient(ellipse at 0% 100%, rgba(140,135,128,0.05) 0%, transparent 50%),
        #060606;
      padding: 130px 80px;
    }
    .sec-section::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; height: 1px;
      background: linear-gradient(to right, transparent, rgba(255,255,255,0.08) 30%, rgba(255,255,255,0.08) 70%, transparent);
    }
    
    .sec-section::after {
      content: '';
      position: absolute; inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
      background-size: 180px;
      pointer-events: none;
      mix-blend-mode: overlay;
    }
    .sec-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 420px;
      gap: 80px;
      align-items: center;
      position: relative;
      z-index: 2;
    }
    
    .sec-eyebrow {
      font-size: 0.6rem; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase;
      color: rgba(255,255,255,0.25);
      display: flex; align-items: center; gap: 12px;
      margin-bottom: 22px;
    }
    .sec-eyebrow::before { content: ''; width: 24px; height: 1px; background: rgba(255,255,255,0.2); flex-shrink: 0; }
    .sec-headline {
      font-size: clamp(1.7rem, 3vw, 3rem);
      font-weight: 800; letter-spacing: -0.03em; line-height: 1.1;
      background: linear-gradient(155deg, #fff 0%, rgba(220,215,208,0.75) 60%, rgba(180,175,168,0.5) 100%);
      -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
      margin-bottom: 24px;
    }
    .sec-text {
      font-size: 0.88rem; font-weight: 300;
      color: rgba(255,255,255,0.38);
      line-height: 1.85;
      max-width: 520px;
      margin-bottom: 36px;
    }
    .sec-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 18px;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 100px;
      font-size: 0.65rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
      color: rgba(255,255,255,0.4);
    }
    .sec-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.5); flex-shrink: 0; }
    
    .sec-cards { display: flex; flex-direction: column; gap: 10px; }
    .sec-card {
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 18px 20px;
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 12px;
      position: relative;
      overflow: hidden;
      transition: border-color 0.3s, background 0.3s, transform 0.3s;
      cursor: default;
    }
    
    .sec-card::before {
      content: '';
      position: absolute;
      left: 0; top: 12%; bottom: 12%;
      width: 2px;
      background: linear-gradient(to bottom, transparent, rgba(220,215,208,0.5), transparent);
      border-radius: 1px;
      opacity: 0;
      transition: opacity 0.3s;
    }
    .sec-card:hover {
      border-color: rgba(255,255,255,0.14);
      background: rgba(255,255,255,0.05);
      transform: translateX(5px);
    }
    .sec-card:hover::before { opacity: 1; }
    .sec-card-icon {
      width: 40px; height: 40px;
      flex-shrink: 0;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.09);
      border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      color: rgba(255,255,255,0.45);
      transition: color 0.3s;
    }
    .sec-card:hover .sec-card-icon { color: #fff; }
    .sec-card-text {
      font-size: 0.85rem; font-weight: 600;
      color: rgba(255,255,255,0.65);
      letter-spacing: 0.01em;
      line-height: 1.3;
      transition: color 0.3s;
    }
    .sec-card:hover .sec-card-text { color: #fff; }
    .sec-card-check {
      margin-left: auto;
      flex-shrink: 0;
      width: 20px; height: 20px;
      border-radius: 50%;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.08);
      display: flex; align-items: center; justify-content: center;
      color: rgba(255,255,255,0.25);
      transition: all 0.3s;
    }
    .sec-card:hover .sec-card-check {
      background: rgba(255,255,255,0.07);
      border-color: rgba(255,255,255,0.2);
      color: rgba(255,255,255,0.6);
    }
    @media (max-width: 900px) {
      .sec-section { padding: 80px 28px; }
      .sec-inner { grid-template-columns: 1fr; gap: 48px; }
      .sec-headline { font-size: clamp(1.6rem, 5vw, 2.4rem); }
    }

    
    .events-section {
      background:
        radial-gradient(ellipse at 50% 0%,   rgba(220,216,210,0.16) 0%, transparent 55%),
        radial-gradient(ellipse at 15% 60%,  rgba(200,195,188,0.10) 0%, transparent 45%),
        radial-gradient(ellipse at 85% 40%,  rgba(190,185,178,0.10) 0%, transparent 45%),
        radial-gradient(ellipse at 50% 110%, rgba(230,226,220,0.12) 0%, transparent 50%),
        #080808;
      padding: 110px 0 110px;
      position: relative;
      overflow: hidden;
    }
    
    .events-section::after {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
      background-size: 180px 180px;
      opacity: 0.5;
      pointer-events: none;
      mix-blend-mode: overlay;
      z-index: 0;
    }
    .events-section::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; height: 1px;
      background: linear-gradient(to right, transparent, rgba(255,255,255,0.07) 30%, rgba(255,255,255,0.07) 70%, transparent);
    }
    
    .events-header {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0 80px 50px;
      max-width: 1400px;
      margin: 0 auto;
      gap: 20px;
      position: relative; z-index: 1;
    }
    .events-header-left .ev-eyebrow {
      font-size: 0.6rem; font-weight: 700;
      letter-spacing: 0.28em; text-transform: uppercase;
      color: rgba(255,255,255,0.28);
      display: flex; align-items: center; justify-content: center; gap: 12px;
    }
    .events-header-left .ev-eyebrow::before {
      content: ''; width: 22px; height: 1px;
      background: rgba(255,255,255,0.22); flex-shrink: 0;
    }
    .events-header-left h2 {
      font-size: clamp(1.6rem, 2.6vw, 2.4rem);
      font-weight: 700; letter-spacing: -0.03em; line-height: 1.0;
      background: linear-gradient(135deg, #fff 0%, rgba(200,200,200,0.65) 100%);
      -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
    }
    .events-nav { display: flex; gap: 10px; }
    .events-nav-btn {
      width: 42px; height: 42px;
      border: 1px solid rgba(255,255,255,0.14);
      background: transparent; color: rgba(255,255,255,0.5);
      cursor: pointer; display: flex; align-items: center; justify-content: center;
      transition: all 0.2s; flex-shrink: 0; border-radius: 50%;
    }
    .events-nav-btn:hover { border-color: rgba(255,255,255,0.5); color: #fff; background: rgba(255,255,255,0.05); }
    .events-nav-btn:disabled { opacity: 0.2; cursor: default; }
    .events-track-wrap {
      overflow: hidden; padding: 16px 80px 8px; cursor: grab;
      position: relative; z-index: 1;
    }
    .events-track-wrap:active { cursor: grabbing; }
    .events-track {
      display: flex; gap: 24px;
      transition: transform 0.45s cubic-bezier(0.4,0,0.2,1);
      will-change: transform; user-select: none;
    }
    
    .ev-card {
      flex-shrink: 0;
      width: 300px;
      background: #111;
      border-radius: 16px;
      overflow: hidden;
      display: flex; flex-direction: column;
      transition: transform 0.35s cubic-bezier(0.2,0,0,1), box-shadow 0.35s;
      cursor: pointer;
    }
    .ev-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 28px 60px rgba(0,0,0,0.8);
    }
    
    .ev-card-img {
      width: 100%; height: 200px;
      position: relative; overflow: hidden;
      display: flex; align-items: center; justify-content: center;
    }
    .ev-card-img-bg {
      position: absolute; inset: 0;
      transition: transform 0.6s ease, filter 0.6s;
    }
    .ev-card:hover .ev-card-img-bg { transform: scale(1.05); }
    
    .ev-card-icon {
      position: relative; z-index: 2;
      width: 52px; height: 52px;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 14px;
      display: flex; align-items: center; justify-content: center;
      backdrop-filter: blur(10px);
      transition: background 0.3s;
    }
    .ev-card:hover .ev-card-icon { background: rgba(255,255,255,0.12); }
    .ev-card-icon svg { width: 24px; height: 24px; color: rgba(255,255,255,0.8); }
    
    .ev-card-body {
      padding: 20px 22px 24px;
      display: flex; flex-direction: column; flex: 1;
      align-items: center;
      text-align: center;
    }
    
    .ev-card-meta-row {
      display: flex; align-items: center; justify-content: center; gap: 8px;
      margin-bottom: 12px;
    }
    .ev-card-tag {
      font-size: 0.62rem; font-weight: 700;
      letter-spacing: 0.08em; text-transform: uppercase;
      background: linear-gradient(135deg, #fff 0%, rgba(200,196,190,0.7) 100%);
      -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
      text-decoration: none;
    }
    .ev-card-tag-dot {
      width: 3px; height: 3px; border-radius: 50%;
      background: rgba(255,255,255,0.25); flex-shrink: 0;
    }
    .ev-card-date {
      font-size: 0.62rem; font-weight: 400;
      color: rgba(255,255,255,0.35);
    }
    .ev-card-title {
      font-size: 1.05rem; font-weight: 700;
      line-height: 1.35; letter-spacing: -0.01em;
      background: linear-gradient(160deg, #fff 0%, rgba(210,205,198,0.75) 100%);
      -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
      margin-bottom: 14px;
    }
    .ev-card-location {
      display: flex; align-items: center; justify-content: center; gap: 6px;
      font-size: 0.7rem; font-weight: 500;
      color: rgba(255,255,255,0.35);
      margin-bottom: 20px; flex-shrink: 0;
    }
    .ev-card-location svg { opacity: 0.4; flex-shrink: 0; }
    .ev-card-btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 8px;
      width: 100%;
      padding: 12px 20px;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 8px;
      font-size: 0.72rem; font-weight: 700;
      letter-spacing: 0.08em;
      color: rgba(255,255,255,0.7);
      text-decoration: none;
      margin-top: auto;
      transition: background 0.25s, border-color 0.25s, color 0.25s, transform 0.2s;
      cursor: pointer;
      font-family: 'Montserrat', sans-serif;
    }
    .ev-card-btn:hover {
      background: #fff;
      border-color: #fff;
      color: #000;
      transform: translateY(-1px);
    }
    .ev-card-btn svg { flex-shrink: 0; transition: transform 0.2s; }
    .ev-card-btn:hover svg { transform: translateX(3px); }
    
    .events-dots { display: flex; justify-content: center; gap: 6px; padding-top: 40px; position: relative; z-index: 1; }
    .ev-dot {
      width: 5px; height: 5px; border-radius: 50%;
      background: rgba(255,255,255,0.18); cursor: pointer;
      transition: all 0.2s; border: none;
    }
    .ev-dot.active { background: #fff; width: 18px; border-radius: 3px; }
    @media (max-width: 860px) {
      .events-header { padding: 0 24px 36px; }
      .events-track-wrap { padding: 0 24px; }
      .ev-card { width: calc(100vw - 72px); }
    }

    
    
    .ev-modal-overlay {
      position: fixed; inset: 0;
      background: rgba(0,0,0,0.88);
      backdrop-filter: blur(14px);
      z-index: 9000;
      display: flex; align-items: center; justify-content: center;
      padding: 16px;
      padding-bottom: max(16px, env(safe-area-inset-bottom, 0px) + 12px);
      opacity: 0; pointer-events: none;
      transition: opacity 0.3s ease;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }
    .ev-modal-overlay.open { opacity: 1; pointer-events: all; }
    .ev-modal {
      background: #0d0d0d;
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 20px;
      width: 100%; max-width: 560px;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      max-height: calc(100vh - 32px - env(safe-area-inset-bottom, 0px));
      max-height: calc(100dvh - 32px - env(safe-area-inset-bottom, 0px));
      transform: translateY(28px) scale(0.97);
      transition: transform 0.38s cubic-bezier(0.22,1,0.36,1);
      margin: auto;
    }
    .ev-modal-overlay.open .ev-modal { transform: translateY(0) scale(1); }
    .ev-modal-close {
      position: absolute; top: 16px; right: 16px; z-index: 10;
      width: 34px; height: 34px;
      background: rgba(0,0,0,0.5);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 50%;
      cursor: pointer; color: rgba(255,255,255,0.7);
      display: flex; align-items: center; justify-content: center;
      transition: all 0.2s; backdrop-filter: blur(8px);
    }
    .ev-modal-close:hover { background: rgba(255,255,255,0.12); color: #fff; }

    
    .ev-modal-img {
      width: 100%; height: 220px;
      object-fit: cover;
      display: block;
    }
    .ev-modal-img-placeholder {
      width: 100%; height: 160px;
      background: linear-gradient(160deg, #0a0c14 0%, #0d1528 60%, #060a1a 100%);
      display: flex; align-items: center; justify-content: center;
    }
    .ev-modal-img-placeholder svg { opacity: 0.15; }

    
    .ev-modal-body {
      flex: 1 1 auto;
      min-height: 0;
      padding: 28px 30px 32px;
      padding-bottom: calc(32px + env(safe-area-inset-bottom, 0px));
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }
    .ev-modal-tag {
      font-size: 0.58rem; font-weight: 700;
      letter-spacing: 0.22em; text-transform: uppercase;
      background: linear-gradient(135deg, #fff 0%, rgba(200,196,190,0.6) 100%);
      -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
      margin-bottom: 10px;
    }
    .ev-modal-title {
      font-size: 1.35rem; font-weight: 800;
      letter-spacing: -0.02em; line-height: 1.2;
      background: linear-gradient(160deg, #fff 0%, rgba(210,205,198,0.8) 100%);
      -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
      margin-bottom: 16px;
    }

    
    .ev-modal-meta {
      display: flex; flex-direction: column; gap: 7px;
      padding: 16px;
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 10px;
      margin-bottom: 20px;
    }
    .ev-modal-meta-row {
      display: flex; align-items: center; gap: 9px;
      font-size: 0.78rem; color: rgba(255,255,255,0.55);
    }
    .ev-modal-meta-row svg { opacity: 0.45; flex-shrink: 0; }
    .ev-modal-meta-row strong { color: rgba(255,255,255,0.8); font-weight: 600; }

    
    .ev-modal-desc {
      font-size: 0.83rem; font-weight: 300;
      color: rgba(255,255,255,0.45);
      line-height: 1.8;
      margin-bottom: 18px;
    }

    
    .ev-modal-bullets {
      list-style: none; padding: 0;
      display: flex; flex-direction: column; gap: 8px;
      margin-bottom: 24px;
    }
    .ev-modal-bullets li {
      display: flex; align-items: flex-start; gap: 10px;
      font-size: 0.8rem; color: rgba(255,255,255,0.5);
      line-height: 1.5;
    }
    .ev-modal-bullets li::before {
      content: '◆'; font-size: 0.38rem;
      color: rgba(255,255,255,0.3);
      margin-top: 6px; flex-shrink: 0;
    }

    .ev-modal-name-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    
    .ev-modal-cta {
      display: flex; align-items: center; justify-content: center;
      width: 100%; padding: 15px;
      background: #fff; color: #000;
      border: none; border-radius: 10px;
      font-family: 'Montserrat', sans-serif;
      font-size: 0.78rem; font-weight: 800;
      letter-spacing: 0.12em; text-transform: uppercase;
      cursor: pointer;
      transition: opacity 0.2s, transform 0.2s;
    }
    .ev-modal-cta:hover { opacity: 0.88; transform: translateY(-1px); }

    @media (max-width: 540px) {
      .ev-modal-overlay { align-items: flex-end; }
      .ev-modal {
        border-radius: 18px;
        max-height: calc(100vh - 12px - env(safe-area-inset-bottom, 0px));
        max-height: calc(100dvh - 12px - env(safe-area-inset-bottom, 0px));
      }
      .ev-modal-name-grid { grid-template-columns: 1fr; }
      .ev-modal-body {
        padding: 22px 20px 26px;
        padding-bottom: calc(26px + env(safe-area-inset-bottom, 0px) + 12px);
      }
      .ev-modal-img { height: 180px; }
    }

    /* iOS Safari zoom prevention on form focus */
    @supports (-webkit-touch-callout: none) {
      @media (max-width: 860px) {
        input,
        select,
        textarea {
          font-size: 16px !important;
        }
      }
    }

    
    .final-cta-section {
      position: relative;
      min-height: 60vh;
      background: url('./c2.jpg') center/cover;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    .final-cta-bg-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(15, 15, 35, 0.7) 100%);
      z-index: 1;
    }

    .final-cta-content {
      position: relative;
      z-index: 2;
      text-align: center;
      padding: 100px 20px;
    }

    .final-cta-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .final-cta-title {
      font-family: 'Montserrat', sans-serif;
      font-size: clamp(2.5rem, 5vw, 4.5rem);
      font-weight: 400;
      color: #ffffff;
      margin-bottom: 30px;
      text-transform: uppercase;
      letter-spacing: -0.02em;
      line-height: 1.1;
    }

    .final-cta-text {
      font-size: 1.4rem;
      color: rgba(255, 255, 255, 0.9);
      margin-bottom: 50px;
      line-height: 1.6;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .final-cta-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .final-cta-btn {
      display: inline-block;
      padding: 18px 40px;
      text-decoration: none;
      font-size: 1.1rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      border-radius: 50px;
      transition: all 0.4s ease;
    }

    .final-cta-btn.primary {
      background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hover) 100%);
      color: var(--bg-primary);
      border: 2px solid rgba(255, 255, 255, 0.8);
    }

    .final-cta-btn.secondary {
      background: transparent;
      color: rgba(255, 255, 255, 0.9);
      border: 2px solid rgba(255, 255, 255, 0.8);
    }

    .final-cta-btn:hover {
      transform: translateY(-3px);
      border-color: rgba(255, 255, 255, 1);
    }

    .final-cta-btn.secondary:hover {
      background: rgba(255, 255, 255, 0.1);
    }

    
    .footer {
      background: linear-gradient(135deg, #000000 0%, #0a0a0a 100%);
      padding: 80px 0 40px 0;
    }

    .footer-container {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 40px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr;
      gap: 60px;
      margin-bottom: 60px;
    }

    .footer-logo {
      margin-bottom: 20px;
    }

    .footer-logo-img {
      height: 44px;
      width: auto;
      object-fit: contain;
    }

    
    .tierlist-section {
      padding: 100px 0;
      background: linear-gradient(180deg, rgba(10,10,20,0.2) 0%, rgba(10,10,20,0.6) 100%);
      position: relative;
    }

    .tierlist-section .section-header {
      text-align: center;
      margin-bottom: 40px;
    }

    .tierlist-section .section-title {
      font-size: 2.2rem;
      letter-spacing: 0.08em;
    }

    .tierlist-section .section-text {
      color: rgba(255,255,255,0.7);
      margin-top: 10px;
    }

    .tier-block {
      margin-top: 30px;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 16px;
      padding: 24px;
      box-shadow: 0 20px 60px rgba(0,0,0,0.25);
      backdrop-filter: blur(8px);
    }

    .tier-header {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 16px 20px;
      align-items: center;
      margin-bottom: 18px;
    }

    .tier-badge {
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      font-size: 0.85rem;
      padding: 8px 12px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.35);
      color: rgba(255,255,255,0.85);
      background: rgba(255,255,255,0.04);
    }

    .tier-title {
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-size: 1.4rem;
    }

    .tier-subtitle {
      grid-column: 1 / -1;
      color: rgba(255,255,255,0.75);
    }

    .tier-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    .tier-card {
      position: relative;
      overflow: hidden;
      border-radius: 14px;
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.08);
      transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.3s ease;
    }

    .tier-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 25px 60px rgba(0,0,0,0.35);
      border-color: rgba(255,255,255,0.18);
    }

    .tier-card-media {
      position: relative;
      width: 100%;
      padding-top: 62%;
      overflow: hidden;
    }

    .tier-card-media img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transform: scale(1.02);
      transition: transform 0.5s ease;
    }

    .tier-card:hover .tier-card-media img {
      transform: scale(1.08);
    }

    .tier-card-info {
      padding: 14px 16px 16px 16px;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 10px;
      flex-direction: column;
    }

    .tier-card-info h4 {
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      font-size: 0.95rem;
      margin: 0;
    }

    .tier-card-meta {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 8px 12px;
      align-items: center;
    }
    .tier-card-desc {
      color: rgba(255,255,255,0.75);
      font-size: 0.9rem;
      line-height: 1.45;
      grid-column: 1 / -1;
    }
    .tier-card-stars {
      color: #ffffff;
      letter-spacing: 2px;
      font-size: 0.9rem;
      white-space: nowrap;
    }
    .tier-card-value {
      color: rgba(255,255,255,0.9);
      font-weight: 600;
      font-size: 0.95rem;
    }

    
    .tier-1 .tier-title { color: #ffd166; }
    .tier-2 .tier-title { color: #9be7ff; }
    .tier-3 .tier-title { color: #b5ff9b; }

    
    @media (max-width: 1200px) {
      .tier-grid { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 900px) {
      .tier-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 600px) {
      .tier-grid { grid-template-columns: 1fr; }
      .tierlist-section { padding: 70px 0; }
      .tier-title { font-size: 1.1rem; }
      .tier-badge { font-size: 0.75rem; }
    }

    
    .provenance-note-section {
      padding: 40px 0 80px 0;
    }
    .provenance-card {
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 16px;
      padding: 24px;
      text-align: center;
      backdrop-filter: blur(8px);
      margin: 40px auto 0;
      max-width: 880px;
    }
    .provenance-title {
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-size: 1rem;
      margin-bottom: 8px;
      color: rgba(255,255,255,0.9);
    }
    .provenance-text {
      color: rgba(255,255,255,0.75);
      margin: 0;
    }

    .provenance-inline {
      margin-top: 0;
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 14px;
      align-items: center;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 14px;
      padding: 16px 18px;
      backdrop-filter: blur(6px);
    }
    .provenance-inline-avatar {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,0.25);
      box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    }
    .provenance-inline-avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .provenance-inline-text h4 {
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      font-size: 0.9rem;
      margin: 0 0 4px 0;
      color: rgba(255,255,255,0.9);
    }
    .provenance-inline-text p {
      margin: 0;
      color: rgba(255,255,255,0.75);
      font-size: 0.95rem;
      line-height: 1.5;
    }

    .footer-title {
      font-family: 'Montserrat', sans-serif;
      font-size: 2rem;
      font-weight: 400;
      color: var(--accent);
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .footer-description {
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.6;
      font-size: 1rem;
    }

    .footer-heading {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.1rem;
      font-weight: 400;
      color: #ffffff;
      margin-bottom: 25px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

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

    .footer-links li {
      margin-bottom: 12px;
    }

    .footer-links a {
      color: rgba(255, 255, 255, 0.6);
      text-decoration: none;
      font-size: 0.95rem;
      transition: color 0.3s ease;
    }

    .footer-links a:hover {
      color: var(--accent);
    }

    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding-top: 40px;
    }

    .footer-bottom-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
    }

    .footer-copyright {
      color: rgba(255, 255, 255, 0.5);
      font-size: 0.9rem;
      margin: 0;
    }

    .footer-legal {
      display: flex;
      gap: 30px;
    }

    .footer-legal a {
      color: rgba(255, 255, 255, 0.5);
      text-decoration: none;
      font-size: 0.9rem;
      transition: color 0.3s ease;
    }

    .footer-legal a:hover {
      color: rgba(255, 255, 255, 0.8);
    }

    
    .intro-section {
      background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
    }

    .intro-content {
      text-align: center;
      max-width: 1000px;
      margin: 0 auto;
    }

    .intro-badge {
      display: inline-block;
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 25px;
      padding: 8px 20px;
      margin-bottom: 30px;
    }

    .intro-badge span {
      color: rgba(255, 255, 255, 0.8);
      font-size: 0.9rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .intro-title {
      font-family: 'Montserrat', sans-serif;
      font-size: clamp(2.5rem, 5vw, 4rem);
      font-weight: 400;
      background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: -0.02em;
      line-height: 1.1;
    }

    .intro-subtitle {
      font-size: 1.3rem;
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 60px;
      font-weight: 300;
    }

    .intro-features {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 40px;
      margin-bottom: 60px;
    }

    .feature-item {
      display: flex;
      align-items: flex-start;
      gap: 20px;
      text-align: left;
      padding: 30px;
      background: rgba(255, 255, 255, 0.02);
      border-radius: 15px;
      border: 1px solid rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(10px);
      transition: all 0.4s ease;
    }

    .feature-item:hover {
      transform: translateY(-5px);
      background: rgba(255, 255, 255, 0.05);
      border-color: rgba(212, 175, 55, 0.3);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    }

    .feature-number {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.5rem;
      font-weight: 400;
      color: var(--accent);
      min-width: 40px;
      text-transform: uppercase;
    }

    .feature-content h3 {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.1rem;
      font-weight: 400;
      color: #ffffff;
      margin-bottom: 8px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .feature-content p {
      color: rgba(255, 255, 255, 0.7);
      font-size: 1rem;
      line-height: 1.5;
      margin: 0;
    }

    .intro-highlight {
      background: transparent;
      border-radius: 20px;
      padding: 40px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      position: relative;
    }

    .intro-highlight::before {
      content: '"';
      position: absolute;
      top: 15px;
      left: 30px;
      font-size: 4rem;
      color: rgba(255, 255, 255, 0.2);
      opacity: 0.3;
      font-family: 'Montserrat', sans-serif;
    }

    .intro-highlight p {
      font-size: 1.3rem;
      color: rgba(255, 255, 255, 0.9);
      font-style: italic;
      margin: 0;
      line-height: 1.6;
      position: relative;
      z-index: 1;
    }

    
    .mission-section {
      background: linear-gradient(90deg, #000000 0%, #000000 60%, #16213e 100%);
    }

    .mission-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
      max-width: 1400px;
      margin: 0 auto;
    }

    .mission-video {
      position: relative;
    }

    .mission-video video {
      width: 100%;
      height: auto;
      display: block;
    }

    .mission-content {
      padding-left: 40px;
    }

    .mission-content .section-title {
      text-align: left;
      margin-bottom: 40px;
    }

    .mission-content .section-text {
      text-align: left;
    }

    .mission-eyebrow {
      font-family: 'Montserrat', sans-serif;
      font-size: 0.72rem;
      font-weight: 500;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.45);
      margin-bottom: 12px;
    }

    .mission-headline {
      font-family: 'Montserrat', sans-serif !important;
      font-size: clamp(2rem, 3.5vw, 3rem) !important;
      font-weight: 700 !important;
      line-height: 1.1 !important;
      letter-spacing: -0.01em !important;
      margin-bottom: 28px !important;
    }

    
    .vision-section {
      background: linear-gradient(135deg, #0f0f23 0%, #0a0a0a 100%);
    }

    .vision-content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
    }

    .vision-text {
      padding-right: 20px;
    }

    .vision-video {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }

    .vision-video-player {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 12px;
    }

    .video-play-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(0, 0, 0, 0.3);
      opacity: 1;
      transition: opacity 0.3s ease;
      cursor: pointer;
    }

    .video-play-overlay.hidden {
      opacity: 0;
      pointer-events: none;
    }

    .play-button {
      background: none;
      border: none;
      cursor: pointer;
      transition: transform 0.2s ease;
    }

    .play-button:hover {
      transform: scale(1.1);
    }

    .play-button svg {
      filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    }

    @media (max-width: 768px) {
      .vision-content {
        grid-template-columns: 1fr;
        gap: 40px;
      }
      
      .vision-text {
        padding-right: 0;
      }
    }

    
    .presave-cta-section {
      position: relative;
      min-height: 50vh;
      background: url('./c3.jpg') center/cover;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    .presave-bg-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(15, 15, 35, 0.7) 100%);
      z-index: 1;
    }

    .presave-content {
      position: relative;
      z-index: 2;
      text-align: center;
      padding: 80px 20px;
    }

    .presave-container {
      max-width: 800px;
      margin: 0 auto;
    }

    .presave-title {
      font-family: 'Montserrat', sans-serif;
      font-size: clamp(2.5rem, 5vw, 4rem);
      font-weight: 400;
      color: #ffffff;
      margin-bottom: 25px;
      text-transform: uppercase;
      letter-spacing: -0.02em;
      line-height: 1.1;
    }

    .presave-text {
      font-size: 1.3rem;
      color: rgba(255, 255, 255, 0.9);
      margin-bottom: 40px;
      line-height: 1.6;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }

    .presave-btn {
      display: inline-block;
      padding: 18px 45px;
      background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hover) 100%);
      color: var(--bg-primary);
      text-decoration: none;
      font-size: 1.1rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      border-radius: 50px;
      border: 2px solid rgba(255, 255, 255, 0.8);
      transition: all 0.4s ease;
    }

    .presave-btn:hover {
      transform: translateY(-3px);
      background: linear-gradient(135deg, var(--accent-hover) 0%, var(--accent) 100%);
      border-color: rgba(255, 255, 255, 1);
    }

    
    .values-section {
      background: linear-gradient(135deg, #000000 0%, #1a1a2e 100%);
    }

    .values-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 60px;
      margin-top: 80px;
    }

    .value-item {
      text-align: left;
      padding: 40px;
      background: rgba(255, 255, 255, 0.02);
      border-radius: 20px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
      transition: all 0.4s ease;
      position: relative;
      overflow: hidden;
    }

    .value-item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
      transform: translateX(-100%);
      transition: transform 0.6s ease;
    }

    .value-item:hover::before {
      transform: translateX(100%);
    }

    .value-item:hover {
      transform: translateY(-10px);
      background: rgba(255, 255, 255, 0.05);
      border-color: rgba(255, 255, 255, 0.2);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    }

    .value-item h3 {
      font-family: 'Montserrat', sans-serif;
      font-size: 24px;
      font-weight: 400;
      color: #ffffff;
      margin-bottom: 20px;
      text-transform: uppercase;
    }

    .value-item p {
      font-size: 16px;
      line-height: 1.7;
      color: rgba(255, 255, 255, 0.8);
    }

    
    .principles-section {
      background: linear-gradient(135deg, #16213e 0%, #0f0f23 100%);
    }

    .principles-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 60px;
      margin-top: 80px;
    }

    .principle-item {
      text-align: center;
      padding: 50px 30px;
      background: rgba(255, 255, 255, 0.02);
      border-radius: 20px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(15px);
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      position: relative;
      overflow: hidden;
    }

    .principle-item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent);
      opacity: 0;
      transition: opacity 0.5s ease;
    }

    .principle-item:hover::before {
      opacity: 1;
    }

    .principle-item:hover {
      transform: translateY(-15px) scale(1.02);
      background: rgba(255, 255, 255, 0.05);
      border-color: rgba(255, 255, 255, 0.3);
      box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    }

    .principle-item h3 {
      font-family: 'Montserrat', sans-serif;
      font-size: 28px;
      font-weight: 400;
      color: #ffffff;
      margin-bottom: 20px;
      text-transform: uppercase;
    }

    .principle-item p {
      font-size: 16px;
      line-height: 1.7;
      color: rgba(255, 255, 255, 0.8);
      text-align: left;
    }

    
    @media (max-width: 768px) {
      .car-grid {
        grid-template-columns: 1fr;
        height: auto;
        gap: 2px;
      }

      .car-panel {
        height: 280px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
      }

      .car-panel:hover {
        flex-grow: 1;
      }

      .car-panel-content {
        opacity: 1;
        transform: translateY(0);
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        padding: 12px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        margin: 10px;
        backdrop-filter: blur(5px);
      }

      .car-panel-brand {
        font-size: 18px;
        margin-bottom: 8px;
        color: #ffffff;
      }

      .car-panel-tagline {
        font-size: 14px;
        line-height: 1.4;
        color: rgba(255, 255, 255, 0.9);
        margin-bottom: 10px;
      }

      .car-panel-content .car-panel-logo {
        width: 40px;
        height: 40px;
        margin: 0 auto 15px;
        display: block;
      }

      .values-grid {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .principles-grid {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .section-container {
        padding: 0 20px;
      }

      .founder-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
      }

      .founder-photos-desktop {
        display: none;
      }

      .founder-photos-mobile {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 30px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
      }

      .founder-photo img {
        height: 100px;
      }

      .founder-text p {
        font-size: 1.1rem;
      }

      .founder-image img {
        height: 400px;
      }

      .founder-section {
        padding: 80px 0;
      }

      .presave-cta-section {
        min-height: 60vh;
      }

      .presave-content {
        padding: 60px 20px;
      }

      .presave-title {
        font-size: 2.5rem;
        margin-bottom: 20px;
      }

      .presave-text {
        font-size: 1.1rem;
        margin-bottom: 35px;
      }

      .presave-btn {
        padding: 15px 35px;
        font-size: 1rem;
      }

      .mission-section {
        background: linear-gradient(to bottom, #000000 0%, #000000 40%, #0d1b3e 75%, #16213e 100%) !important;
      }

      .mission-grid {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .mission-content {
        padding-left: 0;
      }

      .mission-video video {
        height: auto;
      }

      .intro-features {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .feature-item {
        padding: 25px;
        text-align: center;
        flex-direction: column;
        gap: 15px;
      }

      .intro-highlight {
        padding: 30px 25px;
      }

      .intro-highlight::before {
        font-size: 3rem;
        left: 20px;
      }

      .final-cta-section {
        min-height: 70vh;
      }

      .final-cta-content {
        padding: 80px 20px;
      }

      .final-cta-title {
        font-size: 2.5rem;
        margin-bottom: 25px;
      }

      .final-cta-text {
        font-size: 1.2rem;
        margin-bottom: 40px;
      }

      .final-cta-buttons {
        flex-direction: column;
        align-items: center;
      }

      .final-cta-btn {
        padding: 15px 35px;
        font-size: 1rem;
        width: 250px;
        text-align: center;
      }

      .footer {
        padding: 60px 0 30px 0;
      }

      .footer-container {
        padding: 0 20px;
      }

      .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 40px;
      }
      .footer-column {
        text-align: center;
      }
      .footer-logo {
        display: flex;
        justify-content: center;
      }
      .footer-description {
        text-align: center;
      }
      .footer-heading {
        text-align: center;
      }
      .footer-links {
        text-align: center;
      }

      .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
      }

      .footer-legal {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
      }

      .header-content {
        padding: 0 20px !important;
        height: 70px !important;
        justify-content: space-between !important;
        display: flex !important;
        align-items: center !important;
        max-width: 100vw !important;
        margin: 0 !important;
      }

      .nav-menu {
        display: none !important;
      }

      .logo {
        flex-shrink: 0 !important;
        margin-left: 12px !important;
        margin-right: auto !important;
        order: 1 !important;
      }

      .header-cta {
        display: flex !important;
        align-items: center !important;
        margin-left: auto !important;
        order: 3 !important;
      }

      .presave-nav-btn {
        padding: 10px 20px;
        font-size: 0.8rem;
      }

      .logo {
        font-size: 1.2rem;
      }

      .collection-header {
        padding: 60px 0 40px 0;
      }

      .collection-title {
        font-size: 2rem;
      }

      .collection-subtitle {
        font-size: 1rem;
        padding: 0 20px;
      }

      .collection-footer {
        padding: 40px 0 60px 0;
      }

      .collection-btn {
        padding: 12px 30px;
        font-size: 0.9rem;
      }
    }

    
    @media (max-width: 768px) {
      .mobile-menu-toggle {
        display: flex;
        order: 3;
        margin-left: auto;
      }
      .translation-topbar {
        margin-top: 70px;
        font-size: 0.68rem;
        padding: 7px 10px;
      }
      .header-cta {
        display: none !important;
      }
      .hero-section {
        min-height: auto;
        padding-top: 0 !important;
        padding-bottom: env(safe-area-inset-bottom, 0px);
      }
      .hero-content {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 22px;
        padding-top: calc(84px + env(safe-area-inset-top, 0px)) !important;
        min-height: auto !important;
        padding-bottom: 100px !important;
      }
      .hero-model-wrap {
        order: -1;
        width: min(88vw, 380px);
        height: min(88vw, 380px);
        max-width: calc(100vw - 32px);
        margin: 0 auto !important;
        margin-right: 0 !important;
        flex-shrink: 0;
      }
      #heroModelCanvas {
        touch-action: none;
        -webkit-touch-callout: none;
      }
      .hero-text {
        max-width: 100%;
        text-align: center;
        padding: 0 8px;
      }
      .hero-badge {
        justify-content: center;
      }
      .hero-buttons {
        justify-content: center;
      }
      .hero-scroll-arrow {
        bottom: max(24px, env(safe-area-inset-bottom));
      }
    }
