*{margin:0;padding:0;box-sizing:border-box}
:root{
  --navy900:#0B1428;--navy800:#112040;
  --indigo:#4F46E5;--indigo-mid:#6366F1;
  --gold:#D4A017;--gold-mid:#E8B84B;--gold-light:#FDF6E3;
  --surface:#F8FAFC;--ink:#0F172A;--ink-muted:#475569;
  --border:#E2E8F0;--border2:#CBD5E1;
  --telecom:#7C3AED;--telecom-light:#EDE9FE;
  --radius:10px;--radius-lg:16px;
  --font:'DM Sans',sans-serif;--font-serif:'Instrument Serif',serif;
}
body{font-family:var(--font);background:#fff;color:var(--ink);font-size:15px;line-height:1.6}

/* TOGGLE BAR */
.tbar{position:fixed;top:0;left:0;right:0;z-index:100;height:50px;background:rgba(11,20,40,0.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:space-between;padding:0 32px}
.tbar-logo{display:inline-flex;align-items:center;gap:9px;color:#fff;text-decoration:none}
.tbar-logo .brand-symbol{height:26px;width:auto;display:block}
.tbar-logo .brand-word{font-family:'Sora',sans-serif;font-weight:700;font-size:21px;letter-spacing:-1px;color:#fff;line-height:1}
.brand-symbol{height:26px;width:auto;display:block}
.brand-word{font-family:'Sora',sans-serif;font-weight:700;letter-spacing:-1px;line-height:1}
.tbar-switch{display:flex;gap:3px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:3px}
.tbar-btn{font-size:13px;font-weight:500;padding:5px 14px;border-radius:999px;text-decoration:none;color:rgba(255,255,255,.55);transition:all .15s;cursor:pointer;white-space:nowrap}
.tbar-btn.active{background:var(--indigo);color:#fff}
.tbar-cta{font-size:13px;font-weight:500;color:var(--gold-mid);text-decoration:none}

/* NAV */
.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 32px;margin-top:50px;background:var(--navy900);border-bottom:1px solid rgba(255,255,255,.07)}
.nav-links{display:flex;gap:26px;list-style:none}
.nav-links a{font-size:13px;color:rgba(255,255,255,.55);text-decoration:none;transition:color .15s}
.nav-links a:hover{color:#fff}
.nav-actions{display:flex;gap:10px;align-items:center}

/* BUTTONS */
.btn-indigo{background:var(--indigo);color:#fff;border:none;padding:10px 20px;border-radius:var(--radius);font-size:14px;font-weight:500;cursor:pointer;text-decoration:none;display:inline-block;transition:background .15s}
.btn-indigo:hover{background:var(--indigo-mid)}
.btn-ghost{background:transparent;color:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.18);padding:9px 18px;border-radius:var(--radius);font-size:13px;cursor:pointer;text-decoration:none;display:inline-block;transition:all .15s}
.btn-ghost:hover{background:rgba(255,255,255,.07);color:#fff}
.btn-gold{background:var(--gold);color:var(--navy900);border:none;padding:11px 22px;border-radius:var(--radius);font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:background .15s}
.btn-gold:hover{background:var(--gold-mid)}

/* LABELS */
.label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-muted);margin-bottom:10px;display:block}
.label-light{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:10px;display:block}
.sec-h2{font-size:34px;font-weight:500;line-height:1.15;letter-spacing:-0.5px;margin-bottom:14px}
.sec-sub{font-size:16px;color:var(--ink-muted);max-width:520px;line-height:1.65}

/* PAGES */
.page{display:none;background:var(--navy900)}.page.active{display:block}

/* HERO */
.hero-wrap{background:var(--navy900);padding:0 32px}
.hero{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding:72px 0 80px}
.dashboard-label{font-size:13px;font-weight:600;color:rgba(255,255,255,.6);letter-spacing:.02em;margin-bottom:10px}
.sector-tabs{display:flex;gap:6px;margin-bottom:22px;flex-wrap:wrap}
.stab{font-size:12px;font-weight:500;padding:6px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.15);background:transparent;color:rgba(255,255,255,.45);cursor:pointer;transition:all .15s}
.stab:hover{color:rgba(255,255,255,.8);border-color:rgba(255,255,255,.3)}
.stab.active{background:var(--telecom);color:#fff;border-color:var(--telecom)}
.eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:18px}
.eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--gold)}
.eyebrow-text{font-size:13px;color:rgba(255,255,255,.5)}
.hero h1{font-size:46px;font-weight:500;line-height:1.08;letter-spacing:-1.2px;margin-bottom:18px;color:#fff}
.hero h1 em{font-family:var(--font-serif);font-style:italic;font-weight:400;color:var(--gold-mid)}
.hero-sub{font-size:16px;color:rgba(255,255,255,.55);line-height:1.7;margin-bottom:30px;max-width:460px}
.hero-actions{display:flex;gap:12px;align-items:center;margin-bottom:30px;flex-wrap:wrap}
.hero-link{font-size:14px;color:rgba(255,255,255,.45);text-decoration:none}
.hero-link:hover{color:rgba(255,255,255,.75)}
.proof{display:flex;align-items:center;gap:10px}
.avatars{display:flex}
.avatar{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;border:2px solid var(--navy900);margin-left:-8px}
.avatars .avatar:first-child{margin-left:0}
.proof-text{font-size:13px;color:rgba(255,255,255,.35)}

/* DASHBOARD */
.dashboard{background:var(--navy800);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);overflow:hidden}
.db-topbar{background:rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.07);padding:10px 14px;display:flex;align-items:center;gap:7px}
.db-dot{width:10px;height:10px;border-radius:50%}
.db-url{margin-left:10px;font-size:11px;color:rgba(255,255,255,.3);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:3px 10px}
.db-body{padding:18px}
.db-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}
.db-stat{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:var(--radius);padding:12px}
.db-stat-label{font-size:11px;color:rgba(255,255,255,.35);margin-bottom:4px}
.db-stat-val{font-size:22px;font-weight:500;letter-spacing:-0.5px;color:#fff;margin-bottom:2px}
.db-stat-delta{font-size:11px;color:var(--gold-mid)}
.db-chart{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:var(--radius);padding:12px;margin-bottom:12px}
.db-chart-label{font-size:11px;color:rgba(255,255,255,.35);margin-bottom:10px}
.db-bars{display:flex;align-items:flex-end;gap:5px;height:60px}
.db-bar{flex:1;background:rgba(255,255,255,.08);border-radius:3px 3px 0 0}
.db-bar.hi{background:var(--indigo)}
.db-emps{display:flex;flex-direction:column;gap:8px}
.db-emp{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:var(--radius);padding:10px 12px}
.db-emp-av{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;flex-shrink:0}
.db-emp-name{font-size:13px;font-weight:500;color:#fff}
.db-emp-role{font-size:11px;color:rgba(255,255,255,.35)}
.db-emp-prog{margin-left:auto;font-size:12px;color:var(--gold-mid);font-weight:500}

/* LOGOS */
.logos-bar{background:var(--navy900);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);padding:18px 32px;display:flex;align-items:center;gap:12px;overflow-x:auto}
.logos-label{font-size:11px;color:rgba(255,255,255,.25);white-space:nowrap;margin-right:4px;letter-spacing:.06em;text-transform:uppercase}
.logo-pill{font-size:13px;font-weight:500;color:rgba(255,255,255,.45);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:5px 14px;white-space:nowrap}

/* FEATURES */
.features-wrap{background:var(--surface);padding:80px 32px}
.features-inner{max-width:1100px;margin:0 auto}
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:44px}
.feat-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:26px}
.feat-icon{font-size:20px;margin-bottom:14px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);background:var(--telecom-light)}
.feat-title{font-size:15px;font-weight:600;margin-bottom:8px;color:var(--ink)}
.feat-text{font-size:14px;color:var(--ink-muted);line-height:1.65}

