:root{
  --bg:#f6f8fc;
  --bg2:#eef3fb;
  --card:rgba(255,255,255,.88);
  --line:rgba(17,24,39,.08);
  --text:#152033;
  --muted:#5f6f86;
  --primary:#3f7eff;
  --primary2:#66c9b8;
  --danger:#d94b63;
  --warn:#cc8a19;
  --ok:#149f6e;
  --radius:22px;
  --shadow:0 16px 42px rgba(22,34,56,.10);
}

*{box-sizing:border-box}

html,body{
  margin:0;
  padding:0;
  font-family:Inter,system-ui,sans-serif;
  background:
    radial-gradient(circle at top left,rgba(106,166,255,.18),transparent 28%),
    radial-gradient(circle at top right,rgba(127,255,212,.08),transparent 30%),
    linear-gradient(180deg,var(--bg),var(--bg2));
  color:var(--text);
}

body{min-height:100vh}
a{color:inherit;text-decoration:none}
main{padding:24px 0 60px}
.container{width:min(1180px,calc(100% - 32px));margin:0 auto}

.noise{
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.045;
  background-image:radial-gradient(circle at 1px 1px,rgba(21,32,51,.12) 1px,transparent 0);
  background-size:24px 24px
}

.glass{
  background:var(--card);
  backdrop-filter:blur(18px);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow)
}

.site-header{
  position:sticky;
  top:14px;
  z-index:10;
  margin:14px auto 0;
  width:min(1180px,calc(100% - 32px))
}

.nav-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 18px
}

nav{
  display:flex;
  gap:14px;
  align-items:center;
  flex-wrap:wrap
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  letter-spacing:.2px
}

.brand.inline{margin-bottom:8px}


.brand-logo{
  display:block;
  height:42px;
  width:auto;
  max-width:min(240px,42vw);
  object-fit:contain
}

.brand-mark{
  width:14px;
  height:14px;
  border-radius:5px;
  background:linear-gradient(135deg,var(--primary),var(--primary2));
  box-shadow:0 0 25px rgba(106,166,255,.6)
}

.brand-tag{
  font-size:11px;
  padding:4px 7px;
  border-radius:999px;
  background:rgba(63,126,255,.08);
  border:1px solid var(--line);
  white-space:nowrap
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid transparent;
  background:linear-gradient(135deg,var(--primary),#3f7eff);
  color:#08111c;
  padding:12px 18px;
  border-radius:14px;
  font-weight:800;
  cursor:pointer;
  transition:transform .18s ease, opacity .18s ease, box-shadow .18s ease
}

.btn:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 36px rgba(63,126,255,.25)
}

.btn-secondary,.btn-ghost{
  background:rgba(255,255,255,.72);
  color:var(--text);
  border-color:var(--line)
}

.btn-danger{
  background:rgba(255,107,122,.12);
  border-color:rgba(255,107,122,.4);
  color:#ffdbe1
}

.btn-sm{
  padding:9px 12px;
  border-radius:12px;
  font-size:13px
}

.btn-lg{
  padding:14px 22px
}

.btn-xl{
  padding:16px 26px;
  border-radius:16px;
  font-size:15px
}

.lang,.pill,.status{
  padding:8px 11px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.76);
  font-size:12px
}

.status.ok{background:rgba(42,214,154,.12);color: #618376;border-color:rgba(42,214,154,.28)}
.status.warn{background:rgba(255,200,87,.12);color:#ffe4a3;border-color:rgba(255,200,87,.28)}
.status.danger{background:rgba(255,107,122,.12);color: #9b606a;border-color:rgba(255,107,122,.28)}
.status.muted{color:var(--muted)}

.eyebrow{
  display:inline-flex;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  font-size:12px;
  color:var(--primary2);
  margin-bottom:16px
}

.eyebrow-hot{
  background:rgba(106,166,255,.12);
  color: #475d87;
  border-color:rgba(106,166,255,.28)
}

.hero h1,.pricing-hero h1,.page-head h1{
  font-size:clamp(36px,5vw,64px);
  line-height:1.02;
  margin:0 0 14px
}

.hero p,.pricing-hero p,.muted-copy{
  color:var(--muted);
  line-height:1.65
}

.landing-hero{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
  padding-top:56px;
  align-items:center
}

.landing-hero-copy h1{
  font-size:clamp(40px,5.2vw,68px);
  line-height:1.02;
  margin:0 0 18px
}

.hero-lead{
  font-size:18px;
  color:var(--muted);
  line-height:1.75;
  max-width:760px
}

.cta-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:26px 0 16px
}

.hero-proof{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  color: #475d87;
  font-size:14px
}

.hero-proof span{
  padding:10px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04)
}

.landing-hero-card{
  padding:26px;
  min-height:420px;
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:space-between
}

.hero-badge{
  display:inline-flex;
  align-self:flex-start;
  padding:10px 12px;
  border-radius:999px;
  background:rgba(127,255,212,.08);
  border: 1px solid rgb(127 255 212 / 60%);
  color: #475752;
  font-size:12px;
  font-weight:700
}

.hero-mini-flow{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:28px 0
}

.flow-step{
  flex:1;
  padding:18px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.76);
  border:1px solid var(--line);
  text-align:center
}

