.suite-start,.suite-start *{box-sizing:border-box}
.suite-start{
  --ss-ink:#163A4E;--ss-text:#3E6478;--ss-muted:#7E9AA9;
  --ss-sky:#4C9FD8;--ss-teal:#2FA98C;--ss-plum:#4A2C3F;
  --ss-blue:#486D83;--ss-peach:#F4A384;--ss-peach-dark:#A9543D;
  position:fixed;inset:0;z-index:9999;display:flex;overflow:hidden;
  padding:0!important;margin:0!important;
  background:#EEF6F8;transition:transform .62s cubic-bezier(.4,0,.2,1),opacity .35s ease;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.suite-start.is-hidden{transform:translateX(-100%);opacity:.2;pointer-events:none}
.suite-start-brand{
  width:39%;min-width:420px;height:100vh;padding:62px 56px 42px;
  display:flex;flex-direction:column;align-items:center;text-align:center;
  background:linear-gradient(155deg,#FFFFFF 0%,#F5FBFC 62%,#EAF7F4 100%);
  box-shadow:8px 0 32px rgba(22,58,78,.08);position:relative;z-index:2;
}
.suite-start-brand::before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;left:-170px;bottom:-180px;background:#D7F2EA;filter:blur(50px);opacity:.72}
.suite-start-logo{width:122px;height:122px;flex:none;position:relative;z-index:1}
.suite-start-logo-spin{transform-origin:50px 50px;animation:suiteStartSpin 20s linear infinite;transform:rotate(-75deg)}
@keyframes suiteStartSpin{from{transform:rotate(-75deg)}to{transform:rotate(285deg)}}
.suite-start-name{position:relative;z-index:1;margin-top:18px;font-size:58px;line-height:1;font-weight:900;letter-spacing:1px;background:linear-gradient(120deg,#163A4E 20%,#2C6E8F 62%,#2FA98C);-webkit-background-clip:text;background-clip:text;color:transparent}
.suite-start-tagline{position:relative;z-index:1;margin-top:13px;font-size:21px;line-height:1.28;font-weight:750;font-style:italic;color:#2C6E8F}
.suite-start-descriptor{position:relative;z-index:1;margin-top:13px;font-size:13px;font-weight:800;letter-spacing:.35px;color:#1F6E5B}
.suite-start-copy{position:relative;z-index:1;max-width:430px;margin-top:22px;font-size:15px;line-height:1.7;color:var(--ss-text)}
.suite-start-chips{position:relative;z-index:1;margin-top:auto;display:flex;justify-content:center;flex-wrap:wrap;gap:7px;padding-top:26px}
.suite-start-chips span{padding:6px 12px;border:1px solid #C9E4E9;border-radius:999px;background:rgba(255,255,255,.78);font-size:11px;font-weight:750;color:#2C6E8F}
.suite-start-open{position:relative;z-index:1;margin-top:19px;display:inline-flex;align-items:center;gap:10px;padding:12px 22px;border:0;border-radius:11px;background:linear-gradient(120deg,var(--ss-sky),var(--ss-teal));box-shadow:0 8px 22px rgba(47,169,140,.24);color:#fff;font:800 13px/1 Inter,sans-serif;letter-spacing:.4px;cursor:pointer}
.suite-start-open svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .2s}
.suite-start-open:hover svg{transform:translateX(4px)}
.suite-start-content{flex:1;height:100vh;padding:54px clamp(34px,4.5vw,78px);display:flex;flex-direction:column;justify-content:center;overflow:auto;position:relative}
.suite-start-content::before,.suite-start-content::after{content:"";position:absolute;border-radius:50%;filter:blur(75px);opacity:.48;pointer-events:none}
.suite-start-content::before{width:390px;height:390px;background:#C4EEDF;right:-130px;top:-180px}
.suite-start-content::after{width:330px;height:330px;background:#C9E5F5;left:12%;bottom:-210px}
.suite-start-intro,.suite-start-grid{position:relative;z-index:1;width:100%;max-width:900px;margin-left:auto;margin-right:auto}
.suite-start-kicker{font-size:11px;font-weight:850;letter-spacing:2px;text-transform:uppercase;color:var(--ss-teal)}
.suite-start-intro h1{margin:8px 0 10px;font-size:clamp(32px,3.1vw,48px);line-height:1.08;letter-spacing:-.7px;color:var(--ss-ink)}
.suite-start-intro p{max-width:720px;font-size:15px;line-height:1.65;color:var(--ss-text)}
.suite-start-intro p+p{margin-top:6px}
.suite-start-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:28px}
.suite-start-card{--card-accent:var(--ss-blue);position:relative;min-height:176px;padding:22px 22px 19px;border:1px solid #DCE8EE;border-top:4px solid var(--card-accent);border-radius:16px;background:rgba(255,255,255,.93);box-shadow:0 7px 24px rgba(22,58,78,.08);color:var(--ss-ink)!important;text-decoration:none!important;transition:transform .2s,box-shadow .2s,border-color .2s}
.suite-start-card:hover{transform:translateY(-3px);box-shadow:0 13px 30px rgba(22,58,78,.13);border-color:color-mix(in srgb,var(--card-accent) 40%,#DCE8EE)}
.suite-start-card[data-part="sila"]{--card-accent:var(--ss-teal)}
.suite-start-card[data-part="vector"]{--card-accent:var(--ss-peach)}
.suite-start-card[data-part="said"]{--card-accent:var(--ss-plum)}
.suite-start-card[data-part="kontur"]{--card-accent:var(--ss-blue)}
.suite-start-card-head{display:flex;align-items:center;gap:13px;margin-bottom:13px}
.suite-start-card-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex:none;background:color-mix(in srgb,var(--card-accent) 13%,white);color:var(--card-accent);font-size:18px;font-weight:900}
.suite-start-card-label{display:block;margin-bottom:2px;font-size:9.5px;letter-spacing:1.5px;text-transform:uppercase;font-weight:850;color:var(--card-accent)}
.suite-start-card h2{margin:0;font-size:21px;line-height:1.18;color:var(--ss-ink)}
.suite-start-card p{margin:0;font-size:13.5px;line-height:1.58;color:var(--ss-text)}
.suite-start-card strong{color:var(--ss-ink)}
.suite-start-arrow{position:absolute;right:19px;bottom:16px;font-size:18px;font-weight:800;color:var(--card-accent)}
@media(max-width:1050px){
  .suite-start-brand{width:36%;min-width:340px;padding:44px 28px 32px}.suite-start-logo{width:94px;height:94px}.suite-start-name{font-size:48px}.suite-start-tagline{font-size:18px}.suite-start-copy{font-size:13.5px}.suite-start-content{padding:38px 28px}.suite-start-card{min-height:164px;padding:18px}
}
@media(max-width:760px){
  .suite-start{display:block;overflow-y:auto;background:#F4FAFB}.suite-start.is-hidden{transform:translateY(-100%)}
  .suite-start-brand{width:100%;min-width:0;height:auto;min-height:430px;padding:35px 22px 30px;box-shadow:0 7px 26px rgba(22,58,78,.07)}
  .suite-start-logo{width:76px;height:76px}.suite-start-name{margin-top:10px;font-size:42px}.suite-start-tagline{margin-top:9px;font-size:17px}.suite-start-descriptor{font-size:11.5px}.suite-start-copy{margin-top:15px;font-size:13px}.suite-start-chips{margin-top:18px;padding-top:0}.suite-start-open{margin-top:17px}
  .suite-start-content{height:auto;min-height:100vh;padding:38px 18px 45px;justify-content:flex-start}.suite-start-intro h1{font-size:31px}.suite-start-intro p{font-size:14px}.suite-start-grid{grid-template-columns:1fr;gap:12px;margin-top:22px}.suite-start-card{min-height:154px}
}
@media(prefers-reduced-motion:reduce){.suite-start,.suite-start-card,.suite-start-open svg{transition:none}.suite-start-logo-spin{animation:none}}
