/* mobile: prevent horizontal overflow */
html { overflow-x: clip; }
body { overflow-x: clip; }

html { background: var(--bg); }

    /* Themed scrollbar (adapts to dark / light) */
    html { scrollbar-width: thin; scrollbar-color: var(--blue-l) var(--bg); color-scheme: dark; }
    [data-theme="light"] { color-scheme: light; }
    ::-webkit-scrollbar { width: 13px; height: 13px; background: var(--bg); }
    ::-webkit-scrollbar-track { background: var(--bg); }
    ::-webkit-scrollbar-thumb {
      background: linear-gradient(180deg, var(--blue-l), var(--blue));
      border-radius: 10px;
      border: 3px solid var(--bg);
      background-clip: padding-box;
    }
    ::-webkit-scrollbar-thumb:hover { background: var(--blue-l); background-clip: padding-box; }
    ::-webkit-scrollbar-corner { background: var(--bg); }
    .wave-egg { cursor: pointer; transition: color 0.15s; }
    .wave-egg:hover { color: var(--blue-l); }
    .wave-modal { position: fixed; inset: 0; z-index: 700; display: none; align-items: center; justify-content: center; background: rgba(3,5,8,0.9); padding: 20px; }
    .wave-modal.open { display: flex; }
    .wave-card { width: min(800px, 96vw); background: var(--bg-card-s); border: 1px solid var(--border-h); border-radius: 16px; overflow: hidden; box-shadow: 0 40px 100px rgba(0,0,0,0.6); }
    .wave-top { display: flex; align-items: center; justify-content: space-between; padding: 12px 18px; border-bottom: 1px solid var(--border); }
    .wave-ttl { font-family: var(--fh); font-weight: 700; font-size: 0.95rem; display: flex; align-items: center; gap: 9px; }
    .wave-ttl small { font-weight: 400; font-size: 0.72rem; color: var(--muted); }
    .wave-timer { font-family: var(--fh); font-weight: 700; font-size: 0.85rem; color: var(--blue-l); min-width: 46px; text-align: right; }
    .wave-x { background: none; border: none; color: var(--muted); cursor: pointer; font-size: 1.3rem; line-height: 1; padding: 2px 8px; border-radius: 6px; }
    .wave-x:hover { color: var(--white); }
    .wave-canvas-wrap { position: relative; background: #05070d; line-height: 0; }
    #waveCanvas { display: block; width: 100%; height: auto; touch-action: none; }
    .wave-hint { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; text-align: center; background: rgba(3,5,8,0.6); font-family: var(--fh); line-height: 1.4; }
    .wave-hint.hidden { display: none; }
    .wave-hint h4 { font-size: 1.35rem; font-weight: 800; color: #fff; }
    .wave-hint p { font-size: 0.78rem; color: rgba(255,255,255,0.72); max-width: 280px; }
    .wave-btn { margin-top: 5px; background: var(--blue); border: none; color: #fff; font-family: inherit; font-weight: 600; font-size: 0.8rem; padding: 9px 22px; border-radius: 8px; cursor: pointer; transition: background 0.15s; }
    .wave-btn:hover { background: var(--blue-l); }
    .wave-reward { display: none; flex-direction: column; align-items: center; gap: 7px; margin: 2px 0 4px; }
    .wave-rl { font-size: 0.7rem; color: rgba(255,255,255,0.74); max-width: 270px; line-height: 1.4; }
    .wave-code { font-family: 'JetBrains Mono', monospace; font-size: 1rem; font-weight: 800; letter-spacing: 0.16em; color: #fff; background: rgba(61,126,255,0.18); border: 1px dashed #6da0ff; border-radius: 8px; padding: 7px 18px; }
    .wave-hint.win { background: rgba(3,5,8,0.32); }
    .wave-hint.win h4 { font-size: 1.95rem; color: #fff; text-shadow: 0 0 26px rgba(61,126,255,0.95), 0 0 8px rgba(255,255,255,0.6); animation: winPop 0.6s cubic-bezier(0.34,1.56,0.64,1); }
    .wave-hint.win p { color: #cfe0ff; }
    @keyframes winPop { 0% { transform: scale(0.3); opacity: 0; } 70% { transform: scale(1.12); } 100% { transform: scale(1); opacity: 1; } }
    .wave-hint.win .wave-rl { color: #dbe6ff; }
    .wave-hint.win .wave-code { color: #fff; background: rgba(61,126,255,0.32); border-color: #a8c6ff; animation: codePulse 1.15s ease-in-out infinite; }
    @keyframes codePulse { 0%,100% { transform: scale(1); box-shadow: 0 0 16px rgba(61,126,255,0.45); } 50% { transform: scale(1.07); box-shadow: 0 0 34px rgba(124,158,255,0.85); } }
    .wave-hint.win .wave-btn { animation: winPop 0.7s ease both; }
    .flux-launch { position: fixed; inset: 0; z-index: 690; display: none; align-items: center; justify-content: center; background: radial-gradient(circle at center, rgba(5,73,249,0.20), rgba(3,5,8,0.88)); }
    .flux-launch.show { display: flex; animation: fxBg 0.3s ease both; }
    @keyframes fxBg { from { opacity: 0; } to { opacity: 1; } }
    .flux-box { width: 100px; height: 100px; border-radius: 22px; position: relative; display: flex; align-items: center; justify-content: center; background: linear-gradient(150deg, #3a6ee0, #1d4ed8); border: 2px solid #9fc0ff; box-shadow: 0 0 46px rgba(61,126,255,0.75), inset 0 2px 12px rgba(255,255,255,0.35); }
    .flux-q { font-family: var(--fh); font-weight: 800; font-size: 3.6rem; color: #fff; text-shadow: 0 0 20px rgba(255,255,255,0.85); }
    .flux-box.in { animation: fxIn 0.7s cubic-bezier(0.2,1.5,0.45,1) both, fxFloat 1.7s ease-in-out 0.7s infinite; }
    @keyframes fxIn { 0% { transform: scale(0) rotate(-230deg); opacity: 0; } 55% { opacity: 1; } 100% { transform: scale(1) rotate(0); opacity: 1; } }
    @keyframes fxFloat { 0%,100% { transform: translateY(0) rotate(-4deg); box-shadow: 0 0 40px rgba(61,126,255,0.6), inset 0 2px 12px rgba(255,255,255,0.35); } 50% { transform: translateY(-12px) rotate(4deg); box-shadow: 0 0 66px rgba(124,158,255,0.95), inset 0 2px 12px rgba(255,255,255,0.45); } }
    .flux-box.burst { animation: fxBurst 0.55s cubic-bezier(0.6,0,0.85,0.25) forwards; }
    @keyframes fxBurst { 0% { transform: scale(1); opacity: 1; border-radius: 22px; } 35% { transform: scale(0.78); } 100% { transform: scale(18); opacity: 0; border-radius: 45%; } }
    .flux-shock { position: absolute; width: 100px; height: 100px; border-radius: 50%; border: 3px solid #bcd3ff; opacity: 0; pointer-events: none; }
    .flux-shock.go { animation: fxShock 0.62s ease-out forwards; }
    @keyframes fxShock { 0% { transform: scale(0.5); opacity: 0.95; } 100% { transform: scale(10); opacity: 0; } }
    :root {
      --bg:          #030508;
      --bg-card:     #07091200;
      --bg-card-s:   #080d1c;
      --blue:        #0549F9;
      --blue-l:      #3d7eff;
      --blue-ll:     #6da0ff;
      --blue-dim:    rgba(5,73,249,0.12);
      --blue-glow:   rgba(5,73,249,0.35);
      --shadow-deep:       rgba(0,0,0,0.6);
      --shadow-hover-deep: rgba(0,0,0,0.75);
      --shadow-card:       rgba(0,0,0,0.35);
      --shadow-card-lg:    rgba(0,0,0,0.45);
      --shadow-sm:         rgba(0,0,0,0.28);
      --white:       #FEFCFE;
      --muted:       rgba(254,252,254,0.52);
      --border:      rgba(5,73,249,0.18);
      --border-h:    rgba(5,73,249,0.5);
      --fh:          'Space Grotesk', sans-serif;
      --fb:          'DM Sans', sans-serif;
      --r:           12px;
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      background: var(--bg);
      color: var(--white);
      font-family: var(--fb);
      line-height: 1.6;
      overflow-x: hidden;
    }
    body::before {
      content: '';
      position: fixed;
      inset: 0;
      background-image: radial-gradient(circle, rgba(5,73,249,0.07) 1px, transparent 1px);
      background-size: 38px 38px;
      pointer-events: none;
      z-index: 0;
    }
    .gradient-text {
      background: linear-gradient(120deg, var(--white) 10%, var(--blue-l) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .blue-text { color: var(--blue-l); }
    .btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 11px 24px;
      border-radius: 8px;
      font-family: var(--fb);
      font-weight: 600;
      font-size: 0.9rem;
      cursor: pointer;
      transition: all 0.25s;
      text-decoration: none;
      border: none;
      white-space: nowrap;
      min-height: 44px;
    }
    .btn-primary {
      background: var(--blue);
      color: var(--white);
      box-shadow: 0 0 22px var(--blue-glow);
    }
    .btn-primary:hover {
      background: var(--blue-l);
      box-shadow: 0 0 36px var(--blue-glow);
      transform: translateY(-2px);
    }
    .btn-ghost {
      background: transparent;
      color: var(--white);
      border: 1px solid var(--border);
    }
    .btn-ghost:hover { border-color: var(--blue); color: var(--blue-l); }
    .section-tag {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 0.72rem;
      font-weight: 600;
      color: var(--blue-l);
      letter-spacing: 0.12em;
      text-transform: uppercase;
      margin-bottom: 14px;
    }
    .section-tag::before { content: '</> '; opacity: 0.7; }
    .section-title {
      font-family: var(--fh);
      font-size: clamp(1.9rem, 3vw, 2.9rem);
      font-weight: 700;
      line-height: 1.12;
      margin-bottom: 14px;
    }
    .section-sub {
      font-size: 1rem;
      color: var(--muted);
      max-width: 520px;
      line-height: 1.75;
      text-wrap: pretty;
    }
    .section-hd { margin-bottom: 56px; }
    .container {
      max-width: 1160px;
      margin: 0 auto;
      padding: 100px 5%;
      position: relative;
      z-index: 1;
    }
    #nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 200;
      height: 68px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 5%;
      background: rgba(3,5,8,0.75);
      backdrop-filter: blur(24px);
      -webkit-backdrop-filter: blur(24px);
      border-bottom: 1px solid var(--border);
      transition: background 0.3s;
    }
    .nav-logo {
      display: flex;
      align-items: center;
      gap: 9px;
      text-decoration: none;
    }
    .nav-logo-img {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: url('images/favicon.png') center / contain no-repeat;
      flex-shrink: 0;
    }
    .nav-logo-name {
      font-family: var(--fh);
      font-weight: 700;
      font-size: 1.05rem;
      color: var(--white);
    }
    .nav-logo-name em { color: var(--blue-l); font-style: normal; }
    .nav-links {
      display: flex;
      align-items: center;
      gap: 30px;
      list-style: none;
    }
    .nav-links a {
      font-size: 0.88rem;
      font-weight: 500;
      color: var(--muted);
      text-decoration: none;
      transition: color 0.2s;
    }
    .nav-links a:hover { color: var(--white); }
    .hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      padding: 4px;
      background: none;
      border: none;
    }
    .hamburger span {
      display: block;
      width: 22px;
      height: 2px;
      background: var(--white);
      border-radius: 2px;
      transition: all 0.3s;
    }
    .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .hamburger.open span:nth-child(2) { opacity: 0; }
    .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .mobile-menu {
      display: none;
      position: fixed;
      top: 68px; left: 0; right: 0;
      background: rgba(3,5,8,0.97);
      backdrop-filter: blur(24px);
      border-bottom: 1px solid var(--border);
      padding: 28px 5%;
      flex-direction: column;
      gap: 6px;
      z-index: 199;
    }
    .mobile-menu.open { display: flex; }
    .mobile-menu a {
      color: var(--muted);
      text-decoration: none;
      font-size: 1rem;
      font-weight: 500;
      padding: 12px 0;
      border-bottom: 1px solid rgba(255,255,255,0.05);
      transition: color 0.2s;
    }
    .mobile-menu a:hover, .mobile-menu a:last-child { color: var(--white); }
    .mobile-menu .btn { margin-top: 8px; text-align: center; justify-content: center; }
    #hero {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      padding: 130px 5% 80px;
      overflow: hidden;
    }
    .hero-glow-top {
      position: absolute;
      top: -300px; left: 50%;
      transform: translateX(-30%);
      width: 1000px; height: 800px;
      background: radial-gradient(ellipse at center, rgba(5,73,249,0.18) 0%, transparent 65%);
      pointer-events: none;
    }
    .hero-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: stretch;
      max-width: 1160px;
      margin: 0 auto;
      width: 100%;
    }
    .hero-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 5px 14px;
      background: var(--blue-dim);
      border: 1px solid var(--border);
      border-radius: 100px;
      font-size: 0.75rem;
      font-weight: 600;
      color: var(--blue-l);
      letter-spacing: 0.06em;
      text-transform: uppercase;
      margin-bottom: 26px;
    }
    .hero-h1 {
      font-family: var(--fh);
      font-size: clamp(2.5rem, 5.5vw, 4.4rem);
      font-weight: 700;
      line-height: 1.07;
      margin-bottom: 22px;
    }
    .hero-sub {
      font-size: 1.1rem;
      color: var(--muted);
      max-width: 520px;
      line-height: 1.75;
      margin-bottom: 38px;
      text-wrap: pretty;
    }
    .hero-sub strong { color: var(--white); }
    .hero-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }
    .hero-stats {
      display: flex;
      gap: 0;
      margin-top: 60px;
      padding-top: 40px;
      border-top: 1px solid var(--border);
    }
    .hero-stat {
      flex: 1;
      padding-right: 28px;
      border-right: 1px solid var(--border);
    }
    .hero-stat:last-child { border-right: none; padding-right: 0; padding-left: 28px; }
    .hero-stat:nth-child(2) { padding-left: 28px; }
    .stat-n {
      font-family: var(--fh);
      font-size: 2.1rem;
      font-weight: 700;
      color: var(--blue-l);
      line-height: 1;
      margin-bottom: 4px;
    }
    .stat-l { font-size: 0.82rem; color: var(--muted); }
    .hero-visual-col {
      display: flex;
      flex-direction: column;
      justify-content: stretch;
      perspective: 1000px;
    }
    .cw-slot {
      display: grid;
      flex: 1;
    }
    .cw-slot > * { grid-area: 1 / 1; }
    @keyframes codeGlow {
      0%,100% { box-shadow: 0 24px 64px var(--shadow-deep), 0 0 30px rgba(5,73,249,0.08), 0 0 0px rgba(5,73,249,0); border-color: rgba(5,73,249,0.18); }
      50%      { box-shadow: 0 24px 64px var(--shadow-deep), 0 0 80px rgba(5,73,249,0.30), 0 0 140px rgba(5,73,249,0.10); border-color: rgba(5,73,249,0.55); }
    }
    @keyframes blink {
      0%,100% { opacity: 1; }
      50%      { opacity: 0; }
    }
    @keyframes lineIn {
      from { opacity: 0; transform: translateX(-8px); }
      to   { opacity: 1; transform: translateX(0); }
    }
    .code-window {
      background: #070b15;
      border: 1px solid var(--border);
      border-radius: 14px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      animation: codeGlow 3.5s ease-in-out infinite;
      transition: box-shadow 0.35s, border-color 0.35s;
      will-change: transform;
    }
    .code-window:hover {
      animation-play-state: paused;
      box-shadow: 0 48px 90px var(--shadow-hover-deep), 0 0 110px rgba(5,73,249,0.42), 0 0 200px rgba(5,73,249,0.15);
      border-color: rgba(5,73,249,0.7);
    }
    .cl {
      display: flex;
      gap: 14px;
      opacity: 0;
    }
    .cl.typed {
      animation: lineIn 0.18s ease forwards;
      animation-fill-mode: forwards;
      opacity: 1;
    }
    .cursor {
      display: inline-block;
      width: 7px;
      height: 0.85em;
      background: var(--blue-l);
      vertical-align: middle;
      border-radius: 1px;
      margin-left: 2px;
      animation: blink 0.9s step-end infinite;
    }
    .code-bar {
      display: flex;
      align-items: center;
      gap: 6px;
      padding: 13px 16px;
      background: rgba(255,255,255,0.03);
      border-bottom: 1px solid var(--border);
    }
    .dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
    .dot-r { background: #ff5f57; }
    .dot-btn {
      cursor: pointer;
      position: relative;
      transition: transform 0.15s, box-shadow 0.15s;
    }
    .dot-btn::before {
      content: '';
      position: absolute;
      inset: -9px;
      border-radius: 50%;
    }
    .dot-btn:hover { transform: scale(1.4); box-shadow: 0 0 8px rgba(255,95,87,0.8); }
    .dot-btn:focus-visible { outline: 2px solid rgba(255,95,87,0.7); outline-offset: 4px; }
    .code-window.cw-closing { opacity: 0; filter: blur(4px); pointer-events: none; }
    .egg-window {
      background: #070b15;
      border: 1px solid var(--border);
      border-radius: 14px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      animation: codeGlow 3.5s ease-in-out infinite;
      transition: opacity 0.35s, filter 0.35s, box-shadow 0.35s, border-color 0.35s;
      will-change: transform;
      opacity: 0;
      filter: blur(4px);
    }
    .egg-window.egg-open { opacity: 1; filter: none; }
    .egg-window:hover {
      animation-play-state: paused;
      box-shadow: 0 48px 90px var(--shadow-hover-deep), 0 0 110px rgba(5,73,249,0.42), 0 0 200px rgba(5,73,249,0.15);
      border-color: rgba(5,73,249,0.7);
    }
    .egg-body {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      min-height: 420px;
      padding: 48px 40px;
      font-family: 'JetBrains Mono', monospace;
    }
    .egg-quote-mark { font-size: 5rem; line-height: 0.8; color: #3d7eff; opacity: 0.5; margin-bottom: 8px; font-family: Georgia, serif; }
    .egg-quote-text { font-size: 1.55rem; font-weight: 700; letter-spacing: 0.01em; line-height: 1.4; margin-bottom: 24px; font-style: italic; }
    .egg-quote-attr { font-size: 0.85rem; font-weight: 400; color: var(--muted); display: flex; align-items: center; gap: 8px; }
    .egg-quote-attr::before { content: ''; display: block; width: 24px; height: 1px; background: currentColor; opacity: 0.5; }
    [data-theme="light"] .egg-window { background: #FFFFFF; box-shadow: 0 8px 40px rgba(15,18,35,0.1), 0 2px 8px rgba(15,18,35,0.06); }
    .dot-y { background: #ffbd2e; }
    .dot-g { background: #28ca41; }
    .code-fname {
      margin-left: 8px;
      font-size: 0.72rem;
      color: var(--muted);
      font-family: 'Courier New', monospace;
    }
    .code-body {
      padding: 20px 20px 4px;
      font-family: 'Courier New', monospace;
      font-size: 0.78rem;
      line-height: 1.9;
      flex: 1;
    }
    .ln { color: rgba(5,73,249,0.35); min-width: 16px; user-select: none; }
    .kw  { color: #7c9eff; }
    .fn  { color: #4ec9b0; }
    .st  { color: #ce9178; }
    .co  { color: rgba(254,252,254,0.28); font-style: italic; }
    .pu  { color: rgba(254,252,254,0.5); }
    .ok  { color: #28ca41; }
    #about { background: transparent; }
    .about-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 64px;
      align-items: start;
    }
    .about-body {
      font-size: 0.97rem;
      color: var(--muted);
      line-height: 1.8;
    }
    .about-body p + p { margin-top: 15px; }
    .about-body strong { color: var(--white); }
    .about-service-area {
      margin-top: 28px;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 14px 18px;
      background: var(--blue-dim);
      border: 1px solid var(--border);
      border-radius: var(--r);
      font-size: 0.85rem;
      color: var(--blue-ll);
      font-weight: 500;
      min-height: 52px;
      box-sizing: border-box;
    }
    @keyframes typingDot {
      0%,60%,100% { transform: translateY(0); opacity: 0.4; }
      30%          { transform: translateY(-5px); opacity: 1; }
    }
    .typing-dots {
      display: flex; gap: 5px; align-items: center; min-height: 20px;
    }
    .typing-dots span {
      width: 7px; height: 7px; border-radius: 50%;
      background: var(--blue-l);
      display: inline-block;
      animation: typingDot 1.1s ease-in-out infinite;
    }
    .typing-dots span:nth-child(2) { animation-delay: 0.18s; }
    .typing-dots span:nth-child(3) { animation-delay: 0.36s; }
    @keyframes msgPop {
      0%   { opacity: 0; transform: translateY(8px); }
      60%  { transform: translateY(-2px); }
      100% { opacity: 1; transform: translateY(0); }
    }
    .msg-reveal {
      animation: msgPop 0.48s cubic-bezier(.36,.07,.19,.97) forwards;
    }
    .people { display: flex; flex-direction: column; gap: 14px; }
    .person-card {
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 20px 22px;
      background: var(--bg-card-s);
      border: 1px solid var(--border);
      border-radius: var(--r);
      transition: all 0.3s;
    }
    .person-card.pc-flippable {
      display: block;
      perspective: 900px;
      background: none;
      border: none;
      padding: 0;
      box-shadow: none;
    }
    .pc-inner {
      transform-style: preserve-3d;
      transition: transform 0.7s cubic-bezier(0.4,0,0.2,1);
      position: relative;
    }
    .pc-face {
      display: flex; align-items: center; gap: 16px;
      padding: 20px 22px;
      background: var(--bg-card-s);
      border: 1px solid var(--border);
      border-radius: var(--r);
      transition: border-color 0.3s, box-shadow 0.3s;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
    }
    .pc-back {
      position: absolute; inset: 0;
      transform: rotateX(180deg);
    }
    .person-card.pc-flipped .pc-inner { transform: rotateX(180deg); }
    .avatar.av-btn { cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; }
    .avatar.av-btn:hover { transform: scale(1.12); box-shadow: 0 0 14px rgba(61,126,255,0.55); }
    .person-card:hover {
      border-color: var(--border-h);
      box-shadow: 0 8px 24px var(--shadow-card), 0 0 20px rgba(5,73,249,0.08);
      transform: translateX(4px);
    }
    .person-card.pc-flippable:hover { background: none; border: none; box-shadow: none; transform: translateX(4px); }
    .person-card.pc-flippable:hover .pc-face { border-color: var(--border-h); box-shadow: 0 8px 24px var(--shadow-card), 0 0 20px rgba(5,73,249,0.08); }
    .avatar {
      width: 50px; height: 50px;
      border-radius: 50%;
      background: linear-gradient(135deg, #0549F9, #3d7eff);
      display: flex; align-items: center; justify-content: center;
      font-family: var(--fh); font-weight: 700; font-size: 1rem;
      color: var(--white); flex-shrink: 0;
      box-shadow: 0 0 18px var(--blue-glow);
    }
    .person-name { font-family: var(--fh); font-weight: 600; font-size: 0.97rem; }
    .person-role { font-size: 0.78rem; color: var(--blue-l); margin-top: 2px; }
    .person-phone { font-size: 0.78rem; color: var(--muted); margin-top: 4px; }
    #services {
      background: linear-gradient(180deg, transparent, rgba(5,73,249,0.04) 50%, transparent);
    }
    .services-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }
    .svc-card {
      background: var(--bg-card-s);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 34px 28px;
      position: relative;
      overflow: hidden;
      transition: all 0.35s;
    }
    .svc-card::after {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 2px;
      background: linear-gradient(90deg, transparent, var(--blue), transparent);
      opacity: 0;
      transition: opacity 0.35s;
    }
    .svc-card:hover {
      border-color: var(--border-h);
      transform: translateY(-5px);
      box-shadow: 0 24px 48px var(--shadow-card-lg), 0 0 40px rgba(5,73,249,0.18), 0 0 80px rgba(5,73,249,0.08);
    }
    .svc-card:hover::after { opacity: 1; }
    .svc-icon {
      width: 50px; height: 50px;
      background: var(--blue-dim);
      border: 1px solid var(--border);
      border-radius: 11px;
      display: flex; align-items: center; justify-content: center;
      color: var(--blue-l);
      margin-bottom: 22px;
      transition: all 0.3s;
    }
    .svc-card:hover .svc-icon {
      background: var(--blue);
      border-color: var(--blue);
      color: var(--white);
      box-shadow: 0 0 22px var(--blue-glow);
    }
    .svc-title { font-family: var(--fh); font-weight: 600; font-size: 1.08rem; margin-bottom: 10px; }
    .svc-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.7; }
    #process { }
    .process-steps {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      position: relative;
    }
    .process-steps::before {
      content: '';
      position: absolute;
      top: 27px; left: calc(12.5% + 4px); right: calc(12.5% + 4px);
      height: 1px;
      background: rgba(5,73,249,0.10);
      z-index: 0;
    }
    @keyframes iconPing {
      0%   { transform: scale(1); }
      35%  { transform: scale(1.22); }
      65%  { transform: scale(0.92); }
      100% { transform: scale(1); }
    }
    .why-card:hover .why-icon {
      animation: iconPing 0.42s cubic-bezier(.36,.07,.19,.97) forwards;
    }
    .proc-seg-v {
      display: none;
    }
    .proc-seg {
      position: absolute;
      top: 26px;
      height: 2px;
      background: rgba(5,73,249,0.10);
      border-radius: 2px;
      overflow: hidden;
      z-index: 1;
      pointer-events: none;
    }
    #procSeg1 { left: calc(12.5% + 27px + 8px); right: calc(62.5% + 27px + 8px); top: 27px; }
    #procSeg2 { left: calc(37.5% + 27px + 8px); right: calc(37.5% + 27px + 8px); top: 27px; }
    #procSeg3 { left: calc(62.5% + 27px + 8px); right: calc(12.5% + 27px + 8px); top: 27px; }
    .proc-seg-fill {
      height: 100%;
      width: 0%;
      background: linear-gradient(90deg, var(--blue), var(--blue-l));
      border-radius: 2px;
      transition: width 6s linear;
      box-shadow: 0 0 10px rgba(5,73,249,0.6), 0 0 22px rgba(5,73,249,0.3);
    }
    @keyframes stepActive {
      0%,49%  { box-shadow: 0 0 22px rgba(5,73,249,0.4); transform: scale(1); }
      50%,99% { box-shadow: 0 0 55px rgba(5,73,249,0.9), 0 0 90px rgba(5,73,249,0.35); transform: scale(1.08); }
      100%    { box-shadow: 0 0 22px rgba(5,73,249,0.4); transform: scale(1); }
    }
    .step {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0 10px;
      position: relative;
      z-index: 1;
    }
    .step-num {
      width: 54px; height: 54px;
      border-radius: 50%;
      background: var(--bg-card-s);
      border: 2px solid var(--blue);
      display: flex; align-items: center; justify-content: center;
      font-family: var(--fh); font-weight: 700; font-size: 0.9rem;
      color: var(--blue-l);
      margin-bottom: 22px;
      box-shadow: 0 0 22px rgba(5,73,249,0.25);
      transition: all 0.3s;
    }
    .step:hover .step-num {
      box-shadow: 0 0 32px rgba(5,73,249,0.65), 0 0 64px rgba(5,73,249,0.25);
      border-color: var(--blue-l);
    }
    .step-title { font-family: var(--fh); font-weight: 600; font-size: 0.95rem; margin-bottom: 9px; }
    .step-desc { font-size: 0.84rem; color: var(--muted); line-height: 1.65; }
    .step-badge {
      display: inline-block;
      margin-top: auto;
      padding: 3px 11px;
      background: var(--blue-dim);
      border: 1px solid var(--border);
      border-radius: 100px;
      font-size: 0.7rem;
      font-weight: 600;
      color: var(--blue-l);
      letter-spacing: 0.04em;
    }
    #why { background: linear-gradient(180deg, transparent, rgba(5,73,249,0.03) 50%, transparent); }
    .why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .why-card {
      display: flex;
      gap: 18px;
      align-items: flex-start;
      padding: 26px 24px;
      background: var(--bg-card-s);
      border: 1px solid var(--border);
      border-radius: 14px;
      transition: all 0.3s;
    }
    .why-card:hover {
      border-color: var(--border-h);
      box-shadow: 0 12px 30px var(--shadow-card), 0 0 20px rgba(5,73,249,0.07);
    }
    .why-icon {
      width: 42px; height: 42px;
      background: var(--blue-dim);
      border: 1px solid var(--border);
      border-radius: 9px;
      display: flex; align-items: center; justify-content: center;
      color: var(--blue-l);
      flex-shrink: 0;
    }
    .why-title { font-family: var(--fh); font-weight: 600; font-size: 0.97rem; margin-bottom: 7px; }
    .why-desc { font-size: 0.855rem; color: var(--muted); line-height: 1.65; text-wrap: pretty; }
    #contact { }
    .contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 56px; align-items: start; }
    .contact-items { display: flex; flex-direction: column; gap: 0; }
    .citem {
      display: flex;
      gap: 15px;
      align-items: center;
      padding: 20px 0;
      border-bottom: 1px solid var(--border);
    }
    .citem:first-child { padding-top: 0; }
    .citem:last-child { border-bottom: none; }
    .cicon {
      width: 38px; height: 38px;
      background: var(--blue-dim);
      border: 1px solid var(--border);
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      color: var(--blue-l);
      flex-shrink: 0;
    }
    .cnote { font-size: 0.75rem; color: var(--muted); margin-top: 3px; }
    .clabel { font-size: 0.7rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 3px; }
    .cval { font-size: 0.92rem; font-weight: 600; color: var(--white); }
    .cval a {
      color: inherit;
      text-decoration: none;
      transition: color 0.2s, letter-spacing 0.2s, text-shadow 0.2s;
    }
    .cval a:hover {
      color: var(--blue-l);
      text-decoration: underline;
      text-underline-offset: 3px;
      letter-spacing: 0.02em;
      text-shadow: 0 0 8px rgba(61,127,255,1), 0 0 20px rgba(61,127,255,0.7), 0 0 45px rgba(61,127,255,0.4);
    }
    @keyframes formGlow {
      0%,100% { box-shadow: 0 0 30px rgba(5,73,249,0.12), 0 0 0px rgba(5,73,249,0), 0 2px 14px rgba(15,18,35,0.06); border-color: rgba(5,73,249,0.18); }
      50%      { box-shadow: 0 0 70px rgba(5,73,249,0.35), 0 0 130px rgba(5,73,249,0.15), 0 2px 14px rgba(15,18,35,0.06); border-color: rgba(5,73,249,0.5); }
    }
    .contact-form-box {
      background: var(--bg-card-s);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 36px;
      animation: formGlow 4s ease-in-out infinite;
    }
    .form-title { font-family: var(--fh); font-weight: 700; font-size: 1.2rem; margin-bottom: 4px; }
    .form-sub { font-size: 0.84rem; color: var(--muted); margin-bottom: 28px; }
    .fg { margin-bottom: 16px; }
    .fg label {
      display: block;
      font-size: 0.75rem;
      font-weight: 600;
      color: var(--muted);
      margin-bottom: 7px;
      letter-spacing: 0.04em;
    }
    .fg input, .fg select, .fg textarea {
      width: 100%;
      background: rgba(5,73,249,0.04);
      border: 1px solid var(--border);
      border-radius: 8px;
      padding: 11px 15px;
      color: var(--white);
      font-family: var(--fb);
      font-size: 0.88rem;
      outline: none;
      transition: all 0.25s;
    }
    .fg input:focus, .fg select:focus, .fg textarea:focus {
      border-color: var(--blue);
      box-shadow: 0 0 0 3px rgba(5,73,249,0.14);
    }
    .fg input::placeholder, .fg textarea::placeholder { color: rgba(254,252,254,0.2); }
    .fg select { cursor: pointer; }
    .fg select option { background: #07091a; color: #FEFCFE; }
    .fg select option:checked, .fg select option:hover {
      background: #0e1530; color: #FEFCFE;
      box-shadow: 0 0 10px 100px #0e1530 inset;
    }
    .fg textarea { resize: vertical; min-height: 90px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .btn-submit { width: 100%; justify-content: center; padding: 13px; font-size: 0.95rem; margin-top: 4px; }
    .success-msg {
      display: none;
      text-align: center;
      padding: 16px;
      background: rgba(40,202,65,0.1);
      border: 1px solid rgba(40,202,65,0.3);
      border-radius: 8px;
      color: #28ca41;
      font-size: 0.9rem;
      font-weight: 500;
      margin-top: 12px;
    }
    footer {
      position: relative; z-index: 1;
      border-top: 1px solid var(--border);
      padding: 36px 5%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }
    .foot-logo {
      display: flex; align-items: center; gap: 9px;
      text-decoration: none;
    }
    .foot-logo-img { width: 28px; height: 28px; border-radius: 50%; background: url('images/favicon.png') center / contain no-repeat; flex-shrink: 0; }
    .foot-logo-name { font-family: var(--fh); font-weight: 700; font-size: 0.95rem; color: var(--white); }
    .foot-logo-name em { color: var(--blue-l); font-style: normal; }
    .foot-copy { font-size: 0.78rem; color: var(--muted); }
    .foot-links { display: flex; gap: 18px; }
    .foot-links a { font-size: 0.78rem; color: var(--muted); text-decoration: none; transition: color 0.2s; }
    .foot-links a:hover { color: var(--white); }
    .process-note {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      padding: 14px 18px;
      background: var(--blue-dim);
      border: 1px solid var(--border);
      border-radius: var(--r);
      font-size: 0.84rem;
      color: var(--blue-ll);
      font-weight: 500;
      max-width: 700px;
      margin: 0 auto 48px;
      min-height: 52px;
      box-sizing: border-box;
    }
    .reveal {
      opacity: 0;
      transform: translateY(22px);
      transition: opacity 0.65s ease, transform 0.65s ease;
    }
    .reveal.in { opacity: 1; transform: none; }
    .d1 { transition-delay: 0.1s; }
    .d2 { transition-delay: 0.2s; }
    .d3 { transition-delay: 0.3s; }
    @media (max-width: 1020px) {
      .hero-inner { grid-template-columns: 1fr; }
      .hero-visual-col { display: none; }
      .about-grid { grid-template-columns: 1fr; gap: 40px; }
      .services-grid { grid-template-columns: repeat(2, 1fr); }
      .process-steps { grid-template-columns: repeat(2, 1fr); gap: 32px; }
      .process-steps::before { display: none; }
      .contact-grid { grid-template-columns: 1fr; gap: 40px; }
      .why-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 720px) {
      .nav-links, .nav-cta { display: none; }
      .hamburger { display: flex; }
      #hero { padding: 100px 5% 60px; min-height: auto; }
      .hero-h1 { font-size: clamp(2rem, 9vw, 3rem); }
      .hero-sub { font-size: 1rem; }
      .container { padding: 72px 5%; }
      .section-hd { margin-bottom: 40px; }
      .section-title { font-size: clamp(1.6rem, 6vw, 2.2rem); }
      .services-grid { grid-template-columns: 1fr; }
      .why-grid { grid-template-columns: 1fr; }
      .contact-grid { grid-template-columns: 1fr; gap: 32px; }
      .contact-form-box { padding: 24px 20px; }
      .hero-stats { flex-direction: column; gap: 0; }
      .hero-stat { border-right: none; border-bottom: 1px solid var(--border); padding: 16px 0; }
      .hero-stat:first-child { padding-top: 0; }
      .hero-stat:last-child { border-bottom: none; padding-bottom: 0; padding-left: 0; }
      .hero-stat:nth-child(2) { padding-left: 0; }
      .form-row { grid-template-columns: 1fr; }
      footer { flex-direction: column; align-items: flex-start; gap: 14px; }
      .process-steps { grid-template-columns: 1fr; gap: 32px; }
      .egg-body { min-height: 280px; }
      .egg-quote-text { font-size: 1.15rem; }
      .proc-seg { display: none; }
      .proc-seg-v {
        display: block;
        position: absolute;
        left: 27px;
        transform: translateX(-50%);
        top: calc(54px + 8px);
        width: 2px;
        height: calc(100% - 54px + 32px - 16px);
        background: rgba(5,73,249,0.12);
        border-radius: 2px;
        overflow: hidden;
        z-index: 0;
        pointer-events: none;
      }
      .proc-seg-v-fill {
        width: 100%;
        height: 0%;
        background: linear-gradient(180deg, var(--blue), var(--blue-l));
        border-radius: 2px;
        transition: height 6s linear;
        box-shadow: 0 0 10px rgba(5,73,249,0.6), 0 0 22px rgba(5,73,249,0.3);
      }
      .step {
        display: grid;
        grid-template-columns: 54px 1fr;
        grid-template-rows: auto auto auto;
        column-gap: 18px;
        row-gap: 6px;
        align-items: start;
        text-align: left;
        padding: 0;
      }
      .step-num {
        grid-column: 1;
        grid-row: 1 / 4;
        align-self: start;
        margin-bottom: 0;
      }
      .step-title {
        grid-column: 2;
        grid-row: 1;
        display: flex;
        align-items: center;
        min-height: 54px;
        margin-bottom: 0;
      }
      .step-desc {
        grid-column: 2;
        grid-row: 2;
      }
      .step-badge {
        grid-column: 2;
        grid-row: 3;
        margin-top: 6px;
      }
      .person-card:hover { transform: none; }
      .svc-card:hover { transform: translateY(-2px); }
      .process-note { font-size: 0.8rem; }
    }
    @media (max-width: 480px) {
      #nav { padding: 0 4%; }
      .container { padding: 56px 4%; }
      #hero { padding: 88px 4% 50px; }
      .hero-pill { font-size: 0.68rem; padding: 4px 11px; }
      .hero-actions { flex-direction: column; }
      .hero-actions .btn { width: 100%; justify-content: center; }
      .svc-card { padding: 26px 22px; }
      .contact-form-box { padding: 20px 16px; }
      .foot-links { flex-wrap: wrap; gap: 12px; }
      .why-card { padding: 20px 18px; }
    }
    @media (min-width: 1440px) {
      .container { max-width: 1280px; padding: 110px 5%; }
      .hero-inner { max-width: 1280px; gap: 80px; }
      .hero-h1 { font-size: clamp(3rem, 4vw, 5rem); }
      .section-title { font-size: clamp(2.2rem, 2.8vw, 3.4rem); }
    }
    @media (min-width: 1920px) {
      :root { font-size: 17px; }
      .container { max-width: 1400px; padding: 120px 5%; }
      .hero-inner { max-width: 1400px; }
      #nav { padding: 0 calc((100vw - 1400px) / 2 + 40px); }
      .hero-h1 { font-size: clamp(3.5rem, 3.5vw, 5.5rem); }
    }
    @media (min-width: 2560px) {
      :root { font-size: 19px; }
      .container { max-width: 1600px; }
      .hero-inner { max-width: 1600px; }
      #nav { padding: 0 calc((100vw - 1600px) / 2 + 48px); }
      body::before { background-size: 48px 48px; }
    }
    @supports (padding: env(safe-area-inset-bottom)) {
      .theme-toggle-fab {
        bottom: calc(28px + env(safe-area-inset-bottom));
        right: calc(28px + env(safe-area-inset-right));
      }
      footer {
        padding-bottom: calc(36px + env(safe-area-inset-bottom));
      }
    }
    .theme-toggle-fab {
      position: fixed;
      bottom: 28px; right: 28px;
      z-index: 300;
      width: 48px; height: 48px;
      border-radius: 50%;
      background: var(--bg-card-s);
      border: 1px solid var(--border);
      color: var(--muted);
      cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 4px 20px var(--shadow-sm), 0 0 0 0 rgba(5,73,249,0);
      transition: all 0.25s;
    }
    .theme-toggle-fab:hover {
      color: var(--blue-l);
      border-color: var(--blue);
      box-shadow: 0 6px 28px var(--shadow-card), 0 0 18px rgba(5,73,249,0.22);
      transform: translateY(-2px);
    }
    [data-theme="light"] .theme-toggle-fab {
      box-shadow: 0 4px 20px rgba(15,18,35,0.12);
    }
    [data-theme="light"] .theme-toggle-fab:hover {
      box-shadow: 0 6px 28px rgba(15,18,35,0.16), 0 0 14px rgba(61,127,255,0.2);
    }
    .theme-toggle {
      width: 44px; height: 44px;
      border-radius: 8px;
      background: var(--blue-dim);
      border: 1px solid var(--border);
      color: var(--muted);
      cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      transition: all 0.2s;
      flex-shrink: 0;
    }
    .theme-toggle:hover { color: var(--white); border-color: var(--blue); }
    [data-theme="light"] {
      --bg:        #F2F1ED;
      --bg-card-s: #FFFFFF;
      --white:     #1D2433;
      --muted:     rgba(23,29,43,0.65);
      --border:    rgba(60,66,84,0.14);
      --border-h:  rgba(47,91,196,0.45);
      --blue-dim:  rgba(5,73,249,0.06);
      --blue-glow: rgba(47,95,211,0.13);
      --shadow-deep:       rgba(43,58,103,0.16);
      --shadow-hover-deep: rgba(43,58,103,0.22);
      --shadow-card:       rgba(43,58,103,0.10);
      --shadow-card-lg:    rgba(43,58,103,0.14);
      --shadow-sm:         rgba(43,58,103,0.10);
      --blue:      #2456DE;
      --blue-l:    #3E70EE;
      --blue-ll:   #6E9AF4;
    }
    [data-theme="light"] .section-tag { color: #2456DE; }
    [data-theme="light"] body::before {
      background-image: radial-gradient(circle, rgba(5,73,249,0.045) 1px, transparent 1px);
    }
    [data-theme="light"] .gradient-text {
      background: linear-gradient(120deg, #1D2433 0%, #2456DE 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    [data-theme="light"] #nav {
      background: rgba(242,241,237,0.92) !important;
      border-bottom-color: rgba(5,73,249,0.1);
      box-shadow: 0 1px 20px rgba(15,18,35,0.07);
    }
    [data-theme="light"] .mobile-menu {
      background: rgba(242,241,237,0.98);
      border-bottom-color: rgba(5,73,249,0.1);
    }
    [data-theme="light"] .mobile-menu a { border-bottom-color: rgba(15,18,35,0.06); }
    [data-theme="light"] .code-window {
      background: #FFFFFF;
      box-shadow: 0 8px 40px rgba(15,18,35,0.1), 0 2px 8px rgba(15,18,35,0.06);
    }
    [data-theme="light"] .code-bar    { background: rgba(5,73,249,0.04); border-bottom-color: rgba(5,73,249,0.08); }
    [data-theme="light"] .kw  { color: #1a36d4; }
    [data-theme="light"] .fn  { color: #1A7B6E; }
    [data-theme="light"] .st  { color: #B03A2E; }
    [data-theme="light"] .co  { color: rgba(15,18,35,0.35); }
    [data-theme="light"] .pu  { color: rgba(15,18,35,0.55); }
    [data-theme="light"] .ok  { color: #1A7B3A; }
    [data-theme="light"] .ln  { color: rgba(5,73,249,0.25); }
    [data-theme="light"] .svc-card,
    [data-theme="light"] .why-card,
    [data-theme="light"] .person-card,
    [data-theme="light"] .pc-face,
    [data-theme="light"] .contact-form-box,
    [data-theme="light"] .process-note {
      box-shadow: 0 2px 14px rgba(15,18,35,0.06), 0 1px 3px rgba(15,18,35,0.04);
    }
    [data-theme="light"] .process-note,
    [data-theme="light"] .about-service-area {
      color: #2456DE;
    }
    [data-theme="light"] .hero-glow-top {
      background: radial-gradient(ellipse at center, rgba(5,73,249,0.09) 0%, transparent 65%);
    }
    [data-theme="light"] .fg input,
    [data-theme="light"] .fg select,
    [data-theme="light"] .fg textarea {
      background: rgba(15,18,35,0.03);
      border-color: rgba(5,73,249,0.14);
      color: var(--white);
    }
    [data-theme="light"] .fg select option { background: #FFFFFF; color: #0F1223; }
    [data-theme="light"] .fg select option:checked, [data-theme="light"] .fg select option:hover {
      background: #E7ECFA; color: #0F1223;
      box-shadow: 0 0 10px 100px #E7ECFA inset;
    }
    [data-theme="light"] .btn-ghost {
      border-color: rgba(5,73,249,0.22);
      color: var(--white);
    }
    [data-theme="light"] .btn-ghost:hover { border-color: var(--blue); color: var(--blue); }
    [data-theme="light"] .step-badge {
      background: rgba(5,73,249,0.07);
      border-color: rgba(5,73,249,0.15);
    }
    [data-theme="light"] footer {
      border-top-color: rgba(5,73,249,0.1);
      background: rgba(242,241,237,0.9);
    }
    [data-theme="light"] .avatar {
      background: linear-gradient(135deg, #3E70EE, #6E9AF4);
      color: #ffffff;
      box-shadow: 0 0 12px rgba(5,73,249,0.2);
    }
    [data-theme="light"] .nav-links a:hover { color: var(--white); }
    [data-theme="light"] .svc-card:hover .svc-icon {
      background: #3E70EE;
      border-color: #3E70EE;
      color: #ffffff;
      box-shadow: 0 0 18px rgba(61,127,255,0.35);
    }
    [data-theme="light"] .why-card:hover .why-icon {
      background: #3E70EE;
      border-color: #3E70EE;
      color: #ffffff;
      box-shadow: 0 0 14px rgba(61,127,255,0.3);
    }
    [data-theme="light"] .btn-primary {
      background: #2456DE;
      color: #FFFFFF;
      box-shadow: 0 2px 10px rgba(36,86,222,0.25);
    }
    [data-theme="light"] .btn-primary:hover {
      background: #3E70EE;
      color: #FFFFFF;
      box-shadow: 0 4px 20px rgba(5,73,249,0.32);
      transform: translateY(-2px);
    }
    [data-theme="light"] .svc-card:hover {
      box-shadow: 0 12px 40px rgba(15,18,35,0.1), 0 0 30px rgba(61,127,255,0.18), 0 0 70px rgba(61,127,255,0.08);
    }
    [data-theme="light"] .theme-toggle { border-color: rgba(5,73,249,0.18); }
    .section-tag::after {
      content: '_';
      margin-left: 2px;
      animation: blink 0.95s step-end infinite;
      opacity: 0.7;
    }
    @keyframes cardScan {
      from { left: -60%; opacity: 1; }
      to   { left: 150%; opacity: 0; }
    }
    .svc-card::before {
      content: '';
      position: absolute;
      top: 0; left: -60%;
      width: 50%; height: 100%;
      background: linear-gradient(90deg, transparent, rgba(5,73,249,0.10), transparent);
      pointer-events: none;
      opacity: 0;
      z-index: 2;
    }
    .why-card {
      position: relative;
      overflow: hidden;
    }
    .why-card::before {
      content: '';
      position: absolute;
      top: 0; left: -60%;
      width: 50%; height: 100%;
      background: linear-gradient(90deg, transparent, rgba(5,73,249,0.08), transparent);
      pointer-events: none;
      opacity: 0;
      z-index: 2;
    }
    .svc-card.reveal.in::before,
    .why-card.reveal.in::before {
      animation: cardScan 1s ease forwards 0.15s;
    }
    @keyframes stepPop {
      0%   { transform: scale(1);    box-shadow: 0 0 22px rgba(5,73,249,0.25); }
      45%  { transform: scale(1.15); box-shadow: 0 0 44px rgba(5,73,249,0.65); }
      100% { transform: scale(1);    box-shadow: 0 0 22px rgba(5,73,249,0.25); }
    }
    .step.reveal.in .step-num {
      animation: stepPop 0.55s ease forwards 0.35s;
    }
  

    #pricing-hero { padding: 150px 0 0; }
    #pricing-main { padding: 44px 0 90px; }
    .pr-grid { display: grid; grid-template-columns: 1fr 380px; gap: 36px; align-items: start; }
    .pr-h { font-family: var(--fh); font-size: 1.02rem; font-weight: 600; margin: 36px 0 16px; display: flex; align-items: center; gap: 10px; }
    .pr-h:first-child { margin-top: 0; }
    .pr-h-num { width: 26px; height: 26px; border-radius: 50%; background: var(--blue-dim); color: var(--blue-l); display: inline-flex; align-items: center; justify-content: center; font-size: 0.82rem; border: 1px solid var(--border); flex-shrink: 0; }
    .pr-packages { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
    .pr-pkg { background: var(--bg-card-s); border: 1px solid var(--border); border-radius: var(--r); padding: 20px 12px 16px; text-align: center; cursor: pointer; transition: all 0.25s; }
    .pr-pkg:hover { border-color: var(--border-h); transform: translateY(-4px); box-shadow: 0 10px 26px var(--shadow-card), 0 0 22px rgba(5,73,249,0.14); }
    .pr-pkg.sel { border-color: var(--blue-l); background: rgba(5,73,249,0.08); box-shadow: 0 0 26px rgba(5,73,249,0.28); }
    .pr-pkg-n { font-family: var(--fh); font-weight: 700; font-size: 2rem; line-height: 1; }
    .pr-pkg-l { font-size: 0.74rem; color: var(--muted); margin: 4px 0 12px; }
    .pr-pkg-mkt { font-size: 0.76rem; color: var(--muted); text-decoration: line-through; }
    .pr-pkg-p { font-family: var(--fh); font-weight: 700; font-size: 1.15rem; color: var(--blue-l); }
    .pr-feats { display: flex; flex-direction: column; gap: 10px; }
    .pr-row { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid var(--border); border-radius: var(--r); background: var(--bg-card-s); cursor: pointer; transition: border-color 0.25s, background 0.25s, transform 0.25s, box-shadow 0.25s; }
    .pr-row:hover { border-color: var(--border-h); transform: translateX(4px); box-shadow: 0 6px 18px var(--shadow-card), 0 0 16px rgba(5,73,249,0.1); }
    .pr-row.sel { border-color: var(--blue-l); background: rgba(5,73,249,0.07); }
    .pr-check { width: 22px; height: 22px; border-radius: 6px; border: 1px solid var(--border-h); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.2s; color: transparent; }
    .pr-row.sel .pr-check { background: var(--blue); border-color: var(--blue-l); color: #ffffff; }
    .pr-row-main { flex: 1; min-width: 0; }
    .pr-row-name { font-family: var(--fh); font-weight: 600; font-size: 0.92rem; }
    .pr-row-desc { font-size: 0.76rem; color: var(--muted); margin-top: 2px; line-height: 1.45; }
    .pr-row-prices { display: flex; flex-direction: column; align-items: flex-end; flex-shrink: 0; }
    .pr-mkt { text-decoration: line-through; color: var(--muted); font-size: 0.76rem; }
    .pr-price { font-family: var(--fh); font-weight: 700; color: var(--blue-l); font-size: 1.02rem; }
    .pr-note { font-size: 0.78rem; color: var(--muted); margin-top: 20px; line-height: 1.55; }
    .pr-incl { display: flex; align-items: center; gap: 11px; margin-top: 22px; padding: 13px 15px; border: 1px solid var(--border-h); border-radius: 11px; background: var(--blue-dim); }
    .pr-incl-ic { flex-shrink: 0; width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; background: var(--blue); color: #fff; }
    .pr-incl-tx { font-size: 0.84rem; line-height: 1.5; }
    .pr-incl-tx b { font-family: var(--fh); font-weight: 700; }
    .pr-side { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 16px; margin-top: 42px; }
    .pr-demo { background: var(--bg-card-s); border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; }
    .pr-demo-bar { padding: 10px 14px; border-bottom: 1px solid var(--border); font-size: 0.72rem; color: var(--muted); display: flex; align-items: center; gap: 8px; font-family: var(--fh); letter-spacing: 0.04em; text-transform: uppercase; }
    .pr-demo-dot { width: 7px; height: 7px; border-radius: 50%; background: #28ca41; box-shadow: 0 0 8px rgba(40,202,65,0.6); animation: prLive 2s ease-in-out infinite; }
    @keyframes prLive { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }
    .pr-demo-stage { position: relative; height: 250px; }
    .demo { position: absolute; inset: 0; display: none; align-items: center; justify-content: center; flex-direction: column; }
    .demo.on { display: flex; }
    .pg1 { width: 56%; height: 200px; border: 1px solid var(--border-h); border-radius: 10px; overflow: hidden; background: #0a1020; position: relative; }
    .pg1-bar { height: 18px; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 4px; padding: 0 8px; }
    .pg1-bar i { width: 5px; height: 5px; border-radius: 50%; background: rgba(254,252,254,0.25); display: block; }
    .pg1-scroll { padding: 10px; display: flex; flex-direction: column; gap: 8px; }
    #demo-p1.play .pg1-scroll { animation: pg1Scroll 4s ease-in-out 1; }
    .pg1-scroll i { display: block; border-radius: 4px; background: rgba(254,252,254,0.08); height: 9px; }
    .pg1-scroll i.hero { height: 46px; background: linear-gradient(135deg, rgba(5,73,249,0.45), rgba(5,73,249,0.15)); }
    .pg1-scroll i.img { height: 34px; background: rgba(5,73,249,0.2); }
    .pg1-scroll i.w6 { width: 60%; }
    .pg1-scroll i.w8 { width: 85%; }
    @keyframes pg1Scroll { 0%, 10% { transform: translateY(0); } 88%, 100% { transform: translateY(-420px); } }
    .fan { position: relative; width: 200px; height: 190px; }
    .fan-c { position: absolute; left: 50%; bottom: 34px; width: 70px; height: 96px; margin-left: -35px; background: #101a33; border: 1px solid var(--blue-l); border-radius: 8px; transform-origin: 50% 125%; box-shadow: 0 8px 22px var(--shadow-card-lg); display: flex; flex-direction: column; align-items: center; padding: 7px 6px; gap: 5px; }
    [data-theme="light"] .fan-c, [data-theme="light"] .pg8-card { background: #ffffff; }
    [data-theme="light"] .pg1 { background: #e8edf8; }
    .fan-c b { font-family: var(--fh); font-size: 0.56rem; font-weight: 600; color: var(--blue-ll); letter-spacing: 0.03em; text-align: center; }
    .fan-c i { display: block; width: 100%; height: 6px; border-radius: 3px; background: rgba(5,73,249,0.25); }
    .fan-c i:last-child { width: 62%; }
    .fan-n { position: absolute; top: 4px; right: 5px; font-size: 0.5rem; color: var(--muted); font-family: var(--fh); }
    .pg8 .pg8-badge { z-index: 2; }
    .fan3 .fan-c { bottom: 64px; transform: translate(var(--x), 0); }
    .fan3 .fan-c:nth-child(1) { --x: -80px; }
    .fan3 .fan-c:nth-child(2) { --x: 0px; }
    .fan3 .fan-c:nth-child(3) { --x: 80px; }
    #demo-p3.play .fan-c { animation: drop3 1s ease-in-out 1 both; }
    #demo-p3.play .fan-c:nth-child(2) { animation-delay: 0.12s; }
    #demo-p3.play .fan-c:nth-child(3) { animation-delay: 0.24s; }
    @keyframes drop3 {
      0% { transform: translate(var(--x), -240px); }
      50% { transform: translate(var(--x), 0); }
      66% { transform: translate(var(--x), -26px); }
      80% { transform: translate(var(--x), 0); }
      90% { transform: translate(var(--x), -9px); }
      100% { transform: translate(var(--x), 0); }
    }
    .fan5 .fan-c { bottom: 64px; transform: translate(var(--x), 0); }
    .fan5 .fan-c:nth-child(1) { --x: -124px; }
    .fan5 .fan-c:nth-child(2) { --x: -62px; }
    .fan5 .fan-c:nth-child(3) { --x: 0px; }
    .fan5 .fan-c:nth-child(4) { --x: 62px; }
    .fan5 .fan-c:nth-child(5) { --x: 124px; }
    #demo-p5.play .fan-c { animation: slide5 1.1s cubic-bezier(0.22, 1, 0.36, 1) 1 both; }
    @keyframes slide5 { from { transform: translate(-124px, 0); } to { transform: translate(var(--x), 0); } }
    .pg8 { position: relative; width: 280px; height: 190px; }
    .f8c { position: absolute; left: 50%; bottom: 104px; width: 70px; height: 96px; margin-left: -35px; transform-origin: 50% 125%; background: #101a33; border: 1px solid var(--blue-l); border-radius: 8px; display: flex; flex-direction: column; align-items: center; padding: 7px 6px; gap: 4px; box-shadow: 0 8px 20px var(--shadow-card-lg); transform: rotate(-66.5deg); }
    #demo-p8.play .f8c { animation: f8fan 1.6s ease-in-out 1 forwards; }
    [data-theme="light"] .f8c { background: #ffffff; }
    [data-theme="light"] .pg8-glow { background: radial-gradient(circle, rgba(5,73,249,0.1), transparent 70%); }
    .f8c b { font-family: var(--fh); font-size: 0.56rem; font-weight: 600; color: var(--blue-ll); text-align: center; letter-spacing: 0.02em; }
    .f8c i { display: block; width: 100%; height: 5px; border-radius: 3px; background: rgba(5,73,249,0.25); }
    .f8c i:last-child { width: 60%; }
    .f8c .fan-n { position: absolute; top: 4px; right: 5px; font-size: 0.5rem; color: var(--muted); font-family: var(--fh); }
    @keyframes f8fan { from { transform: rotate(-66.5deg); } to { transform: rotate(var(--a)); } }
    .pg8-glow { position: absolute; left: 50%; bottom: 82px; width: 170px; height: 170px; margin-left: -85px; border-radius: 50%; background: radial-gradient(circle, rgba(5,73,249,0.35), transparent 70%); animation: pg8Pulse 4.4s ease-in-out infinite; }
    @keyframes pg8Pulse { 0%, 8% { transform: scale(0.7); opacity: 0.4; } 30%, 75% { transform: scale(1.2); opacity: 1; } 100% { transform: scale(0.7); opacity: 0.4; } }
    .pg8-badge { position: absolute; top: 8px; left: 50%; transform: translateX(-50%); font-family: var(--fh); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--blue-ll); background: var(--blue-dim); border: 1px solid var(--border-h); border-radius: 99px; padding: 3px 10px; white-space: nowrap; animation: pg8Badge 3s ease-in-out infinite; }
    @keyframes pg8Badge { 0%, 100% { box-shadow: 0 0 6px rgba(5,73,249,0.2); } 50% { box-shadow: 0 0 18px rgba(5,73,249,0.6); } }
    #demoHint { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; color: var(--muted); font-size: 0.82rem; }
    .dh-cursor { width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--border-h); position: relative; animation: dhPulse 2.2s ease-in-out infinite; }
    .dh-cursor::after { content: ''; position: absolute; inset: 9px; border-radius: 50%; background: var(--blue-l); opacity: 0.6; }
    @keyframes dhPulse { 0%,100% { transform: translateX(-14px); } 50% { transform: translateX(14px); } }
    .dcfg { display: flex; align-items: center; gap: 26px; transform: translateY(-24px); }
    .dcfg-stage { display: flex; flex-direction: column; align-items: center; }
    .cube { position: relative; width: 74px; height: 64px; }
    .cube i { position: absolute; display: block; }
    .cu-front { left: 0; top: 18px; width: 56px; height: 46px; animation: cfgCol 9s linear infinite; border-radius: 0 0 2px 2px; }
    .cu-front::after { content: ''; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 25%, rgba(255,255,255,0.65) 44%, transparent 62%); opacity: 0; animation: cfgGloss 9s linear infinite; }
    .cu-top { left: 0; top: 0; width: 56px; height: 18px; transform: skewX(-45deg); transform-origin: 0 100%; animation: cfgCol 9s linear infinite; filter: brightness(1.35); }
    .cu-side { left: 56px; top: 18px; width: 18px; height: 46px; transform: skewY(-45deg); transform-origin: 0 0; animation: cfgCol 9s linear infinite; filter: brightness(0.6); }
    @keyframes cfgGloss { 0%, 74% { opacity: 0; } 77%, 94% { opacity: 1; } 97%, 100% { opacity: 0; } }
    .cube-shadow { width: 70px; height: 10px; border-radius: 50%; background: rgba(0,0,0,0.4); filter: blur(4px); margin-top: 8px; }
    @keyframes cfgCol { 0%, 15% { background-color: #3d7eff; } 17%, 31% { background-color: #9a6bff; } 33%, 96% { background-color: #2fc1c1; } 100% { background-color: #3d7eff; } }
    .dcfg-menu { display: flex; flex-direction: column; gap: 9px; border: 1px solid var(--border); border-radius: 10px; padding: 14px 16px; background: var(--bg-card-s); }
    .dcfg-lab { font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); font-family: var(--fh); }
    .dcfg-sw { display: flex; gap: 9px; }
    .dcfg-sw i { width: 18px; height: 18px; border-radius: 50%; display: block; }
    .dcfg-sw .s1 { background: #3d7eff; animation: swA 9s linear infinite; }
    .dcfg-sw .s2 { background: #9a6bff; animation: swB 9s linear infinite; }
    .dcfg-sw .s3 { background: #2fc1c1; animation: swC 9s linear infinite; }
    @keyframes swA { 0%, 15% { box-shadow: 0 0 0 2px var(--bg-card-s), 0 0 0 4px #ffffff; transform: scale(1.08); } 17%, 97% { box-shadow: none; transform: scale(1); } 100% { box-shadow: 0 0 0 2px var(--bg-card-s), 0 0 0 4px #ffffff; transform: scale(1.08); } }
    @keyframes swB { 0%, 15% { box-shadow: none; transform: scale(1); } 17%, 31% { box-shadow: 0 0 0 2px var(--bg-card-s), 0 0 0 4px #ffffff; transform: scale(1.08); } 33%, 100% { box-shadow: none; transform: scale(1); } }
    @keyframes swC { 0%, 31% { box-shadow: none; transform: scale(1); } 33%, 96% { box-shadow: 0 0 0 2px var(--bg-card-s), 0 0 0 4px #ffffff; transform: scale(1.08); } 100% { box-shadow: none; transform: scale(1); } }
    .dcfg-dd { position: relative; z-index: 2; width: 116px; font-family: var(--fh); }
    .dd-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; border: 1px solid var(--border-h); border-radius: 7px; padding: 6px 10px; font-size: 0.7rem; }
    .dd-val { position: relative; flex: 1; height: 1.2em; }
    .dd-val span { position: absolute; left: 0; top: 0; }
    .dd-val span:nth-child(1) { animation: ddV1 9s linear infinite; }
    .dd-val span:nth-child(2) { opacity: 0; animation: ddV2 9s linear infinite; }
    @keyframes ddV1 { 0%, 73% { opacity: 1; } 75%, 96% { opacity: 0; } 98%, 100% { opacity: 1; } }
    @keyframes ddV2 { 0%, 74% { opacity: 0; } 76%, 95% { opacity: 1; } 97%, 100% { opacity: 0; } }
    .dd-car { width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid var(--muted); animation: ddCar 9s linear infinite; }
    @keyframes ddCar { 0%, 54% { transform: rotate(0deg); } 56%, 71% { transform: rotate(180deg); } 73%, 100% { transform: rotate(0deg); } }
    .dd-list { position: absolute; top: calc(100% + 4px); left: 0; right: 0; background: var(--bg-card-s); border: 1px solid var(--border-h); border-radius: 7px; overflow: hidden; font-size: 0.7rem; opacity: 0; pointer-events: none; animation: ddList 9s linear infinite; box-shadow: 0 10px 24px var(--shadow-card-lg); }
    .dd-list span { display: block; padding: 6px 10px; }
    .dd-list span:nth-child(2) { animation: ddHi 9s linear infinite; }
    @keyframes ddList { 0%, 54% { opacity: 0; transform: translateY(-4px); } 56%, 71% { opacity: 1; transform: none; } 73%, 100% { opacity: 0; transform: translateY(-4px); } }
    @keyframes ddHi { 0%, 61% { background: transparent; color: inherit; } 63%, 71% { background: var(--blue); color: #ffffff; } 73%, 100% { background: transparent; color: inherit; } }
    [data-theme="light"] .cube-shadow { background: rgba(15,18,35,0.18); }
    .dmc { width: 66%; display: flex; flex-direction: column; gap: 8px; font-family: var(--fh); }
    .dmc-opt { display: flex; align-items: center; gap: 9px; border: 1px solid var(--border); border-radius: 8px; padding: 8px 11px; font-size: 0.72rem; color: var(--muted); background: var(--bg-card-s); }
    .dmc-opt b { color: var(--blue-l); font-weight: 600; }
    .dmc-opt span:nth-child(2) { flex: 1; }
    .dmc-box { width: 15px; height: 15px; border-radius: 4px; border: 1px solid var(--border-h); position: relative; flex-shrink: 0; }
    .dmc-box::after { content: ''; position: absolute; left: 4px; top: 1px; width: 4px; height: 8px; border-right: 2px solid #ffffff; border-bottom: 2px solid #ffffff; transform: rotate(45deg); opacity: 0; }
    .dmc-opt:nth-child(1) .dmc-box { animation: dmcB1 8s linear infinite; }
    .dmc-opt:nth-child(2) .dmc-box { animation: dmcB2 8s linear infinite; }
    .dmc-opt:nth-child(3) .dmc-box { animation: dmcB3 8s linear infinite; }
    .dmc-opt:nth-child(1) .dmc-box::after { animation: dmcK1 8s linear infinite; }
    .dmc-opt:nth-child(2) .dmc-box::after { animation: dmcK2 8s linear infinite; }
    .dmc-opt:nth-child(3) .dmc-box::after { animation: dmcK3 8s linear infinite; }
    @keyframes dmcB1 { 0%, 8% { background: transparent; border-color: var(--border-h); box-shadow: none; } 9%, 77% { background: var(--blue); border-color: var(--blue-l); box-shadow: 0 0 10px rgba(5,73,249,0.45); } 78%, 100% { background: transparent; border-color: var(--border-h); box-shadow: none; } }
    @keyframes dmcB2 { 0%, 28% { background: transparent; border-color: var(--border-h); box-shadow: none; } 29%, 77% { background: var(--blue); border-color: var(--blue-l); box-shadow: 0 0 10px rgba(5,73,249,0.45); } 78%, 100% { background: transparent; border-color: var(--border-h); box-shadow: none; } }
    @keyframes dmcB3 { 0%, 48% { background: transparent; border-color: var(--border-h); box-shadow: none; } 49%, 77% { background: var(--blue); border-color: var(--blue-l); box-shadow: 0 0 10px rgba(5,73,249,0.45); } 78%, 100% { background: transparent; border-color: var(--border-h); box-shadow: none; } }
    @keyframes dmcK1 { 0%, 8% { opacity: 0; } 9%, 77% { opacity: 1; } 78%, 100% { opacity: 0; } }
    @keyframes dmcK2 { 0%, 28% { opacity: 0; } 29%, 77% { opacity: 1; } 78%, 100% { opacity: 0; } }
    @keyframes dmcK3 { 0%, 48% { opacity: 0; } 49%, 77% { opacity: 1; } 78%, 100% { opacity: 0; } }
    .dmc-total { display: flex; justify-content: space-between; align-items: baseline; padding: 4px 11px 0; font-size: 0.78rem; font-weight: 600; color: var(--muted); border-top: 1px dashed var(--border); margin-top: 2px; padding-top: 9px; }
    .dmc-tv { position: relative; min-width: 44px; height: 1.1em; font-size: 0.92rem; font-weight: 700; }
    .dmc-tv span { position: absolute; right: 0; top: 0; color: var(--blue-l); opacity: 0; }
    .dmc-tv span:nth-child(1) { animation: dmcT1 8s linear infinite; }
    .dmc-tv span:nth-child(2) { animation: dmcT2 8s linear infinite; }
    .dmc-tv span:nth-child(3) { animation: dmcT3 8s linear infinite; }
    .dmc-tv span:nth-child(4) { animation: dmcT4 8s linear infinite; }
    @keyframes dmcT1 { 0%, 8.4% { opacity: 1; } 9.4%, 77.6% { opacity: 0; } 78.8%, 100% { opacity: 1; } }
    @keyframes dmcT2 { 0%, 9.6% { opacity: 0; } 10.6%, 28.4% { opacity: 1; } 29.4%, 100% { opacity: 0; } }
    @keyframes dmcT3 { 0%, 29.6% { opacity: 0; } 30.6%, 48.4% { opacity: 1; } 49.4%, 100% { opacity: 0; } }
    @keyframes dmcT4 { 0%, 49.6% { opacity: 0; } 50.6%, 77.4% { opacity: 1; } 78.4%, 100% { opacity: 0; } }
    .df { width: 78%; display: flex; flex-direction: column; gap: 8px; font-family: monospace; }
    .df-top { display: flex; gap: 10px; align-items: stretch; }
    .df-col { flex: 1.15; display: flex; flex-direction: column; gap: 5px; min-width: 0; }
    .df-msgcol { flex: 1; display: flex; flex-direction: column; gap: 5px; min-width: 0; }
    .df-lab { font-size: 0.6rem; color: var(--muted); font-family: var(--fh); letter-spacing: 0.08em; text-transform: uppercase; }
    .df-field { border: 1px solid var(--border-h); border-radius: 7px; padding: 7px 8px; font-size: 0.68rem; display: flex; overflow: hidden; }
    .df-t1, .df-t2 { overflow: hidden; white-space: nowrap; width: 0; border-right: 2px solid transparent; letter-spacing: 0; }
    .df-t1::before { content: 'John Doe'; }
    .df-t2::before { content: 'john@mail.com'; }
    .df-t1 { animation: dfT1 7s steps(8) infinite, dfC1 7s linear infinite; }
    .df-t2 { animation: dfT2 7s steps(13) infinite, dfC2 7s linear infinite; }
    @keyframes dfT1 { 0%, 4% { width: 0; } 21%, 100% { width: 8.7ch; } }
    @keyframes dfT2 { 0%, 26% { width: 0; } 46%, 100% { width: 13.8ch; } }
    @keyframes dfC1 { 0%, 21% { border-right-color: var(--blue-l); } 24%, 100% { border-right-color: transparent; } }
    @keyframes dfC2 { 0%, 24% { border-right-color: transparent; } 26%, 46% { border-right-color: var(--blue-l); } 49%, 100% { border-right-color: transparent; } }
    .df-area { border: 1px solid var(--border-h); border-radius: 7px; padding: 8px 10px; display: flex; flex-direction: column; gap: 5px; flex: 1; justify-content: flex-start; }
    .df-area i { display: block; height: 6px; border-radius: 3px; background: rgba(5,73,249,0.25); opacity: 0; }
    .df-area i:nth-child(1) { width: 92%; animation: dfL1 7s linear infinite; }
    .df-area i:nth-child(2) { width: 78%; animation: dfL2 7s linear infinite; }
    .df-area i:nth-child(3) { width: 96%; animation: dfL3 7s linear infinite; }
    .df-area i:nth-child(4) { width: 70%; animation: dfL4 7s linear infinite; }
    .df-area i:nth-child(5) { width: 88%; animation: dfL5 7s linear infinite; }
    .df-area i:nth-child(6) { width: 54%; animation: dfL6 7s linear infinite; }
    @keyframes dfL1 { 0%, 47% { opacity: 0; } 50%, 92% { opacity: 1; } 95%, 100% { opacity: 0; } }
    @keyframes dfL2 { 0%, 50% { opacity: 0; } 53%, 92% { opacity: 1; } 95%, 100% { opacity: 0; } }
    @keyframes dfL3 { 0%, 53% { opacity: 0; } 56%, 92% { opacity: 1; } 95%, 100% { opacity: 0; } }
    @keyframes dfL4 { 0%, 56% { opacity: 0; } 59%, 92% { opacity: 1; } 95%, 100% { opacity: 0; } }
    @keyframes dfL5 { 0%, 59% { opacity: 0; } 62%, 92% { opacity: 1; } 95%, 100% { opacity: 0; } }
    @keyframes dfL6 { 0%, 62% { opacity: 0; } 65%, 92% { opacity: 1; } 95%, 100% { opacity: 0; } }
    .df-btn { margin-top: 3px; background: var(--blue); color: #ffffff; text-align: center; border-radius: 7px; padding: 7px; font-size: 0.78rem; font-weight: 600; font-family: var(--fh); animation: dfBtn 7s linear infinite; }
    @keyframes dfBtn { 0%, 66% { transform: scale(1); box-shadow: none; } 69% { transform: scale(0.93); box-shadow: none; } 72%, 88% { transform: scale(1); box-shadow: 0 0 20px var(--blue-glow); } 96%, 100% { transform: scale(1); box-shadow: none; } }
    .da { width: 72%; height: 150px; border: 1px solid var(--border); border-radius: 10px; position: relative; overflow: hidden; background: #0a1020; padding: 12px; display: flex; flex-direction: column; gap: 10px; }
    .da-nav { display: flex; align-items: center; gap: 6px; opacity: 0; animation: daIn 5s infinite; }
    .da-nav .da-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue-l); }
    .da-nav i { display: block; height: 5px; width: 22px; border-radius: 3px; background: rgba(254,252,254,0.14); }
    .da-nav i:last-child { margin-left: auto; width: 30px; background: rgba(5,73,249,0.5); }
    .da-hero { display: flex; gap: 10px; align-items: center; }
    .da-hero-txt { flex: 1; display: flex; flex-direction: column; gap: 6px; }
    .da-hero-txt i { display: block; height: 8px; border-radius: 3px; background: rgba(5,73,249,0.45); width: 90%; opacity: 0; animation: daLeft 5s infinite; }
    .da-hero-txt i:nth-child(2) { height: 5px; width: 70%; background: rgba(254,252,254,0.14); animation-delay: 0.18s; }
    .da-hero-txt i:nth-child(3) { height: 5px; width: 55%; background: rgba(254,252,254,0.14); animation-delay: 0.34s; }
    .da-hero-img { width: 56px; height: 44px; border-radius: 6px; background: linear-gradient(135deg, rgba(5,73,249,0.55), rgba(5,73,249,0.18)); opacity: 0; animation: daRight 5s infinite; animation-delay: 0.3s; }
    .da-cards { display: flex; gap: 8px; margin-top: auto; }
    .da-cards i { display: block; flex: 1; height: 38px; border-radius: 6px; background: rgba(254,252,254,0.07); border: 1px solid var(--border); opacity: 0; animation: daUp 5s infinite; }
    .da-cards i:nth-child(1) { animation-delay: 0.55s; }
    .da-cards i:nth-child(2) { animation-delay: 0.75s; }
    .da-cards i:nth-child(3) { animation-delay: 0.95s; }
    @keyframes daIn { 0% { opacity: 0; } 6%, 86% { opacity: 1; } 94%, 100% { opacity: 0; } }
    @keyframes daLeft { 0% { opacity: 0; transform: translateX(-26px); } 10%, 84% { opacity: 1; transform: translateX(0); } 92%, 100% { opacity: 0; transform: translateX(-26px); } }
    @keyframes daRight { 0% { opacity: 0; transform: translateX(26px); } 10%, 82% { opacity: 1; transform: translateX(0); } 90%, 100% { opacity: 0; transform: translateX(26px); } }
    @keyframes daUp { 0% { opacity: 0; transform: translateY(20px); } 9%, 80% { opacity: 1; transform: translateY(0); } 88%, 100% { opacity: 0; transform: translateY(20px); } }
    [data-theme="light"] .da { background: #ffffff; }
    [data-theme="light"] .da-nav i, [data-theme="light"] .da-hero-txt i:nth-child(2), [data-theme="light"] .da-hero-txt i:nth-child(3) { background: rgba(15,18,35,0.12); }
    [data-theme="light"] .da-cards i { background: rgba(15,18,35,0.05); }
    .dm { width: 250px; height: 175px; border-radius: 10px; position: relative; overflow: hidden; border: 1px solid var(--border); background: #0e1526; }
    .dm-svg { position: absolute; inset: 0; width: 100%; height: 100%; }
    .mp-bg { fill: #0e1526; } .mp-blk { fill: #18233f; } .mp-st { stroke: #243353; stroke-width: 12; fill: none; } .mp-st2 { stroke: #243353; stroke-width: 7; fill: none; } .mp-dash { stroke: #4a5d8a; stroke-width: 1.2; stroke-dasharray: 6 5; fill: none; } .mp-biz { fill: rgba(5,73,249,0.45); stroke: var(--blue-l); stroke-width: 1; } .mp-walk { stroke: var(--blue-l); stroke-width: 2; stroke-dasharray: 2 2; }
    [data-theme="light"] .dm { background: #e8edf8; } [data-theme="light"] .mp-bg { fill: #e8edf8; } [data-theme="light"] .mp-blk { fill: #ffffff; } [data-theme="light"] .mp-st, [data-theme="light"] .mp-st2 { stroke: #c9d4ea; } [data-theme="light"] .mp-dash { stroke: #8fa3c8; }
    .dm-pin { position: absolute; left: 76.5%; top: calc(35% - 18px); width: 18px; height: 18px; margin-left: -9px; border-radius: 50% 50% 50% 0; background: var(--blue-l); animation: dmDrop 3s ease infinite; box-shadow: 0 0 14px var(--blue-glow); z-index: 2; }
    @keyframes dmDrop { 0% { transform: translateY(-80px) rotate(-45deg); opacity: 0; } 16% { opacity: 1; } 26% { transform: translateY(0) rotate(-45deg); } 33% { transform: translateY(-9px) rotate(-45deg); } 40%,88% { transform: translateY(0) rotate(-45deg); opacity: 1; } 100% { transform: translateY(0) rotate(-45deg); opacity: 0; } }
    .dm-ring { position: absolute; left: 76.5%; top: 35%; width: 14px; height: 14px; margin: -7px 0 0 -7px; border-radius: 50%; border: 2px solid var(--blue-l); opacity: 0; animation: dmRing 3s ease infinite; z-index: 2; }
    @keyframes dmRing { 0%,36% { transform: scale(0.4); opacity: 0; } 46% { opacity: 0.8; } 82% { transform: scale(3.6); opacity: 0; } 100% { opacity: 0; } }
    .ds { width: 72%; }
    .ds-bar { display: flex; align-items: center; gap: 9px; border: 1px solid var(--border-h); border-radius: 8px; padding: 9px 12px; font-size: 0.78rem; font-family: monospace; }
    .ds-mag { width: 11px; height: 11px; border: 2px solid var(--blue-l); border-radius: 50%; position: relative; flex-shrink: 0; }
    .ds-mag::after { content: ''; position: absolute; width: 6px; height: 2px; background: var(--blue-l); bottom: -3px; right: -4px; transform: rotate(45deg); }
    .ds-q { overflow: hidden; white-space: nowrap; width: 0; animation: dsType 3.4s steps(9) infinite; }
    .ds-enter { margin-left: auto; min-width: 20px; height: 19px; border: 1px solid var(--border-h); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 0.66rem; color: var(--muted); flex-shrink: 0; animation: dsEnter 3.4s linear infinite; }
    @keyframes dsEnter { 0%, 34% { transform: none; background: transparent; color: var(--muted); border-color: var(--border-h); box-shadow: none; } 36%, 40% { transform: scale(0.8) translateY(1px); background: var(--blue); color: #ffffff; border-color: var(--blue-l); box-shadow: 0 0 12px rgba(5,73,249,0.55); } 45%, 100% { transform: none; background: transparent; color: var(--muted); border-color: var(--border-h); box-shadow: none; } }
    .ds-q::before { content: 'our story'; }
    @keyframes dsType { 0% { width: 0; } 32%,100% { width: 9ch; } }
    .ds-res { margin-top: 10px; display: flex; flex-direction: column; gap: 7px; }
    .ds-res i { display: block; height: 13px; border-radius: 4px; background: rgba(5,73,249,0.22); opacity: 0; animation: dsRes 3.4s infinite; }
    .ds-res i:nth-child(1) { width: 92%; animation-delay: 0.15s; }
    .ds-res i:nth-child(2) { width: 70%; animation-delay: 0.3s; }
    .ds-res i:nth-child(3) { width: 82%; animation-delay: 0.45s; }
    @keyframes dsRes { 0%,36% { opacity: 0; transform: translateY(6px); } 48%,90% { opacity: 1; transform: none; } 100% { opacity: 0; } }
    .dn { width: 74%; display: flex; flex-direction: column; font-family: var(--fh); }
    .dn-bar { display: flex; align-items: center; gap: 8px; border: 1px solid var(--border-h); border-radius: 8px; padding: 8px 11px; margin-bottom: 9px; font-size: 0.78rem; font-family: monospace; }
    .dn-q { display: inline-flex; align-items: baseline; }
    .dn-q i { font-style: normal; display: inline-block; overflow: hidden; width: 0; opacity: 0; vertical-align: bottom; }
    .dn-q i:nth-child(1) { animation: dnQ1 7s linear infinite; }
    .dn-q i:nth-child(2) { animation: dnQ2 7s linear infinite; }
    .dn-q i:nth-child(3) { animation: dnQ3 7s linear infinite; }
    @keyframes dnQ1 { 0%, 14% { width: 0; opacity: 0; } 15%, 85% { width: 1ch; opacity: 1; } 87%, 100% { width: 0; opacity: 0; } }
    @keyframes dnQ2 { 0%, 26% { width: 0; opacity: 0; } 27%, 85% { width: 1ch; opacity: 1; } 87%, 100% { width: 0; opacity: 0; } }
    @keyframes dnQ3 { 0%, 38% { width: 0; opacity: 0; } 39%, 85% { width: 1ch; opacity: 1; } 87%, 100% { width: 0; opacity: 0; } }
    .dn-caret { display: inline-block; width: 2px; height: 12px; margin-left: 1px; align-self: center; background: var(--blue-l); animation: dnCaret 1s step-end infinite; }
    @keyframes dnCaret { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }
    .dn-row { border: 1px solid var(--border); border-radius: 7px; padding: 7px 11px; font-size: 0.72rem; display: flex; justify-content: space-between; gap: 10px; background: var(--bg-card-s); overflow: hidden; max-height: 34px; margin-bottom: 7px; }
    .dn-row b { color: var(--blue-l); font-weight: 600; }
    .dnr4 { animation: dnOut1 7s linear infinite; }
    .dnr3 { animation: dnOut2 7s linear infinite; }
    .dnr1 { animation: dnOut3 7s linear infinite; }
    .dnr2 { animation: dnStay 7s linear infinite; }
    @keyframes dnOut1 { 0%, 16% { opacity: 1; max-height: 34px; padding-top: 7px; padding-bottom: 7px; margin-bottom: 7px; border-top-width: 1px; border-bottom-width: 1px; } 21%, 86% { opacity: 0; max-height: 0; padding-top: 0; padding-bottom: 0; margin-bottom: 0; border-top-width: 0; border-bottom-width: 0; } 91%, 100% { opacity: 1; max-height: 34px; padding-top: 7px; padding-bottom: 7px; margin-bottom: 7px; border-top-width: 1px; border-bottom-width: 1px; } }
    @keyframes dnOut2 { 0%, 28% { opacity: 1; max-height: 34px; padding-top: 7px; padding-bottom: 7px; margin-bottom: 7px; border-top-width: 1px; border-bottom-width: 1px; } 33%, 86% { opacity: 0; max-height: 0; padding-top: 0; padding-bottom: 0; margin-bottom: 0; border-top-width: 0; border-bottom-width: 0; } 91%, 100% { opacity: 1; max-height: 34px; padding-top: 7px; padding-bottom: 7px; margin-bottom: 7px; border-top-width: 1px; border-bottom-width: 1px; } }
    @keyframes dnOut3 { 0%, 40% { opacity: 1; max-height: 34px; padding-top: 7px; padding-bottom: 7px; margin-bottom: 7px; border-top-width: 1px; border-bottom-width: 1px; } 45%, 86% { opacity: 0; max-height: 0; padding-top: 0; padding-bottom: 0; margin-bottom: 0; border-top-width: 0; border-bottom-width: 0; } 91%, 100% { opacity: 1; max-height: 34px; padding-top: 7px; padding-bottom: 7px; margin-bottom: 7px; border-top-width: 1px; border-bottom-width: 1px; } }
    @keyframes dnStay { 0%, 46% { border-color: var(--border); box-shadow: none; } 50%, 84% { border-color: var(--blue-l); box-shadow: 0 0 12px rgba(5,73,249,0.35); } 88%, 100% { border-color: var(--border); } }
    .db { width: 68%; max-width: 250px; font-family: var(--fh); position: relative; }
    .db-toast { position: absolute; left: 50%; bottom: -8px; transform: translateX(-50%) translateY(14px); display: flex; align-items: center; gap: 7px; padding: 7px 14px; border-radius: 8px; background: var(--blue); color: #ffffff; font-size: 0.66rem; font-weight: 600; white-space: nowrap; box-shadow: 0 8px 24px rgba(5,73,249,0.45); opacity: 0; animation: dbToast 3.6s infinite; pointer-events: none; }
    .db-toast-check { width: 13px; height: 13px; border-radius: 50%; background: rgba(255,255,255,0.25); display: flex; align-items: center; justify-content: center; font-size: 0.55rem; flex-shrink: 0; }
    @keyframes dbToast { 0%, 52% { opacity: 0; transform: translateX(-50%) translateY(14px); } 58%, 88% { opacity: 1; transform: translateX(-50%) translateY(0); } 96%, 100% { opacity: 0; transform: translateX(-50%) translateY(14px); } }
    .db-label { text-align: center; font-size: 0.74rem; color: var(--text); font-weight: 600; margin-bottom: 8px; }
    .db-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
    .db-head { margin-bottom: 4px; }
    .db-head span { text-align: center; font-size: 0.58rem; color: var(--muted); font-weight: 600; letter-spacing: 0.04em; }
    .db-day { display: flex; align-items: center; justify-content: center; aspect-ratio: 1; border-radius: 5px; background: rgba(5,73,249,0.12); font-size: 0.6rem; color: var(--text); margin-bottom: 4px; }
    .db-day.dbx { background: rgba(255,95,87,0.10); color: var(--muted); position: relative; }
    .db-day.dbx::after { content: ''; position: absolute; width: 60%; height: 1.5px; background: rgba(255,95,87,0.55); transform: rotate(-18deg); border-radius: 1px; }
    .db-day.dbt { animation: dbPick 3.6s infinite; }
    @keyframes dbPick { 0%, 30% { background: rgba(5,73,249,0.12); color: var(--text); transform: scale(1); box-shadow: none; } 42% { transform: scale(1.32); } 52%, 86% { background: var(--blue-l); color: #ffffff; transform: scale(1.08); box-shadow: 0 0 12px rgba(5,73,249,0.6); } 98%, 100% { background: rgba(5,73,249,0.12); color: var(--text); transform: scale(1); box-shadow: none; } }
    .db-key { display: flex; justify-content: center; gap: 14px; margin-top: 2px; }
    .db-key-i { display: flex; align-items: center; gap: 5px; font-size: 0.58rem; color: var(--muted); }
    .db-key-i i { width: 8px; height: 8px; border-radius: 2px; display: block; }
    .dbk-open { background: rgba(5,73,249,0.35); }
    .dbk-full { background: rgba(255,95,87,0.4); }
    .dc { position: relative; display: flex; align-items: center; justify-content: center; }
    .dc-btn { padding: 13px 28px; border-radius: 9px; background: var(--blue); color: #fff; font-weight: 600; font-size: 0.85rem; animation: dcBtn 4s infinite; position: relative; z-index: 1; }
    @keyframes dcBtn { 0%, 11% { transform: none; box-shadow: none; filter: brightness(1); } 14%, 68% { transform: translateY(-6px) scale(1.07); box-shadow: 0 12px 30px rgba(5,73,249,0.55); filter: brightness(1.15); } 73%, 100% { transform: none; box-shadow: none; filter: brightness(1); } }
    .dc-tip { position: absolute; bottom: calc(50% + 38px); left: 50%; padding: 6px 12px; border-radius: 7px; background: #101a33; border: 1px solid var(--blue-l); color: #eaf1ff; font-size: 0.66rem; font-weight: 600; white-space: nowrap; opacity: 0; transform: translateX(-50%) translateY(6px); animation: dcTip 4s infinite; z-index: 1; }
    .dc-tip::after { content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border: 5px solid transparent; border-top-color: var(--blue-l); }
    @keyframes dcTip { 0%, 12% { opacity: 0; transform: translateX(-50%) translateY(6px); } 16%, 66% { opacity: 1; transform: translateX(-50%) translateY(0); } 71%, 100% { opacity: 0; transform: translateX(-50%) translateY(6px); } }
    .dc-cur { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: #fff; border: 2px solid var(--blue-l); z-index: 2; animation: dcCur 4s infinite; }
    @keyframes dcCur { 0% { transform: translate(86px, 62px); opacity: 0; } 10% { opacity: 1; } 32% { transform: translate(18px, 2px); } 46% { transform: translate(26px, -3px); } 60% { transform: translate(14px, 0px); } 84% { transform: translate(-78px, 58px); opacity: 1; } 92%, 100% { transform: translate(-94px, 70px); opacity: 0; } }
    .dp { width: 72%; height: 150px; border: 1px solid var(--border); border-radius: 10px; position: relative; overflow: hidden; background: #0a1020; }
    .dp-bars { padding: 12px; display: flex; flex-direction: column; gap: 9px; animation: dpScroll 3.4s linear infinite; }
    .dp-bars i { height: 8px; border-radius: 3px; background: rgba(254,252,254,0.08); display: block; flex-shrink: 0; }
    .dp-bars i:nth-child(1), .dp-bars i:nth-child(13) { width: 55%; }
    .dp-bars i:nth-child(3), .dp-bars i:nth-child(15) { width: 80%; }
    .dp-bars i:nth-child(4), .dp-bars i:nth-child(16) { width: 65%; }
    .dp-bars i:nth-child(6), .dp-bars i:nth-child(18) { width: 48%; }
    .dp-bars i:nth-child(7), .dp-bars i:nth-child(19) { width: 85%; }
    .dp-bars i:nth-child(9), .dp-bars i:nth-child(21) { width: 60%; }
    .dp-bars i:nth-child(10), .dp-bars i:nth-child(22) { width: 75%; }
    .dp-bars i:nth-child(12), .dp-bars i:nth-child(24) { width: 52%; }
    @keyframes dpScroll { 0% { transform: translateY(0); } 24% { transform: translateY(-111px); } 80% { transform: translateY(-111px); } 100% { transform: translateY(-204px); } }
    .dp-scrollbar { position: absolute; top: 6px; right: 4px; bottom: 6px; width: 3px; border-radius: 2px; background: rgba(254,252,254,0.06); overflow: hidden; }
    .dp-scrollbar i { position: absolute; left: 0; right: 0; height: 34%; border-radius: 2px; background: rgba(254,252,254,0.22); animation: dpThumb 3.4s linear infinite; }
    @keyframes dpThumb { 0% { top: -34%; } 24% { top: 33%; } 80% { top: 33%; } 100% { top: 100%; } }
    .dp-shade { position: absolute; inset: 0; background: rgba(0,0,0,0.55); opacity: 0; animation: dpShade 3.4s infinite; }
    .dp-modal { position: absolute; left: 50%; top: 50%; width: 64%; transform: translate(-50%,-50%) scale(0.5); background: #101a33; border: 1px solid var(--blue-l); border-radius: 9px; padding: 13px; opacity: 0; animation: dpPop 3.4s infinite; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
    .dp-modal i { display: block; height: 7px; border-radius: 3px; background: rgba(5,73,249,0.35); margin-bottom: 6px; }
    .dp-modal i:nth-child(2) { width: 70%; }
    .dp-modal i:last-child { width: 46%; background: var(--blue); height: 11px; margin: 9px 0 0; }
    @keyframes dpShade { 0%,16% { opacity: 0; } 28%,76% { opacity: 1; } 90%,100% { opacity: 0; } }
    @keyframes dpPop { 0%,20% { opacity: 0; transform: translate(-50%,-50%) scale(0.5); } 32% { opacity: 1; transform: translate(-50%,-50%) scale(1.05); } 37%,76% { opacity: 1; transform: translate(-50%,-50%) scale(1); } 90%,100% { opacity: 0; transform: translate(-50%,-50%) scale(0.5); } }
    .pr-summary { background: var(--bg-card-s); border: 1px solid var(--border); border-radius: var(--r); padding: 22px; }
    .pr-sum-title { font-family: var(--fh); font-weight: 600; font-size: 1.05rem; margin-bottom: 10px; }
    .pr-sum-line { display: flex; justify-content: space-between; gap: 12px; font-size: 0.82rem; color: var(--muted); padding: 4px 0; }
    .pr-sum-line span:last-child { flex-shrink: 0; }
    .pr-sum-row { display: flex; justify-content: space-between; align-items: baseline; padding-top: 12px; margin-top: 12px; border-top: 1px solid var(--border); font-size: 0.9rem; }
    .pr-sum-mkt span:last-child { text-decoration: line-through; color: var(--muted); }
    .pr-sum-total { font-family: var(--fh); font-weight: 700; font-size: 1.05rem; }
    .pr-sum-total span:last-child { font-size: 1.6rem; }
    .pr-sum-save { font-size: 0.8rem; color: #28ca41; margin: 8px 0 16px; }
    .pr-extra { margin-top: 12px; padding: 11px 13px; }
    .pr-extra:hover { transform: none; }
    .pr-extra .pr-row-name { font-size: 0.84rem; }
    .pr-extra .pr-price { font-size: 0.92rem; }
    .pr-overlay { position: fixed; inset: 0; background: rgba(3,5,8,0.72); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s; z-index: 300; padding: 20px; }
    .pr-overlay.open { opacity: 1; pointer-events: auto; }
    .pr-modal { background: var(--bg-card-s); border: 1px solid var(--border-h); border-radius: 14px; padding: 28px; width: 100%; max-width: 430px; transform: scale(0.85) translateY(14px); transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1); position: relative; box-shadow: 0 30px 80px var(--shadow-deep), 0 0 60px rgba(5,73,249,0.15); }
    .pr-overlay.open .pr-modal { transform: none; }
    .pr-modal-x { position: absolute; top: 10px; right: 14px; background: none; border: none; color: var(--muted); font-size: 1.4rem; cursor: pointer; line-height: 1; padding: 4px; }
    .pr-modal-x:hover { color: var(--white); }
    .pr-modal .btn { width: 100%; justify-content: center; }
    [data-theme="light"] .pr-overlay { background: rgba(242,241,237,0.82); }
    [data-theme="light"] .dm, [data-theme="light"] .dp { background: #e8edf8; }
    [data-theme="light"] .dp-modal { background: #ffffff; }
    [data-theme="light"] .dp-bars i { background: rgba(15,18,35,0.1); }
    [data-theme="light"] .pg1-bar i { background: rgba(15,18,35,0.28); }
    [data-theme="light"] .dp-scrollbar { background: rgba(15,18,35,0.08); }
    [data-theme="light"] .dp-scrollbar i { background: rgba(15,18,35,0.32); }
    [data-theme="light"] .dn-row { background: #FFFFFF; }
    @media (max-width: 980px) {
      .pr-grid { grid-template-columns: 1fr; }
      .pr-side { position: static; margin-top: 0; }
      .pr-demo.demo-inline { margin: 2px 0 14px; animation: demoSlot 0.32s ease; }
      @keyframes demoSlot { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
      .pr-packages { grid-template-columns: repeat(2, 1fr); }
      #pricing-hero { padding-top: 120px; }
    }
  

/* externalized inline styles */
.u0{width:18px !important; height:18px !important;}
.u1{color:var(--muted) !important; font-weight:400 !important;}
.u2{color:var(--blue-l) !important;}
.u3{display:flex !important; align-items:center !important; gap:8px !important;}
.u4{font-size:clamp(2rem,4.5vw,3rem) !important;}
.u5{max-width:600px !important;}
.u6{list-style:none !important; display:flex !important; align-items:center !important; flex-wrap:wrap !important; gap:10px 0 !important; margin:30px 0 0 !important; padding:0 !important; max-width:640px !important;}
.u7{display:flex !important; align-items:center !important; gap:10px !important;}
.u8{width:30px !important; height:30px !important; border-radius:50% !important; border:1.5px solid var(--border-h) !important; color:var(--blue-l) !important; display:flex !important; align-items:center !important; justify-content:center !important; font-family:var(--fh) !important; font-weight:700 !important; font-size:0.8rem !important; flex-shrink:0 !important; transition:all 0.4s ease !important;}
.u9{font-family:var(--fh) !important; font-weight:600 !important; font-size:0.86rem !important; white-space:nowrap !important;}
.u10{flex:1 !important; min-width:18px !important; height:2px !important; background:var(--border) !important; margin:0 14px !important; border-radius:2px !important; transition:background 0.4s ease !important;}
.u11{display:flex !important; align-items:center !important; gap:10px !important; opacity:0.55 !important; transition:opacity 0.4s ease !important;}
.u12{flex:1 !important; min-width:18px !important; height:2px !important; background:var(--border) !important; margin:0 14px !important; border-radius:2px !important;}
.u13{display:flex !important; align-items:center !important; gap:10px !important; opacity:0.55 !important;}
.u14{width:30px !important; height:30px !important; border-radius:50% !important; border:1.5px solid var(--border-h) !important; color:var(--blue-l) !important; display:flex !important; align-items:center !important; justify-content:center !important; font-family:var(--fh) !important; font-weight:700 !important; font-size:0.8rem !important; flex-shrink:0 !important;}
.u15{width:14px !important; height:14px !important;}
.u16{width:17px !important; height:17px !important;}
.u17{margin-top:4px !important;}
.u18{width:100% !important; justify-content:center !important;}
.u19{font-size:1.2rem !important;}
.u20{display:flex !important; flex-direction:column !important; gap:10px !important;}
.u21{width:15px !important; height:15px !important;}
.u22{display:flex !important; align-items:center !important; gap:14px !important;}
.u23{width:16px !important; height:16px !important;}


/* Reserve scrollbar gutter so nav/content do not shift between short and tall pages */
html { scrollbar-gutter: stable; }

.pr-name-row { display: inline-flex; align-items: center; gap: 6px; }
.pr-info-wrap { position: relative; display: inline-flex; align-items: center; cursor: help; outline: none; }
.pr-info-ic { width: 14px; height: 14px; color: var(--blue-l); opacity: 0.75; transition: opacity 0.2s; }
.pr-info-wrap:hover .pr-info-ic, .pr-info-wrap:focus .pr-info-ic { opacity: 1; }
.pr-tip {
  position: absolute; bottom: calc(100% + 13px); right: -10px; width: 272px;
  background: var(--bg-card-s); border: 1px solid var(--border-h); border-radius: 11px;
  padding: 14px 15px; box-shadow: 0 14px 38px rgba(0,0,0,0.45), 0 0 22px rgba(5,73,249,0.13);
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  z-index: 60; text-align: left; pointer-events: none; cursor: default; white-space: normal;
}
.pr-info-wrap:hover .pr-tip, .pr-info-wrap:focus .pr-tip, .pr-info-wrap:focus-within .pr-tip {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.pr-tip::after {
  content: ''; position: absolute; top: 100%; right: 18px; width: 12px; height: 12px;
  background: var(--bg-card-s); border-right: 1px solid var(--border-h); border-bottom: 1px solid var(--border-h);
  transform: translateY(-50%) rotate(45deg);
}
.pr-tip-title { display: block; font-family: var(--fh); font-weight: 600; font-size: 0.82rem; color: var(--white); margin-bottom: 8px; }
.pr-tip-block { display: block; font-size: 0.75rem; line-height: 1.5; color: var(--muted); }
.pr-tip-block + .pr-tip-block { margin-top: 9px; }
.pr-tip-block strong { color: var(--blue-l); font-weight: 600; }


/* page-to-page transition: sequential fade via a solid overlay (opaque at first paint -> no flash) */
.page-fx {
  position: fixed; inset: 0; z-index: 9999; background: var(--bg);
  pointer-events: none; opacity: 1; will-change: opacity;
  animation: pfxReveal 0.1s ease forwards;
}
@keyframes pfxReveal { from { opacity: 1; } to { opacity: 0; } }
.page-fx.pfx-leave { animation: pfxCover 0.1s ease forwards; }
@keyframes pfxCover { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .page-fx, .page-fx.pfx-leave { animation: none; opacity: 0; }
}

/* light mode: keep upcoming (dimmed) stepper items legible on the light paper bg */
[data-theme="light"] .u11, [data-theme="light"] .u13 { opacity: 0.85 !important; }
