:root{--color-bg: #ffffff;--color-surface: #f5f5f5;--color-surface-2: #eeeeee;--color-surface-muted: #f5f5f5;--color-text: #111111;--color-muted: #7b7b84;--color-text-soft: #7b7b84;--color-border: rgba(17, 17, 17, .08);--color-accent: #ef1025;--color-accent-dark: #c90d1f;--color-black: #070707;--color-white: #ffffff;--radius-xl: 28px;--radius-2xl: 36px;--radius-pill: 999px;--page-padding: 32px;--section-gap: 96px;--container-max: 1920px;--header-height: 72px;--shadow-soft: 0 24px 80px rgba(17, 17, 17, .06);--shadow-card: 0 24px 64px rgba(17, 17, 17, .08)}@keyframes float-gentle{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-10px,0)}}@keyframes float-diagonal{0%,to{transform:translateZ(0)}50%{transform:translate3d(8px,-10px,0)}}@keyframes drift-wide{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(12px,-12px,0) scale(1.02)}}@keyframes pulse-soft{0%,to{opacity:.42;transform:scale(1)}50%{opacity:.7;transform:scale(1.04)}}@keyframes glow-breathe{0%,to{opacity:.18;filter:blur(0)}50%{opacity:.3;filter:blur(4px)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--color-bg);color:var(--color-text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}body,main,section,article,div,nav,footer,header{min-width:0}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}h1,h2,h3,h4,h5,h6{margin:0;color:var(--color-text);line-height:.96;letter-spacing:-.05em;word-break:normal;overflow-wrap:normal;hyphens:none}h1{font-size:clamp(72px,7vw,96px)}h2{font-size:clamp(48px,4.5vw,64px)}h3{font-size:clamp(24px,2vw,32px);line-height:1.02}p,li{margin:0;font-size:clamp(18px,1.25vw,22px);line-height:1.5;color:var(--color-muted);overflow-wrap:break-word}small,.caption{font-size:14px;line-height:1.45}ul,ol{margin:0;padding-left:20px}.page-shell{width:100%;min-height:100vh;background:var(--color-bg)}.container{width:100%;max-width:var(--container-max);margin-inline:auto}.section{width:100%;padding-block:var(--section-gap);padding-inline:var(--page-padding)}.section--tight{padding-top:0}.section--screen,.screen-section{min-height:calc(100vh - var(--header-height));display:flex;align-items:center}.fullscreen-panel{position:relative;display:grid;align-items:center;width:100%;min-height:calc(100vh - var(--header-height) - 64px);padding:clamp(32px,6vw,96px);overflow:hidden;border-radius:var(--radius-2xl);background:var(--color-surface)}.full-bleed{width:100%;max-width:none}.stack{display:grid;gap:24px}.cluster{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.text-muted{color:var(--color-muted)}.text-accent{color:var(--color-accent)}.bg-red{background:var(--color-accent);color:var(--color-white)}.bg-black{background:var(--color-black);color:var(--color-white)}.bg-light{background:var(--color-surface);color:var(--color-text)}.hide-mobile{display:initial}.show-mobile{display:none}.lead{font-size:clamp(18px,1.5vw,24px);line-height:1.4;color:var(--color-muted)}.card{display:grid;gap:18px;padding:32px;border:1px solid var(--color-border);border-radius:var(--radius-2xl);background:var(--color-surface);box-shadow:var(--shadow-soft)}.card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.card-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.link-inline{font-weight:600;color:var(--color-text)}.link-inline:hover{color:var(--color-accent)}.tag-row,.metric-grid,.kpi-grid{display:flex;flex-wrap:wrap;gap:12px}.tag-stack{display:grid;gap:12px}.tag-row--balanced{display:grid;grid-template-columns:repeat(9,max-content);justify-content:space-between;align-items:center;row-gap:12px;column-gap:10px;width:100%}.tag-row--balanced .pill{min-height:36px;padding-inline:14px;font-size:13px;justify-content:center}.section-intro,.section-actions{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:48px}.split-card{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:32px;align-items:start}.split-card__side{display:grid;align-content:start;gap:18px}.check-list{display:grid;gap:12px;padding-left:20px}.tech-card{display:grid;gap:18px}.cta-card{display:flex;align-items:end;justify-content:space-between;gap:32px;padding:clamp(32px,6vw,72px);border:1px solid var(--color-border);border-radius:var(--radius-2xl);background:var(--color-surface);box-shadow:var(--shadow-card)}.cta-card h2{max-width:14ch}.cta-card__actions{display:flex;flex-wrap:wrap;gap:12px}.section-header{display:grid;grid-template-columns:320px 1fr;gap:48px;align-items:start;margin-bottom:48px}.section-header--center{grid-template-columns:1fr;text-align:center}.section-header__meta{display:grid;gap:14px}.section-label{display:inline-flex;align-items:center;gap:14px;font-size:16px;line-height:1.3;color:var(--color-muted)}[id]{scroll-margin-top:calc(var(--header-height) + 24px)}.dot,.section-label .dot{width:10px;height:10px;flex:0 0 10px;border-radius:50%;background:var(--color-accent)}.section-title{max-width:980px;font-size:clamp(42px,4.2vw,76px);line-height:.95;letter-spacing:-.06em}.section-text{max-width:720px;font-size:20px;color:var(--color-muted)}.section-note{max-width:40rem;font-size:16px;line-height:1.36;color:var(--color-muted)}.hero{padding:24px var(--page-padding) 72px}.hero-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.75fr);gap:clamp(32px,5vw,72px);align-items:center;min-height:calc(100vh - var(--header-height) - 72px);padding:clamp(40px,5vw,72px);overflow:hidden;border-radius:var(--radius-2xl);background:linear-gradient(180deg,#ffffffb3,#ffffffb8),var(--color-surface);box-shadow:var(--shadow-card)}.hero-kicker{display:flex;flex-wrap:wrap;align-items:center;gap:12px;font-size:16px;color:var(--color-muted)}.hero-content{align-content:center}.hero-tags{max-width:900px;row-gap:10px}.hero-title{max-width:900px;font-size:clamp(56px,5.2vw,92px);line-height:.92;letter-spacing:-.065em}.hero-text{max-width:720px;margin-top:24px;font-size:clamp(18px,1.35vw,22px);line-height:1.4;color:var(--color-muted)}.hero-person{display:inline-flex;align-items:center;gap:14px;width:fit-content;margin-top:4px;padding:10px 14px 10px 10px;border:1px solid var(--color-border);border-radius:28px;background:#ffffffd6;box-shadow:0 18px 38px #11111114;transition:transform .25s ease,box-shadow .25s ease}.hero-person:hover{transform:translateY(-2px);box-shadow:0 22px 46px #1111111f}.hero-person__avatar{width:86px;height:86px;overflow:hidden;border:1px solid #e5e5e5;border-radius:24px;background:var(--color-surface-2);box-shadow:0 12px 26px #11111114}.hero-person__avatar img{display:block;width:100%;height:100%;object-fit:cover}.hero-person__meta{display:grid;gap:4px}.hero-person__name,.hero-person__role{margin:0}.hero-person__name{font-size:16px;font-weight:700;line-height:1.08;letter-spacing:-.03em;color:var(--color-text)}.hero-person__role{font-size:13px;line-height:1.2;color:var(--color-muted)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:clamp(500px,58vh,660px);align-self:center;overflow:hidden;border-radius:var(--radius-2xl);background:var(--color-black);isolation:isolate;animation:drift-wide 10s ease-in-out infinite}.hero-float{position:absolute;z-index:3;max-width:min(74%,320px);animation:float-gentle 9s ease-in-out infinite}.hero-float--one{top:11%;right:10%;animation-delay:-1s}.hero-float--two{top:24%;left:7%;animation-duration:8s;animation-delay:-3s}.hero-float--three{top:41%;right:16%;animation-duration:10.5s}.hero-float--four{bottom:26%;left:12%;animation:float-diagonal 11s ease-in-out infinite;animation-delay:-2s}.hero-float--five{bottom:18%;right:9%;animation-duration:12s;animation-delay:-4s}.hero-float--six{left:22%;bottom:10%;animation:float-diagonal 10s ease-in-out infinite;animation-delay:-5s}.hero-float--seven{top:8%;left:20%;animation-duration:11.5s;animation-delay:-2.5s}.hero-float .pill{box-shadow:0 18px 36px #0000002e;transition:transform .25s ease,box-shadow .25s ease}.hero-float .pill--hero-strong{background:#ffffff52;border-color:#ffffff38;color:var(--color-white);box-shadow:0 18px 42px #00000042,inset 0 0 0 1px #ffffff0a}.hero-float .pill--hero-muted{background:#ffffff24;border-color:#ffffff24;color:#fffc}.hero-float:hover .pill{transform:translateY(-2px);box-shadow:0 22px 42px #00000038}.visual-card{position:absolute;border-radius:50%;filter:blur(10px);opacity:.96;animation:drift-wide 15s ease-in-out infinite,spin-slow 28s linear infinite}.visual-card--red{top:10%;left:10%;width:36%;height:30%;background:radial-gradient(circle at 34% 34%,rgba(255,255,255,.22),transparent 28%),radial-gradient(circle,#ef102594,#ef102529 46%,#ef102500 76%);animation-delay:-2s}.visual-card--black{right:8%;top:16%;width:38%;height:46%;background:radial-gradient(circle at 44% 44%,#ffffff29,#ffffff14 34%,#fff0 72%),radial-gradient(circle at 70% 30%,#ef10251f,#ef102500 58%);animation:float-diagonal 12s ease-in-out infinite}.visual-card--gray{left:18%;bottom:9%;width:52%;height:28%;background:radial-gradient(circle at 40% 40%,#ffffff57,#ffffff1f 44%,#fff0 76%),radial-gradient(circle at 72% 62%,#ef102514,#ef102500 48%);animation-delay:-5s}.visual-orb{position:absolute;width:360px;height:360px;border-radius:50%;filter:blur(12px);background:radial-gradient(circle,#ef1025cc,#ef102500 68%);animation:pulse-soft 8s ease-in-out infinite}.visual-orb--top{top:-10%;right:-8%}.visual-orb--bottom{bottom:-24%;left:-12%;background:radial-gradient(circle,#ffffff47,#fff0 70%)}.visual-grid-lines{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(180deg,rgba(0,0,0,.8),transparent 92%);animation:glow-breathe 12s ease-in-out infinite}.case-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;margin-inline:auto;gap:24px;align-items:start}.case-grid>.case-card:last-child{grid-column:1 / span 2;width:calc(50% - 12px);justify-self:start}.case-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;aspect-ratio:1 / .92;min-height:auto;padding:clamp(28px,2.2vw,34px);overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-2xl);background:var(--color-surface);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;box-shadow:var(--shadow-soft);isolation:isolate}.case-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card)}.case-card:before,.case-card:after,.case-card__media,.case-card__overlay,.case-card__ring,.case-card__dots,.case-card__orb-alt,.case-card__circle,.case-card__shape,.case-card__visual{pointer-events:none}.case-card--featured{grid-column:auto}.case-card__media,.case-card__overlay{position:absolute;inset:0}.case-card__media{z-index:0}.case-card__overlay{z-index:1;background:transparent}.case-card__content{position:relative;z-index:5;display:flex;flex:1;flex-direction:column;justify-content:space-between;gap:20px;color:inherit}.case-card__top,.case-card__bottom,.case-card__meta,.case-card__metrics,.case-card__actions{position:relative;z-index:5}.case-card__top,.case-card__bottom{display:grid;gap:14px}.case-card__meta{display:flex;flex-wrap:wrap;gap:12px;font-size:14px;line-height:1.4;letter-spacing:-.01em;color:currentColor;opacity:.8}.case-card__title{max-width:12ch;font-size:clamp(28px,2.2vw,44px);line-height:.97;letter-spacing:-.045em}.case-card:not(.case-card--featured) .case-card__title{font-size:clamp(22px,1.8vw,34px)}.case-card--featured .case-card__title{font-size:clamp(32px,3.3vw,54px)}.case-card__subtitle{max-width:30rem;font-size:clamp(15px,.95vw,17px);line-height:1.3;color:currentColor;opacity:.92}.case-card__summary{max-width:30rem;font-size:15px;line-height:1.3;color:currentColor;opacity:.8;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.case-card__title,.case-card__subtitle,.case-card__summary,.case-card__link{color:inherit}.case-card__metrics{display:flex;flex-wrap:wrap;gap:12px}.case-card__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:auto;padding-top:2px}.case-card__cta{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:48px;padding:0 24px;border-radius:var(--radius-pill);font-size:15px;font-weight:600;line-height:1;text-decoration:none;position:relative;z-index:10;transition:transform .25s ease,opacity .25s ease,background-color .25s ease,box-shadow .25s ease}.case-card__link{font-size:15px;font-weight:600;line-height:1.2}.case-card__cta:hover{transform:translateY(-2px)}.case-card--black{--case-graphic-stroke: rgba(255, 255, 255, .92);--case-graphic-fill: rgba(255, 255, 255, .08);--case-graphic-accent: rgba(239, 16, 37, .88);--case-graphic-soft: rgba(255, 255, 255, .24)}.case-card--red{--case-graphic-stroke: rgba(255, 255, 255, .92);--case-graphic-fill: rgba(255, 255, 255, .1);--case-graphic-accent: rgba(255, 255, 255, .86);--case-graphic-soft: rgba(255, 255, 255, .24)}.case-card--light,.case-card--gray{--case-graphic-stroke: rgba(17, 17, 17, .92);--case-graphic-fill: rgba(17, 17, 17, .06);--case-graphic-accent: rgba(239, 16, 37, .92);--case-graphic-soft: rgba(17, 17, 17, .14)}.case-card__visual{position:relative;width:min(100%,250px);height:126px;margin-bottom:6px;pointer-events:none;animation:float-gentle 9s ease-in-out infinite}.case-card__visual span{position:absolute;display:block}.case-card__visual--laptop span:nth-child(1){inset:8px 24px 30px;border:1.5px solid var(--case-graphic-stroke);border-radius:24px 24px 18px 18px;background:linear-gradient(180deg,var(--case-graphic-fill),transparent 70%),radial-gradient(circle at 24% 36%,var(--case-graphic-soft) 0 10px,transparent 11px),radial-gradient(circle at 52% 36%,var(--case-graphic-soft) 0 10px,transparent 11px),radial-gradient(circle at 72% 36%,var(--case-graphic-soft) 0 10px,transparent 11px)}.case-card__visual--laptop span:nth-child(2){left:40px;right:40px;bottom:18px;height:10px;border-radius:999px;background:var(--case-graphic-stroke);opacity:.82}.case-card__visual--laptop span:nth-child(3){top:34px;left:54px;width:70px;height:44px;border-radius:18px;background:var(--case-graphic-accent);box-shadow:82px 0 0 -6px var(--case-graphic-fill)}.case-card__visual--laptop span:nth-child(4){top:24px;right:44px;width:20px;height:20px;border-radius:50%;border:1.5px solid var(--case-graphic-stroke);background:var(--case-graphic-fill);animation:pulse-soft 6.5s ease-in-out infinite}.case-card__visual--chat span:nth-child(1){top:4px;left:88px;width:74px;height:118px;border:1.5px solid var(--case-graphic-stroke);border-radius:28px;background:linear-gradient(180deg,var(--case-graphic-fill),transparent 76%)}.case-card__visual--chat span:nth-child(2){top:24px;left:24px;width:104px;height:34px;border-radius:18px 18px 18px 8px;background:var(--case-graphic-fill);border:1.5px solid var(--case-graphic-soft)}.case-card__visual--chat span:nth-child(3){top:64px;right:24px;width:116px;height:36px;border-radius:18px 18px 8px;background:var(--case-graphic-accent);opacity:.88}.case-card__visual--chat span:nth-child(4){top:36px;left:106px;width:38px;height:4px;border-radius:999px;background:var(--case-graphic-stroke);box-shadow:0 14px 0 var(--case-graphic-soft),56px 42px 0 -1px #ffffff75,56px 56px 0 -1px #ffffff4d}.case-card__visual--cart span:nth-child(1){left:48px;right:42px;top:28px;height:56px;border:1.5px solid var(--case-graphic-stroke);border-radius:18px 18px 22px 22px;background:linear-gradient(180deg,var(--case-graphic-fill),transparent 72%)}.case-card__visual--cart span:nth-child(2){left:76px;top:10px;width:92px;height:36px;border:1.5px solid var(--case-graphic-stroke);border-bottom:0;border-radius:999px 999px 0 0}.case-card__visual--cart span:nth-child(3){left:70px;top:48px;width:22px;height:22px;border-radius:8px;background:var(--case-graphic-accent);box-shadow:36px 0 0 var(--case-graphic-fill),72px 0 0 var(--case-graphic-fill)}.case-card__visual--cart span:nth-child(4){left:74px;bottom:14px;width:20px;height:20px;border-radius:50%;background:var(--case-graphic-stroke);box-shadow:86px 0 0 var(--case-graphic-stroke);opacity:.82}.case-card__visual--chat span:nth-child(2),.case-card__visual--cart span:nth-child(3),.case-card__visual--laptop span:nth-child(3){animation:float-diagonal 10s ease-in-out infinite}.case-card__cta--light{background:var(--color-white);color:var(--color-black)}.case-card--light .case-card__cta--dark,.case-card--gray .case-card__cta--dark{background:var(--color-black);color:var(--color-white)}.case-card--red .case-card__cta--light{background:var(--color-white);color:var(--color-accent-dark)}.case-card--black .case-card__cta--light,.case-card--red .case-card__cta--light,.case-card--light .case-card__cta--dark,.case-card--gray .case-card__cta--dark{box-shadow:0 16px 36px #0000001f}.case-card--black .case-card__cta--light:hover,.case-card--red .case-card__cta--light:hover,.case-card--light .case-card__cta--dark:hover,.case-card--gray .case-card__cta--dark:hover{box-shadow:0 16px 40px #00000029}.case-card__copy{gap:12px}.case-card--featured .case-card__bottom{gap:18px}.case-card__ring{position:absolute;top:18%;left:12%;width:280px;height:280px;border:1px solid rgba(255,255,255,.16);border-radius:50%}.case-card__dots{position:absolute;right:8%;bottom:12%;width:42%;height:38%;background-image:radial-gradient(rgba(255,255,255,.24) 1px,transparent 1px);background-size:14px 14px;mask-image:linear-gradient(180deg,rgba(0,0,0,.9),transparent)}.case-card__orb-alt{bottom:-16%;left:12%;background:radial-gradient(circle,#ffffff42,#fff0 72%)}.case-card__circle{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.24)}.case-card__circle--lg{top:16%;right:12%;width:240px;height:240px}.case-card__circle--sm{bottom:18%;left:16%;width:128px;height:128px;background:#ffffff1a;backdrop-filter:blur(18px)}.case-card__shape{position:absolute;border-radius:var(--radius-xl);background:#ffffff8a;border:1px solid rgba(17,17,17,.06)}.case-card__shape--one{top:10%;right:12%;width:34%;height:18%}.case-card__shape--two{left:10%;bottom:14%;width:44%;height:24%;transform:rotate(-8deg)}.case-card__shape--three{top:28%;left:22%;width:20%;height:20%;border-radius:50%}.case-card--red{background:var(--color-accent);color:var(--color-white)}.case-card--black{background:var(--color-black);color:var(--color-white)}.case-card--light{background:var(--color-surface);color:var(--color-text)}.case-card--gray{background:var(--color-surface-2);color:var(--color-text)}.case-card--black .case-card__summary,.case-card--red .case-card__summary,.case-card--black .case-card__subtitle,.case-card--red .case-card__subtitle{color:#ffffffe0}.case-card--image{background-size:cover;background-position:center}.before-after--compact{grid-template-columns:1fr;gap:12px}.before-after--compact .before-after__item{padding:18px 20px;border-radius:24px;border:1px solid rgba(17,17,17,.08);background:#ffffff0f}.before-after--compact .before-after__item p:last-child{font-size:15px;line-height:1.28;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.case-result{position:relative;z-index:10;padding:22px 24px!important;border-radius:24px;line-height:1.35;opacity:1!important;filter:none!important;mix-blend-mode:normal!important;backdrop-filter:none!important}.case-result--light{background:var(--color-surface-2)!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 18px 45px #0000001a;color:#111!important}.case-result--light p,.case-result--light li{color:#111!important}.case-result--dark{background:#070707!important;border:none!important;box-shadow:0 18px 45px #0000001f;color:#fff!important}.case-result--dark p,.case-result--dark li{color:#fff!important}.case-result__label{margin-bottom:6px;font-size:14px;line-height:1.2;opacity:1!important;color:inherit!important}.case-result__text{font-size:16px;line-height:1.34;color:inherit!important;opacity:1!important;display:block!important;overflow:visible!important;-webkit-line-clamp:initial!important}.case-result--light .case-result__label{color:#11111194!important}.case-result--dark .case-result__label{color:#ffffff9e!important}.case-result *,.case-result__label,.case-result__text{opacity:1!important;filter:none!important;mix-blend-mode:normal!important}.case-card:not(.case-card--featured) .before-after--compact{grid-template-columns:1fr}.case-card:not(.case-card--featured) .before-after--compact .before-after__item:first-child{display:none}.case-card:not(.case-card--featured) .before-after--compact .before-after__item--after,.case-card:not(.case-card--featured) .before-after--compact .before-after__item:last-child{padding:18px 20px}.value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.value-card{display:flex;flex-direction:column;justify-content:flex-start;gap:20px;min-height:300px;padding:32px;border:1px solid var(--color-border);border-radius:var(--radius-2xl);background:var(--color-surface);box-shadow:var(--shadow-soft)}.value-card h3{font-size:clamp(26px,2vw,34px);line-height:1;color:inherit}.value-card p{margin-top:auto;font-size:18px;line-height:1.38}.value-card:nth-child(1){background:var(--color-black);color:var(--color-white)}.value-card:nth-child(1) h3,.value-card:nth-child(2) h3{color:var(--color-white)}.value-card:nth-child(1) p,.value-card:nth-child(2) p{color:#ffffffd1}.value-card:nth-child(2){background:var(--color-accent);color:var(--color-white)}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.process-card{display:grid;gap:14px;min-height:208px;padding:28px;border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface)}.process-card__index{font-size:16px;font-weight:600;color:var(--color-accent)}.process-card__graphic{position:relative;display:grid;align-items:center;width:100%;height:68px;color:var(--color-accent)}.process-card__graphic span{display:block}.process-card__graphic--checklist{gap:10px}.process-card__graphic--checklist span{width:72%;height:8px;border-radius:999px;background:#1111111f}.process-card__graphic--checklist span:nth-child(2){width:58%;background:#ef1025c7}.process-card__graphic--focus:before,.process-card__graphic--focus:after{content:"";position:absolute;border-radius:50%}.process-card__graphic--focus:before{width:46px;height:46px;border:1px solid rgba(17,17,17,.12)}.process-card__graphic--focus:after{width:12px;height:12px;background:var(--color-accent)}.process-card__graphic--variants{grid-template-columns:repeat(3,1fr);gap:10px}.process-card__graphic--variants span{height:48px;border-radius:14px;background:#11111114}.process-card__graphic--flow{grid-template-columns:repeat(3,auto);justify-content:start;gap:12px}.process-card__graphic--flow:before,.process-card__graphic--flow:after{content:"";position:absolute;left:14px;right:14px;top:50%;height:1px;background:#1111111f}.process-card__graphic--flow span{width:14px;height:14px;border-radius:50%;background:var(--color-accent);position:relative;z-index:1}.process-card__graphic--layout{grid-template-columns:repeat(3,1fr);gap:10px}.process-card__graphic--layout span{height:44px;border-radius:10px;border:1px solid rgba(17,17,17,.14);background:#ffffffb3}.process-card__graphic--bars{grid-template-columns:repeat(3,16px);align-items:end;gap:10px}.process-card__graphic--bars span{border-radius:8px 8px 0 0;background:var(--color-accent)}.process-card__graphic--bars span:nth-child(1){height:24px}.process-card__graphic--bars span:nth-child(2){height:40px}.process-card__graphic--bars span:nth-child(3){height:56px}.process-card__graphic--handoff{grid-template-columns:repeat(2,auto);align-items:center;justify-content:start;gap:12px}.process-card__graphic--handoff span:first-child{width:38px;height:48px;border-radius:12px;border:1px solid rgba(17,17,17,.14);background:linear-gradient(rgba(17,17,17,.12) 1px,transparent 1px),linear-gradient(rgba(17,17,17,.12) 1px,transparent 1px);background-size:100% 14px;background-position:0 12px,0 28px;background-repeat:no-repeat}.process-card__graphic--handoff span:nth-child(2){width:34px;height:2px;background:var(--color-accent);position:relative}.process-card__graphic--handoff span:nth-child(2):after{content:"";position:absolute;right:-2px;top:-4px;width:10px;height:10px;border-top:2px solid var(--color-accent);border-right:2px solid var(--color-accent);transform:rotate(45deg)}.process-card-title{font-size:clamp(20px,1.6vw,30px);line-height:1.02}.process-card-text{font-size:16px;line-height:1.32;max-width:18rem}.feature-panel{padding:32px;border:1px solid var(--color-border);border-radius:var(--radius-2xl);background:var(--color-surface);box-shadow:var(--shadow-soft)}.feature-panel h3{font-size:clamp(22px,1.8vw,34px);line-height:1}.feature-panel p{font-size:16px;line-height:1.36}.figma-visual{display:flex;align-items:center;justify-content:center;min-height:320px}.figma-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:56px;align-items:center;margin-top:24px}.figma-content{max-width:42rem}.figma-visual{min-height:360px;border-radius:36px;background:var(--color-surface);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center}.figma-visual__panel{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:radial-gradient(circle at 76% 24%,rgba(239,16,37,.08),transparent 34%),linear-gradient(180deg,#ffffffc7,#ffffff38);border:0;box-shadow:none;isolation:isolate}.figma-system{position:relative;width:min(420px,72%);aspect-ratio:1.02;animation:float-gentle 10s ease-in-out infinite}.figma-system__glow,.figma-system__line,.figma-system__node,.figma-system__board,.figma-system__panel,.figma-system__variant,.figma-system__pill{position:absolute}.figma-system__glow{inset:14% 12%;border-radius:50%;background:radial-gradient(circle,#ef102524,#ef102500 72%);animation:pulse-soft 7.5s ease-in-out infinite}.figma-system__node{width:14px;height:14px;border-radius:50%;background:var(--color-black);box-shadow:0 0 0 6px #1111110d;animation:pulse-soft 6.8s ease-in-out infinite}.figma-system__node--one{top:18%;left:14%}.figma-system__node--two{top:28%;right:18%;background:var(--color-accent);box-shadow:0 0 0 6px #ef102514;animation-delay:-2s}.figma-system__node--three{bottom:20%;left:36%;animation-delay:-4s}.figma-system__line{height:1px;background:linear-gradient(90deg,#1110,#1111112e,#1110);transform-origin:left center;animation:float-diagonal 11s ease-in-out infinite}.figma-system__line--one{top:24%;left:16%;width:42%;transform:rotate(8deg)}.figma-system__line--two{top:48%;left:34%;width:34%;transform:rotate(-18deg)}.figma-system__line--three{bottom:24%;left:20%;width:40%;background:linear-gradient(90deg,#ef102500,#ef102542,#ef102500);transform:rotate(6deg);animation-delay:-3s}.figma-system__board,.figma-system__panel{border:1px solid rgba(17,17,17,.08);background:#ffffffb8;box-shadow:0 24px 56px #11111114;backdrop-filter:blur(12px)}.figma-system__board{width:34%;height:24%;padding:14px;border-radius:24px;display:grid;gap:10px;animation:float-diagonal 10.5s ease-in-out infinite}.figma-system__board span,.figma-system__panel span{display:block;border-radius:999px}.figma-system__board span:nth-child(1),.figma-system__panel span:nth-child(1){height:10px;width:44%;background:#1111111f}.figma-system__board span:nth-child(2),.figma-system__panel span:nth-child(2){height:34px;background:#1111110f}.figma-system__board span:nth-child(3),.figma-system__panel span:nth-child(3){height:34px;background:#ef10251a}.figma-system__board--one{top:14%;left:24%}.figma-system__board--two{right:10%;bottom:16%;animation-delay:-3s}.figma-system__panel--main{left:26%;top:34%;width:42%;height:30%;padding:18px;border-radius:28px;display:grid;gap:12px;animation:float-gentle 11s ease-in-out infinite}.figma-system__panel--main span:nth-child(4){display:block;height:44px;border-radius:18px;background:var(--color-black)}.figma-system__variant{width:64px;height:64px;border-radius:20px;border:1px solid rgba(17,17,17,.08);background:#f5f5f5f5;box-shadow:0 16px 36px #1111110f;animation:float-gentle 8.5s ease-in-out infinite}.figma-system__variant--one{top:20%;right:20%}.figma-system__variant--two{bottom:18%;left:18%;background:#ef1025eb;animation-delay:-3s}.figma-system__pill{height:26px;border-radius:999px;background:#11111114}.figma-system__pill--one{top:56%;right:20%;width:88px}.figma-system__pill--two{bottom:28%;right:28%;width:64px;background:#ef10252e}.tech-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.tech-card--sector{position:relative;display:grid;align-content:space-between;gap:20px;min-height:320px;padding:32px;border:1px solid var(--color-border);border-radius:var(--radius-2xl);overflow:hidden}.tech-card--sector h3{font-size:clamp(22px,1.8vw,34px);line-height:1;color:inherit}.tech-card--sector p{max-width:22rem;font-size:16px;line-height:1.34}.tech-card__copy{gap:14px;position:relative;z-index:1}.tech-card__graphic{position:relative;display:grid;align-items:center;width:100%;height:96px;opacity:.9}.tech-card__graphic span{display:block}.tech-card__graphic--grid{background-image:linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px);background-size:16px 16px;border-radius:18px}.tech-card__graphic--grid span,.tech-card__graphic--wave span{display:none}.tech-card__graphic--nodes{grid-template-columns:repeat(3,1fr)}.tech-card__graphic--nodes:before,.tech-card__graphic--nodes:after{content:"";position:absolute;left:18%;right:18%;top:50%;height:1px;background:#ffffff57}.tech-card__graphic--nodes span{width:16px;height:16px;border-radius:50%;background:#ffffffd1;justify-self:center}.tech-card__graphic--wave{background:radial-gradient(circle at 15% 60%,rgba(17,17,17,.12) 0 10px,transparent 11px),radial-gradient(circle at 35% 40%,rgba(17,17,17,.12) 0 10px,transparent 11px),radial-gradient(circle at 55% 64%,rgba(17,17,17,.12) 0 10px,transparent 11px),radial-gradient(circle at 75% 38%,rgba(17,17,17,.12) 0 10px,transparent 11px)}.tech-card__graphic--blocks{grid-template-columns:repeat(3,1fr);gap:10px}.tech-card__graphic--blocks span{height:34px;border-radius:14px;background:#11111114}.tech-card--sector.bg-black h3,.tech-card--sector.bg-red h3{color:var(--color-white)}.tech-card--sector.bg-black p,.tech-card--sector.bg-red p{color:#ffffffe0}.mini-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.lowcode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;grid-auto-rows:1fr}.mini-card{display:grid;gap:12px;min-height:180px;padding:24px;border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface)}.mini-card h3{font-size:clamp(22px,1.8vw,30px);line-height:1.02}.mini-card p{font-size:16px;line-height:1.34}.mini-card--project{min-height:156px;display:grid;grid-template-rows:auto 1fr;align-content:stretch;background:var(--color-surface-2);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.mini-card--project h3{font-size:clamp(20px,1.5vw,26px);line-height:1.02}.mini-card--project p{font-size:14px;line-height:1.3}.mini-card--project-link:hover{transform:translateY(-3px);box-shadow:var(--shadow-card);border-color:#1111111f}.mini-card--project-link:nth-child(1){background:#f3f3f3}.mini-card--project-link:nth-child(2){background:#f0f0f0}.mini-card--project-link:nth-child(3){background:#f4f4f4}.mini-card--project-link:nth-child(4){background:#efefef}.mini-card--project-link:nth-child(5){background:#f2f2f2}.mini-card--project-link:nth-child(6){background:#ededed}.mini-card--project-link{position:relative;height:100%}.mini-card__project-copy{align-self:end;display:grid;gap:8px}.mini-card__graphic{position:relative;width:96px;height:62px;color:#111111b8}.mini-card__graphic span{position:absolute;display:block}.mini-card__graphic--hoodie span:nth-child(1){left:18px;top:12px;width:42px;height:20px;border:2px solid currentColor;border-bottom:0;border-radius:20px 20px 0 0}.mini-card__graphic--hoodie span:nth-child(2){left:12px;top:24px;width:54px;height:28px;border:2px solid currentColor;border-radius:18px 18px 14px 14px}.mini-card__graphic--hoodie span:nth-child(3){left:36px;top:30px;width:6px;height:18px;border-left:2px solid currentColor;border-right:2px solid currentColor}.mini-card__graphic--racket span:nth-child(1){left:18px;top:8px;width:34px;height:42px;border:2px solid currentColor;border-radius:48% 48% 42% 42%}.mini-card__graphic--racket span:nth-child(2){left:44px;top:40px;width:20px;height:4px;background:currentColor;transform:rotate(42deg);transform-origin:left center}.mini-card__graphic--racket span:nth-child(3){left:70px;top:20px;width:10px;height:10px;border-radius:50%;background:#1111113d}.mini-card__graphic--steak span:nth-child(1){left:10px;top:14px;width:58px;height:34px;border:2px solid currentColor;border-radius:54% 44% 46% 38%}.mini-card__graphic--steak span:nth-child(2),.mini-card__graphic--steak span:nth-child(3){left:24px;width:30px;height:2px;background:currentColor}.mini-card__graphic--steak span:nth-child(2){top:26px}.mini-card__graphic--steak span:nth-child(3){top:34px}.mini-card__graphic--mop span:nth-child(1){left:46px;top:6px;width:2px;height:42px;background:currentColor}.mini-card__graphic--mop span:nth-child(2){left:26px;top:42px;width:42px;height:10px;border:2px solid currentColor;border-radius:6px 6px 12px 12px;transform:rotate(-12deg)}.mini-card__graphic--mop span:nth-child(3){left:18px;top:50px;width:52px;height:2px;background:#1111112e}.mini-card__graphic--dumbbell span:nth-child(1){left:18px;top:28px;width:48px;height:4px;background:currentColor}.mini-card__graphic--dumbbell span:nth-child(2),.mini-card__graphic--dumbbell span:nth-child(3){top:18px;width:10px;height:24px;border:2px solid currentColor;border-radius:6px}.mini-card__graphic--dumbbell span:nth-child(2){left:12px}.mini-card__graphic--dumbbell span:nth-child(3){left:60px}.mini-card__graphic--developer span:nth-child(1){left:10px;top:12px;width:56px;height:34px;border:2px solid currentColor;border-radius:12px}.mini-card__graphic--developer span:nth-child(2){left:28px;top:48px;width:20px;height:3px;background:currentColor}.mini-card__graphic--developer span:nth-child(3){left:72px;top:16px;width:12px;height:12px;border-radius:50%;background:#1113;box-shadow:0 18px #1111111f}.mini-card__icon{position:absolute;top:18px;right:18px;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:1px solid rgba(17,17,17,.08);background:#ffffffd1;box-shadow:0 10px 18px #1111110a;font-size:18px;font-weight:600;line-height:1;color:#111111db;transition:transform .25s ease,background-color .25s ease,border-color .25s ease,color .25s ease}.mini-card--project-link:hover .mini-card__icon{transform:translateY(-1px);background:#fffffff5;border-color:#11111124;color:#111}.split-card__side .lowcode-grid{width:100%}.metrics-panel{min-height:calc(100vh - var(--header-height) - 120px);gap:32px;position:relative;isolation:isolate}.metrics-panel>*:not(.metrics-decor){position:relative;z-index:1}.metrics-decor{position:absolute;inset:0;pointer-events:none;overflow:hidden}.metrics-decor__orbit,.metrics-decor__grid,.metrics-decor__line,.metrics-decor__node{position:absolute}.metrics-decor__orbit{border:1px solid rgba(17,17,17,.06);border-radius:50%;animation:drift-wide 12s ease-in-out infinite}.metrics-decor__orbit--one{top:-22%;right:-6%;width:48%;aspect-ratio:1}.metrics-decor__orbit--two{left:-8%;bottom:-24%;width:42%;aspect-ratio:1;border-color:#ef10251f;animation-duration:15s}.metrics-decor__grid{top:18%;right:10%;width:36%;height:46%;border-radius:32px;background-image:linear-gradient(rgba(17,17,17,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(17,17,17,.05) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(180deg,rgba(0,0,0,.6),transparent 92%);animation:glow-breathe 12s ease-in-out infinite}.metrics-decor__grid:before,.metrics-decor__grid:after{content:"";position:absolute;left:10%;right:10%;height:1px;background:linear-gradient(90deg,#ef102500,#ef102529,#ef102500)}.metrics-decor__grid:before{top:34%}.metrics-decor__grid:after{top:68%}.metrics-decor__line{height:1px;background:linear-gradient(90deg,#ef102500,#ef102538,#1110);transform-origin:left center;animation:float-diagonal 11s ease-in-out infinite}.metrics-decor__line--one{left:14%;top:34%;width:34%;transform:rotate(12deg)}.metrics-decor__line--two{right:18%;bottom:28%;width:26%;transform:rotate(-10deg);animation-delay:-3s}.metrics-decor__line--one:after,.metrics-decor__line--two:after{content:"";position:absolute;right:0;top:50%;width:10px;height:10px;border-radius:50%;background:#ef102538;transform:translateY(-50%)}.metrics-decor__node{width:14px;height:14px;border-radius:50%;background:#11111114;border:1px solid rgba(17,17,17,.06);animation:pulse-soft 7s ease-in-out infinite}.metrics-decor__node--one{top:31%;left:19%}.metrics-decor__node--two{top:48%;right:24%;background:#ef102524;border-color:#ef102529;animation-delay:-2s}.metrics-decor__node--three{bottom:24%;left:34%;animation-delay:-4s}.metrics-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:start}.metric-group{display:grid;gap:18px;min-height:100%;padding:28px;border:1px solid var(--color-border);border-radius:var(--radius-xl);background:#fff9}.metric-group h3{font-size:clamp(22px,1.8vw,32px);line-height:1}.metric-cloud{display:flex;flex-wrap:wrap;gap:12px}.cta-card--dark{min-height:min(620px,calc(100vh - var(--header-height) - 120px));align-items:center;padding-block:clamp(32px,4vw,56px);background:var(--color-black);color:var(--color-white);position:relative;overflow:hidden;isolation:isolate}.cta-card--dark>*:not(.contact-decor){position:relative;z-index:1}.cta-card--dark h2,.cta-card--dark .section-label,.cta-card--dark .section-text{color:var(--color-white)}.cta-card--dark .section-text{opacity:.78}.cta-card__text{margin-top:20px}.contact-decor{position:absolute;inset:0;pointer-events:none;overflow:hidden}.contact-decor__orb,.contact-decor__ring,.contact-decor__line,.contact-decor__node{position:absolute}.contact-decor__orb{border-radius:50%;filter:blur(4px);animation:pulse-soft 8.5s ease-in-out infinite}.contact-decor__orb--red{right:-8%;top:-14%;width:380px;height:380px;background:radial-gradient(circle,#ef102542,#ef102500 70%)}.contact-decor__orb--gray{left:-10%;bottom:-28%;width:420px;height:420px;background:radial-gradient(circle,#ffffff14,#fff0 72%);animation-delay:-2.5s}.contact-decor__ring{border-radius:50%;border:1px solid rgba(255,255,255,.08);animation:drift-wide 12s ease-in-out infinite}.contact-decor__ring--one{right:6%;bottom:-14%;width:340px;height:340px}.contact-decor__ring--two{left:38%;top:14%;width:220px;height:220px;border-color:#ef10252e;animation-duration:14s}.contact-decor__line{height:1px;background:linear-gradient(90deg,#fff0,#ffffff2e,#fff0);animation:float-diagonal 10s ease-in-out infinite}.contact-decor__line--one{top:34%;left:44%;width:24%;transform:rotate(14deg)}.contact-decor__line--two{bottom:24%;left:18%;width:30%;transform:rotate(-8deg);animation-delay:-3s}.contact-decor__node{width:12px;height:12px;border-radius:50%;border:1px solid rgba(255,255,255,.16);background:#ffffff1f;animation:pulse-soft 6.5s ease-in-out infinite}.contact-decor__node--one{top:30%;right:22%}.contact-decor__node--two{bottom:28%;left:34%;background:#ef102552;border-color:#ef102561;animation-delay:-2s}.contact-decor__node--three{top:56%;left:62%;animation-delay:-4s}.metric-pill{display:inline-grid;gap:4px;min-width:0;padding:12px 18px;border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface);font-size:15px;line-height:1.35;color:var(--color-text);white-space:nowrap}.metric-pill strong{font-size:16px;line-height:1.1;letter-spacing:-.02em}.metric-pill span{font-size:15px;color:var(--color-muted)}.case-card--red .metric-pill,.case-card--black .metric-pill{border-color:#ffffff29;background:#ffffff29;color:var(--color-white)}.case-card--red .metric-pill span,.case-card--black .metric-pill span{color:#ffffffc2}.case-hero{display:grid;align-items:end;min-height:calc(100vh - var(--header-height));padding:var(--page-padding)}.case-hero-panel{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:end;min-height:70vh;padding:clamp(32px,6vw,96px);border-radius:var(--radius-2xl);background:var(--color-surface);box-shadow:var(--shadow-card)}.case-article{width:100%;max-width:none}.case-content{width:100%;padding:var(--section-gap) var(--page-padding)}.case-content-inner{max-width:1160px;margin-inline:auto}.case-content h2{margin-top:96px;margin-bottom:24px;font-size:clamp(34px,4vw,64px);line-height:1;letter-spacing:-.05em}.case-content h3{margin-top:48px;margin-bottom:18px;font-size:clamp(24px,2.4vw,36px);line-height:1.02;letter-spacing:-.04em}.case-content p{font-size:20px;line-height:1.55;color:var(--color-text)}.case-content ul,.case-content ol{display:grid;gap:10px;padding-left:20px}.case-content p,.case-content ul,.case-content ol{margin-bottom:20px}.before-after{display:grid;grid-template-columns:1fr 1fr;gap:24px}.before-after__item{padding:28px;border-radius:var(--radius-xl);background:var(--color-surface)}.before-after__item--after{background:var(--color-black);color:var(--color-white)}.before-after__item--after p,.before-after__item--after li{color:#ffffffd1}.case-page-hero{padding:24px var(--page-padding) 72px}.case-page-hero__panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.92fr);gap:clamp(32px,5vw,72px);align-items:center;min-height:calc(100vh - var(--header-height) - 72px);padding:clamp(32px,4vw,72px);border-radius:var(--radius-2xl);background:linear-gradient(180deg,#ffffffd6,#ffffffad),var(--color-surface);box-shadow:var(--shadow-card)}.case-page-hero__content{align-content:center}.case-page-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.case-page-meta-card{display:grid;gap:8px;padding:20px;border:1px solid var(--color-border);border-radius:var(--radius-xl);background:#ffffffbd}.case-page-meta-card p:last-child{font-size:16px;line-height:1.34;color:var(--color-text)}.case-page-hero__visual{position:relative;min-height:clamp(420px,52vh,620px);border-radius:var(--radius-2xl);background:var(--color-black);overflow:hidden}.case-dashboard{position:absolute;inset:0;display:grid;place-items:center;padding:32px;isolation:isolate}.case-dashboard__glow{position:absolute;inset:10% 12%;border-radius:50%;background:radial-gradient(circle,#ef102538,#ef102500 70%);animation:pulse-soft 8s ease-in-out infinite}.case-dashboard__frame{position:relative;z-index:2;width:min(100%,520px);padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:#ffffff0f;box-shadow:0 26px 70px #00000047;backdrop-filter:blur(16px);animation:float-gentle 9s ease-in-out infinite}.case-dashboard__toolbar{display:flex;gap:8px;margin-bottom:14px}.case-dashboard__toolbar span{width:10px;height:10px;border-radius:50%;background:#ffffff8f}.case-dashboard__layout{display:grid;grid-template-columns:1fr 1.08fr .9fr;gap:12px}.case-dashboard__list,.case-dashboard__chat,.case-dashboard__card{display:grid;gap:10px;padding:14px;border-radius:20px;background:#ffffff14}.case-dashboard__list span,.case-dashboard__card span{display:block;height:34px;border-radius:14px;background:#ffffff24}.case-dashboard__list span:first-child,.case-dashboard__card span:first-child{height:12px;width:56%;background:#ffffff4d}.case-dashboard__chat span{display:block;height:42px;border-radius:18px;background:#ffffff1f}.case-dashboard__chat span:nth-child(2){width:84%;justify-self:end;background:#ef1025b8}.case-dashboard__chat span:nth-child(3){width:68%;background:#ffffff38}.case-dashboard__node,.case-dashboard__status{position:absolute;z-index:1}.case-dashboard__node{width:14px;height:14px;border-radius:50%;background:#ffffffd1;box-shadow:0 0 0 8px #ffffff14;animation:pulse-soft 6.8s ease-in-out infinite}.case-dashboard__node--one{top:16%;left:14%}.case-dashboard__node--two{top:24%;right:16%;background:#ef1025e6;box-shadow:0 0 0 8px #ef102524;animation-delay:-2s}.case-dashboard__node--three{bottom:18%;left:28%;animation-delay:-4s}.case-dashboard__status{height:28px;border-radius:999px;background:#ffffff29;border:1px solid rgba(255,255,255,.12)}.case-dashboard__status--one{top:20%;left:10%;width:96px}.case-dashboard__status--two{right:10%;top:38%;width:72px;background:#ef10255c}.case-dashboard__status--three{left:14%;bottom:14%;width:118px}.case-section-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);gap:32px;align-items:start}.case-section-grid--context{align-items:center}.case-section-copy{max-width:48rem}.case-prose p,.case-note{font-size:18px;line-height:1.52;color:var(--color-text)}.case-note{max-width:52rem;margin-top:24px}.case-flow-card,.case-system-map,.case-phone,.case-check-card,.other-case-card{position:relative;overflow:hidden}.case-flow-card{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:28px;border:1px solid var(--color-border);border-radius:var(--radius-2xl);background:var(--color-surface);box-shadow:var(--shadow-soft)}.case-flow-card__node{flex:1 1 124px;padding:14px 12px;border-radius:18px;background:var(--color-white);font-size:14px;font-weight:600;line-height:1.2;text-align:center}.case-flow-card__arrow{flex:0 0 34px;height:1px;background:linear-gradient(90deg,#ef10251f,#ef102575,#ef10251f)}.case-statement-card{display:grid;gap:18px;padding:clamp(28px,4vw,48px);border-radius:var(--radius-2xl);box-shadow:var(--shadow-card)}.case-statement-card h2{max-width:22ch;color:inherit;font-size:clamp(34px,3.5vw,54px);line-height:.98}.case-role-grid,.case-option-grid{margin-top:28px}.case-role-card p,.case-option-card p,.case-check-card p{color:var(--color-text)}.case-option-card--featured h3,.case-option-card--featured p{color:var(--color-white)}.case-system-map{display:grid;gap:16px;padding:28px;border:1px solid var(--color-border);border-radius:var(--radius-2xl);background:var(--color-surface);box-shadow:var(--shadow-soft)}.case-system-map__row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.case-system-map__row span{display:grid;place-items:center;min-height:88px;padding:18px;border-radius:20px;background:#ffffffb8;font-size:15px;font-weight:600;color:var(--color-text)}.case-highlight-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.86fr);gap:28px;padding:clamp(28px,4vw,48px);border-radius:var(--radius-2xl);box-shadow:var(--shadow-card)}.case-highlight-card__copy{display:grid;gap:16px}.case-highlight-card__copy h2,.case-highlight-card__copy p,.case-highlight-card .section-label{color:var(--color-white)}.case-sequence{display:grid;align-content:center;gap:12px}.case-sequence div{padding:18px 20px;border-radius:20px;background:#ffffff14;color:#ffffffe6;font-size:15px;font-weight:600}.case-phone{display:grid;place-items:center;padding:22px;border-radius:var(--radius-2xl);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-soft)}.case-phone__screen{position:relative;width:min(100%,280px);aspect-ratio:.52;padding:18px;border-radius:32px;background:var(--color-black);box-shadow:0 24px 64px #11111129;animation:float-gentle 9s ease-in-out infinite}.case-phone__header,.case-phone__lead,.case-phone__actions span,.case-phone__nav span{display:block;border-radius:16px}.case-phone__header{height:22px;margin-bottom:16px;background:#ffffff38}.case-phone__lead{height:136px;margin-bottom:16px;background:radial-gradient(circle at 26% 28%,#ef1025b8,#ef102500 22%),#ffffff1f}.case-phone__actions{display:grid;gap:10px;margin-bottom:18px}.case-phone__actions span{height:42px;background:#ffffff1a}.case-phone__actions span:first-child{background:#ef1025db}.case-phone__nav{position:absolute;left:18px;right:18px;bottom:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.case-phone__nav span{height:32px;background:#ffffff24}.case-check-grid{margin-top:28px}.case-check-card{height:100%}.case-metrics-panel{min-height:auto;display:grid;gap:28px}.case-metrics-panel>*:not(.metrics-decor){position:relative;z-index:1}.case-metric-cloud{position:relative;z-index:1}.case-result-grid{margin-top:28px}.case-result-card{min-height:260px}.case-result-card h3{max-width:18ch;font-size:clamp(28px,2.6vw,42px);line-height:1}.case-result-card--accent h3,.case-result-card--accent .caption{color:var(--color-white)}.other-cases-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:28px}.other-case-card{display:grid;align-content:space-between;gap:18px;min-height:280px;padding:28px;border:1px solid var(--color-border);border-radius:var(--radius-2xl);background:var(--color-surface);box-shadow:var(--shadow-soft)}.other-case-card h3{font-size:clamp(24px,2vw,34px);line-height:1}.other-case-card p{max-width:28rem;font-size:16px;line-height:1.4}.other-case-card--red{background:var(--color-accent);color:var(--color-white)}.other-case-card--red p,.other-case-card--red h3{color:var(--color-white)}.case-page{--case-accent: var(--color-accent);--case-accent-soft: rgba(239, 16, 37, .1);--case-accent-medium: rgba(239, 16, 37, .18);--case-accent-strong: rgba(239, 16, 37, .32);--case-accent-contrast: #ffffff}.case-page--chat-leads{--case-accent: #2c6eef;--case-accent-soft: rgba(44, 110, 239, .1);--case-accent-medium: rgba(44, 110, 239, .18);--case-accent-strong: rgba(44, 110, 239, .32);--case-accent-contrast: #ffffff}.case-page--migration-bot{--case-accent: #86bd13;--case-accent-soft: rgba(134, 189, 19, .1);--case-accent-medium: rgba(134, 189, 19, .18);--case-accent-strong: rgba(134, 189, 19, .32);--case-accent-contrast: #111111}.case-page--usize{--case-accent: #edc16b;--case-accent-dark: #703f1d;--case-accent-soft: rgba(237, 193, 107, .16);--case-accent-medium: rgba(237, 193, 107, .28);--case-accent-strong: rgba(237, 193, 107, .4);--case-accent-brown-soft: rgba(112, 63, 29, .12);--case-accent-contrast: #111111}.case-page .section-label .dot,.case-page .dot{background:var(--case-accent)}.case-page .case-section-label{color:var(--color-muted)}.case-page .case-section-label--inverse{color:#ffffffbd}.case-page .case-dashboard__glow{background:radial-gradient(circle,var(--case-accent-medium),transparent 70%)}.case-page .case-dashboard__chat span:nth-child(2),.case-page .case-dashboard__node--two,.case-page .case-phone__actions span:first-child,.case-page .figma-system__node--two,.case-page .figma-system__variant--two{background:var(--case-accent)}.case-page .case-dashboard__status--two{background:var(--case-accent-medium)}.case-page .case-phone__lead{background:radial-gradient(circle at 26% 28%,var(--case-accent),transparent 22%),#ffffff1f}.case-page .case-dashboard__node--two{box-shadow:0 0 0 8px var(--case-accent-medium)}.case-page .figma-system__glow{background:radial-gradient(circle,var(--case-accent-soft),transparent 72%)}.case-page .figma-system__line--three{background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--case-accent) 26%,transparent),transparent)}.case-page .figma-system__pill--two,.case-page .figma-system__board span:nth-child(3),.case-page .figma-system__panel span:nth-child(3){background:var(--case-accent-soft)}.case-page .figma-system__node--two{box-shadow:0 0 0 6px color-mix(in srgb,var(--case-accent) 14%,transparent)}.case-page .metrics-decor__orbit--two{border-color:color-mix(in srgb,var(--case-accent) 14%,transparent)}.case-page .metrics-decor__line,.case-page .metrics-decor__grid:before,.case-page .metrics-decor__grid:after{background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--case-accent) 20%,transparent),transparent)}.case-page .metrics-decor__line--one:after,.case-page .metrics-decor__line--two:after{background:color-mix(in srgb,var(--case-accent) 22%,transparent)}.case-page .metrics-decor__node--two{background:color-mix(in srgb,var(--case-accent) 16%,transparent);border-color:color-mix(in srgb,var(--case-accent) 18%,transparent)}.case-context-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.case-context-grid--migration{grid-template-columns:repeat(3,minmax(0,1fr))}.migration-context-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:clamp(36px,5vw,80px);align-items:start}.migration-context-visual{align-self:start;margin-top:clamp(8px,2vw,28px)}.migration-context-cards{grid-column:1 / -1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.case-context-card{min-height:132px}.case-context-card h3{font-size:clamp(19px,1.35vw,24px);line-height:1.08}.case-context-card p{color:var(--color-muted)}.case-flow-card--enhanced{position:relative}.case-flow-card__pulse{position:absolute;left:8%;top:50%;width:12px;height:12px;border-radius:50%;background:var(--case-accent);box-shadow:0 0 0 8px var(--case-accent-soft);transform:translateY(-50%);animation:case-path-pulse 7s ease-in-out infinite}.case-page .case-flow-card__arrow{background:linear-gradient(90deg,color-mix(in srgb,var(--case-accent) 12%,transparent),color-mix(in srgb,var(--case-accent) 52%,transparent),color-mix(in srgb,var(--case-accent) 12%,transparent))}.case-task-card{position:relative;overflow:hidden;display:grid;gap:24px;padding:clamp(40px,6vw,80px);border-radius:44px;background:var(--case-accent);color:var(--case-accent-contrast);box-shadow:var(--shadow-card)}.case-task-card__label{margin:0;color:color-mix(in srgb,var(--case-accent-contrast) 72%,transparent);font-size:16px;line-height:1.2}.case-task-card__text{max-width:1200px;margin:0;font-size:clamp(36px,4.2vw,72px);line-height:.95;letter-spacing:-.06em;color:var(--case-accent-contrast)}.case-task-card__flow{display:flex;flex-wrap:wrap;gap:12px}.case-task-card__flow span{display:inline-flex;align-items:center;min-height:42px;padding:0 18px;border-radius:999px;background:color-mix(in srgb,var(--case-accent-contrast) 14%,transparent);color:var(--case-accent-contrast);font-size:14px;font-weight:600}.case-task-card--darkaccent{background:var(--case-accent-dark);color:#fff}.case-task-card--darkaccent .case-task-card__label{color:#ffffffb8}.case-task-card--darkaccent .case-task-card__text,.case-task-card--darkaccent .case-task-card__flow span{color:#fff}.case-task-card--darkaccent .case-task-card__flow span{background:#ffffff29}.case-role-card{height:100%;gap:16px}.case-role-card__graphic{position:relative;height:72px;color:var(--case-accent)}.case-role-card__graphic span{position:absolute;display:block}.case-role-card--accent{background:var(--case-accent);color:var(--case-accent-contrast)}.case-role-card--accent h3,.case-role-card--accent p{color:var(--case-accent-contrast)}.case-role-card--accent .case-role-card__graphic{color:var(--color-white)}.case-role-card__graphic--visitor span:nth-child(1){left:12px;top:6px;width:22px;height:22px;border-radius:50%;background:currentColor}.case-role-card__graphic--visitor span:nth-child(2){left:6px;top:32px;width:34px;height:24px;border-radius:16px 16px 10px 10px;border:2px solid currentColor}.case-role-card__graphic--visitor span:nth-child(3){right:8px;top:14px;width:34px;height:24px;border-radius:14px 14px 14px 6px;border:2px solid currentColor}.case-role-card__graphic--operator span:nth-child(1){left:10px;top:8px;width:36px;height:36px;border-radius:50%;border:2px solid currentColor}.case-role-card__graphic--operator span:nth-child(2){left:4px;top:18px;width:48px;height:28px;border-top:2px solid currentColor;border-left:2px solid currentColor;border-right:2px solid currentColor;border-radius:24px 24px 8px 8px}.case-role-card__graphic--operator span:nth-child(3){right:6px;top:20px;width:30px;height:20px;border-radius:14px;background:currentColor;opacity:.18}.case-role-card__graphic--admin span:nth-child(1){left:8px;top:10px;width:34px;height:40px;border-radius:18px 18px 14px 14px;border:2px solid currentColor}.case-role-card__graphic--admin span:nth-child(2){left:17px;top:24px;width:16px;height:16px;border-radius:50%;background:currentColor}.case-role-card__graphic--admin span:nth-child(3){right:8px;top:14px;width:26px;height:26px;border-radius:50%;border:2px solid currentColor;box-shadow:0 -12px 0 -10px currentColor,0 12px 0 -10px currentColor,12px 0 0 -10px currentColor,-12px 0 0 -10px currentColor}.case-role-card__graphic--business span:nth-child(1),.case-role-card__graphic--business span:nth-child(2),.case-role-card__graphic--business span:nth-child(3){bottom:6px;width:16px;border-radius:10px 10px 0 0;background:currentColor}.case-role-card__graphic--business span:nth-child(1){left:10px;height:30px}.case-role-card__graphic--business span:nth-child(2){left:34px;height:44px}.case-role-card__graphic--business span:nth-child(3){left:58px;height:24px}.case-option-card{position:relative;height:100%;gap:14px}.case-option-card--form{background:var(--color-white)}.case-option-card--bot{background:var(--color-surface-2)}.case-option-card--featured{background:var(--case-accent);border-color:transparent}.case-option-card--featured h3,.case-option-card--featured p{color:var(--case-accent-contrast)}.case-option-card__badge{display:inline-flex;width:fit-content;min-height:34px;padding:0 14px;border-radius:999px;background:color-mix(in srgb,var(--case-accent-contrast) 18%,transparent);color:var(--case-accent-contrast);font-size:13px;font-weight:600;align-items:center}.case-option-card__graphic{position:relative;height:72px;color:var(--case-accent)}.case-option-card--featured .case-option-card__graphic{color:var(--case-accent-contrast)}.case-option-card__graphic span{position:absolute;display:block}.case-option-card__graphic--form span:nth-child(1){left:8px;top:6px;width:78px;height:52px;border-radius:18px;border:2px solid currentColor}.case-option-card__graphic--form span:nth-child(2),.case-option-card__graphic--form span:nth-child(3),.case-option-card__graphic--form span:nth-child(4){left:20px;height:6px;border-radius:999px;background:currentColor}.case-option-card__graphic--form span:nth-child(2){top:20px;width:42px}.case-option-card__graphic--form span:nth-child(3){top:32px;width:50px}.case-option-card__graphic--form span:nth-child(4){top:44px;width:30px}.case-option-card__graphic--bot span:nth-child(1){left:10px;top:12px;width:54px;height:40px;border:2px solid currentColor;border-radius:18px}.case-option-card__graphic--bot span:nth-child(2){left:24px;top:24px;width:10px;height:10px;border-radius:50%;background:currentColor;box-shadow:16px 0 0 currentColor}.case-option-card__graphic--bot span:nth-child(3){left:22px;top:4px;width:2px;height:10px;background:currentColor}.case-option-card__graphic--bot span:nth-child(4){left:46px;top:4px;width:2px;height:10px;background:currentColor}.case-option-card__graphic--system span:nth-child(1),.case-option-card__graphic--system span:nth-child(2),.case-option-card__graphic--system span:nth-child(3){top:16px;width:42px;height:28px;border:2px solid currentColor;border-radius:14px}.case-option-card__graphic--system span:nth-child(1){left:4px}.case-option-card__graphic--system span:nth-child(2){left:58px}.case-option-card__graphic--system span:nth-child(3){left:112px}.case-option-card__graphic--system span:nth-child(4){left:40px;top:28px;width:94px;height:2px;background:currentColor}.case-figma-groups{display:grid;gap:14px}.case-figma-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);gap:clamp(32px,5vw,72px);align-items:center}.case-figma-card{gap:14px}.case-figma-visual{display:flex;align-items:center;justify-content:center;min-height:520px}.case-figma-visual .figma-visual{width:100%;min-height:520px}.case-figma-visual .feature-panel{height:100%;min-height:520px}.case-figma-note{display:grid;gap:8px;padding:20px;border:1px solid var(--case-accent-soft);border-radius:var(--radius-xl);background:color-mix(in srgb,var(--case-accent) 6%,white)}.case-figma-note p:last-child{color:var(--color-text);font-size:16px;line-height:1.38}.case-mobile-grid{margin-top:10px}.case-mobile-card{height:100%}.case-mobile-card h3{font-size:clamp(24px,2vw,34px);line-height:.98;letter-spacing:-.04em}.case-mobile-card p{font-size:clamp(17px,1.2vw,21px);line-height:1.25;color:var(--color-text)}.case-check-list{display:grid;gap:10px}.case-check-row{display:grid;grid-template-columns:auto auto 1fr;gap:12px;align-items:center;padding:14px 16px;border:1px solid var(--color-border);border-radius:18px;background:#ffffffd1;color:var(--color-text)}.case-check-row__index{font-size:12px;font-weight:700;color:var(--color-muted)}.case-check-row__dot{width:10px;height:10px;border-radius:50%;background:var(--case-accent)}.case-check-card--usability{display:grid;align-content:start;gap:14px}.case-check-card--usability>p{max-width:44ch}.usability-block{display:grid;gap:10px;padding:20px 22px;border-radius:22px;background:#fff;border:1px solid rgba(0,0,0,.06)}.usability-block__label{display:inline-flex;width:fit-content;align-items:center;gap:10px;margin:0 0 2px;color:var(--case-accent);font-size:14px;font-weight:700;line-height:1.2}.usability-block__label:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--case-accent)}.case-result-card--before{background:var(--color-surface)}.case-result-card--accent{background:var(--case-accent);border-color:transparent}.case-result-card--accent h3,.case-result-card--accent .caption{color:var(--case-accent-contrast)}.case-result-card--darkaccent{background:var(--case-accent-dark);border-color:transparent}.case-result-card--darkaccent h3,.case-result-card--darkaccent .caption{color:#fff}.case-result-card__graphic{position:relative;height:88px;margin-bottom:10px}.case-result-card__graphic span{position:absolute;display:block}.case-result-card__graphic--before span:nth-child(1){left:8px;top:16px;width:54px;height:44px;border-radius:18px;border:2px solid var(--color-text)}.case-result-card__graphic--before span:nth-child(2){left:74px;top:22px;width:46px;height:34px;border-radius:18px;border:2px solid var(--color-text)}.case-result-card__graphic--before span:nth-child(3){left:52px;top:38px;width:30px;height:2px;background:var(--color-text)}.case-result-card__graphic--after span:nth-child(1),.case-result-card__graphic--after span:nth-child(2),.case-result-card__graphic--after span:nth-child(3),.case-result-card__graphic--after span:nth-child(4){width:44px;height:28px;border-radius:14px;border:2px solid rgba(255,255,255,.92)}.case-result-card__graphic--after span:nth-child(1){left:8px;top:18px}.case-result-card__graphic--after span:nth-child(2){left:64px;top:6px}.case-result-card__graphic--after span:nth-child(3){left:120px;top:18px}.case-result-card__graphic--after span:nth-child(4){left:176px;top:30px}.case-result-card__graphic--after:after{content:"";position:absolute;left:44px;top:32px;width:158px;height:2px;background:#ffffff94}.case-next-card{display:grid;gap:14px;margin-top:24px;padding:24px;border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface)}.other-case-card{position:relative}.other-case-card__graphic{position:relative;z-index:1}.other-case-card--red{--case-graphic-stroke: rgba(255, 255, 255, .92);--case-graphic-fill: rgba(255, 255, 255, .1);--case-graphic-accent: rgba(255, 255, 255, .86);--case-graphic-soft: rgba(255, 255, 255, .24)}.other-case-card--green{background:#86bd13;border-color:transparent;color:#111;--case-graphic-stroke: rgba(17, 17, 17, .92);--case-graphic-fill: rgba(17, 17, 17, .08);--case-graphic-accent: rgba(17, 17, 17, .8);--case-graphic-soft: rgba(17, 17, 17, .18)}.other-case-card--green p,.other-case-card--green h3{color:#111}.other-case-card--dark{background:var(--color-black);border-color:transparent;color:var(--color-white);--case-graphic-stroke: rgba(255, 255, 255, .92);--case-graphic-fill: rgba(255, 255, 255, .08);--case-graphic-accent: rgba(255, 255, 255, .86);--case-graphic-soft: rgba(255, 255, 255, .2)}.other-case-card--dark p,.other-case-card--dark h3{color:var(--color-white)}.other-case-card--light{--case-graphic-stroke: rgba(17, 17, 17, .92);--case-graphic-fill: rgba(17, 17, 17, .06);--case-graphic-accent: rgba(17, 17, 17, .88);--case-graphic-soft: rgba(17, 17, 17, .14)}.other-case-card .case-card__visual{width:220px;height:108px}.other-case-card .case-card__cta{position:relative;z-index:10}.other-case-card--light .case-card__cta--dark{background:#070707;color:#fff}.other-case-card--red .case-card__cta--light,.other-case-card--green .case-card__cta--light,.other-case-card--dark .case-card__cta--light{background:#fff;color:#111}.case-page-meta-card--wide{grid-column:span 2}.case-insight-grid{margin-top:28px}.case-insight-card{height:100%;gap:16px}.case-insight-card__graphic{position:relative;height:72px;color:var(--case-accent)}.case-insight-card__graphic span{position:absolute;display:block}.case-insight-card__graphic--question span:nth-child(1){left:10px;top:8px;width:30px;height:30px;border-radius:50%;border:2px solid currentColor}.case-insight-card__graphic--question span:nth-child(2){left:52px;top:16px;width:34px;height:24px;border:2px solid currentColor;border-radius:14px 14px 14px 6px}.case-insight-card__graphic--question span:nth-child(3){left:22px;top:42px;width:42px;height:2px;background:currentColor}.case-insight-card__graphic--repeat span:nth-child(1),.case-insight-card__graphic--repeat span:nth-child(2){left:10px;width:72px;height:18px;border-radius:999px;background:currentColor;opacity:.16}.case-insight-card__graphic--repeat span:nth-child(1){top:12px}.case-insight-card__graphic--repeat span:nth-child(2){top:38px}.case-insight-card__graphic--repeat span:nth-child(3){right:12px;top:20px;width:24px;height:24px;border:2px solid currentColor;border-left-color:transparent;border-radius:50%}.case-insight-card__graphic--target span:nth-child(1),.case-insight-card__graphic--target span:nth-child(2){left:10px;top:8px;border-radius:50%;border:2px solid currentColor}.case-insight-card__graphic--target span:nth-child(1){width:50px;height:50px}.case-insight-card__graphic--target span:nth-child(2){left:22px;top:20px;width:26px;height:26px}.case-insight-card__graphic--target span:nth-child(3){left:68px;top:22px;width:26px;height:2px;background:currentColor;transform:rotate(-25deg);transform-origin:left center}.case-option-card--free{background:var(--color-white)}.case-option-card--quiz{background:var(--color-surface-2)}.case-option-card--hybrid{background:var(--case-accent);border-color:transparent}.case-option-card--hybrid h3,.case-option-card--hybrid p,.case-option-card--hybrid .case-option-card__graphic{color:var(--case-accent-contrast)}.case-option-card__graphic--free span:nth-child(1){left:8px;top:12px;width:58px;height:40px;border:2px solid currentColor;border-radius:18px 18px 18px 8px}.case-option-card__graphic--free span:nth-child(2){left:78px;top:24px;width:22px;height:2px;background:currentColor}.case-option-card__graphic--free span:nth-child(3){left:94px;top:19px;width:10px;height:10px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg)}.case-option-card__graphic--free span:nth-child(4){display:none}.case-option-card__graphic--quiz span:nth-child(1),.case-option-card__graphic--quiz span:nth-child(2),.case-option-card__graphic--quiz span:nth-child(3){left:8px;width:98px;height:14px;border-radius:999px;background:currentColor;opacity:.2}.case-option-card__graphic--quiz span:nth-child(1){top:12px}.case-option-card__graphic--quiz span:nth-child(2){top:32px;width:78px}.case-option-card__graphic--quiz span:nth-child(3){top:52px;width:58px}.case-option-card__graphic--quiz span:nth-child(4){right:10px;top:20px;width:22px;height:22px;border-radius:50%;border:2px solid currentColor}.case-option-card__graphic--hybrid span:nth-child(1),.case-option-card__graphic--hybrid span:nth-child(2){top:14px;width:42px;height:28px;border:2px solid currentColor;border-radius:14px}.case-option-card__graphic--hybrid span:nth-child(1){left:8px}.case-option-card__graphic--hybrid span:nth-child(2){left:62px}.case-option-card__graphic--hybrid span:nth-child(3){left:28px;top:48px;width:62px;height:2px;background:currentColor}.case-option-card__graphic--hybrid span:nth-child(4){left:84px;top:42px;width:16px;height:16px;border-radius:50%;background:currentColor}.case-payment-flow{position:relative;display:grid;gap:18px;padding:28px;border-radius:var(--radius-2xl);box-shadow:var(--shadow-card);overflow:hidden}.case-payment-flow .caption,.case-payment-flow__step{position:relative;z-index:1}.case-payment-flow .caption{color:#ffffffbd}.case-payment-flow__graphic{position:absolute;inset:0;pointer-events:none}.case-payment-flow__glow{position:absolute;inset:18% 20%;border-radius:50%;background:radial-gradient(circle,var(--case-accent-medium),rgba(0,0,0,0) 70%);animation:pulse-soft 9s ease-in-out infinite}.case-payment-flow__wire{position:absolute;height:1px;background:linear-gradient(90deg,#fff0,#ffffff57,#fff0)}.case-payment-flow__wire--one{left:12%;right:18%;top:30%}.case-payment-flow__wire--two{left:18%;right:10%;bottom:26%}.case-payment-flow__steps{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.case-payment-flow__step{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;padding:16px 18px;border-radius:20px;background:#ffffff14;color:#ffffffe6;font-size:15px;line-height:1.34}.case-payment-flow__index{color:#ffffff85;font-size:12px;font-weight:700}.case-chat-visual{position:absolute;inset:0;display:grid;place-items:center;padding:28px;isolation:isolate}.case-chat-visual__glow{position:absolute;inset:12% 16%;border-radius:50%;background:radial-gradient(circle,var(--case-accent-medium),transparent 72%);animation:pulse-soft 8s ease-in-out infinite}.case-chat-visual__window{position:relative;z-index:2;width:min(100%,440px);padding:16px;border-radius:30px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;backdrop-filter:blur(16px);box-shadow:0 28px 72px #0000004d;animation:float-gentle 9s ease-in-out infinite}.case-chat-visual__toolbar{display:flex;gap:8px;margin-bottom:16px}.case-chat-visual__toolbar span{width:10px;height:10px;border-radius:50%;background:#ffffff8f}.case-chat-visual__messages{display:grid;gap:12px;margin-bottom:14px}.case-chat-visual__bubble{height:56px;border-radius:22px;background:#ffffff24}.case-chat-visual__bubble--bot{width:78%}.case-chat-visual__bubble--user{width:66%;justify-self:end;background:color-mix(in srgb,var(--case-accent) 72%,white)}.case-chat-visual__bubble--small{width:54%;height:42px}.case-chat-visual__controls{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.case-chat-visual__controls span{min-width:96px;height:36px;border-radius:999px;background:#ffffff24}.case-chat-visual__controls span:first-child{background:color-mix(in srgb,var(--case-accent) 24%,white)}.case-chat-visual__payment{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:14px;border-radius:22px;background:#ffffff14}.case-chat-visual__payment-card{height:56px;border-radius:18px;background:#ffffff1f}.case-chat-visual__payment-pill{width:94px;height:40px;border-radius:999px;background:var(--case-accent);box-shadow:0 0 0 8px var(--case-accent-soft);animation:glow-breathe 7s ease-in-out infinite}.case-chat-visual__connector{position:absolute;height:1px;background:linear-gradient(90deg,#fff0,#ffffff6b,#fff0);animation:drift-wide 10s ease-in-out infinite}.case-chat-visual__connector--one{left:14%;right:20%;top:24%}.case-chat-visual__connector--two{left:22%;right:14%;bottom:28%;animation-delay:-4s}.case-chat-visual__node{position:absolute;width:14px;height:14px;border-radius:50%;background:#ffffffdb;box-shadow:0 0 0 8px #ffffff14;animation:pulse-soft 7s ease-in-out infinite}.case-chat-visual__node--payment{top:20%;right:18%;background:var(--case-accent);box-shadow:0 0 0 8px var(--case-accent-soft)}.case-chat-visual__node--crm{left:16%;bottom:22%}.case-chat-visual__node--telegram{right:22%;bottom:18%;animation-delay:-3s}.case-chat-visual__service{position:absolute;z-index:1;min-height:34px;padding:0 14px;display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#ffffffdb;font-size:13px;font-weight:600;backdrop-filter:blur(12px)}.case-chat-visual__service--one{top:12%;left:16%}.case-chat-visual__service--two{right:12%;top:52%}.case-chat-visual__service--three{left:18%;bottom:12%}.migration-flow{position:relative;display:grid;gap:22px;padding:28px;border:1px solid var(--color-border);border-radius:var(--radius-2xl);background:var(--color-surface);box-shadow:var(--shadow-soft);overflow:hidden}.migration-flow__glow{position:absolute;inset:14% 22%;border-radius:50%;background:radial-gradient(circle,var(--case-accent-soft),transparent 72%);animation:pulse-soft 9s ease-in-out infinite}.migration-flow__pulse{position:absolute;top:34%;left:10%;width:12px;height:12px;border-radius:50%;background:var(--case-accent);box-shadow:0 0 0 8px var(--case-accent-soft);animation:case-path-pulse 8s ease-in-out infinite}.migration-flow__row,.migration-flow__branch{position:relative;z-index:1;display:flex;align-items:center;gap:10px}.migration-flow__node{flex:1 1 0;padding:14px 12px;border-radius:18px;background:#fff;font-size:14px;font-weight:600;line-height:1.2;text-align:center;color:var(--color-text)}.migration-flow__node--branch{max-width:170px}.migration-flow__line,.migration-flow__branch-line{flex:0 0 34px;height:1px;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--case-accent) 58%,transparent),transparent)}.migration-flow__branch{padding-left:18%}.migration-flow__branch-line{flex-basis:42%}.case-page--usize .case-page-hero__visual{background:linear-gradient(180deg,#ffffffeb,#ffffffd1),var(--color-surface);border:1px solid rgba(112,63,29,.08)}.case-shop-visual{position:absolute;inset:0;display:grid;place-items:center;padding:28px;isolation:isolate}.case-shop-visual__glow{position:absolute;inset:14% 20%;border-radius:50%;background:radial-gradient(circle,var(--case-accent-soft),transparent 72%);animation:glow-breathe 9s ease-in-out infinite}.case-shop-visual__frame{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:18px;align-items:end;width:min(100%,500px);padding:22px;border-radius:34px;border:1px solid rgba(112,63,29,.12);background:#ffffffeb;box-shadow:0 28px 72px #703f1d1f;animation:float-gentle 9s ease-in-out infinite}.case-shop-visual__frame:before{content:"";position:absolute;right:24px;top:24px;width:128px;height:58px;border-radius:24px;border:2px solid rgba(112,63,29,.22);border-left-color:transparent;border-bottom-color:transparent;transform:rotate(-6deg)}.case-shop-visual__frame:after{content:"";position:absolute;right:34px;top:58px;width:112px;height:44px;border-left:2px solid rgba(112,63,29,.24);border-bottom:2px solid rgba(112,63,29,.24);transform:skew(-28deg)}.case-shop-visual__product{display:grid;gap:12px;padding:16px;border-radius:24px;background:#edc16b2e;border:1px solid rgba(112,63,29,.08)}.case-shop-visual__image{position:relative;min-height:220px;border-radius:22px;background:radial-gradient(circle at 70% 20%,rgba(237,193,107,.42),transparent 42%),linear-gradient(180deg,#ffffffdb,#ffffff94);overflow:hidden}.case-shop-visual__image:before{content:"";position:absolute;left:50%;top:18%;width:104px;height:138px;background:#703f1de0;clip-path:polygon(36% 0,64% 0,74% 16%,82% 38%,100% 100%,0 100%,18% 38%,26% 16%);border-radius:26px;transform:translate(-50%)}.case-shop-visual__image:after{content:"";position:absolute;left:50%;bottom:24px;width:160px;height:2px;background:#703f1d29;transform:translate(-50%)}.case-shop-visual__chart{position:absolute;right:14px;top:16px;width:86px;height:56px}.case-shop-visual__chart span{position:absolute;display:block}.case-shop-visual__chart span:nth-child(1){inset:auto 0 0;height:2px;background:#703f1d2e}.case-shop-visual__chart span:nth-child(2){left:8px;bottom:20px;width:56px;height:2px;background:var(--case-accent-dark);transform:rotate(-26deg);transform-origin:left center}.case-shop-visual__chart span:nth-child(3){left:48px;bottom:31px;width:24px;height:2px;background:var(--case-accent);transform:rotate(-44deg);transform-origin:left center}.case-shop-visual__chart span:nth-child(4){right:8px;top:10px;width:10px;height:10px;border-radius:50%;background:var(--case-accent);box-shadow:0 0 0 8px #edc16b29;animation:pulse-soft 7s ease-in-out infinite}.case-shop-visual__title,.case-shop-visual__price{height:12px;border-radius:999px;background:#703f1d2e}.case-shop-visual__title{width:56%}.case-shop-visual__price{width:28%;background:#703f1d52}.case-shop-visual__sizes{display:flex;flex-wrap:wrap;gap:8px}.case-shop-visual__sizes span{width:42px;height:34px;border-radius:999px;background:#ffffffdb;border:1px solid rgba(112,63,29,.12)}.case-shop-visual__sizes span:nth-child(2){background:#edc16bd1;box-shadow:0 0 0 8px #edc16b29;animation:pulse-soft 7s ease-in-out infinite}.case-shop-visual__button{height:46px;border-radius:999px;background:var(--case-accent-dark)}.case-shop-visual__cart{position:relative;align-self:center;min-height:176px;border-radius:24px;background:#703f1d0f;border:1px solid rgba(112,63,29,.1);animation:drift-wide 10s ease-in-out infinite}.case-shop-visual__cart span{position:absolute;display:block}.case-shop-visual__cart span:nth-child(1){left:26px;top:44px;width:62px;height:38px;border:3px solid var(--case-accent-dark);border-top-width:5px;border-radius:10px 10px 18px 18px}.case-shop-visual__cart span:nth-child(2),.case-shop-visual__cart span:nth-child(3){bottom:42px;width:16px;height:16px;border-radius:50%;background:var(--case-accent-dark)}.case-shop-visual__cart span:nth-child(2){left:30px}.case-shop-visual__cart span:nth-child(3){right:28px}.case-shop-visual__node{position:absolute;width:14px;height:14px;border-radius:50%;background:var(--case-accent-dark);box-shadow:0 0 0 8px var(--case-accent-soft);animation:pulse-soft 8s ease-in-out infinite}.case-shop-visual__node--crm{left:16%;top:18%}.case-shop-visual__node--onec{right:16%;top:24%;animation-delay:-2s}.case-shop-visual__node--analytics{right:20%;bottom:16%;animation-delay:-4s}.case-shop-visual__label{position:absolute;z-index:1;min-height:34px;padding:0 14px;display:inline-flex;align-items:center;border-radius:999px;background:#ffffffd1;border:1px solid rgba(112,63,29,.08);color:var(--case-accent-dark);font-size:13px;font-weight:600}.case-shop-visual__label--one{left:12%;bottom:18%}.case-shop-visual__label--two{right:12%;top:14%}.case-shop-visual__label--three{right:18%;bottom:10%}.case-page--usize .case-insight-card{padding-block:28px}.case-insight-card__graphic--size,.case-insight-card__graphic--stock,.case-insight-card__graphic--mobile,.case-insight-card__graphic--chat{color:var(--case-accent-dark)}.case-insight-card__graphic--size span:nth-child(1){left:8px;top:8px;width:64px;height:42px;border-radius:18px;border:2px solid currentColor}.case-insight-card__graphic--size span:nth-child(2){left:24px;top:22px;width:22px;height:2px;background:currentColor}.case-insight-card__graphic--size span:nth-child(3){left:82px;top:14px;width:20px;height:34px;border-left:2px dashed currentColor;border-right:2px dashed currentColor}.case-insight-card__graphic--stock span:nth-child(1){left:8px;top:12px;width:56px;height:42px;border-radius:16px;border:2px solid currentColor}.case-insight-card__graphic--stock span:nth-child(2){left:50px;top:6px;width:28px;height:18px;border-radius:999px;background:var(--case-accent)}.case-insight-card__graphic--stock span:nth-child(3){left:20px;top:26px;width:32px;height:2px;background:currentColor}.case-insight-card__graphic--mobile span:nth-child(1){left:16px;top:6px;width:34px;height:58px;border-radius:18px;border:2px solid currentColor}.case-insight-card__graphic--mobile span:nth-child(2){left:58px;top:18px;width:38px;height:26px;border-radius:16px;border:2px solid currentColor}.case-insight-card__graphic--mobile span:nth-child(3){left:68px;top:50px;width:22px;height:2px;background:currentColor}.case-insight-card__graphic--chat span:nth-child(1){left:10px;top:12px;width:58px;height:38px;border-radius:18px 18px 18px 8px;border:2px solid currentColor}.case-insight-card__graphic--chat span:nth-child(2){left:78px;top:20px;width:22px;height:22px;border-radius:50%;background:currentColor;opacity:.16}.case-insight-card__graphic--chat span:nth-child(3){left:24px;top:28px;width:24px;height:2px;background:currentColor}.case-page--usize .case-option-card--catalog{background:#edc16b85}.case-page--usize .case-option-card--store{background:var(--case-accent-dark);border-color:transparent}.case-page--usize .case-option-card--store h3,.case-page--usize .case-option-card--store p,.case-page--usize .case-option-card--store .case-option-card__graphic{color:#fff}.case-page--usize .case-option-card--store .case-option-card__badge{background:var(--case-accent);color:#111}.case-option-card__graphic--showcase span:nth-child(1){left:8px;top:12px;width:90px;height:48px;border-radius:20px;border:2px solid currentColor}.case-option-card__graphic--showcase span:nth-child(2){left:28px;top:24px;width:50px;height:2px;background:currentColor}.case-option-card__graphic--showcase span:nth-child(3){left:38px;top:36px;width:30px;height:2px;background:currentColor}.case-option-card__graphic--showcase span:nth-child(4){display:none}.case-option-card__graphic--catalog span:nth-child(1),.case-option-card__graphic--catalog span:nth-child(2),.case-option-card__graphic--catalog span:nth-child(3),.case-option-card__graphic--catalog span:nth-child(4){width:28px;height:24px;border-radius:10px;border:2px solid currentColor}.case-option-card__graphic--catalog span:nth-child(1){left:8px;top:16px}.case-option-card__graphic--catalog span:nth-child(2){left:42px;top:16px}.case-option-card__graphic--catalog span:nth-child(3){left:76px;top:16px}.case-option-card__graphic--catalog span:nth-child(4){left:110px;top:16px}.case-option-card__graphic--store span:nth-child(1){left:8px;top:18px;width:42px;height:28px;border:2px solid currentColor;border-radius:14px}.case-option-card__graphic--store span:nth-child(2){left:62px;top:18px;width:42px;height:28px;border:2px solid currentColor;border-radius:14px}.case-option-card__graphic--store span:nth-child(3){left:114px;top:18px;width:18px;height:18px;border-radius:50%;background:currentColor}.case-option-card__graphic--store span:nth-child(4){left:40px;top:48px;width:82px;height:2px;background:currentColor}.case-state-grid{margin-top:28px}.case-state-card{height:100%;display:grid;align-content:start;gap:16px;padding:28px}.case-state-card h3{font-size:clamp(22px,1.7vw,28px);line-height:1.08;letter-spacing:-.03em;color:var(--color-text)}.case-state-card__graphic{position:relative;height:56px;color:var(--case-accent-dark)}.case-state-card__graphic span{position:absolute;display:block}.case-state-card__graphic--available span:nth-child(1){left:8px;top:14px;width:24px;height:12px;border-left:3px solid currentColor;border-bottom:3px solid currentColor;transform:rotate(-45deg)}.case-state-card__graphic--out span:nth-child(1){left:8px;top:10px;width:36px;height:36px;border-radius:50%;border:2px solid currentColor}.case-state-card__graphic--out span:nth-child(2){left:16px;top:28px;width:22px;height:2px;background:currentColor;transform:rotate(-28deg)}.case-state-card__graphic--size span:nth-child(1){left:8px;top:12px;width:54px;height:30px;border-radius:999px;border:2px solid currentColor}.case-state-card__graphic--size span:nth-child(2){left:72px;top:18px;width:10px;height:10px;border-radius:50%;background:currentColor}.case-state-card__graphic--error span:nth-child(1){left:8px;top:8px;width:0;height:0;border-left:18px solid transparent;border-right:18px solid transparent;border-bottom:32px solid currentColor}.case-state-card__graphic--error span:nth-child(2){left:25px;top:18px;width:2px;height:10px;background:#fff}.case-state-card__graphic--favorite span:nth-child(1),.case-state-card__graphic--favorite span:nth-child(2){top:18px;width:18px;height:28px;border-radius:18px 18px 0 0;background:currentColor}.case-state-card__graphic--favorite span:nth-child(1){left:14px;transform:rotate(-45deg);transform-origin:bottom right}.case-state-card__graphic--favorite span:nth-child(2){left:28px;transform:rotate(45deg);transform-origin:bottom left}.case-state-card__graphic--cart span:nth-child(1){left:8px;top:18px;width:42px;height:24px;border:2px solid currentColor;border-top-width:4px;border-radius:8px 8px 14px 14px}.case-state-card__graphic--cart span:nth-child(2),.case-state-card__graphic--cart span:nth-child(3),.case-state-card__graphic--go span:nth-child(2){bottom:8px;width:10px;height:10px;border-radius:50%;background:currentColor}.case-state-card__graphic--cart span:nth-child(2){left:14px}.case-state-card__graphic--cart span:nth-child(3){left:38px}.case-state-card__graphic--go span:nth-child(1){left:8px;top:18px;width:40px;height:24px;border:2px solid currentColor;border-top-width:4px;border-radius:8px 8px 14px 14px}.case-state-card__graphic--go span:nth-child(2){left:14px}.case-state-card__graphic--go span:nth-child(3){left:64px;top:24px;width:18px;height:2px;background:currentColor}.case-state-card__graphic--go span:nth-child(3):after{content:"";position:absolute;right:-2px;top:-4px;width:10px;height:10px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg)}.case-state-principle{display:grid;gap:10px;margin-top:24px;padding:28px;border-radius:var(--radius-2xl);border:1px solid var(--case-accent-brown-soft);background:linear-gradient(180deg,rgba(255,255,255,.78),var(--case-accent-soft))}.case-state-principle h3{font-size:clamp(28px,2.3vw,40px);line-height:1.02;letter-spacing:-.04em;color:var(--case-accent-dark)}.case-shop-system{position:relative;height:100%;min-height:420px;border-radius:32px;background:linear-gradient(180deg,#fffffff0,#f8f4eceb);border:1px solid rgba(112,63,29,.08);overflow:hidden}.case-shop-system__glow{position:absolute;inset:14% 18%;border-radius:50%;background:radial-gradient(circle,var(--case-accent-soft),transparent 72%);animation:glow-breathe 10s ease-in-out infinite}.case-shop-system__card,.case-shop-system__sizes,.case-shop-system__tokens,.case-shop-system__state{position:absolute}.case-shop-system__card{left:10%;top:16%;width:42%;height:58%;border-radius:26px;background:radial-gradient(circle at 70% 18%,rgba(237,193,107,.42),transparent 36%),#fff;border:1px solid rgba(112,63,29,.08);box-shadow:0 18px 46px #703f1d1a}.case-shop-system__card:before{content:"";position:absolute;left:24%;top:12%;width:52%;height:48%;background:#703f1dd1;clip-path:polygon(36% 0,64% 0,74% 16%,82% 38%,100% 100%,0 100%,18% 38%,26% 16%);border-radius:24px}.case-shop-system__card:after{content:"";position:absolute;right:10%;top:16%;width:84px;height:52px;background:linear-gradient(180deg,transparent 88%,rgba(112,63,29,.18) 88%),linear-gradient(-26deg,transparent 49%,rgba(112,63,29,.6) 49%,rgba(112,63,29,.6) 53%,transparent 53%),linear-gradient(-44deg,transparent 58%,rgba(237,193,107,.88) 58%,rgba(237,193,107,.88) 62%,transparent 62%);background-repeat:no-repeat;background-size:100% 100%,56px 18px,28px 18px;background-position:left bottom,8px 22px,44px 10px}.case-shop-system__sizes{right:10%;top:18%;display:grid;gap:10px}.case-shop-system__sizes span{width:76px;height:42px;border-radius:999px;background:#fff;border:1px solid rgba(112,63,29,.08);box-shadow:0 10px 24px #703f1d14}.case-shop-system__sizes span:nth-child(2){background:var(--case-accent);box-shadow:0 0 0 10px #edc16b24}.case-shop-system__tokens{right:12%;bottom:16%;display:flex;gap:10px}.case-shop-system__tokens span{width:26px;height:26px;border-radius:50%}.case-shop-system__tokens span:nth-child(1){background:var(--case-accent)}.case-shop-system__tokens span:nth-child(2){background:var(--case-accent-dark)}.case-shop-system__tokens span:nth-child(3){background:#111}.case-shop-system__state{height:16px;border-radius:999px;background:#703f1d1f}.case-shop-system__state--one{left:16%;bottom:18%;width:120px}.case-shop-system__state--two{left:16%;bottom:12%;width:170px;background:#edc16b5c}.case-shop-system__state--three{left:58%;top:48%;width:110px;background:#703f1d29}.case-shop-system__state--three:after{content:"";position:absolute;left:24px;top:-52px;width:18px;height:18px;border-radius:50%;background:var(--case-accent);box-shadow:0 0 0 10px #edc16b24}@keyframes case-path-pulse{0%,to{transform:translateY(-50%)}20%{transform:translate(110px,-50%)}40%{transform:translate(220px,-50%)}60%{transform:translate(330px,-50%)}80%{transform:translate(440px,-50%)}}@keyframes case-flow-chat-mobile{0%,to{left:14%;top:24%}18%{left:50%;top:24%}36%{left:83%;top:24%}54%{left:83%;top:72%}72%{left:50%;top:72%}90%{left:14%;top:72%}}@keyframes case-flow-usize-mobile{0%,to{left:14%;top:18%}15%{left:50%;top:18%}30%{left:82%;top:18%}45%{left:14%;top:50%}60%{left:50%;top:50%}75%{left:82%;top:50%}90%{left:50%;top:82%}}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;height:var(--header-height);padding-inline:var(--page-padding);background:#ffffffd1;backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;width:100%;gap:24px}.site-logo{display:grid;gap:2px}.site-logo__title{font-size:22px;font-weight:700;line-height:1;letter-spacing:-.05em;color:var(--color-text)}.site-logo__subtitle{font-size:12px;line-height:1.2;letter-spacing:-.01em;color:var(--color-muted)}.site-header__actions{display:flex;align-items:center;gap:12px}.site-nav ul,.site-mobile-menu ul{display:flex;align-items:center;gap:8px;padding:0;list-style:none}.site-nav a,.site-mobile-menu a{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border-radius:var(--radius-pill);font-size:13px;color:var(--color-muted)}.site-nav a:hover,.site-mobile-menu a:hover,.site-nav a.is-active,.site-mobile-menu a.is-active{background:var(--color-surface);color:var(--color-text)}.site-menu-toggle{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:0 18px;border:1px solid var(--color-border);border-radius:var(--radius-pill);background:#ffffffb8;color:var(--color-text);cursor:pointer;appearance:none;-webkit-appearance:none;-webkit-tap-highlight-color:transparent;transition:transform .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease}.site-menu-toggle:hover{transform:translateY(-1px);background:#ffffffe6;box-shadow:0 12px 24px #1111110f}.site-menu-toggle__icon{display:inline-flex;flex-direction:column;gap:3px}.site-menu-toggle__icon span{width:14px;height:2px;border-radius:999px;background:var(--color-text);transition:transform .28s ease,opacity .28s ease}.site-mobile-menu{position:absolute;top:calc(100% + 12px);right:var(--page-padding);z-index:45;display:flex;justify-content:flex-end;padding:0;background:transparent;pointer-events:none}.header-menu{opacity:0;pointer-events:none;transform:translateY(-8px) scale(.985);transform-origin:top right;transition:opacity .28s ease,transform .28s ease}.header-menu.is-open{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.site-mobile-menu nav,.site-mobile-menu__panel{pointer-events:auto;padding:16px;border:1px solid var(--color-border);border-radius:24px;background:var(--color-white);backdrop-filter:none;box-shadow:var(--shadow-soft);max-width:min(calc(100vw - (var(--page-padding) * 2)),360px);width:min(calc(100vw - (var(--page-padding) * 2)),320px);margin-left:auto}.site-mobile-menu ul{flex-direction:column;align-items:stretch;gap:8px;margin:0}.site-mobile-menu a{justify-content:space-between;min-height:48px;padding-inline:18px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text)}.site-menu-backdrop{display:none}.site-header[data-open=true] .site-menu-toggle__icon span:nth-child(1){transform:translateY(5px) rotate(45deg)}.site-header[data-open=true] .site-menu-toggle__icon span:nth-child(2){opacity:0}.site-header[data-open=true] .site-menu-toggle__icon span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}@media(max-width:1100px){.hero-panel,.case-page-hero__panel,.case-hero-panel,.split-card,.case-section-grid,.case-figma-grid,.migration-context-grid,.case-highlight-card,.section-header{grid-template-columns:1fr}.case-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.case-grid>.case-card:last-child{grid-column:auto;width:100%}.card-grid--four,.value-grid,.process-grid,.tech-grid,.metrics-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.mini-card-grid{grid-template-columns:1fr}.lowcode-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.figma-grid{grid-template-columns:1fr}.case-page-meta-grid,.other-cases-grid{grid-template-columns:1fr 1fr}.case-context-grid,.case-mobile-grid,.case-context-grid--migration,.case-payment-flow__steps{grid-template-columns:repeat(2,minmax(0,1fr))}.migration-context-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.migration-context-visual{margin-top:0}.case-flow-card{grid-template-columns:repeat(3,minmax(0,1fr))}.case-flow-card__arrow:nth-child(2n){display:none}.tag-row--balanced{grid-template-columns:repeat(9,minmax(0,1fr))}.tag-row--balanced .pill{width:100%;padding-inline:10px;font-size:12px;text-align:center}}@media(min-width:1024px){.site-menu-toggle,.site-mobile-menu,.site-menu-backdrop{display:none!important}}@media(max-width:1023px){.site-nav--desktop,.site-header__actions>a{display:none}.site-header{position:fixed;top:0;left:0;right:0;z-index:60}body{padding-top:var(--header-height)}.site-mobile-menu{position:fixed;top:var(--header-height);left:0;right:0;z-index:55;display:flex;justify-content:flex-end;padding:12px var(--page-padding) 0;background:transparent;pointer-events:none}.site-mobile-menu nav,.site-mobile-menu__panel{max-width:none}.site-menu-backdrop{position:fixed;top:var(--header-height);right:0;bottom:0;left:0;z-index:52;display:block;border:0;padding:0;background:#ffffff38;backdrop-filter:blur(10px);opacity:0;pointer-events:none;transition:opacity .28s ease,backdrop-filter .28s ease}.site-menu-backdrop.is-open{opacity:1;pointer-events:auto}}@media(max-width:720px){:root{--page-padding: 16px;--section-gap: 64px;--header-height: 64px;--radius-xl: 24px;--radius-2xl: 24px}html,body{overflow-x:hidden}h1{font-size:clamp(36px,10.5vw,56px)}h2,.section-title{font-size:clamp(30px,8.5vw,40px)}p,li,.case-content p{font-size:18px;line-height:1.38}.hide-mobile{display:none!important}.show-mobile{display:initial}.hero-panel{min-height:auto;padding:28px;border-radius:24px}.case-page-hero__panel{min-height:auto;padding:28px}.hero-visual{min-height:360px;padding:18px}.hero-person{order:5;width:fit-content;max-width:100%;padding:10px 12px 10px 10px;border-radius:24px}.hero-person:hover{transform:none;box-shadow:0 18px 38px #11111114}.hero-person__avatar{width:72px;height:72px;border-radius:20px}.hero-person__name{font-size:15px}.hero-person__role{font-size:12px}.case-page-meta-grid,.other-cases-grid{grid-template-columns:1fr}.case-page-meta-card--wide{grid-column:auto}.case-context-grid,.case-mobile-grid,.case-context-grid--migration,.case-payment-flow__steps,.migration-context-cards{grid-template-columns:1fr}.hero-float{display:flex;flex-direction:column;align-items:flex-start;gap:8px;max-width:min(42%,172px)}.hero-float .pill{box-shadow:0 14px 26px #0000002e;font-size:13px;padding-inline:12px}.hero-float--one{top:10%;left:6%;right:auto}.hero-float--two{top:10%;left:50%;right:auto;margin-left:-86px}.hero-float--three{top:34%;left:50%;right:auto;margin-left:-100px}.hero-float--four{inset:31% 9% auto auto}.hero-float--five{left:11%;right:auto;bottom:14%}.hero-float--six{left:auto;right:7%;bottom:14%}.hero-float--seven{top:54%;left:54%;right:auto;margin-left:-56px}.pill,.metric-pill{white-space:normal}.tag-row--balanced{display:flex;flex-wrap:wrap;justify-content:flex-start}.tag-row--balanced .pill{width:auto;padding-inline:14px;font-size:13px;text-align:left}.hero-actions .button,.cta-card__actions .button,.section-actions .button{width:100%}.hero-actions{order:4}.hero-title,.section-title,.case-card__title{word-break:normal;overflow-wrap:normal;letter-spacing:-.05em}.hero-title{font-size:clamp(34px,8.8vw,52px);line-height:.94;max-width:12ch}.hero-text,.section-text,.case-card__subtitle,.case-card__summary,.case-note,.section-note{line-height:1.28}.case-grid{grid-template-columns:1fr}.case-grid>.case-card:last-child{grid-column:auto;width:100%}.card-grid,.card-grid--three,.card-grid--four{grid-template-columns:1fr}.case-card{aspect-ratio:auto;min-height:460px}.card,.feature-panel,.mini-card,.value-card,.case-check-card,.case-next-card,.case-mobile-card,.case-role-card,.case-option-card,.case-figma-card,.case-state-card,.case-system-map,.case-flow-card,.case-payment-flow,.other-case-card,.tech-card--sector,.process-card{padding:22px}.case-page-hero__panel,.case-task-card,.case-highlight-card,.case-result-card{padding:28px}.case-card--featured{grid-column:auto}.value-grid,.before-after,.process-grid,.tech-grid,.metrics-groups,.mini-card-grid,.lowcode-grid{grid-template-columns:1fr}.value-card{gap:14px;padding:22px}.value-card h3{font-size:clamp(24px,7vw,30px)}.value-card p{font-size:17px;line-height:1.3}.case-flow-card{grid-template-columns:1fr}.case-flow-card__arrow{display:none}.case-dashboard__layout,.case-system-map__row{grid-template-columns:1fr}.case-task-card__text{font-size:clamp(28px,9.3vw,44px)}.case-check-row{grid-template-columns:auto 1fr}.case-check-row__index{grid-column:1 / -1}.case-page-hero__visual,.case-figma-visual,.case-figma-visual .figma-visual,.case-figma-visual .feature-panel{min-height:360px}.figma-system{width:min(280px,84%);aspect-ratio:.94}.figma-system__board--two,.figma-system__line--two,.figma-system__node--three{display:none}.figma-system__board--one{top:18%;left:14%;width:40%}.figma-system__panel--main{left:18%;top:38%;width:56%;height:34%}.figma-system__variant--one{top:18%;right:16%}.figma-system__variant--two{bottom:20%;left:12%}.case-card__actions{justify-content:center}.case-card__cta{min-height:52px;padding-inline:28px;margin-inline:auto}.case-shop-visual__frame{grid-template-columns:1fr}.case-shop-visual__cart{min-height:120px}.case-flow-card--chat .case-flow-card__pulse{animation:case-flow-chat-mobile 8.5s ease-in-out infinite}.case-flow-card--usize .case-flow-card__pulse{animation:case-flow-usize-mobile 9.5s ease-in-out infinite}.migration-flow__row,.migration-flow__branch{flex-wrap:wrap}.migration-flow__node,.migration-flow__node--branch{flex-basis:100%;max-width:none}.migration-flow__line,.migration-flow__branch-line{display:none}.migration-flow__branch{padding-left:0}.process-card,.tech-card--sector,.metric-group{min-height:auto}.section-intro,.section-actions,.cta-card{flex-direction:column;align-items:start}.case-hero-panel{gap:28px;min-height:auto}.site-menu-toggle{padding:0 16px}.mini-card,.mini-card--project{padding:20px}.mini-card__icon{top:14px;right:14px}.cta-card--dark{min-height:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hero-visual,.hero-float,.visual-card,.visual-orb,.visual-grid-lines,.case-card__visual,.case-card__visual span,.metrics-decor__orbit,.metrics-decor__grid,.metrics-decor__line,.metrics-decor__node,.contact-decor__orb,.contact-decor__ring,.contact-decor__line,.contact-decor__node,.figma-system,.figma-system__glow,.figma-system__line,.figma-system__node,.figma-system__board,.figma-system__panel,.figma-system__variant,.figma-system__pill,.case-dashboard__glow,.case-dashboard__frame,.case-dashboard__node,.case-flow-card__pulse,.case-phone__screen,.case-result-card__graphic:after,.migration-flow__glow,.migration-flow__pulse,.case-shop-visual__glow,.case-shop-visual__frame,.case-shop-visual__sizes span:nth-child(2),.case-shop-visual__cart,.case-shop-visual__node,.case-shop-system__glow,.case-chat-visual__glow,.case-chat-visual__window,.case-chat-visual__connector,.case-chat-visual__node,.site-menu-backdrop{animation:none!important;transform:none!important}}.site-footer[data-astro-cid-35ed7um5]{padding:var(--section-gap) var(--page-padding) 3rem;border-top:1px solid var(--color-border);background:var(--color-surface)}.site-footer__inner[data-astro-cid-35ed7um5]{display:grid;grid-template-columns:minmax(0,1.6fr) repeat(2,minmax(12rem,1fr));gap:32px}.site-footer__label[data-astro-cid-35ed7um5]{margin:0 0 1rem;font-size:14px;color:var(--color-muted)}.site-footer__profile[data-astro-cid-35ed7um5]{display:inline-flex;align-items:center;gap:14px;margin-bottom:18px}.site-footer__avatar[data-astro-cid-35ed7um5]{width:68px;height:68px;overflow:hidden;border:1px solid var(--color-border);border-radius:22px;background:var(--color-surface-2);box-shadow:0 14px 34px #11111114}.site-footer__avatar[data-astro-cid-35ed7um5] img[data-astro-cid-35ed7um5]{display:block;width:100%;height:100%;object-fit:cover}.site-footer__profile-copy[data-astro-cid-35ed7um5]{display:grid;gap:4px}.site-footer__profile-name[data-astro-cid-35ed7um5],.site-footer__profile-role[data-astro-cid-35ed7um5]{margin:0}.site-footer__profile-name[data-astro-cid-35ed7um5]{font-size:18px;font-weight:700;line-height:1.05;color:var(--color-text)}.site-footer__profile-role[data-astro-cid-35ed7um5]{font-size:13px;line-height:1.2;color:var(--color-muted)}.site-footer__intro[data-astro-cid-35ed7um5] h2[data-astro-cid-35ed7um5]{max-width:18ch;margin:0 0 18px;font-size:clamp(36px,4vw,56px);line-height:.98}.site-footer__intro[data-astro-cid-35ed7um5] p[data-astro-cid-35ed7um5]:nth-child(3){max-width:34rem;margin:0 0 24px}.site-footer__copyright[data-astro-cid-35ed7um5]{font-size:14px;color:var(--color-muted)}.site-footer__group[data-astro-cid-35ed7um5] h3[data-astro-cid-35ed7um5]{margin:0 0 1rem;font-size:16px}.site-footer__group[data-astro-cid-35ed7um5] ul[data-astro-cid-35ed7um5]{display:grid;gap:12px;padding:0;margin:0;list-style:none}.site-footer__group[data-astro-cid-35ed7um5] a[data-astro-cid-35ed7um5]{color:var(--color-muted)}.site-footer__group[data-astro-cid-35ed7um5] a[data-astro-cid-35ed7um5]:hover{color:var(--color-text)}@media(max-width:900px){.site-footer__inner[data-astro-cid-35ed7um5]{grid-template-columns:1fr}.site-footer__avatar[data-astro-cid-35ed7um5]{width:58px;height:58px;border-radius:18px}}.button[data-astro-cid-6ygtcg62]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:0 22px;border:1px solid transparent;border-radius:var(--radius-pill);font-size:15px;font-weight:600;line-height:1;text-decoration:none;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;cursor:pointer}.button[data-astro-cid-6ygtcg62]:hover{transform:translateY(-1px)}.button--primary[data-astro-cid-6ygtcg62]{background:var(--color-black);color:var(--color-white)}.button--primary[data-astro-cid-6ygtcg62]:hover{background:var(--color-accent)}.button--accent[data-astro-cid-6ygtcg62]{background:var(--color-accent);color:var(--color-white)}.button--accent[data-astro-cid-6ygtcg62]:hover{background:var(--color-accent-dark)}.button--secondary[data-astro-cid-6ygtcg62]{background:var(--color-surface);color:var(--color-text);border-color:var(--color-border)}.button--secondary[data-astro-cid-6ygtcg62]:hover{border-color:var(--color-text)}.button--ghost[data-astro-cid-6ygtcg62]{background:transparent;border-color:var(--color-border);color:var(--color-text)}.button--ghost[data-astro-cid-6ygtcg62]:hover{background:var(--color-surface)}.button--disabled[data-astro-cid-6ygtcg62]{opacity:.45;pointer-events:none}
