/* Lydiasoft — modern one-page site (no frameworks) */
:root{
  --bg:#0b1220;
  --text:#eaf0ff;
  --muted:#b6c4e6;
  --muted2:#8ea3d7;
  --shadow: 0 12px 40px rgba(0,0,0,.35);
  --radius:18px;
  --radius2:24px;
  --max:1140px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--text);
  background:
    radial-gradient(1200px 900px at 15% -20%, rgba(99,132,255,0.45), transparent 60%),
    radial-gradient(1000px 800px at 85% 10%, rgba(0,200,255,0.3), transparent 55%),
    linear-gradient(180deg, #0a1020 0%, #04060d 80%);
  
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  line-height:1.5;
}

a{color:inherit;text-decoration:none}
a:hover{opacity:.9}
.container{max-width:var(--max);margin:0 auto;padding:0 20px}
.skip{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip:focus{left:16px;top:16px;width:auto;height:auto;background:#fff;color:#000;padding:10px 12px;border-radius:10px;z-index:9999}

.header{
  position:sticky;top:0;z-index:50;
  backdrop-filter: blur(14px);
  background: rgba(11,18,32,.70);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 20px}
.brand{display:flex;align-items:center;gap:12px}
.logo{
  width:38px;height:38px;border-radius:14px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.35), transparent 45%),
    linear-gradient(135deg, rgba(79,123,255,1), rgba(0,212,255,1));
  box-shadow: 0 10px 30px rgba(79,123,255,.25);
}
.brand-text{display:flex;flex-direction:column;line-height:1.1}
.brand-text span{font-size:12px;color:var(--muted2)}
.menu{display:flex;align-items:center;gap:18px}
.menu a{color:var(--muted);font-weight:600;font-size:14px}
.menu a:hover{color:var(--text)}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:12px 16px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.14);
  background: linear-gradient(135deg, rgba(79,123,255,1), rgba(0,212,255,1));
  color:#071027;
  font-weight:800;
  box-shadow: 0 14px 34px rgba(0,212,255,.14);
}
.btn:hover{transform: translateY(-1px)}
.btn:active{transform: translateY(0)}
.btn-ghost{
  background: transparent;
  color: var(--text);
  box-shadow:none;
}
.btn-small{padding:10px 12px;border-radius:12px}
.btn-wide{width:100%}

.burger{
  display:none;
  width:42px;height:42px;border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  align-items:center;justify-content:center;gap:4px;
}
.burger span{display:block;width:18px;height:2px;background:var(--text);opacity:.9;border-radius:2px}
.mobile{
  border-top:1px solid rgba(255,255,255,.06);
  background: rgba(11,18,32,.85);
}
.mobile-inner{display:flex;flex-direction:column;gap:12px;padding:14px 20px 18px}
.mobile-inner a{color:var(--muted);font-weight:700}
.mobile-inner a.btn{color:#071027}

.hero{padding:64px 0 28px}
.hero-grid{display:grid;grid-template-columns: 1.2fr .8fr;gap:28px;align-items:center}
.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  color:var(--muted);
  font-weight:700;font-size:13px;
  border:1px solid rgba(255,255,255,.12);
  padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.04)
}
h1{font-size:44px;line-height:1.05;margin:14px 0 12px}
.lead{font-size:18px;color:var(--muted);max-width:58ch}
.cta{display:flex;gap:12px;margin:20px 0 18px;flex-wrap:wrap}
.trust{display:flex;gap:10px;flex-wrap:wrap}
.pill{
  font-size:12px;color:var(--muted);
  padding:8px 10px;border:1px solid rgba(255,255,255,.10);
  border-radius:999px;background:rgba(255,255,255,.03)
}

.hero-card{position:relative}
.card{
  border-radius: var(--radius2);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.card-top{display:flex;gap:8px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03)}