.flow-step strong{
  display:inline-flex;
  width:38px;
  height:38px;
  border-radius:999px;
  align-items:center;
  justify-content:center;
  margin-bottom:10px;
  background:linear-gradient(135deg,var(--primary),var(--primary2));
  color:#08111c;
  font-size:14px
}

.flow-step span{
  display:block;
  color: #5b6069;
  font-weight:700;
  line-height:1.4
}

.flow-arrow{
  font-size:26px;
  color:var(--primary2);
  opacity:.9
}

.hero-card-box{
  padding:24px;
  border-radius:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.03));
  border:1px solid var(--line)
}

.hero-card-kpi{
  font-size:78px;
  font-weight:900;
  line-height:1;
  background:linear-gradient(135deg,var(--primary),var(--primary2));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent
}

.hero-card-label{
  color:var(--muted);
  margin-top:10px;
  line-height:1.7
}

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

.trust-item{
  padding:18px 16px;
  border-radius:18px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.76);
  text-align:center;
  color: #475d87;
  font-weight:700
}

.sales-section{
  margin-top:72px
}

.section-head{
  max-width:860px;
  margin-bottom:28px
}

.section-head.center{
  margin-left:auto;
  margin-right:auto;
  text-align:center
}

.section-head h2{
  font-size:clamp(30px,4vw,50px);
  line-height:1.08;
  margin:0 0 14px
}

.section-head p{
  color:var(--muted);
  line-height:1.75;
  font-size:17px
}

.pain-grid,.solution-grid,.benefit-grid,.how-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}

.pain-card,.solution-card,.benefit-card,.how-card{
  padding:24px
}

.pain-card h3,.solution-card h3,.benefit-card h3,.how-card h3{
  margin:0 0 10px;
  font-size:22px
}

.pain-card p,.solution-card p,.benefit-card p,.how-card p{
  color:var(--muted);
  line-height:1.7;
  margin:0
}

.solution-icon{
  width:52px;
  height:52px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  margin-bottom:16px;
  background:linear-gradient(135deg,var(--primary),var(--primary2));
  color:#08111c
}

.how-card strong{
  display:inline-flex;
  width:50px;
  height:50px;
  border-radius:16px;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  color:var(--primary2);
  font-size:20px
}

.final-cta{
  margin-top:76px
}

.final-cta-box{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:24px;
  align-items:center;
  padding:32px
}

.final-cta-box h2{
  margin:0 0 14px;
  font-size:clamp(30px,4vw,46px);
  line-height:1.08
}

.final-cta-box p{
  margin:0;
  color:var(--muted);
  line-height:1.75;
  font-size:17px
}

.final-cta-actions{
  display:flex;
  flex-direction:column;
  gap:12px
}

.feature-grid,.pricing-grid,.stats-grid,.dashboard-grid,.quick-grid{
  display:grid;
  gap:18px
}

.feature-grid{grid-template-columns:repeat(3,1fr);margin:42px auto}
.feature,.panel,.price-card,.stat-card,.auth-card{padding:22px}
.feature h3,.panel h2,.price-card h3,.stat-card strong{margin:0 0 10px}
.feature p,.price-card ul,.panel p,.list-row small,.stat-card span{color:var(--muted);line-height:1.65}
.pricing-grid{grid-template-columns:repeat(3,1fr)}
.price-card .price{font-size:38px;font-weight:900;margin:12px 0}
.price-card ul{padding-left:18px}

.split-panel{
  display:grid;
  grid-template-columns:1fr 320px;
  gap:22px;
  align-items:start;
  margin-top:20px
}

.metric-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:26px;
  min-height:240px
}

.metric{
  font-size:88px;
  font-weight:900;
  background:linear-gradient(135deg,var(--primary),var(--primary2));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent
}

.metric-label{color:var(--muted)}

.site-footer{padding:24px 0 40px}

.footer-grid{
  display:grid;
  grid-template-columns:1.4fr .6fr .6fr;
  gap:20px
}

