.product-page { background: #fff; }
.product-header { color: #fff; }
.product-header.is-scrolled { color: var(--ink); }
.product-header:not(.is-scrolled) .brand-name { color: #fff; }
.product-header:not(.is-scrolled) .desktop-nav a,
.product-header:not(.is-scrolled) .nav-login { color: #cbd5e7; }
.product-header:not(.is-scrolled) .nav-cta { color: #0b1220; background: #fff; }

.k-hero { position: relative; min-height: 1120px; padding: 170px 24px 100px; overflow: hidden; color: #fff; background: #060a14; }
.k-hero::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(104, 149, 226, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(104, 149, 226, .08) 1px, transparent 1px); background-size: 74px 74px; mask-image: radial-gradient(circle at 50% 40%, #000, transparent 74%); }
.k-hero__mesh { position: absolute; top: -300px; left: 50%; width: 1300px; height: 900px; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle, rgba(27, 115, 255, .33), rgba(93, 64, 244, .14) 35%, transparent 70%); filter: blur(40px); }
.k-hero__copy { position: relative; z-index: 3; width: min(1000px, 100%); margin: auto; text-align: center; }
.k-app-lockup { width: max-content; margin: 0 auto 32px; display: flex; align-items: center; gap: 12px; text-align: left; }
.k-app-lockup b, .k-app-lockup small { display: block; }
.k-app-lockup b { font-size: 15px; }
.k-app-lockup small { margin-top: 3px; color: #75839b; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.k-hero h1 { margin: 0; font-size: clamp(62px, 8vw, 118px); line-height: .92; letter-spacing: -.075em; }
.k-hero h1 span { color: transparent; background: linear-gradient(110deg, #5daaff, #8a72ff 53%, #56d4ff); -webkit-background-clip: text; background-clip: text; }
.k-hero__copy > p { max-width: 750px; margin: 32px auto 0; color: #96a4ba; font-size: clamp(18px, 2vw, 22px); line-height: 1.6; letter-spacing: -.02em; }
.k-hero .button--ghost { color: #dce6f6; border-color: rgba(255, 255, 255, .12); background: rgba(255, 255, 255, .05); }
.k-hero__facts { margin-top: 34px; display: flex; justify-content: center; flex-wrap: wrap; gap: 38px; color: #a9b7ca; font-size: 15px; font-weight: 750; letter-spacing: .065em; text-transform: uppercase; }
.k-hero__facts span { display: flex; align-items: center; gap: 11px; }
.k-hero__facts i { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px var(--green); }

.k-machine { position: relative; z-index: 2; width: min(1180px, 100%); margin: 95px auto 0; perspective: 1200px; }
.k-machine__aura { position: absolute; inset: 20% 10% 0; border-radius: 50%; background: #176aff; filter: blur(110px); opacity: .2; }
.k-desktop { --tilt-x: 0deg; --tilt-y: 0deg; position: relative; min-height: 610px; overflow: hidden; border: 1px solid rgba(136, 177, 240, .18); border-radius: 25px; color: #dfe8f5; background: #0b1321; box-shadow: 0 80px 180px rgba(0, 0, 0, .6), 0 0 90px rgba(36, 113, 255, .1); transform: perspective(1400px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transition: transform .2s; }
.k-desktop--real { min-height: 0; aspect-ratio: 1263 / 852; border-color: rgba(148, 183, 235, .24); border-radius: 26px; background: #202a3d; box-shadow: 0 85px 190px rgba(0, 0, 0, .68), 0 0 110px rgba(36, 113, 255, .16); }
.k-desktop--real > :not(.k-real-screen) { display: none; }
.k-real-screen { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.k-titlebar { height: 48px; padding: 0 18px; display: flex; align-items: center; border-bottom: 1px solid #273247; background: #161f31; }
.k-titlebrand { display: flex; align-items: center; gap: 8px; font-size: 10px; }
.k-titlebrand span { width: 25px; height: 25px; display: grid; place-items: center; overflow: hidden; border-radius: 8px; color: transparent; background: url("assets/program-icons/kladim.png") center/cover no-repeat; font-size: 0; }
.k-title-status { margin: auto; display: flex; align-items: center; gap: 7px; color: #7f8ca0; font-size: 8px; }
.k-title-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.k-window-actions { display: flex; gap: 14px; }
.k-window-actions i { width: 8px; height: 1px; background: #5d687a; }
.k-appbody { min-height: 562px; display: flex; }
.k-sidebar { width: 190px; padding: 23px 13px; display: flex; flex-direction: column; gap: 6px; border-right: 1px solid #273247; background: #121c2d; }
.k-sidebar > a { padding: 11px 12px; display: flex; align-items: center; gap: 10px; border-radius: 9px; color: #718096; font-size: 9px; }
.k-sidebar > a.active { color: #dcecff; background: #1d365b; }
.k-sidebar > a span { width: 13px; color: #72abff; }
.k-sidebar > a em { margin-left: auto; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #e55167; font-size: 6px; font-style: normal; }
.k-side-service { margin-top: auto; padding: 12px; display: flex; align-items: center; gap: 10px; border: 1px solid #2a374b; border-radius: 12px; background: #172337; }
.k-side-service > i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(35, 212, 159, .08); }
.k-side-service b, .k-side-service small { display: block; }
.k-side-service b { font-size: 8px; }
.k-side-service small { margin-top: 2px; color: #697990; font-size: 6px; }
.k-dashboard { flex: 1; min-width: 0; padding: 30px; background: #0c1423; }
.k-dashhead { display: flex; align-items: center; justify-content: space-between; }
.k-dashhead small { color: #61718b; font-size: 7px; letter-spacing: .14em; }
.k-dashhead h2 { margin: 5px 0 0; color: #f3f7ff; font-size: 24px; letter-spacing: -.04em; }
.k-dashhead button { padding: 10px 14px; border: 1px solid #3878d8; border-radius: 9px; color: #fff; background: #176ff2; font-size: 8px; }
.k-dashhead button span { margin-left: 12px; }
.k-overview { margin-top: 25px; display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 12px; }
.k-health, .k-mini-metric { min-height: 125px; padding: 17px; border: 1px solid #25334a; border-radius: 15px; background: #151f32; }
.k-health { display: flex; align-items: center; gap: 18px; background: linear-gradient(135deg, #15273f, #151f32); }
.k-health-ring { position: relative; width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--green) 0 93%, #2a3649 93%); }
.k-health-ring::before { content: ""; position: absolute; inset: 7px; border-radius: 50%; background: #16253a; }
.k-health-ring span { position: relative; width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; color: #092a20; background: var(--green); font-weight: 800; }
.k-health small, .k-health strong, .k-health p { display: block; }
.k-health small, .k-mini-metric > small { color: #65758e; font-size: 7px; letter-spacing: .11em; }
.k-health strong { margin-top: 6px; color: #f3f9ff; font-size: 17px; }
.k-health p { margin: 4px 0 0; color: #71829b; font-size: 7px; }
.k-mini-metric { position: relative; overflow: hidden; }
.k-mini-metric strong { display: block; margin-top: 10px; color: #fff; font-size: 27px; }
.k-mini-metric span { color: #72829a; font-size: 7px; }
.metric-wave { position: absolute; left: 15px; right: 15px; bottom: 13px; height: 18px; border-top: 2px solid #3f8fff; border-radius: 50%; transform: rotate(-4deg); opacity: .6; }
.metric-dots { position: absolute; right: 15px; bottom: 15px; width: 44px; height: 44px; border: 5px dotted #6b5cff; border-radius: 50%; opacity: .55; }
.k-live-card { margin-top: 12px; padding: 19px; border: 1px solid #26344a; border-radius: 15px; background: #141e30; }
.k-live-head { display: flex; align-items: center; justify-content: space-between; }
.k-live-head > div { display: flex; align-items: center; gap: 11px; }
.k-db-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; color: #7cb7ff; background: #203b62; font-size: 8px; font-weight: 800; }
.k-live-head b, .k-live-head small { display: block; }
.k-live-head b { font-size: 10px; }
.k-live-head small { margin-top: 3px; color: #74839a; font-size: 7px; }
.k-live-head em { padding: 5px 8px; border-radius: 999px; color: #7ab3ff; background: rgba(22, 119, 255, .1); font-size: 7px; font-style: normal; }
.k-live-head em i { width: 5px; height: 5px; display: inline-block; margin-right: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 7px var(--cyan); }
.k-process-track { margin-top: 24px; display: grid; grid-template-columns: repeat(4, 1fr); }
.k-process-track > span { position: relative; padding-top: 19px; color: #5e6d83; }
.k-process-track > span::before { content: ""; position: absolute; top: 5px; left: 14px; right: -14px; height: 1px; background: #334157; }
.k-process-track > span:last-child::before { display: none; }
.k-process-track i { position: absolute; z-index: 1; top: 0; left: 0; width: 12px; height: 12px; display: grid; place-items: center; border-radius: 50%; color: #0e1726; background: #3a475b; font-size: 5px; font-style: normal; }
.k-process-track b, .k-process-track small { display: block; }
.k-process-track b { font-size: 7px; }.k-process-track small { margin-top: 3px; font-size: 6px; }
.k-process-track .complete { color: #6aa9fa; }.k-process-track .complete::before { background: #347ddd; }.k-process-track .complete i { color: #fff; background: #347ddd; }
.k-process-track .current { color: #e7f2ff; }.k-process-track .current i { width: 18px; height: 18px; top: -3px; left: -3px; color: #052237; background: var(--cyan); box-shadow: 0 0 15px rgba(33, 200, 255, .5); }
.k-progress { position: relative; height: 5px; margin-top: 21px; overflow: visible; border-radius: 8px; background: #27354a; }
.k-progress > i { width: var(--w); height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, #176fff, var(--cyan)); box-shadow: 0 0 15px rgba(33, 200, 255, .35); }
.k-progress span { position: absolute; top: -18px; right: 16%; color: #64caff; font-size: 7px; }
.k-bottom-row { margin-top: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.k-bottom-row > div { padding: 14px; display: flex; align-items: center; gap: 10px; border: 1px solid #253249; border-radius: 13px; background: #131d2e; }
.k-bottom-row span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; }
.folder-icon { color: #f6bc63; background: #352e26; }.shield-icon { color: #71b1ff; background: #1c3455; }
.k-bottom-row div > div { flex: 1; }.k-bottom-row b, .k-bottom-row small { display: block; }.k-bottom-row b { font-size: 8px; }.k-bottom-row small { margin-top: 3px; color: #6b7a91; font-size: 6px; }.k-bottom-row em { color: var(--green); font-size: 7px; font-style: normal; }
.k-float { position: absolute; padding: 12px 14px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(153, 188, 243, .18); border-radius: 15px; color: #dce7f8; background: rgba(19, 30, 49, .88); box-shadow: 0 22px 55px rgba(0, 0, 0, .35); backdrop-filter: blur(18px); animation: float-one 5s ease-in-out infinite; }
.float-symbol { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; color: #71b2ff; background: #1e385b; }
.k-float div { min-width: 125px; }.k-float small, .k-float b { display: block; }.k-float small { color: #697991; font-size: 6px; letter-spacing: .1em; }.k-float b { margin-top: 3px; font-size: 8px; }.k-float em { margin-left: 8px; color: var(--green); font-size: 7px; font-style: normal; }
.k-float--service { top: 70px; right: -45px; }.k-float--sync { left: -45px; bottom: 80px; animation-delay: -2s; }.k-float--secure { right: 50px; bottom: -28px; animation-delay: -1s; }

.k-statement { padding: 155px 24px; background: #fff; text-align: center; }
.k-statement__inner { width: min(1100px, 100%); margin: auto; }
.k-statement h2, .k-section-head h2 { margin: 0; font-size: clamp(48px, 6vw, 85px); line-height: 1.01; letter-spacing: -.065em; }
.k-statement h2 span, .k-section-head h2 span { color: #a1a8b5; }
.k-statement__inner > p, .k-section-head > p { max-width: 760px; margin: 30px auto 0; color: #6f7787; font-size: 18px; line-height: 1.7; letter-spacing: -.02em; }
.always-flow { position: relative; left: calc((100% - min(1380px, calc(100vw - 48px))) / 2); width: min(1380px, calc(100vw - 48px)); margin-top: 82px; display: grid; grid-template-columns: 1fr 115px 1fr 115px 1fr; align-items: center; text-align: left; }
.flow-node { min-height: 172px; padding: 32px; display: flex; align-items: center; gap: 22px; border: 1px solid rgba(28, 45, 75, .11); border-radius: 28px; background: #f7f9fc; box-shadow: 0 22px 55px rgba(29, 53, 90, .06); }
.flow-node > span { width: 56px; height: 56px; flex: 0 0 56px; display: grid; place-items: center; border-radius: 17px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--violet)); font-size: 14px; font-weight: 800; }
.flow-node div { flex: 1; }.flow-node small, .flow-node b { display: block; }.flow-node small { color: #8792a5; font-size: 11px; font-weight: 650; letter-spacing: .1em; }.flow-node b { margin-top: 9px; font-size: 18px; line-height: 1.3; }.flow-node > i { width: 11px; height: 11px; flex: 0 0 11px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 8px rgba(35, 212, 159, .1), 0 0 18px rgba(35, 212, 159, .35); }
.flow-line { position: relative; height: 1px; background: #d5dce7; }.flow-line i { position: absolute; top: -3px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 10px var(--blue); animation: flow-dot 2.4s linear infinite; }
@keyframes flow-dot { to { left: calc(100% - 7px); } }

.k-technologies { padding: 150px 18px; background: #f3f3f5; }
.tech-intro { width: min(980px, 100%); margin: 0 auto 75px; text-align: center; }
.tech-intro h2 { margin: 0; font-size: clamp(49px, 6.2vw, 88px); line-height: 1; letter-spacing: -.067em; }
.tech-intro h2 span { color: #9da4b0; }
.tech-intro > p { max-width: 760px; margin: 28px auto 0; color: #707887; font-size: 18px; line-height: 1.7; letter-spacing: -.02em; }
.tech-grid { width: min(1400px, 100%); margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.tech-card { position: relative; min-height: 650px; padding: 0; display: block; overflow: hidden; border: 0; border-radius: 26px; color: #111827; background: #fff; text-align: left; cursor: pointer; isolation: isolate; box-shadow: 0 1px 0 rgba(18, 33, 57, .03); }
.tech-card::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: 0; background: radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 50%), rgba(255, 255, 255, .35), transparent 34%); transition: opacity .35s; }
.tech-card:hover::before { opacity: 1; }
.tech-card:focus-visible { outline: 3px solid #2485ff; outline-offset: 3px; }
.tech-card__copy { position: absolute; z-index: 5; top: 45px; left: 45px; right: 45px; display: block; text-align: left; }
.tech-card__copy > small { display: block; color: #1677ff; font-size: 11px; font-weight: 760; letter-spacing: .025em; }
.tech-card__copy > strong { max-width: 540px; display: block; margin-top: 12px; font-size: clamp(32px, 2.8vw, 43px); line-height: 1.04; letter-spacing: -.05em; }
.tech-card__copy > em { margin-top: 17px; display: inline-flex; align-items: center; gap: 8px; color: #1775db; font-size: 11px; font-style: normal; font-weight: 650; }
.tech-card__copy > em b { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #1677ff; font-size: 14px; font-weight: 400; transition: transform .3s; }
.tech-card:hover .tech-card__copy > em b { transform: rotate(90deg) scale(1.06); }

/* Technology identity tags: high-contrast, product-like gradient labels. */
.tech-card .tech-card__copy > .tech-name-tag {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    min-height: 38px;
    padding: 10px 16px;
    border: 1px solid rgba(255,255,255,.34);
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(110deg, #0071e3 0%, #3b82f6 42%, #7c5cff 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.42), 0 10px 28px rgba(24,105,235,.24);
    font-size: clamp(13px, 1vw, 15px);
    font-weight: 820;
    line-height: 1.15;
    letter-spacing: .01em;
    text-shadow: 0 1px 8px rgba(14,28,68,.24);
}
.tech-card__copy > .tech-name-tag + strong { margin-top: 18px; }
.tech-card--always .tech-card__copy > .tech-name-tag { color: #fff; background: linear-gradient(110deg, #087cff, #5e5ce6 58%, #64d2ff); box-shadow: inset 0 1px 0 rgba(255,255,255,.42), 0 10px 30px rgba(40,121,255,.28); }
.tech-card--schedule .tech-card__copy > .tech-name-tag { color: #fff; background: linear-gradient(110deg, #0068e8, #0a84ff 52%, #64d2ff); box-shadow: inset 0 1px 0 rgba(255,255,255,.42), 0 10px 30px rgba(10,132,255,.25); }
.tech-card--flow .tech-card__copy > .tech-name-tag { color: #fff; background: linear-gradient(110deg, #4f46e5, #7c5cff 54%, #3b9cff); box-shadow: inset 0 1px 0 rgba(255,255,255,.42), 0 10px 30px rgba(94,92,230,.3); }
.tech-card--shield .tech-card__copy > .tech-name-tag { color: #fff; background: linear-gradient(110deg, #006de8, #296dff 50%, #30d5c8); box-shadow: inset 0 1px 0 rgba(255,255,255,.42), 0 10px 30px rgba(22,114,255,.3); }
.tech-card--delta .tech-card__copy > .tech-name-tag { color: #fff; background: linear-gradient(110deg, #e86f00, #ff9f0a 52%, #ffcc00); box-shadow: inset 0 1px 0 rgba(255,255,255,.48), 0 10px 30px rgba(232,111,0,.24); }
.tech-card--threat .tech-card__copy > .tech-name-tag { color: #fff; background: linear-gradient(110deg, #e82450, #ff375f 50%, #bf5af2); box-shadow: inset 0 1px 0 rgba(255,255,255,.42), 0 10px 30px rgba(232,36,80,.28); }
.tech-card--pulse .tech-card__copy > .tech-name-tag { color: #fff; background: linear-gradient(110deg, #008f78, #00b894 52%, #32d7c4); box-shadow: inset 0 1px 0 rgba(255,255,255,.42), 0 10px 30px rgba(0,155,127,.25); }
.tech-card--restore .tech-card__copy > .tech-name-tag { color: #fff; background: linear-gradient(110deg, #5146d9, #7859e8 50%, #bf5af2); box-shadow: inset 0 1px 0 rgba(255,255,255,.42), 0 10px 30px rgba(120,89,232,.28); }
.tech-card__visual { position: absolute; z-index: 2; top: 255px; left: 7%; right: 7%; bottom: 0; height: auto; display: block; transition: transform .7s cubic-bezier(.2,.72,.2,1); }
.tech-card:hover .tech-card__visual { transform: translateY(-9px) scale(1.01); }
.tech-card__visual--screen { overflow: hidden; border: 1px solid rgba(106, 132, 174, .2); border-radius: 24px 24px 0 0; background: #151f32; box-shadow: 0 35px 70px rgba(24, 47, 83, .22); }
.tech-card__visual--screen img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; }
.tech-card__visual--screen::before { content: ""; position: absolute; z-index: 3; inset: 0; pointer-events: none; box-shadow: inset 0 1px rgba(255,255,255,.25); }
.screen-shine { position: absolute; z-index: 3; top: -30%; left: -30%; width: 35%; height: 160%; transform: rotate(20deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent); transition: left .75s ease; }
.tech-card:hover .screen-shine { left: 120%; }
.screen-status { position: absolute; z-index: 4; top: 17px; right: 17px; padding: 9px 12px; display: flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #e5fff7; background: rgba(8, 24, 30, .74); font-size: 8px; font-weight: 650; backdrop-filter: blur(14px); }
.screen-status > i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px var(--green); }
.tech-card--always { min-height: 650px; color: #fff; background: radial-gradient(circle at 75% 70%, #1d5bb2 0, #101d33 34%, #08111f 75%); }
.tech-card--always .tech-card__copy > small { color: #70b8ff; }.tech-card--always .tech-card__copy > em { color: #79bbff; }
.tech-card--always .tech-card__visual { height: auto; }

.tech-card--schedule { min-height: 650px; background: linear-gradient(155deg, #f3f9ff 0, #e9f2ff 55%, #dfeaff 100%); }
.tech-card__visual--portrait { left: 10%; right: 10%; height: auto; transform: perspective(900px) rotateX(2deg); }
.tech-card--schedule .tech-card__visual { box-shadow: 0 35px 75px rgba(42, 98, 176, .2); }

.tech-card--flow { color: #fff; background: radial-gradient(circle at 50% 80%, #26266f 0, #111630 38%, #080d1a 78%); }
.tech-card--flow .tech-card__copy > small { color: #8d9dff; }.tech-card--flow .tech-card__copy > em { color: #9eabff; }
.tech-card__visual--flow { top: 260px; left: 9%; right: 9%; bottom: 34px; height: auto; display: grid; place-items: center; align-content: center; border: 1px solid rgba(132, 151, 255, .17); border-radius: 24px; background: rgba(13, 20, 43, .72); box-shadow: 0 30px 80px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.07); backdrop-filter: blur(15px); }
.flow-file { width: 76px; height: 82px; display: grid; place-items: center; align-content: center; border: 1px solid #4b5ea5; border-radius: 19px; color: #dce5ff; background: linear-gradient(145deg, #273a78, #18244e); box-shadow: 0 18px 35px rgba(29, 47, 112, .36); }
.flow-file b { font-size: 14px; }.flow-file small { margin-top: 4px; color: #8e9ed4; font-size: 7px; }
.flow-pieces { width: 82%; margin-top: 30px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 5px; }
.flow-pieces i { height: 16px; border-radius: 4px; background: #26304c; }.flow-pieces i.done { background: linear-gradient(145deg, #377cff, #6e62ee); box-shadow: 0 0 8px rgba(76, 113, 255, .25); }.flow-pieces i.current { position: relative; border: 2px solid #5cd9ff; background: #203a59; box-shadow: 0 0 15px rgba(71, 210, 255, .45); }.flow-pieces i.current::after { content: ""; position: absolute; inset: 4px; border-radius: 2px; background: var(--cyan); animation: core-pulse 1.4s infinite; }
.flow-resume-label { margin-top: 25px; padding: 10px 13px; display: flex; align-items: center; gap: 8px; border-radius: 999px; color: #b7c6ff; background: rgba(87, 105, 196, .14); font-size: 8px; }.flow-resume-label i { color: #5bd7ff; font-size: 14px; font-style: normal; }

.tech-card--shield { color: #fff; background: radial-gradient(circle at 50% 84%, #173e7c 0, #0d1b34 35%, #060b15 72%); }
.tech-card--shield .tech-card__copy > small { color: #68b5ff; }.tech-card--shield .tech-card__copy > em { color: #75baff; }
.tech-card__visual--shield { top: 255px; left: 15%; right: 15%; bottom: 0; height: auto; display: grid; place-items: center; }
.shield-body { position: relative; z-index: 3; width: 142px; height: 162px; display: grid; place-items: center; align-content: center; clip-path: polygon(50% 0, 91% 18%, 86% 72%, 50% 100%, 14% 72%, 9% 18%); color: #fff; background: linear-gradient(145deg, rgba(71, 163, 255, .95), rgba(72, 71, 230, .72)); filter: drop-shadow(0 0 36px rgba(41, 128, 255, .6)); }
.shield-body b { font-size: 52px; }.shield-body small { color: #d5e9ff; font-size: 7px; letter-spacing: .15em; }
.shield-orbit { position: absolute; top: 48%; left: 50%; border: 1px solid rgba(90, 170, 255, .26); border-radius: 50%; transform: translate(-50%,-50%); }.shield-orbit::before { content: ""; position: absolute; top: 50%; left: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 13px var(--cyan); }.shield-orbit i { position: absolute; top: -8px; left: 50%; padding: 4px 7px; transform: translateX(-50%); border-radius: 999px; color: #83c2ff; background: #10284a; font-size: 6px; font-style: normal; }.shield-orbit--a { width: 310px; height: 200px; animation: orbit-flat 11s linear infinite; }.shield-orbit--b { width: 430px; height: 270px; opacity: .72; animation: orbit-flat 16s linear infinite reverse; }
@keyframes orbit-flat { to { transform: translate(-50%,-50%) rotate(360deg); } }
.shield-code { position: absolute; bottom: 12px; color: #6384aa; font-size: 7px; letter-spacing: .18em; }

.tech-card--delta { background: linear-gradient(150deg, #fff9e9, #f6f1e5 55%, #eee8da); }
.tech-card--delta .tech-card__copy > small { color: #c67a19; }.tech-card--delta .tech-card__copy > em { color: #b9741e; }.tech-card--delta .tech-card__copy > em b { background: #c67a19; }
.delta-badge, .restore-badge { position: absolute; z-index: 4; right: 18px; bottom: 18px; padding: 11px 14px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; color: #e9f7ff; background: rgba(11, 24, 41, .82); box-shadow: 0 12px 30px rgba(0,0,0,.18); backdrop-filter: blur(14px); }
.delta-badge b { color: #ffc052; font-size: 18px; }.delta-badge small { font-size: 7px; }

.tech-card--threat { color: #fff; background: radial-gradient(circle at 50% 77%, #54212d 0, #27131d 37%, #110b12 76%); }
.tech-card--threat .tech-card__copy > small { color: #ff8394; }.tech-card--threat .tech-card__copy > em { color: #ff93a2; }.tech-card--threat .tech-card__copy > em b { background: #e84960; }
.tech-card__visual--threat { top: 260px; left: 9%; right: 9%; bottom: 34px; height: auto; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(246, 99, 122, .18); border-radius: 24px; background: rgba(33, 14, 24, .72); }
.threat-grid { width: 72%; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }.threat-grid i { height: 36px; border: 1px solid #4a2a36; border-radius: 8px; background: #2c1922; }.threat-grid i.warn { border-color: #be4154; background: linear-gradient(145deg, #74303d, #3e1b26); box-shadow: 0 0 19px rgba(230, 73, 96, .18); }
.threat-scan { position: absolute; left: 9%; right: 9%; top: 15%; height: 1px; background: linear-gradient(90deg, transparent, #ff5972, transparent); box-shadow: 0 0 14px #ff5972; animation: threat-scan 3s ease-in-out infinite; }
@keyframes threat-scan { 50% { top: 65%; } }
.threat-alert { position: absolute; bottom: 22px; padding: 10px 12px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255, 89, 114, .2); border-radius: 13px; background: rgba(73, 25, 37, .86); backdrop-filter: blur(14px); }.threat-alert > i { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: #e64d63; font-style: normal; font-weight: 800; }.threat-alert small, .threat-alert b { display: block; }.threat-alert small { color: #c47985; font-size: 5px; letter-spacing: .1em; }.threat-alert b { margin-top: 2px; font-size: 7px; }

.tech-card--pulse { background: linear-gradient(155deg, #eefbf7, #e6f5f3 55%, #dcefeb); }
.tech-card--pulse .tech-card__copy > small { color: #168d71; }.tech-card--pulse .tech-card__copy > em { color: #15816a; }.tech-card--pulse .tech-card__copy > em b { background: #1a9b7b; }
.pulse-live { position: absolute; z-index: 4; top: 17px; right: 17px; padding: 8px 11px; display: flex; align-items: center; gap: 6px; border-radius: 999px; color: #aaffea; background: rgba(10, 47, 41, .78); font-size: 7px; font-weight: 700; backdrop-filter: blur(12px); }.pulse-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px var(--green); animation: core-pulse 1.5s infinite; }

.tech-card--restore { color: #fff; background: linear-gradient(145deg, #1f1b38, #0f1426 54%, #09101e); }
.tech-card--restore .tech-card__copy > small { color: #ab91ff; }.tech-card--restore .tech-card__copy > em { color: #b8a3ff; }.tech-card--restore .tech-card__copy > em b { background: #7859e8; }.restore-badge { left: 18px; right: auto; }.restore-badge > i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; color: #10372b; background: var(--green); font-style: normal; font-weight: 800; }.restore-badge small, .restore-badge b { display: block; }.restore-badge small { color: #778b9f; font-size: 5px; letter-spacing: .1em; }.restore-badge b { margin-top: 2px; font-size: 7px; }

.tech-dialog { width: min(1060px, calc(100vw - 30px)); max-height: min(850px, calc(100vh - 30px)); padding: 0; overflow: visible; border: 0; border-radius: 30px; color: #fff; background: #0b111d; box-shadow: 0 60px 180px rgba(0,0,0,.55); }
.tech-dialog::backdrop { background: rgba(4, 8, 15, .72); backdrop-filter: blur(14px); animation: dialog-backdrop .3s ease both; }
.tech-dialog[open] { animation: dialog-in .45s cubic-bezier(.2,.8,.2,1) both; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(35px) scale(.96); } }
@keyframes dialog-backdrop { from { opacity: 0; } }
.tech-dialog__shell { position: relative; min-height: 570px; display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border: 1px solid rgba(151, 178, 221, .15); border-radius: inherit; }
.tech-dialog__close { position: absolute; z-index: 10; top: 19px; right: 19px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; color: #dce5f4; background: rgba(255,255,255,.07); font-size: 22px; cursor: pointer; backdrop-filter: blur(12px); }
.tech-dialog__visual { position: relative; min-height: 570px; overflow: hidden; background: #111a2b; }
.tech-dialog__visual .tech-card__visual { inset: 0; width: 100%; height: 100%; transform: none; border: 0; border-radius: 0; box-shadow: none; }
.tech-dialog__visual .tech-card__visual--screen img { object-position: top left; }
.tech-dialog__content { padding: 65px 52px 45px; display: flex; flex-direction: column; }
.tech-dialog__kicker { color: #67aaff; font-size: 8px; font-weight: 760; letter-spacing: .15em; }
.tech-dialog__content h2 { margin: 13px 0 19px; font-size: 46px; line-height: 1; letter-spacing: -.055em; }
.tech-dialog__body p { margin: 0; color: #a4afbf; font-size: 14px; line-height: 1.72; }
.tech-dialog__body ul { margin: 25px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.tech-dialog__body li { position: relative; padding-left: 20px; color: #d4dbe7; font-size: 11px; line-height: 1.45; }.tech-dialog__body li::before { content: "✓"; position: absolute; left: 0; color: var(--green); }
.tech-dialog__link { margin-top: auto; width: max-content; display: inline-flex; align-items: center; gap: 9px; color: #6baeff; font-size: 11px; font-weight: 700; }.tech-dialog__link span { transition: transform .2s; }.tech-dialog__link:hover span { transform: translateX(4px); }

.k-experience { padding: 150px 24px; background: #f3f6fa; }
.k-section-head { position: relative; z-index: 2; width: min(1000px, 100%); margin: auto; text-align: center; }
.experience-cards { width: min(1280px, 100%); margin: 75px auto 0; display: grid; grid-template-columns: 1.2fr .8fr; gap: 15px; }
.xp-card { position: relative; min-height: 520px; padding: 35px; overflow: hidden; border: 1px solid rgba(25, 42, 72, .08); border-radius: 30px; background: #fff; box-shadow: 0 18px 60px rgba(25, 45, 80, .05); }
.xp-copy > small { color: var(--blue); font-size: 8px; font-weight: 750; letter-spacing: .14em; }.xp-copy h3 { margin: 13px 0 0; font-size: clamp(27px, 3vw, 41px); line-height: 1.05; letter-spacing: -.05em; }.xp-copy p { max-width: 440px; margin: 15px 0 0; color: #798190; font-size: 13px; line-height: 1.65; }
.xp-card--status { color: #fff; background: #0a1220; }
.xp-card--status::before { content: ""; position: absolute; width: 420px; height: 420px; right: -180px; bottom: -180px; border-radius: 50%; background: #126fff; filter: blur(90px); opacity: .22; }
.status-demo { position: absolute; left: 35px; right: 35px; bottom: 35px; padding: 22px; border: 1px solid #2a3a51; border-radius: 18px; background: #131f32; }
.status-demo__head { display: flex; align-items: center; gap: 11px; }.status-demo__head div { flex: 1; }.status-demo__head b, .status-demo__head small { display: block; }.status-demo__head b { font-size: 10px; }.status-demo__head small { margin-top: 3px; color: #71829a; font-size: 7px; }.status-demo__head em { padding: 5px 8px; border-radius: 999px; color: #67cfff; background: rgba(33, 200, 255, .09); font-size: 7px; font-style: normal; }
.status-demo__value { margin-top: 22px; display: flex; align-items: flex-end; justify-content: space-between; }.status-demo__value strong { font-size: 50px; letter-spacing: -.06em; }.status-demo__value strong small { font-size: 18px; }.status-demo__value span { padding-bottom: 8px; color: #72849e; font-size: 8px; }.status-demo__bar { height: 5px; margin-top: 9px; overflow: hidden; border-radius: 8px; background: #28374c; }.status-demo__bar i { width: 84%; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, #1677ff, #21c8ff); box-shadow: 0 0 13px #1677ff; }.status-demo__steps { margin-top: 18px; display: flex; justify-content: space-between; color: #596980; font-size: 7px; }.status-demo__steps .done { color: #6d9fe8; }.status-demo__steps .now { color: #5fe2ff; }
.schedule-demo { position: absolute; left: 35px; right: 35px; bottom: 35px; padding: 25px; border-radius: 22px; background: linear-gradient(145deg, #edf4ff, #f8faff); }
.schedule-clock { width: 125px; height: 125px; margin: auto; display: grid; place-items: center; align-content: center; border: 8px solid #dbe8fb; border-top-color: #3185ff; border-radius: 50%; background: #fff; box-shadow: 0 16px 35px rgba(52, 104, 178, .12); }.schedule-clock span { font-size: 27px; font-weight: 750; letter-spacing: -.04em; }.schedule-clock small { margin-top: 4px; color: #8a96a8; font-size: 7px; }
.schedule-path { margin-top: 22px; display: grid; grid-template-columns: 1fr 35px 1fr; align-items: center; gap: 8px; }.schedule-path > span { padding: 11px; display: flex; justify-content: space-between; border-radius: 10px; font-size: 8px; }.schedule-path > span i { font-style: normal; }.schedule-path > b { height: 1px; background: #cdd8e9; }.schedule-path .missed { color: #a47373; background: #f9eaea; }.schedule-path .caught { color: #278365; background: #e4f6ef; }
.xp-card--notify { grid-column: 1 / -1; min-height: 480px; display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 60px; }
.notify-stack { display: grid; gap: 10px; }.notify-stack > div { padding: 16px; display: flex; align-items: center; gap: 12px; border: 1px solid #e6eaf0; border-radius: 14px; box-shadow: 0 8px 25px rgba(30, 49, 77, .04); }.notify-stack > div > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; font-weight: 800; }.notify-ok { color: #218468; background: #e0f6ef; }.notify-warn { color: #a6632e; background: #fff0df; }.notify-info { color: #2d72cc; background: #e5f0ff; }.notify-stack p { flex: 1; margin: 0; }.notify-stack b, .notify-stack small { display: block; }.notify-stack b { font-size: 10px; }.notify-stack small { margin-top: 3px; color: #8a92a0; font-size: 7px; }.notify-stack em { color: #9aa2ae; font-size: 7px; font-style: normal; }

.k-databases { position: relative; min-height: 1080px; padding: 150px 24px; overflow: hidden; color: #fff; background: #070c16; }
.db-backdrop { position: absolute; inset: 0; opacity: .4; background: radial-gradient(circle at center, rgba(36, 115, 255, .25), transparent 42%), linear-gradient(rgba(91, 127, 191, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(91, 127, 191, .06) 1px, transparent 1px); background-size: auto, 65px 65px, 65px 65px; mask-image: radial-gradient(circle, #000, transparent 78%); }
.k-section-head--light h2 span { color: #5d6d84; }.k-section-head--light > p { color: #8897ab; }
.db-orbit { position: relative; z-index: 2; width: min(1280px, 100%); height: 650px; margin: 100px auto 0; }
.db-orbit::before, .db-orbit::after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotateX(65deg); border: 1px solid rgba(91, 146, 226, .18); border-radius: 50%; }.db-orbit::before { width: 980px; height: 490px; }.db-orbit::after { width: 650px; height: 325px; }
.db-core { position: absolute; z-index: 2; top: 50%; left: 50%; width: 190px; height: 190px; display: grid; place-items: center; align-content: center; transform: translate(-50%, -50%); border: 1px solid rgba(109, 171, 255, .35); border-radius: 52px; background: linear-gradient(145deg, rgba(28, 72, 134, .85), rgba(22, 34, 61, .88)); box-shadow: 0 0 95px rgba(28, 113, 255, .4), inset 0 1px rgba(255, 255, 255, .25); backdrop-filter: blur(20px); }
.db-core img { width: 118px; height: 118px; object-fit: contain; filter: drop-shadow(0 18px 25px rgba(0, 0, 0, .28)); }.db-core small { margin-top: 7px; color: #8ab7f5; font-size: 9px; font-weight: 700; letter-spacing: .17em; }.db-core i { position: absolute; inset: -13px; border: 1px solid rgba(67, 136, 234, .18); border-radius: 61px; animation: core-pulse 2.4s ease-in-out infinite; }
@keyframes core-pulse { 50% { inset: -24px; opacity: 0; } }
.db-chip { position: absolute; z-index: 3; min-width: 310px; min-height: 94px; padding: 17px 18px; display: flex; align-items: center; gap: 16px; border: 1px solid rgba(127, 168, 228, .22); border-radius: 23px; color: #fff; background: rgba(17, 27, 45, .88); box-shadow: 0 22px 55px rgba(0, 0, 0, .3); backdrop-filter: blur(17px); animation: float-one 6s ease-in-out infinite; transition: border-color .25s, background .25s, box-shadow .25s; }
.db-chip:hover, .db-chip:focus-visible { border-color: rgba(103, 169, 255, .6); outline: none; background: rgba(24, 40, 65, .96); box-shadow: 0 28px 70px rgba(0, 0, 0, .38), 0 0 36px rgba(42, 119, 255, .16); }
.db-chip:hover em, .db-chip:focus-visible em { color: #77bdff; transform: translate(2px, -2px); }
.db-chip > .db-brand { width: 60px; height: 60px; flex: 0 0 60px; display: flex; align-items: center; justify-content: center; border-radius: 17px; background: rgba(255, 255, 255, .96); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .65), 0 8px 22px rgba(0, 0, 0, .18); }.db-brand img { max-width: 45px; max-height: 45px; object-fit: contain; }.db-brand--pair { gap: 2px; padding: 6px; }.db-brand--pair img { max-width: 25px; max-height: 35px; }.db-chip div { flex: 1; }.db-chip b, .db-chip small { display: block; }.db-chip b { font-size: 15px; line-height: 1.25; }.db-chip small { margin-top: 6px; color: #96a5ba; font-size: 10px; line-height: 1.35; }.db-chip em { color: #5aa9ff; font-size: 21px; font-style: normal; transition: color .25s, transform .25s; }
.db-chip > .db-brand--mysql { width: 78px; flex-basis: 78px; gap: 5px; padding: 5px; }.db-brand--mysql img { width: 32px; max-width: 32px; height: 42px; max-height: 42px; }.db-brand--postgres img { width: 53px; max-width: 53px; height: 53px; max-height: 53px; }.db-brand--sqlite img { width: 56px; max-width: 56px; height: auto; max-height: 50px; }.db-brand--folder img { width: 50px; max-width: 50px; height: 50px; max-height: 50px; }
.db-chip--mssql { top: 10px; left: 5%; }.db-chip--firebird { top: 18px; right: 4%; animation-delay: -1s; }.db-chip--mysql { top: 270px; left: 0; animation-delay: -2s; }.db-chip--postgres { top: 270px; right: 0; animation-delay: -3s; }.db-chip--sqlite { bottom: 5px; left: 8%; animation-delay: -1.5s; }.db-chip--folders { right: 7%; bottom: 0; animation-delay: -2.5s; }

.k-resume { padding: 160px max(24px, calc((100vw - 1280px) / 2)); background: #f6f8fb; }
.resume-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.resume-grid .k-section-head { text-align: left; }.resume-grid .k-section-head > p { margin-left: 0; }
.resume-stats { margin-top: 35px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #dfe4ec; }
.resume-stats div { padding: 18px 8px 0 0; }.resume-stats strong, .resume-stats span { display: block; }.resume-stats strong { font-size: 13px; }.resume-stats span { margin-top: 5px; color: #8992a1; font-size: 8px; }
.resume-visual { position: relative; perspective: 1200px; }
.resume-panel { --tilt-x: 0deg; --tilt-y: 0deg; position: relative; padding: 28px; border: 1px solid #dfe5ed; border-radius: 26px; background: #fff; box-shadow: 0 40px 90px rgba(26, 50, 89, .13); transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transition: transform .2s; }
.resume-head { display: flex; justify-content: space-between; align-items: center; }.resume-head > div { display: flex; align-items: center; gap: 12px; }.resume-head > div > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--violet)); }.resume-head b, .resume-head small { display: block; }.resume-head b { font-size: 12px; }.resume-head small { margin-top: 3px; color: #8b94a2; font-size: 8px; }.resume-head em { padding: 6px 9px; border-radius: 999px; color: #307bca; background: #e7f2ff; font-size: 7px; font-style: normal; }
.chunk-grid { margin-top: 35px; display: grid; grid-template-columns: repeat(8, 1fr); gap: 7px; }.chunk-grid i { aspect-ratio: 1; border-radius: 8px; background: #edf0f5; }.chunk-grid i.sent { background: linear-gradient(145deg, #368aff, #5475f0); box-shadow: inset 0 1px rgba(255, 255, 255, .35); }.chunk-grid i.current { position: relative; border: 2px solid #318eff; background: #e9f4ff; box-shadow: 0 0 0 5px rgba(49, 142, 255, .08); }.chunk-grid i.current::after { content: ""; position: absolute; inset: 30%; border-radius: 50%; background: var(--cyan); animation: core-pulse 1.3s ease-in-out infinite; }
.resume-info { margin-top: 27px; padding: 18px 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #e8ebf0; border-bottom: 1px solid #e8ebf0; }.resume-info span { padding-left: 16px; border-right: 1px solid #e7eaf0; }.resume-info span:first-child { padding-left: 0; }.resume-info span:last-child { border: 0; }.resume-info b, .resume-info small { display: block; }.resume-info b { font-size: 13px; }.resume-info small { margin-top: 4px; color: #939ba8; font-size: 7px; }
.connection-event { margin-top: 20px; display: grid; grid-template-columns: 34px 1fr 45px 34px 1fr; align-items: center; gap: 9px; }.connection-event > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; }.event-break { color: #c16e65; background: #fdecea; }.event-ok { color: #238867; background: #e1f6ef; }.connection-event small, .connection-event b { display: block; }.connection-event small { color: #9aa2ae; font-size: 6px; }.connection-event b { margin-top: 2px; font-size: 8px; }.connection-event > i { height: 1px; background: #d9dfe8; }
.resume-float { position: absolute; right: -30px; bottom: -32px; padding: 13px 16px; display: flex; align-items: center; gap: 11px; border: 1px solid #e0e6ee; border-radius: 15px; background: rgba(255, 255, 255, .9); box-shadow: 0 18px 45px rgba(33, 59, 96, .14); backdrop-filter: blur(14px); }.resume-float > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: #173c32; background: var(--green); font-weight: 800; }.resume-float small, .resume-float b { display: block; }.resume-float small { color: #8992a0; font-size: 6px; letter-spacing: .1em; }.resume-float b { margin-top: 3px; font-size: 9px; }

.k-security { position: relative; min-height: 950px; padding: 155px 24px; overflow: hidden; color: #fff; background: #070b13; }
.k-security::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 66%, rgba(45, 111, 255, .2), transparent 36%); }
.security-vault { position: absolute; top: 390px; left: 50%; width: 500px; height: 500px; transform: translateX(-50%); }
.vault-ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(75, 143, 255, .25); border-radius: 50%; transform: translate(-50%, -50%); }.vault-ring::before, .vault-ring::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 13px var(--cyan); }.vault-ring::before { top: 10%; left: 17%; }.vault-ring::after { right: 6%; bottom: 25%; }.vault-ring--1 { width: 430px; height: 430px; animation: vault-spin 18s linear infinite; }.vault-ring--2 { width: 310px; height: 310px; animation: vault-spin 13s linear reverse infinite; }.vault-ring--3 { width: 210px; height: 210px; animation: vault-spin 9s linear infinite; }
@keyframes vault-spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
.vault-core { position: absolute; top: 50%; left: 50%; width: 120px; height: 135px; display: grid; place-items: center; transform: translate(-50%, -50%); clip-path: polygon(50% 0, 91% 18%, 86% 72%, 50% 100%, 14% 72%, 9% 18%); background: linear-gradient(145deg, rgba(87, 160, 255, .9), rgba(74, 63, 220, .7)); filter: drop-shadow(0 0 40px rgba(46, 130, 255, .55)); }.vault-core span { width: 68px; height: 68px; overflow: hidden; border-radius: 20px; background: url("assets/program-icons/kladim.png") center/cover no-repeat; color: transparent; font-size: 0; }
.crypto-row { position: relative; z-index: 2; width: min(900px, 100%); margin: 510px auto 0; display: flex; align-items: center; justify-content: center; gap: 18px; }.crypto-row > span { min-width: 135px; padding: 15px; display: grid; border: 1px solid #28364a; border-radius: 15px; color: #7cb5ff; background: rgba(17, 28, 45, .82); font-size: 13px; font-weight: 750; text-align: center; backdrop-filter: blur(15px); }.crypto-row small { margin-top: 4px; color: #718097; font-size: 6px; font-weight: 500; }.crypto-row > i { color: #425069; font-style: normal; }
.security-note { position: relative; z-index: 2; margin: 28px 0 0; color: #67758a; font-size: 9px; text-align: center; }

.k-ecosystem { padding: 150px 24px; background: #fff; }
.ecosystem-cards { width: min(1240px, 100%); margin: 75px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.eco-card { position: relative; min-height: 470px; padding: 30px; overflow: hidden; border: 1px solid rgba(24, 42, 73, .08); border-radius: 28px; background: #f5f8fc; transition: transform .35s, box-shadow .35s; }.eco-card:hover { transform: translateY(-6px); box-shadow: 0 30px 80px rgba(25, 45, 80, .13); }.eco-card > small { display: block; margin-top: 28px; color: #8b95a4; font-size: 7px; letter-spacing: .15em; }.eco-card h3 { margin: 10px 0; font-size: 30px; letter-spacing: -.05em; }.eco-card p { margin: 0; color: #778190; font-size: 12px; line-height: 1.6; }.eco-card > em { position: absolute; left: 30px; bottom: 30px; color: var(--blue); font-size: 10px; font-style: normal; font-weight: 650; }.eco-card > em b { margin-left: 5px; }.eco-ui { position: absolute; right: -40px; bottom: -45px; width: 220px; height: 165px; padding: 18px; border: 1px solid rgba(53, 89, 144, .1); border-radius: 22px; background: rgba(255, 255, 255, .7); transform: rotate(-8deg); box-shadow: 0 18px 45px rgba(28, 55, 94, .08); }.eco-ui i { height: 12px; display: block; margin-bottom: 10px; border-radius: 5px; background: #dbe8fa; }.eco-ui i:nth-child(2) { width: 72%; }.eco-ui i:nth-child(3) { width: 45%; }.eco-card--partner { background: #110e1c; color: #fff; }.eco-card--partner p { color: #91889f; }.eco-card--partner .eco-ui { border-color: #342a47; background: rgba(42, 32, 57, .7); }.eco-card--partner .eco-ui i { background: #564475; }.eco-card--home { background: linear-gradient(145deg, #eef5ff, #f8f5ff); }

.k-store-cta { position: relative; min-height: 800px; padding: 130px max(24px, calc((100vw - 1250px) / 2)); display: grid; grid-template-columns: 1fr .85fr; gap: 85px; align-items: center; overflow: hidden; color: #fff; background: #080c15; }
.store-rays { position: absolute; width: 900px; height: 900px; left: -250px; top: -50px; border-radius: 50%; background: conic-gradient(from 0deg, transparent, rgba(40, 111, 255, .17), transparent 20%, rgba(105, 70, 255, .13), transparent 50%); filter: blur(20px); animation: vault-spin 20s linear infinite; }
.store-device { position: relative; z-index: 2; padding: 34px; border: 1px solid #2b3545; border-radius: 30px; background: linear-gradient(145deg, #172131, #101724); box-shadow: 0 60px 130px rgba(0, 0, 0, .48); transform: rotate(-3deg); }.store-device__top { display: flex; align-items: center; gap: 15px; padding-bottom: 25px; border-bottom: 1px solid #2a3444; }.store-device__top small { color: #7c899c; font-size: 8px; letter-spacing: .15em; }.store-product { padding: 35px 0; display: flex; align-items: center; gap: 15px; }.store-product div { flex: 1; }.store-product b, .store-product small { display: block; }.store-product b { font-size: 25px; }.store-product small { margin-top: 4px; color: #7c899c; font-size: 9px; }.store-product em { padding: 10px 14px; border-radius: 999px; color: #0d1421; background: #fff; font-size: 8px; font-style: normal; font-weight: 700; }.store-rating { padding-top: 20px; display: flex; align-items: center; gap: 10px; border-top: 1px solid #2a3444; color: #798699; font-size: 7px; }.store-rating i { width: 3px; height: 3px; border-radius: 50%; background: #465266; }
.store-copy { position: relative; z-index: 2; }.store-copy h2 { margin: 0; font-size: clamp(48px, 5vw, 76px); line-height: 1; letter-spacing: -.065em; }.store-copy h2 span { color: #6d7b8e; }.store-copy p { max-width: 560px; margin: 27px 0 0; color: #8c99aa; font-size: 17px; line-height: 1.7; }.store-copy .hero-actions { justify-content: flex-start; }

@media (max-width: 1100px) {
    .k-machine { width: min(900px, 100%); }.k-float--service { right: -15px; }.k-float--sync { left: -15px; }
    .experience-cards { grid-template-columns: 1fr; }.xp-card--notify { grid-column: auto; }.resume-grid { grid-template-columns: 1fr; }.resume-grid .k-section-head { max-width: 850px; text-align: center; }.resume-grid .k-section-head > p { margin-left: auto; }.resume-visual { width: min(800px, 100%); margin: auto; }
    .ecosystem-cards { grid-template-columns: 1fr 1fr; }.eco-card:last-child { grid-column: 1 / -1; }.k-store-cta { grid-template-columns: 1fr; }.store-device { width: min(720px, 100%); margin: auto; }.store-copy { max-width: 800px; margin: auto; text-align: center; }.store-copy p { margin-left: auto; margin-right: auto; }.store-copy .hero-actions { justify-content: center; }
    .tech-card, .tech-card--always, .tech-card--schedule { min-height: 610px; padding: 0; }.tech-card__copy { top: 38px; left: 38px; right: 38px; }.tech-card__visual { top: 235px; }.tech-card__visual--flow, .tech-card__visual--threat { top: 240px; bottom: 30px; }.tech-card__visual--shield { top: 235px; }.tech-dialog__shell { grid-template-columns: .9fr 1.1fr; }.tech-dialog__content { padding-left: 38px; padding-right: 38px; }
}

@media (max-width: 760px) {
    .product-header:not(.is-scrolled) .menu-toggle { color: #fff; }.k-hero { min-height: auto; padding: 145px 16px 95px; }.k-hero h1 { font-size: clamp(50px, 15vw, 72px); }.k-hero__copy > p { font-size: 17px; }.k-hero__facts { gap: 11px; }.k-machine { margin-top: 70px; }.k-desktop { min-height: 450px; border-radius: 17px; }.k-desktop--real { min-height: 0; border-radius: 14px; }.k-titlebar { height: 38px; }.k-title-status { display: none; }.k-window-actions { margin-left: auto; }.k-appbody { min-height: 412px; }.k-sidebar { width: 48px; padding: 12px 6px; }.k-sidebar > a { justify-content: center; padding: 10px; }.k-sidebar > a { font-size: 0; }.k-sidebar > a span { width: auto; font-size: 12px; }.k-sidebar > a em { display: none; }.k-side-service { padding: 8px; justify-content: center; }.k-side-service div { display: none; }.k-dashboard { padding: 16px; }.k-dashhead h2 { font-size: 17px; }.k-dashhead button { display: none; }.k-overview { grid-template-columns: 1fr 1fr; }.k-health { grid-column: 1 / -1; min-height: 100px; }.k-mini-metric { min-height: 90px; }.k-live-card { padding: 13px; }.k-process-track { grid-template-columns: repeat(3, 1fr); }.k-process-track > span:last-child { display: none; }.k-bottom-row { grid-template-columns: 1fr; }.k-bottom-row > div:last-child { display: none; }.k-float { display: none; }
    .k-statement, .k-experience, .k-databases, .k-resume, .k-security, .k-ecosystem { padding: 95px 16px; }.k-statement h2, .k-section-head h2 { font-size: 42px; }.k-statement__inner > p, .k-section-head > p { font-size: 16px; }.always-flow { left: auto; width: 100%; grid-template-columns: 1fr; gap: 10px; margin-top: 50px; transform: none; }.flow-node { min-height: 138px; padding: 24px; border-radius: 22px; }.flow-node > span { width: 48px; height: 48px; flex-basis: 48px; }.flow-node small { font-size: 9px; }.flow-node b { font-size: 16px; }.flow-line { width: 1px; height: 35px; margin: auto; }.flow-line i { top: 0; left: -3px; animation: flow-dot-y 2s linear infinite; }@keyframes flow-dot-y { to { top: calc(100% - 7px); } }
    .k-technologies { padding: 95px 8px; }.tech-intro { padding: 0 12px; margin-bottom: 50px; }.tech-intro h2 { font-size: 43px; }.tech-intro > p { font-size: 16px; }.tech-grid { grid-template-columns: 1fr; gap: 10px; }.tech-card, .tech-card--always, .tech-card--schedule { min-height: 570px; padding: 0; border-radius: 20px; }.tech-card__copy { top: 32px; left: 28px; right: 28px; }.tech-card__copy > strong { max-width: 440px; font-size: 36px; }.tech-card__copy > em { margin-top: 14px; }.tech-card__visual { top: 215px; left: 5%; right: 5%; bottom: 0; height: auto; }.tech-card__visual--portrait { left: 7%; right: 7%; }.tech-card__visual--flow, .tech-card__visual--threat { top: 220px; left: 6%; right: 6%; bottom: 24px; }.tech-card__visual--shield { top: 215px; }.tech-dialog { border-radius: 22px; }.tech-dialog__shell { display: block; min-height: 0; max-height: calc(100vh - 30px); overflow-y: auto; }.tech-dialog__visual { min-height: 285px; height: 285px; }.tech-dialog__content { min-height: 410px; padding: 37px 25px 30px; }.tech-dialog__content h2 { font-size: 38px; }.tech-dialog__link { margin-top: 35px; }.tech-dialog__close { position: fixed; top: max(23px, env(safe-area-inset-top)); right: 23px; }
    .experience-cards { margin-top: 50px; }.xp-card { min-height: 500px; padding: 25px; border-radius: 22px; }.status-demo, .schedule-demo { left: 25px; right: 25px; bottom: 25px; }.xp-card--notify { display: block; }.notify-stack { margin-top: 35px; }.db-orbit { height: auto; margin-top: 55px; display: grid; gap: 13px; }.db-orbit::before, .db-orbit::after { display: none; }.db-core { position: relative; top: auto; left: auto; width: 142px; height: 142px; margin: 0 auto 25px; transform: none; border-radius: 40px; }.db-core img { width: 86px; height: 86px; }.db-core small { font-size: 7px; }.db-chip { position: static; min-width: 0; min-height: 88px; animation: none; }.resume-stats { gap: 8px; }.resume-stats strong { font-size: 11px; }.resume-panel { padding: 18px; border-radius: 20px; }.chunk-grid { grid-template-columns: repeat(8, 1fr); gap: 4px; }.resume-info { gap: 5px; }.connection-event { grid-template-columns: 30px 1fr 30px 1fr; }.connection-event > i { display: none; }.resume-float { display: none; }
    .k-security { min-height: 890px; }.security-vault { top: 400px; width: 330px; height: 330px; }.vault-ring--1 { width: 320px; height: 320px; }.vault-ring--2 { width: 225px; height: 225px; }.vault-ring--3 { width: 145px; height: 145px; }.vault-core { width: 90px; height: 102px; }.crypto-row { margin-top: 395px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.crypto-row > i { display: none; }.crypto-row > span { min-width: 0; }.ecosystem-cards { grid-template-columns: 1fr; }.eco-card:last-child { grid-column: auto; }.k-store-cta { min-height: auto; padding: 95px 16px; gap: 65px; }.store-device { padding: 23px; border-radius: 22px; transform: none; }.store-product em { display: none; }.store-rating { flex-direction: column; align-items: flex-start; }.store-rating i { display: none; }.store-copy h2 { font-size: 45px; }
}

@media (max-width: 420px) {
    .k-hero h1 { font-size: 47px; }.k-hero__facts span:last-child { display: none; }.k-health-ring { width: 52px; height: 52px; }.k-health-ring span { width: 27px; height: 27px; }.k-live-head em { display: none; }.k-statement h2, .k-section-head h2 { font-size: 37px; }.xp-copy h3 { font-size: 29px; }.status-demo__value strong { font-size: 39px; }.status-demo__steps span:last-child { display: none; }.resume-head em { display: none; }.resume-info { grid-template-columns: 1fr 1fr; }.resume-info span:last-child { display: none; }.crypto-row { grid-template-columns: 1fr; }.k-security { min-height: 1080px; }.security-vault { top: 470px; }.crypto-row { margin-top: 430px; }.eco-card { min-height: 440px; }.store-product .app-icon { width: 46px; height: 46px; }.store-copy h2 { font-size: 39px; }
    .tech-intro h2 { font-size: 38px; }.tech-card, .tech-card--always, .tech-card--schedule { min-height: 530px; }.tech-card__copy { top: 28px; left: 22px; right: 22px; }.tech-card__copy > strong { font-size: 32px; }.tech-card__copy > small { font-size: 9px; }.tech-card__visual { top: 205px; }.tech-card__visual--flow, .tech-card__visual--threat { top: 210px; }.tech-card__visual--shield { top: 205px; }.flow-pieces { width: 90%; gap: 3px; }.shield-orbit--b { width: 340px; }.delta-badge { display: none; }
}

@media (max-width: 760px) {
    .k-hero__facts { gap: 13px 20px; font-size: 11px; letter-spacing: .04em; }
    .k-hero__facts span { gap: 7px; }
    .k-hero__facts i { width: 6px; height: 6px; flex-basis: 6px; }
}

@media (max-width: 420px) {
    .k-hero__facts span:last-child { display: flex; }
}

.cloud-mobile-card{max-width:590px;margin-top:28px;padding:15px 17px;display:grid;grid-template-columns:48px 1fr 20px;gap:13px;align-items:center;border:1px solid rgba(95,220,151,.2);border-radius:18px;color:#eaf8ef;background:rgba(18,43,29,.78);transition:transform .3s,border-color .3s,background .3s}.cloud-mobile-card:hover{transform:translateY(-3px);border-color:rgba(61,220,132,.45);background:rgba(22,54,36,.95)}.cloud-mobile-card .app-icon{width:48px;height:48px;border-radius:14px}.cloud-mobile-card small,.cloud-mobile-card strong,.cloud-mobile-card em{display:block}.cloud-mobile-card small{color:#63cb90;font-size:7px;letter-spacing:.13em}.cloud-mobile-card strong{margin-top:3px;font-size:13px}.cloud-mobile-card em{margin-top:4px;color:#6f8c7c;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:8px;font-style:normal}.cloud-mobile-card>b{color:#59dc91}.store-copy .cloud-mobile-card{margin-left:0}
@media(max-width:1100px){.store-copy .cloud-mobile-card{margin-left:auto;margin-right:auto;text-align:left}}

.cloud-mobile-card{max-width:720px;grid-template-columns:48px minmax(0,1fr) auto 20px}.cloud-mobile-card .google-play-badge{width:145px;height:auto;margin-top:10px}.cloud-mobile-card .play-qr-wrap{color:#71907e}.cloud-mobile-card .play-qr{width:94px;height:94px;padding:5px;border-radius:12px;background:#fff}.cloud-mobile-card .play-qr-wrap em{font-size:6px}.cloud-mobile-card>b{align-self:center}
@media(max-width:760px){.cloud-mobile-card{grid-template-columns:46px 1fr 18px}.cloud-mobile-card .play-qr-wrap{grid-column:1/-1}.cloud-mobile-card .play-qr{width:108px;height:108px}.cloud-mobile-card>b{grid-column:3;grid-row:1}}
