/* ===== LANDING PAGE ===== */
.landing{min-height:100vh;display:flex;flex-direction:column}
.landing-nav{position:fixed;top:0;left:0;right:0;z-index:50;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;background:rgba(15,45,94,.95);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.1)}
.landing-logo{display:flex;align-items:center;gap:.75rem;color:#fff}
.landing-logo-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#fff}
.landing-logo-text{font-size:1.25rem;font-weight:800;letter-spacing:-.5px}
.landing-logo-text span{color:#60a5fa}
.landing-nav-links{display:flex;align-items:center;gap:1.5rem}
.landing-nav-links a{color:rgba(255,255,255,.8);font-size:.9rem;font-weight:500;transition:var(--transition)}
.landing-nav-links a:hover{color:#fff}
.landing-nav-actions{display:flex;align-items:center;gap:.75rem}
.landing-hero{background:linear-gradient(135deg,#0a1f40 0%,#0f2d5e 40%,#1e3a8a 100%);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:7rem 2rem 4rem;position:relative;overflow:hidden}
.landing-hero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233b82f6' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat}
.hero-content{max-width:900px;text-align:center;position:relative;z-index:1}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(59,130,246,.2);border:1px solid rgba(59,130,246,.4);color:#93c5fd;padding:.5rem 1.25rem;border-radius:var(--radius-full);font-size:.8rem;font-weight:600;margin-bottom:2rem;backdrop-filter:blur(4px)}
.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;color:#fff;line-height:1.15;margin-bottom:1.5rem}
.hero-title span{background:linear-gradient(135deg,#60a5fa,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-desc{font-size:1.125rem;color:rgba(255,255,255,.7);max-width:600px;margin:0 auto 2.5rem;line-height:1.8}
.hero-actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}
.hero-stats{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:4rem;flex-wrap:wrap}
.hero-stat{text-align:center;color:#fff}
.hero-stat-num{font-size:2rem;font-weight:800;color:#60a5fa}
.hero-stat-label{font-size:.8rem;color:rgba(255,255,255,.6);margin-top:.25rem}
.hero-divider{width:1px;height:48px;background:rgba(255,255,255,.2)}

/* FEATURES */
.landing-section{padding:5rem 2rem}
.section-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary-100);color:var(--primary-700);padding:.35rem 1rem;border-radius:var(--radius-full);font-size:.8rem;font-weight:700;margin-bottom:1rem}
[data-theme="dark"] .section-badge{background:rgba(37,99,235,.2);color:var(--primary-300)}
.section-title{font-size:2rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem}
.section-desc{color:var(--text-secondary);font-size:1rem;max-width:600px}
.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem}
.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:var(--transition);position:relative;overflow:hidden}
.feature-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary-500),var(--cyan))}
.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}
.feature-icon{width:52px;height:52px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:1.25rem}
.feature-title{font-size:1rem;font-weight:700;margin-bottom:.5rem}
.feature-desc{font-size:.875rem;color:var(--text-secondary);line-height:1.7}

/* HOW IT WORKS */
.how-section{background:linear-gradient(135deg,var(--primary-900),var(--navy-dark));padding:5rem 2rem}
.how-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:3rem}
.how-step{text-align:center;color:#fff}
.how-step-num{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--primary-500),var(--cyan));display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;margin:0 auto 1.25rem}
.how-step-title{font-size:1rem;font-weight:700;margin-bottom:.5rem}
.how-step-desc{font-size:.875rem;color:rgba(255,255,255,.7);line-height:1.7}

/* CTA */
.cta-section{background:linear-gradient(135deg,var(--primary-600),var(--primary-800));padding:5rem 2rem;text-align:center}
.cta-section h2{color:#fff;font-size:2rem;margin-bottom:1rem}
.cta-section p{color:rgba(255,255,255,.8);margin-bottom:2rem}

/* FOOTER */
.landing-footer{background:var(--navy-dark);color:rgba(255,255,255,.6);text-align:center;padding:2rem;font-size:.875rem}
.landing-footer a{color:rgba(255,255,255,.8);font-weight:600}

/* ===== AUTH PAGES ===== */
.auth-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}
.auth-left{background:linear-gradient(135deg,#0a1f40,#0f2d5e,#1e3a8a);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;position:relative;overflow:hidden}
.auth-left::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233b82f6' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}
.auth-left-content{position:relative;z-index:1;text-align:center;color:#fff}
.auth-logo{display:flex;align-items:center;justify-content:center;gap:.875rem;margin-bottom:3rem}
.auth-logo-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff}
.auth-logo-name{font-size:1.75rem;font-weight:800;letter-spacing:-.5px}
.auth-logo-name span{color:#60a5fa}
.auth-tagline{font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1rem}
.auth-tagline span{color:#60a5fa}
.auth-tagline-desc{font-size:.95rem;color:rgba(255,255,255,.65);line-height:1.8;margin-bottom:2rem}
.auth-features{display:flex;flex-direction:column;gap:.875rem}
.auth-feature{display:flex;align-items:center;gap:.875rem;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:.875rem 1rem}
.auth-feature-icon{width:32px;height:32px;border-radius:var(--radius-sm);background:rgba(59,130,246,.3);display:flex;align-items:center;justify-content:center;font-size:.875rem;flex-shrink:0}
.auth-feature-text{font-size:.85rem;color:rgba(255,255,255,.85);font-weight:500}
.auth-right{display:flex;align-items:center;justify-content:center;padding:3rem 2rem;overflow-y:auto;background:var(--bg-body)}
.auth-box{width:100%;max-width:440px}
.auth-title{font-size:1.75rem;font-weight:800;color:var(--text-primary);margin-bottom:.5rem}
.auth-subtitle{color:var(--text-secondary);font-size:.9rem;margin-bottom:2rem}
.auth-form{display:flex;flex-direction:column;gap:1.25rem}
.auth-divider{display:flex;align-items:center;gap:1rem;margin:.5rem 0}
.auth-divider span{font-size:.8rem;color:var(--text-muted);white-space:nowrap}
.auth-divider::before,.auth-divider::after{content:'';flex:1;height:1px;background:var(--border)}
.auth-footer{text-align:center;margin-top:1.5rem;font-size:.875rem;color:var(--text-secondary)}
.auth-footer a{color:var(--primary-600);font-weight:600}
.auth-footer a:hover{text-decoration:underline}

.logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-img-btn {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 8px;
  vertical-align: middle;
}


@media(max-width:900px){
  .auth-page{grid-template-columns:1fr}
  .auth-left{display:none}
  .auth-right{padding:2rem 1.25rem}
}
@media(max-width:640px){
  .landing-nav-links{display:none}
  .hero-divider{display:none}
  .hero-stats{gap:1.5rem}
}
