:root{
  --bg:#0b1020;
  --card:#121a33;
  --card2:#0f1730;
  --text:#eaf0ff;
  --muted:#b7c4ff;
  --line:rgba(255,255,255,.10);
  --accent:#67e8f9;
  --accent2:#a78bfa;
  --ok:#34d399;
  --danger:#fb7185;
  --shadow:0 20px 60px rgba(0,0,0,.45);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
  color:var(--text);
  background:
    radial-gradient(1200px 700px at 20% -10%, rgba(103,232,249,.18), transparent 60%),
    radial-gradient(900px 600px at 90% 10%, rgba(167,139,250,.18), transparent 55%),
    radial-gradient(900px 700px at 60% 120%, rgba(103,232,249,.10), transparent 60%),
    linear-gradient(180deg, #070b16 0%, var(--bg) 60%, #070b16 100%);
}

a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}

.wrap{max-width:1120px;margin:0 auto;padding:0 20px}

.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(7,11,22,.60);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0}
.brand{display:flex;align-items:center;gap:12px}
.brand__logo{
  width:36px;height:36px;border-radius:10px;
  background:linear-gradient(135deg, rgba(103,232,249,.95), rgba(167,139,250,.95));
  box-shadow:0 10px 40px rgba(103,232,249,.22);
}
.brand__img{width:164px;height:auto;display:block}
.brand__text{display:none}
.brand:hover .brand__img{filter:brightness(1.04)}
.brand__text{line-height:1.1}
.brand__name{font-weight:700;letter-spacing:.2px}
.brand__tag{font-size:12px;color:var(--muted)}

.nav{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:flex-end}
.nav__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.nav__list li{margin:0;padding:0}
.nav a{color:var(--text);opacity:.9}
.nav a:hover{opacity:1}
.nav .cta{
  padding:10px 14px;border-radius:12px;
  background:linear-gradient(135deg, rgba(103,232,249,.22), rgba(167,139,250,.18));
  border:1px solid rgba(255,255,255,.16);
}

.hero{padding:56px 0 28px}
.hero__grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:start}
@media (max-width: 900px){.hero__grid{grid-template-columns:1fr}}
.hero h1{margin:0 0 12px;font-size:44px;line-height:1.06}
@media (max-width: 900px){.hero h1{font-size:36px}}
.hero p{margin:0 0 16px;color:var(--muted);font-size:16px;line-height:1.6}
.chips{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 0}
.chip{
  padding:8px 10px;border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.05);
  color:rgba(234,240,255,.92);
  font-size:13px;
}

.card{
  background:linear-gradient(180deg, rgba(18,26,51,.88), rgba(15,23,48,.88));
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  box-shadow:var(--shadow);
}
.hero__card{padding:18px}
.hero__card h3{margin:0 0 8px}
.hero__card ul{margin:0;padding-left:18px;color:var(--muted);line-height:1.7}

.section{padding:34px 0}
.section h2{margin:0 0 10px;font-size:28px}
.section p{margin:0 0 12px;color:var(--muted);line-height:1.7}

.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
@media (max-width: 900px){.grid3{grid-template-columns:1fr}}

.product{padding:18px}
.product__title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 8px}
.product__title h3{margin:0;font-size:18px}
.badge{
  font-size:12px;color:rgba(234,240,255,.95);
  padding:6px 10px;border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
}
.product ul{margin:10px 0 0;padding-left:18px;color:var(--muted);line-height:1.7}
.product__actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:10px 14px;border-radius:12px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  color:var(--text);
  text-decoration:none;
}
.btn:hover{text-decoration:none;border-color:rgba(255,255,255,.26)}
.btn--primary{
  background:linear-gradient(135deg, rgba(103,232,249,.25), rgba(167,139,250,.22));
}

.content{
  padding:26px 0 10px;
}
.content .entry{padding:18px}
.content h1{margin:0 0 12px;font-size:34px}
.content h2{margin:24px 0 10px}
.content p{color:var(--muted);line-height:1.8}

.easyprotect-form{margin-top:14px}
.easyprotect-form__title{margin:0 0 10px}
.easyprotect-form__fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media (max-width: 800px){.easyprotect-form__fields{grid-template-columns:1fr}}
.easyprotect-form__row label{display:block;font-size:13px;color:rgba(234,240,255,.92);margin:0 0 6px}
.easyprotect-form__row input,.easyprotect-form__row textarea{
  width:100%;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  padding:10px 12px;
  background:rgba(2,6,23,.45);
  color:var(--text);
  outline:none;
}
.easyprotect-form__row textarea{grid-column:1/-1;min-height:120px}
.easyprotect-form__submit{
  margin-top:12px;
  padding:12px 16px;border-radius:12px;
  border:1px solid rgba(255,255,255,.16);
  background:linear-gradient(135deg, rgba(103,232,249,.22), rgba(167,139,250,.18));
  color:var(--text);cursor:pointer;
}
.easyprotect-form__submit:hover{border-color:rgba(255,255,255,.26)}
.easyprotect-form__hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.easyprotect-form__req{color:var(--accent)}

.easyprotect-notice{
  padding:10px 12px;border-radius:12px;margin:0 0 12px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  color:rgba(234,240,255,.95);
}
.easyprotect-notice--ok{border-color:rgba(52,211,153,.35);background:rgba(52,211,153,.10)}
.easyprotect-notice--error{border-color:rgba(251,113,133,.35);background:rgba(251,113,133,.10)}

.site-footer{
  margin-top:40px;
  border-top:1px solid var(--line);
  background:rgba(7,11,22,.55);
  backdrop-filter:blur(10px);
}
.site-footer__inner{padding:30px 0}
.footer-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}
@media (max-width: 900px){.footer-grid{grid-template-columns:1fr}}
.fineprint{color:rgba(183,196,255,.85);font-size:12px;margin-top:12px}

