:root{
  --bg:#f6f8fb;
  --panel:#ffffff;
  --panel-soft:#eef5fb;
  --border:#e5e7eb;
  --text:#1f2937;
  --muted:#6b7280;
  --accent:#2da3e6;
  --accent-dark:#0f172a;
  --accent-soft:#e8f4fd;
  --shadow:0 20px 50px rgba(45,163,230,.10);
}

*{
  box-sizing:border-box;
}

html, body{
  margin:0;
  padding:0;
}

body.landing-page{
  background:var(--bg);
  color:var(--text);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

a{
  color:inherit;
  text-decoration:none;
}

img{
  max-width:100%;
  display:block;
}

.bizally-site{
  min-height:100vh;
}

.bizally-header{
  padding:18px 14px 0;
}

.bizally-header__inner{
  max-width:1460px;
  margin:0 auto;
  background:#fff;
  border:1px solid var(--border);
  border-radius:28px;
  padding:14px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.bizally-logo{
  font-size:24px;
  font-weight:900;
  letter-spacing:-0.03em;
  color:#111;
  flex:0 0 auto;
}

.bizally-header__contact{
  flex:0 0 auto;
  border:1px solid var(--border);
  border-radius:22px;
  padding:13px 22px;
  font-size:15px;
  font-weight:600;
  color:#47a6e7;
  background:#fff;
  transition:.18s ease;
}

.bizally-header__contact:hover{
  background:#f8fbff;
}

.bizally-landing{
  max-width:1460px;
  margin:0 auto;
  padding:18px 14px 80px;
}

/* HERO */

.hero{
  background:#eaf3fb;
  border-radius:34px;
  overflow:hidden;
  position:relative;
}

.hero--dashboard{
  padding:0;
}

.hero__content{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:28px;
  align-items:center;
  padding:38px 42px 38px 52px;
}

.hero__content--wide{
  grid-template-columns:minmax(0, 560px) minmax(0, 1fr);
  gap:34px;
  min-height:680px;
}

.hero__text{
  max-width:640px;
}

.hero__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:36px;
  padding:0 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid #d7e4f0;
  color:#317eb8;
  font-size:14px;
  font-weight:700;
  margin-bottom:18px;
}

.hero__title{
  margin:0 0 22px;
  font-size:76px;
  line-height:.95;
  font-weight:400;
  letter-spacing:-0.05em;
  color:#2d2f33;
}

.hero__title span{
  color:var(--accent);
  font-weight:700;
}

.hero__subtitle{
  margin:0 0 28px;
  font-size:22px;
  line-height:1.38;
  color:#667085;
  max-width:560px;
}

.hero__subtitle--wide{
  max-width:620px;
}

.hero__stats{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin:0 0 28px;
}

.hero-stat{
  min-width:190px;
  background:#fff;
  border:1px solid #dce8f2;
  border-radius:22px;
  padding:16px 18px;
  box-shadow:0 10px 25px rgba(45,163,230,.05);
}

.hero-stat strong{
  display:block;
  font-size:22px;
  line-height:1.15;
  color:#172033;
  margin-bottom:6px;
}

.hero-stat span{
  display:block;
  font-size:14px;
  line-height:1.35;
  color:var(--muted);
}

.hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:center;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 28px;
  border-radius:999px;
  font-size:18px;
  font-weight:600;
  border:1px solid transparent;
  transition:.18s ease;
  cursor:pointer;
}

.btn-primary{
  background:var(--accent);
  color:#fff;
}

.btn-primary:hover{
  filter:brightness(.96);
}

.btn-secondary{
  background:#fff;
  color:#1f2937;
  border-color:#d8e0ea;
}

.btn-secondary:hover{
  background:#f8fafc;
}

.hero__visual{
  position:relative;
}

.hero__visual--image{
  display:flex;
  align-items:center;
  justify-content:center;
}

.hero-dashboard-wrap{
  position:relative;
  width:100%;
  max-width:920px;
}

.hero-dashboard-img{
  width:100%;
  height:auto;
  border-radius:28px;
  box-shadow:0 34px 70px rgba(45,163,230,.16);
  border:1px solid rgba(255,255,255,.85);
  background:#fff;
}

.hero-dashboard-badge{
  position:absolute;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 18px;
  border-radius:18px;
  background:rgba(255,255,255,.93);
  border:1px solid #dce7f2;
  box-shadow:0 16px 35px rgba(45,163,230,.12);
  color:#18324e;
  font-size:16px;
  font-weight:700;
  backdrop-filter:blur(8px);
}

.hero-dashboard-badge--top{
  top:18px;
  right:18px;
}

.hero-dashboard-badge--left{
  left:18px;
  bottom:24px;
}

