
/*
Theme Name: JurnalTrading LP
Theme URI: https://jurnal.okamahendra.com/
Author: VPSTrading
Author URI: https://www.vpstrading.net/
Description: Professional landing-page theme for Jurnal Trading (expectancy & R:R focused). Centered hero, glass cards, market ticker, and polished CTA components.
Version: 1.0.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jurnaltrading-lp
*/


:root{
  --bg:#0b0f14; --panel:#0f151d; --panel-2:#121923; --text:#e7eef7; --muted:#a7b3c6;
  --primary:#ffd34f; --accent:#6B46FF; --accent-2:#FF7AA2; --border:rgba(255,255,255,.08);
  --ring:linear-gradient( to right, var(--accent), var(--accent-2) ); --radius:18px; --shadow:0 10px 24px rgba(0,0,0,.35); --container:1240px;
}
html,body{height:100%} *,*:before,*:after{box-sizing:border-box}
body{
  margin:0;
  font-family:"Roboto","Helvetica","Arial",sans-serif;
  font-weight: 400;
  letter-spacing: -0.005em; /* sedikit rapat seperti sample */
  background: radial-gradient(1200px 800px at 70% -10%, rgba(107,70,255,.25), transparent 60%), var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a{color:inherit;text-decoration:none} img{max-width:100%;height:auto;display:block}
.container{max-width:var(--container);margin:0 auto;padding:0 24px}
.section{padding:80px 0} .section-sm{padding:56px 0} 
.header{position:sticky;top:0;background:rgba(11,15,20,.7);backdrop-filter:blur(10px);z-index:50;border-bottom:1px solid var(--border)}
.header .inner{display:flex;align-items:center;justify-content:space-between;height:70px}
.brand{display:flex;align-items:center;gap:12px;font-weight:800} .brand .logo{width:28px;height:28px;border-radius:8px;background:var(--ring);position:relative}
.brand .logo:after{content:"";position:absolute;inset:2px;border-radius:7px;background:var(--bg)}
.nav{display:flex;align-items:center;gap:18px} .nav a{color:var(--muted);font-weight:600} .nav a:hover{color:var(--text)}
.h1{font-weight:900;font-size:44px;line-height:1.1;margin:0 0 14px}
.h2{font-weight:900;font-size:32px;margin:0 0 16px} .h3{font-weight:800;font-size:18px;margin:0 0 8px}
.p{font-size:16px;color:var(--muted)} .grid{display:grid;gap:24px}
.card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:24px}
.ring{position:relative;border-radius:20px;border:1px dashed rgba(255,255,255,.2);padding:24px}
.ring:before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:conic-gradient(from 0deg, var(--accent), var(--accent-2));-webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;opacity:.22}
.table{width:100%;border-collapse:separate;border-spacing:0 10px}
.table th{text-align:left;color:var(--muted);font-weight:600;font-size:12px;padding:8px 12px}
.table td{padding:12px;background:var(--panel);border:1px solid var(--border);border-left:none}
.table td:first-child{border-radius:12px 0 0 12px;border-left:1px solid var(--border)}
.table td:last-child{border-radius:0 12px 12px 0}
.footer{border-top:1px solid var(--border);color:var(--muted)}
@media(max-width:980px){.h1{font-size:36px}}


/* ======= v2 Polish: centered hero, professional buttons, refined header ======= */
.header .inner{gap:18px}
.header .nav{margin:0 auto; gap:22px}
.header .btn{margin-left:6px}
.display{font-weight:900; font-size:56px; line-height:1.05; margin:0 0 16px; letter-spacing:-0.02em;}
.lead{font-size:18px; color:var(--muted); max-width:800px; margin:0 auto 18px;}
.eyebrow{font-weight:700; color:#cdd7ea}
.pill{display:inline-block; padding:8px 12px; border-radius:999px; background:rgba(255,255,255,.06); border:1px solid var(--border)}
.hero-centered .container{position:relative; text-align:center}
.cta-row{display:flex; justify-content:center; gap:12px; margin-top:12px}
.kpi-row{display:flex; justify-content:center; gap:12px; margin-top:18px}
.kpi{background:var(--panel-2);border:1px solid var(--border);padding:18px;border-radius:12px}
.kpi .num{font-weight:800}
.kpi.slim{padding:12px 16px}

.grad{background:var(--ring);-webkit-background-clip:text;background-clip:text;color:transparent}
.btn{font-weight:800}
.btn-pro{
  background:linear-gradient(180deg,#ffe88e,#ffd34f);
  color:#111; border:none; border-radius:14px; padding:14px 22px;
  box-shadow:0 10px 20px rgba(255,211,79,.25), inset 0 1px 0 rgba(255,255,255,.6);
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.btn-pro:hover{transform:translateY(-2px); box-shadow:0 16px 28px rgba(255,211,79,.3)}
.pro-cards{grid-template-columns:repeat(3,1fr)}
.card.glass{background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03)); border:1px solid var(--border); border-radius:18px; padding:22px; box-shadow:0 8px 24px rgba(0,0,0,.35)}
.card-title{font-weight:800; font-size:18px; margin:0 0 8px}
.center{text-align:center}
.benefit-grid{display:grid; grid-template-columns:1.1fr .9fr; gap:36px}
.features.tight li{margin:10px 0; display:flex; align-items:flex-start; gap:10px}
.features.tight .dot{width:10px;height:10px;border-radius:3px;background:var(--ring);display:inline-block;margin-top:6px}
.accent-grid{position:relative;overflow:hidden}
.accent-grid:after{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px) 0 0/28px 28px, linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0/28px 28px;pointer-events:none}
.viz{border-radius:18px; padding:22px}
.viz-row{display:flex; gap:14px}
.pill-card{flex:1; text-align:center; padding:16px; border-radius:14px; background:rgba(255,255,255,.04); border:1px solid var(--border); box-shadow: inset 0 1px 0 rgba(255,255,255,.05)}
.pro-table td, .pro-table th{background:transparent}
.pro-table tbody tr td{background:rgba(255,255,255,.04); border-color:var(--border)}
.pro-table tbody tr:hover td{background:rgba(255,255,255,.06)}
.cta-pro{display:flex; align-items:center; justify-content:space-between; gap:18px; background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)); border-radius:20px}