.footer-grid h4{margin-top:0}
.footer-grid a{display:block;color:var(--muted);margin:6px 0}

.auth-wrap{
  display:grid;
  place-items:center;
  padding-top:34px
}

.auth-card{width:min(560px,100%)}

.auth-card label,.settings-grid label{
  display:flex;
  flex-direction:column;
  gap:8px;
  font-size:14px;
  margin-bottom:14px
}

input,select,textarea{
  width:100%;
  background:rgba(255,255,255,.76);
  border:1px solid var(--line);
  border-radius:14px;
  padding:12px 14px;
  color:var(--text);
  outline:none
}

input:focus,select:focus,textarea:focus{
  border-color:rgba(106,166,255,.6);
  box-shadow:0 0 0 4px rgba(106,166,255,.12)
}

.alert{
  padding:14px 16px;
  border-radius:16px;
  margin:0 0 16px;
  border:1px solid var(--line)
}

.alert.success{background:rgba(42,214,154,.12);border-color:rgba(42,214,154,.24)}
.alert.error{background:rgba(255,107,122,.12);border-color:rgba(255,107,122,.24)}

.dashboard-shell{padding-top:24px}

.page-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:18px;
  margin-bottom:18px;
  flex-wrap:wrap
}

.stats-grid{grid-template-columns:repeat(4,1fr);margin-bottom:18px}
.stat-card strong{font-size:36px}
.dashboard-grid{grid-template-columns:1fr 1fr}
.dashboard-grid .full{grid-column:1/-1}
.quick-grid{grid-template-columns:repeat(2,1fr)}

.quick-link{
  padding:18px;
  border-radius:18px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.76);
  font-weight:700
}

.list-rows{
  display:flex;
  flex-direction:column;
  gap:12px
}

.list-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px;
  border-radius:16px;
  background:rgba(255,255,255,.03);
  border:1px solid var(--line)
}

.row-actions,.inline-form{
  display:flex;
  gap:8px;
  align-items:center;
  flex-wrap:wrap
}

.table-wrap{overflow:auto}

.data-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0 10px
}

.data-table th{
  font-size:12px;
  color:var(--muted);
  text-align:left;
  padding:0 10px 8px
}

.data-table td{
  padding:14px 10px;
  background:rgba(255,255,255,.03);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line)
}

.data-table td:first-child{
  border-left:1px solid var(--line);
  border-radius:14px 0 0 14px
}

.data-table td:last-child{
  border-right:1px solid var(--line);
  border-radius:0 14px 14px 0
}

.orders-wrap{padding-top:24px}
.filters,.advanced-filters,.export-toolbar{display:grid;gap:12px;margin-bottom:16px}
.advanced-filters{grid-template-columns:1.4fr 1fr 1fr 1fr 1fr 1fr auto}
.export-toolbar{grid-template-columns:220px 190px auto;align-items:center}
.order-list{display:flex;flex-direction:column;gap:10px;max-height:60vh;overflow:auto}

.order-row{
  display:grid;
  grid-template-columns:auto 1fr 1fr 1fr auto;
  gap:12px;
  align-items:center;
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.03);
  border:1px solid var(--line);
  cursor:pointer
}

.order-row.selected{
  border-color:rgba(106,166,255,.55);
  background:rgba(106,166,255,.08)
}

.settings-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px
}

.settings-grid h2,.settings-grid .full,.settings-actions,.toggle{grid-column:1/-1}
.toggle{display:flex;flex-direction:row;align-items:center;gap:12px}
.toggle input{width:auto}

@media (max-width:980px){
  .landing-hero,
  .pain-grid,
  .solution-grid,
  .benefit-grid,
  .how-grid,
  .split-panel,
  .feature-grid,
  .pricing-grid,
  .stats-grid,
  .dashboard-grid,
  .footer-grid,
  .final-cta-box,
  .trust-strip{
    grid-template-columns:1fr
  }

  .advanced-filters,
  .export-toolbar,
  .settings-grid,
  .quick-grid{
    grid-template-columns:1fr
  }

  .hero-mini-flow{
    flex-direction:column
  }

  .flow-arrow{
    transform:rotate(90deg)
  }

  .order-row{
    grid-template-columns:auto 1fr
  }

  .final-cta-actions{
    width:100%
  }

  .final-cta-actions .btn{
    width:100%
  }
}
.review-topline{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-bottom:14px}
.review-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.review-list{gap:16px}
.review-row{padding:18px}
@media (max-width: 900px){.review-grid{grid-template-columns:1fr 1fr}}
@media (max-width: 640px){.review-grid{grid-template-columns:1fr}}
.review-card{cursor:default}
.review-headline{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-bottom:10px}
.review-grid-2,.review-grid-3,.review-grid-4{display:grid;gap:12px;margin-top:12px}
.review-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.review-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.review-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.list-row-stack{align-items:flex-start}
textarea{width:100%;border-radius:14px;border:1px solid var(--line);background:#fff;padding:12px;color:var(--text);font:inherit}
@media (max-width:980px){
  .review-grid-2,.review-grid-3,.review-grid-4{grid-template-columns:1fr}
}


.nav-wrap-v64{
  gap:18px;
}

.nav-desktop{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  min-width:0;
}

.nav-group{
  display:flex;
  flex-direction:column;
  gap:7px;
  min-width:0;
}

.nav-group-label{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--muted);
  padding-left:6px;
}