.hero-dashboard-badge--right{
  right:18px;
  bottom:92px;
}

/* SECTIONS */

.landing-section{
  padding:78px 0 0;
}

.landing-section--soft{
  margin-top:78px;
  padding:42px 34px;
  background:#edf5fb;
  border:1px solid #dde8f2;
  border-radius:34px;
}

.section-head{
  max-width:930px;
  margin:0 auto 34px;
  text-align:center;
}

.section-head--left{
  max-width:none;
  margin:0 0 22px;
  text-align:left;
}

.section-head h2{
  margin:0 0 14px;
  font-size:58px;
  line-height:1;
  letter-spacing:-0.04em;
  font-weight:700;
  color:#111827;
}

.section-head p{
  margin:0;
  font-size:22px;
  line-height:1.42;
  color:var(--muted);
}

/* FEATURE GRID */

.feature-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}

.feature-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:28px;
  padding:28px;
  min-height:220px;
}

.feature-card h3{
  margin:0 0 14px;
  font-size:26px;
  line-height:1.1;
}

.feature-card p{
  margin:0;
  color:var(--muted);
  font-size:18px;
  line-height:1.45;
}

/* NICHES */

.niches-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.niche-card{
  background:#fff;
  border:1px solid #dce7f1;
  border-radius:28px;
  padding:26px;
  min-height:220px;
  box-shadow:0 10px 24px rgba(45,163,230,.04);
}

.niche-card--accent{
  border-color:#bfe0f5;
  background:linear-gradient(180deg,#ffffff 0%, #f2f9ff 100%);
}

.niche-card__label{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  background:#eef6fd;
  color:#2f89c7;
  font-size:13px;
  font-weight:700;
  margin-bottom:14px;
}

.niche-card h3{
  margin:0 0 12px;
  font-size:24px;
  line-height:1.15;
  color:#111827;
}

.niche-card p{
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.48;
}

/* REASONS */

.reasons-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}

.reason-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:28px;
  padding:28px;
  min-height:200px;
}

.reason-card h3{
  margin:0 0 14px;
  font-size:24px;
  line-height:1.15;
}

.reason-card p{
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.45;
}

/* STEPS */

.steps-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}

.step-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:28px;
  padding:28px;
  min-height:240px;
}

.step-card__num{
  font-size:18px;
  font-weight:800;
  color:var(--accent);
  margin-bottom:20px;
}

.step-card h3{
  margin:0 0 14px;
  font-size:24px;
  line-height:1.2;
}

.step-card p{
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.45;
}

.scheme-box{
  margin-top:28px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:32px;
  padding:24px;
  box-shadow:0 14px 34px rgba(45,163,230,.06);
}

.scheme-box__image{
  width:100%;
  height:auto;
  border-radius:22px;
}

/* CABINET PREVIEW */

.cabinet-preview{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(340px, 460px);
  gap:32px;
  align-items:center;
}

.cabinet-preview__list{
  display:grid;
  gap:14px;
  margin-top:24px;
}

.cabinet-preview__item{
  background:#fff;
  border:1px solid #dce7f1;
  border-radius:22px;
  padding:18px 20px;
}

.cabinet-preview__item strong{
  display:block;
  font-size:20px;
  line-height:1.2;
  margin-bottom:8px;
  color:#111827;
}

.cabinet-preview__item span{
  display:block;
  font-size:16px;
  line-height:1.45;
  color:var(--muted);
}

.cabinet-preview__actions{
  margin-top:24px;
}

.cabinet-preview__visual{
  display:flex;
  justify-content:center;
}

