*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;background:#070b14;color:#fff;min-height:100vh}a{text-decoration:none;color:inherit}.btn,button{display:inline-block;border:0;background:#f97316;color:#fff;padding:14px 18px;border-radius:14px;font-weight:800;cursor:pointer;font-family:inherit}.btn.secondary{background:#111827;border:1px solid #334155;color:#e5e7eb}.btn.danger{background:#450a0a;color:#f87171}.btn.download{background:#052e16;color:#22c55e}.eyebrow{color:#f97316;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.14em;margin-bottom:4px}.auth-page{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr}.brand-panel{padding:56px 7%;background:radial-gradient(circle at top right,rgba(249,115,22,.22),transparent 34%),linear-gradient(180deg,#0b1220,#070b14);display:flex;flex-direction:column;justify-content:space-between;gap:40px}.brand{display:flex;align-items:center;gap:14px}.brand-mark{width:52px;height:52px;border-radius:16px;background:#f97316;display:flex;align-items:center;justify-content:center;font-weight:800}.brand h1{font-size:22px}.brand p{font-size:13px;color:#94a3b8}.hero-copy h2{font-size:58px;line-height:1.05;margin-bottom:24px}.hero-copy p{color:#94a3b8;font-size:18px;max-width:640px}.feature-list{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:16px;max-width:650px}.feature-list div{background:#111827;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px;color:#cbd5e1;font-weight:700}.feature-list span{color:#f97316;margin-right:8px}.auth-card{display:flex;flex-direction:column;justify-content:center;padding:56px 8%;background:#080d18;border-left:1px solid rgba(255,255,255,.08)}.tabs{display:grid;grid-template-columns:1fr 1fr;background:#020617;border:1px solid #334155;border-radius:16px;padding:6px;margin-bottom:28px}.tab{background:transparent;color:#94a3b8}.tab.active{background:#f97316;color:#fff}.form{display:none;background:#111827;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:34px}.form.active-form{display:block}.form h3{font-size:30px;margin-bottom:8px}.form p{color:#94a3b8;margin-bottom:28px}.portal-body{display:flex}.sidebar{width:280px;background:#0b1220;border-right:1px solid rgba(255,255,255,.08);padding:24px;position:fixed;top:0;bottom:0;left:0;display:flex;flex-direction:column}.side-nav{display:flex;flex-direction:column;gap:10px;margin-top:42px}.side-nav a{color:#cbd5e1;padding:14px 16px;border-radius:14px;font-weight:700}.side-nav a.active,.side-nav a:hover{background:#111827;color:#fff;border:1px solid rgba(249,115,22,.35)}.sidebar-footer{margin-top:auto;display:flex;gap:12px;align-items:center;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}.avatar{width:42px;height:42px;background:#1f2937;border:1px solid #334155;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800}.sidebar-footer span{display:block;color:#94a3b8;font-size:13px;max-width:180px;overflow:hidden;text-overflow:ellipsis}.app{margin-left:280px;width:calc(100% - 280px);padding:28px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;gap:18px}.topbar h2{font-size:34px}.top-actions{display:flex;gap:12px;flex-wrap:wrap}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}.stat-card,.panel{background:#111827;border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:24px}.stat-card span{color:#94a3b8;font-weight:700}.stat-card strong{display:block;font-size:36px;margin:8px 0}.stat-card p,.panel-text{color:#64748b}.orange strong{color:#f97316}.green strong{color:#22c55e}.red strong{color:#ef4444}label{display:block;margin-bottom:8px;font-weight:700}input,textarea,select{width:100%;background:#020617;border:1px solid #334155;color:#fff;padding:16px;border-radius:14px;margin-bottom:18px;font:inherit}input[type=file]{padding:14px}textarea{min-height:120px}.progress-wrap{display:none;height:12px;border-radius:999px;background:#020617;border:1px solid #334155;overflow:hidden;margin:8px 0 18px}.progress-bar{height:100%;width:0;background:#f97316;transition:.2s}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th{color:#94a3b8;text-align:left;font-size:13px;padding:14px 12px;border-bottom:1px solid #334155}td{padding:18px 12px;border-bottom:1px solid rgba(255,255,255,.08);color:#e5e7eb;vertical-align:top}td span{display:block;color:#64748b;font-size:13px;margin-top:4px}.badge{display:inline-block;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800}.badge.gray{background:#1f2937;color:#cbd5e1}.badge.orange{background:#431407;color:#fb923c}.badge.green{background:#052e16;color:#22c55e}.badge.red{background:#450a0a;color:#f87171}.demo-note{margin-top:18px;color:#94a3b8;background:#0b1220;border:1px solid #334155;border-radius:14px;padding:14px;font-size:14px}.demo-note.error{color:#f87171;border-color:#7f1d1d}.demo-note.success{color:#22c55e;border-color:#14532d}.ticket{border:1px solid #334155;background:#0b1220;border-radius:14px;padding:14px;margin-top:12px}.ticket p{color:#94a3b8;font-size:14px;margin-top:4px}.mini-select{padding:8px 10px;border-radius:10px;margin:0;width:auto}.admin-note{background:#431407;border:1px solid rgba(249,115,22,.4);color:#fed7aa;border-radius:16px;padding:16px;margin-bottom:20px}@media(max-width:1000px){.portal-body{display:block}.sidebar{position:static;width:100%;height:auto}.app{margin-left:0;width:100%}.stats-grid{grid-template-columns:1fr}.auth-page{grid-template-columns:1fr}.hero-copy h2{font-size:42px}.auth-card{border-left:0;border-top:1px solid rgba(255,255,255,.08)}}
.btn.small{padding:9px 10px;border-radius:10px;font-size:12px;margin-top:8px}
.admin-upload{margin-top:10px;min-width:190px}
.mini-file{padding:8px;border-radius:10px;font-size:12px;margin:8px 0 0 0;width:190px}
.muted{color:#64748b}

.lookup-public{margin-top:34px;background:#111827;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:24px;max-width:760px}
.lookup-public .lookup-copy h2{font-size:28px;line-height:1.1;margin-bottom:10px}.lookup-public .lookup-copy p{color:#94a3b8;margin-bottom:18px}.lookup-card label{display:block;margin-bottom:8px;font-weight:800}.lookup-card input{margin-bottom:10px}.lookup-meta{color:#94a3b8;font-size:14px;margin:8px 0 14px}.lookup-meta strong{color:#f97316}.lookup-results{display:grid;gap:12px;max-height:420px;overflow:auto;padding-right:4px}.lookup-result{background:#020617;border:1px solid #334155;border-radius:16px;padding:14px}.lookup-result strong{display:block;margin-bottom:8px;color:#fff}.lookup-result p{font-size:13px;color:#cbd5e1;margin:4px 0}.lookup-result span{color:#f97316;font-weight:800}
@media(max-width:1000px){.lookup-public{max-width:100%}.lookup-public .lookup-copy h2{font-size:24px}}


/* ===== Production Landing Page ===== */
.landing-body{
  background:#070b14;
  color:#fff;
  font-family:Inter,system-ui,sans-serif;
}
.landing-header{
  position:sticky;
  top:0;
  z-index:50;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 7%;
  background:rgba(7,11,20,.82);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.landing-logo{
  display:flex;
  gap:12px;
  align-items:center;
}
.logo-mark{
  width:46px;
  height:46px;
  border-radius:15px;
  background:linear-gradient(135deg,#f97316,#fb923c);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}
.landing-logo strong{display:block;font-size:18px}
.landing-logo span{display:block;color:#94a3b8;font-size:13px}
.landing-nav{display:flex;gap:24px}
.landing-nav a{color:#cbd5e1;font-weight:800}
.landing-nav a:hover{color:#fff}
.landing-hero{
  padding:110px 7% 80px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:42px;
  align-items:center;
  background:
    radial-gradient(circle at top right,rgba(249,115,22,.20),transparent 34%),
    radial-gradient(circle at top left,rgba(59,130,246,.10),transparent 30%);
}
.hero-pill{
  display:inline-flex;
  color:#fed7aa;
  background:rgba(249,115,22,.12);
  border:1px solid rgba(249,115,22,.35);
  padding:9px 13px;
  border-radius:999px;
  font-weight:900;
  margin-bottom:22px;
}
.landing-hero h1{
  font-size:68px;
  line-height:1.02;
  letter-spacing:-.05em;
  max-width:880px;
  margin-bottom:24px;
}
.landing-hero h1 span{color:#f97316}
.hero-description{
  color:#94a3b8;
  font-size:19px;
  max-width:760px;
  margin-bottom:30px;
}
.hero-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:34px}
.trust-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(120px,170px));
  gap:14px;
}
.trust-row div{
  background:#111827;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:16px;
}
.trust-row strong{display:block;font-size:22px;color:#fff}
.trust-row span{color:#94a3b8;font-size:13px}
.hero-card{
  background:linear-gradient(180deg,#111827,#0b1220);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 24px 80px rgba(0,0,0,.35);
  border-radius:30px;
  padding:30px;
}
.card-top{
  display:flex;
  gap:10px;
  align-items:center;
  margin-bottom:24px;
  color:#cbd5e1;
}
.pulse{
  width:10px;height:10px;border-radius:50%;
  background:#22c55e;
  box-shadow:0 0 0 8px rgba(34,197,94,.12);
}
.workflow-line{
  display:flex;
  gap:15px;
  padding:18px 0;
  border-top:1px solid rgba(255,255,255,.08);
}
.workflow-line span{
  width:34px;height:34px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:#f97316;
  font-weight:900;
  flex:0 0 auto;
}
.workflow-line p{color:#94a3b8;margin-top:4px}
.landing-section{
  padding:90px 7%;
}
.section-heading{
  max-width:860px;
  margin-bottom:34px;
}
.section-heading h2{
  font-size:44px;
  letter-spacing:-.03em;
  margin:8px 0 12px;
}
.section-heading p{color:#94a3b8;font-size:17px}
.lookup-panel{
  background:#111827;
  border:1px solid rgba(255,255,255,.08);
  border-radius:26px;
  padding:24px;
}
.lookup-search-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px;
}
.lookup-search-row input{
  margin:0;
}
.public-results{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:16px;
  margin-top:22px;
}
.lookup-result{
  background:#0b1220;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:18px;
}
.lookup-result h3{margin-bottom:10px}
.lookup-result p{color:#cbd5e1;margin-bottom:6px}
.lookup-result.empty{grid-column:1/-1}
.service-section{
  background:linear-gradient(180deg,#070b14,#0b1220);
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.service-card{
  background:#111827;
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  padding:24px;
}
.service-card span{
  color:#f97316;
  font-weight:900;
}
.service-card h3{
  margin:14px 0 8px;
}
.service-card p{color:#94a3b8}
.auth-section{
  background:
    radial-gradient(circle at bottom right,rgba(249,115,22,.16),transparent 34%),
    #070b14;
}
.auth-shell{
  display:grid;
  grid-template-columns:.8fr 1fr;
  gap:24px;
  align-items:start;
}
.auth-info-card{
  background:#111827;
  border:1px solid rgba(255,255,255,.08);
  border-radius:26px;
  padding:30px;
}
.auth-info-card h3{font-size:26px;margin-bottom:10px}
.auth-info-card p{color:#94a3b8;margin-bottom:18px}
.auth-info-card ul{
  list-style:none;
  display:grid;
  gap:12px;
}
.auth-info-card li{
  color:#cbd5e1;
  background:#0b1220;
  border:1px solid rgba(255,255,255,.07);
  border-radius:14px;
  padding:13px;
}
.auth-info-card li:before{
  content:"✓";
  color:#f97316;
  font-weight:900;
  margin-right:9px;
}
.production-auth{
  padding:0;
}
.production-auth .form{
  border:0;
  border-radius:0 0 24px 24px;
}
.landing-footer{
  padding:34px 7%;
  border-top:1px solid rgba(255,255,255,.08);
  color:#94a3b8;
  display:flex;
  justify-content:space-between;
  gap:14px;
}
@media(max-width:1000px){
  .landing-hero,.auth-shell{grid-template-columns:1fr}
  .landing-hero h1{font-size:46px}
  .service-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .landing-nav{display:none}
  .lookup-search-row{grid-template-columns:1fr}
  .trust-row,.service-grid{grid-template-columns:1fr}
  .landing-footer{flex-direction:column}
  .landing-section,.landing-hero{padding-left:5%;padding-right:5%}
}



/* ===== Refined Premium Logo ===== */

.epj-premium-logo{
  width:58px;
  height:58px;
  border-radius:18px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:
    0 10px 35px rgba(249,115,22,.20),
    inset 0 1px 0 rgba(255,255,255,.06);
}

.epj-logo-text{
  display:flex;
  flex-direction:column;
}

.epj-logo-text strong{
  font-size:21px;
  font-weight:900;
  letter-spacing:-0.03em;
  color:white;
}

.epj-logo-text span{
  color:#94a3b8;
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}







.real-epj-logo{
  height:230px;
  width:auto;
  display:block;
  object-fit:contain;
  background:transparent;
  filter:drop-shadow(0 10px 28px rgba(249,115,22,.18));
  margin-top:-38px;
  margin-bottom:-38px;
}

.landing-header{
  padding-top:0px !important;
  padding-bottom:0px !important;
  min-height:72px;
  align-items:center;
  overflow:visible;
}

@media(max-width:700px){
  .real-epj-logo{
    height:125px;
    margin-top:-18px;
    margin-bottom:-18px;
  }

  .landing-header{
    min-height:62px;
  }
}


  .landing-header{
    min-height:82px;
  }
}


  .landing-header{
    min-height:100px;
  }
}

}

}


.admin-only{display:none!important;}



/* ===== Portal Sidebar Branding Cleanup ===== */
.portal-brand{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin-bottom:18px;
  margin-top:-18px;
}

.portal-logo{
  width:290px;
  height:auto;
  display:block;
  object-fit:contain;
  background:transparent;
  margin-left:-38px;
  margin-top:-12px;
  margin-bottom:-12px;
  filter:drop-shadow(0 8px 22px rgba(249,115,22,.14));
}

@media(max-width:1000px){
  .portal-logo{
    width:220px;
    margin-left:-14px;
  }
}

}


/* ===== TOKEN SYSTEM ===== */

.token-balance-box{
  background:#0b1220;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:18px;
  margin-top:18px;
}

.token-balance-box span{
  color:#94a3b8;
  font-size:13px;
  font-weight:700;
}

.token-balance-box strong{
  display:block;
  color:#f97316;
  font-size:30px;
  margin-top:8px;
  font-weight:900;
}

.token-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-bottom:28px;
}

.token-card{
  position:relative;
  background:#111827;
  border:1px solid rgba(255,255,255,.08);
  border-radius:26px;
  padding:30px;
}

.token-card h3{
  font-size:28px;
  margin-bottom:14px;
}

.token-card strong{
  display:block;
  color:#f97316;
  font-size:52px;
  margin-bottom:18px;
}

.token-card p{
  color:#94a3b8;
  margin-bottom:24px;
}

.token-card.featured{
  border:1px solid rgba(249,115,22,.5);
  box-shadow:0 20px 60px rgba(249,115,22,.14);
}

.popular-badge{
  position:absolute;
  top:18px;
  right:18px;
  background:#f97316;
  color:white;
  padding:6px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
}

.payment-info-panel{
  max-width:700px;
}

.payment-box{
  background:#0b1220;
  border-radius:18px;
  padding:24px;
  margin-top:18px;
}

.payment-box ul{
  margin:18px 0;
  padding-left:20px;
}

.payment-box li{
  margin-bottom:10px;
}

.token-service-box{
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:#111827;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:18px 22px;
  margin-bottom:20px;
}

.token-service-box strong{
  color:white;
}

.token-service-box span{
  color:#f97316;
  font-size:20px;
  font-weight:900;
}

@media(max-width:1000px){
  .token-grid{
    grid-template-columns:1fr;
  }
}


/* ===== TOP TOKEN BALANCE ===== */

.top-token-balance{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:center;
  margin-right:10px;
}

.top-token-balance span{
  color:#94a3b8;
  font-size:12px;
  font-weight:700;
}

.top-token-balance strong{
  color:#f97316;
  font-size:28px;
  line-height:1;
  font-weight:900;
}


/* ===== ADMIN TOKEN MANAGER ===== */

.admin-token-panel{
  margin-top:24px;
}

.token-pill{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:#431407;
  color:#fb923c !important;
  font-weight:900;
}

.token-admin-actions{
  display:flex;
  gap:10px;
  align-items:center;
}

.token-admin-actions input{
  width:120px;
  margin:0;
  padding:10px 12px;
  border-radius:12px;
}

.btn.small{
  padding:10px 13px;
  border-radius:12px;
  font-size:13px;
}


/* ===== UPLOAD TOKEN WARNING ===== */

.upload-token-warning{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  background:#111827;
  border:1px solid rgba(249,115,22,.28);
  border-radius:18px;
  padding:18px 22px;
  margin-bottom:22px;
}

.upload-token-warning strong{
  color:white;
  font-size:18px;
}

.upload-token-warning span{
  color:#f97316;
  font-size:22px;
  font-weight:900;
}


.customer-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}
.customer-status.green{background:#052e16;color:#22c55e}
.customer-status.orange{background:#431407;color:#fb923c}
.customer-status.blue{background:#082f49;color:#38bdf8}
.customer-status.red{background:#450a0a;color:#f87171}
.customer-status.gray{background:#1f2937;color:#cbd5e1}


/* ===== SEO SECTION ===== */

.seo-section{
  padding:90px 24px;
  background:#0b1220;
  border-top:1px solid rgba(255,255,255,.06);
}

.seo-container{
  max-width:1100px;
  margin:0 auto;
  text-align:center;
}

.seo-section h2{
  font-size:42px;
  font-weight:900;
  margin-bottom:24px;
  color:white;
}

.seo-text{
  max-width:850px;
  margin:0 auto 34px;
  color:#cbd5e1;
  font-size:18px;
  line-height:1.7;
}

.seo-keywords{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
  margin-bottom:40px;
}

.seo-keywords span{
  padding:12px 18px;
  border-radius:999px;
  background:#111827;
  border:1px solid rgba(249,115,22,.22);
  color:#f97316;
  font-weight:800;
}

.seo-features{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:18px;
}

.seo-features div{
  background:#111827;
  border-radius:16px;
  padding:16px 24px;
  color:white;
  font-weight:700;
}

@media(max-width:700px){
  .seo-section h2{
    font-size:32px;
  }

  .seo-text{
    font-size:16px;
  }

  .seo-features{
    flex-direction:column;
  }
}


/* ===== UPDATED TOKEN PACKAGES ===== */

.token-amount{
  color:white;
  font-size:24px;
  font-weight:900;
  margin-bottom:10px;
}

.token-card.best-value{
  border:1px solid rgba(249,115,22,.65);
  box-shadow:0 24px 70px rgba(249,115,22,.18);
}

.token-card.best-value .popular-badge{
  background:#f97316;
}

.token-card.featured .popular-badge{
  background:#111827;
  border:1px solid rgba(249,115,22,.45);
  color:#f97316;
}


/* ===== WhatsApp Floating Button ===== */

.whatsapp-float{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:9999;
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
}

.whatsapp-icon{
  width:62px;
  height:62px;
  border-radius:50%;
  background:#25D366;
  color:white;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 16px 40px rgba(0,0,0,.35);
  transition:transform .18s ease, box-shadow .18s ease;
}

.whatsapp-float:hover .whatsapp-icon{
  transform:translateY(-3px) scale(1.04);
  box-shadow:0 22px 50px rgba(37,211,102,.28);
}

.whatsapp-bubble{
  background:white;
  color:#111827;
  padding:10px 13px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  box-shadow:0 12px 30px rgba(0,0,0,.22);
  animation:whatsappBubble 6s ease-in-out infinite;
}

@keyframes whatsappBubble{
  0%, 70%, 100%{opacity:1; transform:translateX(0)}
  80%{opacity:.75; transform:translateX(4px)}
}

@media(max-width:700px){
  .whatsapp-float{
    right:16px;
    bottom:16px;
  }

  .whatsapp-icon{
    width:56px;
    height:56px;
  }

  .whatsapp-bubble{
    display:none;
  }
}


/* ===== Supported Models SEO Page ===== */
.models-hero{padding:110px 7% 80px;background:radial-gradient(circle at top right,rgba(249,115,22,.18),transparent 34%),#070b14}
.models-hero-inner{max-width:1100px;margin:0 auto;text-align:center}
.models-hero h1{font-size:58px;line-height:1.04;letter-spacing:-.04em;margin:12px 0 18px;color:white}
.models-hero p{max-width:860px;margin:0 auto;color:#94a3b8;font-size:18px;line-height:1.7}
.models-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:32px}
.models-index{padding:60px 7%;background:#0b1220;text-align:center}
.models-index h2{color:white;font-size:36px;margin-bottom:24px}
.models-index-grid{max-width:1100px;margin:0 auto;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.models-index-grid a{background:#111827;border:1px solid rgba(249,115,22,.22);color:#f97316;padding:11px 15px;border-radius:999px;font-weight:900}
.models-content{padding:70px 7%;background:#070b14;display:grid;gap:28px}
.model-brand-card{max-width:1200px;width:100%;margin:0 auto;background:#111827;border:1px solid rgba(255,255,255,.08);border-radius:26px;padding:30px}
.model-brand-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:22px}
.model-brand-head h2{color:white;font-size:34px;margin-bottom:8px}
.model-brand-head p{color:#94a3b8;line-height:1.6}
.model-parts-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px 16px;max-height:520px;overflow:auto;padding-right:10px}
.model-parts-list li{color:#cbd5e1;font-size:13px;line-height:1.5;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:6px}
.models-more{color:#f97316;margin-top:18px;font-weight:900}
.supported-home-section{padding:90px 7%;background:#070b14}
.supported-home-card{max-width:1200px;margin:0 auto;background:linear-gradient(135deg,#111827,#0b1220);border:1px solid rgba(255,255,255,.08);border-radius:30px;padding:34px;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}
.supported-home-card h2{color:white;font-size:38px;margin:8px 0 12px}
.supported-home-card p{color:#94a3b8;line-height:1.7;max-width:850px}
.supported-home-keywords{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.supported-home-keywords span{color:#f97316;background:#0b1220;border:1px solid rgba(249,115,22,.24);padding:9px 13px;border-radius:999px;font-weight:800;font-size:13px}
@media(max-width:800px){.models-hero h1{font-size:40px}.model-brand-head,.supported-home-card{display:block}.supported-home-card .btn{margin-top:24px}.model-parts-list{max-height:650px}}


/* ===== IMPROVEMENTS: Mobile nav, animations, pricing ===== */

/* --- Scroll Reveal Animations --- */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.65s cubic-bezier(.22,1,.36,1), transform 0.65s cubic-bezier(.22,1,.36,1);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* --- CTA in header --- */
.header-cta {
  display: inline-block;
  background: #f97316;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 12px;
  white-space: nowrap;
  transition: background .18s, transform .18s;
}
.header-cta:hover { background: #ea6c05; transform: translateY(-1px); }

/* --- Hamburger Menu --- */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
  z-index: 200;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #e5e7eb;
  border-radius: 2px;
  transition: transform .25s, opacity .25s;
}
.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;
  inset: 0;
  background: rgba(7,11,20,.97);
  z-index: 100;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.02em;
  transition: color .15s;
}
.mobile-menu a:hover { color: #f97316; }

@media(max-width:700px) {
  .hamburger { display: flex; }
  .header-cta { display: none; }
}

/* --- Pricing / Tokens Section --- */
.pricing-section {
  padding: 90px 7%;
  background: linear-gradient(180deg, #0b1220 0%, #070b14 100%);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 42px;
  max-width: 1100px;
}
.pricing-card {
  background: #111827;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 26px;
  padding: 30px;
  position: relative;
  transition: transform .2s, box-shadow .2s;
}
.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(0,0,0,.4);
}
.pricing-card.featured {
  border-color: rgba(249,115,22,.5);
  background: linear-gradient(160deg, #1a1f2e, #111827);
}
.pricing-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: #f97316;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding: 5px 14px;
  border-radius: 999px;
  white-space: nowrap;
}
.pricing-tokens {
  font-size: 42px;
  font-weight: 900;
  color: #f97316;
  line-height: 1;
  margin-bottom: 4px;
}
.pricing-label {
  color: #94a3b8;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 18px;
}
.pricing-price {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 6px;
}
.pricing-per {
  color: #64748b;
  font-size: 13px;
  margin-bottom: 22px;
}
.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 26px;
}
.pricing-features li {
  color: #cbd5e1;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pricing-features li::before {
  content: "✓";
  color: #22c55e;
  font-weight: 900;
  flex: 0 0 auto;
}

@media(max-width:900px) { .pricing-grid { grid-template-columns: 1fr; } }

/* --- Improved Footer --- */
.landing-footer-v2 {
  background: #0b1220;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 50px 7% 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-brand p {
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 12px;
  max-width: 340px;
}
.footer-col h4 {
  color: #e5e7eb;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 16px;
}
.footer-col a, .footer-col span {
  display: block;
  color: #64748b;
  font-size: 14px;
  margin-bottom: 10px;
  transition: color .15s;
}
.footer-col a:hover { color: #f97316; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.06);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p { color: #334155; font-size: 13px; }

@media(max-width:700px) {
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