.dot{width:10px;height:10px;border-radius:999px;background:rgba(255,255,255,.28)}
.card-body{padding:18px}
.metric{padding:12px 14px;border:1px solid rgba(255,255,255,.10);border-radius:16px;background:rgba(11,18,32,.35);margin-bottom:10px}
.metric-label{color:var(--muted2);font-size:12px;font-weight:700}
.metric-value{font-weight:900;margin-top:4px}
.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0}
.mini{padding:12px;border-radius:16px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.03)}
.mini-title{font-weight:900}
.mini-text{color:var(--muted);font-size:13px;margin-top:2px}
.fineprint{color:var(--muted);font-size:12px;margin:0}
.glow{
  position:absolute;inset:-30px;
  background: radial-gradient(400px 260px at 20% 20%, rgba(79,123,255,.35), transparent 60%),
              radial-gradient(420px 280px at 80% 30%, rgba(0,212,255,.20), transparent 62%);
  filter: blur(22px);
  z-index:-1;
}

.section{padding:54px 0}
.section.alt{
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0));
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.section-head{margin-bottom:18px}
.section-head h2{font-size:28px;margin:0 0 8px}
.section-head p{margin:0;color:var(--muted);max-width:70ch}

.grid{display:grid;gap:16px}
.cards{grid-template-columns:repeat(2, minmax(0, 1fr))}
.service{
  border-radius: var(--radius);
  background: rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
  padding:18px;
}
.service h3{margin:0 0 8px}
.service p{margin:0 0 12px;color:var(--muted)}
.service ul{margin:0;padding-left:18px;color:var(--muted)}
.service li{margin:6px 0}

.why{grid-template-columns:repeat(2, minmax(0, 1fr))}
.why-item{
  border-radius: var(--radius);
  padding:18px;
  background: rgba(11,18,32,.35);
  border:1px solid rgba(255,255,255,.10);
}
.why-item h3{margin:0 0 8px}
.why-item p{margin:0;color:var(--muted)}

.steps{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.steps li{
  display:flex;gap:12px;align-items:flex-start;
  border:1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  background: rgba(255,255,255,.03);
  padding:16px;
}
.step-num{
  width:34px;height:34px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  font-weight:900;color:#071027;
  background: linear-gradient(135deg, rgba(79,123,255,1), rgba(0,212,255,1));
}
.step-body h3{margin:0 0 6px}
.step-body p{margin:0;color:var(--muted)}

.contact-grid{display:grid;grid-template-columns: 1fr 1fr;gap:16px;align-items:start}
.contact-cards{display:grid;gap:12px;margin-top:12px}
.contact-card{
  border-radius: var(--radius);
  background: rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
  padding:16px;
}
.contact-card h3{margin:0 0 8px}
.contact-links{margin:0;color:var(--muted);line-height:1.7}
.contact-links a{color:var(--text);font-weight:800}
.contact-panel{
  border-radius: var(--radius2);
  background: rgba(11,18,32,.40);
  border:1px solid rgba(255,255,255,.10);
  padding:18px;
  box-shadow: var(--shadow);
}
.contact-panel h3{margin:0 0 12px}
.locations{display:grid;gap:12px;margin-bottom:12px}
.loc{
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  padding:12px;
}
.loc-title{font-weight:900;margin-bottom:6px}
.loc-body{color:var(--muted);font-size:14px}
.note{
  color:var(--muted);
  font-size:13px;
  border:1px dashed rgba(255,255,255,.18);
  background: rgba(255,255,255,.03);
  padding:12px;border-radius:16px;margin:14px 0;
}

.footer{padding:28px 0 36px}
.footer-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}
.brand-foot .brand-text span{color:var(--muted)}
.muted{color:var(--muted);margin:10px 0 0}
.foot-right{display:flex;gap:14px;flex-wrap:wrap}
.foot-right a{color:var(--muted);font-weight:700}
.foot-right a:hover{color:var(--text)}

@media (max-width: 920px){
  .hero-grid{grid-template-columns:1fr;gap:18px}
  h1{font-size:38px}
  .cards{grid-template-columns:1fr}
  .why{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .menu{display:none}
  .burger{display:flex}
}

@media (prefers-reduced-motion: reduce){
  *{scroll-behavior:auto}
  .btn:hover{transform:none}
}