.cabinet-preview__frame{
  width:100%;
  max-width:420px;
  padding:14px;
  border-radius:34px;
  background:linear-gradient(180deg,#ffffff 0%, #eef5fb 100%);
  border:1px solid #d9e6f1;
  box-shadow:var(--shadow);
}

.cabinet-preview__frame img{
  width:100%;
  height:auto;
  border-radius:24px;
}

/* ADVANTAGES */

.bizally-advantages{
  background:linear-gradient(90deg,#cfd8dc 0%, #2d95cf 100%);
  border-radius:34px;
  padding:24px;
}

.bizally-advantages__grid{
  display:grid;
  grid-template-columns:220px 220px 220px 1fr;
  gap:18px;
  align-items:stretch;
}

.advantage-card{
  background:#fff;
  border-radius:22px;
  min-height:220px;
  padding:24px;
}

.advantage-card h3{
  margin:0 0 12px;
  font-size:24px;
  line-height:1.1;
}

.advantage-card p{
  margin:0;
  color:#5f6b7a;
  font-size:17px;
  line-height:1.4;
}

.advantage-card--accent{
  background:transparent;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}

.advantage-card--accent h2{
  margin:0;
  font-size:66px;
  line-height:.94;
  letter-spacing:-0.05em;
  font-weight:400;
}

/* CTA */

.cta-box{
  background:#fff;
  border:1px solid var(--border);
  border-radius:32px;
  padding:34px 38px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.cta-box--strong{
  background:linear-gradient(180deg,#ffffff 0%, #f6fbff 100%);
  box-shadow:0 14px 34px rgba(45,163,230,.06);
}

.cta-box__text h2{
  margin:0 0 12px;
  font-size:42px;
  line-height:1;
  letter-spacing:-0.04em;
}

.cta-box__text p{
  margin:0;
  font-size:20px;
  line-height:1.4;
  color:var(--muted);
  max-width:760px;
}

/* FOOTER */

.bizally-footer{
  background:#0b0e13;
  color:#fff;
  margin-top:80px;
}

.bizally-footer__inner{
  max-width:1460px;
  margin:0 auto;
  padding:22px 14px 26px;
}

.bizally-footer__copy{
  font-size:15px;
  font-weight:600;
  margin-bottom:14px;
}

.bizally-footer__link{
  color:#ff8f3d;
  font-size:14px;
}

.landing-alert{
  margin-top:18px;
  padding:14px 16px;
  border-radius:16px;
  background:#fff7ed;
  border:1px solid #fdba74;
  color:#9a3412;
  font-size:15px;
}

/* RESPONSIVE */

@media (max-width: 1280px){
  .hero__content,
  .hero__content--wide{
    grid-template-columns:1fr;
    min-height:auto;
    padding:34px 28px;
  }

  .hero__text{
    max-width:none;
  }

  .hero__title{
    font-size:60px;
  }

  .feature-grid,
  .steps-grid,
  .niches-grid,
  .reasons-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .cabinet-preview{
    grid-template-columns:1fr;
  }

  .bizally-advantages__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .advantage-card--accent h2{
    font-size:48px;
  }
}

@media (max-width: 900px){
  .bizally-header__inner{
    flex-direction:column;
    align-items:flex-start;
    border-radius:24px;
  }

  .hero__title{
    font-size:48px;
  }

  .hero__subtitle,
  .section-head p{
    font-size:18px;
  }

  .section-head h2{
    font-size:42px;
  }

  .feature-grid,
  .steps-grid,
  .niches-grid,
  .reasons-grid,
  .bizally-advantages__grid{
    grid-template-columns:1fr;
  }

  .landing-section--soft{
    padding:28px 18px;
    border-radius:28px;
  }

  .hero-dashboard-badge{
    position:static;
    margin-top:12px;
    width:100%;
  }

  .hero-dashboard-wrap{
    display:flex;
    flex-direction:column;
  }

  .cta-box{
    flex-direction:column;
    align-items:flex-start;
  }

  .cta-box__text h2{
    font-size:34px;
  }

  .cta-box__text p{
    font-size:18px;
  }

  .advantage-card--accent h2{
    font-size:38px;
  }
}

@media (max-width: 640px){
  .bizally-landing{
    padding:14px 10px 50px;
  }

  .bizally-header{
    padding:10px 10px 0;
  }

  .bizally-header__inner{
    padding:14px 16px;
  }

  .bizally-logo{
    font-size:22px;
  }

  .bizally-header__contact{
    width:100%;
    text-align:center;
    justify-content:center;
  }

  .hero{
    border-radius:26px;
  }

  .hero__content,
  .hero__content--wide{
    padding:22px 16px;
    gap:22px;
  }

  .hero__title{
    font-size:40px;
  }

  .hero__subtitle{
    font-size:17px;
    margin-bottom:22px;
  }

  .hero__stats{
    gap:10px;
    margin-bottom:22px;
  }

  .hero-stat{
    width:100%;
  }

  .hero__actions{
    flex-direction:column;
    align-items:stretch;
  }

  .btn{
    width:100%;
    font-size:16px;
    min-height:52px;
    padding:0 20px;
  }

  .section-head{
    margin-bottom:26px;
  }

  .section-head h2{
    font-size:34px;
  }

  .feature-card,
  .step-card,
  .niche-card,
  .reason-card,
  .advantage-card{
    padding:22px;
    border-radius:22px;
    min-height:auto;
  }

  .scheme-box{
    padding:14px;
    border-radius:24px;
  }

  .cabinet-preview__frame{
    padding:10px;
    border-radius:24px;
  }

  .cta-box{
    padding:24px 20px;
    border-radius:24px;
  }

  .cta-box__text h2{
    font-size:28px;
  }

  .cta-box__text p{
    font-size:16px;
  }

  .bizally-footer{
    margin-top:56px;
  }

  .bizally-footer__inner{
    padding:20px 10px 24px;
  }
}