/* Analytic-K homepage UI override 1.0.72
   Loaded after style.php intentionally so public header/profile/buttons cannot be overridden by legacy layers. */

body.ak-landing-v6 .ak6-trustline{
  font-size:12px !important;
}

/* Cabinet-style public buttons */
body.ak-landing-v6 .ak-btn.ak-home-primary,
body.ak-landing-v6 .ak6-cta .ak-btn.ak-primary,
body.ak-landing-v6 .ak6-price-grid .ak-btn.ak-primary,
body.ak-landing-v6 .ak6-cookie .ak-btn.ak-primary{
  min-height:48px !important;
  border:1px solid #3759d7 !important;
  border-radius:12px !important;
  background:#3759d7 !important;
  color:#fff !important;
  font-weight:700 !important;
  box-shadow:0 10px 24px rgba(55,89,215,.20), inset 0 1px 0 rgba(255,255,255,.16) !important;
}
body.ak-landing-v6 .ak-btn.ak-home-primary:hover,
body.ak-landing-v6 .ak6-cta .ak-btn.ak-primary:hover,
body.ak-landing-v6 .ak6-price-grid .ak-btn.ak-primary:hover,
body.ak-landing-v6 .ak6-cookie .ak-btn.ak-primary:hover{
  background:#2f50cc !important;
  border-color:#2f50cc !important;
  transform:translateY(-1px) !important;
}
body.ak-landing-v6 .ak-btn.ak-home-secondary,
body.ak-landing-v6 .ak6-price-grid .ak-btn.ak-outline,
body.ak-landing-v6 .ak6-cookie .ak-btn.ak-outline{
  min-height:48px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  padding:10px 17px !important;
  border:1px solid #dce2eb !important;
  border-radius:12px !important;
  background:#fff !important;
  color:#3d4758 !important;
  font-size:14px !important;
  font-weight:700 !important;
  line-height:1 !important;
  box-shadow:0 6px 16px rgba(29,39,58,.035) !important;
  text-decoration:none !important;
}
body.ak-landing-v6 .ak-btn.ak-home-secondary:hover,
body.ak-landing-v6 .ak6-price-grid .ak-btn.ak-outline:hover,
body.ak-landing-v6 .ak6-cookie .ak-btn.ak-outline:hover{
  background:#fff !important;
  border-color:#cfd7e2 !important;
  color:#1f2937 !important;
  box-shadow:0 10px 24px rgba(29,39,58,.06) !important;
  transform:translateY(-1px) !important;
}
body.ak-landing-v6 .ak6-main-btn{
  min-height:54px !important;
  padding:13px 22px !important;
  border-radius:12px !important;
  font-size:14px !important;
}
body.ak-landing-v6 .ak6-main-secondary{
  min-height:54px !important;
  padding:13px 20px !important;
}

/* Public profile replaces the two legacy header buttons. */
body.ak-landing-v6 .ak6-head-actions > a[href="/cabinet.php"],
body.ak-landing-v6 .ak6-head-actions > a[href="/admin/index.php"]{
  display:none !important;
}
body.ak-landing-v6 .ak-public-profile-v2{
  display:block !important;
  position:relative !important;
  z-index:200 !important;
}
body.ak-landing-v6 .ak-public-profile-v2 .ak-public-profile-trigger{
  min-height:48px !important;
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
  padding:5px 11px 5px 6px !important;
  border:1px solid #dce2eb !important;
  border-radius:13px !important;
  background:#fff !important;
  color:#273142 !important;
  box-shadow:0 6px 16px rgba(29,39,58,.035) !important;
}
body.ak-landing-v6 .ak-public-profile-v2 .ak-public-profile-trigger:hover,
body.ak-landing-v6 .ak-public-profile-v2.is-open .ak-public-profile-trigger{
  border-color:#cfd7e2 !important;
  box-shadow:0 10px 24px rgba(29,39,58,.06) !important;
}
body.ak-landing-v6 .ak-public-profile-v2 .ak-public-profile-menu{
  z-index:1000 !important;
}

/* FAQ toggle remains the same size; only plus/minus state changes. */
body.ak-landing-v6 .ak6-faq-list summary span{
  width:32px !important;
  height:32px !important;
  min-width:32px !important;
  flex:0 0 32px !important;
  border:1px solid #dce3ee !important;
  border-radius:50% !important;
  background:#fff !important;
  box-shadow:0 6px 16px rgba(29,39,58,.035) !important;
  color:transparent !important;
  position:relative !important;
}
body.ak-landing-v6 .ak6-faq-list summary span::before,
body.ak-landing-v6 .ak6-faq-list summary span::after{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  width:10px !important;
  height:2px !important;
  border-radius:999px !important;
  background:#5b73d8 !important;
  transform:translate(-50%,-50%) !important;
}
body.ak-landing-v6 .ak6-faq-list summary span::after{
  transform:translate(-50%,-50%) rotate(90deg) !important;
}
body.ak-landing-v6 .ak6-faq-list details[open] summary span::after{
  opacity:0 !important;
}

@media(max-width:760px){
  body.ak-landing-v6 .ak6-actions{
    width:100% !important;
  }
  body.ak-landing-v6 .ak6-actions .ak-btn{
    width:100% !important;
  }
}