/* ===== WHY section – brighter content + pro cards ===== */
.why-gradient{
  background: radial-gradient(1000px 500px at 70% 0%, rgba(107,70,255,.22), transparent 60%);
}
.why-grid{
  display:grid; grid-template-columns:1.1fr .9fr; gap:36px;
}
.benefit-cards{grid-template-columns:repeat(2,1fr)}
.benefit{
  position:relative; padding:18px 18px 16px 38px;
  border:1px solid var(--border); border-radius:16px;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
  box-shadow:0 8px 24px rgba(0,0,0,.35);
}
.benefit .dot{
  position:absolute; left:12px; top:20px; width:12px; height:12px; border-radius:4px; background:var(--ring);
  box-shadow:0 0 0 2px rgba(255,255,255,.06) inset;
}
.benefit-title{font-size:16px; font-weight:800; margin:0 0 6px}
.benefit-desc{color:var(--muted); margin:0}

/* proof chips */
.chips{grid-column:1/-1; display:flex; flex-wrap:wrap; gap:10px; margin-top:8px}
.chip{
  display:inline-flex; align-items:center; gap:8px; padding:8px 12px;
  border:1px solid var(--border); border-radius:999px;
  background:rgba(255,255,255,.05);
  font-weight:700; font-size:12px; color:var(--text);
}

/* viz side */
.viz-art{display:grid; grid-template-columns:1fr; gap:16px}
.viz-ill{width:100%; height:auto; border-radius:16px; border:1px solid var(--border); box-shadow:0 8px 24px rgba(0,0,0,.35)}
.viz-item figcaption{text-align:left; margin-top:6px; color:var(--muted)}

/* how it works */
.how{margin-top:26px; grid-template-columns:repeat(3,1fr)}
.how-step{display:flex; gap:12px; align-items:flex-start; background:rgba(255,255,255,.04); border:1px solid var(--border); border-radius:14px; padding:14px}
.how-num{
  flex:0 0 28px; height:28px; border-radius:8px; background:var(--ring);
  display:flex; align-items:center; justify-content:center; font-weight:900; color:#111;
}
.how-title{font-weight:800}
.how-desc{color:var(--muted); font-size:14px}
@supports (font-variation-settings: normal) {
  body, .h1, .h2, .display, .nav a, .btn {
    font-family:"Roboto","Helvetica","Arial",sans-serif;
    font-optical-sizing: auto; /* aktifkan opsz Inter Variable */
  }
}
/* Headline besar */
.display{
  font-weight: 900;        /* padat seperti sample */
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: -0.030em; /* tracking lebih rapat */
}

/* H1/H2 biasa */
.h1{ font-weight: 800; letter-spacing: -0.020em; }
.h2{ font-weight: 800; letter-spacing: -0.015em; }

/* Menu header dan tombol agar tegas */
.nav a{ font-weight: 600; letter-spacing: -0.005em; }
.btn { font-weight: 700; letter-spacing: -0.010em; }

/* Angka KPI terlihat kuat */
.kpi .num{ font-weight: 800; letter-spacing: -0.015em; }

.header-cta{display:flex; align-items:center; gap:10px}
.lang-switch{display:flex; gap:8px; background:rgba(255,255,255,.05); border:1px solid var(--border); padding:6px; border-radius:12px}
.lang-switch .lang{
  font-weight:700; font-size:12px; padding:6px 10px; border-radius:8px; color:var(--text); opacity:.8
}
.lang-switch .lang:hover{opacity:1}
.lang-switch .lang.active{background:rgba(255,255,255,.08); opacity:1}

