@font-face { font-family: "DM Sans"; src: url("../fonts/dm-sans-latin.woff2") format("woff2"); font-style: normal; font-weight: 400 700; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-latin.woff2") format("woff2"); font-style: normal; font-weight: 400 700; font-display: swap; }

:root {
    --ink: #101828;
    --ink-soft: #344054;
    --muted: #667085;
    --line: #e6e9f0;
    --line-strong: #d8dde8;
    --white: #ffffff;
    --surface: #f7f8fb;
    --surface-warm: #fbfaf8;
    --violet: #635bff;
    --violet-dark: #4b45d6;
    --blue: #0073e6;
    --cyan: #00a4bd;
    --coral: #f36d77;
    --max-width: 1200px;
    --radius-sm: 12px;
    --radius: 20px;
    --radius-lg: 30px;
    --shadow-sm: 0 8px 24px rgba(16, 24, 40, .07);
    --shadow-lg: 0 35px 90px rgba(25, 32, 56, .16);
    --ease: cubic-bezier(.2, .75, .25, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-family: "Manrope", Arial, sans-serif; letter-spacing: -.045em; line-height: 1.08; }
h1 { font-weight: 600; }
h2, h3 { font-weight: 600; }
.container { width: min(calc(100% - 48px), var(--max-width)); margin-inline: auto; }
.section-space { padding-block: 130px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 20px; transform: translateY(-180%); padding: 10px 16px; border-radius: 8px; background: var(--ink); color: var(--white); }
.skip-link:focus { transform: none; }
.eyebrow { margin-bottom: 20px; color: var(--violet-dark); font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.gradient-text { color: var(--violet); background: linear-gradient(100deg, #4d45db 15%, #0078d7 58%, #00a5a8); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 24px; padding: 13px 20px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; font-weight: 600; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--white); background: var(--ink); box-shadow: 0 10px 25px rgba(16, 24, 40, .16); }
.button-dark:hover { background: #202a3d; box-shadow: 0 14px 30px rgba(16, 24, 40, .2); }
.button-light { color: var(--ink); background: var(--white); box-shadow: 0 10px 30px rgba(8, 15, 40, .16); }
.button-outline { border-color: var(--line-strong); background: var(--white); }
.button-small { min-height: 40px; padding: 8px 14px; font-size: 12px; gap: 14px; }
.button-row { display: flex; align-items: center; gap: 25px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 14px; font-weight: 600; }
.text-link span { color: var(--violet); transition: transform .25s; }
.text-link:hover span { transform: translateX(4px); }

/* Shared header */
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; padding: 18px 0; transition: padding .35s var(--ease), background .35s, box-shadow .35s; }
.site-header.is-scrolled { padding: 9px 0; background: rgba(255, 255, 255, .88); border-bottom: 1px solid rgba(225, 229, 238, .8); box-shadow: 0 8px 30px rgba(25, 35, 58, .04); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 54px; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: -.02em; }
.wordmark-mark { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; color: var(--white); background: var(--ink); font-size: 10px; letter-spacing: -.08em; }
.wordmark-mark span { color: #9c97ff; }
.primary-nav { display: flex; align-items: center; gap: 36px; }
.primary-nav a { position: relative; color: #475467; font-size: 13px; font-weight: 500; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--violet); transition: right .25s; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--ink); }
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { right: 0; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 9px; background: var(--surface); }
.nav-toggle i { display: block; width: 18px; height: 1px; margin: 5px auto; background: var(--ink); transition: transform .25s; }

/* Homepage hero */
.home-hero { position: relative; min-height: 870px; padding: 180px 0 110px; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fbfcff 72%, #f5f7fb 100%); }
.home-hero::after { content: ""; position: absolute; right: -160px; bottom: -200px; width: 780px; height: 680px; border-radius: 50%; background: radial-gradient(circle, rgba(91, 83, 230, .1), transparent 66%); }
.hero-gradient { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero-gradient i { position: absolute; border-radius: 999px; filter: blur(5px); opacity: .68; transform: rotate(-18deg); }
.hero-gradient i:nth-child(1) { width: 780px; height: 180px; top: -80px; right: -150px; background: linear-gradient(90deg, rgba(98, 91, 255, 0), rgba(98, 91, 255, .2), rgba(0, 164, 189, .18)); }
.hero-gradient i:nth-child(2) { width: 620px; height: 100px; top: 60px; right: -200px; background: linear-gradient(90deg, transparent, rgba(255, 190, 126, .28), rgba(244, 93, 148, .14)); }
.hero-gradient i:nth-child(3) { width: 540px; height: 110px; top: 140px; right: -230px; background: linear-gradient(90deg, transparent, rgba(79, 126, 255, .13)); }
.home-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 70px; }
.home-hero-grid > * { min-width: 0; }
.home-hero-copy h1 { max-width: 670px; margin-bottom: 28px; font-size: clamp(55px, 5.8vw, 82px); }
.home-hero-copy > p:not(.eyebrow) { max-width: 600px; margin-bottom: 34px; color: var(--muted); font-size: 18px; }
.hero-product { position: relative; width: 790px; transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); transform-origin: center left; }
.browser-frame { overflow: hidden; border: 1px solid rgba(208, 214, 226, .9); border-radius: 18px; background: #f7f8fb; box-shadow: 0 60px 110px rgba(29, 38, 64, .2), 0 8px 25px rgba(25, 32, 50, .08); }
.browser-top { height: 45px; padding: 0 16px; border-bottom: 1px solid #e5e8ef; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; background: rgba(255, 255, 255, .9); }
.browser-top > span { display: flex; gap: 6px; }
.browser-top i { width: 7px; height: 7px; border-radius: 50%; background: #d6dae3; }
.browser-top p { width: 180px; justify-self: center; margin: 0; padding: 4px 0; border: 1px solid #eef0f4; border-radius: 6px; color: #98a2b3; background: #f9fafb; text-align: center; font-size: 7px; }
.browser-top > b { justify-self: end; color: #98a2b3; font-size: 7px; letter-spacing: 2px; }
.app-shell { height: 520px; display: flex; }
.app-sidebar { width: 60px; padding: 20px 0; border-right: 1px solid #e6e9ef; display: flex; flex-direction: column; align-items: center; gap: 21px; background: #fff; }
.app-logo { width: 25px; height: 25px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 7px; color: #fff; background: linear-gradient(135deg, #655cf6, #746eff); font-size: 9px; font-weight: 700; }
.app-sidebar span { width: 14px; height: 14px; border: 1px solid #d7dce5; border-radius: 4px; }
.app-sidebar span.active { border-color: #6a61ed; background: #f0efff; box-shadow: inset 0 0 0 3px #fff; }
.app-content { flex: 1; padding: 34px 36px; }
.app-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.app-heading small { color: #8b93a3; font-size: 7px; letter-spacing: .14em; }
.app-heading h2 { margin: 4px 0 0; font-size: 20px; }
.app-heading button { padding: 8px 11px; border: 0; border-radius: 7px; color: #fff; background: #151c2c; font-size: 8px; }
.app-heading button b { margin-left: 9px; }
.app-summary { display: grid; grid-template-columns: 1.7fr .8fr; gap: 11px; }
.app-summary article, .app-table { border: 1px solid #e6e9ef; border-radius: 11px; background: #fff; }
.app-summary article { height: 145px; padding: 15px; }
.app-summary article > span, .app-table-head { color: #667085; font-size: 8px; }
.app-summary article > strong { display: block; margin-top: 3px; font-size: 15px; }
.mini-bars { height: 70px; display: flex; align-items: end; gap: 13px; margin-top: 16px; padding: 0 8px; border-bottom: 1px solid #eef0f4; }
.mini-bars i { flex: 1; border-radius: 3px 3px 0 0; background: linear-gradient(#8179f2, #aaa5fb); }
.mini-bars i:nth-child(1) { height: 35%; }.mini-bars i:nth-child(2) { height: 55%; }.mini-bars i:nth-child(3) { height: 45%; }.mini-bars i:nth-child(4) { height: 72%; }.mini-bars i:nth-child(5) { height: 62%; }.mini-bars i:nth-child(6) { height: 90%; }
.donut { width: 70px; height: 70px; margin: 12px auto 5px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(#655cf6 0 45%, #28a9c7 45% 70%, #f4b56d 70% 84%, #e9ecf2 84%); }
.donut i { width: 48px; height: 48px; border-radius: 50%; background: #fff; }
.app-summary article > small { display: block; color: #98a2b3; text-align: center; font-size: 7px; }
.app-table { margin-top: 11px; padding: 14px 16px; }
.app-table-head { display: flex; justify-content: space-between; margin-bottom: 8px; }
.app-table-head b { color: #344054; }
.table-row { min-height: 57px; border-top: 1px solid #eff1f5; display: flex; align-items: center; gap: 10px; }
.row-avatar { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 7px; font-size: 8px; font-style: normal; }
.row-avatar.violet { color: #6158da; background: #efedff; }.row-avatar.blue { color: #1677bf; background: #e7f4ff; }.row-avatar.coral { color: #d35c65; background: #ffedef; }
.table-row p { flex: 1; margin: 0; }
.table-row p b, .table-row p small { display: block; font-size: 8px; }
.table-row p small { color: #98a2b3; }
.pill { min-width: 42px; padding: 3px 5px; border-radius: 20px; text-align: center; font-size: 6px; font-style: normal; }
.pill.purple { color: #5b52cd; background: #eeecff; }.pill.cyan { color: #087e97; background: #e4f8fb; }.pill.peach { color: #ad6519; background: #fff3df; }
.table-row em { color: #98a2b3; font-size: 6px; font-style: normal; letter-spacing: 1px; }
.float-panel { position: absolute; display: flex; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid rgba(220, 224, 233, .9); border-radius: 11px; background: rgba(255, 255, 255, .9); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); animation: soft-float 6s ease-in-out infinite; }
.float-panel-one { left: -45px; bottom: 65px; }.float-panel-two { right: -30px; top: 105px; animation-delay: -3s; }
.float-panel > i { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 7px; color: #267d65; background: #e6f7f1; font-size: 9px; font-style: normal; }
.float-panel > span { width: 7px; height: 7px; border-radius: 50%; background: #635bff; box-shadow: 0 0 0 5px #efedff; }
.float-panel p { margin: 0; }.float-panel small, .float-panel b { display: block; font-size: 7px; }.float-panel small { color: #98a2b3; }.float-panel b { font-size: 8px; }
@keyframes soft-float { 50% { transform: translateY(-7px); } }

/* Shared section patterns */
.section-intro { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: end; margin-bottom: 60px; }
.section-intro h2 { max-width: 760px; margin: 0; font-size: clamp(39px, 4.5vw, 61px); }
.section-intro > p { max-width: 430px; margin: 0 0 7px; color: var(--muted); }
.home-services { background: var(--white); }
.service-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature-card { position: relative; min-height: 510px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .35s var(--ease), box-shadow .35s, border-color .35s; }
.feature-card:hover { transform: translateY(-5px); border-color: #d5d9e5; box-shadow: var(--shadow-sm); }
.feature-card-design { grid-column: 1 / -1; min-height: 540px; display: grid; grid-template-columns: .8fr 1.2fr; background: linear-gradient(135deg, #f8f7ff, #f2f7ff); }
.feature-card-copy { position: relative; z-index: 2; padding: 44px; align-self: center; }
.feature-card-copy > span { color: #98a2b3; font-size: 10px; letter-spacing: .13em; }
.feature-card-copy h3 { margin: 24px 0 15px; font-size: 30px; }
.feature-card-copy p { max-width: 450px; color: var(--muted); font-size: 14px; }
.feature-card-copy b { display: block; margin-top: 30px; font-size: 12px; }
.feature-card-copy b i { margin-left: 8px; color: var(--violet); font-style: normal; }
.design-canvas { width: 105%; height: 385px; align-self: end; border: 1px solid #dde1ea; border-radius: 14px 0 0 0; background: #fff; box-shadow: -25px 25px 60px rgba(45, 54, 80, .11); transform: translate(4%, 7%) rotate(-1.5deg); }
.design-toolbar { height: 38px; display: flex; gap: 6px; align-items: center; padding: 0 15px; border-bottom: 1px solid #edf0f4; }
.design-toolbar i { width: 6px; height: 6px; border-radius: 50%; background: #d7dbe3; }
.design-type { padding: 62px 54px; }
.design-type small { color: #8e849d; font-size: 6px; letter-spacing: .14em; }
.design-type strong { display: block; margin: 15px 0 24px; font: 600 36px/1.04 "Manrope"; letter-spacing: -.055em; }
.design-type > span { display: block; width: 65%; height: 5px; margin: 8px 0; border-radius: 5px; background: #e5e7ec; }
.design-type > span + span { width: 48%; }
.feature-card-code { background: linear-gradient(145deg, #f8fafc, #f0f2f7); }
.code-window { width: 83%; height: 215px; margin: 5px auto -30px; overflow: hidden; border: 1px solid #dfe3eb; border-radius: 12px 12px 0 0; background: #172033; box-shadow: 0 24px 50px rgba(27, 37, 60, .18); transform: rotate(1.5deg); }
.code-window > div { height: 35px; display: flex; align-items: center; gap: 6px; padding: 0 14px; border-bottom: 1px solid #2a3448; }
.code-window > div i { width: 6px; height: 6px; border-radius: 50%; background: #4b566b; }
.code-window pre { margin: 0; padding: 27px; color: #cad1df; font: 9px/2.2 ui-monospace, monospace; }
.code-window pre span { color: #5d687d; }.code-window pre em { color: #9edfc7; font-style: normal; }.code-window pre b { color: #a99fff; }
.feature-card-systems { background: linear-gradient(145deg, #fafaff, #f2f0ff); }
.system-flow { position: relative; height: 220px; margin-top: 4px; }
.system-flow svg { position: absolute; inset: 0; width: 100%; height: 100%; }.system-flow path { fill: none; stroke: #bab5ed; stroke-width: 1.2; stroke-dasharray: 4 5; }
.flow-node { position: absolute; z-index: 2; min-width: 78px; padding: 9px 12px; border: 1px solid #dedbea; border-radius: 9px; background: rgba(255, 255, 255, .9); box-shadow: var(--shadow-sm); text-align: center; font-size: 8px; }
.flow-node.core { top: 82px; left: 50%; min-width: 95px; transform: translateX(-50%); color: #fff; border-color: #6158df; background: #6158df; }.flow-node.crm { top: 20px; left: 12%; }.flow-node.portal { top: 20px; right: 12%; }.flow-node.data { bottom: 3px; left: 50%; transform: translateX(-50%); }

.work-preview { background: var(--surface-warm); }
.work-preview-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.work-preview-copy h2, .solution-preview-copy h2 { font-size: clamp(40px, 4.6vw, 62px); }
.work-preview-copy > p:not(.eyebrow), .solution-preview-copy > p:not(.eyebrow) { color: var(--muted); }
.work-preview-copy .text-link { margin-top: 20px; }
.work-empty-visual { min-height: 490px; display: grid; place-items: center; border-radius: var(--radius); background: linear-gradient(145deg, #ece9ff, #eaf5ff 58%, #fff2e8); overflow: hidden; }
.empty-browser { width: 78%; height: 340px; padding: 20px 35px; border: 1px solid rgba(210, 214, 226, .9); border-radius: 15px; background: rgba(255, 255, 255, .88); box-shadow: var(--shadow-lg); transform: rotate(-2deg); }
.empty-browser > div { display: flex; gap: 6px; margin-bottom: 58px; }.empty-browser i { width: 7px; height: 7px; border-radius: 50%; background: #d8dbe3; }
.empty-browser > span { display: block; width: 50px; height: 5px; margin-bottom: 10px; border-radius: 3px; background: #e1e3e9; }.empty-browser > span:nth-of-type(2) { width: 90px; }.empty-browser > span:nth-of-type(3) { width: 65px; }
.empty-browser b { display: block; margin-top: 32px; font: 600 34px/1.08 "Manrope"; letter-spacing: -.05em; }

.solution-preview { background: #fff; }
.solution-preview-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: center; }
.solution-orbit { position: relative; height: 580px; border-radius: 50%; background: radial-gradient(circle, #f8f7ff 0 25%, transparent 25.2%), repeating-radial-gradient(circle, transparent 0 22%, #ebeaf3 22.2% 22.4%, transparent 22.6% 38%); }
.orbit-core, .orbit-item { position: absolute; z-index: 2; display: grid; place-items: center; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm); text-align: center; }
.orbit-core { width: 126px; height: 126px; top: 50%; left: 50%; border-radius: 50%; color: #fff; border-color: #5d55dd; background: linear-gradient(145deg, #6b63eb, #4f48c8); transform: translate(-50%, -50%); font: 600 14px/1.25 "Manrope"; }
.orbit-item { width: 100px; height: 42px; border-radius: 10px; font-size: 9px; }.orbit-item.one { top: 17%; left: 17%; }.orbit-item.two { top: 18%; right: 13%; }.orbit-item.three { bottom: 16%; left: 15%; }.orbit-item.four { right: 12%; bottom: 17%; }
.check-list { list-style: none; padding: 0; margin: 28px 0 35px; }.check-list li { padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 14px; }.check-list li::before { content: "✓"; margin-right: 12px; color: var(--violet); }
.process-preview { background: var(--surface); }
.process-timeline { position: relative; padding-top: 4px; }
.process-track { position: absolute; z-index: 1; top: 43px; left: 12.5%; right: 12.5%; height: 2px; overflow: hidden; border-radius: 2px; background: #cfd5e0; box-shadow: inset 0 1px rgba(255,255,255,.8); }
.process-track-fill { display: block; width: 100%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#756cff,#5981ec); transform-origin: left center; transition: transform 1.35s var(--ease); }
.process-steps { position: relative; z-index: 2; list-style: none; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 0; padding: 0; }
.process-steps li { min-width: 0; }
.process-node-wrap { position: relative; height: 68px; text-align: center; }
.process-node-wrap > span { color: #707b8e; font-size: 9px; font-weight: 600; letter-spacing: .12em; transition: color .45s var(--ease); }
.process-node { position: absolute; top: 34px; left: 50%; width: 20px; height: 20px; border: 1px solid #c6ccd8; border-radius: 6px; background: linear-gradient(var(--surface),var(--surface)) padding-box,linear-gradient(135deg,#c5cad5,#9ca7ba) border-box; box-shadow: 0 2px 7px rgba(27,36,58,.06),inset 0 1px rgba(255,255,255,.9); transform: translateX(-50%) rotate(45deg); transition: border-color .45s var(--ease),box-shadow .45s var(--ease),background .45s var(--ease); }
.process-node::after { content: ""; position: absolute; inset: 6px; border-radius: 2px; background: #9da7b8; transition: background .45s var(--ease),transform .45s var(--ease); }
.process-steps li:last-child .process-node::before { content: ""; position: absolute; inset: -5px; border: 1px solid rgba(89,129,236,.2); border-radius: 9px; opacity: .5; transition: border-color .45s var(--ease),opacity .45s var(--ease); }
.process-step-copy { max-width: 255px; margin-inline: auto; padding: 20px 18px 0; transition: transform .55s var(--ease); }
.process-step-copy h3 { margin: 0 0 11px; font-size: 23px; }
.process-step-copy p { margin: 0; color: var(--muted); font-size: 13px; }
.js .process-timeline:not(.is-visible) .process-track-fill { transform: scaleX(0); }
.js .process-timeline:not(.is-visible) .process-node-wrap > span { color: #98a2b3; }
.js .process-timeline:not(.is-visible) .process-node { border-color: #d5dae3; box-shadow: none; }
.js .process-timeline:not(.is-visible) .process-step-copy { transform: translateY(4px); }
.process-timeline.is-visible .process-node { border-color: transparent; background: linear-gradient(var(--surface),var(--surface)) padding-box,linear-gradient(135deg,#756cff,#5981ec) border-box; box-shadow: 0 3px 9px rgba(62,73,112,.09),0 0 0 5px rgba(104,95,227,.055),inset 0 1px rgba(255,255,255,.9); }
.process-timeline.is-visible .process-node::after { background: linear-gradient(135deg,#756cff,#5981ec); transform: scale(1.12); }
.process-timeline.is-visible .process-steps li:last-child .process-node::before { border-color: rgba(89,129,236,.42); opacity: 1; }
.process-timeline.is-visible .process-node-wrap > span { color: #5f57d9; }
.process-steps li:nth-child(1) .process-node,.process-steps li:nth-child(1) .process-node::after,.process-steps li:nth-child(1) .process-node-wrap > span,.process-steps li:nth-child(1) .process-step-copy { transition-delay: .12s; }
.process-steps li:nth-child(2) .process-node,.process-steps li:nth-child(2) .process-node::after,.process-steps li:nth-child(2) .process-node-wrap > span,.process-steps li:nth-child(2) .process-step-copy { transition-delay: .34s; }
.process-steps li:nth-child(3) .process-node,.process-steps li:nth-child(3) .process-node::after,.process-steps li:nth-child(3) .process-node-wrap > span,.process-steps li:nth-child(3) .process-step-copy { transition-delay: .57s; }
.process-steps li:nth-child(4) .process-node,.process-steps li:nth-child(4) .process-node::after,.process-steps li:nth-child(4) .process-node::before,.process-steps li:nth-child(4) .process-node-wrap > span,.process-steps li:nth-child(4) .process-step-copy { transition-delay: .8s; }

/* Shared page hero */
.page-hero { position: relative; padding: 205px 0 120px; overflow: hidden; background: #fafbfe; }
.page-hero::before { content: ""; position: absolute; width: 800px; height: 500px; top: -280px; right: -100px; border-radius: 50%; background: radial-gradient(circle, rgba(100, 91, 255, .2), rgba(37, 167, 209, .08) 40%, transparent 70%); }
.page-hero::after { content: ""; position: absolute; width: 500px; height: 150px; top: 70px; right: -140px; border-radius: 50%; background: linear-gradient(90deg, transparent, rgba(255, 176, 111, .18)); transform: rotate(-18deg); }
.page-hero-inner { position: relative; z-index: 2; }
.page-hero h1 { max-width: 920px; margin-bottom: 28px; font-size: clamp(54px, 6.3vw, 86px); }
.page-hero-intro { max-width: 690px; margin: 0; color: var(--muted); font-size: 18px; }
.page-hero-design { background: linear-gradient(145deg, #fff 35%, #f7f5ff); }.page-hero-development { background: linear-gradient(145deg, #fff 35%, #f2f6fb); }.page-hero-solutions { background: linear-gradient(145deg, #fff 35%, #f3f8ff); }.page-hero-work { background: linear-gradient(145deg, #fff 35%, #fcf8f4); }.page-hero-about { background: linear-gradient(145deg, #fff 35%, #f8f7ff); }.page-hero-contact { background: linear-gradient(145deg, #fff 35%, #f4f8ff); }

/* Services */
.services-overview-page .page-hero { padding-bottom: 105px; }
.services-overview-page .page-hero-intro { max-width: 590px; }
.services-stories { padding-bottom: 120px; }
.services-stories-list { border-top: 1px solid var(--line-strong); }
.service-story { position: relative; min-height: 390px; display: grid; grid-template-columns: minmax(0,.9fr) minmax(360px,.75fr); align-items: center; gap: clamp(55px,8vw,125px); padding: 72px 28px; overflow: hidden; border-bottom: 1px solid var(--line-strong); isolation: isolate; }
.service-story::before { content: ""; position: absolute; z-index: -1; inset: 18px 0; border-radius: 24px; background: linear-gradient(100deg,rgba(248,249,253,0),rgba(248,249,253,.78),rgba(248,249,253,0)); opacity: 0; transition: opacity .45s var(--ease); }
.service-story:hover::before, .service-story:focus-visible::before { opacity: 1; }
.service-story:focus-visible { outline-offset: -5px; }
.service-story-copy { position: relative; z-index: 2; max-width: 600px; }
.service-story-category { margin: 0 0 22px; color: var(--violet); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.service-story h2 { max-width: 590px; margin: 0; font-size: clamp(39px,4.15vw,58px); line-height: 1.03; letter-spacing: -.045em; }
.service-story-copy > p:not(.service-story-category) { max-width: 525px; margin: 24px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-story-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 32px; color: var(--ink); font-size: 11px; font-weight: 600; }
.service-story-link i { color: var(--violet); font-style: normal; transition: transform .3s var(--ease); }
.service-story:hover .service-story-link i { transform: translateX(5px); }
.service-story-art { position: relative; width: 100%; height: 230px; transition: transform .55s var(--ease); }
.service-story:hover .service-story-art { transform: translateY(-3px); }
.design-story-art { display: grid; place-items: center; }
.design-story-composition { position: relative; width: min(100%,390px); height: 205px; }
.design-story-composition::before { content: ""; position: absolute; top: 0; bottom: 0; left: 28%; width: 1px; background: #e1e4eb; }
.design-story-composition i { position: absolute; top: 10px; left: 0; width: 52px; height: 4px; border-radius: 4px; background: #756cf0; }
.design-story-composition strong { position: absolute; top: 48px; left: 0; width: 78%; height: 17px; border-radius: 5px; background: #222a3a; box-shadow: 0 28px #222a3a; }
.design-story-composition span { position: absolute; left: 36%; height: 5px; border-radius: 5px; background: #d8dce5; }
.design-story-composition span:nth-of-type(1) { top: 122px; width: 58%; }
.design-story-composition span:nth-of-type(2) { top: 139px; width: 45%; }
.design-story-composition span:nth-of-type(3) { top: 156px; width: 51%; }
.design-story-composition b { position: absolute; right: 5%; bottom: 0; width: 82px; height: 25px; border-radius: 20px; background: #eef0f5; }
.service-story-digital .service-story-copy { order: 2; }
.service-story-digital .service-story-art { order: 1; }
.digital-story-art { max-width: 430px; margin-inline: auto; }
.digital-story-path { position: absolute; top: 50%; left: 11%; right: 11%; height: 1px; background: linear-gradient(90deg,#d9dce5,#aaa5df,#d9dce5); }
.digital-story-art > span { position: absolute; top: 50%; display: grid; justify-items: center; gap: 15px; color: #697386; font-size: 10px; font-weight: 500; transform: translate(-50%,-50%); }
.digital-story-art > span:nth-of-type(1) { left: 11%; }
.digital-story-art > span:nth-of-type(2) { left: 50%; }
.digital-story-art > span:nth-of-type(3) { left: 89%; }
.digital-story-art > span i { width: 30px; height: 30px; display: block; border: 1px solid #d6dae3; border-radius: 10px; background: #fff; box-shadow: 0 7px 18px rgba(35,43,65,.05); transition: border-color .4s var(--ease),background .4s var(--ease); }
.digital-story-art > span:nth-of-type(2) i { border-color: #bcb8e7; background: #f1f0ff; }
.service-story:hover .digital-story-art > span:nth-of-type(2) i { border-color: #817ae5; background: #ebe9ff; }
.custom-story-art { max-width: 390px; margin-inline: auto; }
.custom-story-piece { position: absolute; border: 1px solid #d9dde6; background: #fff; transition: transform .5s var(--ease),border-color .4s var(--ease),background .4s var(--ease); }
.custom-story-piece.is-wide { top: 25px; left: 8px; width: 205px; height: 70px; border-radius: 18px 8px 18px 18px; }
.custom-story-piece.is-tall { top: 107px; left: 8px; width: 104px; height: 101px; border-radius: 16px; }
.custom-story-piece.is-accent { top: 107px; left: 124px; width: 89px; height: 101px; border-color: #aaa5e3; border-radius: 8px 18px 18px 18px; background: #f0efff; }
.custom-story-piece.is-small { top: 57px; left: 225px; width: 100px; height: 108px; border-radius: 18px; }
.service-story:hover .custom-story-piece.is-accent { border-color: #7d75e1; background: #ebe9ff; transform: translate(3px,-3px); }
.service-story:hover .custom-story-piece.is-small { transform: translateX(3px); }

/* Web design page */
.web-design-page { background: #fff; }
.web-design-hero { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; padding: 180px 0 115px; background: linear-gradient(145deg,#fff 28%,#f8f7ff 72%,#f5f9fd); }
.web-design-hero::before { content: ""; position: absolute; top: -360px; right: -250px; width: 920px; height: 700px; border-radius: 50%; background: radial-gradient(circle at 35% 58%,rgba(99,91,255,.14),rgba(41,154,209,.07) 40%,rgba(255,180,118,.07) 58%,transparent 72%); transform: rotate(-12deg); }
.web-design-hero::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: linear-gradient(90deg,transparent 4%,rgba(99,91,255,.4),rgba(35,154,211,.22),transparent 96%); }
.web-design-hero-inner { position: relative; z-index: 1; }
.web-design-hero h1 { max-width: 1050px; margin: 25px 0 32px; font-size: clamp(62px,7.2vw,100px); line-height: .98; letter-spacing: -.065em; }
.web-design-hero-inner > p:last-child { max-width: 670px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.68; }
.web-design-section-copy { max-width: 760px; }
.web-design-section-copy h2,.web-design-foundation-copy h2,.web-design-outcome-copy h2 { margin: 0; font-size: clamp(45px,5vw,68px); line-height: 1.02; letter-spacing: -.052em; }
.web-design-section-copy > p:last-child,.web-design-foundation-copy > p:last-child,.web-design-outcome-copy > p:not(.eyebrow) { max-width: 620px; margin: 27px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.web-design-clarity { overflow: hidden; }
.clarity-composition { min-height: 510px; display: grid; grid-template-columns: minmax(260px,.78fr) 90px minmax(430px,1.22fr); align-items: center; margin-top: 75px; padding: 60px clamp(36px,5vw,75px); border-block: 1px solid var(--line-strong); background: linear-gradient(100deg,#fbfcfe,#fff 44%,#faf9ff); }
.clarity-fragments { position: relative; height: 310px; color: #70798a; font-size: 11px; }
.clarity-fragment { position: absolute; padding: 11px 14px; border: 1px solid #dfe3eb; border-radius: 8px; background: rgba(255,255,255,.82); }
.clarity-fragment-name { top: 15px; left: 7%; color: var(--ink); font-weight: 600; transform: rotate(-2deg); }
.clarity-fragment-service { top: 94px; right: 3%; font: 600 20px/1.2 "Manrope"; letter-spacing: -.035em; transform: rotate(1.5deg); }
.clarity-fragment-detail { bottom: 72px; left: 1%; transform: rotate(1deg); }
.clarity-fragment-action { right: 18%; bottom: 10px; color: var(--violet-dark); transform: rotate(-1.5deg); }
.clarity-path { position: relative; height: 1px; background: linear-gradient(90deg,#dfe2e9,rgba(99,91,255,.65)); }
.clarity-path::before,.clarity-path::after { content: ""; position: absolute; top: 50%; width: 7px; height: 7px; border: 1px solid #a8a3dc; background: #fff; transform: translateY(-50%) rotate(45deg); }
.clarity-path::before { left: -2px; }.clarity-path::after { right: -2px; background: #746ced; }
.clarity-path i { position: absolute; top: 50%; right: 18%; width: 24px; height: 1px; background: var(--violet); transform: translateY(-50%); }
.clarity-structure { position: relative; min-height: 390px; }
.clarity-structure-main { width: 86%; min-height: 390px; padding: 56px; border: 1px solid #dfe3eb; border-radius: 4px; background: #fff; box-shadow: 0 22px 55px rgba(31,39,59,.08); }
.clarity-structure-main > span { color: var(--violet-dark); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.clarity-structure-main strong { display: block; max-width: 370px; margin-top: 32px; color: var(--ink); font: 600 clamp(34px,3.4vw,48px)/1.02 "Manrope"; letter-spacing: -.055em; }
.clarity-structure-main p { max-width: 360px; margin: 24px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.clarity-structure-main > i { display: inline-flex; gap: 28px; margin-top: 32px; padding: 11px 15px; border-radius: 8px; color: #fff; background: var(--ink); font-size: 9px; font-style: normal; }
.clarity-structure-main > i b { color: #aaa4ff; font-weight: 500; }
.clarity-structure-mobile { position: absolute; right: 0; bottom: -18px; width: 142px; height: 265px; padding: 26px 18px; border: 1px solid #d9dee8; border-radius: 18px; background: #fff; box-shadow: 0 18px 45px rgba(31,39,59,.1); }
.clarity-structure-mobile span { display: block; width: 26px; height: 4px; margin-bottom: 48px; border-radius: 4px; background: var(--violet); }
.clarity-structure-mobile strong { display: block; width: 92%; height: 9px; margin: 8px 0; border-radius: 3px; background: #20283a; }
.clarity-structure-mobile strong + strong { width: 65%; }
.clarity-structure-mobile p { width: 80%; height: 4px; margin-top: 24px; border-radius: 4px; background: #dfe3e9; box-shadow: 0 10px #dfe3e9; }
.clarity-structure-mobile i { display: block; width: 58px; height: 20px; margin-top: 32px; border-radius: 5px; background: #20283a; }
.web-design-foundation { background: var(--surface); }
.web-design-foundation-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(370px,.75fr); gap: clamp(70px,10vw,150px); align-items: start; }
.web-design-foundation-copy { max-width: 710px; }
.design-questions { border-top: 1px solid var(--line-strong); }
.design-questions > p { margin: 0; padding: 23px 0; border-bottom: 1px solid var(--line-strong); color: var(--ink); font: 500 18px/1.45 "Manrope"; letter-spacing: -.025em; }
.design-questions > p::before { content: ""; width: 6px; height: 6px; display: inline-block; margin-right: 15px; border: 1px solid #918be5; transform: translateY(-2px) rotate(45deg); }
.design-questions strong { display: block; margin-top: 31px; color: #596477; font-size: 13px; font-weight: 500; line-height: 1.7; }
.web-design-outcome { overflow: hidden; }
.web-design-outcome-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(440px,1.1fr); gap: clamp(70px,9vw,130px); align-items: center; }
.web-design-outcome-copy { max-width: 690px; }
.web-design-ownership { padding-top: 28px; border-top: 1px solid var(--line-strong); color: var(--ink) !important; font-weight: 500; }
.design-screen-motif { position: relative; height: 430px; }
.design-screen-motif > div { position: absolute; bottom: 0; overflow: hidden; border: 1px solid #dce1e9; background: #fff; box-shadow: 0 18px 45px rgba(31,39,59,.07); }
.design-screen-large { right: 0; width: 88%; height: 390px; padding: 43px; }
.design-screen-medium { bottom: -10px !important; left: 0; width: 42%; height: 310px; padding: 31px; }
.design-screen-small { right: 4%; bottom: -22px !important; width: 22%; height: 245px; padding: 23px 16px; border-radius: 14px !important; }
.design-screen-motif i { display: block; width: 28px; height: 4px; margin-bottom: 58px; border-radius: 4px; background: var(--violet); }
.design-screen-motif span,.design-screen-motif strong,.design-screen-motif p,.design-screen-motif b { display: block; border-radius: 4px; }
.design-screen-motif span { width: 38%; height: 7px; background: #242c3d; }
.design-screen-motif strong { width: 70%; height: 14px; margin-top: 13px; background: #242c3d; }
.design-screen-motif p { width: 57%; height: 5px; margin-top: 28px; background: #dce1e8; box-shadow: 0 11px #dce1e8; }
.design-screen-motif b { width: 72px; height: 25px; margin-top: 37px; background: #242c3d; }
.design-screen-medium i { margin-bottom: 44px; }.design-screen-medium span { width: 45%; }.design-screen-medium strong { width: 84%; height: 11px; }.design-screen-medium p { width: 70%; }
.design-screen-small i { width: 20px; margin-bottom: 35px; }.design-screen-small span { width: 55%; height: 5px; }.design-screen-small strong { width: 90%; height: 8px; }.design-screen-small p { width: 78%; height: 4px; margin-top: 20px; }.design-screen-small b { width: 48px; height: 18px; margin-top: 30px; }
.web-design-closing { padding: 95px 0; border-top: 1px solid var(--line-strong); background: #fafbfe; }
.web-design-closing-inner { display: flex; align-items: end; justify-content: space-between; gap: 70px; }
.web-design-closing h2 { max-width: 780px; margin: 0; font-size: clamp(40px,4.6vw,62px); line-height: 1.04; letter-spacing: -.05em; }
.web-design-closing-inner > div > p:last-child { max-width: 610px; margin: 24px 0 0; color: var(--muted); }
.web-design-closing .button { flex: 0 0 auto; }
/* Custom solutions page */
.custom-solutions-page { background: #fff; }
.custom-solutions-hero { position: relative; min-height: 780px; display: flex; align-items: center; overflow: hidden; padding: 180px 0 120px; background: linear-gradient(138deg,#fff 25%,#f8f7ff 62%,#f3f8fb); }
.custom-solutions-hero::before { content: ""; position: absolute; top: -355px; right: -225px; width: 930px; height: 700px; border-radius: 50%; background: radial-gradient(circle at 32% 58%,rgba(99,91,255,.13),rgba(41,157,205,.08) 43%,rgba(255,186,125,.06) 61%,transparent 73%); transform: rotate(-11deg); }
.custom-solutions-hero-inner { position: relative; z-index: 1; }
.custom-solutions-hero h1 { max-width: 1080px; margin: 25px 0 32px; font-size: clamp(62px,7.25vw,100px); line-height: .98; letter-spacing: -.066em; }
.custom-solutions-hero-inner > p:not(.eyebrow) { max-width: 745px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.68; }
.custom-solutions-hero-line { position: absolute; top: calc(100% + 85px); left: 0; width: min(72vw,980px); height: 1px; background: linear-gradient(90deg,rgba(99,91,255,.7),rgba(35,154,211,.2),transparent); }
.custom-solutions-hero-line i { position: absolute; top: 50%; left: 38%; width: 8px; height: 8px; border: 1px solid #928ce4; background: #fff; transform: translateY(-50%) rotate(45deg); }
.custom-fit-copy { max-width: 780px; }
.custom-fit-copy h2,.specific-needs-intro h2,.solution-growth-copy h2 { margin: 0; font-size: clamp(45px,5vw,68px); line-height: 1.02; letter-spacing: -.052em; }
.custom-fit-copy > p:not(.eyebrow),.specific-needs-intro > p:last-child,.solution-growth-copy > p:not(.eyebrow) { max-width: 660px; margin: 27px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.custom-fit-copy > strong { max-width: 650px; display: block; margin-top: 29px; padding-top: 27px; border-top: 1px solid var(--line-strong); color: var(--ink); font-size: 14px; font-weight: 600; }
.custom-fit { overflow: hidden; }
.fit-composition { min-height: 500px; display: grid; grid-template-columns: minmax(220px,.72fr) minmax(270px,.88fr) 100px minmax(390px,1.2fr); align-items: center; margin-top: 75px; padding: 60px clamp(34px,5vw,72px); border-block: 1px solid var(--line-strong); background: linear-gradient(105deg,#fbfcfe,#fff 47%,#faf9ff); }
.fit-rigid { width: 205px; height: 310px; display: grid; grid-template-rows: repeat(4,1fr); padding: 17px; border: 1px solid #dce1e9; background: #fff; box-shadow: 0 16px 38px rgba(31,39,59,.05); }
.fit-rigid span { border-bottom: 1px solid #e3e7ed; background: linear-gradient(90deg,#f4f5f8,transparent); }.fit-rigid span:last-child{border-bottom:0}
.fit-needs { position: relative; }
.fit-needs-loose { height: 340px; }
.fit-piece { position: absolute; display: block; border: 1px solid #cfd5df; background: #fff; box-shadow: 0 8px 22px rgba(31,39,59,.05); }
.fit-piece::before { content: ""; position: absolute; top: 13px; left: 13px; width: 35%; height: 3px; border-radius: 3px; background: #b6b1e7; box-shadow: 0 9px #e0e4ea; }
.fit-piece-long { top: 10px; left: 5%; width: 190px; height: 56px; border-radius: 8px; transform: rotate(-2deg); }
.fit-piece-small { top: 90px; right: 2%; width: 72px; height: 72px; border-radius: 9px; transform: rotate(2deg); }
.fit-piece-tall { bottom: 24px; left: 14%; width: 80px; height: 130px; border-radius: 10px; transform: rotate(1deg); }
.fit-piece-round { right: 15%; bottom: 22px; width: 76px; height: 76px; border-radius: 50%; transform: rotate(-2deg); }
.fit-piece-wide { top: 104px; left: 2%; width: 122px; height: 66px; border-radius: 20px 7px 20px 20px; transform: rotate(-1deg); }
.fit-bridge { position: relative; height: 1px; background: linear-gradient(90deg,#dfe3e9,rgba(99,91,255,.67)); }
.fit-bridge::before,.fit-bridge::after { content: ""; position: absolute; top: 50%; width: 7px; height: 7px; border: 1px solid #aaa5df; background: #fff; transform: translateY(-50%) rotate(45deg); }.fit-bridge::before{left:-2px}.fit-bridge::after{right:-2px;background:#756ded}
.fit-bridge i { position: absolute; top: 50%; right: 25%; width: 24px; height: 1px; background: var(--violet); transform: translateY(-50%); }
.fit-outline { position: relative; width: 100%; height: 390px; border: 1px solid #8e88df; border-radius: 58px 18px 64px 26px; background: rgba(249,248,255,.66); box-shadow: inset 0 0 0 10px rgba(255,255,255,.75),0 20px 50px rgba(31,39,59,.06); }
.fit-outline::before { content: ""; position: absolute; top: -5px; right: 27%; width: 10px; height: 10px; border: 2px solid #fff; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 1px #8e88df; }
.fit-needs-settled { width: 100%; height: 100%; }
.fit-needs-settled .fit-piece { box-shadow: none; transform: none; }
.fit-needs-settled .fit-piece-long { top: 35px; left: 32px; width: calc(100% - 64px); }
.fit-needs-settled .fit-piece-small { top: 118px; right: 35px; }
.fit-needs-settled .fit-piece-tall { bottom: 35px; left: 35px; }
.fit-needs-settled .fit-piece-round { right: 39px; bottom: 37px; }
.fit-needs-settled .fit-piece-wide { top: 118px; left: 135px; width: calc(100% - 258px); }
.specific-needs { background: var(--surface); }
.specific-needs-intro { max-width: 800px; }
.needs-sequence { position: relative; display: grid; grid-template-columns: 1fr 1fr; margin-top: 68px; padding-left: 33px; }
.needs-sequence::before { content: ""; position: absolute; top: 0; bottom: 0; left: 5px; width: 1px; background: linear-gradient(180deg,#cfd4df,rgba(99,91,255,.62),#cfd4df); }
.needs-sequence p { position: relative; min-height: 126px; display: flex; align-items: center; margin: 0; padding: 29px 38px 29px 0; border-top: 1px solid var(--line-strong); color: var(--ink); font: 500 clamp(18px,1.65vw,23px)/1.43 "Manrope"; letter-spacing: -.028em; }
.needs-sequence p:nth-child(even) { padding-left: 38px; border-left: 1px solid var(--line-strong); }
.needs-sequence p:nth-last-child(-n+2) { border-bottom: 1px solid var(--line-strong); }
.needs-sequence p::before { content: ""; position: absolute; top: 50%; left: -32px; width: 7px; height: 7px; border: 1px solid #918be4; background: var(--surface); transform: translateY(-50%) rotate(45deg); }
.specific-needs-closing { max-width: 680px; margin: 38px 0 0 auto; color: var(--muted); font-size: 14px; line-height: 1.75; }
.solution-growth-grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(470px,1.08fr); gap: clamp(75px,9vw,135px); align-items: center; }
.solution-growth-copy { max-width: 700px; }
.custom-solutions-ownership { margin-top: 33px !important; padding-top: 29px; border-top: 1px solid var(--line-strong); color: var(--ink) !important; font-weight: 500; }
.growth-composition { position: relative; height: 500px; }
.growth-path { position: absolute; top: 48%; left: 8%; width: 80%; height: 1px; background: linear-gradient(90deg,rgba(99,91,255,.65),rgba(52,150,205,.26),transparent); }
.growth-core,.growth-extension { position: absolute; display: grid; place-items: center; border: 1px solid #d9dee7; background: #fff; box-shadow: 0 15px 38px rgba(31,39,59,.06); }
.growth-core { top: 50%; left: 11%; width: 175px; height: 175px; border-color: #9c96df; border-radius: 45px 18px 48px 25px; transform: translateY(-50%); }
.growth-core i { width: 38px; height: 4px; border-radius: 4px; background: var(--violet); }.growth-core span { width: 75px; height: 8px; border-radius: 4px; background: #242d40; }.growth-core b { width: 55px; height: 4px; border-radius: 4px; background: #dce1e8; }
.growth-extension { width: 92px; height: 92px; border-radius: 24px 10px 25px 16px; }
.growth-extension i { width: 25px; height: 4px; border-radius: 4px; background: #a39de2; }.growth-extension span { width: 44px; height: 4px; border-radius: 4px; background: #dce1e8; }
.growth-extension-one { top: 35px; left: 43%; }.growth-extension-two { right: 14%; bottom: 55px; width: 115px; height: 115px; }.growth-extension-three { top: 110px; right: 2%; width: 72px; height: 72px; }
.growth-open-end { position: absolute; top: calc(48% - 4px); right: 4%; width: 9px; height: 9px; border: 1px solid #8d87df; background: #fff; transform: rotate(45deg); }
.custom-solutions-closing { padding: 95px 0; border-top: 1px solid var(--line-strong); background: #fafbfe; }
.custom-solutions-closing-inner { display: flex; align-items: end; justify-content: space-between; gap: 70px; }
.custom-solutions-closing h2 { max-width: 830px; margin: 0; font-size: clamp(40px,4.6vw,62px); line-height: 1.04; letter-spacing: -.05em; }
.custom-solutions-closing-inner > div > p:last-child { max-width: 630px; margin: 24px 0 0; color: var(--muted); }
.custom-solutions-closing .button { flex: 0 0 auto; }

/* Digital solutions page */
.digital-solutions-page { background: #fff; }
.solutions-hero { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; padding: 180px 0 115px; background: linear-gradient(142deg,#fff 26%,#f5f8fd 67%,#f7f5ff); }
.solutions-hero::before { content: ""; position: absolute; top: -330px; right: -190px; width: 900px; height: 690px; border-radius: 50%; background: radial-gradient(circle at 35% 55%,rgba(45,150,209,.12),rgba(99,91,255,.09) 42%,rgba(255,187,126,.06) 60%,transparent 72%); transform: rotate(-9deg); }
.solutions-hero::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: linear-gradient(90deg,transparent 4%,rgba(45,150,209,.28),rgba(99,91,255,.38),transparent 96%); }
.solutions-hero-inner { position: relative; z-index: 1; }
.solutions-hero h1 { max-width: 950px; margin: 25px 0 32px; font-size: clamp(66px,7.7vw,106px); line-height: .96; letter-spacing: -.068em; }
.solutions-hero-inner > p:last-child { max-width: 710px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.68; }
.solutions-section-copy { max-width: 760px; }
.solutions-section-copy h2,.friction-intro h2,.solutions-afterwards-copy h2 { margin: 0; font-size: clamp(45px,5vw,68px); line-height: 1.02; letter-spacing: -.052em; }
.solutions-section-copy > p:last-child,.friction-intro > p:last-child,.solutions-afterwards-copy > p:not(.eyebrow) { max-width: 650px; margin: 27px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.solutions-organisation { overflow: hidden; }
.organisation-composition { min-height: 520px; display: grid; grid-template-columns: minmax(320px,.9fr) 120px minmax(400px,1.1fr); align-items: center; margin-top: 75px; padding: 55px clamp(35px,5vw,75px); border-block: 1px solid var(--line-strong); background: linear-gradient(105deg,#fbfcfe,#fff 48%,#faf9ff); }
.organisation-scattered { position: relative; height: 370px; }
.organisation-scattered > span { position: absolute; display: block; border: 1px solid #dfe3eb; background: rgba(255,255,255,.88); box-shadow: 0 10px 26px rgba(31,39,59,.04); }
.organisation-scattered i,.organisation-scattered b { display: block; border-radius: 4px; }
.scattered-message { top: 12px; left: 4%; width: 112px; height: 72px; padding: 18px; border-radius: 17px 17px 17px 5px; transform: rotate(-2deg); }
.scattered-message i { width: 76%; height: 4px; margin-bottom: 8px; background: #d8dde6; }.scattered-message i:nth-child(2){width:90%}.scattered-message i:last-child{width:54%;background:#b7b2e5}
.scattered-appointment { top: 31px; right: 2%; width: 105px; height: 96px; padding: 15px; border-radius: 8px; transform: rotate(2deg); }
.scattered-appointment b { width: 20px; height: 4px; margin-bottom: 19px; background: var(--violet); }.scattered-appointment i { height: 3px; margin: 8px 0; background: #d8dde6; }.scattered-appointment i:last-child{width:65%}
.scattered-customer { top: 150px; left: 20%; width: 145px; height: 88px; padding: 18px; border-radius: 10px; transform: rotate(1.5deg); }
.scattered-customer b { float: left; width: 25px; height: 25px; margin-right: 12px; border-radius: 50%; background: #efedff; }.scattered-customer i { height: 4px; margin: 7px 0; background: #d8dde6; }.scattered-customer i:last-child{width:62%}
.scattered-document { right: 0; bottom: 57px; width: 120px; height: 105px; padding: 20px; border-radius: 6px; transform: rotate(-1.5deg); }
.scattered-document i { height: 4px; margin-bottom: 10px; background: #d8dde6; }.scattered-document i:first-child{width:48%;background:#293246}.scattered-document i:last-child{width:70%}
.scattered-reminder { bottom: 5px; left: 4%; width: 124px; height: 58px; padding: 15px; border-radius: 8px; transform: rotate(2deg); }
.scattered-reminder b { float: left; width: 14px; height: 14px; margin-right: 10px; border: 1px solid #a7a1e2; transform: rotate(45deg); }.scattered-reminder i { height: 4px; margin: 5px 0; background: #d8dde6; }
.scattered-copy { bottom: 7px; left: 45%; width: 90px; height: 50px; padding: 14px; border-radius: 7px; transform: rotate(-1deg); }.scattered-copy i{height:3px;margin:6px 0;background:#d8dde6}.scattered-copy i:last-child{width:64%}
.organisation-path { position: relative; height: 1px; background: linear-gradient(90deg,#dfe3e9,rgba(99,91,255,.66)); }
.organisation-path::before,.organisation-path::after { content: ""; position: absolute; top: 50%; width: 7px; height: 7px; border: 1px solid #aaa5df; background: #fff; transform: translateY(-50%) rotate(45deg); }
.organisation-path::before { left: -2px; }.organisation-path::after { right: -2px; background: #746ced; }
.organisation-path i { position: absolute; top: 50%; width: 4px; height: 4px; border-radius: 50%; background: #8881e1; transform: translateY(-50%); }.organisation-path i:nth-child(1){left:24%}.organisation-path i:nth-child(2){left:50%}.organisation-path i:nth-child(3){left:76%}
.organisation-settled { min-height: 400px; padding: 34px 38px; border: 1px solid #dce1e9; border-radius: 8px; background: #fff; box-shadow: 0 22px 55px rgba(31,39,59,.08); }
.settled-heading { height: 52px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e6e9ef; }
.settled-heading i { width: 30px; height: 4px; border-radius: 4px; background: var(--violet); }.settled-heading span { width: 58px; height: 19px; border-radius: 6px; background: #f0efff; }
.settled-person,.settled-item { min-height: 74px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 15px; border-bottom: 1px solid #e8ebf0; }
.settled-person b,.settled-item b { width: 30px; height: 30px; border-radius: 50%; background: #efedff; }.settled-item b{border-radius:7px;background:#eef3f7}
.settled-person span i,.settled-item span i { width: 42%; height: 4px; display: block; margin: 7px 0; border-radius: 4px; background: #273043; }.settled-person span i:last-child,.settled-item span i:last-child{width:70%;background:#dce1e8}
.settled-person em,.settled-item em { width: 54px; height: 20px; border-radius: 10px; background: #f2f1ff; }.settled-item em{background:#f1f3f6}
.settled-next { min-height: 72px; display: flex; align-items: center; gap: 15px; }.settled-next i{width:18px;height:18px;border:1px solid #8e87e4;transform:rotate(45deg)}.settled-next span{width:45%;height:4px;border-radius:4px;background:#dce1e8}
.everyday-friction { background: var(--surface); }
.friction-intro { max-width: 760px; }
.friction-situations { display: grid; grid-template-columns: 1fr 1fr; margin-top: 68px; border-top: 1px solid var(--line-strong); }
.friction-situations p { min-height: 125px; display: flex; align-items: center; margin: 0; padding: 28px 36px 28px 0; border-bottom: 1px solid var(--line-strong); color: var(--ink); font: 500 clamp(18px,1.65vw,23px)/1.42 "Manrope"; letter-spacing: -.028em; }
.friction-situations p:nth-child(odd) { border-right: 1px solid var(--line-strong); }
.friction-situations p:nth-child(even) { padding-left: 36px; }
.friction-situations p::before { content: ""; flex: 0 0 auto; width: 7px; height: 7px; margin-right: 19px; border: 1px solid #928ce4; transform: rotate(45deg); }
.friction-closing { max-width: 650px; margin: 37px 0 0 auto; color: var(--muted); font-size: 14px; line-height: 1.75; }
.solutions-afterwards-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(390px,.7fr); gap: clamp(75px,10vw,145px); align-items: start; }
.solutions-afterwards-copy { max-width: 710px; }
.solutions-ownership { margin-top: 33px !important; padding-top: 29px; border-top: 1px solid var(--line-strong); color: var(--ink) !important; font-weight: 500; }
.afterwards-statements { border-top: 1px solid var(--line-strong); }
.afterwards-statements > div { padding: 31px 0 33px; border-bottom: 1px solid var(--line-strong); }
.afterwards-statements strong { display: block; margin-bottom: 10px; color: var(--ink); font: 600 23px/1.3 "Manrope"; letter-spacing: -.035em; }
.afterwards-statements p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.solutions-closing { padding: 95px 0; border-top: 1px solid var(--line-strong); background: #fafbfe; }
.solutions-closing-inner { display: flex; align-items: end; justify-content: space-between; gap: 70px; }
.solutions-closing h2 { max-width: 780px; margin: 0; font-size: clamp(40px,4.6vw,62px); line-height: 1.04; letter-spacing: -.05em; }
.solutions-closing-inner > div > p:last-child { max-width: 620px; margin: 24px 0 0; color: var(--muted); }
.solutions-closing .button { flex: 0 0 auto; }

/* Work */
.work-overview-page .page-hero { padding-bottom: 110px; }
.work-overview-page .page-hero-intro { max-width: 680px; }
.work-projects { padding-bottom: 125px; }
.work-project-list { border-top: 1px solid var(--line-strong); }
.work-project { min-height: 540px; display: grid; grid-template-columns: minmax(0,1.14fr) minmax(330px,.76fr); align-items: center; gap: clamp(60px,8vw,120px); padding: 82px 18px; border-bottom: 1px solid var(--line-strong); }
.work-project:nth-child(even) { grid-template-columns: minmax(330px,.76fr) minmax(0,1.14fr); }
.work-project:nth-child(even) .work-project-visual { order: 2; }
.work-project:nth-child(even) .work-project-copy { order: 1; }
.work-project-visual { position: relative; display: block; aspect-ratio: 1.55 / 1; padding: 17px; overflow: hidden; border: 1px solid rgba(31,39,59,.12); border-radius: 19px; background: #171d2c; box-shadow: 0 22px 55px rgba(24,31,50,.1); }
.work-project-velaris .work-project-visual { background: #e8e0d2; }
.work-project-navidia .work-project-visual { background: #e4ebf1; }
.work-project-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; border-radius: 10px; transition: transform .7s var(--ease); }
.work-project-visual > span { position: absolute; right: 29px; bottom: 29px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.26); border-radius: 20px; color: #fff; background: rgba(17,23,36,.8); font-size: 8px; font-weight: 600; opacity: 0; transform: translateY(5px); transition: opacity .35s var(--ease),transform .35s var(--ease); backdrop-filter: blur(10px); }
.work-project-visual:hover img { transform: scale(1.016); }
.work-project-visual:hover > span, .work-project-visual:focus-visible > span { opacity: 1; transform: none; }
.work-project-visual:focus-visible { outline-offset: 5px; }
.work-project-copy { max-width: 520px; }
.work-project-category { margin: 0 0 20px; color: var(--violet-dark); font-size: 9px; font-weight: 600; letter-spacing: .105em; text-transform: uppercase; }
.work-project-copy h2 { margin: 0; font-size: clamp(48px,5vw,68px); letter-spacing: -.055em; }
.work-project-copy > p:not(.work-project-category) { margin: 24px 0 0; color: var(--muted); font-size: 14px; line-height: 1.72; }
.work-project-technologies { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 27px; }
.work-project-technologies span { padding: 5px 9px; border: 1px solid #e0e4eb; border-radius: 20px; color: #687486; background: #fbfcfd; font-size: 8px; }
.work-project-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 32px; color: var(--ink); font-size: 11px; font-weight: 600; }
.work-project-link i { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--violet); font-size: 9px; font-style: normal; transition: color .3s,background .3s,transform .3s; }
.work-project-link:hover i { color: #fff; background: var(--ink); transform: translate(2px,-2px); }
.work-closing { padding: 92px 0; border-top: 1px solid #e3e6ed; background: var(--surface); }
.work-closing-inner { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 90px; }
.work-closing h2 { max-width: 690px; margin: 0; font-size: clamp(38px,4vw,54px); }
.work-closing-inner > div:last-child { max-width: 440px; justify-self: end; }
.work-closing-inner > div:last-child > p { margin: 0; color: var(--muted); font-size: 14px; }
.work-closing .button { margin-top: 24px; }

/* About */
.about-intro { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; padding: 165px 0 95px; background: #fafbfe; }
.about-intro::before { content: ""; position: absolute; top: -260px; right: -170px; width: 830px; height: 560px; border-radius: 50%; background: radial-gradient(circle at 32% 60%,rgba(102,94,236,.12),rgba(49,157,218,.07) 38%,rgba(255,190,131,.08) 58%,transparent 72%); transform: rotate(-10deg); }
.about-intro-accent { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: linear-gradient(90deg,transparent 5%,rgba(99,91,255,.45),rgba(0,153,204,.27),transparent 95%); }
.about-intro-inner { position: relative; z-index: 1; }
.about-intro h1 { max-width: 1080px; margin: 26px 0 35px; font-size: clamp(58px,6.9vw,96px); line-height: .98; letter-spacing: -.065em; }
.about-intro-inner > p:last-child { max-width: 660px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.about-founder { padding: 125px 0; background: #fff; }
.about-founder-grid { display: grid; grid-template-columns: .82fr 1fr; align-items: center; gap: clamp(75px,10vw,145px); }
.about-founder-portrait { position: relative; width: 100%; max-width: 490px; aspect-ratio: .82 / 1; overflow: hidden; border: 1px solid #dce1e9; border-radius: 28px 28px 110px 28px; background: linear-gradient(145deg,#f5f6fa,#e8ebf2); box-shadow: 0 24px 65px rgba(27,35,57,.1); }
.about-founder-portrait::after { content: ""; position: absolute; inset: 10px; pointer-events: none; border: 1px solid rgba(255,255,255,.72); border-radius: 20px 20px 100px 20px; }
.about-founder-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; }
.about-founder-portrait > span { position: absolute; z-index: 2; right: 33px; bottom: 28px; color: rgba(255,255,255,.88); font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.about-founder-placeholder { position: absolute; inset: 0; overflow: hidden; background: linear-gradient(145deg,#f7f8fb,#e4e8ef); }
.about-founder-placeholder::before { content: ""; position: absolute; top: 20%; left: 50%; width: 28%; aspect-ratio: 1; border-radius: 50%; background: #7d8798; transform: translateX(-50%); }
.about-founder-placeholder::after { content: ""; position: absolute; left: 50%; bottom: -5%; width: 70%; height: 54%; border-radius: 52% 52% 0 0; background: #7d8798; transform: translateX(-50%); }
.about-founder-note { max-width: 650px; }
.about-founder-note h2 { margin: 0 0 31px; font-size: clamp(44px,4.75vw,64px); line-height: 1.03; }
.about-founder-note > p:not(.eyebrow) { max-width: 590px; margin: 0 0 18px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.about-founder-signature { display: flex; flex-direction: column; gap: 4px; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line-strong); }
.about-founder-signature strong { color: var(--ink); font: 600 14px "Manrope"; }
.about-founder-signature span { color: #7d8795; font-size: 10px; }
.about-ownership { padding: 130px 0; background: var(--surface); }
.about-ownership-inner { position: relative; }
.about-ownership-inner::before { content: ""; position: absolute; top: 0; bottom: 0; left: 42%; width: 1px; background: linear-gradient(180deg,rgba(99,91,255,.55),rgba(0,147,207,.18),transparent); }
.about-ownership h2 { max-width: 1110px; margin: 34px 0 76px; font-size: clamp(52px,6.2vw,84px); line-height: .98; letter-spacing: -.062em; }
.about-ownership-copy { display: grid; grid-template-columns: .78fr .78fr; justify-content: end; gap: 65px; padding-left: 45%; }
.about-ownership-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; }
.about-position { padding: 120px 0 95px; background: #fff; }
.about-position-statement { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 100px; padding-bottom: 90px; }
.about-position-statement h2 { margin: 0; font-size: clamp(50px,5.8vw,78px); line-height: .98; }
.about-position-statement p { max-width: 500px; margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.about-invitation { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding-top: 48px; border-top: 1px solid var(--line-strong); }
.about-invitation h2 { max-width: 720px; margin: 0; font-size: clamp(34px,3.7vw,50px); }
.about-invitation .button { flex: 0 0 auto; }

/* Contact */
.contact-intro { position: relative; min-height: 650px; display: flex; align-items: center; overflow: hidden; padding: 165px 0 95px; background: #fafbfe; }
.contact-intro::before { content: ""; position: absolute; top: -275px; right: -135px; width: 790px; height: 565px; border-radius: 50%; background: radial-gradient(circle at 35% 64%,rgba(99,91,255,.13),rgba(0,151,205,.07) 40%,rgba(255,184,123,.08) 59%,transparent 73%); transform: rotate(-9deg); }
.contact-intro-accent { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: linear-gradient(90deg,transparent 6%,rgba(99,91,255,.44),rgba(0,150,204,.24),transparent 94%); }
.contact-intro-inner { position: relative; z-index: 1; }
.contact-intro h1 { max-width: 980px; margin: 25px 0 32px; font-size: clamp(58px,6.4vw,88px); line-height: .99; letter-spacing: -.064em; }
.contact-intro-inner > p:last-child { max-width: 680px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.contact-main { padding: 120px 0 130px; background: #fff; }
.contact-composition { display: grid; grid-template-columns: minmax(0,1fr) 320px; align-items: start; gap: clamp(65px,8vw,120px); }
.contact-form-panel { padding: 54px; border: 1px solid #dfe3ea; border-radius: 24px; background: #fbfcfe; box-shadow: 0 18px 55px rgba(24,32,53,.07),inset 0 1px #fff; }
.contact-form-heading { margin-bottom: 48px; padding-bottom: 37px; border-bottom: 1px solid var(--line-strong); }
.contact-form-heading h2 { max-width: 650px; margin: 0; font-size: clamp(37px,4vw,52px); line-height: 1.05; }
.contact-field { margin-bottom: 34px; }
.contact-field label { display: flex; align-items: baseline; justify-content: space-between; gap: 25px; margin-bottom: 12px; color: #273143; }
.contact-field label > span { font: 600 16px "Manrope"; letter-spacing: -.025em; }
.contact-field label > small { color: #9199a7; font-size: 9px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.contact-field input, .contact-field select, .contact-field textarea { width: 100%; border: 1px solid #d9dee7; border-radius: 12px; outline: 0; color: var(--ink); background: #fff; box-shadow: inset 0 1px 2px rgba(16,24,40,.025); font-size: 15px; transition: border-color .25s,box-shadow .25s,background .25s; }
.contact-field input, .contact-field select { height: 64px; padding: 0 18px; }
.contact-field select { padding-right: 48px; cursor: pointer; appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='m1 1.5 5 5 5-5' stroke='%23273143' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 20px center; background-size: 12px 8px; }
.contact-field textarea { min-height: 235px; padding: 18px; line-height: 1.65; resize: vertical; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #99a2b1; opacity: 1; }
.contact-field input:hover, .contact-field select:hover, .contact-field textarea:hover { border-color: #cbd1dc; }
.contact-field input:focus, .contact-field select:focus, .contact-field textarea:focus { border-color: #756df0; background: #fff; box-shadow: 0 0 0 4px rgba(99,91,255,.09),0 10px 25px rgba(30,38,65,.045); }
.contact-field [aria-invalid="true"], .contact-field.is-invalid input, .contact-field.is-invalid select, .contact-field.is-invalid textarea { border-color: #cd6b76; background: #fffdfd; }
.contact-field [aria-invalid="true"]:focus { box-shadow: 0 0 0 4px rgba(205,107,118,.09); }
.contact-field-meta { display: flex; justify-content: space-between; gap: 25px; margin-top: 9px; color: #929baa; }
.contact-field-meta small { font-size: 9px; }
.contact-field-error { display: block; margin-top: 8px; color: #b64e5b; font-size: 11px; line-height: 1.45; }
.contact-project-field { margin-top: 46px; padding-top: 42px; border-top: 1px solid var(--line-strong); }
.contact-project-field label > span { font-size: 19px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.contact-submit { width: 100%; min-height: 58px; justify-content: center; border: 0; cursor: pointer; font-size: 12px; }
.contact-form-note { position: relative; width: fit-content; max-width: 570px; margin: 14px auto 0; padding-left: 17px; color: #8791a1; text-align: left; font-size: 11px; line-height: 1.55; }
.contact-form-note::before { content: ""; position: absolute; top: 4px; left: 0; width: 7px; height: 8px; border: 1px solid #9ca4b2; border-radius: 2px; }
.contact-form-note::after { content: ""; position: absolute; top: 1px; left: 2px; width: 3px; height: 4px; border: 1px solid #9ca4b2; border-bottom: 0; border-radius: 4px 4px 0 0; }
.contact-feedback { margin: -8px 0 38px; padding: 21px 23px; border-left: 2px solid; border-radius: 0 12px 12px 0; }
.contact-feedback h2 { margin: 0 0 6px; font-size: 17px; letter-spacing: -.025em; }
.contact-feedback p { margin: 0; font-size: 12px; line-height: 1.55; }
.contact-feedback-success { display: grid; grid-template-columns: 30px minmax(0,1fr); align-items: start; gap: 13px; border-color: #4d9b7c; background: #f0f8f5; }
.contact-feedback-icon { width: 28px; height: 28px; display: grid; place-items: center; margin-top: 1px; border: 1px solid #a8d2c0; border-radius: 50%; color: #39765c; background: #fff; font-size: 13px; font-weight: 700; }
.contact-feedback-success p { color: #537266; }
.contact-feedback-error { border-color: #c86c76; background: #fff5f6; }
.contact-feedback-error p { color: #84575d; }
.contact-feedback:focus { outline: 2px solid rgba(99,91,255,.5); outline-offset: 4px; }
.contact-error-summary[hidden] { display: none; }
.contact-error-summary ul { margin: 12px 0 0; padding: 0; list-style: none; }
.contact-error-summary li + li { margin-top: 7px; }
.contact-error-summary a { color: #7f414a; font-size: 11px; text-decoration: underline; text-decoration-color: rgba(127,65,74,.35); text-underline-offset: 3px; }
.contact-error-summary a:hover, .contact-error-summary a:focus-visible { color: #562b31; text-decoration-color: currentColor; }
.contact-next { position: sticky; top: 112px; overflow: hidden; border: 1px solid #dfe3ea; border-radius: 18px; background: #fbfcfe; box-shadow: 0 12px 35px rgba(24,32,53,.045); }
.contact-next-intro { padding: 30px 29px 26px; border-bottom: 1px solid var(--line-strong); }
.contact-next-intro .eyebrow { margin-bottom: 16px; }
.contact-next-intro h2 { margin: 0; font-size: 28px; line-height: 1.12; letter-spacing: -.045em; }
.contact-next-intro > p:not(.eyebrow) { margin: 14px 0 18px; color: #596476; font-size: 13px; line-height: 1.65; }
.contact-response-indicator { display: flex; align-items: center; gap: 8px; color: #4e5869; font-size: 11px; font-weight: 600; }
.contact-response-indicator i { width: 7px; height: 7px; border: 1px solid #978ff0; border-radius: 50%; background: #f1f0ff; box-shadow: 0 0 0 3px rgba(99,91,255,.07); }
.contact-next-points { margin: 0; padding: 7px 29px; list-style: none; }
.contact-next-points li { display: grid; grid-template-columns: 24px minmax(0,1fr); gap: 12px; padding: 19px 0; border-bottom: 1px solid var(--line-strong); }
.contact-next-points li:last-child { border-bottom: 0; }
.contact-next-icon { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid #d9d7f2; border-radius: 6px; color: var(--violet); background: #f7f6ff; font-size: 10px; font-weight: 650; }
.contact-next-points h3 { margin: 1px 0 5px; color: #273143; font-size: 13px; letter-spacing: -.015em; }
.contact-next-points p { margin: 0; color: #687385; font-size: 12px; line-height: 1.55; }
.contact-email, .contact-social { padding: 21px 29px; border-top: 1px solid var(--line-strong); }
.contact-email > span { display: block; margin-bottom: 8px; color: #9199a7; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.contact-email a { color: var(--ink); font-size: 14px; font-weight: 600; }
.contact-email a:hover { color: var(--violet-dark); }
.contact-social > span { display: block; margin-bottom: 11px; color: #9199a7; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.contact-social > div { display: flex; gap: 8px; }
.contact-social a { min-height: 40px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid #dce0e8; border-radius: 8px; color: #4c5667; background: #fff; font-size: 12px; font-weight: 600; transition: color .2s,border-color .2s,background .2s; }
.contact-social a:hover { color: var(--violet-dark); border-color: #c8c4ec; background: #f8f7ff; }
.contact-social svg { width: 14px; height: 14px; fill: currentColor; stroke: none; }
.contact-social a:last-child svg { fill: none; stroke: currentColor; stroke-width: 1.7; }

/* First-party Cookie Center */
.footer-utility-links { display: flex; align-items: center; gap: 24px; }
.footer-utility-links a { color: inherit; }
.footer-utility-links a:hover { color: var(--ink); }
.cookie-center { position: relative; z-index: 210; }
.cookie-banner { position: fixed; z-index: 210; left: 50%; bottom: 24px; width: min(calc(100% - 48px), 1120px); display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 42px; padding: 28px 30px; border: 1px solid #dfe3ec; border-radius: 18px; background: rgba(250,251,254,.97); box-shadow: 0 22px 70px rgba(20,29,48,.15), inset 0 1px rgba(255,255,255,.85); transform: translateX(-50%); backdrop-filter: blur(18px); }
.cookie-banner::before { content: ""; position: absolute; top: -1px; left: 26px; right: 26px; height: 2px; background: linear-gradient(90deg, transparent, rgba(99,91,255,.72), rgba(36,145,203,.5), transparent); }
.cookie-banner-copy { max-width: 675px; }
.cookie-banner .eyebrow { margin-bottom: 8px; }
.cookie-banner h2 { margin-bottom: 9px; font-size: 25px; letter-spacing: -.035em; }
.cookie-banner-copy > p:not(.eyebrow) { margin: 0; color: #5e687a; font-size: 14px; line-height: 1.65; }
.cookie-banner-copy small { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.cookie-banner-copy > a { display: inline-flex; gap: 7px; margin-top: 12px; color: #4e5665; font-size: 12px; font-weight: 600; }
.cookie-banner-copy > a:hover { color: var(--violet-dark); }
.cookie-banner-actions { width: 330px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.cookie-choice-button, .cookie-secondary-action { min-height: 43px; padding: 10px 14px; border: 1px solid #d7dce6; border-radius: 10px; color: var(--ink); background: #fff; font: inherit; font-size: 12px; font-weight: 600; cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.cookie-choice-button:hover, .cookie-secondary-action:hover { border-color: #bfc6d4; background: #f7f8fb; transform: translateY(-1px); }
.cookie-customize-link { grid-column: 1 / -1; min-height: 39px; display: grid; place-items: center; border-radius: 9px; color: #596273; font-size: 12px; font-weight: 600; }
.cookie-customize-link:hover { color: var(--violet-dark); background: rgba(99,91,255,.055); }
.cookie-choice-button:focus-visible, .cookie-secondary-action:focus-visible, .cookie-customize-link:focus-visible, .cookie-dialog-close:focus-visible, .cookie-close-text:focus-visible, .cookie-category-choice input:focus-visible + span { outline: 2px solid var(--violet); outline-offset: 2px; }
.cookie-preferences { width: min(calc(100% - 40px), 720px); max-height: min(86vh, 820px); margin: auto; padding: 0; border: 1px solid #dce1ea; border-radius: 20px; color: var(--ink); background: #fbfcfe; box-shadow: 0 30px 90px rgba(13,22,42,.22); }
.cookie-preferences::backdrop { background: rgba(21,29,47,.2); backdrop-filter: blur(3px); }
.cookie-preferences[open] { animation: cookie-dialog-in .25s var(--ease) both; }
@keyframes cookie-dialog-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.cookie-dialog-heading { display: flex; align-items: start; justify-content: space-between; gap: 24px; padding: 30px 30px 0; }
.cookie-dialog-heading .eyebrow { margin-bottom: 7px; }
.cookie-dialog-heading h2 { font-size: clamp(27px, 4vw, 38px); }
.cookie-dialog-close { width: 38px; height: 38px; flex: 0 0 auto; border: 1px solid #dce1ea; border-radius: 10px; color: #626c7d; background: #fff; font: 300 24px/1 sans-serif; cursor: pointer; }
.cookie-preferences > p { margin: 14px 30px 22px; color: #687285; font-size: 14px; line-height: 1.65; }
.cookie-preferences form { padding: 0 30px; }
.cookie-category { padding: 18px 0; border-top: 1px solid #e2e6ed; }
.cookie-category > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.cookie-category h3 { font-size: 16px; letter-spacing: -.02em; }
.cookie-category > div > span { padding: 5px 8px; border-radius: 999px; color: #5d6675; background: #eef1f5; font-size: 10px; font-weight: 600; letter-spacing: .03em; }
.cookie-category.is-necessary > div > span { color: #5046bb; background: #eeecff; }
.cookie-category p { max-width: 570px; margin: 7px 0 0; color: #707a8c; font-size: 13px; line-height: 1.6; }
.cookie-category-choice { display: flex; align-items: center; gap: 10px; margin-top: 13px; color: #384255; font-size: 13px; font-weight: 600; cursor: pointer; }
.cookie-category-choice input { width: 18px; height: 18px; margin: 0; accent-color: var(--violet); }
.cookie-withdrawal-note { margin: 4px 0 20px; color: #858d9b; font-size: 11px; line-height: 1.55; }
.cookie-preference-actions { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 9px; padding-top: 3px; }
.cookie-preference-actions .button { min-height: 43px; justify-content: center; border: 0; cursor: pointer; }
.cookie-close-text { display: block; margin: 14px auto 22px; padding: 5px 10px; border: 0; color: #717a89; background: transparent; font: inherit; font-size: 12px; cursor: pointer; }
.cookie-close-text:hover { color: var(--ink); }
.cookie-feedback { position: fixed; z-index: 230; right: 24px; bottom: 24px; max-width: 410px; padding: 15px 18px; border: 1px solid #dce1e9; border-radius: 12px; color: #364054; background: #fff; box-shadow: 0 18px 50px rgba(18,27,45,.14); }
.cookie-feedback[hidden] { display: none; }
.cookie-feedback p { margin: 0; font-size: 13px; line-height: 1.55; }

/* Cookie policy */
.cookies-page { background: #fff; }
.cookies-hero { position: relative; overflow: hidden; padding: 190px 0 105px; background: #f8f9fc; }
.cookies-hero::after { content: ""; position: absolute; width: 720px; height: 350px; right: -150px; top: -170px; border-radius: 50%; background: radial-gradient(circle, rgba(99,91,255,.13), rgba(34,156,197,.055) 48%, transparent 72%); }
.cookies-hero-inner { position: relative; z-index: 1; }
.cookies-hero h1 { max-width: 850px; margin-bottom: 20px; font-size: clamp(48px, 6vw, 78px); }
.cookies-hero-inner > p:last-child { max-width: 660px; color: var(--muted); font-size: 18px; }
.cookies-editorial { max-width: 1120px; }
.cookies-definition { display: grid; grid-template-columns: 220px minmax(0, 650px); gap: 60px; padding-bottom: 80px; }
.cookies-definition > p:last-child { margin: 0; color: #3e485a; font-size: clamp(23px, 3vw, 34px); line-height: 1.45; letter-spacing: -.025em; }
.cookies-registry-section, .cookies-optional, .cookies-settings-section, .cookies-policy-footer { padding: 78px 0; border-top: 1px solid #e1e5ed; }
.cookies-section-heading { display: grid; grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr); gap: 70px; align-items: start; margin-bottom: 42px; }
.cookies-section-heading h2, .cookies-settings-section h2, .cookies-policy-footer h2 { font-size: clamp(32px, 4vw, 48px); }
.cookies-section-heading p { margin: 0; color: #657083; line-height: 1.75; }
.cookie-registry { overflow-x: auto; border: 1px solid #dfe4ec; border-radius: 14px; background: #fbfcfe; }
.cookie-registry:focus-visible { outline: 2px solid var(--violet); outline-offset: 3px; }
.cookie-registry table { width: 100%; min-width: 850px; border-collapse: collapse; text-align: left; }
.cookie-registry th, .cookie-registry td { padding: 17px 16px; border-bottom: 1px solid #e4e7ed; color: #596476; font-size: 12px; line-height: 1.5; vertical-align: top; }
.cookie-registry thead th { color: #7a8495; background: #f5f7fa; font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.cookie-registry tbody tr:last-child > * { border-bottom: 0; }
.cookie-registry tbody th { color: var(--ink); font-weight: 600; }
.cookie-registry code { color: #3f378f; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; }
.cookies-optional-list { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.cookies-optional-list article { padding: 28px 0 0; border-top: 2px solid #dddff0; }
.cookies-optional-list article > div { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.cookies-optional-list h3 { font-size: 22px; }
.cookies-optional-list span { color: #777f8d; font-size: 11px; font-weight: 600; }
.cookies-optional-list p { max-width: 470px; margin: 12px 0 0; color: #697386; font-size: 14px; line-height: 1.7; }
.cookies-settings-section { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr); gap: 80px; align-items: start; }
.cookies-settings-section > div > p:not(.eyebrow) { color: #657083; line-height: 1.75; }
.cookies-settings-section > div > small { display: block; color: #838b99; line-height: 1.6; }
.cookies-page-form { padding: 26px 28px; border: 1px solid #dfe3eb; border-radius: 16px; background: #fafbfc; }
.cookies-policy-footer { display: flex; justify-content: space-between; gap: 50px; align-items: end; }
.cookies-policy-footer > div { max-width: 650px; }
.cookies-policy-footer > div p { color: #657083; }
.cookies-policy-footer > p { margin: 0; color: #858d9a; font-size: 11px; }

/* CTA, footer and error */
.cta-section { padding: 100px 0; background: #fff; }.cta-panel { position: relative; overflow: hidden; min-height: 350px; display: flex; align-items: end; justify-content: space-between; gap: 60px; padding: 60px; border-radius: var(--radius-lg); color: #fff; background: #131b2e; }.cta-panel::before { content: ""; position: absolute; width: 800px; height: 380px; right: -230px; top: -170px; border-radius: 50%; background: radial-gradient(circle, rgba(105, 96, 255, .9), rgba(0, 151, 210, .32) 43%, transparent 68%); }.cta-panel::after { content: ""; position: absolute; width: 500px; height: 80px; right: -120px; top: 130px; border-radius: 50%; background: linear-gradient(90deg, transparent, rgba(255, 169, 105, .4)); transform: rotate(-18deg); }.cta-panel > * { position: relative; z-index: 2; }.cta-panel .eyebrow { color: #bcb7ff; }.cta-panel h2 { max-width: 750px; margin-bottom: 14px; color: #fff; font-size: clamp(38px, 4.5vw, 59px); }.cta-panel p:not(.eyebrow) { max-width: 610px; margin: 0; color: #b9c1cf; }.cta-panel .button { flex: 0 0 auto; }
.error-page { position: relative; min-height: 750px; display: grid; place-items: center; overflow: hidden; background: #fafbfe; }.error-gradient { position: absolute; width: 850px; height: 600px; right: -250px; top: -250px; border-radius: 50%; background: radial-gradient(circle, rgba(99,91,255,.2), rgba(0,164,189,.08) 45%, transparent 70%); }.error-inner { position: relative; z-index: 2; text-align: center; }.error-code { margin-bottom: 20px; color: var(--violet); font-size: 12px; font-weight: 600; letter-spacing: .2em; }.error-inner h1 { margin-bottom: 20px; font-size: clamp(52px, 7vw, 90px); }.error-inner > p:not(.error-code) { color: var(--muted); }.error-inner .button-row { justify-content: center; margin-top: 35px; }

/* Launchly identity V2 — shared component finish */
.site-header { padding: 14px 0; }
.nav-frame { position: relative; min-height: 58px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 7px 8px 7px 14px; border: 1px solid transparent; border-radius: 16px; transition: background .35s, border-color .35s, box-shadow .35s; }
.site-header.is-scrolled { padding: 8px 0; border: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.site-header.is-scrolled .nav-frame { border-color: rgba(218,222,232,.88); background: rgba(255,255,255,.88); box-shadow: 0 12px 38px rgba(23,31,51,.08), inset 0 1px rgba(255,255,255,.7); backdrop-filter: blur(20px) saturate(150%); }
.wordmark { justify-self: start; gap: 10px; font-size: 15px; letter-spacing: -.045em; }
.wordmark-mark { width: 34px; height: 34px; border-radius: 9px; background: none; }
.wordmark-text { transform: translateY(-.5px); }
.primary-nav { justify-self: center; gap: 5px; padding: 4px; border: 1px solid rgba(222,225,233,.8); border-radius: 11px; background: rgba(248,249,252,.7); }
.primary-nav a { padding: 6px 13px; border-radius: 7px; color: #5d6675; font-size: 12px; transition: color .25s, background .25s, box-shadow .25s; }
.primary-nav a::after { display: none; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--ink); background: #fff; box-shadow: 0 1px 4px rgba(22,29,46,.08); }
.nav-contact { justify-self: end; }
.language-switcher { position: absolute; right: 220px; display: flex; align-items: center; gap: 5px; color: #a0a7b4; font-size: 10px; font-weight: 600; letter-spacing: .06em; }
.language-switcher a { padding: 6px 2px; color: #858e9d; transition: color .2s; }
.language-switcher a:hover, .language-switcher a[aria-current="true"] { color: var(--ink); }
.language-switcher a:focus-visible { border-radius: 4px; outline: 2px solid var(--violet); outline-offset: 2px; }
.button { position: relative; overflow: hidden; isolation: isolate; border-radius: 11px; letter-spacing: -.01em; box-shadow: inset 0 1px rgba(255,255,255,.14); will-change: transform; }
.button::before { content: ""; position: absolute; z-index: -1; width: 75%; height: 180%; top: -40%; left: -100%; background: linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent); transform: rotate(18deg); transition: left .6s var(--ease); }
.button:hover::before { left: 125%; }
.button-dark { background: linear-gradient(180deg,#202a3c,#101827); box-shadow: inset 0 1px rgba(255,255,255,.13), 0 10px 24px rgba(15,23,42,.16); }
.button-dark:hover { background: linear-gradient(180deg,#2b3548,#151e2f); }
.button-light { box-shadow: inset 0 0 0 1px rgba(17,24,39,.06), 0 12px 32px rgba(8,15,40,.18); }
.button-outline { border-color: #dfe3eb; box-shadow: 0 1px 2px rgba(16,24,40,.03); }
.button-outline:hover { border-color: #cfd4df; background: #fbfbfd; box-shadow: 0 8px 20px rgba(16,24,40,.06); }
.button-icon { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 6px; background: rgba(255,255,255,.12); transition: transform .3s var(--ease), background .3s; }
.button:hover .button-icon { transform: translate(2px,-2px); background: rgba(255,255,255,.18); }
.button-light .button-icon { background: #f0f1f5; }
.feature-card, .deliverable-grid article, .capability-grid article { border-color: #e3e6ed; box-shadow: inset 0 1px rgba(255,255,255,.8), 0 1px 2px rgba(16,24,40,.02); }
.feature-card::after, .deliverable-grid article::after, .capability-grid article::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: linear-gradient(135deg,rgba(255,255,255,.45),transparent 35%); opacity: 0; transition: opacity .35s; }
.feature-card:hover::after, .deliverable-grid article:hover::after, .capability-grid article:hover::after { opacity: 1; }
.deliverable-grid article, .capability-grid article { position: relative; overflow: hidden; transition: transform .35s var(--ease), border-color .35s, box-shadow .35s; }
.deliverable-grid article:hover, .capability-grid article:hover { transform: translateY(-4px); border-color: #d4d8e3; box-shadow: 0 18px 45px rgba(20,29,49,.08); }
.service-index-item > i { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: color .3s, background .3s, transform .3s; }
.service-index-item:hover > i { color: #fff; background: var(--ink); transform: rotate(8deg); }

/* Homepage — clear business positioning and connected Launchly system */
.home-hero { min-height: 800px; padding: 175px 0 95px; }
.home-hero-grid { grid-template-columns: 1fr 1fr; gap: 86px; }
.home-hero-copy h1 { max-width: 690px; font-size: clamp(50px,4.9vw,70px); }
.founder-hero { min-height: 470px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.founder-photo { position: relative; width: 210px; height: 210px; overflow: hidden; border: 1px solid #d7dce6; border-radius: 50%; background: linear-gradient(145deg,#f8f9fc,#e9edf4); box-shadow: 0 18px 45px rgba(30,39,62,.1); }
.founder-photo::before { content: ""; position: absolute; top: 21.5%; left: 50%; width: 30.5%; aspect-ratio: 1; border-radius: 50%; background: #7d8798; transform: translateX(-50%); }
.founder-photo::after { content: ""; position: absolute; left: 50%; bottom: -15%; width: 71%; height: 54%; border-radius: 55% 55% 0 0; background: #7d8798; transform: translateX(-50%); }
.founder-photo span { position: absolute; z-index: 2; inset: 7px; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; }
.founder-photo.has-image::before, .founder-photo.has-image::after { display: none; }
.founder-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.founder-hero > p { margin: 30px 0 0; color: var(--ink); font: 600 clamp(29px,2.7vw,39px)/1.08 "Manrope"; letter-spacing: -.045em; }
.founder-services { display: flex; align-items: center; justify-content: center; gap: 12px 27px; margin-top: 34px; }
.founder-services span { position: relative; color: #667085; font-size: 11px; font-weight: 500; white-space: nowrap; }
.founder-services span + span::before { content: ""; position: absolute; top: 50%; left: -15px; width: 3px; height: 3px; border-radius: 50%; background: #756cff; transform: translateY(-50%); }

.business-service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 17px; }
.home-services .section-intro { display: block; }
.home-services .section-intro h2 { max-width: 800px; font-size: clamp(36px,3.8vw,50px); }
.business-service-card { position: relative; min-width: 0; min-height: 425px; display: flex; flex-direction: column; padding: 32px; overflow: hidden; border: 1px solid #e0e4eb; border-radius: 19px; background: linear-gradient(150deg,#fff 0%,#fafbfe 100%); box-shadow: inset 0 1px rgba(255,255,255,.9); transition: transform .35s var(--ease),border-color .35s var(--ease),box-shadow .35s var(--ease),background .35s var(--ease); }
.business-service-card:hover { transform: translateY(-4px); border-color: #cfd5df; background: #fff; box-shadow: 0 17px 38px rgba(23,32,53,.07),inset 0 1px rgba(255,255,255,.9); }
.business-service-card:focus-visible { border-color: #b7b2eb; transform: translateY(-3px); }
.service-category { display: block; margin-bottom: 21px; color: #5f57d8; font-size: 9px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.business-service-card h3 { max-width: 310px; margin: 23px 0 13px; font-size: clamp(25px,2.25vw,31px); }
.business-service-card p { max-width: 320px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.62; }
.business-service-card > b { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 22px; font-size: 10px; }
.business-service-card > b i { color: var(--violet); font-style: normal; transition: transform .25s var(--ease); }.business-service-card:hover > b i { transform: translateX(4px); }
.service-symbol { position: relative; width: 100%; height: 88px; flex: 0 0 auto; overflow: hidden; border: 1px solid #e7e9ef; border-radius: 12px; background: rgba(255,255,255,.72); transition: border-color .35s var(--ease),background .35s var(--ease); }
.business-service-card:hover .service-symbol { border-color: #deddf0; background: #fff; }
.website-symbol::before { content: ""; position: absolute; inset: 0 0 auto; height: 20px; border-bottom: 1px solid #eceef3; background: #fafbfc; }
.website-symbol::after { content: ""; position: absolute; top: 7px; left: 10px; width: 4px; height: 4px; border-radius: 50%; background: #d4d8e1; box-shadow: 7px 0 #d4d8e1,14px 0 #d4d8e1; }
.website-symbol i { position: absolute; left: 20px; height: 4px; border-radius: 4px; background: #dfe3ea; transition: width .35s var(--ease),background .35s var(--ease); }.website-symbol i:nth-child(1){top:38px;width:38px;background:#7770e9}.website-symbol i:nth-child(2){top:52px;width:92px}.website-symbol i:nth-child(3){top:65px;width:65px}
.business-service-card:hover .website-symbol i:nth-child(1) { width: 45px; background: #665ee5; }
.customer-symbol::before,.customer-symbol::after { content: ""; position: absolute; z-index: 0; width: calc(50% - 36px); height: 1px; background: #c9c6e8; transform-origin: center; }.customer-symbol::before{top:49px;left:29px;transform:rotate(-8deg)}.customer-symbol::after{top:37px;right:29px;transform:rotate(8deg)}
.customer-symbol i { position: absolute; z-index: 1; width: 19px; height: 19px; border: 1px solid #dadde7; border-radius: 6px; background: #fff; transition: border-color .35s var(--ease),background .35s var(--ease),transform .35s var(--ease); }.customer-symbol i:nth-child(1){top:43px;left:20px}.customer-symbol i:nth-child(2){top:34px;left:calc(50% - 10px);border-color:#b8b3e9;background:#f3f2ff}.customer-symbol i:nth-child(3){top:25px;right:20px}
.business-service-card:hover .customer-symbol i:nth-child(2) { border-color: #817ae5; background: #eeedff; transform: translateY(-2px); }
.custom-symbol::before,.custom-symbol::after { content: ""; position: absolute; z-index: 0; border-color: #c9c6e7; border-style: solid; }
.custom-symbol::before { top: 27px; left: 68px; width: calc(50% - 61px); height: 27px; border-width: 1px 1px 0 0; }
.custom-symbol::after { top: 29px; right: 48px; width: calc(50% - 54px); height: 25px; border-width: 0 1px 1px 0; }
.custom-symbol i { position: absolute; z-index: 1; border: 1px solid #dce0e8; background: #fff; transition: border-color .35s var(--ease),background .35s var(--ease),transform .35s var(--ease); }.custom-symbol i:nth-child(1){top:14px;left:20px;width:49px;height:25px;border-radius:7px}.custom-symbol i:nth-child(2){top:39px;left:calc(50% - 23px);width:46px;height:29px;border-color:#b9b5e8;border-radius:9px;background:#f3f2ff}.custom-symbol i:nth-child(3){top:16px;right:20px;width:30px;height:35px;border-radius:7px}
.business-service-card:hover .custom-symbol i:nth-child(2) { border-color: #817ae5; background: #eeedff; transform: translateY(-2px) rotate(-1deg); }

.home-services.section-space,.real-work.section-space,.direct-studio.section-space,.process-preview.section-space { padding-block: 105px; }
.home-services .section-intro,.real-work .section-intro,.process-preview .section-intro { margin-bottom: 48px; }
.real-work { background: #f8f8fa; }
.real-work .section-intro h2 { font-size: clamp(38px,4vw,54px); }
.project-showcase { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.project-card { min-width: 0; }
.project-card-link { height: 100%; display: flex; overflow: hidden; flex-direction: column; border: 1px solid #d9dde5; border-radius: 14px; background: #fff; box-shadow: 0 4px 14px rgba(24,32,52,.035); transition: transform .3s var(--ease),border-color .3s,box-shadow .3s; }
.project-card-link:hover { transform: translateY(-3px); border-color: #c5cad4; box-shadow: 0 8px 20px rgba(24,32,52,.055); }
.project-card-link:focus-visible { border-color: #aaa5df; outline-offset: 4px; }
.project-visual { position: relative; display: block; overflow: hidden; width: 100%; aspect-ratio: 1.6 / 1; padding-top: 31px; border-bottom: 1px solid #dde1e8; background: #e9e6f5; }
.project-visual::after { content: ""; position: absolute; inset: 31px 0 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); pointer-events: none; }
.project-theme-gold .project-visual { background: #e9e2d5; }.project-theme-navy .project-visual { background: #dfe7ee; }
.project-browser-bar { position: absolute; inset: 0 0 auto; height: 31px; display: flex; align-items: center; gap: 5px; padding: 0 12px; border-bottom: 1px solid #e3e6eb; background: #f8f9fa; }
.project-browser-bar i { width: 5px; height: 5px; border-radius: 50%; background: #cbd0d9; }
.project-browser-bar b { position: absolute; left: 50%; max-width: 55%; overflow: hidden; color: #7d8799; font-size: 6px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; transform: translateX(-50%); }
.project-browser-bar em { margin-left: auto; color: #625bd0; font-size: 8px; font-style: normal; transition: color .25s,transform .25s var(--ease); }
.project-visual img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .7s var(--ease); }
.project-card-link:hover .project-visual img { transform: scale(1.006); }
.project-content { flex: 1; display: flex; flex-direction: column; padding: 23px 23px 22px; }
.project-content .eyebrow { display: block; min-height: 23px; margin-bottom: 8px; color: #5a53c8; font-size: 8px; line-height: 1.4; letter-spacing: .115em; }
.project-title-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.project-title-row strong { color: var(--ink); font: 600 27px/1.06 "Manrope"; letter-spacing: -.05em; }
.project-title-row i { width: 29px; height: 29px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #d4d8e0; border-radius: 50%; color: #4f5869; background: transparent; font-size: 9px; font-style: normal; transition: color .25s,background .25s,border-color .25s,transform .25s var(--ease); }
.project-card-link:hover .project-title-row i { color: #fff; border-color: var(--ink); background: var(--ink); transform: translate(1px,-1px); }
.project-card-link:hover .project-browser-bar em { color: #4038b5; transform: translate(1px,-1px); }
.project-summary { display: block; margin: 12px 0 17px; color: #606b7c; font-size: 12px; line-height: 1.62; }
.project-technologies { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; }
.project-technologies > span { padding: 4px 7px; border: 1px solid #e1e4e9; border-radius: 4px; color: #687283; background: #f6f7f8; font-size: 7px; }

.direct-studio { background: #fff; }
.direct-studio-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 80px; }
.direct-studio-copy h2 { max-width: 540px; font-size: clamp(39px,4.25vw,58px); }
.direct-studio-copy > p:not(.eyebrow) { max-width: 530px; color: var(--muted); }
.direct-studio-copy .text-link { margin-top: 22px; }
.direct-studio-visual { min-width: 0; }
.collaboration-workspace { overflow: hidden; border: 1px solid #dfe3eb; border-radius: 24px; background: #fbfcfe; box-shadow: 0 26px 65px rgba(28,37,60,.09), inset 0 1px rgba(255,255,255,.95); }
.workspace-header,.workspace-footer { display: flex; align-items: center; color: #7a8496; font-size: 10px; letter-spacing: .04em; }
.workspace-header { min-height: 48px; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid #e5e8ef; background: rgba(255,255,255,.82); }
.workspace-header span { display: inline-flex; align-items: center; gap: 8px; color: #475467; font-weight: 600; }
.workspace-header span i { width: 7px; height: 7px; border-radius: 50%; background: #6f67e8; box-shadow: 0 0 0 4px rgba(99,91,255,.09); }
.workspace-journey { position: relative; display: grid; grid-template-columns: .9fr 1.2fr 1fr; min-height: 305px; padding: 32px 26px 36px; background: radial-gradient(circle at 58% 22%,rgba(99,91,255,.07),transparent 34%),linear-gradient(135deg,#fafbfe,#f6f8fc); }
.workspace-context,.workspace-conversation,.workspace-delivery { position: relative; z-index: 2; min-width: 0; }
.workspace-context { padding: 13px 23px 20px 0; }
.workspace-conversation { padding: 13px 22px 20px; border-inline: 1px solid rgba(218,222,232,.9); }
.workspace-delivery { padding: 13px 0 20px 23px; }
.workspace-label { display: block; margin-bottom: 22px; color: #777f90; font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.workspace-context strong,.workspace-delivery > strong { display: block; color: #172033; font: 600 15px/1.3 "Manrope"; letter-spacing: -.03em; }
.workspace-context ul { display: grid; gap: 9px; margin: 19px 0 0; padding: 0; list-style: none; }
.workspace-context li { position: relative; padding-left: 13px; color: #667085; font-size: 11px; }
.workspace-context li::before { content: ""; position: absolute; top: 50%; left: 0; width: 4px; height: 4px; border-radius: 50%; background: #a8afbd; transform: translateY(-50%); }
.conversation-note { display: grid; grid-template-columns: 25px 1fr; align-items: start; gap: 9px; margin-bottom: 12px; }
.conversation-note > i { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid #d9dde7; border-radius: 8px; color: #5f697b; background: #fff; font-size: 8px; font-style: normal; font-weight: 700; box-shadow: 0 5px 14px rgba(25,34,55,.05); }
.conversation-note p { margin: 0; padding: 9px 10px; border: 1px solid #e0e3eb; border-radius: 3px 10px 10px 10px; color: #475467; background: rgba(255,255,255,.9); font-size: 10px; line-height: 1.45; }
.conversation-note p small { display: block; margin-bottom: 3px; color: #929aaa; font-size: 8px; }
.conversation-note.is-launchly > i { border-color: #cfccef; color: #514ad3; background: #f2f1ff; }
.conversation-note.is-launchly p { border-color: #dcd9f2; background: #f8f7ff; }
.decision-status { display: inline-flex; align-items: center; gap: 6px; margin: 2px 0 0 34px; color: #5e6680; font-size: 9px; font-weight: 600; }
.decision-status i { width: 11px; height: 11px; display: grid; place-items: center; border-radius: 50%; background: #6860e4; }
.decision-status i::after { content: ""; width: 4px; height: 2px; border: solid #fff; border-width: 0 0 1px 1px; transform: translateY(-1px) rotate(-45deg); }
.delivery-stages { display: grid; gap: 0; margin-top: 17px; }
.delivery-stages span { position: relative; padding: 8px 0 8px 15px; border-bottom: 1px solid #e4e7ee; color: #667085; font-size: 10px; }
.delivery-stages span::before { content: ""; position: absolute; top: 50%; left: 0; width: 5px; height: 5px; border: 1px solid #918bea; border-radius: 2px; transform: translateY(-50%) rotate(45deg); }
.workspace-delivery > b { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; color: #394257; font-size: 10px; }
.workspace-delivery > b i { width: 7px; height: 7px; border-radius: 2px; background: linear-gradient(135deg,#746cef,#368bd8); transform: rotate(45deg); box-shadow: 0 0 0 4px rgba(99,91,255,.08); }
.workspace-path { position: absolute; z-index: 1; right: 8%; bottom: 25px; left: 8%; height: 1px; background: linear-gradient(90deg,rgba(99,91,255,.08),rgba(99,91,255,.58) 52%,rgba(0,115,230,.3)); }
.workspace-path i { position: absolute; top: 50%; width: 5px; height: 5px; border: 1px solid #857ee7; border-radius: 2px; background: #fbfcfe; transform: translate(-50%,-50%) rotate(45deg); }.workspace-path i:nth-child(1){left:0}.workspace-path i:nth-child(2){left:48%}.workspace-path i:nth-child(3){left:100%;background:#6b63e7}
.workspace-footer { min-height: 42px; justify-content: space-between; padding: 0 20px; border-top: 1px solid #e5e8ef; background: #fff; }
.workspace-footer strong { color: #4f48cb; font-weight: 600; }

/* Compact Launchly footer */
.site-header.is-scrolled .nav-frame { box-shadow: 0 7px 24px rgba(23,31,51,.055), inset 0 1px rgba(255,255,255,.75); }
.site-footer { padding: 0 0 28px; border-top: 0; color: var(--ink); background: var(--surface); }
.footer-signature { height: 2px; background: linear-gradient(90deg, transparent 5%, #756cff 30%, #4c93df 55%, #79c8c5 76%, transparent 95%); opacity: .56; }
.footer-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; padding-top: 72px; padding-bottom: 64px; }
.footer-identity { padding-top: 0; }
.footer-brand { gap: 12px; color: var(--ink); font-size: 20px; }
.footer-brand img { width: 38px; height: 38px; opacity: .96; }
.footer-identity > p { max-width: 360px; margin-top: 20px; color: #667085; font-size: 12px; }
.footer-nav { display: grid; grid-template-columns: .8fr 1.15fr 1.25fr; gap: 48px; margin: 0; padding: 3px 0 0; }
.footer-nav > div { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-nav h2 { margin: 0 0 9px; color: var(--muted); font-size: 9px; }
.footer-nav a, .footer-contact-value { color: #475467; font-size: 12px; }
.footer-nav a:hover { color: var(--violet-dark); transform: translateX(2px); }
.footer-placeholder { max-width: 170px; color: #8c96a8; font-size: 11px; line-height: 1.45; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 0; padding-top: 24px; border-top: 1px solid #e0e4ec; }
.footer-bottom p, .footer-bottom a { color: var(--muted); font-size: 9px; }
.footer-bottom a:hover { color: var(--ink); }
.no-js .reveal { opacity: 1; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js main > section:first-child .reveal { opacity: 1; transform: none; transition: none; }
::selection { color: #fff; background: var(--violet); }
:focus-visible { outline: 3px solid rgba(99, 91, 255, .35); outline-offset: 3px; }
/* Secure invoice payment surface */
.payment-page{min-height:70vh;display:grid;place-items:center;padding:clamp(44px,7vw,92px) 20px;background:radial-gradient(circle at 78% 10%,rgba(112,91,233,.07),transparent 29%),radial-gradient(circle at 12% 88%,rgba(239,181,122,.055),transparent 25%),#fcfcfe}
.payment-card{width:min(100%,540px);padding:clamp(27px,5vw,44px);border:1px solid #e4e5eb;border-radius:18px;background:#fff;box-shadow:0 18px 55px rgba(24,29,44,.065)}
.payment-kicker{margin:0 0 7px;color:#6a5bd4;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.payment-card h1{margin:0;color:#161d2d;font-size:clamp(30px,6vw,45px)}.payment-customer{margin:8px 0 30px;color:#6d7583}
.payment-card dl{display:grid;gap:0;margin:0 0 28px}.payment-card dl div{display:flex;justify-content:space-between;gap:24px;padding:13px 0;border-bottom:1px solid #ececf1}.payment-card dt{color:#727b89}.payment-card dd{margin:0;color:#283142;font-weight:650;font-variant-numeric:tabular-nums}.payment-card .payment-balance dd{font-size:19px;color:#171d2d}
.payment-card form{margin-top:20px}.payment-card form button{width:100%;min-height:50px;border:0;border-radius:9px;background:#6657da;color:#fff;font:700 15px inherit;cursor:pointer}.payment-card form button:hover{background:#5749c8}.payment-card form button:active{transform:translateY(1px)}.payment-card form button:focus-visible{outline:3px solid rgba(102,87,218,.24);outline-offset:3px}.payment-safe,.payment-note,.payment-error{margin:16px 0 0;color:#747c89;font-size:13px;line-height:1.6;text-align:center}.payment-error{color:#a5414a}.payment-state{margin:20px 0 0;padding:17px 18px;border:1px solid #e7e7ed;border-radius:11px;background:#fafafd;color:#596273}.payment-state h2{margin:0 0 5px;color:#222a3a;font-size:17px;line-height:1.35}.payment-state p{margin:0;font-size:14px;line-height:1.6}.payment-state.is-success{border-color:#d7eadf;background:#f7fbf8}.payment-state.is-success h2{color:#286848}.payment-state.is-processing{border-color:#dfdcf6;background:#faf9ff}.payment-state.is-processing h2{color:#5548b6}.payment-state.is-cancelled,.payment-state.is-neutral{background:#fafafa}.payment-state.is-failed{border-color:#efdadd;background:#fffafb}.payment-state.is-failed h2{color:#93424b}.payment-state.is-neutral:first-of-type{display:flex;align-items:flex-start;gap:14px;margin:0}.payment-state.is-neutral:first-of-type>span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#efeff4;color:#687080;font-weight:700}.payment-state.is-neutral:first-of-type h1{font-size:clamp(24px,5vw,32px)}
@media(max-width:520px){.payment-page{padding:24px 12px 36px;place-items:start center}.payment-card{padding:25px 21px;border-radius:15px}.payment-card h1{font-size:32px}.payment-customer{margin-bottom:23px}.payment-card dl div{gap:14px;padding:11px 0}.payment-card .payment-balance{align-items:baseline}.payment-card .payment-balance dd{font-size:18px}}
