:root {
    --ink: #0b0d13;
    --ink-2: #141721;
    --ink-3: #222633;
    --paper: #fbfaf7;
    --white: #fff;
    --soft: #f2f1ed;
    --soft-violet: #efedff;
    --muted: #696d78;
    --line: #dddde2;
    --violet: #7057ff;
    --violet-dark: #5640d9;
    --lime: #d7ff52;
    --cyan: #68e4df;
    --orange: #ff7a4d;
    --yellow: #ffda57;
    --radius: 22px;
    --radius-lg: 34px;
    --shadow: 0 28px 80px rgba(14, 16, 27, .14);
    --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Inter, Manrope, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { color: var(--ink); background: var(--lime); }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.narrow { max-width: 850px; }
.section { padding: 118px 0; }
.skip-link { position: fixed; top: -100px; left: 12px; z-index: 9999; padding: 10px 16px; color: #fff; background: var(--ink); }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.hp-field { position: absolute !important; left: -9999px !important; }

.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 17px; color: var(--violet); font-size: .72rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 25px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--lime); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 14px 21px; border: 1px solid transparent; border-radius: 100px; background: none; font-size: .92rem; font-weight: 800; line-height: 1.1; transition: transform .25s ease, color .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { color: #fff; background: var(--violet); box-shadow: 0 12px 30px rgba(112, 87, 255, .25); }
.btn-primary:hover { background: var(--violet-dark); box-shadow: 0 17px 36px rgba(112, 87, 255, .35); }
.btn-accent { color: var(--ink); background: var(--lime); box-shadow: 0 13px 35px rgba(215, 255, 82, .14); }
.btn-accent:hover { background: #e3ff84; box-shadow: 0 17px 38px rgba(215, 255, 82, .22); }
.btn-ghost { border-color: var(--line); background: var(--white); }
.btn-ghost:hover { color: var(--violet); border-color: var(--violet); }
.btn-dark-ghost { color: #fff; border-color: rgba(255, 255, 255, .23); background: rgba(255, 255, 255, .04); }
.btn-dark-ghost:hover { border-color: rgba(255, 255, 255, .55); background: rgba(255, 255, 255, .08); }
.btn-dark { color: #fff; background: var(--ink); }
.btn-light { color: var(--ink); background: #fff; }
.btn-outline-light { color: #fff; border-color: rgba(255, 255, 255, .33); }
.btn-outline-light:hover { color: var(--ink); background: #fff; }
.btn-lg { padding: 17px 25px; font-size: .96rem; }
.btn-sm { padding: 11px 17px; font-size: .84rem; }
.btn-block { width: 100%; }
.text-link { color: var(--violet); font-weight: 850; }
.text-link-light { display: inline-block; margin-top: 18px; color: var(--lime); }

.site-announcement { position: relative; z-index: 102; color: #dfe1e8; background: var(--ink); border-bottom: 1px solid rgba(255, 255, 255, .1); }
.site-announcement .container { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .69rem; font-weight: 700; letter-spacing: .02em; }
.site-announcement span { display: flex; align-items: center; gap: 8px; }
.site-announcement span i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(215, 255, 82, .12); }
.site-announcement p { margin: 0; color: #8f93a0; }
.site-announcement a { color: #fff; }
.site-announcement a b { margin-left: 5px; color: var(--lime); }
.site-header { position: sticky; top: 0; z-index: 100; color: #fff; background: rgba(11, 13, 19, .9); border-bottom: 1px solid rgba(255, 255, 255, .09); backdrop-filter: blur(18px); transition: box-shadow .25s, background .25s; }
.site-header.scrolled { background: rgba(11, 13, 19, .97); box-shadow: 0 10px 35px rgba(0, 0, 0, .18); }
.nav-wrap { min-height: 80px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-size: 1.03rem; font-weight: 750; letter-spacing: -.03em; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.05; }
.brand em { margin-top: 4px; color: #abaeb8; font-size: .64rem; font-style: normal; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.brand-mark { position: relative; width: 43px; height: 43px; display: grid; place-items: center; flex: none; overflow: hidden; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 1.28rem; font-weight: 950; }
.brand-mark i { font-style: normal; }
.brand-mark b { position: absolute; top: 1px; right: 3px; color: var(--violet); font-size: .55rem; }
.main-nav { display: flex; align-items: center; gap: 31px; font-size: .87rem; font-weight: 720; }
.main-nav > a:not(.nav-cta) { position: relative; color: #d7d8de; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 100%; bottom: -10px; left: 0; height: 2px; background: var(--lime); transition: right .25s ease; }
.main-nav > a:not(.nav-cta):hover { color: #fff; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { display: flex; align-items: center; gap: 14px; padding: 7px 8px 7px 17px; color: var(--ink); background: #fff; border-radius: 100px; }
.nav-cta i { width: 34px; height: 34px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-style: normal; transition: transform .25s; }
.nav-cta:hover i { transform: rotate(45deg); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; background: none; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; border-radius: 2px; }
.site-notice { padding: 12px 0; text-align: center; font-weight: 750; }
.site-notice.success { color: #176640; background: #dff8eb; }
.site-notice.error { color: #8c2929; background: #fde8e8; }

.hero-slider { position: relative; width: 100%; height: clamp(650px, 78vh, 840px); min-height: 650px; overflow: hidden; color: #fff; background: var(--ink); }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { z-index: 0; opacity: 0; visibility: hidden; transition: opacity .9s ease, visibility .9s ease; }
.hero-slide.active { z-index: 1; opacity: 1; visibility: visible; }
.hero-slide > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.045); transition: transform 7s linear; }
.hero-slide.active > img { transform: scale(1); }
.hero-slide-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 8, 13, .94) 0%, rgba(7, 8, 13, .77) 44%, rgba(7, 8, 13, .26) 72%, rgba(7, 8, 13, .4) 100%), linear-gradient(0deg, rgba(7, 8, 13, .66), transparent 48%); }
.hero-slide-content { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; padding-bottom: 35px; }
.hero-slide-copy { max-width: 850px; opacity: 0; transform: translateY(32px); transition: opacity .7s .25s ease, transform .7s .25s ease; }
.hero-slide.active .hero-slide-copy { opacity: 1; transform: none; }
.hero-slide-copy h1 { margin: 0 0 25px; font-size: clamp(3.8rem, 6.6vw, 6.8rem); line-height: .92; letter-spacing: -.078em; }
.hero-slide-copy h1 span { color: var(--lime); }
.hero-slide-copy > p { max-width: 680px; margin: 0; color: #d0d2d8; font-size: 1.1rem; line-height: 1.7; }
.hero-slider-ui { position: absolute; right: 0; bottom: 38px; left: 0; z-index: 5; display: flex; align-items: center; justify-content: space-between; pointer-events: none; }
.hero-slider-dots, .hero-slider-arrows { display: flex; align-items: center; pointer-events: auto; }
.hero-slider-dots { gap: 8px; }
.hero-slider-dots button { width: 50px; height: 22px; padding: 9px 0; background: none; border: 0; }
.hero-slider-dots button span { display: block; width: 100%; height: 3px; overflow: hidden; background: rgba(255, 255, 255, .28); border-radius: 100px; transition: background .25s; }
.hero-slider-dots button.active span { background: var(--lime); }
.hero-slider-arrows { gap: 12px; padding: 7px; background: rgba(10, 11, 16, .54); border: 1px solid rgba(255, 255, 255, .18); border-radius: 100px; backdrop-filter: blur(12px); }
.hero-slider-arrows button { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: rgba(255, 255, 255, .07); border: 0; border-radius: 50%; transition: color .25s, background .25s; }
.hero-slider-arrows button:hover { color: var(--ink); background: var(--lime); }
.hero-slider-arrows > span { min-width: 62px; color: #d8dae1; font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-align: center; }
.hero-slider-progress { position: absolute; right: 0; bottom: 0; left: 0; z-index: 5; height: 3px; background: rgba(255, 255, 255, .12); }
.hero-slider-progress span { display: block; width: 0; height: 100%; background: var(--lime); }
.hero-slider.is-running .hero-slider-progress span { animation: heroProgress 7s linear forwards; }
@keyframes heroProgress { from { width: 0; } to { width: 100%; } }

.hero-modern { position: relative; min-height: 720px; overflow: hidden; color: #fff; background: var(--ink); padding: 90px 0 32px; }
.hero-noise { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255, 255, 255, .028) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .028) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, #000 20%, transparent 95%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); }
.hero-glow-one { top: -250px; left: -160px; width: 620px; height: 620px; background: radial-gradient(circle, rgba(112, 87, 255, .34), transparent 65%); }
.hero-glow-two { right: -180px; bottom: -230px; width: 590px; height: 590px; background: radial-gradient(circle, rgba(104, 228, 223, .13), transparent 66%); }
.hero-modern-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; }
.hero-modern-copy { position: relative; z-index: 3; padding: 20px 0 50px; }
.availability-pill { width: max-content; max-width: 100%; display: flex; align-items: center; gap: 10px; margin-bottom: 26px; padding: 8px 13px; color: #c9cbd3; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1); border-radius: 100px; font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.availability-pill i { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(215, 255, 82, .1); }
.hero-modern h1 { max-width: 720px; margin: 0 0 26px; font-size: clamp(3.6rem, 6.2vw, 6.15rem); line-height: .94; letter-spacing: -.075em; }
.hero-modern h1 span { display: inline; color: var(--lime); }
.hero-modern-copy > p { max-width: 660px; margin: 0; color: #aeb1bb; font-size: 1.12rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0; }
.play-dot { width: 24px; height: 24px; display: grid; place-items: center; color: var(--ink); background: #fff; border-radius: 50%; font-size: .57rem; }
.hero-mini-proof { display: flex; align-items: center; gap: 15px; padding-top: 7px; }
.proof-faces { display: flex; }
.proof-faces span { width: 36px; height: 36px; display: grid; place-items: center; margin-left: -8px; color: #fff; background: var(--violet); border: 3px solid var(--ink); border-radius: 50%; font-size: .7rem; font-weight: 900; }
.proof-faces span:first-child { margin: 0; background: var(--orange); }
.proof-faces span:last-child { color: var(--ink); background: var(--cyan); }
.hero-mini-proof > div:last-child { display: flex; flex-direction: column; }
.hero-mini-proof strong { font-size: .8rem; }
.hero-mini-proof small { color: #777b89; font-size: .72rem; }
.hero-showcase { position: relative; z-index: 2; min-width: 0; padding: 28px 15px 48px; transform-style: preserve-3d; transition: transform .2s ease-out; }
.browser-frame { overflow: hidden; background: #f0f0ef; border: 1px solid rgba(255, 255, 255, .14); border-radius: 25px; box-shadow: 0 35px 85px rgba(0, 0, 0, .42); transform: rotate(1.3deg); }
.browser-bar { height: 43px; display: flex; align-items: center; gap: 7px; padding: 0 15px; color: #757881; background: #f5f5f3; border-bottom: 1px solid #ddd; }
.browser-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #ff7968; }
.browser-bar > span:nth-child(2) { background: #ffcc50; }
.browser-bar > span:nth-child(3) { background: #68cf75; }
.browser-bar small { margin-left: 12px; font-size: .63rem; letter-spacing: .04em; }
.browser-image { position: relative; overflow: hidden; }
.browser-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10, 11, 17, .75), transparent 58%); }
.browser-image img { width: 100%; aspect-ratio: .98 / 1; object-fit: cover; filter: saturate(.9); }
.browser-caption { position: absolute; right: 28px; bottom: 28px; left: 28px; z-index: 2; display: flex; flex-direction: column; }
.browser-caption span { color: var(--lime); font-size: .69rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.browser-caption strong { max-width: 420px; margin-top: 6px; color: #fff; font-size: 1.7rem; line-height: 1.12; letter-spacing: -.035em; }
.floating-card { position: absolute; z-index: 5; color: var(--ink); background: rgba(255, 255, 255, .96); border: 1px solid rgba(255, 255, 255, .6); border-radius: 16px; box-shadow: 0 20px 48px rgba(0, 0, 0, .25); backdrop-filter: blur(12px); }
.floating-card-growth { right: -35px; bottom: 3px; width: 210px; padding: 16px; }
.floating-card-growth > span { color: var(--muted); font-size: .68rem; }
.floating-card-growth strong { display: flex; align-items: center; justify-content: space-between; margin: 3px 0 11px; font-size: .91rem; }
.floating-card-growth strong i { color: #0c9b69; font-style: normal; }
.sparkline { height: 31px; display: flex; align-items: end; gap: 5px; }
.sparkline b { width: 100%; height: 22%; background: #d9d4ff; border-radius: 3px 3px 0 0; }
.sparkline b:nth-child(2) { height: 37%; }.sparkline b:nth-child(3) { height: 32%; }.sparkline b:nth-child(4) { height: 59%; }.sparkline b:nth-child(5) { height: 71%; }.sparkline b:nth-child(6) { height: 100%; background: var(--violet); }
.floating-card-speed { bottom: 36px; left: -34px; display: flex; align-items: center; gap: 11px; padding: 13px 15px; }
.speed-ring { width: 47px; height: 47px; display: grid; place-items: center; color: #fff; background: conic-gradient(var(--lime) 98%, #444 0); border: 6px solid var(--ink-2); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.floating-card-speed div { display: flex; flex-direction: column; }
.floating-card-speed strong { font-size: .8rem; }.floating-card-speed small { color: var(--muted); font-size: .67rem; }
.hero-sticker { position: absolute; top: -3px; right: -18px; z-index: 6; width: 102px; height: 102px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border: 5px solid var(--ink); border-radius: 50%; font-size: .7rem; font-weight: 950; line-height: 1.3; text-align: center; transform: rotate(10deg); }
.hero-bottom-line { position: relative; display: flex; align-items: center; gap: 20px; margin-top: 33px; color: #606573; font-size: .65rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hero-bottom-line i { height: 1px; flex: 1; background: rgba(255, 255, 255, .12); }

.platform-band { overflow: hidden; color: var(--ink); background: var(--lime); border-block: 1px solid rgba(11, 13, 19, .2); }
.platform-track { width: max-content; display: flex; align-items: center; gap: 28px; padding: 17px 0; animation: ticker 30s linear infinite; }
.platform-track span { font-size: .78rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.platform-track i { color: var(--violet); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }
.impact-strip { background: var(--paper); border-bottom: 1px solid var(--line); }
.impact-grid { display: grid; grid-template-columns: 1.4fr repeat(4, .75fr); }
.impact-intro, .impact-stat { min-height: 145px; display: flex; justify-content: center; flex-direction: column; padding: 25px 28px; border-right: 1px solid var(--line); }
.impact-intro { padding-left: 0; }
.impact-intro .kicker { margin: 0 0 4px; }
.impact-intro p { max-width: 260px; margin: 0; color: var(--muted); font-size: .89rem; }
.impact-stat strong { display: block; font-size: 2.35rem; line-height: 1; letter-spacing: -.055em; }
.impact-stat small { margin-top: 8px; color: var(--muted); font-size: .72rem; font-weight: 720; text-transform: uppercase; letter-spacing: .06em; }
.impact-stat:last-child { border: 0; }

.section-heading { max-width: 750px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .why-copy h2 { margin: 0 0 17px; font-size: clamp(2.45rem, 4.5vw, 4.35rem); line-height: 1.01; letter-spacing: -.065em; }
.section-heading h2 span, .why-copy h2 span, .inner-hero h1 span, .contact-copy h1 span, .reviews-intro h2 span { color: var(--violet); }
.section-heading p { max-width: 610px; margin: 0; color: var(--muted); font-size: 1.01rem; }
.section-heading.split { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 45px; }
.section-heading.split > p { max-width: 340px; padding-bottom: 6px; }
.section-heading-wide { max-width: none; display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 90px; }
.section-heading-wide h2 { max-width: 820px; margin: 0; }
.section-heading-wide > p, .section-heading-wide > div:last-child > p { padding-bottom: 5px; }

.services-modern { background: var(--paper); }
.service-bento { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 20px; }
.service-bento-card { height: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: #fff; transition: transform .35s ease, box-shadow .35s ease; }
.service-bento-card:hover { transform: translateY(-8px); box-shadow: 0 23px 55px rgba(23, 23, 34, .1); }
.service-bento-link { height: 100%; display: grid; grid-template-rows: auto auto 1fr; padding: 18px; }
.service-card-top { display: flex; align-items: center; justify-content: space-between; padding: 1px 2px 15px; }
.service-card-top span { color: var(--muted); font-size: .68rem; font-weight: 850; letter-spacing: .12em; }
.service-card-top i { width: 36px; height: 36px; display: grid; place-items: center; color: #fff; background: var(--ink); border-radius: 50%; font-style: normal; transition: transform .3s; }
.service-bento-card:hover .service-card-top i { transform: rotate(45deg); }
.service-thumb { position: relative; overflow: hidden; border-radius: 17px; background: var(--soft-violet); }
.service-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10, 12, 18, .48), transparent 62%); }
.service-thumb img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform .55s ease; }
.service-bento-card:hover .service-thumb img { transform: scale(1.045); }
.service-thumb b { position: absolute; right: 15px; bottom: 13px; z-index: 2; padding: 6px 10px; color: var(--ink); background: var(--lime); border-radius: 100px; font-size: .65rem; letter-spacing: .09em; text-transform: uppercase; }
.service-tone-2 .service-thumb b { background: var(--cyan); }.service-tone-3 .service-thumb b { background: var(--yellow); }.service-tone-4 .service-thumb b { color: #fff; background: var(--violet); }
.service-bento-copy { display: flex; flex-direction: column; padding: 22px 6px 7px; }
.service-bento-copy small { color: var(--violet); font-size: .69rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.service-bento-copy h3 { margin: 5px 0 8px; font-size: 1.45rem; line-height: 1.15; letter-spacing: -.035em; }
.service-bento-copy p { max-width: 560px; margin: 0; color: var(--muted); font-size: .91rem; }

.manifesto-section { position: relative; overflow: hidden; color: #fff; background: var(--violet); padding: 140px 0 105px; }
.manifesto-marquee { position: absolute; top: 0; right: 0; left: 0; overflow: hidden; color: var(--ink); background: var(--lime); border-block: 1px solid var(--ink); transform: rotate(-1.2deg) scale(1.02); }
.manifesto-marquee span { width: max-content; display: block; padding: 17px 0; font-size: 1rem; font-weight: 950; letter-spacing: .1em; word-spacing: .28em; animation: ticker 25s linear infinite; }
.manifesto-marquee span::after { content: " THINK CLEARLY ✦ DESIGN BOLDLY ✦ BUILD CAREFULLY ✦ GROW CONSISTENTLY ✦"; }
.manifesto-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 90px; }
.manifesto-media { position: relative; }
.manifesto-media::before { content: ""; position: absolute; inset: -15px 25px 15px -15px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 28px; transform: rotate(-2deg); }
.manifesto-media img { position: relative; width: 100%; aspect-ratio: .9 / 1; object-fit: cover; border-radius: 24px; box-shadow: 0 30px 70px rgba(38, 23, 117, .35); }
.manifesto-tag { position: absolute; right: -30px; bottom: 30px; display: flex; flex-direction: column; padding: 16px 19px; color: var(--ink); background: var(--lime); border-radius: 13px; box-shadow: 0 18px 45px rgba(25, 18, 80, .3); transform: rotate(-2deg); }
.manifesto-tag span { font-size: .65rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.manifesto-tag strong { font-size: .94rem; }
.manifesto-copy h2 { max-width: 700px; margin: 0 0 22px; font-size: clamp(2.7rem, 4.6vw, 4.6rem); line-height: .98; letter-spacing: -.066em; }
.manifesto-copy > p { max-width: 650px; color: #d9d5ff; font-size: 1.03rem; }
.principle-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 34px 0; border-top: 1px solid rgba(255, 255, 255, .22); }
.principle-grid > div { display: grid; grid-template-columns: 33px 1fr; padding: 20px 20px 20px 0; border-bottom: 1px solid rgba(255, 255, 255, .22); }
.principle-grid > div:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, .22); }
.principle-grid > div:nth-child(even) { padding-left: 20px; }
.principle-grid b { grid-row: span 2; color: var(--lime); font-size: .68rem; }
.principle-grid strong { font-size: .9rem; }.principle-grid span { color: #c4bff2; font-size: .73rem; line-height: 1.45; }

.process-modern { background: var(--paper); }
.process-modern-list { border-top: 1px solid var(--line); }
.process-modern-card { position: relative; isolation: isolate; display: grid; grid-template-columns: 80px 1fr 55px; align-items: center; min-height: 150px; overflow: hidden; padding: 18px 10px; border-bottom: 1px solid var(--line); transition: color .38s, padding .38s; }
.process-modern-card::before, .process-modern-card::after { content: ""; position: absolute; inset: 0; z-index: -2; opacity: 0; transition: opacity .45s ease, transform .75s ease; }
.process-modern-card::before { background-image: var(--process-image); background-position: center; background-size: cover; transform: scale(1.08); }
.process-modern-card::after { z-index: -1; background: linear-gradient(90deg, rgba(8, 9, 14, .93), rgba(8, 9, 14, .76) 55%, rgba(8, 9, 14, .48)); }
.process-modern-card:hover { padding-inline: 24px; color: #fff; }
.process-modern-card:hover::before, .process-modern-card:hover::after { opacity: 1; transform: scale(1); }
.process-modern-card > span { position: relative; z-index: 1; color: var(--violet); font-size: .75rem; font-weight: 850; letter-spacing: .12em; }
.process-modern-card > div { position: relative; z-index: 1; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 45px; }
.process-modern-card h3 { margin: 0; font-size: clamp(1.8rem, 3vw, 3rem); letter-spacing: -.055em; }
.process-modern-card p { max-width: 520px; margin: 0; color: var(--muted); font-size: .92rem; }
.process-modern-card:hover > span { color: var(--lime); }
.process-modern-card:hover p { color: #d3d5dc; }
.process-modern-card > i { position: relative; z-index: 1; width: 43px; height: 43px; display: grid; place-items: center; justify-self: end; background: var(--soft-violet); border-radius: 50%; font-style: normal; transition: transform .3s; }
.process-modern-card:hover > i { color: var(--ink); background: var(--lime); transform: rotate(-45deg); }

.work-modern { color: #fff; background: var(--ink); }
.work-modern .section-heading h2 span { color: var(--lime); }
.work-modern .section-heading p { color: #9da0ab; }
.portfolio-showcase { display: grid; grid-template-columns: repeat(2, 1fr); gap: 55px 22px; }
.portfolio-showcase-card { min-width: 0; }
.portfolio-showcase-image { position: relative; overflow: hidden; border-radius: 22px; }
.portfolio-showcase-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7, 8, 12, .6), transparent 55%); opacity: 0; transition: opacity .3s; }
.portfolio-showcase-image img { width: 100%; aspect-ratio: 1.35 / 1; object-fit: cover; transition: transform .6s cubic-bezier(.2, .6, .2, 1); }
.portfolio-showcase-wide { grid-column: 1 / -1; }
.portfolio-showcase-wide .portfolio-showcase-image img { aspect-ratio: 2.2 / 1; }
.portfolio-showcase-image span { position: absolute; right: 22px; bottom: 22px; z-index: 2; padding: 11px 16px; color: var(--ink); background: var(--lime); border-radius: 100px; font-size: .76rem; font-weight: 850; opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s; }
.portfolio-showcase-card:hover img { transform: scale(1.035); }
.portfolio-showcase-card:hover .portfolio-showcase-image::after, .portfolio-showcase-card:hover .portfolio-showcase-image span { opacity: 1; }
.portfolio-showcase-card:hover .portfolio-showcase-image span { transform: none; }
.portfolio-showcase-meta { display: flex; align-items: start; justify-content: space-between; gap: 30px; padding: 18px 4px 0; }
.portfolio-showcase-meta small { color: var(--lime); font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.portfolio-showcase-meta h3 { margin: 4px 0 0; font-size: 1.55rem; letter-spacing: -.04em; }
.portfolio-showcase-meta p { max-width: 350px; margin: 9px 0 0; color: #888c98; font-size: .77rem; text-align: right; }

.portfolio-scroll-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.website-project-card { min-width: 0; }
.website-project-card > a { display: block; height: 100%; }
.website-scroll-frame { --portfolio-frame-height: 620px; position: relative; height: var(--portfolio-frame-height); overflow: hidden; background: #1a1c24; border: 1px solid rgba(255, 255, 255, .12); border-radius: 24px; box-shadow: 0 22px 55px rgba(0, 0, 0, .18); }
.website-scroll-shot { width: 100%; height: auto; max-width: none; transform: translate3d(0, 0, 0); transition: transform var(--scroll-duration, 5s) cubic-bezier(.22, .61, .25, 1); will-change: transform; }
.website-scroll-shot.is-cover { height: 100%; object-fit: cover; object-position: top; }
.website-project-card:hover .website-scroll-shot:not(.is-cover), .website-scroll-frame.preview-scrolled .website-scroll-shot:not(.is-cover) { transform: translate3d(0, calc(-1 * var(--scroll-distance, 0px)), 0); }
.website-project-overlay { position: absolute; right: 0; bottom: 0; left: 0; z-index: 3; display: flex; align-items: end; justify-content: space-between; gap: 24px; min-height: 175px; padding: 55px 25px 24px; color: #fff; background: linear-gradient(to top, rgba(7, 8, 13, .94), rgba(7, 8, 13, .58) 58%, transparent); transition: opacity .35s ease; }
.website-project-overlay small { color: var(--lime); font-size: .65rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.website-project-overlay h2, .website-project-overlay h3 { margin: 3px 0 0; font-size: clamp(1.45rem, 2.5vw, 2.15rem); line-height: 1.05; letter-spacing: -.045em; }
.website-project-overlay > span { flex: none; padding: 10px 14px; color: var(--ink); background: var(--lime); border-radius: 100px; font-size: .72rem; font-weight: 850; }
.scroll-hint { position: absolute; top: 18px; right: 18px; z-index: 3; display: flex; align-items: center; gap: 7px; padding: 8px 11px; color: #fff; background: rgba(7, 8, 13, .7); border: 1px solid rgba(255, 255, 255, .2); border-radius: 100px; font-size: .63rem; font-weight: 800; letter-spacing: .04em; backdrop-filter: blur(8px); transition: opacity .3s; }
.scroll-hint i { color: var(--lime); font-style: normal; }
.website-project-card:hover .website-project-overlay, .website-project-card:hover .scroll-hint { opacity: 0; }
.portfolio-directory { color: #fff; background: var(--ink); }
.portfolio-scroll-grid-all { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.portfolio-scroll-grid-all .website-scroll-frame { --portfolio-frame-height: 680px; }
.portfolio-cta { margin: 0; padding-bottom: 105px; color: #fff; background: var(--ink); }

.services-directory-section { background: var(--paper); }
.service-directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 22px; }
.service-directory-card { height: 100%; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 25px; transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.service-directory-card:hover { transform: translateY(-8px); border-color: #cbc4ff; box-shadow: 0 24px 58px rgba(22, 24, 35, .11); }
.service-directory-card.current-service { border-color: var(--violet); box-shadow: inset 0 0 0 1px var(--violet); }
.service-directory-card > a { height: 100%; display: grid; grid-template-rows: auto 1fr; padding: 16px; }
.service-directory-image { position: relative; overflow: hidden; aspect-ratio: 1 / 1; background: var(--soft-violet); border-radius: 17px; }
.service-directory-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(9, 10, 15, .48), transparent 58%); }
.service-directory-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-directory-card:hover .service-directory-image img { transform: scale(1.045); }
.service-directory-image span { position: absolute; right: 13px; bottom: 13px; z-index: 2; padding: 6px 10px; color: var(--ink); background: var(--lime); border-radius: 100px; font-size: .63rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.service-directory-content { position: relative; display: flex; flex-direction: column; padding: 22px 6px 8px; }
.service-directory-number { position: absolute; top: 22px; right: 4px; color: #b9bbc3; font-size: .68rem; font-weight: 850; letter-spacing: .11em; }
.service-directory-content > small { padding-right: 38px; color: var(--violet); font-size: .67rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.service-directory-content h3 { margin: 7px 0 9px; padding-right: 32px; font-size: 1.4rem; line-height: 1.16; letter-spacing: -.035em; }
.service-directory-content p { flex: 1; margin: 0 0 20px; color: var(--muted); font-size: .88rem; }
.service-directory-content > i { color: var(--ink); font-size: .79rem; font-style: normal; font-weight: 850; }
.related-services-section { background: var(--soft); }
.service-page-process { background: var(--ink); color: #fff; }
.service-page-process .section-heading h2 span { color: var(--lime); }
.service-page-process .section-heading p { margin-inline: auto; color: #9da0ab; }
.service-page-points { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid rgba(255, 255, 255, .15); border-radius: 18px; }
.service-page-points span { padding: 24px 12px; color: #d3d5dc; border-right: 1px solid rgba(255, 255, 255, .15); font-size: .77rem; font-weight: 800; text-align: center; letter-spacing: .06em; text-transform: uppercase; }
.service-page-points span:last-child { border: 0; }

.reviews-modern { background: var(--soft); }
.reviews-layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 85px; }
.reviews-intro h2 { margin: 0 0 20px; font-size: clamp(2.6rem, 4.6vw, 4.5rem); line-height: 1; letter-spacing: -.067em; }
.reviews-intro > p { color: var(--muted); }
.review-score { display: flex; align-items: center; gap: 15px; margin-top: 30px; }
.review-score > strong { font-size: 3.2rem; line-height: 1; letter-spacing: -.06em; }
.review-score > div { display: flex; flex-direction: column; }.review-score span { color: #efa926; letter-spacing: 3px; }.review-score small { color: var(--muted); font-size: .7rem; }
.testimonial-slider { position: relative; min-height: 410px; padding: 52px 55px 80px; color: #fff; background: var(--violet); border-radius: 30px; box-shadow: 0 25px 60px rgba(79, 57, 185, .2); }
.testimonial-slider::after { content: "✦"; position: absolute; top: 30px; right: 35px; color: var(--lime); font-size: 2rem; }
.testimonial-slide { display: none; margin: 0; }
.testimonial-slide.active { display: block; animation: quoteIn .45s ease; }
@keyframes quoteIn { from { opacity: 0; transform: translateY(12px); } }
.quote-mark { display: block; height: 58px; color: var(--lime); font-family: Georgia, serif; font-size: 6rem; line-height: .9; }
.testimonial-slide > p { max-width: 780px; margin: 12px 0 35px; font-size: clamp(1.4rem, 2.3vw, 2rem); line-height: 1.35; letter-spacing: -.03em; }
.testimonial-slide footer { display: flex; align-items: center; gap: 13px; }
.testimonial-slide footer > span { width: 46px; height: 46px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-weight: 900; }
.testimonial-slide footer div { display: flex; flex-direction: column; }.testimonial-slide footer small { color: #cbc5f8; font-size: .75rem; }
.slider-controls { position: absolute; right: 34px; bottom: 25px; display: flex; align-items: center; gap: 15px; }
.slider-controls button { width: 39px; height: 39px; color: #fff; background: rgba(255, 255, 255, .09); border: 1px solid rgba(255, 255, 255, .24); border-radius: 50%; }
.slider-controls button:hover { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.slider-controls span { min-width: 62px; color: #d7d2f6; font-size: .68rem; font-weight: 800; text-align: center; letter-spacing: .07em; }
.feature-ribbon { background: #fff; border-block: 1px solid var(--line); }
.feature-ribbon-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.feature-ribbon-grid > div { min-height: 128px; display: flex; align-items: center; gap: 12px; padding: 22px 17px; border-right: 1px solid var(--line); }
.feature-ribbon-grid > div:last-child { border: 0; }
.feature-ribbon-grid i { width: 32px; height: 32px; display: grid; place-items: center; flex: none; color: var(--ink); background: var(--lime); border-radius: 50%; font-style: normal; font-weight: 900; }
.feature-ribbon-grid span { display: flex; flex-direction: column; }.feature-ribbon-grid strong { font-size: .83rem; }.feature-ribbon-grid small { color: var(--muted); font-size: .69rem; }

.faq-modern { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.faq-layout .section-heading { position: sticky; top: 125px; align-self: start; }
.faq-layout .section-heading .btn { margin-top: 25px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; color: var(--ink); background: none; border: 0; font-weight: 790; text-align: left; }
.faq-item button > span { font-size: 1rem; }
.faq-item button i { width: 34px; height: 34px; display: grid; place-items: center; flex: none; color: #fff; background: var(--ink); border-radius: 50%; font-size: 1.2rem; font-style: normal; transition: transform .3s, background .3s; }
.faq-item.open button i { color: var(--ink); background: var(--lime); transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; overflow: hidden; color: var(--muted); transition: grid-template-rows .32s; }
.faq-answer > * { overflow: hidden; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; padding-bottom: 22px; }
.faq-answer p:first-child { margin-top: 0; }
.locations-modern { background: var(--soft); }
.locations-modern-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 90px; }
.location-orbit { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.location-orbit a { display: grid; grid-template-columns: 40px 1fr 30px; align-items: center; min-height: 74px; padding: 10px 18px; border-bottom: 1px solid var(--line); transition: color .25s, background .25s, padding .25s; }
.location-orbit a:nth-child(odd) { border-right: 1px solid var(--line); }
.location-orbit a:hover { padding-inline: 24px; color: #fff; background: var(--violet); }
.location-orbit span { color: var(--violet); font-size: .63rem; font-weight: 850; }.location-orbit a:hover span { color: var(--lime); }
.location-orbit a { font-weight: 800; }.location-orbit i { justify-self: end; font-style: normal; }
.home-contact-section { color: #fff; background: var(--ink); }
.home-contact-panel { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; padding: 70px; background: radial-gradient(circle at 0 0, rgba(112, 87, 255, .4), transparent 45%), var(--ink-2); border: 1px solid rgba(255, 255, 255, .1); border-radius: 34px; }
.home-contact-copy h2 { margin: 0 0 22px; font-size: clamp(2.8rem, 4.6vw, 4.7rem); line-height: .98; letter-spacing: -.07em; }
.home-contact-copy > p { color: #aeb1bd; }
.home-contact-note { display: flex; align-items: center; gap: 13px; margin-top: 35px; }
.home-contact-note > i { width: 48px; height: 48px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-style: normal; }
.home-contact-note span { display: flex; flex-direction: column; }.home-contact-note small { color: #7f8391; font-size: .73rem; }
.home-contact-form { padding: 35px; color: var(--ink); background: #fff; border-radius: 25px; }
.form-heading { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.form-heading span { font-size: 1.25rem; font-weight: 850; letter-spacing: -.03em; }.form-heading small { color: var(--muted); font-size: .69rem; }

.inner-hero, .article-hero, .service-hero, .local-hero, .case-hero { position: relative; overflow: hidden; padding: 105px 0; background: radial-gradient(circle at 75% 0, rgba(112, 87, 255, .25), transparent 34%), var(--ink); color: #fff; text-align: center; }
.inner-hero::after, .article-hero::after, .service-hero::after, .local-hero::after, .case-hero::after { content: ""; position: absolute; right: -90px; bottom: -160px; width: 400px; height: 400px; border: 80px solid rgba(215, 255, 82, .05); border-radius: 50%; }
.inner-hero .container, .article-hero .container, .service-hero .container, .local-hero .container, .case-hero .container { position: relative; z-index: 2; }
.inner-hero h1, .service-hero h1 { max-width: 980px; margin: 0 auto 20px; font-size: clamp(3rem, 5.4vw, 5.4rem); line-height: .98; letter-spacing: -.067em; }
.inner-hero h1 span, .contact-copy h1 span { color: var(--lime); }
.inner-hero p, .local-hero p { max-width: 700px; margin: 0 auto; color: #aeb1bc; font-size: 1.08rem; }
.inner-hero.compact { padding: 78px 0; }.inner-hero.compact h1 { margin-bottom: 0; font-size: clamp(2.7rem, 4.6vw, 4.5rem); }
.filter-row { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 38px; }
.filter-row button { padding: 10px 16px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 100px; font-size: .82rem; font-weight: 760; }
.filter-row button.active { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .3s, box-shadow .3s; }
.blog-card:hover { transform: translateY(-7px); box-shadow: 0 22px 50px rgba(20, 22, 31, .1); }
.blog-image { display: block; overflow: hidden; }
.blog-image img { width: 100%; aspect-ratio: 1.55 / 1; object-fit: cover; transition: transform .5s; }.blog-card:hover .blog-image img { transform: scale(1.04); }
.blog-content { padding: 25px; }
.blog-content > span { color: var(--violet); font-size: .68rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.blog-content h2, .blog-content h3 { margin: 10px 0; font-size: 1.34rem; line-height: 1.25; letter-spacing: -.035em; }
.blog-content p { color: var(--muted); font-size: .89rem; }
.blog-grid.compact .blog-content { padding: 19px; }
.article-hero { padding: 100px 0; text-align: left; }
.article-hero h1 { margin: 0 0 27px; font-size: clamp(2.9rem, 5.4vw, 5.2rem); line-height: .99; letter-spacing: -.067em; }
.article-byline { display: flex; flex-wrap: wrap; gap: 13px; color: #aeb1bc; font-size: .84rem; }
.article-byline span + span::before { content: "•"; margin-right: 13px; color: var(--lime); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 230px; gap: 65px; padding-top: 65px; }
.article-cover { width: 100%; max-height: 570px; object-fit: cover; margin-bottom: 45px; border-radius: 25px; }
.rich-content { color: #373b47; font-size: 1.03rem; }
.rich-content h2 { margin-top: 46px; color: var(--ink); font-size: 2.1rem; line-height: 1.15; letter-spacing: -.04em; }
.rich-content h3 { margin-top: 34px; color: var(--ink); font-size: 1.45rem; }.rich-content p, .rich-content li { color: #484d59; }
.rich-content a { color: var(--violet); text-decoration: underline; }.rich-content img { margin: 27px auto; border-radius: 17px; }
.rich-content table { width: 100%; border-collapse: collapse; overflow: auto; }.rich-content th, .rich-content td { padding: 12px; border: 1px solid var(--line); text-align: left; }
.rich-content blockquote { margin: 30px 0; padding: 16px 25px; background: var(--soft-violet); border-left: 4px solid var(--violet); border-radius: 0 12px 12px 0; }
.article-cta { margin: 50px 0; padding: 38px; background: var(--soft-violet); border-radius: 22px; }.article-cta h2 { margin: 0 0 10px; }.article-cta p { color: var(--muted); }
.article-aside { padding-top: 10px; }.share-box { position: sticky; top: 115px; display: flex; flex-direction: column; gap: 10px; padding: 21px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }.share-box a { color: var(--violet); font-weight: 750; }
.related-section { background: var(--soft); }

.portfolio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 48px 24px; }
.project-card { min-width: 0; }.project-image { position: relative; display: block; overflow: hidden; border-radius: var(--radius); background: #ddd; }
.project-image img { width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; transition: transform .55s; }
.project-image::after { content: ""; position: absolute; inset: 0; opacity: 0; background: linear-gradient(to top, rgba(11, 13, 19, .58), transparent 55%); transition: opacity .3s; }
.project-image span { position: absolute; bottom: 20px; left: 20px; z-index: 2; padding: 10px 14px; color: var(--ink); background: var(--lime); border-radius: 100px; font-size: .78rem; font-weight: 850; opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s; }
.project-image:hover img { transform: scale(1.04); }.project-image:hover::after, .project-image:hover span { opacity: 1; }.project-image:hover span { transform: none; }
.project-meta { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding: 18px 5px; }
.project-meta small { color: var(--violet); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }.project-meta h2, .project-meta h3 { margin: 3px 0; font-size: 1.45rem; letter-spacing: -.035em; }.project-meta p { margin: 8px 0; color: var(--muted); font-size: .8rem; text-align: right; }
.all-projects { row-gap: 58px; }
.case-hero { text-align: left; }.case-hero h1 { margin: 0 0 20px; font-size: clamp(3.6rem, 7vw, 6.8rem); line-height: .94; letter-spacing: -.075em; }.case-hero p { color: #aeb1bc; font-size: 1.05rem; }
.case-layout { display: grid; grid-template-columns: 1.5fr .5fr; gap: 60px; }.case-preview img { width: 100%; border-radius: 25px; box-shadow: var(--shadow); }.case-layout aside { position: sticky; top: 115px; align-self: start; }.case-layout dl { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); }.case-layout dt { color: var(--muted); font-size: .69rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.case-layout dd { margin: 3px 0 17px; }.case-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 50px; }.case-gallery img { border-radius: 18px; }
.cta-section { padding-top: 45px; }.cta-panel { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 60px 65px; color: #fff; background: var(--violet); border-radius: 30px; }.cta-panel::after { content: ""; position: absolute; top: -130px; right: -80px; width: 300px; height: 300px; border: 70px solid rgba(255, 255, 255, .08); border-radius: 50%; }.cta-panel > * { position: relative; z-index: 2; }.cta-panel h2 { max-width: 760px; margin: 0 0 10px; font-size: clamp(2rem, 3.4vw, 3.2rem); line-height: 1.06; letter-spacing: -.05em; }.cta-panel p { margin: 0; color: #ddd7ff; }

.service-hero { padding: 100px 0; text-align: left; }.two-col { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }.service-hero h1 { margin: 0 0 20px; }.service-hero p { margin-bottom: 30px; color: #aeb1bc; font-size: 1.12rem; }.service-hero-image img { aspect-ratio: 1.2 / 1; object-fit: cover; border-radius: 28px; box-shadow: 0 26px 70px rgba(0, 0, 0, .35); }
.content-with-aside, .local-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 72px; }.sticky-card { position: sticky; top: 110px; align-self: start; padding: 29px; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 17px 50px rgba(24, 27, 40, .08); }.sticky-card > h2 { margin: 0 0 10px; font-size: 1.55rem; line-height: 1.2; letter-spacing: -.035em; }.sticky-card > p { color: var(--muted); font-size: .9rem; }
.local-hero { padding: 100px 0; }.local-hero h1 { max-width: 970px; margin: 0 auto 20px; font-size: clamp(2.9rem, 5.4vw, 5.2rem); line-height: .99; letter-spacing: -.067em; }.page-faq { margin-top: 55px; }.page-faq > h2 { font-size: 2rem; }
.contact-hero { padding: 105px 0; color: #fff; background: radial-gradient(circle at 8% 10%, rgba(112, 87, 255, .42), transparent 32%), var(--ink); }.contact-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 82px; }.contact-copy h1 { margin: 0 0 25px; font-size: clamp(3.3rem, 5.4vw, 5.3rem); line-height: .98; letter-spacing: -.07em; }.contact-copy > p { color: #aeb1bc; font-size: 1.08rem; }.contact-details { display: flex; flex-direction: column; gap: 15px; margin-top: 35px; }.contact-details > a, .contact-details > div { display: flex; align-items: center; gap: 13px; }.contact-details i { width: 43px; height: 43px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-style: normal; }.contact-details span { display: flex; flex-direction: column; }.contact-details small { color: #8b8f9c; }
.contact-form-card { padding: 37px; color: var(--ink); background: #fff; border: 1px solid rgba(255, 255, 255, .1); border-radius: 27px; box-shadow: 0 30px 80px rgba(0, 0, 0, .28); }.contact-form-card > h2 { margin: 0; font-size: 1.85rem; letter-spacing: -.04em; }.contact-form-card > p { margin-top: 4px; color: var(--muted); }
.lead-form label { display: block; margin-bottom: 14px; }.lead-form label > span { display: block; margin-bottom: 6px; font-size: .74rem; font-weight: 820; }.lead-form input, .lead-form select, .lead-form textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: #fff; border: 1px solid #dfe0e5; border-radius: 10px; outline: none; transition: border-color .2s, box-shadow .2s; }.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(112, 87, 255, .11); }.lead-form textarea { resize: vertical; }.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 13px; }.lead-form-compact .form-grid { grid-template-columns: 1fr; }.form-note { margin: 9px 0 0; color: var(--muted); font-size: .72rem; text-align: center; }
.error-page { padding: 130px 0; text-align: center; }.error-page > div > span { color: #dcd6ff; font-size: 7rem; font-weight: 950; line-height: 1; }.error-page h1 { margin: 10px; font-size: 2.5rem; }.error-page p { color: var(--muted); }

.site-footer { padding: 0 0 25px; color: #d5d7e0; background: #08090d; }
.footer-lead { display: grid; grid-template-columns: .3fr 1.7fr; align-items: end; gap: 40px; padding-block: 75px 55px; border-bottom: 1px solid #252730; }
.footer-lead > span { color: var(--lime); font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.footer-lead > a { display: flex; align-items: center; justify-content: space-between; color: #fff; font-size: clamp(2.3rem, 5vw, 5rem); font-weight: 780; line-height: 1; letter-spacing: -.065em; }
.footer-lead > a i { width: clamp(60px, 7vw, 88px); height: clamp(60px, 7vw, 88px); display: grid; place-items: center; flex: none; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: .4em; font-style: normal; transition: transform .3s; }.footer-lead > a:hover i { transform: rotate(45deg); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .8fr 1fr; gap: 60px; padding-top: 58px; }.site-footer .brand { margin-bottom: 20px; }.site-footer p { max-width: 370px; color: #858995; }.site-footer h3 { margin: 6px 0 20px; color: #fff; font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }.site-footer ul { margin: 0; padding: 0; list-style: none; }.site-footer li { margin: 10px 0; color: #9a9da8; font-size: .88rem; }.site-footer a:hover { color: #fff; }.contact-list { color: #aeb1c0; }.social-links { display: flex; flex-wrap: wrap; gap: 8px; }.social-links a { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid #2b2e37; border-radius: 100px; font-size: .72rem; }.social-links a span { color: var(--lime); }.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 22px; color: #60636e; border-top: 1px solid #252730; font-size: .75rem; }
.floating-contact-actions { position: fixed; right: 20px; bottom: 20px; z-index: 90; display: flex; gap: 10px; }
.quick-contact-btn { display: flex; align-items: center; gap: 10px; min-width: 142px; min-height: 54px; padding: 9px 15px; color: #fff; border: 1px solid rgba(255, 255, 255, .2); border-radius: 15px; box-shadow: 0 16px 38px rgba(8, 9, 13, .24); font-size: .79rem; font-weight: 850; transition: transform .2s, box-shadow .2s, filter .2s; }
.quick-contact-btn:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 20px 45px rgba(8, 9, 13, .3); filter: brightness(1.05); }.quick-contact-btn svg { width: 23px; height: 23px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.quick-contact-btn span { display: flex; flex-direction: column; line-height: 1.08; }.quick-contact-btn small { margin-bottom: 3px; color: rgba(255, 255, 255, .76); font-size: .56rem; font-weight: 650; letter-spacing: .02em; }.quick-contact-btn.whatsapp { background: #16a765; }.quick-contact-btn.call { background: var(--violet); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .68s ease, transform .68s ease; }.reveal.visible { opacity: 1; transform: none; }.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }

@media (max-width: 1080px) {
    .hero-modern-grid { gap: 40px; }.hero-modern h1 { font-size: clamp(3.5rem, 6.4vw, 5.2rem); }.floating-card-growth { right: -10px; }.floating-card-speed { left: -10px; }
    .section-heading-wide { gap: 45px; }.manifesto-grid { gap: 55px; }.reviews-layout { gap: 55px; }
    .portfolio-scroll-grid-all { grid-template-columns: repeat(2, minmax(0, 1fr)); }.portfolio-scroll-grid-all .website-scroll-frame { --portfolio-frame-height: 620px; }
    .feature-ribbon-grid { grid-template-columns: repeat(3, 1fr); }.feature-ribbon-grid > div:nth-child(3) { border-right: 0; }.feature-ribbon-grid > div:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
    .footer-grid { grid-template-columns: 1.35fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2 / 4; }
    .content-with-aside, .local-layout { grid-template-columns: minmax(0, 1fr) 340px; gap: 42px; }
}

@media (max-width: 820px) {
    .container { width: min(calc(100% - 34px), var(--container)); }.section { padding: 82px 0; }
    .site-announcement p { display: none; }.site-announcement .container { min-height: 32px; }
    .nav-wrap { min-height: 72px; }.nav-toggle { display: block; }.main-nav { position: fixed; top: 104px; right: 0; left: 0; display: flex; align-items: stretch; flex-direction: column; gap: 0; padding: 18px; color: #fff; background: var(--ink); border-bottom: 1px solid rgba(255, 255, 255, .1); box-shadow: 0 30px 50px rgba(0, 0, 0, .25); opacity: 0; transform: translateY(-130%); pointer-events: none; transition: opacity .3s, transform .3s; }.nav-open .main-nav { opacity: 1; transform: none; pointer-events: auto; }.main-nav > a { padding: 14px 9px; }.main-nav > a:not(.nav-cta)::after { display: none; }.nav-cta { justify-content: space-between; margin-top: 8px; padding: 8px 8px 8px 17px !important; }
    .hero-slider { height: 700px; min-height: 700px; }.hero-slide-copy { max-width: 690px; }.hero-slide-copy h1 { font-size: clamp(3.6rem, 10vw, 5.5rem); }.hero-slide-overlay { background: linear-gradient(90deg, rgba(7, 8, 13, .94), rgba(7, 8, 13, .7) 68%, rgba(7, 8, 13, .4)); }.hero-slider-ui { bottom: 27px; }
    .hero-modern { padding-top: 60px; }.hero-modern-grid, .manifesto-grid, .reviews-layout, .home-contact-panel, .locations-modern-grid, .two-col, .contact-grid { grid-template-columns: 1fr; }.hero-modern-grid { gap: 15px; }.hero-modern-copy { padding-bottom: 20px; }.hero-modern h1 { font-size: clamp(3.5rem, 12vw, 5.3rem); }.hero-showcase { width: min(92%, 650px); margin: 0 auto; }.hero-sticker { right: -5px; }.hero-bottom-line { margin-top: 15px; }
    .impact-grid { grid-template-columns: repeat(2, 1fr); }.impact-intro { grid-column: 1 / -1; min-height: 110px; padding-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }.impact-stat { min-height: 115px; }.impact-stat:nth-child(3), .impact-stat:nth-child(5) { border-right: 0; }.impact-stat:nth-child(2), .impact-stat:nth-child(3) { border-bottom: 1px solid var(--line); }
    .section-heading-wide { grid-template-columns: 1fr; gap: 20px; }.service-bento, .service-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .manifesto-section { padding-top: 125px; }.manifesto-grid { gap: 65px; }.manifesto-media { width: min(88%, 600px); }.manifesto-tag { right: -25px; }
    .process-modern-card > div { grid-template-columns: .6fr 1.4fr; gap: 25px; }.work-modern .section-heading-wide { gap: 15px; }.reviews-layout { gap: 45px; }.feature-ribbon-grid { grid-template-columns: repeat(2, 1fr); }.feature-ribbon-grid > div:nth-child(n) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.feature-ribbon-grid > div:nth-child(even) { border-right: 0; }.feature-ribbon-grid > div:last-child { border-bottom: 0; }
    .portfolio-scroll-grid, .portfolio-scroll-grid-all { grid-template-columns: repeat(2, minmax(0, 1fr)); }.website-scroll-frame, .portfolio-scroll-grid-all .website-scroll-frame { --portfolio-frame-height: 540px; }.service-page-points { grid-template-columns: repeat(3, 1fr); }.service-page-points span:nth-child(3) { border-right: 0; }.service-page-points span:nth-child(-n+3) { border-bottom: 1px solid rgba(255, 255, 255, .15); }
    .faq-layout { grid-template-columns: 1fr; gap: 25px; }.faq-layout .section-heading { position: static; }.home-contact-panel { gap: 45px; padding: 45px; }
    .blog-grid { grid-template-columns: repeat(2, 1fr); }.article-layout, .case-layout, .content-with-aside, .local-layout { grid-template-columns: 1fr; }.article-aside { display: none; }.case-layout aside, .sticky-card { position: static; }.portfolio-grid { grid-template-columns: 1fr; }
    .footer-lead { grid-template-columns: 1fr; gap: 15px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1 / 3; }.footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
    .container { width: min(calc(100% - 26px), var(--container)); }.section { padding: 70px 0; }
    .site-announcement .container { justify-content: center; }.site-announcement .container > span { display: none; }.main-nav { top: 104px; }
    .brand { font-size: .93rem; }.brand-mark { width: 39px; height: 39px; }
    .hero-slider { height: 670px; min-height: 670px; }.hero-slide > img { object-position: 62% center; }.hero-slide-overlay { background: linear-gradient(90deg, rgba(7, 8, 13, .94), rgba(7, 8, 13, .74)), linear-gradient(0deg, rgba(7, 8, 13, .6), transparent); }.hero-slide-content { align-items: flex-start; padding-top: 65px; padding-bottom: 115px; }.hero-slide-copy h1 { font-size: clamp(3rem, 14vw, 4.25rem); }.hero-slide-copy > p { font-size: .96rem; }.hero-slider-ui { bottom: 23px; }.hero-slider-dots button { width: 34px; }.hero-slider-arrows > span { display: none; }
    .hero-modern { min-height: 0; padding-top: 48px; }.hero-modern h1 { font-size: clamp(3.15rem, 15vw, 4.6rem); }.hero-modern-copy > p { font-size: 1rem; }.hero-actions { flex-direction: column; }.hero-actions .btn { width: 100%; }.hero-mini-proof { align-items: flex-start; }.hero-showcase { width: 100%; padding-inline: 4px; }.browser-caption { right: 18px; bottom: 18px; left: 18px; }.browser-caption strong { font-size: 1.25rem; }.floating-card-growth { right: 0; width: 174px; }.floating-card-speed { bottom: 25px; left: 0; }.hero-sticker { top: 7px; width: 82px; height: 82px; font-size: .59rem; }.hero-bottom-line span:first-child { display: none; }
    .platform-track { gap: 20px; }.impact-stat { padding: 20px 14px; }.impact-stat strong { font-size: 2rem; }.section-heading h2, .why-copy h2 { font-size: clamp(2.4rem, 11vw, 3.4rem); }
    .service-bento, .service-directory-grid { grid-template-columns: 1fr; }.service-bento-card { margin-bottom: 0; }.service-bento-link { padding: 14px; }.service-bento-copy { padding-top: 18px; }
    .manifesto-media { width: calc(100% - 15px); }.manifesto-tag { right: -15px; bottom: 20px; }.principle-grid { grid-template-columns: 1fr; }.principle-grid > div:nth-child(odd) { border-right: 0; }.principle-grid > div:nth-child(even) { padding-left: 0; }
    .section-heading.split { display: block; }.section-heading.split > p { margin-top: 18px; }.process-modern-card { grid-template-columns: 46px 1fr 38px; min-height: 135px; padding-inline: 3px; }.process-modern-card > div { display: block; }.process-modern-card h3 { font-size: 1.65rem; }.process-modern-card p { margin-top: 5px; font-size: .78rem; }.process-modern-card > i { width: 35px; height: 35px; }
    .portfolio-showcase { grid-template-columns: 1fr; gap: 40px; }.portfolio-showcase-wide { grid-column: auto; }.portfolio-showcase-wide .portfolio-showcase-image img, .portfolio-showcase-image img { aspect-ratio: 1.18 / 1; }.portfolio-showcase-meta { display: block; }.portfolio-showcase-meta p { margin-top: 7px; text-align: left; }.portfolio-scroll-grid, .portfolio-scroll-grid-all { grid-template-columns: 1fr; }.website-scroll-frame, .portfolio-scroll-grid-all .website-scroll-frame { --portfolio-frame-height: 500px; }.website-project-overlay { min-height: 150px; padding: 45px 17px 17px; }.website-project-overlay > span { width: 40px; height: 40px; display: grid; place-items: center; overflow: hidden; padding: 0; font-size: 0; }.website-project-overlay > span::after { content: "↗"; font-size: .85rem; }.scroll-hint { display: none; }.testimonial-slider { min-height: 450px; padding: 38px 27px 82px; }.testimonial-slide > p { font-size: 1.3rem; }.slider-controls { right: 22px; left: 22px; justify-content: center; }
    .service-page-points { grid-template-columns: 1fr; }.service-page-points span:nth-child(n) { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .15); }.service-page-points span:last-child { border-bottom: 0; }
    .feature-ribbon-grid { grid-template-columns: 1fr; }.feature-ribbon-grid > div:nth-child(n) { min-height: 90px; border-right: 0; border-bottom: 1px solid var(--line); }.location-orbit { grid-template-columns: 1fr; }.location-orbit a:nth-child(odd) { border-right: 0; }.home-contact-panel { width: calc(100% - 20px); padding: 32px 20px; }.home-contact-copy h2 { font-size: 2.75rem; }.home-contact-form, .contact-form-card { padding: 24px 18px; }.form-heading { display: block; }.form-heading small { display: block; margin-top: 3px; }.form-grid { grid-template-columns: 1fr; }
    .inner-hero, .article-hero, .service-hero, .local-hero, .case-hero { padding: 72px 0; }.blog-grid { grid-template-columns: 1fr; }.article-hero h1 { font-size: 2.85rem; }.article-byline span { width: 100%; }.article-byline span + span::before { display: none; }.case-gallery { grid-template-columns: 1fr; }.cta-panel { display: block; padding: 40px 27px; }.cta-panel .btn { margin-top: 23px; }
    .footer-lead { padding-block: 55px 40px; }.footer-lead > a { align-items: end; font-size: 2.5rem; }.footer-lead > a i { width: 54px; height: 54px; }.footer-grid { grid-template-columns: 1fr; gap: 34px; }.footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: auto; }.footer-bottom { display: block; }.footer-bottom span { display: block; margin-top: 7px; }
    body { padding-bottom: 72px; }.floating-contact-actions { right: 0; bottom: 0; left: 0; gap: 8px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); background: rgba(8, 9, 13, .94); border-top: 1px solid rgba(255, 255, 255, .12); backdrop-filter: blur(16px); }.quick-contact-btn { justify-content: center; flex: 1; min-width: 0; min-height: 48px; padding: 7px 10px; border-radius: 11px; box-shadow: none; }.quick-contact-btn:hover { transform: none; box-shadow: none; }.quick-contact-btn svg { width: 21px; height: 21px; }.quick-contact-btn small { font-size: .53rem; }
}

@media (prefers-reduced-motion: reduce) {
    * { scroll-behavior: auto !important; }.reveal { opacity: 1; transform: none; transition: none; }.platform-track, .manifesto-marquee span, .hero-slider-progress span { animation: none; }.hero-showcase { transform: none !important; }.hero-slide > img, .website-scroll-shot { transform: none !important; transition: none !important; }
}
