*{box-sizing:border-box}
:root{
  --bg:#030513;
  --panel:rgba(8,12,30,.72);
  --line:rgba(167,139,250,.30);
  --purple:#8b5cf6;
  --blue:#0ea5e9;
  --text:#fff;
  --muted:#b8bdd6;
}
body{
  margin:0;
  min-height:100vh;
  color:var(--text);
  font-family:Inter,Arial,sans-serif;
  background:
    radial-gradient(circle at 12% 8%,rgba(139,92,246,.42),transparent 26%),
    radial-gradient(circle at 88% 16%,rgba(14,165,233,.30),transparent 28%),
    linear-gradient(145deg,#020411 0%,#09031d 46%,#020411 100%);
  overflow-x:hidden;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.23;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
  background-size:44px 44px;
}
.glow{
  position:fixed;
  border-radius:50%;
  filter:blur(34px);
  opacity:.38;
  pointer-events:none;
}
.glow-left{width:260px;height:260px;background:var(--purple);left:-90px;top:90px}
.glow-right{width:280px;height:280px;background:var(--blue);right:-120px;top:280px}
.navbar{
  width:min(1180px,calc(100% - 32px));
  margin:24px auto 0;
  padding:18px 28px;
  border:1px solid var(--line);
  border-radius:34px;
  background:rgba(3,7,18,.62);
  backdrop-filter:blur(20px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  box-shadow:0 0 70px rgba(124,58,237,.20);
}
.logo-image{
  width:250px;
  height:120px;
  object-fit:contain;
  object-position:left center;
  filter:drop-shadow(0 0 18px rgba(139,92,246,.50)) drop-shadow(0 0 18px rgba(14,165,233,.25));
}
.nav-btn{
  text-decoration:none;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:900;
  font-size:14px;
  padding:18px 28px;
  border-radius:20px;
  background:linear-gradient(135deg,var(--blue),var(--purple));
  box-shadow:0 0 34px rgba(14,165,233,.32);
  white-space:nowrap;
}
.page{
  width:min(1080px,calc(100% - 32px));
  margin:68px auto 40px;
}
.hero{
  text-align:center;
  margin-bottom:34px;
}
.eyebrow,.small-label{
  color:#38bdf8;
  text-transform:uppercase;
  letter-spacing:7px;
  font-weight:800;
  font-size:12px;
}
h1{
  font-family:"Playfair Display",serif;
  font-size:clamp(46px,7vw,86px);
  line-height:.98;
  margin:12px auto 20px;
  max-width:920px;
  text-shadow:0 0 30px rgba(139,92,246,.22);
}
.intro{
  max-width:750px;
  margin:0 auto;
  color:var(--muted);
  font-size:18px;
  line-height:1.8;
}
.quote-card{
  padding:34px;
  border:1px solid var(--line);
  border-radius:34px;
  background:var(--panel);
  backdrop-filter:blur(20px);
  box-shadow:0 0 80px rgba(124,58,237,.22), inset 0 0 50px rgba(14,165,233,.04);
}
.card-head{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-start;
  margin-bottom:26px;
}
h2{
  font-family:"Playfair Display",serif;
  font-size:clamp(30px,4vw,46px);
  margin:0;
  max-width:650px;
}
.badge{
  border:1px solid rgba(56,189,248,.28);
  border-radius:999px;
  padding:10px 14px;
  color:#bae6fd;
  background:rgba(14,165,233,.08);
}
form{display:grid;gap:18px}
.grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
label{
  display:grid;
  gap:9px;
  color:#d8d5ff;
  font-size:14px;
  font-weight:700;
}
input,select,textarea{
  width:100%;
  border:1px solid rgba(167,139,250,.26);
  border-radius:18px;
  padding:16px 17px;
  background:rgba(2,6,23,.72);
  color:#fff;
  outline:none;
  font:inherit;
}
input::placeholder,textarea::placeholder{color:#8f97b3}
textarea{min-height:135px;resize:vertical}
input:focus,select:focus,textarea:focus{
  border-color:#38bdf8;
  box-shadow:0 0 0 4px rgba(14,165,233,.14);
}
.actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
}
button,.secondary-btn{
  border:0;
  border-radius:20px;
  padding:18px 24px;
  color:#fff;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:1.6px;
  text-decoration:none;
  cursor:pointer;
}
button{
  background:linear-gradient(135deg,var(--purple),var(--blue));
  box-shadow:0 0 36px rgba(139,92,246,.42);
}
.secondary-btn{
  border:1px solid rgba(56,189,248,.25);
  background:rgba(15,23,42,.62);
}
#message{font-weight:800;color:#38bdf8;margin:0}
.tools{
  margin:30px 0 0;
  padding:24px;
  border:1px solid rgba(167,139,250,.18);
  border-radius:28px;
  background:rgba(8,12,30,.44);
  backdrop-filter:blur(14px);
  text-align:center;
}
.tools p{
  text-transform:uppercase;
  letter-spacing:6px;
  color:#c4b5fd;
  font-size:12px;
  font-weight:900;
}
.tool-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
  margin-top:18px;
}
.tool-grid span{
  padding:16px 10px;
  border-radius:18px;
  background:rgba(15,23,42,.72);
  border:1px solid rgba(56,189,248,.18);
  color:#e5e7eb;
  font-weight:900;
}
footer{text-align:center;color:#8f95b3;padding:28px}
@media(max-width:820px){
  .navbar{flex-direction:column;align-items:center;gap:18px}
  .logo-image{width:220px;height:110px}
  .grid,.tool-grid{grid-template-columns:1fr}
  .quote-card{padding:24px}
  .card-head{flex-direction:column}
  .actions{flex-direction:column;align-items:stretch}
  button,.secondary-btn{text-align:center}
}