/* ===== Auth Login/Create Account styles (match theme) ===== */
.auth-wrap{max-width:720px}
.auth-header{display:flex; align-items:center; justify-content:space-between; margin-bottom:18px}
.auth-tabs{display:flex; gap:18px; border-bottom:1px solid var(--border); margin-bottom:18px}
.auth-tabs .tab{
  background:none; border:none; padding:12px 2px; font-weight:800; color:var(--muted); cursor:pointer; position:relative
}
.auth-tabs .tab.active{color:var(--text)}
.auth-tabs .tab.active:after{content:""; position:absolute; left:0; right:0; bottom:-1px; height:3px; background:var(--ring); border-radius:3px}
.auth-panels .panel{display:none}
.auth-panels .panel.show{display:block}

.auth-form label{display:block; font-weight:700; margin:10px 0 6px}
.auth-form input{
  width:100%; padding:12px 14px; border:1px solid var(--border); border-radius:14px;
  background:rgba(255,255,255,.03); color:var(--text)
}
/* HINDARI checkbox ikut lebar 100% */
.auth-form input:not([type="checkbox"]) {
  width:100%;
  padding:12px 14px;
  border:1px solid var(--border);
  border-radius:14px;
  background:rgba(255,255,255,.03);
  color:var(--text);
}

.btn-ghost{
  background:transparent; color:var(--text);
  border:1px solid var(--border); border-radius:12px;
  padding:12px 16px; font-weight:800; box-shadow:none;
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
}
.btn-ghost:hover{ background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.18); transform:translateY(-1px)}
.btn-ghost:disabled{ opacity:.55; cursor:not-allowed; transform:none}

/* Reset khusus checkbox */
.auth-form input[type="checkbox"] {
  width:auto;
  height:auto;
  margin:0;
  accent-color: var(--primary); /* biar warnanya nyambung */
}

.auth-form .pwd{position:relative}
.auth-form .pwd .toggle-eye{position:absolute; right:12px; top:50%; transform:translateY(-50%); cursor:pointer; opacity:.7}
.pwd-rules{color:var(--muted); font-size:12px; margin:6px 0 6px}

/* ===== Country Select (Register) ===== */
.auth-form select[name="country"]{
  width: 100%;
  height: 48px;
  border-radius: 14px;
  padding: 10px 44px 10px 14px; /* ruang untuk ikon panah */
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: #E8EDF5;
  outline: none;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* ikon chevron (SVG data-uri) */
  background-image: url("data:image/svg+xml;utf8,<svg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M6.75 9.75l5.25 5.25 5.25-5.25' stroke='%23B7C0D0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px 18px;

  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

/* hover & focus state */
.auth-form select[name="country"]:hover{
  border-color: rgba(255,255,255,0.22);
}
.auth-form select[name="country"]:focus{
  border-color: #6B46FF; /* ungu brand */
  box-shadow: 0 0 0 3px rgba(107,70,255,.35);
  background-color: rgba(255,255,255,0.06);
}

/* disabled */
.auth-form select[name="country"]:disabled{
  opacity: 0.6;
  cursor: not-allowed;
}

/* placeholder/invalid color (saat 'Pilih Negara' masih aktif) */
.auth-form select[name="country"]:invalid{
  color: #98A2B3; /* muted */
}

/* opsi di dalam dropdown (kontras) */
.auth-form select[name="country"] option{
  color: #0F172A; /* teks di menu native */
}

/* untuk Safari (hilangkan inner shadow) */
.auth-form select[name="country"]::-ms-expand{ display:none; } /* IE/Edge lama */

/* Rapikan baris persetujuan */
.auth-form .agree {
  display:flex;
  align-items:flex-start;     /* sejajarkan ke atas */
  gap:10px;
  margin:12px 0;
  font-weight:700;
  line-height:1.55;
  text-align:left;
}

.auth-form .agree input {
  margin-top:4px;             /* sedikit turun agar sejajar */
  flex:0 0 auto;
}

.auth-form .agree a { color: var(--text); text-decoration: underline; opacity:.9; }
.auth-form .agree a:hover { opacity:1; }

.auth-form .btn{margin-top:12px; width:100%}
.forgot{margin-top:10px}
.alert{padding:12px 14px; border-radius:12px; margin-bottom:12px; font-weight:700}
.alert.ok{background:rgba(74,222,128,.12); border:1px solid rgba(74,222,128,.35); color:#b7f7c8}
.alert.bad{background:rgba(255,122,162,.12); border:1px solid rgba(255,122,162,.35); color:#ffd1e1}

.lang-switch{display:flex; gap:8px; background:rgba(255,255,255,.05); border:1px solid var(--border); padding:6px; border-radius:12px}
.lang-switch .lang{font-weight:700; font-size:12px; padding:6px 10px; border-radius:8px; color:var(--text); opacity:.85}
.lang-switch .lang.active{background:rgba(255,255,255,.08); opacity:1}

@media(max-width:980px){
  .why-grid{grid-template-columns:1fr}
  .benefit-cards{grid-template-columns:1fr}
  .how{grid-template-columns:1fr}
}

@media (max-width:980px){.display{font-size:40px}.pro-cards{grid-template-columns:1fr}.benefit-grid{grid-template-columns:1fr}.cta-pro{flex-direction:column; align-items:flex-start}.cta-row{flex-direction:column}}