/* SECURITY */
.security-wrap{background:var(--navy900);padding:80px 32px}
.security-inner{max-width:1100px;margin:0 auto}
.security-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-top:48px}
.security-badges{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.sec-badge{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:20px;display:flex;align-items:flex-start;gap:14px}
.sec-badge-icon{font-size:22px;flex-shrink:0;margin-top:2px}
.sec-badge-title{font-size:14px;font-weight:600;color:#fff;margin-bottom:4px}
.sec-badge-text{font-size:13px;color:rgba(255,255,255,.45);line-height:1.55}
.audit-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:24px}
.audit-card-title{font-size:13px;font-weight:600;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px}
.audit-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}
.audit-row:last-child{border-bottom:none}
.audit-event{font-size:13px;color:rgba(255,255,255,.7)}
.audit-time{font-size:11px;color:rgba(255,255,255,.3)}
.audit-badge{font-size:11px;font-weight:600;padding:3px 8px;border-radius:6px}
.ab-ok{background:rgba(34,197,94,.12);color:#4ade80}
.ab-warn{background:rgba(251,191,36,.1);color:var(--gold-mid)}

/* HOW IT WORKS */
.how-wrap{background:var(--navy800);padding:80px 32px}
.how-inner{max-width:1100px;margin:0 auto}
.how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}
.how-step-num{font-size:40px;font-weight:300;color:var(--indigo);margin-bottom:14px;font-family:var(--font-serif);opacity:.6}
.how-step-title{font-size:16px;font-weight:600;color:#fff;margin-bottom:10px}
.how-step-text{font-size:14px;color:rgba(255,255,255,.45);line-height:1.7}

/* TESTIMONIALS */
.testi-wrap{background:var(--surface);padding:80px 32px}
.testi-inner{max-width:1100px;margin:0 auto}
.testi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:44px}
.testi-card{background:#fff;border:none;padding:26px}
.testi-sector{font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:4px 10px;border-radius:999px;display:inline-block;margin-bottom:14px}
.ts-telecom{background:var(--telecom-light);color:var(--telecom)}
.ts-gold{background:var(--gold-light);color:#92710A}
.ts-orange{background:#FFF0E8;color:#B94200}
.ts-indigo{background:#EEF2FF;color:var(--indigo)}
.testi-quote{font-size:15px;color:var(--ink);line-height:1.7;margin-bottom:18px}
.testi-author{display:flex;align-items:center;gap:10px}
.testi-name{font-size:13px;font-weight:600;color:var(--ink)}
.testi-role{font-size:12px;color:var(--ink-muted)}

/* PRICING */
.pricing-wrap{background:#fff;padding:80px 32px}
.pricing-inner{max-width:1100px;margin:0 auto}

/* CTA */
.cta-wrap{background:var(--navy900);padding:100px 32px;text-align:center}
.cta-wrap h2{font-size:42px;font-weight:500;line-height:1.2;letter-spacing:-0.5px;margin-bottom:14px;color:#fff}
.cta-wrap h2 em{font-family:var(--font-serif);font-style:italic;color:var(--gold-mid)}
.cta-wrap p{font-size:16px;color:rgba(255,255,255,.45);margin-bottom:30px}

/* FOOTER */
footer{background:var(--navy900);border-top:1px solid rgba(255,255,255,.06);padding:48px 32px 24px}
.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px;margin-bottom:40px}
.footer-logo{display:inline-flex;align-items:center;gap:10px;margin-bottom:10px;color:#fff}
.footer-logo .brand-symbol{height:30px;width:auto;display:block}
.footer-logo .brand-word{font-family:'Sora',sans-serif;font-weight:700;font-size:24px;letter-spacing:-1px;color:#fff;line-height:1}
.footer-tagline{font-size:13px;color:rgba(255,255,255,.3);line-height:1.6}
.footer-col-title{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.25);margin-bottom:14px;display:block}
.footer-col a{display:block;font-size:13px;color:rgba(255,255,255,.4);text-decoration:none;margin-bottom:8px;cursor:pointer}
.footer-col a:hover{color:rgba(255,255,255,.8)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:20px;text-align:center;font-size:12px;color:rgba(255,255,255,.2);max-width:1100px;margin:0 auto}

/* PORTAL */
.portal-nav{display:flex;align-items:center;justify-content:space-between;padding:14px 32px;margin-top:50px;background:var(--navy900);border-bottom:1px solid rgba(255,255,255,.07)}
.portal-nav ul{display:flex;gap:24px;list-style:none}
.portal-nav a{font-size:13px;color:rgba(255,255,255,.5);text-decoration:none;transition:color .15s}
.portal-nav a:hover{color:#fff}
.portal-nav-actions{display:flex;gap:10px}
.portal-hero-wrap{background:var(--navy900);padding:64px 32px 0}
.portal-hero{max-width:1100px;margin:0 auto}
.portal-tag{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:rgba(255,255,255,.45);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:6px 14px;margin-bottom:24px}
.portal-tag-dot{width:7px;height:7px;border-radius:50%;background:var(--gold)}
.portal-h1{font-size:52px;font-weight:500;letter-spacing:-1.5px;line-height:1.08;margin-bottom:16px;color:#fff}
.portal-h1 span{font-family:var(--font-serif);font-style:italic;font-weight:400;color:var(--gold-mid)}
.portal-sub{font-size:18px;color:rgba(255,255,255,.45);max-width:500px;line-height:1.65;margin-bottom:28px}
.portal-actions{display:flex;align-items:center;gap:14px;margin-bottom:32px}
.free-note{font-size:13px;color:rgba(255,255,255,.3)}
.cat-pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:32px}
.cat-pill{font-size:13px;font-weight:400;padding:7px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:transparent;color:rgba(255,255,255,.45);cursor:pointer;transition:all .15s}
.cat-pill.active{background:var(--indigo);color:#fff;border-color:var(--indigo)}
.cat-pill:hover:not(.active){background:rgba(255,255,255,.06);color:rgba(255,255,255,.8)}
.books-strip{display:flex;gap:16px;overflow-x:auto;padding:4px 0 16px}
.books-strip::-webkit-scrollbar{height:4px}
.books-strip::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:2px}
.book-card{flex-shrink:0;width:148px;cursor:pointer}
.book-cover{height:198px;border-radius:var(--radius);overflow:hidden;position:relative;margin-bottom:10px;transition:transform .2s;display:flex;flex-direction:column;justify-content:flex-end;padding:14px}
.book-card:hover .book-cover{transform:scale(1.02)}
.book-spine{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.15;background:repeating-linear-gradient(90deg,rgba(255,255,255,.05) 0px,rgba(255,255,255,.05) 1px,transparent 1px,transparent 20px)}
.book-cover-title{font-size:13px;font-weight:700;color:#fff;line-height:1.3;margin-bottom:4px;position:relative;z-index:1;text-shadow:0 1px 3px rgba(0,0,0,.5)}
.book-cover-author{font-size:11px;color:rgba(255,255,255,.7);position:relative;z-index:1;text-shadow:0 1px 3px rgba(0,0,0,.5)}
.book-meta{display:flex;gap:5px;align-items:center;font-size:11px;color:rgba(255,255,255,.35)}
.book-cat{color:rgba(255,255,255,.45)}
.portal-section-wrap{background:var(--navy900);padding:32px}
.portal-section{max-width:1100px;margin:0 auto;padding:24px 0}

.inicio-hero-wrap{background:var(--navy900);padding:64px 32px 0}
.inicio-hero{max-width:680px;margin:0 auto;text-align:center}
.inicio-tag{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:rgba(255,255,255,.45);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:6px 14px;margin-bottom:24px}
.inicio-h1{font-size:48px;font-weight:500;letter-spacing:-1.5px;line-height:1.12;margin-bottom:18px;color:#fff}
.inicio-sub{font-size:17px;color:rgba(255,255,255,.5);line-height:1.65;margin-bottom:30px}
.inicio-actions{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:56px;flex-wrap:wrap}

.inicio-section-wrap{background:var(--navy900);padding:8px 32px 48px}
.inicio-section{max-width:880px;margin:0 auto;padding:32px 0;border-top:1px solid rgba(255,255,255,.07)}
.inicio-section-label{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gold-mid);margin-bottom:12px}
.inicio-section-title{font-size:26px;font-weight:500;letter-spacing:-0.5px;color:#fff;margin-bottom:16px}
.inicio-section-text{font-size:15px;line-height:1.7;color:rgba(255,255,255,.55);max-width:680px;margin-bottom:14px}

.inicio-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:8px}
.inicio-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:22px}
.inicio-card-title{font-size:15px;font-weight:600;color:#fff;margin-bottom:8px}
.inicio-card-text{font-size:13.5px;line-height:1.6;color:rgba(255,255,255,.5);margin-bottom:14px}

/* ============ RESPONSIVE / MOBILE ============ */

/* Tablet and down */
@media (max-width:960px){
  .hero{grid-template-columns:1fr;gap:40px;padding:48px 0 56px}
  .security-grid{grid-template-columns:1fr;gap:32px}
  .features-grid{grid-template-columns:repeat(2,1fr)}
  .how-steps{grid-template-columns:1fr;gap:28px}
  .footer-inner{grid-template-columns:1fr 1fr;gap:28px}
  .portal-h1{font-size:42px}
}

/* Phones */
@media (max-width:760px){
  /* Top toggle bar: allow it to wrap / scroll without clipping */
  .tbar{height:auto;flex-wrap:wrap;gap:8px;padding:8px 16px}
  .tbar-switch{order:3;width:100%;justify-content:space-between;overflow-x:auto}
  .tbar-btn{padding:5px 10px;font-size:12px}
  .tbar-cta{font-size:12px}

  .nav,.portal-nav{margin-top:0;flex-wrap:wrap;gap:10px;padding:12px 16px}
  .nav-links,.portal-nav ul{gap:14px;flex-wrap:wrap;font-size:12px}

  /* Generic section padding shrink */
  .hero-wrap,.features-wrap,.security-wrap,.how-wrap,.testi-wrap,.pricing-wrap,
  .cta-wrap,.inicio-hero-wrap,.inicio-section-wrap,.portal-hero-wrap,
  .portal-section-wrap{padding-left:16px;padding-right:16px}
  .features-wrap,.security-wrap,.how-wrap,.testi-wrap,.pricing-wrap{padding-top:48px;padding-bottom:48px}
  .cta-wrap{padding:64px 16px}
  footer{padding:36px 16px 20px}

  /* Headings */
  .hero h1{font-size:32px;letter-spacing:-0.6px}
  .hero-sub{max-width:none}
  .sec-h2{font-size:26px}
  .cta-wrap h2{font-size:30px}
  .inicio-h1{font-size:32px}
  .portal-h1{font-size:34px;letter-spacing:-0.8px}
  .portal-sub{font-size:16px}

  /* Grids collapse to single column */
  .features-grid{grid-template-columns:1fr}
  .security-badges{grid-template-columns:1fr}
  .testi-grid{grid-template-columns:1fr}
  .inicio-cards{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr 1fr}
  .db-stats{grid-template-columns:1fr}
  .form-row,.soc-grid{grid-template-columns:1fr !important}

  /* Featured book stacks */
  .featured-book{grid-template-columns:1fr;gap:20px;padding:24px}
  .featured-cover{width:100%;height:200px}
  .featured-title{font-size:24px}

  /* Buttons / actions wrap and stretch */
  .hero-actions,.inicio-actions,.portal-actions{flex-direction:column;align-items:stretch}
  .hero-actions .btn-gold,.hero-actions .hero-link,
  .inicio-actions .btn-indigo,.inicio-actions .btn-gold,.inicio-actions .btn-ghost,
  .portal-actions .btn-gold{text-align:center;width:100%}

  h1{word-break:break-word}
}

/* Small phones */
@media (max-width:420px){
  .footer-inner{grid-template-columns:1fr}
  .hero h1{font-size:28px}
  .portal-h1{font-size:30px}
  .book-card{width:130px}
}
.portal-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
.portal-section-title{font-size:18px;font-weight:500;color:#fff}
.see-all{font-size:13px;color:rgba(255,255,255,.3);text-decoration:none}
.see-all:hover{color:rgba(255,255,255,.7)}
.featured-book{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:32px;display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center}
.featured-tag{font-size:12px;color:var(--gold-mid);font-weight:600;margin-bottom:12px}
.featured-title{font-size:28px;font-weight:500;letter-spacing:-0.5px;margin-bottom:6px;color:#fff}
.featured-author{font-size:14px;color:rgba(255,255,255,.35);margin-bottom:14px}
.featured-desc{font-size:15px;color:rgba(255,255,255,.5);line-height:1.65;margin-bottom:22px;max-width:420px}
.featured-cover{width:160px;height:218px;border-radius:var(--radius);background:linear-gradient(145deg,#1a1a2e,#16213e);border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;justify-content:flex-end;padding:16px}
.featured-cover-label{font-size:11px;color:rgba(255,255,255,.35);margin-bottom:6px}
.featured-cover-title{font-size:13px;font-weight:600;color:#fff;line-height:1.4}
.progress-section{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:24px}
.progress-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
.progress-title{font-size:16px;font-weight:500;color:#fff}
.streak{display:flex;align-items:center;gap:6px;font-size:13px;color:rgba(255,255,255,.45)}
.progress-books{display:flex;flex-direction:column;gap:12px}
.progress-book{display:flex;gap:12px;align-items:center}
.progress-cover{width:44px;height:60px;border-radius:6px;flex-shrink:0}
.progress-book-title{font-size:13px;font-weight:500;margin-bottom:2px;color:#fff}
.progress-book-author{font-size:12px;color:rgba(255,255,255,.3);margin-bottom:8px}
.pbar{height:3px;background:rgba(255,255,255,.08);border-radius:2px;overflow:hidden;margin-bottom:4px}
.pbar-fill{height:100%;background:var(--indigo);border-radius:2px}
.pbar-pct{font-size:11px;color:rgba(255,255,255,.3)}
.portal-footer{background:var(--navy900);border-top:1px solid rgba(255,255,255,.06);padding:24px 32px;text-align:center;font-size:13px;color:rgba(255,255,255,.25)}
.portal-footer a{color:var(--gold-mid);text-decoration:none;cursor:pointer}

/* FORMS */
.form-label{font-size:12px;font-weight:600;color:var(--ink-muted);display:block;margin-bottom:6px;text-transform:uppercase;letter-spacing:.06em}
.form-input{width:100%;padding:11px 14px;border:1px solid var(--border2);border-radius:var(--radius);font-size:14px;font-family:var(--font);color:var(--ink);outline:none;transition:border .15s;background:#fff}
.form-input:focus{border-color:var(--indigo)}

/* JOBS */
.job-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px 24px;display:flex;align-items:center;justify-content:space-between}
.job-title{font-size:15px;font-weight:600;color:var(--ink);margin-bottom:4px}
.job-meta{font-size:13px;color:var(--ink-muted)}
.job-badge{font-size:11px;font-weight:600;padding:4px 10px;border-radius:999px}
.job-badge.open{background:var(--telecom-light);color:var(--telecom)}
.job-badge.soon{background:var(--gold-light);color:var(--gold)}

/* LEGAL PAGES */
.legal-h2{font-size:18px;font-weight:600;color:var(--ink);margin-bottom:10px}
.legal-p{font-size:15px;color:var(--ink-muted);line-height:1.75}
.lgpd-right{background:var(--surface);border-radius:var(--radius);padding:16px 20px;border-left:3px solid var(--indigo)}
.lgpd-right-title{font-size:14px;font-weight:600;color:var(--ink);margin-bottom:4px}
.lgpd-right-text{font-size:14px;color:var(--ink-muted)}
.soc-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}
.soc-title{font-size:14px;font-weight:600;color:var(--ink);margin-bottom:6px}
.soc-text{font-size:13px;color:var(--ink-muted);line-height:1.6}

/* AUTH PAGES (login / signup) */
.auth-wrap{background:var(--navy900);min-height:70vh;padding:56px 16px 80px;display:flex;justify-content:center}
.auth-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:36px;width:100%;max-width:440px}
.auth-card.wide{max-width:620px}
.auth-eyebrow{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gold-mid);margin-bottom:10px}
.auth-title{font-size:28px;font-weight:500;letter-spacing:-0.5px;color:#fff;margin-bottom:8px}
.auth-sub{font-size:14px;color:rgba(255,255,255,.5);line-height:1.6;margin-bottom:24px}
.auth-card .form-label{color:rgba(255,255,255,.55)}
.auth-card .form-input{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14);color:#fff;margin-bottom:14px}
.auth-card .form-input::placeholder{color:rgba(255,255,255,.3)}
.auth-card .form-input:focus{border-color:var(--gold-mid)}
.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}
.auth-grid-3{display:grid;grid-template-columns:2fr 1fr 1fr;gap:0 14px}
.auth-section-title{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.4);margin:18px 0 12px}
.auth-btn{width:100%;padding:13px;font-size:15px;margin-top:6px}
.auth-switch{font-size:13px;color:rgba(255,255,255,.5);text-align:center;margin-top:18px}
.auth-switch a{color:var(--gold-mid);cursor:pointer;text-decoration:none}
.auth-consent{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:rgba(255,255,255,.55);line-height:1.5;margin:8px 0 4px}
.auth-consent input{margin-top:3px;flex-shrink:0}
.auth-consent a{color:var(--gold-mid);cursor:pointer;text-decoration:none}
.auth-msg{font-size:13px;border-radius:var(--radius);padding:11px 14px;margin-bottom:16px;line-height:1.5}
.auth-error{background:rgba(220,38,38,.12);color:#fca5a5;border:1px solid rgba(220,38,38,.25)}
.auth-ok{background:rgba(34,197,94,.12);color:#86efac;border:1px solid rgba(34,197,94,.25)}
.auth-paynote{background:rgba(255,255,255,.04);border:1px dashed rgba(255,255,255,.18);border-radius:var(--radius);padding:14px 16px;font-size:13px;color:rgba(255,255,255,.45);line-height:1.55;margin-top:6px}
@media (max-width:520px){
  .auth-grid,.auth-grid-3{grid-template-columns:1fr}
  .auth-card{padding:24px}
}