/* 1.0.73 — corrected public avatar + inline profile editor */
body.ak-landing-v6 .ak-public-profile-avatar,
body.ak-landing-v6 .ak-public-profile-menu-avatar,
body.ak-landing-v6 .ak-public-profile-large-avatar,
body.ak-landing-v6 .ak-public-avatar-preview{
  overflow:hidden !important;
  padding:0 !important;
  margin:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex-shrink:0 !important;
}
body.ak-landing-v6 .ak-public-profile-avatar img,
body.ak-landing-v6 .ak-public-profile-menu-avatar img,
body.ak-landing-v6 .ak-public-profile-large-avatar img,
body.ak-landing-v6 .ak-public-avatar-preview img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
}
body.ak-landing-v6 .ak-public-profile-avatar>b,
body.ak-landing-v6 .ak-public-profile-menu-avatar>b,
body.ak-landing-v6 .ak-public-profile-large-avatar>b,
body.ak-landing-v6 .ak-public-avatar-preview>b{
  margin:0 !important;
  padding:0 !important;
  font-size:inherit !important;
  line-height:1 !important;
  color:#3652bc !important;
}
body.ak-landing-v6 .ak-public-profile-head>div>span{
  display:block !important;
  margin-top:3px !important;
  color:#8a95a7 !important;
  font-size:10.5px !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
}
body.ak-landing-v6 .ak-public-profile-menu-action{
  width:100%;
  min-height:42px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 11px;
  border:0;
  border-radius:11px;
  background:transparent;
  color:#49576d;
  font:inherit;
  font-size:12px;
  font-weight:680;
  text-align:left;
  cursor:pointer;
}
body.ak-landing-v6 .ak-public-profile-menu-action:hover{background:#f3f6fb;color:#2749be}
body.ak-landing-v6 .ak-public-profile-menu-action svg{width:15px;height:15px;color:#8b99af}
body.ak-landing-v6.ak-public-profile-modal-open{overflow:hidden !important}
body.ak-landing-v6 .ak-public-profile-modal{
  position:fixed;
  inset:0;
  z-index:2147483640;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .18s ease,visibility .18s ease;
}
body.ak-landing-v6 .ak-public-profile-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
body.ak-landing-v6 .ak-public-profile-modal-backdrop{position:absolute;inset:0;background:rgba(24,34,54,.36);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
body.ak-landing-v6 .ak-public-profile-dialog{
  position:relative;
  z-index:1;
  width:min(760px,100%);
  max-height:calc(100vh - 48px);
  overflow:auto;
  padding:26px;
  border:1px solid #dfe6f0;
  border-radius:28px;
  background:linear-gradient(180deg,#fff,#fbfcff);
  box-shadow:0 36px 110px rgba(20,29,48,.24),inset 0 1px 0 #fff;
}
body.ak-landing-v6 .ak-public-profile-close{
  position:absolute;
  top:18px;
  right:18px;
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:1px solid #dfe5ee;
  border-radius:11px;
  background:#fff;
  color:#69768b;
  font-size:0;
  cursor:pointer;
}
body.ak-landing-v6 .ak-public-profile-close::before,
body.ak-landing-v6 .ak-public-profile-close::after{content:"";position:absolute;left:50%;top:50%;width:13px;height:2px;border-radius:99px;background:currentColor}
body.ak-landing-v6 .ak-public-profile-close::before{transform:translate(-50%,-50%) rotate(45deg)}
body.ak-landing-v6 .ak-public-profile-close::after{transform:translate(-50%,-50%) rotate(-45deg)}
body.ak-landing-v6 .ak-public-profile-modal-head{display:grid;grid-template-columns:64px minmax(0,1fr);gap:15px;align-items:center;padding-right:48px}
body.ak-landing-v6 .ak-public-profile-large-avatar{width:64px;height:64px;border:1px solid #dfe5fa;border-radius:18px;background:linear-gradient(145deg,#e9edff,#f7f8ff);font-size:22px;font-weight:800}
body.ak-landing-v6 .ak-public-profile-modal-head>div>span{color:#65769b;font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
body.ak-landing-v6 .ak-public-profile-modal-head h2{margin:5px 0 5px;color:#182235;font-size:28px;line-height:1.05;letter-spacing:-.04em}
body.ak-landing-v6 .ak-public-profile-modal-head p{margin:0;color:#8490a3;font-size:12px}
body.ak-landing-v6 .ak-public-profile-tabs{display:flex;gap:6px;margin:22px 0 18px;padding:5px;border:1px solid #e3e9f1;border-radius:15px;background:#f5f7fb}
body.ak-landing-v6 .ak-public-profile-tabs button{min-height:38px;padding:0 16px;border:0;border-radius:10px;background:transparent;color:#6c788d;font:inherit;font-size:12px;font-weight:720;cursor:pointer}
body.ak-landing-v6 .ak-public-profile-tabs button.is-active{background:#fff;color:#2f4ab2;box-shadow:0 4px 12px rgba(29,39,58,.06),inset 0 0 0 1px #dce4f4}
body.ak-landing-v6 .ak-public-profile-message{margin:0 0 16px;padding:11px 13px;border-radius:12px;font-size:12px;font-weight:650}
body.ak-landing-v6 .ak-public-profile-message.is-success{background:#edf8f1;border:1px solid #d5eadc;color:#317250}
body.ak-landing-v6 .ak-public-profile-message.is-error{background:#fff3f3;border:1px solid #f0d7d7;color:#a54545}
body.ak-landing-v6 .ak-public-profile-panel{display:none}
body.ak-landing-v6 .ak-public-profile-panel.is-active{display:block}
body.ak-landing-v6 .ak-public-profile-edit-grid{display:grid;grid-template-columns:250px minmax(0,1fr);gap:16px}
body.ak-landing-v6 .ak-public-avatar-card,
body.ak-landing-v6 .ak-public-profile-data-card{padding:20px;border:1px solid #e2e8f1;border-radius:20px;background:#fff}
body.ak-landing-v6 .ak-public-avatar-card{text-align:center}
body.ak-landing-v6 .ak-public-avatar-preview{width:92px;height:92px;margin:0 auto 12px !important;border:1px solid #dfe5fa;border-radius:25px;background:linear-gradient(145deg,#e8edff,#f6f7ff);font-size:28px;font-weight:800}
body.ak-landing-v6 .ak-public-avatar-card>strong{display:block;color:#253146;font-size:14px}
body.ak-landing-v6 .ak-public-avatar-card>p{margin:5px 0 14px;color:#8b96a6;font-size:10.5px}
body.ak-landing-v6 .ak-public-avatar-card form{display:grid;gap:9px}
body.ak-landing-v6 .ak-public-file-button{min-height:42px;display:flex;align-items:center;justify-content:center;border:1px solid #dce2eb;border-radius:12px;background:#fff;color:#445166;font-size:12px;font-weight:700;cursor:pointer}
body.ak-landing-v6 .ak-public-file-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
body.ak-landing-v6 .ak-public-avatar-remove{margin-top:7px}
body.ak-landing-v6 .ak-public-avatar-remove button{border:0;background:transparent;color:#a74a4a;font-size:11px;font-weight:680;cursor:pointer}
body.ak-landing-v6 .ak-public-profile-data-card h3{margin:0 0 15px;color:#202b3d;font-size:17px}
body.ak-landing-v6 .ak-public-profile-data-card form{display:grid;gap:13px}
body.ak-landing-v6 .ak-public-profile-data-card label{display:grid;gap:6px;color:#5b687c;font-size:11px;font-weight:700}
body.ak-landing-v6 .ak-public-profile-data-card input{width:100%;height:44px;padding:0 13px;border:1px solid #dce3ed;border-radius:12px;background:#fff;color:#253247;font:inherit;font-size:13px;outline:none}
body.ak-landing-v6 .ak-public-profile-data-card input:focus{border-color:#8da3ef;box-shadow:0 0 0 4px rgba(77,109,238,.09)}
body.ak-landing-v6 .ak-public-profile-data-card input:disabled{background:#f7f9fc;color:#8a95a6}
body.ak-landing-v6 .ak-public-profile-data-card small{color:#8a95a6;font-size:10.5px;line-height:1.45}
body.ak-landing-v6 .ak-public-profile-data-card .ak-btn{justify-self:start;min-height:42px;padding:9px 16px;font-size:12px}
body.ak-landing-v6 .ak-public-password-card{max-width:520px}
@media(max-width:700px){
  body.ak-landing-v6 .ak-public-profile-modal{padding:10px}
  body.ak-landing-v6 .ak-public-profile-dialog{max-height:calc(100vh - 20px);padding:20px 16px;border-radius:22px}
  body.ak-landing-v6 .ak-public-profile-edit-grid{grid-template-columns:1fr}
  body.ak-landing-v6 .ak-public-profile-modal-head{grid-template-columns:52px minmax(0,1fr)}
  body.ak-landing-v6 .ak-public-profile-large-avatar{width:52px;height:52px;border-radius:15px;font-size:18px}
  body.ak-landing-v6 .ak-public-profile-modal-head h2{font-size:23px}
}


/* 1.0.74 — direct fixed header, 14px profile menu, larger icons, login button */
html{overflow-x:hidden}
body.ak-landing-v6 > .ak-public-topbar-layer{
  position:static !important;
  inset:auto !important;
  height:0 !important;
  min-height:0 !important;
  pointer-events:none !important;
}
body.ak-landing-v6 > .ak-public-topbar-layer > .ak6-header{
  position:fixed !important;
  top:12px !important;
  left:18px !important;
  right:18px !important;
  width:auto !important;
  max-width:none !important;
  margin:0 !important;
  transform:none !important;
  translate:none !important;
  z-index:2147483600 !important;
  pointer-events:auto !important;
  will-change:auto !important;
}
body.ak-landing-v6 > .ak6-main{padding-top:108px !important}

body.ak-landing-v6 .ak-public-profile-v2,
body.ak-landing-v6 .ak-public-profile-v2 button,
body.ak-landing-v6 .ak-public-profile-v2 a,
body.ak-landing-v6 .ak-public-profile-v2 strong,
body.ak-landing-v6 .ak-public-profile-v2 b{
  font-size:14px !important;
}
body.ak-landing-v6 .ak-public-profile-v2 .ak-public-profile-copy small,
body.ak-landing-v6 .ak-public-profile-v2 .ak-public-profile-head>div>span{
  font-size:12px !important;
}
body.ak-landing-v6 .ak-public-profile-v2 .ak-public-profile-access>span{
  font-size:11px !important;
}
body.ak-landing-v6 .ak-public-profile-v2 .ak-public-profile-access>b{
  font-size:14px !important;
}
body.ak-landing-v6 .ak-public-profile-v2 .ak-public-profile-menu>a,
body.ak-landing-v6 .ak-public-profile-v2 .ak-public-profile-menu-action{
  min-height:46px !important;
  gap:12px !important;
  padding:0 12px !important;
  font-size:14px !important;
}
body.ak-landing-v6 .ak-public-profile-v2 .ak-public-profile-menu .ui-icon{
  width:22px !important;
  height:22px !important;
  flex:0 0 22px !important;
}
body.ak-landing-v6 .ak-public-profile-v2 .ak-public-profile-menu .ui-icon svg{
  width:19px !important;
  height:19px !important;
  stroke-width:1.8 !important;
}
body.ak-landing-v6 .ak-public-profile-v2 .ak-public-profile-admin-link{
  color:#2f4ab2 !important;
  background:#f5f7ff !important;
}
body.ak-landing-v6 .ak-public-profile-v2 .ak-public-profile-admin-link:hover{
  background:#edf1ff !important;
}
body.ak-landing-v6 .ak6-login-btn,
body.ak-landing-v6 .ak6-login-submit{
  background:#3759d7 !important;
  border-color:#3759d7 !important;
  color:#fff !important;
  box-shadow:0 10px 24px rgba(55,89,215,.20),inset 0 1px 0 rgba(255,255,255,.16) !important;
}
body.ak-landing-v6 .ak6-login-btn:hover,
body.ak-landing-v6 .ak6-login-submit:hover{
  background:#2f50cc !important;
  border-color:#2f50cc !important;
}
body.ak-landing-v6 .ak6-login-btn .ui-icon,
body.ak-landing-v6 .ak6-login-submit .ui-icon{
  width:18px !important;
  height:18px !important;
}
body.ak-landing-v6 .ak6-login-btn .ui-icon svg,
body.ak-landing-v6 .ak6-login-submit .ui-icon svg{
  width:17px !important;
  height:17px !important;
}
@media(max-width:760px){
  body.ak-landing-v6 > .ak-public-topbar-layer > .ak6-header{
    top:8px !important;
    left:10px !important;
    right:10px !important;
  }
  body.ak-landing-v6 > .ak6-main{padding-top:96px !important}
}

/* 1.0.75 — homepage footer typography 14px */
body.ak-landing-v6 .ak6-footer,
body.ak-landing-v6 .ak6-footer p,
body.ak-landing-v6 .ak6-footer a:not(.ak-logo),
body.ak-landing-v6 .ak6-footer strong,
body.ak-landing-v6 .ak6-footer span,
body.ak-landing-v6 .ak6-footer-bottom{
  font-size:14px !important;
}


/* 1.0.76 — public profile popover always overlays hero visuals */
body.ak-landing-v6 > .ak-public-topbar-layer{
  overflow:visible !important;
  contain:none !important;
}
body.ak-landing-v6 > .ak-public-topbar-layer > .ak6-header{
  overflow:visible !important;
  z-index:2147483640 !important;
  isolation:isolate !important;
}
body.ak-landing-v6 .ak6-head-actions,
body.ak-landing-v6 .ak-public-profile-v2{
  position:relative !important;
  overflow:visible !important;
  z-index:2147483641 !important;
}
body.ak-landing-v6 .ak-public-profile-v2 .ak-public-profile-menu{
  position:absolute !important;
  top:calc(100% + 10px) !important;
  right:0 !important;
  z-index:2147483642 !important;
  overflow:visible !important;
}

/* 1.0.78 — profile form upgrades, centered password, drag-drop avatar, login icon on right */
body.ak-landing-v6 .ak6-login-btn,
body.ak-landing-v6 .ak6-login-submit{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
}
body.ak-landing-v6 .ak6-login-btn .ui-icon,
body.ak-landing-v6 .ak6-login-submit .ui-icon{order:2}
body.ak-landing-v6 .ak-public-password-card{max-width:520px;margin:0 auto}
body.ak-landing-v6 .ak-public-avatar-upload-form{display:grid;gap:10px;margin-top:14px}
body.ak-landing-v6 .ak-public-file-dropzone{
  position:relative;
  display:grid;
  gap:4px;
  justify-items:center;
  align-content:center;
  min-height:128px;
  padding:16px 14px;
  border:1.5px dashed #c9d4eb;
  border-radius:18px;
  background:linear-gradient(180deg,#fbfcff,#f5f8ff);
  color:#445166;
  text-align:center;
  cursor:pointer;
  transition:border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}
body.ak-landing-v6 .ak-public-file-dropzone:hover,
body.ak-landing-v6 .ak-public-file-dropzone.is-dragover{
  border-color:#7f96ea;
  background:linear-gradient(180deg,#f8faff,#eef3ff);
  box-shadow:0 12px 28px rgba(55,89,215,.10);
  transform:translateY(-1px);
}
body.ak-landing-v6 .ak-public-file-dropzone input{position:absolute;inset:0;opacity:0;cursor:pointer}
body.ak-landing-v6 .ak-public-file-dropzone-title{color:#24324a;font-size:13px;font-weight:800}
body.ak-landing-v6 .ak-public-file-dropzone small{margin:0;color:#7f8ca1;font-size:11px}
body.ak-landing-v6 .ak-public-file-dropzone em{display:block;margin-top:5px;color:#5670da;font-size:11px;font-style:normal;font-weight:700}


/* 1.0.83 — restored stable homepage + hard fixed public header */
html,body{overflow-x:hidden}
body.ak-landing-v6 > .ak-public-topbar-layer{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  height:0 !important;
  z-index:2147483600 !important;
  overflow:visible !important;
  pointer-events:none !important;
}
body.ak-landing-v6 > .ak-public-topbar-layer > .ak6-header{
  position:fixed !important;
  top:12px !important;
  left:18px !important;
  right:18px !important;
  width:auto !important;
  max-width:none !important;
  margin:0 !important;
  z-index:2147483640 !important;
  pointer-events:auto !important;
  transform:none !important;
  translate:none !important;
  overflow:visible !important;
}
body.ak-landing-v6 > .ak6-main{
  padding-top:108px !important;
}
body.ak-landing-v6 .ak-public-profile-modal{
  z-index:2147483646 !important;
}
body.ak-landing-v6 .ak-public-profile-dialog{
  position:relative !important;
  z-index:2147483647 !important;
}
@media(max-width:760px){
  body.ak-landing-v6 > .ak-public-topbar-layer > .ak6-header{
    top:8px !important;
    left:10px !important;
    right:10px !important;
  }
  body.ak-landing-v6 > .ak6-main{padding-top:96px !important;}
}

/* 1.0.84 — homepage structure from approved text brief; existing visual system preserved */
body.ak-landing-v6 .ak6-integrations-compact{
  grid-template-columns:repeat(6,minmax(0,1fr));
}
body.ak-landing-v6 .ak6-integrations-compact article{
  min-height:168px;
  padding:18px;
}
body.ak-landing-v6 .ak6-integrations-compact .ak6-connect-icon{margin-bottom:18px}
body.ak-landing-v6 .ak6-metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
body.ak-landing-v6 .ak6-metrics-grid article{min-height:190px}
body.ak-landing-v6 .ak6-metrics-grid .ak6-connect-icon .ui-icon,
body.ak-landing-v6 .ak6-cases-grid .ak6-connect-icon .ui-icon,
body.ak-landing-v6 .ak6-blog-grid .ak6-connect-icon .ui-icon{width:19px;height:19px}
body.ak-landing-v6 .ak6-pricing-switch{
  display:inline-flex;
  gap:6px;
  margin:0 0 22px;
  padding:5px;
  border:1px solid #dfe5ee;
  border-radius:14px;
  background:#f6f8fb;
}
body.ak-landing-v6 .ak6-pricing-switch button{
  appearance:none;
  min-height:38px;
  padding:0 16px;
  border:0;
  border-radius:10px;
  background:transparent;
  color:#617086;
  font:inherit;
  font-size:12px;
  font-weight:760;
  cursor:pointer;
}
body.ak-landing-v6 .ak6-pricing-switch button.active{
  background:#fff;
  color:#2948bd;
  box-shadow:0 5px 16px rgba(31,45,76,.07);
}
body.ak-landing-v6 .ak6-price-grid article{display:flex;flex-direction:column}
body.ak-landing-v6 .ak6-price-grid ul{min-height:0;flex:1}
body.ak-landing-v6 .ak6-compare{
  margin-top:24px;
  padding:26px;
  border:1px solid #e0e5ed;
  border-radius:22px;
  background:#fff;
  box-shadow:0 13px 35px rgba(29,38,56,.035);
}
body.ak-landing-v6 .ak6-compare-head{margin-bottom:18px}
body.ak-landing-v6 .ak6-compare-head h3{margin:5px 0 7px;font-size:29px;letter-spacing:-.035em}
body.ak-landing-v6 .ak6-compare-head p{margin:0;color:#758090;font-size:12.4px;line-height:1.65}
body.ak-landing-v6 .ak6-compare-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
body.ak-landing-v6 .ak6-compare table{width:100%;min-width:720px;border-collapse:collapse}
body.ak-landing-v6 .ak6-compare th,
body.ak-landing-v6 .ak6-compare td{padding:14px 16px;border-bottom:1px solid #edf0f4;text-align:center;font-size:12px}
body.ak-landing-v6 .ak6-compare th:first-child,
body.ak-landing-v6 .ak6-compare td:first-child{text-align:left}
body.ak-landing-v6 .ak6-compare th{color:#4a5870;font-size:10px;letter-spacing:.06em;text-transform:uppercase;background:#f8faff}
body.ak-landing-v6 .ak6-compare td{color:#536072}
body.ak-landing-v6 .ak6-compare td:nth-child(3),
body.ak-landing-v6 .ak6-compare th:nth-child(3){background:#f6f8ff;color:#2948bd;font-weight:800}
body.ak-landing-v6 .ak6-cases-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
body.ak-landing-v6 .ak6-blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
body.ak-landing-v6 .ak6-cta-simple{display:flex;flex-direction:column;align-items:flex-start;gap:15px}
body.ak-landing-v6 .ak6-cta-simple p{margin:0;color:#c3cbe0;font-size:12.4px;line-height:1.65}
body.ak-landing-v6 .ak6-cta-simple .ak-btn{min-width:220px;justify-content:center}
body.ak-landing-v6 .ak6-data-chip i.onec{background:#fff6d8;color:#786700}
body.ak-landing-v6 .ak6-data-chip i.crm{background:#eef0ff;color:#4e58c4}
@media(max-width:1320px){
  body.ak-landing-v6 .ak6-integrations-compact{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:1060px){
  body.ak-landing-v6 .ak6-metrics-grid,
  body.ak-landing-v6 .ak6-cases-grid,
  body.ak-landing-v6 .ak6-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  body.ak-landing-v6 .ak6-integrations-compact,
  body.ak-landing-v6 .ak6-metrics-grid,
  body.ak-landing-v6 .ak6-cases-grid,
  body.ak-landing-v6 .ak6-blog-grid{grid-template-columns:1fr}
  body.ak-landing-v6 .ak6-compare{padding:18px}
  body.ak-landing-v6 .ak6-compare-head h3{font-size:25px}
}


/* 1.0.86 — homepage alignment and premium spacing, same design system */
body.ak-landing-v6 > .ak6-main{
  max-width:1480px !important;
  padding-left:34px !important;
  padding-right:34px !important;
  padding-bottom:92px !important;
}
body.ak-landing-v6 .ak6-hero{
  gap:42px !important;
  padding-left:0 !important;
  padding-right:0 !important;
  padding-bottom:58px !important;
}
body.ak-landing-v6 .ak6-hero-copy{
  align-self:center;
}
body.ak-landing-v6 .ak6-section{
  padding-top:112px !important;
}
body.ak-landing-v6 .ak6-section-head{
  gap:48px !important;
  margin-bottom:36px !important;
  align-items:end !important;
}
body.ak-landing-v6 .ak6-section-head > div,
body.ak-landing-v6 .ak6-section-head > p{
  min-width:0;
}
body.ak-landing-v6 .ak6-connect-grid,
body.ak-landing-v6 .ak6-role-benefits,
body.ak-landing-v6 .ak6-price-grid{
  gap:18px !important;
}
body.ak-landing-v6 .ak6-integrations-compact article{
  min-height:160px !important;
  padding:21px !important;
}
body.ak-landing-v6 .ak6-metrics-grid article{
  min-height:178px !important;
  padding:22px !important;
}
body.ak-landing-v6 .ak6-overview-grid{
  gap:20px !important;
  align-items:stretch !important;
}
body.ak-landing-v6 .ak6-overview-board,
body.ak-landing-v6 .ak6-outcomes{
  height:100%;
}
body.ak-landing-v6 .ak6-audience-grid article,
body.ak-landing-v6 .ak6-role-benefits article{
  min-height:136px;
}
body.ak-landing-v6 .ak6-workflow{
  margin-top:112px !important;
  padding:48px 50px !important;
  gap:58px !important;
}
body.ak-landing-v6 .ak6-pricing{
  padding-top:112px !important;
}
body.ak-landing-v6 .ak6-price-grid article{
  padding:28px !important;
}
body.ak-landing-v6 .ak6-compare{
  margin-top:30px !important;
  padding:28px !important;
}
body.ak-landing-v6 .ak6-cases-grid article,
body.ak-landing-v6 .ak6-blog-grid article{
  min-height:218px;
  padding:22px !important;
}
body.ak-landing-v6 .ak6-faq{
  gap:58px !important;
  padding-top:112px !important;
}
body.ak-landing-v6 .ak6-faq-list summary{
  padding:21px 0 !important;
}
body.ak-landing-v6 .ak6-cta{
  margin-top:108px !important;
  padding:50px !important;
}
body.ak-landing-v6 .ak6-footer{
  margin-top:88px !important;
}

@media(max-width:1320px){
  body.ak-landing-v6 > .ak6-main{
    padding-left:26px !important;
    padding-right:26px !important;
  }
  body.ak-landing-v6 .ak6-section-head{gap:34px !important;}
}
@media(max-width:1060px){
  body.ak-landing-v6 > .ak6-main{
    padding-left:20px !important;
    padding-right:20px !important;
  }
  body.ak-landing-v6 .ak6-section{padding-top:92px !important;}
  body.ak-landing-v6 .ak6-workflow{margin-top:92px !important;padding:40px !important;}
  body.ak-landing-v6 .ak6-pricing{padding-top:92px !important;}
  body.ak-landing-v6 .ak6-faq{padding-top:92px !important;}
}
@media(max-width:760px){
  body.ak-landing-v6 > .ak6-main{
    padding-left:14px !important;
    padding-right:14px !important;
  }
  body.ak-landing-v6 .ak6-hero{padding-bottom:42px !important;}
  body.ak-landing-v6 .ak6-section{padding-top:76px !important;}
  body.ak-landing-v6 .ak6-section-head{margin-bottom:26px !important;gap:16px !important;}
  body.ak-landing-v6 .ak6-workflow{margin-top:76px !important;padding:30px 22px !important;}
  body.ak-landing-v6 .ak6-pricing{padding-top:76px !important;}
  body.ak-landing-v6 .ak6-faq{padding-top:76px !important;gap:26px !important;}
  body.ak-landing-v6 .ak6-cta{margin-top:78px !important;padding:32px 22px !important;}
}

/* 1.0.87 — homepage polish: hero, buttons, pricing, cases, CTA, mobile */
/* 1) Stronger first screen without changing the existing visual language */
body.ak-landing-v6 .ak6-hero{
  grid-template-columns:minmax(0,.72fr) minmax(650px,1.28fr) !important;
  gap:30px !important;
  min-height:690px;
  align-items:center !important;
}
body.ak-landing-v6 .ak6-hero-copy{max-width:610px !important}
body.ak-landing-v6 .ak6-flow.ak6-flow-minimal{
  transform:scale(1.025);
  transform-origin:center right;
  box-shadow:0 32px 76px rgba(42,59,104,.10),0 10px 30px rgba(42,59,104,.05) !important;
}
body.ak-landing-v6 .ak6-flow-stage{
  grid-template-columns:minmax(176px,.52fr) minmax(0,1.48fr) !important;
  gap:20px !important;
}
body.ak-landing-v6 .ak6-flow-stage .ak6-hero-dash{transform:scale(1.045) !important;transform-origin:left center !important}
body.ak-landing-v6 .ak6-data-strip .ak6-data-chip{padding:9px 10px !important}
body.ak-landing-v6 .ak6-hero-dash{box-shadow:0 24px 55px rgba(16,28,55,.22) !important}

/* 2–3) One rhythm and one button system */
body.ak-landing-v6 .ak6-section-head{max-width:none}
body.ak-landing-v6 .ak6-section-head > p{max-width:560px}
body.ak-landing-v6 .ak-btn{
  min-height:48px;
  padding:0 18px;
  border-radius:12px !important;
  font-size:14px !important;
  font-weight:700 !important;
  gap:8px;
}
body.ak-landing-v6 .ak-btn .ui-icon{width:15px;height:15px;flex:0 0 15px}
body.ak-landing-v6 .ak6-main-btn,
body.ak-landing-v6 .ak6-main-secondary{min-height:54px !important;padding-left:22px !important;padding-right:22px !important}
body.ak-landing-v6 .ak-btn.ak-outline,
body.ak-landing-v6 .ak-btn.ak-light{
  border:1px solid #dce2eb !important;
  background:#fff !important;
  color:#344055 !important;
  box-shadow:0 7px 18px rgba(29,39,58,.045) !important;
}
body.ak-landing-v6 .ak-btn.ak-outline:hover,
body.ak-landing-v6 .ak-btn.ak-light:hover{border-color:#cbd4e1 !important;box-shadow:0 12px 26px rgba(29,39,58,.075) !important;transform:translateY(-1px)}
body.ak-landing-v6 .ak-btn.ak-primary{box-shadow:0 12px 26px rgba(55,89,215,.20) !important}

/* 4) Pricing is easier to compare and BUSINESS is visibly primary */
body.ak-landing-v6 .ak6-price-grid{gap:20px !important;align-items:stretch}
body.ak-landing-v6 .ak6-price-grid article{
  min-height:500px;
  border-radius:24px !important;
  border-color:#e0e6ef !important;
  box-shadow:0 16px 42px rgba(34,45,73,.05) !important;
}
body.ak-landing-v6 .ak6-price-grid article.featured{
  transform:translateY(-8px) !important;
  border:1px solid #9fb1ef !important;
  background:radial-gradient(circle at 90% 0,rgba(79,108,230,.11),transparent 33%),linear-gradient(180deg,#fff,#f8faff) !important;
  box-shadow:0 30px 68px rgba(55,80,179,.16) !important;
}
body.ak-landing-v6 .ak6-popular{top:18px;right:18px;padding:7px 11px !important;font-size:9px !important;background:#edf2ff !important}
body.ak-landing-v6 .ak6-plan b{font-size:11px !important}
body.ak-landing-v6 .ak6-plan span{font-size:11.5px !important}
body.ak-landing-v6 .ak6-price-grid h3{margin-top:26px !important;font-size:34px !important}
body.ak-landing-v6 .ak6-price-grid ul{list-style:none;padding-left:0 !important;margin:22px 0 26px !important}
body.ak-landing-v6 .ak6-price-grid li{position:relative;padding:5px 0 5px 25px;font-size:12.5px !important}
body.ak-landing-v6 .ak6-price-grid li::before{
  content:"✓";
  position:absolute;left:0;top:5px;
  width:17px;height:17px;display:grid;place-items:center;
  border-radius:50%;background:#eef3ff;color:#3b5ddb;font-size:10px;font-weight:900;
}
body.ak-landing-v6 .ak6-compare{border-radius:24px !important;box-shadow:0 16px 42px rgba(34,45,73,.045) !important}
body.ak-landing-v6 .ak6-compare th{padding-top:16px !important;padding-bottom:16px !important}
body.ak-landing-v6 .ak6-compare td{padding-top:15px !important;padding-bottom:15px !important}
body.ak-landing-v6 .ak6-compare tbody tr:last-child td{border-bottom:0}
body.ak-landing-v6 .ak6-compare td:nth-child(3),
body.ak-landing-v6 .ak6-compare th:nth-child(3){background:#f4f7ff !important}

/* 6) Cases: visual "before → Analytic-K → after" path */
body.ak-landing-v6 .ak6-case-card{min-height:260px !important}
body.ak-landing-v6 .ak6-case-card h3{margin-bottom:18px !important}
body.ak-landing-v6 .ak6-case-flow{
  display:grid;
  grid-template-columns:minmax(0,1fr) 20px minmax(0,1fr) 20px minmax(0,1fr);
  gap:6px;
  align-items:center;
  margin-top:14px;
}
body.ak-landing-v6 .ak6-case-flow span{
  min-height:78px;
  display:flex;flex-direction:column;justify-content:center;
  padding:11px 10px;
  border:1px solid #e3e8f1;
  border-radius:14px;
  background:#f8faff;
  color:#68768a;
  font-size:10.5px;
  line-height:1.4;
}
body.ak-landing-v6 .ak6-case-flow span b{display:block;margin-bottom:5px;color:#25334b;font-size:10px;text-transform:uppercase;letter-spacing:.06em}
body.ak-landing-v6 .ak6-case-flow span:nth-of-type(2){background:#eef3ff;border-color:#d8e1ff}
body.ak-landing-v6 .ak6-case-flow span:nth-of-type(2) b{color:#3859d4}
body.ak-landing-v6 .ak6-case-flow i{font-style:normal;color:#9ba7ba;font-size:16px;text-align:center}

/* 7) Same icon geometry across content cards */
body.ak-landing-v6 .ak6-connect-icon,
body.ak-landing-v6 .ak6-role-benefits article > span,
body.ak-landing-v6 .ak6-outcome-row > span{
  width:44px !important;height:44px !important;min-width:44px !important;
  border-radius:13px !important;
}
body.ak-landing-v6 .ak6-connect-icon .ui-icon,
body.ak-landing-v6 .ak6-role-benefits article > span .ui-icon,
body.ak-landing-v6 .ak6-outcome-row > span .ui-icon{width:19px !important;height:19px !important}

/* 8) Final CTA: more noticeable but still within the current light Analytic-K system */
body.ak-landing-v6 .ak6-cta-premium{
  position:relative;
  overflow:hidden;
  border:1px solid #d7e1fa !important;
  background:
    radial-gradient(circle at 12% 8%,rgba(91,121,237,.16),transparent 31%),
    radial-gradient(circle at 88% 0,rgba(135,160,244,.14),transparent 30%),
    linear-gradient(145deg,#f8faff,#edf3ff) !important;
  box-shadow:0 30px 70px rgba(47,70,137,.11) !important;
}
body.ak-landing-v6 .ak6-cta-premium .ak6-kicker.light{color:#6479be !important}
body.ak-landing-v6 .ak6-cta-premium h2{color:#162238 !important}
body.ak-landing-v6 .ak6-cta-premium .ak6-cta-copy>p{color:#65738a !important}
body.ak-landing-v6 .ak6-cta-premium .ak6-cta-form{
  border:1px solid #dbe4f6 !important;
  background:rgba(255,255,255,.72) !important;
  box-shadow:0 14px 35px rgba(51,71,121,.07),inset 0 1px 0 rgba(255,255,255,.9) !important;
  backdrop-filter:blur(12px);
}
body.ak-landing-v6 .ak6-cta-simple p{color:#67758b !important}

/* 9) Mobile/tablet polish */
@media(max-width:1320px){
  body.ak-landing-v6 .ak6-hero{grid-template-columns:minmax(0,.78fr) minmax(570px,1.22fr) !important;gap:24px !important;min-height:620px}
  body.ak-landing-v6 .ak6-flow.ak6-flow-minimal{transform:scale(1.01)}
  body.ak-landing-v6 .ak6-flow-stage .ak6-hero-dash{transform:scale(1.025) !important}
}
@media(max-width:1060px){
  body.ak-landing-v6 .ak6-hero{grid-template-columns:1fr !important;min-height:0;gap:34px !important}
  body.ak-landing-v6 .ak6-hero-copy{max-width:760px !important}
  body.ak-landing-v6 .ak6-flow.ak6-flow-minimal{transform:none;max-width:920px}
  body.ak-landing-v6 .ak6-flow-stage .ak6-hero-dash{transform:none !important}
  body.ak-landing-v6 .ak6-price-grid article{min-height:0}
  body.ak-landing-v6 .ak6-price-grid article.featured{transform:none !important}
  body.ak-landing-v6 .ak6-case-flow{grid-template-columns:1fr;gap:7px}
  body.ak-landing-v6 .ak6-case-flow i{transform:rotate(90deg);line-height:1}
}
@media(max-width:760px){
  body.ak-landing-v6 .ak6-hero-copy{text-align:left}
  body.ak-landing-v6 .ak6-actions{gap:10px !important}
  body.ak-landing-v6 .ak6-trustline{display:grid;grid-template-columns:1fr;gap:8px !important}
  body.ak-landing-v6 .ak6-trustline span+span{margin-left:0 !important;padding-left:0 !important;border-left:0 !important}
  body.ak-landing-v6 .ak6-integrations-compact article,
  body.ak-landing-v6 .ak6-metrics-grid article,
  body.ak-landing-v6 .ak6-cases-grid article,
  body.ak-landing-v6 .ak6-blog-grid article{min-height:auto !important}
  body.ak-landing-v6 .ak6-price-grid{gap:14px !important}
  body.ak-landing-v6 .ak6-price-grid article{padding:23px !important;border-radius:20px !important}
  body.ak-landing-v6 .ak6-price-grid h3{font-size:31px !important}
  body.ak-landing-v6 .ak6-compare{padding:18px !important;margin-top:20px !important}
  body.ak-landing-v6 .ak6-cta-premium{padding:30px 22px !important}
  body.ak-landing-v6 .ak6-cta-simple .ak-btn{width:100%;min-width:0 !important}
}


/* 1.0.88 — one-line hero trustline, unified section spacing, dark final CTA */
@media(min-width:761px){
  body.ak-landing-v6 .ak6-trustline{
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    width:max-content !important;
    max-width:none !important;
    gap:0 !important;
    font-size:11px !important;
    white-space:nowrap !important;
  }
  body.ak-landing-v6 .ak6-trustline span{
    flex:0 0 auto !important;
    white-space:nowrap !important;
  }
  body.ak-landing-v6 .ak6-trustline span+span{
    margin-left:12px !important;
    padding-left:12px !important;
  }
}

/* Unified vertical rhythm across the landing page */
body.ak-landing-v6 .ak6-hero{
  padding-top:76px !important;
  padding-bottom:58px !important;
}
body.ak-landing-v6 .ak6-section{
  padding-top:86px !important;
}
body.ak-landing-v6 .ak6-section-head{
  margin-bottom:28px !important;
  gap:20px !important;
}
body.ak-landing-v6 .ak6-workflow{
  margin-top:86px !important;
}
body.ak-landing-v6 .ak6-faq{
  padding-top:86px !important;
}
body.ak-landing-v6 .ak6-cta{
  margin-top:86px !important;
}
body.ak-landing-v6 .ak6-connect-grid,
body.ak-landing-v6 .ak6-role-benefits,
body.ak-landing-v6 .ak6-price-grid,
body.ak-landing-v6 .ak6-blog-grid{
  align-items:stretch;
}

/* Final CTA uses the same dark background language as “Как начать работу” */
body.ak-landing-v6 .ak6-cta-premium{
  border:0 !important;
  background:
    radial-gradient(circle at 10% 5%,rgba(78,104,225,.25),transparent 30%),
    linear-gradient(145deg,#161e2d,#202c42) !important;
  box-shadow:0 30px 72px rgba(22,30,47,.17) !important;
  color:#fff !important;
}
body.ak-landing-v6 .ak6-cta-premium .ak6-kicker.light{
  color:#9cacfb !important;
}
body.ak-landing-v6 .ak6-cta-premium h2{
  color:#fff !important;
}
body.ak-landing-v6 .ak6-cta-premium .ak6-cta-copy>p,
body.ak-landing-v6 .ak6-cta-premium .ak6-cta-simple>p{
  color:#aeb7c6 !important;
}
body.ak-landing-v6 .ak6-cta-premium .ak6-cta-form{
  border:1px solid rgba(255,255,255,.10) !important;
  background:rgba(255,255,255,.055) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06) !important;
  backdrop-filter:none !important;
}
body.ak-landing-v6 .ak6-cta-premium .ak-btn.ak-light{
  background:#fff !important;
  border-color:#fff !important;
  color:#1d2636 !important;
}

@media(max-width:1060px){
  body.ak-landing-v6 .ak6-hero{padding-top:62px !important;padding-bottom:46px !important}
  body.ak-landing-v6 .ak6-section{padding-top:76px !important}
  body.ak-landing-v6 .ak6-workflow{margin-top:76px !important}
  body.ak-landing-v6 .ak6-faq{padding-top:76px !important}
  body.ak-landing-v6 .ak6-cta{margin-top:76px !important}
}
@media(max-width:760px){
  body.ak-landing-v6 .ak6-hero{padding-top:52px !important;padding-bottom:38px !important}
  body.ak-landing-v6 .ak6-section{padding-top:66px !important}
  body.ak-landing-v6 .ak6-section-head{margin-bottom:22px !important;gap:14px !important}
  body.ak-landing-v6 .ak6-workflow{margin-top:66px !important}
  body.ak-landing-v6 .ak6-faq{padding-top:66px !important}
  body.ak-landing-v6 .ak6-cta{margin-top:66px !important}
  body.ak-landing-v6 .ak6-trustline{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
  }
}

/* 1.0.90 — final homepage spacing, fixed header, unified icons, real client UI, live annual pricing */
body.ak-landing-v6{
  --ak-home-max:1460px;
  --ak-home-gutter:32px;
  --ak-home-section:88px;
  --ak-home-card-radius:24px;
  scroll-padding-top:104px;
}
body.ak-landing-v6 > .ak-public-topbar-layer{
  position:fixed !important;
  inset:0 0 auto 0 !important;
  height:92px !important;
  overflow:visible !important;
  pointer-events:none !important;
  z-index:2147483000 !important;
}
body.ak-landing-v6 > .ak-public-topbar-layer > .ak6-header{
  position:absolute !important;
  top:12px !important;
  left:18px !important;
  right:18px !important;
  width:auto !important;
  max-width:none !important;
  margin:0 !important;
  min-height:64px !important;
  z-index:2147483001 !important;
  pointer-events:auto !important;
  overflow:visible !important;
  transform:none !important;
}
body.ak-landing-v6 .ak6-main{
  width:min(var(--ak-home-max),calc(100% - (var(--ak-home-gutter) * 2))) !important;
  max-width:none !important;
  margin:0 auto !important;
  padding:104px 0 0 !important;
}
body.ak-landing-v6 .ak6-hero{
  padding:42px 0 58px !important;
  gap:48px !important;
  align-items:center !important;
}
body.ak-landing-v6 .ak6-section,
body.ak-landing-v6 .ak6-workflow,
body.ak-landing-v6 .ak6-faq,
body.ak-landing-v6 .ak6-cta{
  scroll-margin-top:104px !important;
}
body.ak-landing-v6 .ak6-section{padding-top:var(--ak-home-section) !important}
body.ak-landing-v6 .ak6-section-head{margin-bottom:30px !important;gap:34px !important;align-items:end !important}
body.ak-landing-v6 .ak6-section-head>p{max-width:560px !important;margin-left:auto !important}
body.ak-landing-v6 .ak6-connect-grid,
body.ak-landing-v6 .ak6-metrics-grid,
body.ak-landing-v6 .ak6-cases-grid,
body.ak-landing-v6 .ak6-blog-grid{gap:18px !important}
body.ak-landing-v6 .ak6-connect-grid article,
body.ak-landing-v6 .ak6-role-benefits article,
body.ak-landing-v6 .ak6-price-grid article{
  border-radius:var(--ak-home-card-radius) !important;
}

/* Real product screenshot instead of a decorative dashboard mockup */
body.ak-landing-v6 .ak6-real-hero{
  position:relative !important;
  min-height:0 !important;
  padding:18px !important;
  border:1px solid #dce4f3 !important;
  border-radius:30px !important;
  background:linear-gradient(155deg,#f8faff,#edf3fd) !important;
  box-shadow:0 28px 70px rgba(40,61,111,.14),inset 0 1px 0 rgba(255,255,255,.95) !important;
  overflow:visible !important;
  transform:none !important;
}
body.ak-landing-v6 .ak6-real-hero .ak6-flow-minititle{
  margin:1px 4px 14px !important;
  font-size:10px !important;
  letter-spacing:.12em !important;
}
body.ak-landing-v6 .ak6-real-shot-shell{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(196,207,228,.95);
  border-radius:22px;
  background:#fff;
  box-shadow:0 20px 44px rgba(43,60,98,.13),inset 0 1px 0 #fff;
}
body.ak-landing-v6 .ak6-real-shot-shell img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:2.07/1;
  object-fit:cover;
  object-position:center top;
}
body.ak-landing-v6 .ak6-real-shot-glow{
  position:absolute;
  inset:auto 8% -32px 8%;
  height:50px;
  border-radius:50%;
  background:rgba(75,108,229,.20);
  filter:blur(30px);
  pointer-events:none;
}
body.ak-landing-v6 .ak6-real-source-row{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:8px;
  margin-top:12px;
}
body.ak-landing-v6 .ak6-real-source-row>span{
  min-width:0;
  display:flex;
  align-items:center;
  gap:7px;
  padding:7px 9px;
  border:1px solid #e2e8f2;
  border-radius:12px;
  background:rgba(255,255,255,.85);
  color:#607087;
  box-shadow:0 5px 14px rgba(40,55,89,.035);
}
body.ak-landing-v6 .ak6-real-source-row b{
  display:grid;
  place-items:center;
  width:24px;height:24px;min-width:24px;
  border-radius:8px;
  background:#edf3ff;
  color:#4162dc;
  font-size:9px;
  font-weight:850;
}
body.ak-landing-v6 .ak6-real-source-row small{font-size:9px;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.ak-landing-v6 .ak6-real-source-row .tone-onec b{background:#fff4cf;color:#7f6600}
body.ak-landing-v6 .ak6-real-source-row .tone-wb b{background:#f5e9ff;color:#9b4aca}
body.ak-landing-v6 .ak6-real-source-row .tone-ex b{background:#e8f7ee;color:#278653}
body.ak-landing-v6 .ak6-real-source-row .tone-crm b{background:#edf0ff;color:#536bd8}

/* Large real screenshot in the interface section */
body.ak-landing-v6 .ak6-real-overview-board{
  padding:18px !important;
  background:linear-gradient(155deg,#f7f9fd,#edf3fb) !important;
  border:1px solid #dde5f2 !important;
  color:#172235 !important;
  box-shadow:0 24px 58px rgba(40,61,105,.10) !important;
}
body.ak-landing-v6 .ak6-real-overview-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:2px 2px 14px;
}
body.ak-landing-v6 .ak6-real-overview-head>div{display:flex;align-items:center;gap:10px}
body.ak-landing-v6 .ak6-real-overview-head b{display:block;font-size:13px}
body.ak-landing-v6 .ak6-real-overview-head small{display:block;margin-top:2px;color:#7c899e;font-size:10px}
body.ak-landing-v6 .ak6-real-overview-head>a{display:inline-flex;align-items:center;gap:7px;color:#3c5bd2;font-size:11px;font-weight:750}
body.ak-landing-v6 .ak6-real-overview-head .ui-icon{width:15px;height:15px}
body.ak-landing-v6 .ak6-real-overview-image{
  overflow:hidden;
  border:1px solid #d8e1ef;
  border-radius:18px;
  background:#fff;
  box-shadow:0 16px 35px rgba(48,64,99,.09);
}
body.ak-landing-v6 .ak6-real-overview-image img{display:block;width:100%;height:auto;aspect-ratio:2.07/1;object-fit:cover;object-position:center top}

/* One consistent icon system across the homepage */
body.ak-landing-v6 .ui-icon svg{stroke-width:1.75 !important;stroke-linecap:round;stroke-linejoin:round}
body.ak-landing-v6 .ak6-connect-icon,
body.ak-landing-v6 .ak6-role-benefits article>span,
body.ak-landing-v6 .ak6-outcome-row>span{
  display:grid !important;
  place-items:center !important;
  width:46px !important;
  height:46px !important;
  min-width:46px !important;
  border:1px solid rgba(220,228,241,.85) !important;
  border-radius:14px !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 5px 14px rgba(44,61,98,.035) !important;
}
body.ak-landing-v6 .ak6-connect-icon .ui-icon,
body.ak-landing-v6 .ak6-role-benefits article>span .ui-icon,
body.ak-landing-v6 .ak6-outcome-row>span .ui-icon{width:20px !important;height:20px !important}
body.ak-landing-v6 .ak6-brand-icon span{font-size:12px;font-weight:900;letter-spacing:-.02em}
body.ak-landing-v6 .ak6-connect-icon.onec{background:#fff4cf !important;color:#806900 !important}
body.ak-landing-v6 .ak6-connect-icon.oz{background:#eaf3ff !important;color:#1467db !important}
body.ak-landing-v6 .ak6-connect-icon.wb{background:#f5eaff !important;color:#9348c6 !important}
body.ak-landing-v6 .ak6-connect-icon.ex,
body.ak-landing-v6 .ak6-connect-icon.gs{background:#eaf8ef !important;color:#267d4d !important}
body.ak-landing-v6 .ak6-connect-icon.crm{background:#eef0ff !important;color:#576ad0 !important}
body.ak-landing-v6 .ak6-connect-icon.yd{background:#fff0ef !important;color:#d74c47 !important}
body.ak-landing-v6 .ak6-connect-icon.plus{background:#edf2fb !important;color:#51627e !important}

/* Annual pricing: monthly equivalent + actual annual total */
body.ak-landing-v6 .ak6-price-year-total{
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:4px 6px;
  min-height:28px;
  margin:-14px 0 18px;
  color:#68758a;
  font-size:11px;
}
body.ak-landing-v6 .ak6-price-year-total[hidden]{display:none !important}
body.ak-landing-v6 .ak6-price-year-total b{color:#24324a;font-size:14px}
body.ak-landing-v6 .ak6-price-year-total em{
  margin-left:auto;
  padding:4px 7px;
  border-radius:999px;
  background:#eaf7ef;
  color:#278154;
  font-size:9px;
  font-style:normal;
  font-weight:800;
}
body.ak-landing-v6 .ak6-pricing-switch{box-shadow:0 8px 22px rgba(40,57,96,.055)}

@media(max-width:1280px){
  body.ak-landing-v6{--ak-home-gutter:24px}
  body.ak-landing-v6 .ak6-hero{gap:30px !important}
  body.ak-landing-v6 .ak6-real-source-row{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:1060px){
  body.ak-landing-v6{--ak-home-section:76px}
  body.ak-landing-v6 .ak6-main{padding-top:96px !important}
  body.ak-landing-v6 .ak6-section-head{align-items:start !important}
  body.ak-landing-v6 .ak6-section-head>p{margin-left:0 !important}
}
@media(max-width:760px){
  body.ak-landing-v6{--ak-home-gutter:12px;--ak-home-section:64px}
  body.ak-landing-v6 > .ak-public-topbar-layer{height:78px !important}
  body.ak-landing-v6 > .ak-public-topbar-layer > .ak6-header{top:8px !important;left:10px !important;right:10px !important;min-height:60px !important}
  body.ak-landing-v6 .ak6-main{padding-top:84px !important}
  body.ak-landing-v6 .ak6-hero{padding-top:30px !important;gap:26px !important}
  body.ak-landing-v6 .ak6-real-hero{padding:10px !important;border-radius:22px !important}
  body.ak-landing-v6 .ak6-real-shot-shell{border-radius:15px}
  body.ak-landing-v6 .ak6-real-source-row{grid-template-columns:repeat(2,1fr)}
  body.ak-landing-v6 .ak6-real-overview-head{align-items:flex-start;flex-direction:column}
  body.ak-landing-v6 .ak6-price-year-total em{margin-left:0}
}

/* 1.0.90 spacing correction for card-like white sections: outside gap, not empty space inside */
body.ak-landing-v6 .ak6-section.ak6-band-white{
  margin-top:var(--ak-home-section) !important;
  padding:38px !important;
}
body.ak-landing-v6 .ak6-section.ak6-band-white .ak6-section-head{margin-top:0 !important}
@media(max-width:1060px){body.ak-landing-v6 .ak6-section.ak6-band-white{padding:30px !important}}
@media(max-width:760px){body.ak-landing-v6 .ak6-section.ak6-band-white{padding:22px !important;border-radius:22px !important}}


/* 1.0.94 — fix homepage overview dashboard section */
body.ak-landing-v6 .ak6-overview-grid{
  grid-template-columns:1fr !important;
  gap:22px !important;
}
body.ak-landing-v6 .ak6-overview-board.ak6-demo-overview-board{
  width:100%;
}
body.ak-landing-v6 .ak6-demo-overview-board .ak-home-demo-shell{
  grid-template-columns:210px minmax(0,1fr);
}
body.ak-landing-v6 .ak6-demo-overview-board .ak-home-demo-grid.hero-primary{
  grid-template-columns:minmax(0,1.75fr) minmax(360px,.95fr);
}
body.ak-landing-v6 .ak6-demo-overview-board .ak-home-demo-donut-wrap{
  grid-template-columns:180px minmax(0,1fr);
  align-items:center;
}
body.ak-landing-v6 .ak6-demo-overview-board .ak-home-demo-donut-legend span{
  grid-template-columns:10px minmax(110px,1fr) auto;
}
body.ak-landing-v6 .ak6-outcomes{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px !important;
  padding:22px !important;
}
body.ak-landing-v6 .ak6-outcomes-head{
  grid-column:1 / -1;
}
body.ak-landing-v6 .ak6-outcome-row{
  grid-template-columns:30px minmax(0,1fr) 34px;
  gap:12px;
  align-items:start;
  margin:0;
  padding:16px !important;
  border:1px solid #e2e9f3 !important;
  border-radius:18px;
  background:linear-gradient(180deg,#ffffff,#f8fbff);
}
body.ak-landing-v6 .ak6-outcome-link{
  grid-column:1 / -1;
  margin-top:0 !important;
  padding-top:0 !important;
  border-top:0 !important;
  justify-content:flex-start !important;
}
@media(max-width:1480px){
  body.ak-landing-v6 .ak6-demo-overview-board .ak-home-demo-shell{grid-template-columns:188px minmax(0,1fr);}
  body.ak-landing-v6 .ak6-demo-overview-board .ak-home-demo-grid.hero-primary{grid-template-columns:1fr;}
  body.ak-landing-v6 .ak6-demo-overview-board .ak-home-demo-donut-wrap{grid-template-columns:170px minmax(0,1fr);}
  body.ak-landing-v6 .ak6-outcomes{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:1180px){
  body.ak-landing-v6 .ak6-demo-overview-board .ak-home-demo-shell{grid-template-columns:1fr;}
  body.ak-landing-v6 .ak6-demo-overview-board .ak-home-demo-sidebar{display:none;}
  body.ak-landing-v6 .ak6-outcomes{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:760px){
  body.ak-landing-v6 .ak6-outcomes{grid-template-columns:1fr;}
  body.ak-landing-v6 .ak6-demo-overview-board .ak-home-demo-donut-wrap{grid-template-columns:1fr;}
}


/* 1.0.95 — compact Sales section in “Вся аналитика” */
body.ak-landing-v6 .ak6-demo-overview-board{overflow:hidden}
body.ak-landing-v6 .ak6-demo-overview-board .ak-sales-demo{width:100%;min-width:0}
body.ak-landing-v6 .ak-sales-demo{--sales-blue:#3f6df4;--sales-green:#22ad7b;--sales-violet:#8a5cf4;--sales-orange:#f59e0b;--sales-teal:#17b7aa;color:#1d345d}
body.ak-landing-v6 .ak-sales-demo *{box-sizing:border-box}
body.ak-landing-v6 .ak-sales-demo{display:grid;grid-template-columns:178px minmax(0,1fr);gap:12px;padding:10px;border:1px solid #dbe4f0;border-radius:24px;background:linear-gradient(180deg,#f8fbff,#edf4fb);box-shadow:0 18px 44px rgba(43,64,97,.08)}
body.ak-landing-v6 .ak-sales-demo-side{padding:10px 8px;border:1px solid #e1e8f2;border-radius:18px;background:linear-gradient(180deg,#fff,#f5f9ff)}
body.ak-landing-v6 .ak-sales-demo-logo{display:flex;align-items:center;gap:8px;padding:5px 6px 12px;margin-bottom:8px;border-bottom:1px solid #e5ebf3}
body.ak-landing-v6 .ak-sales-demo-logo .ak-logo-mark{transform:scale(.72);transform-origin:left center;margin-right:-8px}
body.ak-landing-v6 .ak-sales-demo-logo b{font-size:15px;color:#17305c;letter-spacing:-.03em}
body.ak-landing-v6 .ak-sales-demo-nav-title{padding:5px 8px 4px;color:#8493a9;font-size:8px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
body.ak-landing-v6 .ak-sales-demo-nav-title.second{margin-top:8px}
body.ak-landing-v6 .ak-sales-demo-nav{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:6px;min-height:31px;padding:4px 7px;margin:2px 0;border-radius:10px;color:#40567d;font-size:10.5px;font-weight:680;white-space:nowrap}
body.ak-landing-v6 .ak-sales-demo-nav i{width:22px;height:22px;display:grid;place-items:center;border-radius:7px;color:#62769c}
body.ak-landing-v6 .ak-sales-demo-nav i .ui-icon{width:14px;height:14px}body.ak-landing-v6 .ak-sales-demo-nav i svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}
body.ak-landing-v6 .ak-sales-demo-nav.active{background:linear-gradient(90deg,#e5edff,#f3f7ff);color:#2753dc}body.ak-landing-v6 .ak-sales-demo-nav.active i{background:#fff;color:#3561e8;box-shadow:0 5px 12px rgba(59,87,145,.08)}
body.ak-landing-v6 .ak-sales-demo-main{min-width:0;display:flex;flex-direction:column;gap:10px}
body.ak-landing-v6 .ak-sales-demo-top{display:grid;grid-template-columns:minmax(110px,.45fr) minmax(220px,1fr) auto;gap:10px;align-items:center;min-height:54px;padding:8px 10px;border:1px solid #e0e7f1;border-radius:16px;background:#fff}
body.ak-landing-v6 .ak-sales-demo-top-title{display:flex;align-items:center;gap:8px;color:#1d345d;font-size:12px}.ak-sales-demo-top-title>span{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#eef4ff;color:#3a61df}.ak-sales-demo-top-title b{font-size:12px}
body.ak-landing-v6 .ak-sales-demo-search{display:flex;align-items:center;gap:7px;min-height:34px;padding:0 10px;border:1px solid #e0e7f1;border-radius:10px;background:#fbfdff;color:#8a99ae;font-size:10px}.ak-sales-demo-search .ui-icon{width:14px;height:14px}.ak-sales-demo-search svg{width:14px;height:14px;stroke:currentColor;fill:none}
body.ak-landing-v6 .ak-sales-demo-user{display:grid;grid-template-columns:32px minmax(0,1fr);gap:7px;align-items:center;padding:3px 6px 3px 3px}.ak-sales-demo-user>span{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:#edf2ff;color:#3c60dc;font-size:9px;font-weight:800}.ak-sales-demo-user b{display:block;color:#213860;font-size:10px}.ak-sales-demo-user small{display:block;margin-top:1px;color:#8a99ae;font-size:8px}
body.ak-landing-v6 .ak-sales-demo-content{display:flex;flex-direction:column;gap:10px}
body.ak-landing-v6 .ak-sales-demo-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:12px 14px;border:1px solid #e0e7f1;border-radius:16px;background:#fff}.ak-sales-demo-heading>div>span{display:block;color:#7486a3;font-size:8px;font-weight:820;letter-spacing:.11em}.ak-sales-demo-heading h4{margin:4px 0 0;color:#172f5a;font-size:24px;line-height:1}.ak-sales-demo-heading p{margin:5px 0 0;color:#7f8ea5;font-size:10px}.ak-sales-demo-period{min-height:32px;display:flex;align-items:center;padding:0 10px;border:1px solid #dfe7f2;border-radius:10px;color:#566a88;font-size:9px;font-weight:700;white-space:nowrap}
body.ak-landing-v6 .ak-sales-demo-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.ak-sales-demo-kpi{padding:11px;border:1px solid #e0e7f1;border-radius:14px;background:#fff}.ak-sales-demo-kpi>span{display:block;color:#8290a6;font-size:8.5px;font-weight:700}.ak-sales-demo-kpi strong{display:block;margin-top:6px;color:#172e58;font-size:17px;line-height:1.05;letter-spacing:-.03em}.ak-sales-demo-kpi em{display:block;margin-top:5px;color:#6f8c78;font-size:8px;font-style:normal}.ak-sales-demo-kpi svg{display:block;width:100%;height:30px;margin-top:7px}.ak-sales-demo-kpi path{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.ak-sales-demo-kpi.blue path{stroke:var(--sales-blue)}.ak-sales-demo-kpi.green path{stroke:var(--sales-green)}.ak-sales-demo-kpi.violet path{stroke:var(--sales-violet)}.ak-sales-demo-kpi.orange path{stroke:var(--sales-orange)}.ak-sales-demo-kpi.teal path{stroke:var(--sales-teal)}
body.ak-landing-v6 .ak-sales-demo-row{display:grid;grid-template-columns:minmax(0,1.72fr) minmax(250px,.72fr);gap:8px}.ak-sales-demo-card{min-width:0;padding:12px;border:1px solid #e0e7f1;border-radius:14px;background:#fff}.ak-sales-demo-cardhead{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.ak-sales-demo-cardhead h5{margin:0;color:#1a315c;font-size:12px}.ak-sales-demo-cardhead p{margin:3px 0 0;color:#8997aa;font-size:8.5px}.ak-sales-demo-cardhead>span{min-height:26px;display:flex;align-items:center;padding:0 8px;border:1px solid #dfe7f2;border-radius:8px;color:#607390;font-size:8px}
body.ak-landing-v6 .ak-sales-demo-legend{display:flex;gap:12px;margin:8px 0 0;color:#687a95;font-size:8.5px;font-weight:700}.ak-sales-demo-legend span{position:relative;padding-left:11px}.ak-sales-demo-legend span:before{content:"";position:absolute;left:0;top:4px;width:6px;height:6px;border-radius:50%}.ak-sales-demo-legend .blue:before{background:var(--sales-blue)}.ak-sales-demo-legend .green:before{background:var(--sales-green)}
body.ak-landing-v6 .ak-sales-demo-chart{display:block;width:100%;height:180px;margin-top:3px}.ak-sales-demo-chart .grid line{stroke:#edf1f6;stroke-width:1}.ak-sales-demo-chart .line{fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.ak-sales-demo-chart .revenue{stroke:var(--sales-blue)}.ak-sales-demo-chart .profit{stroke:var(--sales-green)}.ak-sales-demo-axis{display:flex;justify-content:space-between;gap:5px;color:#93a0b2;font-size:7.5px}
body.ak-landing-v6 .ak-sales-demo-donut{position:relative;width:126px;height:126px;margin:10px auto 8px;border-radius:50%;background:conic-gradient(#3d6cf4 0 42%,#8b5cf6 42% 70%,#14b8a6 70% 87%,#f59e0b 87% 95%,#94a3b8 95% 100%)}.ak-sales-demo-donut:before{content:"";position:absolute;inset:18px;border-radius:50%;background:#fff}.ak-sales-demo-donut>div{position:absolute;inset:0;z-index:2;display:grid;place-content:center;text-align:center}.ak-sales-demo-donut strong{color:#1d345e;font-size:11px}.ak-sales-demo-donut span{margin-top:2px;color:#8c9aaf;font-size:8px}.ak-sales-demo-channel-list{display:grid;gap:5px}.ak-sales-demo-channel-list span{display:grid;grid-template-columns:7px minmax(0,1fr) auto;gap:6px;align-items:center}.ak-sales-demo-channel-list i{width:7px;height:7px;border-radius:50%}.ak-sales-demo-channel-list .c1{background:#3d6cf4}.ak-sales-demo-channel-list .c2{background:#8b5cf6}.ak-sales-demo-channel-list .c3{background:#14b8a6}.ak-sales-demo-channel-list .c4{background:#f59e0b}.ak-sales-demo-channel-list .c5{background:#94a3b8}.ak-sales-demo-channel-list b{color:#32486e;font-size:8.5px}.ak-sales-demo-channel-list em{color:#73849d;font-size:8px;font-style:normal}
body.ak-landing-v6 .ak-sales-demo-table{display:grid;grid-template-columns:minmax(0,1.5fr) 72px minmax(90px,.8fr) 90px;gap:8px;align-items:center;padding:7px 4px;border-bottom:1px solid #edf1f6;color:#334a71;font-size:8.5px}.ak-sales-demo-table:last-child{border-bottom:0}.ak-sales-demo-table.header{padding-top:2px;color:#8c99ac;font-size:7.5px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
body.ak-landing-v6 .ak6-overview-grid{grid-template-columns:1fr!important;gap:18px!important}
body.ak-landing-v6 .ak6-outcomes{grid-template-columns:repeat(5,minmax(0,1fr))!important}
@media(max-width:1240px){body.ak-landing-v6 .ak-sales-demo{grid-template-columns:148px minmax(0,1fr)}body.ak-landing-v6 .ak-sales-demo-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}body.ak-landing-v6 .ak-sales-demo-row{grid-template-columns:1fr}.ak-sales-demo-channel-list{grid-template-columns:repeat(5,minmax(0,1fr))}.ak-sales-demo-channel-list span{grid-template-columns:7px minmax(0,1fr);}.ak-sales-demo-channel-list em{grid-column:2}}
@media(max-width:920px){body.ak-landing-v6 .ak-sales-demo{grid-template-columns:1fr}.ak-sales-demo-side{display:none}.ak-sales-demo-top{grid-template-columns:1fr auto}.ak-sales-demo-search{display:none}.ak-sales-demo-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.ak6-outcomes{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:620px){body.ak-landing-v6 .ak-sales-demo-heading{display:block}.ak-sales-demo-period{margin-top:8px;display:inline-flex}.ak-sales-demo-kpis{grid-template-columns:1fr}.ak-sales-demo-user div{display:none}.ak-sales-demo-user{grid-template-columns:32px}.ak-sales-demo-table{grid-template-columns:minmax(0,1fr) 52px}.ak-sales-demo-table span:nth-child(3),.ak-sales-demo-table span:nth-child(4){display:none}.ak-sales-demo-channel-list{grid-template-columns:1fr}.ak6-outcomes{grid-template-columns:1fr!important}}

/* 1.0.96 — reduce oversized hero cabinet on homepage */
body.ak-landing-v6 .ak6-hero{
  grid-template-columns:minmax(0,.92fr) minmax(520px,1.02fr) !important;
  gap:34px !important;
  align-items:center !important;
}
body.ak-landing-v6 .ak6-hero-copy{
  max-width:560px !important;
}
body.ak-landing-v6 .ak6-real-hero{
  max-width:920px;
  margin-left:auto;
  padding:14px !important;
  border-radius:26px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak6-flow-minititle{
  margin:0 2px 10px !important;
  font-size:9px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-shell{
  grid-template-columns:132px minmax(0,1fr) !important;
  gap:10px !important;
  padding:8px !important;
  border-radius:20px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-sidebar{
  padding:8px !important;
  border-radius:16px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-brand{
  padding-bottom:10px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-brand b{
  font-size:15px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-group-title{
  font-size:7.5px !important;
  padding-bottom:4px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-link{
  min-height:30px !important;
  padding:4px 6px !important;
  font-size:9.5px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-link i{
  width:19px !important;
  height:19px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-topbar{
  padding:9px 12px !important;
  grid-template-columns:minmax(100px,.52fr) minmax(0,1fr) auto !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-head{
  padding:12px 14px !important;
  border-radius:16px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-head h4{
  font-size:20px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-head p{
  font-size:11px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-date,
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-btn{
  min-height:32px !important;
  font-size:9.5px !important;
  padding:0 10px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-kpis{
  gap:8px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-kpi{
  padding:11px !important;
  border-radius:13px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-kpi span,
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-kpi em{
  font-size:8.5px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-kpi strong{
  font-size:16px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-kpi svg{
  height:24px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-card{
  padding:11px !important;
  border-radius:15px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-card-head h5{
  font-size:13px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-card-head p,
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-axis,
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-table,
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-order,
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-order strong,
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-badge{
  font-size:9px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-linechart{
  height:148px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-donut-wrap{
  grid-template-columns:104px minmax(0,1fr) !important;
  gap:8px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-donut{
  width:100px !important;
  height:100px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-donut:before{
  inset:15px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-donut b{font-size:11px !important}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-donut span{font-size:9px !important}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-donut-legend{
  gap:6px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-donut-legend span{
  grid-template-columns:8px minmax(64px,1fr) auto !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-donut-legend b,
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-donut-legend em{
  font-size:9px !important;
}
body.ak-landing-v6 .ak6-real-source-row{
  margin-top:10px !important;
  gap:7px !important;
}
body.ak-landing-v6 .ak6-real-source-row > span{
  min-height:38px !important;
  padding:7px 8px !important;
}
body.ak-landing-v6 .ak6-real-source-row > span b{font-size:12px !important}
body.ak-landing-v6 .ak6-real-source-row > span small{font-size:8.5px !important}

@media(max-width:1320px){
  body.ak-landing-v6 .ak6-hero{
    grid-template-columns:minmax(0,.96fr) minmax(470px,1fr) !important;
    gap:26px !important;
  }
  body.ak-landing-v6 .ak6-real-hero{
    max-width:840px;
  }
}

@media(max-width:1060px){
  body.ak-landing-v6 .ak6-real-hero{
    max-width:860px;
    margin:0 auto;
  }
}

/* 1.0.97 — hero cabinet restored to the old visual scale and aligned */
body.ak-landing-v6 .ak6-hero{
  grid-template-columns:minmax(0,1fr) minmax(650px,760px) !important;
  gap:32px !important;
  align-items:center !important;
}
body.ak-landing-v6 .ak6-hero-copy{
  max-width:590px !important;
}
body.ak-landing-v6 .ak6-real-hero{
  width:100% !important;
  max-width:760px !important;
  margin-left:auto !important;
  padding:14px !important;
  border-radius:26px !important;
  overflow:hidden !important;
}
body.ak-landing-v6 .ak6-real-hero .ak6-flow-minititle{
  margin:0 3px 10px !important;
  font-size:9px !important;
  line-height:1.2 !important;
  white-space:nowrap !important;
}
/* Give the coded dashboard more internal working width, then scale it down as one clean unit. */
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-cabinet.is-compact{
  width:125% !important;
  zoom:.8;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-shell{
  grid-template-columns:170px minmax(0,1fr) !important;
  gap:10px !important;
  padding:9px !important;
  border-radius:21px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-sidebar{
  padding:8px !important;
  border-radius:17px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-brand{
  gap:8px !important;
  padding:5px 6px 11px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-brand b{
  font-size:16px !important;
  line-height:1 !important;
  white-space:nowrap !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-group-title{
  padding:0 7px 4px !important;
  font-size:7.5px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-link{
  grid-template-columns:21px minmax(0,1fr) !important;
  gap:6px !important;
  min-height:29px !important;
  padding:4px 6px !important;
  font-size:9.5px !important;
  white-space:nowrap !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-link i{
  width:20px !important;
  height:20px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-link span{
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-topbar{
  grid-template-columns:minmax(120px,.48fr) minmax(260px,1fr) auto !important;
  gap:9px !important;
  padding:9px 11px !important;
  border-radius:15px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-top-left strong{
  font-size:12px !important;
  white-space:nowrap !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-search{
  min-height:34px !important;
  padding:0 10px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-search input{
  min-width:0 !important;
  font-size:10px !important;
  white-space:nowrap !important;
  text-overflow:ellipsis !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-circle{
  width:32px !important;
  height:32px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-profile{
  grid-template-columns:34px minmax(0,1fr) !important;
  min-width:158px !important;
  gap:8px !important;
  padding:3px 6px 3px 3px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-avatar{
  width:34px !important;
  height:34px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-profile b{
  font-size:10.5px !important;
  white-space:nowrap !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-profile small{
  font-size:8.5px !important;
  white-space:nowrap !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-content{
  gap:9px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-head{
  gap:10px !important;
  padding:11px 13px !important;
  border-radius:15px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-head h4{
  font-size:21px !important;
  line-height:1.05 !important;
  white-space:nowrap !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-head p{
  margin-top:4px !important;
  font-size:10px !important;
  line-height:1.35 !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-head-actions{
  flex-wrap:nowrap !important;
  gap:7px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-date,
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-btn{
  min-height:31px !important;
  padding:0 9px !important;
  border-radius:10px !important;
  font-size:8.5px !important;
  white-space:nowrap !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-kpis{
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:7px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-kpi{
  min-width:0 !important;
  padding:10px 10px 8px !important;
  border-radius:13px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-kpi span{
  font-size:8px !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-kpi strong{
  margin-top:5px !important;
  font-size:16px !important;
  line-height:1 !important;
  white-space:nowrap !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-kpi em{
  margin-top:5px !important;
  font-size:7.5px !important;
  line-height:1.3 !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-kpi svg{
  height:24px !important;
  margin-top:6px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-grid.hero-primary{
  grid-template-columns:minmax(0,1.56fr) minmax(270px,.94fr) !important;
  gap:9px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-card{
  min-width:0 !important;
  padding:11px !important;
  border-radius:14px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-card-head{
  margin-bottom:7px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-card-head h5{
  font-size:13px !important;
  line-height:1.1 !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-card-head p{
  margin-top:3px !important;
  font-size:8.5px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-card-head span{
  min-height:27px !important;
  padding:0 8px !important;
  font-size:8px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-legend{
  gap:12px !important;
  font-size:9px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-linechart{
  height:135px !important;
  margin-top:2px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-axis{
  margin-top:2px !important;
  font-size:7.5px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-donut-wrap{
  grid-template-columns:110px minmax(0,1fr) !important;
  gap:10px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-donut{
  width:108px !important;
  height:108px !important;
  margin:2px auto !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-donut:before{
  inset:16px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-donut b{
  font-size:10.5px !important;
  white-space:nowrap !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-donut span{
  font-size:8px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-donut-legend{
  gap:5px !important;
  min-width:0 !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-donut-legend span{
  grid-template-columns:7px minmax(0,1fr) auto !important;
  gap:5px !important;
  min-width:0 !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-donut-legend i{
  width:7px !important;
  height:7px !important;
}
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-donut-legend b,
body.ak-landing-v6 .ak6-real-hero .ak-home-demo-donut-legend em{
  font-size:8px !important;
  white-space:nowrap !important;
}
/* Integrations are shown immediately below, so the hero itself stays compact. */
body.ak-landing-v6 .ak6-real-hero .ak6-real-source-row{
  display:none !important;
}

@media(max-width:1320px){
  body.ak-landing-v6 .ak6-hero{
    grid-template-columns:minmax(0,.98fr) minmax(560px,680px) !important;
    gap:26px !important;
  }
  body.ak-landing-v6 .ak6-real-hero{
    max-width:680px !important;
  }
  body.ak-landing-v6 .ak6-real-hero .ak-home-demo-cabinet.is-compact{
    width:133.333% !important;
    zoom:.75;
  }
}
@media(max-width:1060px){
  body.ak-landing-v6 .ak6-hero{
    grid-template-columns:1fr !important;
  }
  body.ak-landing-v6 .ak6-real-hero{
    max-width:760px !important;
    margin:0 auto !important;
  }
  body.ak-landing-v6 .ak6-real-hero .ak-home-demo-cabinet.is-compact{
    width:125% !important;
    zoom:.8;
  }
}
@media(max-width:760px){
  body.ak-landing-v6 .ak6-real-hero .ak-home-demo-cabinet.is-compact{
    width:100% !important;
    zoom:1;
  }
  body.ak-landing-v6 .ak6-real-hero .ak-home-demo-sidebar{
    display:none !important;
  }
  body.ak-landing-v6 .ak6-real-hero .ak-home-demo-shell{
    grid-template-columns:1fr !important;
  }
  body.ak-landing-v6 .ak6-real-hero .ak-home-demo-kpis{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  body.ak-landing-v6 .ak6-real-hero .ak-home-demo-grid.hero-primary{
    grid-template-columns:1fr !important;
  }
}

/* 1.4.12 — secure home-only owner-panel entry. */
body.ak-landing-v6 .ak-public-profile-v2 .ak-public-profile-admin-form{margin:0;padding:0}
body.ak-landing-v6 .ak-public-profile-v2 .ak-public-profile-admin-form .ak-public-profile-admin-link{width:100%;min-height:46px;display:flex;align-items:center;gap:12px;padding:0 12px;border:0;border-radius:10px;text-align:left;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;color:#2f4ab2;background:#f5f7ff}
body.ak-landing-v6 .ak-public-profile-v2 .ak-public-profile-admin-form .ak-public-profile-admin-link:hover{background:#edf1ff}
body.ak-landing-v6 .ak-public-profile-v2 .ak-public-profile-admin-form .ak-public-profile-admin-link .ui-icon{width:22px!important;height:22px!important;flex:0 0 22px!important}
