/* ============ TOKENS ============ */
  :root{
    --bg:#060A14;
    --bg-soft:#0B1224;
    --card:#0F1A30;
    --card-hover:#122040;
    --card-border:rgba(108,148,255,0.16);
    --card-border-hover:rgba(108,148,255,0.4);
    --accent:#3D5AFE;
    --accent-light:#7C9CFF;
    --accent-glow:rgba(61,90,254,0.5);
    --text:#EEF2FA;
    --text-muted:#8B93AE;
    --text-faint:#5B6478;
    --success:#34D399;
    --line:rgba(255,255,255,0.06);
    --radius-lg:22px;
    --radius-md:14px;
    --radius-sm:9px;
    --shadow-glow:0 0 0 1px var(--card-border), 0 20px 60px -25px rgba(61,90,254,0.35);
    color-scheme: dark;
  }
  html[data-theme="light"]{
    --bg:#F1F4FB;
    --bg-soft:#FFFFFF;
    --card:#FFFFFF;
    --card-hover:#F7F9FF;
    --card-border:rgba(47,84,235,0.14);
    --card-border-hover:rgba(47,84,235,0.35);
    --accent:#2F54EB;
    --accent-light:#4F6FEF;
    --accent-glow:rgba(47,84,235,0.25);
    --text:#0B1224;
    --text-muted:#5B6478;
    --text-faint:#8791A8;
    --success:#059669;
    --line:rgba(11,18,36,0.08);
    --shadow-glow:0 0 0 1px var(--card-border), 0 20px 50px -30px rgba(47,84,235,0.25);
    color-scheme: light;
  }

  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    background:var(--bg);
    color:var(--text);
    font-family:'Inter', sans-serif;
    line-height:1.55;
    transition:background .4s ease, color .4s ease;
    overflow-x:hidden;
  }
  body::before{
    content:"";
    position:fixed; inset:0;
    background-image:
      radial-gradient(circle at 15% 8%, var(--accent-glow) 0%, transparent 32%),
      radial-gradient(circle at 88% 18%, rgba(124,156,255,0.18) 0%, transparent 30%);
    opacity:.5;
    pointer-events:none;
    z-index:0;
    transition:opacity .4s ease;
  }
  html[data-theme="light"] body::before{ opacity:.35; }

  h1,h2,h3,h4{ font-family:'Space Grotesk', sans-serif; letter-spacing:-0.02em; }
  .mono{ font-family:'JetBrains Mono', monospace; }
  a{ color:inherit; text-decoration:none; }
  ul{ list-style:none; }
  img,svg{ display:block; }
  .wrap{ max-width:1160px; margin:0 auto; padding:0 28px; position:relative; z-index:1; }
  section{ position:relative; z-index:1; }
  ::selection{ background:var(--accent); color:#fff; }

  .eyebrow{
    display:inline-flex; align-items:center; gap:8px;
    font-family:'JetBrains Mono', monospace;
    font-size:12.5px; letter-spacing:.06em; text-transform:uppercase;
    color:var(--accent-light);
    background:rgba(61,90,254,0.1);
    border:1px solid var(--card-border);
    padding:6px 14px 6px 10px;
    border-radius:999px;
  }

  .btn{
    display:inline-flex; align-items:center; justify-content:center; gap:8px;
    font-family:'Inter', sans-serif; font-weight:600; font-size:15px;
    padding:13px 26px; border-radius:999px; cursor:pointer;
    border:1px solid transparent; transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
    white-space:nowrap;
  }
  .btn-primary{
    background:linear-gradient(135deg, var(--accent), #6C8CFF);
    color:#fff;
    box-shadow:0 8px 24px -8px var(--accent-glow), 0 0 0 1px rgba(255,255,255,0.06) inset;
  }
  .btn-primary:hover{ transform:translateY(-2px); box-shadow:0 14px 32px -10px var(--accent-glow); }
  .btn-ghost{
    background:transparent; color:var(--text);
    border-color:var(--card-border);
  }
  .btn-ghost:hover{ border-color:var(--card-border-hover); background:rgba(124,156,255,0.06); }

  /* ============ NAVBAR ============ */
  header.nav{
    position:sticky; top:0; z-index:50;
    background:color-mix(in srgb, var(--bg) 78%, transparent);
    backdrop-filter:blur(14px);
    border-bottom:1px solid var(--line);
  }
  .nav-inner{
    display:flex; align-items:center; justify-content:space-between;
    padding:16px 28px; max-width:1160px; margin:0 auto;
  }
  .logo{
    display:flex; align-items:center; gap:10px;
    font-family:'Space Grotesk', sans-serif; font-weight:700; font-size:19px;
  }
  .logo-mark{
    width:32px; height:32px; border-radius:9px;
    background:linear-gradient(135deg, var(--accent), #7C9CFF);
    display:flex; align-items:center; justify-content:center;
    box-shadow:0 0 18px -2px var(--accent-glow);
  }
  .nav-links{ display:flex; align-items:center; gap:34px; }
  .nav-links a{
    font-size:14.5px; font-weight:500; color:var(--text-muted);
    transition:color .2s ease; position:relative;
  }
  .nav-links a:hover{ color:var(--text); }

  .status-pill{
    display:flex; align-items:center; gap:7px;
    font-family:'JetBrains Mono', monospace; font-size:11.5px;
    color:var(--text-muted);
    border:1px solid var(--card-border);
    padding:6px 12px; border-radius:999px;
  }
  .status-dot{
    width:7px; height:7px; border-radius:50%; background:var(--success);
    box-shadow:0 0 0 0 rgba(52,211,153,0.6);
    animation:pulseDot 2s infinite;
  }
  @keyframes pulseDot{
    0%{ box-shadow:0 0 0 0 rgba(52,211,153,0.55); }
    70%{ box-shadow:0 0 0 7px rgba(52,211,153,0); }
    100%{ box-shadow:0 0 0 0 rgba(52,211,153,0); }
  }

  .nav-right{ display:flex; align-items:center; gap:14px; }
  .theme-toggle{
    width:38px; height:38px; border-radius:50%;
    border:1px solid var(--card-border); background:transparent;
    display:flex; align-items:center; justify-content:center; cursor:pointer;
    color:var(--text); transition:border-color .2s ease, background .2s ease;
  }
  .theme-toggle:hover{ border-color:var(--card-border-hover); background:rgba(124,156,255,0.08); }
  .theme-toggle svg{ width:17px; height:17px; }
  .icon-sun{ display:none; }
  html[data-theme="light"] .icon-moon{ display:none; }
  html[data-theme="light"] .icon-sun{ display:block; }

  .burger{ display:none; width:38px; height:38px; border-radius:9px; border:1px solid var(--card-border); background:transparent; cursor:pointer; align-items:center; justify-content:center; }
  .burger span, .burger span::before, .burger span::after{
    content:""; display:block; width:16px; height:2px; background:var(--text); position:relative; transition:.25s;
  }
  .burger span::before{ position:absolute; top:-5px; }
  .burger span::after{ position:absolute; top:5px; }

  .mobile-panel{
    display:none; flex-direction:column; gap:2px;
    padding:14px 28px 22px; border-bottom:1px solid var(--line);
    background:var(--bg-soft);
  }
  .mobile-panel.open{ display:flex; }
  .mobile-panel a{ padding:12px 4px; font-size:15px; color:var(--text-muted); border-bottom:1px solid var(--line); }
  .mobile-panel a:last-child{ border-bottom:none; }

  /* ============ HERO ============ */
  .hero{ padding:100px 0 90px; overflow:hidden; }
  .hero-inner{ display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center; }
  .hero h1{
    font-size:clamp(34px, 4.6vw, 54px); line-height:1.08; font-weight:700; margin:20px 0 22px;
  }
  .hero h1 em{
    font-style:normal; color:var(--accent-light);
    background:linear-gradient(135deg, var(--accent-light), var(--accent));
    -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;
  }
  .hero p.lead{ font-size:17px; color:var(--text-muted); max-width:480px; margin-bottom:34px; }
  .hero-ctas{ display:flex; gap:14px; flex-wrap:wrap; margin-bottom:40px; }
  .hero-meta{ display:flex; gap:30px; flex-wrap:wrap; }
  .hero-meta div strong{ display:block; font-family:'Space Grotesk',sans-serif; font-size:20px; }
  .hero-meta div span{ font-size:12.5px; color:var(--text-faint); font-family:'JetBrains Mono',monospace; }

  /* Signature: server pulse visual */
  .pulse-card{
    position:relative; background:var(--card);
    border:1px solid var(--card-border); border-radius:var(--radius-lg);
    box-shadow:var(--shadow-glow); padding:26px 24px 22px; overflow:hidden;
  }
  .pulse-head{ display:flex; justify-content:space-between; align-items:center; margin-bottom:18px; }
  .pulse-head .status-pill{ background:rgba(52,211,153,0.08); border-color:rgba(52,211,153,0.25); color:var(--success); }
  .pulse-title{ font-family:'JetBrains Mono',monospace; font-size:12px; color:var(--text-faint); }
  .pulse-svg{ width:100%; height:120px; }
  .pulse-line{
    fill:none; stroke:var(--accent-light); stroke-width:2; stroke-linecap:round; stroke-linejoin:round;
    filter:drop-shadow(0 0 6px var(--accent-glow));
    stroke-dasharray:600; stroke-dashoffset:600;
    animation:drawPulse 3.4s ease-in-out infinite;
  }
  @keyframes drawPulse{
    0%{ stroke-dashoffset:600; }
    55%{ stroke-dashoffset:0; }
    100%{ stroke-dashoffset:-600; }
  }
  .pulse-rows{ margin-top:14px; display:flex; flex-direction:column; gap:10px; }
  .pulse-row{
    display:flex; justify-content:space-between; align-items:center;
    font-family:'JetBrains Mono',monospace; font-size:12px; color:var(--text-muted);
    border-top:1px solid var(--line); padding-top:10px;
  }
  .pulse-row b{ color:var(--text); font-weight:500; }
  .node-dot{ width:6px; height:6px; border-radius:50%; background:var(--success); display:inline-block; margin-right:6px; box-shadow:0 0 8px var(--success); }

  /* ============ SECTION HEADS ============ */
  .section-head{ max-width:560px; margin-bottom:52px; }
  .section-head .eyebrow{ margin-bottom:16px; }
  .section-head h2{ font-size:clamp(26px,3.2vw,36px); font-weight:700; margin-bottom:14px; }
  .section-head p{ color:var(--text-muted); font-size:15.5px; }

  /* ============ ABOUT ============ */
  .about{ padding:90px 0; border-top:1px solid var(--line); }
  .about-grid{ display:grid; grid-template-columns:.95fr 1.05fr; gap:60px; align-items:start; }
  .about-copy p{ color:var(--text-muted); font-size:15.5px; margin-bottom:16px; }
  .stat-grid{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
  .stat-card{
    background:var(--card); border:1px solid var(--card-border); border-radius:var(--radius-md);
    padding:22px 20px; transition:border-color .25s ease, transform .25s ease;
  }
  .stat-card:hover{ border-color:var(--card-border-hover); transform:translateY(-3px); }
  .stat-card strong{ display:block; font-family:'Space Grotesk',sans-serif; font-size:30px; color:var(--accent-light); }
  .stat-card span{ font-size:13px; color:var(--text-muted); }

  /* ============ PRODUK ============ */
  .produk{ padding:90px 0; border-top:1px solid var(--line); }
  .produk-grid{ display:grid; grid-template-columns:repeat(4, 1fr); gap:20px; }
  .produk-card{
    background:var(--card); border:1px solid var(--card-border); border-radius:var(--radius-lg);
    padding:26px 22px; display:flex; flex-direction:column; gap:16px;
    transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease;
    position:relative;
  }
  .produk-card:hover{ transform:translateY(-6px); border-color:var(--card-border-hover); box-shadow:var(--shadow-glow); }
  .produk-card.featured{ border-color:var(--accent); box-shadow:0 0 0 1px var(--accent), 0 20px 50px -25px var(--accent-glow); }
  .produk-badge{
    position:absolute; top:-11px; right:20px;
    background:var(--accent); color:#fff; font-size:11px; font-weight:600;
    padding:4px 12px; border-radius:999px; font-family:'JetBrains Mono',monospace;
  }
  .produk-icon{
    width:42px; height:42px; border-radius:11px;
    background:rgba(61,90,254,0.12); border:1px solid var(--card-border);
    display:flex; align-items:center; justify-content:center;
  }
  .produk-icon svg{ width:20px; height:20px; stroke:var(--accent-light); }
  .produk-card h3{ font-size:18px; font-weight:600; }
  .produk-price{ font-family:'JetBrains Mono',monospace; font-size:22px; color:var(--text); }
  .produk-price span{ font-size:12px; color:var(--text-faint); font-weight:400; }
  .produk-specs{ display:flex; flex-direction:column; gap:8px; margin:2px 0 6px; }
  .produk-specs li{ font-size:13px; color:var(--text-muted); display:flex; gap:8px; align-items:center; }
  .produk-specs li::before{ content:""; width:5px; height:5px; border-radius:50%; background:var(--accent-light); flex-shrink:0; }
  .produk-card .btn{ margin-top:auto; width:100%; padding:11px 20px; font-size:14px; }

  /* ============ CTA STRIP ============ */
  .cta-strip{ padding:70px 0; }
  .cta-box{
    background:linear-gradient(135deg, var(--card), var(--bg-soft));
    border:1px solid var(--card-border); border-radius:var(--radius-lg);
    padding:52px 48px; display:flex; align-items:center; justify-content:space-between; gap:30px;
    box-shadow:var(--shadow-glow); flex-wrap:wrap;
  }
  .cta-box h3{ font-size:26px; margin-bottom:8px; }
  .cta-box p{ color:var(--text-muted); font-size:15px; }

  /* ============ FOOTER ============ */
  footer{ border-top:1px solid var(--line); padding:64px 0 28px; }
  .footer-grid{ display:grid; grid-template-columns:1.4fr repeat(3, 1fr); gap:40px; margin-bottom:48px; }
  .footer-brand p{ color:var(--text-muted); font-size:14px; margin:14px 0 20px; max-width:280px; }
  .footer-col h4{ font-size:13px; text-transform:uppercase; letter-spacing:.06em; color:var(--text-faint); font-family:'JetBrains Mono',monospace; font-weight:500; margin-bottom:16px; }
  .footer-col a{ display:block; font-size:14.5px; color:var(--text-muted); padding:6px 0; transition:color .2s ease; }
  .footer-col a:hover{ color:var(--accent-light); }
  .social-row{ display:flex; gap:10px; margin-top:6px; }
  .social-row a{ width:36px; height:36px; border-radius:50%; border:1px solid var(--card-border); display:flex; align-items:center; justify-content:center; padding:0; }
  .social-row a:hover{ border-color:var(--card-border-hover); }
  .social-row svg{ width:15px; height:15px; stroke:var(--text-muted); }
  .footer-bottom{
    display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px;
    border-top:1px solid var(--line); padding-top:24px;
    font-size:13px; color:var(--text-faint); font-family:'JetBrains Mono',monospace;
  }

  /* ============ KATALOG HERO ============ */
  .cat-hero{ padding:70px 0 40px; text-align:center; }
  .cat-hero .section-head{ max-width:620px; margin:0 auto 0; text-align:center; }
  .cat-hero .eyebrow{ margin-bottom:16px; }

  /* ============ CATEGORY TABS ============ */
  .cat-tabs-wrap{
    position:sticky; top:69px; z-index:40;
    background:color-mix(in srgb, var(--bg) 82%, transparent);
    backdrop-filter:blur(14px);
    border-bottom:1px solid var(--line);
    padding:14px 0;
  }
  .cat-tabs{
    display:flex; gap:10px; overflow-x:auto; scrollbar-width:none;
  }
  .cat-tabs::-webkit-scrollbar{ display:none; }
  .cat-tab{
    display:flex; align-items:center; gap:8px; flex-shrink:0;
    font-family:'Inter', sans-serif; font-weight:600; font-size:14px;
    color:var(--text-muted); background:transparent;
    border:1px solid var(--card-border); border-radius:999px;
    padding:9px 18px; cursor:pointer; transition:all .2s ease;
  }
  .cat-tab svg{ width:15px; height:15px; stroke:currentColor; flex-shrink:0; }
  .cat-tab:hover{ border-color:var(--card-border-hover); color:var(--text); }
  .cat-tab.active{
    background:linear-gradient(135deg, var(--accent), #6C8CFF); color:#fff; border-color:transparent;
    box-shadow:0 6px 18px -8px var(--accent-glow);
  }

  /* ============ CATEGORY PANELS ============ */
  .cat-panel{ display:none; padding:56px 0 96px; }
  .cat-panel.active{ display:block; animation:fadeUp .4s ease; }
  @keyframes fadeUp{ from{ opacity:0; transform:translateY(10px); } to{ opacity:1; transform:translateY(0); } }
  .cat-panel-head{ display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:40px; flex-wrap:wrap; }
  .cat-panel-head h2{ font-size:clamp(24px,2.8vw,32px); font-weight:700; margin-bottom:8px; }
  .cat-panel-head p{ color:var(--text-muted); font-size:15px; max-width:520px; }
  .cat-panel-icon{
    width:50px; height:50px; border-radius:13px; flex-shrink:0;
    background:rgba(61,90,254,0.12); border:1px solid var(--card-border);
    display:flex; align-items:center; justify-content:center; margin-bottom:14px;
  }
  .cat-panel-icon svg{ width:24px; height:24px; stroke:var(--accent-light); }

  .paket-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:20px; }
  .paket-grid.cols-4{ grid-template-columns:repeat(4, 1fr); }

  /* Detail spesifikasi accordion inside card */
  .spec-toggle{
    display:flex; align-items:center; justify-content:space-between;
    font-family:'JetBrains Mono', monospace; font-size:11.5px; letter-spacing:.04em;
    color:var(--text-faint); text-transform:uppercase; cursor:pointer;
    padding-top:2px; user-select:none;
  }
  .spec-toggle svg{ width:14px; height:14px; stroke:currentColor; transition:transform .25s ease; }
  .produk-card.open .spec-toggle svg{ transform:rotate(180deg); }
  .produk-specs{ max-height:0; overflow:hidden; opacity:0; transition:max-height .3s ease, opacity .25s ease, margin .3s ease; margin:0; }
  .produk-card.open .produk-specs{ max-height:260px; opacity:1; margin:2px 0 6px; }

  /* ============ DOMAIN TABLE ============ */
  .domain-table{
    background:var(--card); border:1px solid var(--card-border); border-radius:var(--radius-lg);
    overflow:hidden;
  }
  .domain-row{
    display:grid; grid-template-columns:1fr 1.6fr 1fr auto; align-items:center; gap:18px;
    padding:18px 24px; border-bottom:1px solid var(--line);
    transition:background .2s ease;
  }
  .domain-row:last-child{ border-bottom:none; }
  .domain-row:hover{ background:rgba(124,156,255,0.05); }
  .domain-row.head{
    font-family:'JetBrains Mono', monospace; font-size:11px; text-transform:uppercase; letter-spacing:.06em;
    color:var(--text-faint); padding:14px 24px; background:var(--bg-soft);
  }
  .domain-ext{ font-family:'Space Grotesk', sans-serif; font-weight:700; font-size:17px; }
  .domain-desc{ font-size:13.5px; color:var(--text-muted); }
  .domain-price{ font-family:'JetBrains Mono', monospace; font-size:16px; }
  .domain-price span{ font-size:11.5px; color:var(--text-faint); font-weight:400; }
  .domain-row .btn{ padding:9px 20px; font-size:13.5px; }

  /* ============ AUTH SLOT (navbar) ============ */
  .auth-slot{ display:flex; align-items:center; gap:10px; }
  .auth-slot .btn{ padding:9px 18px; font-size:13.5px; }
  .user-chip-nav{ display:flex; align-items:center; gap:9px; }
  .user-chip-nav .user-avatar{ width:34px; height:34px; font-size:13px; }
  .user-chip-nav .u-name{ font-size:13.5px; font-weight:600; }

  /* ============ AUTH PAGES ============ */
  .auth-shell{
    min-height:calc(100vh - 70px); display:flex; align-items:center; justify-content:center;
    padding:60px 24px; position:relative; z-index:1;
  }
  .auth-card{
    width:100%; max-width:440px; background:var(--card);
    border:1px solid var(--card-border); border-radius:var(--radius-lg);
    box-shadow:var(--shadow-glow); padding:40px 36px;
  }
  .auth-card .logo{ justify-content:center; margin-bottom:22px; }
  .auth-head{ text-align:center; margin-bottom:28px; }
  .auth-head span.eyebrow{ margin-bottom:14px; }
  .auth-head h1{ font-size:24px; margin:6px 0 8px; }
  .auth-head p{ color:var(--text-muted); font-size:14px; }

  .field{ margin-bottom:18px; }
  .field label{ display:block; font-size:13px; font-weight:500; color:var(--text-muted); margin-bottom:7px; }
  .field input{
    width:100%; background:var(--bg-soft); border:1px solid var(--card-border);
    border-radius:var(--radius-sm); padding:12px 14px; color:var(--text);
    font-family:'Inter', sans-serif; font-size:14.5px;
    transition:border-color .2s ease, box-shadow .2s ease;
  }
  .field input:focus{ outline:none; border-color:var(--accent); box-shadow:0 0 0 3px rgba(61,90,254,0.16); }
  .field-hint{ font-size:12px; color:var(--text-faint); margin-top:6px; }

  .form-row-between{ display:flex; justify-content:space-between; align-items:center; margin-bottom:20px; font-size:13px; flex-wrap:wrap; gap:8px; }
  .checkbox-row{ display:flex; align-items:center; gap:8px; color:var(--text-muted); }
  .link-accent{ color:var(--accent-light); font-weight:500; }
  .link-accent:hover{ text-decoration:underline; }

  .auth-submit{ width:100%; }
  .auth-foot{ text-align:center; margin-top:24px; font-size:14px; color:var(--text-muted); }

  .alert{
    align-items:flex-start; gap:10px; padding:12px 14px;
    border-radius:var(--radius-sm); font-size:13.5px; margin-bottom:20px; display:none;
  }
  .alert.show{ display:flex; }
  .alert-success{ background:rgba(52,211,153,0.1); border:1px solid rgba(52,211,153,0.3); color:var(--success); }
  .alert-error{ background:rgba(248,113,113,0.1); border:1px solid rgba(248,113,113,0.3); color:#F87171; }

  /* ============ DASHBOARD LAYOUT ============ */
  .dash-shell{ display:grid; grid-template-columns:260px 1fr; min-height:100vh; }
  .dash-sidebar{
    background:var(--bg-soft); border-right:1px solid var(--line);
    padding:26px 18px; display:flex; flex-direction:column; position:sticky; top:0; height:100vh;
  }
  .dash-sidebar .logo{ margin-bottom:32px; padding:0 8px; }
  .dash-nav{ display:flex; flex-direction:column; gap:4px; flex:1; }
  .dash-nav a{
    display:flex; align-items:center; gap:11px; padding:11px 12px;
    border-radius:var(--radius-sm); color:var(--text-muted); font-size:14.5px; font-weight:500;
    transition:background .2s ease, color .2s ease;
  }
  .dash-nav a svg{ width:18px; height:18px; stroke:currentColor; flex-shrink:0; }
  .dash-nav a:hover{ background:rgba(124,156,255,0.08); color:var(--text); }
  .dash-nav a.active{ background:rgba(61,90,254,0.14); color:var(--accent-light); }
  .dash-nav .logout-link{ color:#F87171; margin-top:12px; border-top:1px solid var(--line); padding-top:16px; border-radius:0; }
  .dash-nav .logout-link:hover{ background:rgba(248,113,113,0.08); color:#F87171; }

  .dash-main{ padding:28px 40px 60px; min-width:0; }
  .dash-topbar{ display:flex; justify-content:space-between; align-items:center; margin-bottom:34px; flex-wrap:wrap; gap:16px; }
  .dash-welcome h1{ font-size:26px; margin-bottom:6px; }
  .dash-welcome p{ color:var(--text-muted); font-size:14.5px; }
  .dash-topbar-right{ display:flex; align-items:center; gap:14px; }

  .user-chip{ display:flex; align-items:center; gap:10px; }
  .user-avatar{
    width:38px; height:38px; border-radius:50%; flex-shrink:0;
    background:linear-gradient(135deg, var(--accent), #7C9CFF);
    display:flex; align-items:center; justify-content:center; color:#fff; font-weight:700;
    font-family:'Space Grotesk', sans-serif; font-size:15px;
  }
  .user-chip .u-name{ font-size:14px; font-weight:600; }
  .user-chip .u-email{ font-size:12px; color:var(--text-faint); }

  .dash-stat-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-bottom:32px; }
  .dash-stat{
    background:var(--card); border:1px solid var(--card-border); border-radius:var(--radius-md);
    padding:22px; transition:border-color .2s ease, transform .2s ease;
  }
  .dash-stat:hover{ border-color:var(--card-border-hover); transform:translateY(-3px); }
  .dash-stat-top{ display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:16px; }
  .dash-stat-icon{ width:36px; height:36px; border-radius:10px; background:rgba(61,90,254,.12); display:flex; align-items:center; justify-content:center; }
  .dash-stat-icon svg{ width:17px; height:17px; stroke:var(--accent-light); }
  .dash-stat strong{ display:block; font-family:'Space Grotesk', sans-serif; font-size:26px; }
  .dash-stat span{ font-size:13px; color:var(--text-muted); }

  .dash-panel{ background:var(--card); border:1px solid var(--card-border); border-radius:var(--radius-lg); padding:26px 26px 6px; margin-bottom:26px; }
  .dash-panel-head{ display:flex; justify-content:space-between; align-items:center; margin-bottom:6px; flex-wrap:wrap; gap:10px; }
  .dash-panel-head h3{ font-size:17px; }
  .service-row{ display:grid; grid-template-columns:1.6fr 1fr 1fr auto; align-items:center; gap:14px; padding:18px 0; border-top:1px solid var(--line); font-size:14px; }
  .service-row:first-of-type{ border-top:none; }
  .service-name{ font-weight:600; }
  .service-name span{ display:block; font-size:12px; color:var(--text-faint); font-weight:400; margin-top:2px; }
  .badge{ display:inline-flex; align-items:center; gap:6px; font-size:12px; font-family:'JetBrains Mono', monospace; padding:4px 10px; border-radius:999px; width:fit-content; }
  .badge-active{ background:rgba(52,211,153,0.12); color:var(--success); }
  .badge-pending{ background:rgba(251,191,36,0.12); color:#FBBF24; }

  /* ============ PROFILE ============ */
  .profile-grid{ display:grid; grid-template-columns:280px 1fr; gap:24px; align-items:start; }
  .profile-card{ background:var(--card); border:1px solid var(--card-border); border-radius:var(--radius-lg); padding:32px 24px; text-align:center; }
  .profile-avatar-lg{
    width:84px; height:84px; border-radius:50%; margin:0 auto 16px;
    background:linear-gradient(135deg, var(--accent), #7C9CFF);
    display:flex; align-items:center; justify-content:center; color:#fff;
    font-family:'Space Grotesk', sans-serif; font-size:30px; font-weight:700;
    box-shadow:0 0 0 5px rgba(61,90,254,0.1);
  }
  .profile-card h3{ font-size:18px; margin-bottom:4px; }
  .profile-card p{ font-size:13px; color:var(--text-faint); }
  .profile-meta{ margin-top:22px; display:flex; flex-direction:column; gap:0; text-align:left; }
  .profile-meta-row{ display:flex; justify-content:space-between; font-size:13px; border-top:1px solid var(--line); padding:10px 0; }
  .profile-meta-row span:first-child{ color:var(--text-faint); }

  .form-actions{ display:flex; gap:12px; margin-top:6px; padding-bottom:26px; }
  .dash-panel form{ padding-top:16px; }

  .sidebar-toggle{
    display:none; width:38px; height:38px; border-radius:9px; border:1px solid var(--card-border);
    background:transparent; align-items:center; justify-content:center; cursor:pointer;
  }
  .sidebar-toggle svg{ width:18px; height:18px; stroke:var(--text); }

  /* ============ RESPONSIVE ============ */
  @media (max-width: 920px){
    .hero-inner{ grid-template-columns:1fr; }
    .about-grid{ grid-template-columns:1fr; }
    .produk-grid{ grid-template-columns:1fr 1fr; }
    .paket-grid, .paket-grid.cols-4{ grid-template-columns:1fr 1fr; }
    .footer-grid{ grid-template-columns:1fr 1fr; }
    .domain-row{ grid-template-columns:1fr 1fr; row-gap:8px; }
    .domain-row.head{ display:none; }
    .domain-desc{ grid-column:1 / -1; order:3; }
    .domain-row .btn{ justify-self:start; }
  }
  @media (max-width: 720px){
    .nav-links{ display:none; }
    .burger{ display:flex; }
    .hero{ padding:60px 0 60px; }
    .hero-meta{ gap:22px; }
    .produk-grid{ grid-template-columns:1fr; }
    .paket-grid, .paket-grid.cols-4{ grid-template-columns:1fr; }
    .footer-grid{ grid-template-columns:1fr; gap:32px; }
    .cta-box{ flex-direction:column; align-items:flex-start; padding:36px 28px; }
    .status-pill span.hide-mobile{ display:none; }
    .cat-tabs-wrap{ top:65px; }
    .domain-row{ grid-template-columns:1fr auto; }

    .auth-card{ padding:32px 24px; }
    .dash-shell{ grid-template-columns:1fr; }
    .dash-sidebar{
      position:fixed; left:0; top:0; height:100vh; width:240px; z-index:60;
      transform:translateX(-100%); transition:transform .25s ease; box-shadow:20px 0 40px rgba(0,0,0,.3);
    }
    .dash-sidebar.open{ transform:translateX(0); }
    .dash-main{ padding:22px 20px 50px; }
    .sidebar-toggle{ display:flex; }
    .dash-stat-grid{ grid-template-columns:1fr; }
    .service-row{ grid-template-columns:1fr; gap:6px; padding:16px 0; }
    .profile-grid{ grid-template-columns:1fr; }
    .form-row-between{ flex-direction:column; align-items:flex-start; }
  }

  /* ============ ORDER SYSTEM ============ */
  .order-page-shell{ padding:48px 0 100px; min-height:calc(100vh - 70px); }

  .steps-row{ display:flex; align-items:center; justify-content:center; gap:0; margin-bottom:48px; flex-wrap:wrap; }
  .step{ display:flex; align-items:center; gap:10px; }
  .step-num{
    width:30px; height:30px; border-radius:50%; flex-shrink:0;
    background:var(--card); border:1px solid var(--card-border); color:var(--text-faint);
    display:flex; align-items:center; justify-content:center;
    font-family:'JetBrains Mono', monospace; font-size:13px; font-weight:500;
    transition:all .25s ease;
  }
  .step-label{ font-size:13.5px; font-weight:500; color:var(--text-faint); white-space:nowrap; }
  .step.done .step-num{ background:var(--accent); border-color:var(--accent); color:#fff; }
  .step.done .step-label{ color:var(--text-muted); }
  .step.active .step-num{ background:linear-gradient(135deg, var(--accent), #6C8CFF); border-color:transparent; color:#fff; box-shadow:0 0 0 4px rgba(61,90,254,0.16); }
  .step.active .step-label{ color:var(--text); font-weight:600; }
  .step-line{ width:44px; height:1px; background:var(--card-border); margin:0 10px; }
  .step-line.done{ background:var(--accent); }

  .order-grid{ display:grid; grid-template-columns:1.6fr 1fr; gap:24px; align-items:start; }
  .order-card{ background:var(--card); border:1px solid var(--card-border); border-radius:var(--radius-lg); padding:30px 28px; }
  .order-card h2{ font-size:19px; margin-bottom:4px; }
  .order-card > p.order-card-sub{ color:var(--text-muted); font-size:13.5px; margin-bottom:24px; }

  .field select, .field textarea{
    width:100%; background:var(--bg-soft); border:1px solid var(--card-border);
    border-radius:var(--radius-sm); padding:12px 14px; color:var(--text);
    font-family:'Inter', sans-serif; font-size:14.5px;
    transition:border-color .2s ease, box-shadow .2s ease;
  }
  .field select:focus, .field textarea:focus{ outline:none; border-color:var(--accent); box-shadow:0 0 0 3px rgba(61,90,254,0.16); }
  .field textarea{ resize:vertical; min-height:88px; font-family:'Inter', sans-serif; }

  .summary-card{
    background:var(--card); border:1px solid var(--card-border); border-radius:var(--radius-lg);
    padding:26px 24px; position:sticky; top:100px;
  }
  .summary-card h3{ font-size:15.5px; margin-bottom:18px; }
  .summary-produk{ display:flex; justify-content:space-between; align-items:flex-start; gap:12px; padding-bottom:18px; border-bottom:1px solid var(--line); margin-bottom:16px; }
  .summary-produk-name{ font-weight:600; font-size:15px; }
  .summary-produk-cat{ font-size:12px; color:var(--text-faint); text-transform:capitalize; margin-top:3px; }
  .summary-line{ display:flex; justify-content:space-between; font-size:13.5px; color:var(--text-muted); padding:7px 0; }
  .summary-line.discount{ color:var(--success); }
  .summary-line b, .summary-line span.val{ color:var(--text); font-weight:500; }
  .summary-total{
    display:flex; justify-content:space-between; align-items:center;
    margin-top:12px; padding-top:16px; border-top:1px solid var(--line);
    font-family:'Space Grotesk', sans-serif; font-size:20px; font-weight:700;
  }
  .summary-total span.val{ color:var(--accent-light); }
  .summary-card .btn{ width:100%; margin-top:20px; }
  .summary-note{ font-size:12px; color:var(--text-faint); margin-top:12px; line-height:1.5; }

  .pay-methods{ display:flex; flex-direction:column; gap:10px; }
  .pay-method{
    display:flex; align-items:center; gap:14px; padding:16px 16px;
    border:1px solid var(--card-border); border-radius:var(--radius-md);
    cursor:pointer; transition:border-color .2s ease, background .2s ease;
  }
  .pay-method:hover{ border-color:var(--card-border-hover); }
  .pay-method.selected{ border-color:var(--accent); background:rgba(61,90,254,0.06); box-shadow:0 0 0 1px var(--accent); }
  .pay-method input[type="radio"]{ width:18px; height:18px; accent-color:var(--accent); flex-shrink:0; }
  .pay-method-icon{
    width:38px; height:38px; border-radius:10px; flex-shrink:0;
    background:rgba(61,90,254,0.12); display:flex; align-items:center; justify-content:center;
  }
  .pay-method-icon svg{ width:18px; height:18px; stroke:var(--accent-light); }
  .pay-method-info strong{ display:block; font-size:14.5px; font-weight:600; }
  .pay-method-info span{ font-size:12.5px; color:var(--text-faint); }

  .checkout-row{ display:flex; justify-content:space-between; font-size:14px; padding:10px 0; border-top:1px solid var(--line); }
  .checkout-row:first-child{ border-top:none; }
  .checkout-row span:first-child{ color:var(--text-muted); }

  /* ============ INVOICE ============ */
  .invoice-card{ background:var(--card); border:1px solid var(--card-border); border-radius:var(--radius-lg); padding:38px 40px; max-width:760px; margin:0 auto; }
  .invoice-top{ display:flex; justify-content:space-between; align-items:flex-start; gap:20px; padding-bottom:26px; border-bottom:1px solid var(--line); margin-bottom:26px; flex-wrap:wrap; }
  .invoice-top .logo{ margin-bottom:10px; }
  .invoice-no{ font-family:'JetBrains Mono', monospace; font-size:13px; color:var(--text-muted); }
  .invoice-status-block{ text-align:right; }
  .invoice-status-block .badge{ font-size:13px; padding:6px 14px; margin-bottom:8px; }
  .invoice-date{ font-size:12.5px; color:var(--text-faint); }
  .invoice-meta-grid{ display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-bottom:28px; }
  .invoice-meta-grid h4{ font-size:11.5px; text-transform:uppercase; letter-spacing:.05em; color:var(--text-faint); font-family:'JetBrains Mono', monospace; font-weight:500; margin-bottom:8px; }
  .invoice-meta-grid p{ font-size:14px; line-height:1.6; }
  .invoice-table{ width:100%; border-collapse:collapse; margin-bottom:6px; }
  .invoice-table th{ text-align:left; font-size:11.5px; text-transform:uppercase; letter-spacing:.05em; color:var(--text-faint); font-family:'JetBrains Mono', monospace; font-weight:500; padding:0 0 12px; border-bottom:1px solid var(--line); }
  .invoice-table td{ padding:16px 0; border-bottom:1px solid var(--line); font-size:14.5px; }
  .invoice-table th:last-child, .invoice-table td:last-child{ text-align:right; }
  .invoice-totals{ margin-left:auto; max-width:280px; margin-top:16px; }
  .invoice-totals .summary-line{ padding:6px 0; }
  .invoice-totals .summary-total{ font-size:19px; }
  .invoice-pay-box{ background:var(--bg-soft); border:1px solid var(--card-border); border-radius:var(--radius-md); padding:18px 20px; margin:26px 0; font-size:13.5px; color:var(--text-muted); }
  .invoice-pay-box strong{ color:var(--text); }
  .invoice-actions{ display:flex; gap:12px; margin-top:26px; flex-wrap:wrap; }

  /* ============ PESANAN / RIWAYAT ============ */
  .order-row{ display:grid; grid-template-columns:1.1fr 1.4fr 1fr 1fr auto auto; align-items:center; gap:14px; padding:18px 0; border-top:1px solid var(--line); font-size:13.5px; }
  .order-row:first-of-type{ border-top:none; }
  .order-row .mono{ font-size:12.5px; color:var(--text-muted); }
  .order-row .order-produk-name{ font-weight:600; }
  .order-row .order-produk-name span{ display:block; font-size:12px; color:var(--text-faint); font-weight:400; margin-top:2px; }
  .badge-danger{ background:rgba(248,113,113,0.12); color:#F87171; }
  .empty-state{ text-align:center; padding:60px 20px; color:var(--text-muted); }
  .empty-state svg{ width:44px; height:44px; stroke:var(--text-faint); margin:0 auto 16px; }
  .empty-state p{ margin-bottom:20px; font-size:14.5px; }

  @media print{
    header.nav, .invoice-actions, .steps-row{ display:none !important; }
    body::before{ display:none; }
    .invoice-card{ border:none; box-shadow:none; padding:0; }
  }

  /* ============ RESPONSIVE — ORDER ============ */
  @media (max-width: 920px){
    .order-grid{ grid-template-columns:1fr; }
    .summary-card{ position:static; }
    .invoice-meta-grid{ grid-template-columns:1fr; }
    .order-row{ grid-template-columns:1fr 1fr; row-gap:6px; }
  }
  @media (max-width: 720px){
    .steps-row{ gap:0; }
    .step-label{ display:none; }
    .step-line{ width:24px; }
    .order-card{ padding:24px 20px; }
    .invoice-card{ padding:28px 22px; }
    .invoice-top{ flex-direction:column; }
    .invoice-status-block{ text-align:left; }
    .order-row{ grid-template-columns:1fr; }
  }

  @media (prefers-reduced-motion: reduce){
    .status-dot, .pulse-line{ animation:none; }
  }

  /* ============ DASHBOARD ADMIN (PART 7) ============ */
  .dash-nav-section{
    font-family:'JetBrains Mono', monospace; font-size:10.5px; letter-spacing:.08em; text-transform:uppercase;
    color:var(--text-faint); padding:16px 12px 6px;
  }
  .badge-admin{ background:rgba(61,90,254,0.14); color:var(--accent-light); }
  .badge-user{ background:rgba(139,147,174,0.14); color:var(--text-muted); }

  .dash-stat-grid.cols-4{ grid-template-columns:repeat(4, 1fr); }
  .admin-grid-2{ display:grid; grid-template-columns:1.3fr 1fr; gap:24px; align-items:start; }

  .btn-sm{ padding:7px 14px; font-size:12.5px; }
  .btn-danger-ghost{ color:#F87171; border-color:rgba(248,113,113,0.3); }
  .btn-danger-ghost:hover{ background:rgba(248,113,113,0.08); border-color:rgba(248,113,113,0.5); }
  .btn[disabled]{ opacity:.4; cursor:not-allowed; }
  .btn[disabled]:hover{ transform:none; background:transparent; border-color:var(--card-border); }

  /* segmented tabs (Kelola Produk / Filter Invoice) */
  .seg-tabs{ display:flex; gap:6px; flex-wrap:wrap; margin-bottom:20px; }
  .seg-tab{
    font-family:'Inter', sans-serif; font-weight:600; font-size:13.5px; cursor:pointer;
    padding:9px 18px; border-radius:999px; border:1px solid var(--card-border);
    background:transparent; color:var(--text-muted); transition:all .2s ease;
  }
  .seg-tab:hover{ border-color:var(--card-border-hover); color:var(--text); }
  .seg-tab.active{ background:var(--accent); border-color:var(--accent); color:#fff; }

  /* data table */
  .table-wrap{ overflow-x:auto; padding-bottom:6px; }
  .admin-table{ width:100%; border-collapse:collapse; font-size:13.5px; min-width:640px; }
  .admin-table th{
    text-align:left; font-size:11px; text-transform:uppercase; letter-spacing:.05em;
    color:var(--text-faint); font-family:'JetBrains Mono', monospace; font-weight:500;
    padding:0 14px 12px; border-bottom:1px solid var(--line); white-space:nowrap;
  }
  .admin-table td{ padding:14px; border-bottom:1px solid var(--line); vertical-align:middle; }
  .admin-table th:first-child, .admin-table td:first-child{ padding-left:0; }
  .admin-table th:last-child, .admin-table td:last-child{ padding-right:0; }
  .admin-table tbody tr:last-child td{ border-bottom:none; }
  .admin-table tbody tr:hover td{ background:rgba(124,156,255,0.04); }
  .admin-table select{
    background:var(--bg-soft); border:1px solid var(--card-border); border-radius:var(--radius-sm);
    padding:8px 10px; color:var(--text); font-family:'Inter', sans-serif; font-size:13px; cursor:pointer;
  }
  .admin-table select:focus{ outline:none; border-color:var(--accent); }

  /* mini bar chart (statistik penjualan) */
  .bar-chart{ display:flex; flex-direction:column; gap:16px; padding:18px 0 8px; }
  .bar-row{ display:grid; grid-template-columns:78px 1fr 96px; align-items:center; gap:14px; font-size:12.5px; }
  .bar-row .mono{ color:var(--text-muted); }
  .bar-row .mono:last-child{ text-align:right; color:var(--text); }
  .bar-track{ height:10px; border-radius:999px; background:var(--bg-soft); border:1px solid var(--card-border); overflow:hidden; }
  .bar-fill{ height:100%; background:linear-gradient(90deg, var(--accent), var(--accent-light)); border-radius:999px; transition:width .5s ease; }

  /* modal */
  .modal-overlay{
    position:fixed; inset:0; z-index:200; display:none; align-items:center; justify-content:center;
    padding:20px; background:rgba(6,10,20,0.72); backdrop-filter:blur(6px);
  }
  .modal-overlay.open{ display:flex; }
  .modal-box{
    width:100%; max-width:460px; max-height:88vh; overflow-y:auto;
    background:var(--card); border:1px solid var(--card-border); border-radius:var(--radius-lg);
    box-shadow:var(--shadow-glow); padding:28px 26px;
  }
  .modal-head{ display:flex; justify-content:space-between; align-items:center; margin-bottom:22px; }
  .modal-head h3{ font-size:18px; }
  .modal-close{
    width:32px; height:32px; border-radius:50%; border:1px solid var(--card-border); background:transparent;
    color:var(--text-muted); font-size:18px; line-height:1; cursor:pointer;
    display:flex; align-items:center; justify-content:center; flex-shrink:0;
  }
  .modal-close:hover{ border-color:var(--card-border-hover); color:var(--text); }

  @media (max-width: 920px){
    .admin-grid-2{ grid-template-columns:1fr; }
    .dash-stat-grid.cols-4{ grid-template-columns:1fr 1fr; }
  }
  @media (max-width: 720px){
    .dash-stat-grid.cols-4{ grid-template-columns:1fr; }
    .bar-row{ grid-template-columns:60px 1fr 78px; gap:8px; }
  }
