/* Welcome page layout and hero styles. Shared buttons remain in df_buttons*.css. */

.welcome-body{min-height:100vh;background:radial-gradient(circle at top left,#dbeafe,transparent 32%),linear-gradient(135deg,#0f172a,#1e3a8a 56%,#f97316);display:flex;align-items:center;justify-content:center;color:white}

.welcome-shell{max-width:860px;text-align:center;padding:48px}

.welcome-badge{display:inline-block;padding:8px 14px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(255,255,255,.12);backdrop-filter:blur(8px)}

.welcome-shell h1{font-size:56px;margin:24px 0 12px;color:white}

.welcome-shell p{font-size:20px;color:#e2e8f0}

.welcome-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}

.welcome-grid div{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:18px}

.welcome-grid b{display:block;font-size:22px}

.welcome-grid span{color:#e2e8f0;font-size:14px}

@media(max-width:700px){
.welcome-grid{grid-template-columns:1fr}

.welcome-shell h1{font-size:38px}
}

.cyber-shell{position:relative;z-index:1;max-width:1040px;padding:52px 42px;background:linear-gradient(180deg,rgba(15,23,42,.72),rgba(15,23,42,.44));border:1px solid rgba(125,211,252,.28);border-radius:30px;box-shadow:0 0 0 1px rgba(255,255,255,.06) inset,0 40px 120px rgba(15,23,42,.50);backdrop-filter:blur(18px);}

.cyber-shell h1{font-size:64px;letter-spacing:-2px;text-shadow:0 0 34px rgba(56,189,248,.45)}

.welcome-subtitle{max-width:760px;margin:0 auto;color:#dbeafe!important;line-height:1.8}

.hero-slogan{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin:22px 0}

.hero-slogan span{padding:7px 13px;border-radius:999px;background:rgba(37,99,235,.20);border:1px solid rgba(125,211,252,.32);color:#bfdbfe;font-weight:700}

.welcome-actions{
  margin:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}

.welcome-trial-btn{
  min-height:54px;
  padding:0 30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-color:rgba(191,219,254,.46);
  background:rgba(15,23,42,.34);
  color:#e0f2fe;
  font-weight:800;
  box-shadow:0 18px 38px rgba(15,23,42,.20);
}

@media(max-width:900px){
.welcome-actions{flex-direction:column}
}

.refined-welcome{background:linear-gradient(180deg,rgba(8,18,38,.82),rgba(10,21,43,.62));border-color:rgba(125,211,252,.24);box-shadow:0 0 0 1px rgba(255,255,255,.05) inset,0 28px 96px rgba(0,0,0,.42);}

.refined-welcome h1{text-shadow:0 0 22px rgba(56,189,248,.30)}

.premium-grid div{background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.07));border-color:rgba(191,219,254,.23);text-align:left}

.premium-grid b{font-size:21px;color:#f8fafc}

.premium-grid span{line-height:1.65}

@media(max-width:1100px){
.premium-lines{grid-template-columns:1fr}
}

.welcome-shell.refined-welcome{max-width:1120px;padding:42px 54px 44px;}

.premium-lines{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:20px auto 18px;
  max-width:760px;
}

.premium-lines div{
  padding:10px 13px;
  border-radius:16px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(148,163,184,.26);
  text-align:left;
}

.premium-lines b{
  display:block;
  color:#fff;
  font-size:14px;
}

.premium-lines span{
  display:block;
  color:#bfdbfe;
  font-size:12px;
  margin-top:3px;
}

.welcome-grid.premium-grid{gap:14px;margin-top:18px;}

.welcome-grid.premium-grid div{padding:18px 20px;border-radius:18px;min-height:118px;}

.welcome-grid.premium-grid b{font-size:20px}

.welcome-grid.premium-grid span{font-size:14px;line-height:1.55;}

@media(max-width:1000px){
.welcome-shell.refined-welcome{padding:34px 24px}
}
