html { scroll-behavior: smooth; background: #000000; }
  body { margin: 0; font-family: 'Manrope', sans-serif; background: #000000; color: #F2F1F5; }
  * { box-sizing: border-box; }
  a { color: inherit; text-decoration: none; }
  button { font-family: inherit; cursor: pointer; }
  ::selection { background: #3B6EF6; color: #fff; }

  @keyframes fadeInUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
  @keyframes blurIn { from { opacity: 0; filter: blur(12px); transform: translateY(18px); } to { opacity: 1; filter: blur(0); transform: translateY(0); } }
  @keyframes glowPulse { 0%,100% { box-shadow: 0 0 0 rgba(59,109,255,0); border-color: rgba(90,140,255,0.16); } 50% { box-shadow: 0 0 46px -10px rgba(59,109,255,0.4); border-color: rgba(110,150,255,0.55); } }
  @keyframes floatSlow { 0% { transform: translate(-90px,-30px) scale(1); opacity:0.85; } 33% { transform: translate(80px,40px) scale(1.18); opacity:1; } 66% { transform: translate(-40px,60px) scale(0.92); opacity:0.8; } 100% { transform: translate(-90px,-30px) scale(1); opacity:0.85; } }
  @keyframes floatSlow2 { 0% { transform: translate(60px,-20px) scale(1); } 50% { transform: translate(-70px,50px) scale(1.25); } 100% { transform: translate(60px,-20px) scale(1); } }
  @keyframes scaleIn { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } }
  @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

  .reveal { animation: fadeInUp 0.8s cubic-bezier(.2,.7,.3,1) both; }
  .reveal-blur { animation: blurIn 1s cubic-bezier(.2,.7,.3,1) both; }
  .glow-in { animation: glowPulse 5s ease-in-out infinite; }
  .glow-in:nth-of-type(2) { animation-delay: 1.2s; }
  .glow-in:nth-of-type(3) { animation-delay: 2.4s; }
  .arrow-btn { width:46px; height:46px; border-radius:50%; border:1px solid rgba(255,255,255,0.18); background:rgba(255,255,255,0.04); display:flex; align-items:center; justify-content:center; transition: background .2s ease, border-color .2s ease, transform .2s ease; flex-shrink:0; }
  .arrow-btn:hover { background: rgba(59,109,255,0.16); border-color: #3B6EF6; transform: scale(1.06); }
  .hero-in-1 { animation: fadeInUp 0.9s cubic-bezier(.2,.7,.3,1) 0.05s both; }
  .hero-in-2 { animation: fadeInUp 0.9s cubic-bezier(.2,.7,.3,1) 0.2s both; }
  .hero-in-3 { animation: fadeInUp 0.9s cubic-bezier(.2,.7,.3,1) 0.35s both; }
  .hero-in-4 { animation: fadeInUp 0.9s cubic-bezier(.2,.7,.3,1) 0.5s both; }

  .card-nav { background: linear-gradient(160deg, rgba(24,34,64,0.55), rgba(8,10,18,0.7)); border: 1px solid rgba(90,140,255,0.16); border-radius: 16px; transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease; }
  .card-nav:hover { border-color: rgba(110,150,255,0.5); box-shadow: 0 0 40px -12px rgba(59,109,255,0.35); transform: translateY(-4px); }

  .btn-white { background:#F2F1F5; color:#0A0A0C; transition: transform .2s ease, filter .2s ease; }
  .btn-white:hover { transform: translateY(-2px); filter: brightness(0.96); }
  .btn-blue { background:#3B6EF6; color:#fff; transition: transform .2s ease, filter .2s ease, box-shadow .2s ease; }
  .btn-blue:hover { transform: translateY(-2px); filter: brightness(1.08); box-shadow: 0 14px 30px -10px rgba(59,109,255,0.5); }
  .btn-ghost { transition: background .25s ease, border-color .25s ease; }
  .btn-ghost:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.35) !important; }

  .navlink { position: relative; transition: color .2s ease; color: rgba(242,241,245,0.7); }
  .navlink::after { content:""; position:absolute; left:0; right:100%; bottom:-4px; height:1px; background: #3B6EF6; transition: right .25s ease; }
  .navlink:hover { color: #F2F1F5; }
  .navlink:hover::after { right: 0; }

  .svc-card { position:relative; padding:28px; }
  .svc-arrow { position:absolute; top:24px; right:24px; color: rgba(242,241,245,0.35); transition: transform .3s ease, color .3s ease; }
  .svc-card:hover .svc-arrow { transform: translate(3px,-3px); color: rgba(242,241,245,0.8); }
  .svc-icon { width:44px; height:44px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-bottom:20px; }

  .faq-row { border-bottom: 1px solid rgba(255,255,255,0.08); transition: background .25s ease, border-color .25s ease; }
  .faq-row:last-child { border-bottom: none; }
  .faq-row:hover { background: rgba(90,140,255,0.06); }
  .faq-answer { animation: fadeIn .3s ease both; }

  .check-item { display:flex; align-items:center; gap:12px; }
  .check-badge { width:22px; height:22px; border-radius:50%; background:#3B6EF6; display:flex; align-items:center; justify-content:center; flex-shrink:0; }

  .result-card { cursor: pointer; transition: transform .3s ease, box-shadow .3s ease; scroll-snap-align: start; flex: 0 0 auto; }
  .result-card:hover { transform: translateY(-6px) scale(1.01); box-shadow: 0 20px 40px -18px rgba(0,0,0,0.7); }
  .result-card:hover .zoom-hint { opacity: 1; }
  .zoom-hint { opacity: 0; transition: opacity .25s ease; }
  .carousel-track { display:flex; gap:18px; overflow-x:auto; scroll-snap-type:x proximity; scrollbar-width:none; -ms-overflow-style:none; padding: 4px 4px 20px; }
  .carousel-track::-webkit-scrollbar { display:none; }

  input, select, textarea {
    font-family: 'Manrope', sans-serif; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.14);
    color: #F2F1F5; border-radius: 10px; padding: 14px 16px; font-size: 15px; width: 100%; outline: none;
    transition: border-color .2s ease, background .2s ease;
  }
  input::placeholder, textarea::placeholder { color: rgba(242,241,245,0.32); }
  input:focus, select:focus, textarea:focus { border-color: #3B6EF6; background: rgba(255,255,255,0.06); }
  select option { background: #0A0E1A; color: #F2F1F5; }

  .logo-word { font-family:'Fraunces',serif; font-weight:600; font-size:19px; letter-spacing:4px; background:linear-gradient(180deg,#F1D9A8,#C89B54); -webkit-background-clip:text; background-clip:text; color:transparent; }
  .logo-sub { font-size:9px; letter-spacing:3px; color:rgba(242,241,245,0.7); font-weight:600; }
  .logo-rule { height:1px; background:rgba(242,241,245,0.32); }

  .badge-pill { display:inline-flex; align-items:center; gap:8px; padding:7px 16px 7px 8px; border-radius:999px; background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.1); font-size:12.5px; color:rgba(242,241,245,0.75); }
  .badge-tag { background:#3B6EF6; color:#fff; font-size:10.5px; font-weight:800; letter-spacing:0.5px; padding:3px 8px; border-radius:999px; }
  .stage-pill { background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.1); font-size:11.5px; padding:5px 12px; border-radius:999px; color:rgba(242,241,245,0.7); }

  @media (max-width: 860px) {
    .hide-mobile { display: none !important; }
    .stack-mobile { flex-direction: column !important; align-items: stretch !important; }
    .grid-2 { grid-template-columns: 1fr !important; }
    .grid-3 { grid-template-columns: 1fr !important; }
    .grid-4 { grid-template-columns: repeat(2,1fr) !important; }
    .h1-size { font-size: 40px !important; }
    .section-pad { padding-left: 24px !important; padding-right: 24px !important; }
    .hero-split { flex-direction: column !important; }
    .hero-visual { margin-top: 40px; }
  }
  @media (min-width: 861px) {
    .show-mobile { display: none !important; }
  }

  /* --- static-site additions --- */
  [hidden] { display: none !important; }
  .site-root { overflow-x: clip; }
  .form-error { font-size: 13px; color: #FF8A8A; margin: 0; }
  @media (max-width: 860px) {
    input, select, textarea { font-size: 16px; } /* prevents iOS zoom-on-focus */
  }