.nav-pills{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}

.nav-link-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.9);
  color:var(--text);
  font-size:14px;
  font-weight:700;
  transition:background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.nav-link-pill:hover{
  transform:translateY(-1px);
  border-color:rgba(63,126,255,.22);
  box-shadow:0 10px 24px rgba(22,34,56,.08);
}

.nav-link-pill.is-active{
  background:rgba(63,126,255,.10);
  border-color:rgba(63,126,255,.28);
  color:var(--primary);
}

.nav-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
}

.nav-toggle{
  display:none;
  width:48px;
  height:48px;
  padding:0;
  border-radius:14px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.9);
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
}

.nav-toggle span{
  display:block;
  width:19px;
  height:2px;
  border-radius:999px;
  background:var(--text);
  transition:transform .18s ease, opacity .18s ease;
}

.nav-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle.is-open span:nth-child(2){opacity:0}
.nav-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.mobile-menu{
  display:none;
  padding:0 0 14px;
}

.mobile-menu-inner{
  padding:16px;
}

.mobile-menu-section + .mobile-menu-section{
  margin-top:14px;
}

.mobile-menu-title{
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--muted);
  margin-bottom:10px;
}

.mobile-link-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.mobile-link-card{
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.92);
  font-weight:700;
}

.mobile-link-card.is-active{
  background:rgba(63,126,255,.10);
  border-color:rgba(63,126,255,.28);
  color:var(--primary);
}

.mobile-menu-footer{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px;
}

.desktop-only{display:inline-flex}

@media (max-width: 1180px){
  .nav-desktop{
    gap:12px;
  }
  .nav-link-pill{
    padding:10px 12px;
    font-size:13px;
  }
}

@media (max-width: 980px){
  .site-header{
    top:10px;
    margin-top:10px;
  }

  .nav-wrap-v64{
    padding:12px 14px;
  }

  .nav-desktop,
  .desktop-only{
    display:none;
  }

  .nav-toggle{
    display:inline-flex;
  }

  .mobile-menu.is-open{
    display:block;
  }
}

@media (max-width: 640px){
  .site-header{
    width:min(100%,calc(100% - 18px));
  }

  .container{
    width:min(1180px,calc(100% - 18px));
  }

  .brand{
    font-size:15px;
    gap:8px;
    min-width:0;
  }

  .brand-logo{
    height:34px;
    max-width:52vw;
  }

  .brand-tag{
    padding:3px 6px;
    font-size:10px;
  }

  .nav-actions{
    gap:8px;
  }

  .lang{
    padding:8px 10px;
  }

  .mobile-menu-inner{
    padding:12px;
  }

  .mobile-link-grid{
    grid-template-columns:1fr;
  }

  .mobile-menu-footer{
    flex-direction:column;
  }

  .mobile-menu-footer .btn{
    width:100%;
  }
}


.nav-wrap-v64{
  gap:18px;
}

.nav-desktop{
  flex:1;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
}

.main-nav,.utility-nav{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.main-nav{
  justify-content:center;
}

.utility-nav{
  margin-left:18px;
  padding-left:18px;
  border-left:1px solid var(--line);
}

.nav-link-main{
  font-weight:800;
}

.nav-link-admin{
  background:rgba(21,32,51,.06);
}

.nav-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
}

.mobile-link-card{
  min-height:48px;
}

.mobile-menu-title{
  font-weight:800;
}

@media (max-width: 1180px){
  .nav-wrap-v64{
    align-items:flex-start;
  }

  .nav-desktop{
    justify-content:flex-start;
  }

  .main-nav{
    justify-content:flex-start;
  }
}

@media (max-width: 980px){
  .nav-wrap-v64{
    align-items:center;
  }

  .nav-desktop,
  .desktop-only{
    display:none;
  }

  .nav-toggle{
    display:inline-flex;
  }
}
