
:root{
  --ink:#0A1930; --navy:#0F2A52; --navy-2:#153B72;
  --accent:#2F7BFF; --cyan:#22C7D6;
  --bg:#F4F7FC; --card:#FFFFFF; --text:#1B2440; --muted:#5B6478; --border:#E3E8F2;
  --low:#1FA97A; --lowmed:#8FBF3F; --med:#F2C14E; --medhigh:#F0813C; --high:#E5484D;
  --radius:16px;
}
*{box-sizing:border-box;}
html,body{margin:0;}
body{
  background:var(--bg); color:var(--text); font-family:'Inter',system-ui,sans-serif;
  line-height:1.55; -webkit-font-smoothing:antialiased;
  -webkit-user-select:none; user-select:none;
}
input, textarea, select { -webkit-user-select:text; user-select:text; }
h1,h2,h3,h4{ font-family:'Space Grotesk',system-ui,sans-serif; margin:0; letter-spacing:-0.01em; }
.mono{ font-family:'JetBrains Mono',monospace; }
a{ color:inherit; }
button{ font-family:inherit; cursor:pointer; }
.wrap{ max-width:960px; margin:0 auto; padding:0 24px; }
.wrap-wide{ max-width:1180px; margin:0 auto; padding:0 24px; }

/* ---------------- new site nav (white, matches brand identity) ---------------- */
.site-nav{ position:sticky; top:0; z-index:30; background:#fff; border-bottom:1px solid var(--border); }
.site-nav-inner{ display:flex; align-items:center; justify-content:space-between; padding:14px 24px; max-width:1180px; margin:0 auto; gap:16px; }
.brand2{ display:flex; flex-direction:column; gap:1px; white-space:nowrap; }
.brand2 strong{ font-family:'Space Grotesk'; font-weight:700; font-size:15px; color:var(--ink); }
.brand2 span{ font-family:'JetBrains Mono'; font-size:9.5px; letter-spacing:.14em; text-transform:uppercase; color:var(--accent); }
.nav-links2{ display:flex; align-items:center; gap:22px; font-size:13.5px; font-weight:600; color:var(--text); }
.nav-links2 a{ text-decoration:none; color:inherit; opacity:.82; }
.nav-links2 a:hover{ opacity:1; color:var(--accent); }
.nav-cta2{ background:var(--ink); color:#fff !important; padding:10px 16px; border-radius:8px; font-family:'JetBrains Mono'; font-size:11px; letter-spacing:.05em; text-transform:uppercase; opacity:1 !important; white-space:nowrap; }
.nav-cta2:hover{ background:var(--navy-2); }
.lang-toggle2{
  background:transparent; border:1px solid var(--border); color:var(--text);
  padding:9px 14px; border-radius:8px; font-size:12px; font-weight:700; white-space:nowrap;
}
.lang-toggle2:hover{ border-color:var(--accent); color:var(--accent); }
@media (max-width:900px){ .nav-links2 a:not(.nav-cta2){ display:none; } }

/* ---------------- top bar / progress rail ---------------- */
.topbar{
  position:sticky; top:0; z-index:20; background:rgba(10,25,48,.97); backdrop-filter:blur(6px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.topbar-inner{ display:flex; align-items:center; justify-content:space-between; padding:12px 24px; max-width:1180px; margin:0 auto; gap:16px; }
.rail{ flex:1; display:flex; gap:4px; max-width:560px; }
.rail-seg{ flex:1; height:6px; border-radius:4px; background:rgba(255,255,255,.14); overflow:hidden; position:relative; }
.rail-seg.done{ background:var(--cyan); }
.rail-seg.current::after{
  content:""; position:absolute; inset:0; background:var(--cyan); width:var(--fillpct,0%);
}
.step-label{ color:rgba(255,255,255,.6); font-size:12.5px; white-space:nowrap; }
.save-btn{
  background:rgba(255,255,255,.08); color:#fff; border:1px solid rgba(255,255,255,.2);
  padding:8px 14px; border-radius:9px; font-size:12.5px; font-weight:600; white-space:nowrap;
}
.save-btn:hover{ background:rgba(255,255,255,.16); }

/* ---------------- generic layout ---------------- */
.screen{ padding:48px 0 80px; }
.card{ background:var(--card); border:1px solid var(--border); border-radius:var(--radius); }
.eyebrow{ font-size:12px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--accent); margin-bottom:10px; }
.title-lg{ font-size:clamp(26px,4vw,38px); font-weight:700; color:var(--ink); line-height:1.15; margin-bottom:14px; }
.lede{ color:var(--muted); font-size:16px; max-width:620px; }

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:13px 24px; border-radius:11px; font-weight:700; font-size:14.5px; border:none;
  text-decoration:none;
}
.btn-primary{ background:var(--accent); color:#fff; }
.btn-primary:hover{ background:#2568DE; }
.btn-primary:disabled{ background:#B9C6DE; cursor:not-allowed; }
.btn-ghost{ background:transparent; color:var(--navy); border:1px solid var(--border); }
.btn-ghost:hover{ background:#EEF2FA; }
.btn-cyan{ background:var(--cyan); color:#08142B; }
.btn-cyan:hover{ background:#1EB4C2; }
.actions{ display:flex; justify-content:space-between; align-items:center; margin-top:36px; gap:12px; }
.actions .right{ display:flex; gap:10px; }

/* ---------------- landing (redesigned to match brand hero) ---------------- */
.hero2{
  position:relative; overflow:hidden;
  background:radial-gradient(circle at 78% 22%, rgba(47,123,255,.30), transparent 26%),
             radial-gradient(circle at 64% 80%, rgba(34,199,214,.10), transparent 24%),
             linear-gradient(135deg, var(--ink) 0%, #081a3a 48%, var(--navy-2) 100%);
  color:#fff; padding:70px 0 64px;
}
.hero2::before{
  content:""; position:absolute; inset:0; opacity:.30;
  background-image:
    radial-gradient(circle at 22% 25%, rgba(255,255,255,.7) 0 2px, transparent 2.5px),
    radial-gradient(circle at 58% 10%, rgba(255,255,255,.5) 0 2px, transparent 2.5px),
    radial-gradient(circle at 74% 36%, rgba(255,255,255,.45) 0 2px, transparent 2.5px),
    radial-gradient(circle at 86% 72%, rgba(255,255,255,.5) 0 2px, transparent 2.5px);
}
.hero2-inner{ position:relative; max-width:1180px; margin:0 auto; padding:0 24px; display:grid; grid-template-columns:minmax(0,1.05fr) minmax(280px,.9fr); gap:52px; align-items:start; z-index:1; }
.hero2-eyebrow{ font-family:'JetBrains Mono'; font-size:11px; letter-spacing:.20em; text-transform:uppercase; color:var(--cyan); margin:0 0 18px; }
.hero2-title{ font-size:clamp(32px,4.6vw,54px); line-height:1.08; letter-spacing:-.02em; font-weight:700; color:#fff; margin:0 0 20px; }
.hero2-title .accent2{ color:var(--cyan); }
.hero2-copy{ color:rgba(255,255,255,.76); font-size:15.5px; max-width:600px; margin:0 0 22px; }
.hero2-note{
  margin:0 0 26px; max-width:600px; padding:15px 17px; border-left:3px solid var(--accent);
  background:rgba(255,255,255,.055); color:rgba(255,255,255,.85); font-size:13.5px;
}
.landing-meta2{ display:flex; gap:26px; flex-wrap:wrap; margin:0 0 26px; }
.landing-meta2 div{ text-align:left; }
.landing-meta2 b{ display:block; font-family:'JetBrains Mono'; font-size:20px; color:var(--cyan); }
.landing-meta2 span{ font-size:11px; color:rgba(255,255,255,.55); text-transform:uppercase; letter-spacing:.06em; }
.hero2-panel{
  position:relative; background:rgba(7,22,47,.46); border:1px solid rgba(255,255,255,.12);
  padding:22px; box-shadow:0 24px 80px rgba(0,0,0,.28);
}
.journey-step2{ display:grid; grid-template-columns:38px 1fr; gap:13px; align-items:start; margin-bottom:16px; }
.journey-step2:last-child{ margin-bottom:0; }
.step-dot2{
  width:32px; height:32px; border-radius:50%; border:1px solid rgba(34,199,214,.5);
  display:grid; place-items:center; color:var(--cyan); font-family:'JetBrains Mono'; font-size:10.5px;
  background:rgba(47,123,255,.18);
}
.journey-step2 strong{ display:block; font-size:13px; color:#fff; margin-bottom:2px; }
.journey-step2 span{ display:block; font-size:11.5px; color:rgba(255,255,255,.6); }
.resume-box2{
  margin:0 0 20px; max-width:460px; padding:15px 17px; border-radius:12px;
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.15); font-size:12.5px; color:rgba(255,255,255,.7);
}
.resume-box2 input[type=file]{ color:rgba(255,255,255,.7); font-size:12px; margin-top:8px; }
.privacy-note2{ font-size:11.5px; color:rgba(255,255,255,.45); max-width:520px; }
@media (max-width:860px){ .hero2-inner{ grid-template-columns:1fr; gap:30px; } .hero2{ padding:48px 0 40px; } }

/* ---------------- landing (legacy — no longer rendered, kept for reference) ---------------- */
.hero-landing{
  background:radial-gradient(circle at 20% 10%, rgba(47,123,255,.25), transparent 45%),
             linear-gradient(160deg, var(--ink), var(--navy) 60%, var(--navy-2));
  color:#fff; padding:64px 0 56px; text-align:center;
}
.hero-landing h1{ font-size:clamp(30px,4.5vw,44px); color:#fff; margin-bottom:16px; }
.hero-landing p{ color:rgba(255,255,255,.75); font-size:16.5px; max-width:600px; margin:0 auto 30px; }
.landing-meta{ display:flex; gap:28px; justify-content:center; flex-wrap:wrap; margin:34px 0 6px; }
.landing-meta div{ text-align:center; }
.landing-meta b{ display:block; font-family:'JetBrains Mono'; font-size:22px; color:var(--cyan); }
.landing-meta span{ font-size:11.5px; color:rgba(255,255,255,.55); text-transform:uppercase; letter-spacing:.06em; }
.landing-actions{ display:flex; gap:14px; justify-content:center; margin-top:32px; flex-wrap:wrap; }
.resume-box{
  margin:28px auto 0; max-width:420px; padding:16px 18px; border-radius:12px;
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.15); font-size:13px; color:rgba(255,255,255,.7);
}
.resume-box input[type=file]{ color:rgba(255,255,255,.7); font-size:12.5px; margin-top:8px; }
.privacy-note{ margin-top:40px; font-size:12px; color:rgba(255,255,255,.45); max-width:520px; margin-left:auto; margin-right:auto; }

/* ---------------- profile form ---------------- */
.form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:18px 20px; margin-top:28px; }
.form-grid.full{ grid-template-columns:1fr; }
.field{ display:flex; flex-direction:column; gap:6px; }
.field.span2{ grid-column:1/-1; }
.field label{ font-size:13px; font-weight:600; color:var(--navy); }
.field label .req{ color:var(--high); margin-left:3px; }
.field input, .field select, .field textarea{
  padding:11px 13px; border:1px solid var(--border); border-radius:9px; font-size:14.5px;
  font-family:inherit; color:var(--text); background:#fff;
}
.field input:focus, .field select:focus, .field textarea:focus{ outline:2px solid var(--accent); outline-offset:1px; border-color:var(--accent); }
.field textarea{ resize:vertical; min-height:90px; }
.field .hint{ font-size:12px; color:var(--muted); }
.error-text{ color:var(--high); font-size:12.5px; margin-top:4px; }

/* ---------------- scale explainer ---------------- */
.scale-grid{ display:grid; grid-template-columns:repeat(5,1fr); gap:14px; margin-top:30px; }
.scale-card{ padding:20px 16px; border-radius:14px; text-align:center; border:1px solid var(--border); background:#fff; }
.scale-card .score{ font-family:'JetBrains Mono'; font-size:26px; font-weight:700; }
.scale-card .lbl{ font-weight:700; font-size:14.5px; margin:6px 0 8px; color:var(--ink); }
.scale-card p{ font-size:12.5px; color:var(--muted); margin:0; }
.scale-card.s5{ border-top:4px solid var(--low); } .scale-card.s5 .score{ color:var(--low); }
.scale-card.s4{ border-top:4px solid var(--lowmed); } .scale-card.s4 .score{ color:var(--lowmed); }
.scale-card.s3{ border-top:4px solid var(--med); } .scale-card.s3 .score{ color:#9A6B0F; }
.scale-card.s2{ border-top:4px solid var(--medhigh); } .scale-card.s2 .score{ color:var(--medhigh); }
.scale-card.s1{ border-top:4px solid var(--high); } .scale-card.s1 .score{ color:var(--high); }

/* ---------------- question screen ---------------- */
.q-shell{ max-width:720px; margin:0 auto; }
.q-dim{ font-size:12.5px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--accent); margin-bottom:10px; }
.q-area{ display:inline-block; font-size:11px; font-weight:600; color:var(--muted); background:#EEF2FA; padding:3px 9px; border-radius:999px; margin-bottom:16px; }
.q-text{ font-size:22px; font-weight:600; color:var(--ink); line-height:1.4; margin-bottom:16px; font-family:'Space Grotesk'; }
.guidance-toggle{
  display:inline-flex; align-items:center; gap:7px; background:none; border:1px solid var(--border);
  color:var(--navy); font-size:12.5px; font-weight:600; padding:7px 12px; border-radius:8px; margin-bottom:18px;
}
.guidance-toggle .mark{ width:16px; height:16px; border-radius:50%; background:var(--accent); color:#fff; font-size:11px; font-weight:800; display:flex; align-items:center; justify-content:center; }
.guidance-box{
  background:#EFF4FC; border-left:3px solid var(--accent); border-radius:10px; padding:13px 16px;
  font-size:13.5px; color:var(--navy); margin-bottom:20px; display:none;
}
.guidance-box.open{ display:block; }
.answer-grid{ display:grid; grid-template-columns:repeat(5,1fr); gap:10px; margin-bottom:8px; }
.answer-btn{
  border:1.5px solid var(--border); background:#fff; border-radius:12px; padding:16px 10px; text-align:center;
  transition:transform .08s ease;
}
.answer-btn:hover{ border-color:var(--accent); transform:translateY(-2px); }
.answer-btn .score{ font-family:'JetBrains Mono'; font-weight:700; font-size:17px; color:var(--muted); }
.answer-btn .lbl{ font-size:13px; font-weight:700; color:var(--ink); margin-top:4px; }
.answer-btn.selected{ border-color:var(--accent); background:#EEF4FF; box-shadow:0 0 0 3px rgba(47,123,255,.15); }
.answer-btn.selected .score{ color:var(--accent); }
.q-status{ font-size:12.5px; font-weight:600; display:flex; align-items:center; gap:6px; margin-top:2px; }
.q-status.pending{ color:var(--medhigh); }
.q-status.done{ color:var(--low); }

/* ---------------- closing questions ---------------- */
.closing-q{ margin-bottom:26px; }
.closing-q label{ font-weight:600; color:var(--ink); font-size:15px; display:block; margin-bottom:8px; }
.closing-q .guide-text{ font-size:12.5px; color:var(--muted); margin-top:6px; line-height:1.5; }
.radio-list{ display:flex; flex-direction:column; gap:8px; margin-top:6px; }
.radio-row{ display:flex; align-items:center; gap:10px; padding:10px 12px; border:1px solid var(--border); border-radius:9px; font-size:14px; }
.radio-row input{ accent-color:var(--accent); }

/* ---------------- report ---------------- */
.report-hero{
  background:linear-gradient(160deg, var(--ink), var(--navy-2)); color:#fff; padding:52px 0 44px; text-align:center;
}
.report-hero .eyebrow{ color:var(--cyan); }
.report-hero h1{ color:#fff; font-size:clamp(26px,4vw,36px); margin-bottom:10px; }
.report-hero p{ color:rgba(255,255,255,.7); max-width:560px; margin:0 auto; }

.guide-panel{
  background:#fff; border:1px solid var(--border); border-radius:16px;
  padding:22px 24px; margin:-20px 0 32px; position:relative; z-index:3;
  box-shadow:0 10px 30px -14px rgba(15,42,82,.16);
}
.guide-head{ display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap; margin-bottom:8px; }
.guide-head h3{ font-size:16px; color:var(--ink); }
.guide-intro{ font-size:13px; color:var(--muted); margin:0 0 10px; }
.guide-list{ margin:0; padding-left:18px; font-size:13.5px; color:var(--text); line-height:1.6; }
.guide-list li{ margin-bottom:6px; }
.guide-list li:last-child{ margin-bottom:0; }
.listen-btn{
  display:inline-flex; align-items:center; gap:7px; background:var(--accent); color:#fff; border:none;
  padding:9px 16px; border-radius:999px; font-weight:700; font-size:12.5px; white-space:nowrap;
}
.listen-btn:hover{ background:#2568DE; }
.listen-btn.speaking{ background:var(--medhigh); }
.stat-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:-34px; position:relative; z-index:2; }
.stat-card{ background:#fff; border:1px solid var(--border); border-radius:14px; padding:20px 18px; box-shadow:0 10px 30px -12px rgba(15,42,82,.18); }
.stat-card .num{ font-family:'JetBrains Mono'; font-size:26px; font-weight:700; color:var(--ink); }
.stat-card .lbl{ font-size:12px; color:var(--muted); font-weight:600; margin-top:4px; }
.section-report{ padding:56px 0; }
.section-report h2{ font-size:24px; color:var(--ink); margin-bottom:8px; }
.section-report .sub{ color:var(--muted); font-size:14.5px; margin-bottom:26px; }
.radar-shell{ display:grid; grid-template-columns:1.1fr .9fr; gap:36px; align-items:center; }
.dim-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.dim-card{ background:#fff; border:1px solid var(--border); border-radius:14px; padding:18px; }
.dim-card h4{ font-size:14px; color:var(--ink); margin-bottom:8px; min-height:36px; }
.dim-card .score{ font-family:'JetBrains Mono'; font-size:22px; font-weight:700; }
.bar-track{ height:7px; border-radius:5px; background:#EEF1F7; overflow:hidden; margin:8px 0; }
.bar-fill{ height:100%; border-radius:5px; }
.gap-pill{ display:inline-block; font-size:11px; font-weight:700; padding:4px 9px; border-radius:7px; margin-top:6px; }
.gap-grid{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.gap-card{ background:#fff; border:1px solid var(--border); border-top:4px solid var(--high); border-radius:14px; padding:20px; }
.gap-card.watch{ border-top-color:var(--medhigh); }
.gap-card .qid{ font-family:'JetBrains Mono'; font-size:11px; color:var(--muted); }
.gap-card h4{ font-size:14.5px; color:var(--ink); margin:6px 0 10px; line-height:1.4; }
.gap-card .answer{ font-size:12px; color:var(--muted); margin-bottom:10px; }
.gap-card .answer b{ color:var(--text); }
.gap-card .rec{ font-size:13px; background:#F6F8FC; border-left:3px solid var(--accent); border-radius:9px; padding:10px 13px; }
.empty-state{ text-align:center; padding:40px 20px; color:var(--muted); font-size:14px; }

/* ---------------- signal / teaser cards ---------------- */
.signal-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.signal-card{ background:#fff; border:1px solid var(--border); border-radius:14px; padding:18px 18px 16px; }
.signal-top{ display:flex; justify-content:space-between; align-items:flex-start; gap:8px; margin-bottom:6px; }
.signal-top h4{ font-size:14px; color:var(--ink); line-height:1.3; }
.signal-meta{ font-size:12px; color:var(--muted); margin-bottom:14px; }
.redact-block{
  background:#F6F8FC; border-radius:10px; padding:14px 14px 12px; position:relative;
}
.redact-bar{ display:block; height:9px; border-radius:4px; background:#D7DEEA; margin-bottom:7px; }
.redact-bar:last-of-type{ margin-bottom:12px; }
.lock-tag{ font-size:11.5px; font-weight:700; color:var(--navy); background:#fff; border:1px solid var(--border); border-radius:7px; padding:6px 9px; display:inline-block; }

/* ---------------- radar toggle ---------------- */
.radar-toggle{ display:inline-flex; gap:6px; background:#EEF2FA; border-radius:10px; padding:4px; margin-bottom:22px; }
.toggle-btn{ border:none; background:transparent; padding:8px 16px; border-radius:8px; font-size:13px; font-weight:700; color:var(--muted); }
.toggle-btn.active{ background:#fff; color:var(--navy); box-shadow:0 2px 6px rgba(15,42,82,.12); }

.cta-final{ background:linear-gradient(160deg, var(--ink), var(--navy-2)); color:#fff; padding:56px 0; }
.cta-final h2{ color:#fff; font-size:26px; margin-bottom:12px; }
.cta-final p{ color:rgba(255,255,255,.72); max-width:600px; margin:0 auto 26px; }
.cta-grid{ display:grid; grid-template-columns:1fr 1fr; gap:16px; max-width:640px; margin:0 auto 20px; }
.contact-mini{ text-align:center; margin-top:10px; font-size:13px; color:rgba(255,255,255,.55); }
footer.legal{ background:var(--ink); color:rgba(255,255,255,.45); font-size:11.5px; padding:22px 0; text-align:center; }

@media (max-width:820px){
  .form-grid{ grid-template-columns:1fr; }
  .scale-grid{ grid-template-columns:1fr 1fr; }
  .answer-grid{ grid-template-columns:1fr 1fr; }
  .stat-grid{ grid-template-columns:1fr 1fr; }
  .dim-grid{ grid-template-columns:1fr 1fr; }
  .gap-grid{ grid-template-columns:1fr; }
  .signal-grid{ grid-template-columns:1fr 1fr; }
  .radar-shell{ grid-template-columns:1fr; }
  .cta-grid{ grid-template-columns:1fr; }
  .rail{ display:none; }
}
@media (max-width:520px){
  .scale-grid{ grid-template-columns:1fr; }
  .answer-grid{ grid-template-columns:1fr; }
  .stat-grid{ grid-template-columns:1fr; }
  .dim-grid{ grid-template-columns:1fr; }
  .signal-grid{ grid-template-columns:1fr; }
}
@media (prefers-reduced-motion: reduce){ *{ transition:none !important; } }



/* ---------------- premium site header + client intake polish ---------------- */
html{ scroll-behavior:smooth; }
.site-nav{ position:sticky; top:0; z-index:60; background:rgba(255,255,255,.94); backdrop-filter:blur(18px); -webkit-backdrop-filter:blur(18px); border-bottom:1px solid rgba(227,232,242,.82); box-shadow:0 12px 34px -30px rgba(10,25,48,.42); }
.site-nav-inner{ min-height:70px; padding:12px 24px; }
.brand-lockup{ display:flex; align-items:center; gap:12px; min-width:230px; text-decoration:none; }
.brand-mark{ width:42px; height:42px; border-radius:14px; position:relative; flex:0 0 42px; background:linear-gradient(135deg,#0A1930 0%,#153B72 52%,#22C7D6 100%); box-shadow:0 13px 26px -18px rgba(15,42,82,.75); overflow:hidden; }
.brand-mark::before{ content:""; position:absolute; inset:10px; border:2px solid rgba(255,255,255,.88); border-right-color:transparent; border-radius:50%; transform:rotate(-25deg); }
.brand-mark::after{ content:""; position:absolute; right:8px; bottom:8px; width:8px; height:8px; border-radius:50%; background:#fff; box-shadow:-15px -10px 0 -3px rgba(255,255,255,.82), -7px 11px 0 -3px rgba(255,255,255,.66); }
.brand2 strong{ font-size:16px; letter-spacing:-.02em; }
.brand2 span{ color:#1FA97A; letter-spacing:.16em; }
.nav-links2{ gap:8px; }
.nav-links2 a:not(.nav-cta2){ padding:10px 11px; border-radius:10px; transition:background .18s ease,color .18s ease,opacity .18s ease; }
.nav-links2 a:not(.nav-cta2):hover{ background:#F2F6FC; }
.nav-cta2{ border-radius:999px; padding:11px 17px; box-shadow:0 12px 26px -18px rgba(10,25,48,.7); transition:transform .18s ease, background .18s ease, box-shadow .18s ease; }
.nav-cta2:hover{ transform:translateY(-1px); box-shadow:0 16px 30px -20px rgba(10,25,48,.8); }
.lang-toggle2{ border-radius:999px; transition:background .18s ease,border-color .18s ease,color .18s ease; }
.lang-toggle2:hover{ background:#F2F6FC; }
.topbar{ top:70px; z-index:40; }

.profile-screen{ position:relative; overflow:hidden; background:radial-gradient(circle at 10% 8%, rgba(47,123,255,.10), transparent 26%), radial-gradient(circle at 90% 18%, rgba(34,199,214,.12), transparent 28%), linear-gradient(180deg,#F8FAFE 0%, var(--bg) 62%, #EFF4FB 100%); }
.profile-screen::before{ content:""; position:absolute; inset:0; pointer-events:none; opacity:.32; background-image:linear-gradient(rgba(15,42,82,.06) 1px, transparent 1px),linear-gradient(90deg, rgba(15,42,82,.06) 1px, transparent 1px); background-size:36px 36px; mask-image:linear-gradient(180deg,#000,transparent 70%); }
.profile-shell{ position:relative; z-index:1; max-width:1120px; }
.profile-hero-card{ display:grid; grid-template-columns:minmax(0,1fr) 330px; gap:22px; align-items:stretch; background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(255,255,255,.72)); border:1px solid rgba(227,232,242,.9); border-radius:24px; padding:28px; box-shadow:0 24px 65px -46px rgba(10,25,48,.65); margin-bottom:22px; }
.profile-kicker{ display:inline-flex; align-items:center; gap:9px; color:var(--accent); font-family:'JetBrains Mono'; font-size:11px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; margin-bottom:12px; }
.profile-kicker::before{ content:""; width:8px; height:8px; border-radius:50%; background:var(--cyan); box-shadow:0 0 0 5px rgba(34,199,214,.12); }
.profile-title-row{ display:flex; align-items:flex-start; justify-content:space-between; gap:18px; }
.profile-trust-card{ border:1px solid rgba(227,232,242,.92); border-radius:20px; padding:20px; background:linear-gradient(160deg,#0A1930,#153B72); color:#fff; position:relative; overflow:hidden; }
.profile-trust-card::after{ content:""; position:absolute; width:180px; height:180px; border-radius:50%; right:-90px; top:-90px; background:rgba(34,199,214,.18); }
.profile-trust-card .trust-label{ font-family:'JetBrains Mono'; color:var(--cyan); font-size:10px; letter-spacing:.14em; text-transform:uppercase; margin-bottom:10px; position:relative; z-index:1; }
.profile-trust-card h3{ color:#fff; font-size:18px; margin-bottom:8px; position:relative; z-index:1; }
.profile-trust-card p{ color:rgba(255,255,255,.72); font-size:13px; margin:0 0 16px; position:relative; z-index:1; }
.mini-checks{ display:grid; gap:10px; position:relative; z-index:1; }
.mini-check{ display:flex; gap:9px; align-items:flex-start; font-size:12.5px; color:rgba(255,255,255,.82); }
.mini-check b{ display:grid; place-items:center; width:20px; height:20px; border-radius:7px; background:rgba(34,199,214,.18); color:var(--cyan); flex:0 0 20px; }
.intake-shell{ background:rgba(255,255,255,.96); border:1px solid rgba(227,232,242,.92); border-radius:24px; box-shadow:0 24px 70px -52px rgba(10,25,48,.82); overflow:hidden; }
.intake-head{ display:flex; align-items:center; justify-content:space-between; gap:18px; padding:22px 24px; background:linear-gradient(180deg,#FFFFFF,#F7FAFE); border-bottom:1px solid var(--border); }
.intake-head h2{ font-size:18px; color:var(--ink); }
.intake-head p{ margin:3px 0 0; color:var(--muted); font-size:13px; }
.completion-chip{ min-width:170px; padding:11px 12px; border:1px solid var(--border); border-radius:14px; background:#fff; }
.completion-chip strong{ display:flex; justify-content:space-between; gap:12px; font-family:'JetBrains Mono'; font-size:11px; color:var(--navy); margin-bottom:8px; }
.completion-track{ height:7px; border-radius:99px; background:#EAF0F8; overflow:hidden; }
.completion-fill{ height:100%; width:0%; border-radius:inherit; background:linear-gradient(90deg,var(--accent),var(--cyan)); transition:width .22s ease; }
.profile-form-pro{ padding:24px; display:grid; gap:18px; }
.form-section-pro{ border:1px solid var(--border); border-radius:20px; background:#fff; padding:18px; transition:box-shadow .18s ease, transform .18s ease, border-color .18s ease; }
.form-section-pro:hover{ transform:translateY(-1px); box-shadow:0 18px 42px -34px rgba(10,25,48,.72); border-color:#D5E0EF; }
.section-title-pro{ display:flex; align-items:flex-start; gap:13px; margin-bottom:15px; }
.section-number-pro{ display:grid; place-items:center; width:34px; height:34px; border-radius:12px; background:#EEF4FF; color:var(--accent); font-family:'JetBrains Mono'; font-weight:800; font-size:12px; flex:0 0 34px; }
.section-title-pro h3{ font-size:15.5px; color:var(--ink); margin-bottom:2px; }
.section-title-pro p{ margin:0; color:var(--muted); font-size:12.5px; }
.form-grid-pro{ display:grid; grid-template-columns:1fr 1fr; gap:14px 16px; }
.field-card{ display:flex; flex-direction:column; gap:7px; }
.field-card label{ display:flex; justify-content:space-between; align-items:center; gap:8px; font-size:12.5px; font-weight:750; color:var(--navy); }
.field-card label .req{ color:var(--high); margin-left:3px; }
.optional-pill{ color:var(--muted); background:#F4F7FC; border:1px solid #E8EDF5; border-radius:999px; padding:2px 7px; font-size:10.5px; font-weight:700; }
.input-shell{ position:relative; }
.input-icon{ position:absolute; inset-inline-start:12px; top:50%; transform:translateY(-50%); width:22px; height:22px; display:grid; place-items:center; border-radius:8px; background:#F0F5FC; color:var(--accent); font-size:12px; pointer-events:none; }
.field-card input,.field-card select{ width:100%; padding:13px 13px 13px 43px; border:1px solid var(--border); border-radius:13px; font-size:14px; font-family:inherit; color:var(--text); background:#fff; transition:border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.field-card select{ appearance:none; -webkit-appearance:none; padding-inline-end:34px; }
.input-shell.select-shell::after{ content:"⌄"; position:absolute; inset-inline-end:14px; top:50%; transform:translateY(-55%); color:var(--muted); pointer-events:none; font-size:16px; }
.field-card input:focus,.field-card select:focus{ outline:none; border-color:var(--accent); box-shadow:0 0 0 4px rgba(47,123,255,.12); background:#FEFFFF; }
.field-card.is-filled .input-icon{ background:#EAF8F3; color:var(--low); }
.field-card.is-missing input,.field-card.is-missing select{ border-color:rgba(229,72,77,.72); box-shadow:0 0 0 4px rgba(229,72,77,.10); }
.profile-error-panel{ display:none; margin:2px 24px 0; padding:13px 15px; border-radius:14px; border:1px solid rgba(229,72,77,.24); background:#FFF5F5; color:#A72D35; font-size:13px; font-weight:650; }
.profile-actions-pro{ padding:6px 24px 24px; margin-top:0; }
.profile-actions-pro .btn-primary{ min-width:210px; box-shadow:0 16px 28px -20px rgba(47,123,255,.82); transition:transform .18s ease, box-shadow .18s ease, background .18s ease; }
.profile-actions-pro .btn-primary:hover{ transform:translateY(-1px); box-shadow:0 18px 32px -20px rgba(47,123,255,.92); }
@media (max-width:920px){ .profile-hero-card{ grid-template-columns:1fr; } .profile-trust-card{ order:-1; } .topbar{ top:70px; } }
@media (max-width:700px){ .site-nav-inner{ min-height:64px; padding:10px 16px; } .brand-lockup{ min-width:0; } .brand-mark{ width:38px; height:38px; flex-basis:38px; } .topbar{ top:64px; } .profile-screen{ padding-top:32px; } .profile-hero-card,.intake-shell{ border-radius:20px; } .profile-hero-card{ padding:20px; } .intake-head{ flex-direction:column; align-items:stretch; } .completion-chip{ min-width:0; } .form-grid-pro{ grid-template-columns:1fr; } .profile-form-pro{ padding:18px; } .profile-error-panel{ margin-inline:18px; } .profile-actions-pro{ padding:4px 18px 20px; } .profile-actions-pro .right,.profile-actions-pro .btn-primary{ width:100%; } }

/* ================= RTL / ARABIC SUPPORT ================= */
html[dir="rtl"] body{ font-family:'Cairo','Segoe UI',sans-serif; }
html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3, html[dir="rtl"] h4{ font-family:'Cairo','Segoe UI',sans-serif; letter-spacing:normal; }
html[dir="rtl"] .mono,
html[dir="rtl"] .eyebrow, html[dir="rtl"] .hero2-eyebrow,
html[dir="rtl"] .q-area, html[dir="rtl"] .q-dim,
html[dir="rtl"] .brand2 span, html[dir="rtl"] .nav-cta2, html[dir="rtl"] .lang-toggle2,
html[dir="rtl"] .landing-meta2 b, html[dir="rtl"] .landing-meta2 span,
html[dir="rtl"] .step-dot2, html[dir="rtl"] .stat-card .num, html[dir="rtl"] .dim-card .score,
html[dir="rtl"] .answer-btn .score, html[dir="rtl"] .scale-card .score, html[dir="rtl"] .gap-card .qid{
  font-family:'Cairo','Segoe UI',sans-serif; letter-spacing:normal; text-transform:none;
}
html[dir="rtl"] .hero2-note, html[dir="rtl"] .guidance-box, html[dir="rtl"] .gap-card, html[dir="rtl"] .gap-card.watch{
  border-left:none; border-right:3px solid var(--accent);
}
html[dir="rtl"] .gap-card{ border-right:4px solid var(--high); }
html[dir="rtl"] .gap-card.watch{ border-right-color:var(--medhigh); }
html[dir="rtl"] .landing-meta2 div{ text-align:right; }
html[dir="rtl"] .privacy-note{ margin-left:auto; margin-right:auto; }
.lang-toggle2.rtl-active{ font-family:'JetBrains Mono'; }
html[dir="rtl"] .field-card input, html[dir="rtl"] .field-card select{ padding:13px 43px 13px 13px; }
html[dir="rtl"] .brand-lockup{ direction:rtl; }
html[dir="rtl"] .profile-kicker{ letter-spacing:normal; font-family:'Cairo','Segoe UI',sans-serif; }
html[dir="rtl"] .completion-chip strong, html[dir="rtl"] .section-number-pro, html[dir="rtl"] .profile-trust-card .trust-label{ font-family:'Cairo','Segoe UI',sans-serif; letter-spacing:normal; }

/* ---- report status card + footer signal edge (added) ---- */
.report-status-card{ margin:18px 0 8px; padding:16px 18px; border:1px solid rgba(47,123,255,.30); background:rgba(47,123,255,.06); color:var(--text); border-radius:var(--radius); font-size:14px; line-height:1.6; }
.report-status-card a{ color:var(--accent); font-weight:700; word-break:break-all; }
.report-status-card.report-status-warn{ border-color:rgba(240,129,60,.4); background:rgba(240,129,60,.08); }
.tool-footer-edge{ position:relative; height:44px; background:var(--navy); overflow:hidden; display:flex; align-items:center; border-top:1px solid rgba(255,255,255,.08); }
.tool-footer-edge-track{ position:relative; width:100%; height:1px; background:rgba(255,255,255,.12); }
.tool-footer-edge-glow{ position:absolute; top:50%; left:-6%; width:130px; height:28px; transform:translateY(-50%); background:radial-gradient(closest-side, rgba(34,199,214,.55), transparent 70%); filter:blur(2px); animation:toolFooterSweep2 6.5s ease-in-out infinite; }
@keyframes toolFooterSweep2{ 0%{left:-6%;} 50%{left:104%;} 100%{left:-6%;} }
.tool-footer-node{ position:absolute; top:50%; width:9px; height:9px; transform:translate(-50%,-50%) rotate(45deg); border:1.5px solid var(--cyan); background:var(--navy); }
.tool-footer-node.n1{left:8%;} .tool-footer-node.n2{left:50%;} .tool-footer-node.n3{left:92%;}
@media (prefers-reduced-motion: reduce){ .tool-footer-edge-glow{animation:none; left:50%;} }
