:root {
  --orange: #ff520d;
  --orange-dark: #e54808;
  --ink: #15191d;
  --ink-soft: #20262c;
  --paper: #f4f3ef;
  --line: #dcdcd7;
  --muted: #656b70;
  --mint: #81f7c8;
  --white: #fff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font: 300 16px/1.65 Ubuntu, Arial, sans-serif; }
body, button, input, select, textarea { font-family: Ubuntu, Arial, sans-serif; }
body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font-size: inherit; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.centre { text-align: center; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; }
h2 { margin-bottom: 25px; font-size: clamp(40px, 5vw, 64px); letter-spacing: -.045em; }
.kicker { margin: 0 0 16px; color: var(--orange); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.kicker-light { color: #ffb18f; }

.hero { position: relative; min-height: 820px; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 33%, #28323a 0, #171c21 33%, #0e1114 72%); }
.hero:after { content: ""; position: absolute; inset: auto -8% -35% 39%; height: 72%; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; transform: rotate(-12deg); }
.hero-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg, transparent 10%, #000 70%); }
.nav { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; height: 105px; border-bottom: 1px solid rgba(255,255,255,.15); }
.brand { display: flex; align-items: center; gap: 13px; }
.brand img { width: 218px; padding: 7px 9px; border-radius: 5px; background: rgba(255,255,255,.96); box-shadow: 0 6px 20px rgba(0,0,0,.17); }
.brand span { max-width: 95px; padding-left: 12px; border-left: 1px solid rgba(255,255,255,.45); font-size: 12px; font-weight: 700; line-height: 1.25; letter-spacing: .15em; }
.nav-links { display: flex; align-items: center; gap: 29px; font-size: 14px; font-weight: 500; }
.nav-links a:hover { color: #ff9366; }
.nav-cta { min-height: 44px; padding: 10px 20px; border: 0; border-radius: 3px; color: #fff; background: var(--orange); font-weight: 700; cursor: pointer; }
.nav-cta:hover { color: var(--ink); background: #fff; }
.nav-toggle { display: none; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 60px; align-items: center; padding-top: 105px; padding-bottom: 95px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; color: #dfe3e5; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 36px; height: 2px; background: var(--orange); }
.hero h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(57px, 6.4vw, 88px); font-weight: 500; letter-spacing: -.06em; }
.hero-lead { max-width: 650px; margin-bottom: 36px; color: #c9ced1; font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 13px 26px; border: 1px solid transparent; border-radius: 3px; font-weight: 700; cursor: pointer; transition: .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--orange); }
.button-primary:hover { background: var(--orange-dark); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.48); background: transparent; }
.button-ghost:hover { color: var(--ink); border-color: #fff; background: #fff; }
.button-light { color: var(--ink); background: #fff; }
.button-light:hover { color: #fff; background: var(--orange); }
.hero-proof { display: flex; gap: 26px; margin-top: 46px; color: #c9ced1; font-size: 13px; }
.hero-proof span { display: flex; align-items: center; gap: 8px; }
.hero-proof i { display: grid; place-items: center; min-width: 33px; height: 33px; padding: 0 6px; border: 1px solid #59636b; border-radius: 50%; color: var(--mint); font-size: 10px; font-style: normal; font-weight: 700; }

.ai-console { position: relative; max-width: 500px; margin-left: auto; border: 1px solid #46515a; border-radius: 9px; background: rgba(15,19,23,.86); box-shadow: 0 35px 90px rgba(0,0,0,.45); backdrop-filter: blur(12px); }
.console-top { display: flex; align-items: center; gap: 7px; height: 48px; padding: 0 17px; border-bottom: 1px solid #343d44; }
.console-top>span { width: 8px; height: 8px; border-radius: 50%; background: #5a6268; }
.console-top>span:first-child { background: var(--orange); }
.console-top b { margin-left: auto; color: #7d878e; font-size: 10px; letter-spacing: .12em; }
.brain-orbit { position: relative; display: grid; place-items: center; height: 330px; overflow: hidden; background: radial-gradient(circle, rgba(255,82,13,.14), transparent 55%); }
.ai-core { position: relative; z-index: 3; display: grid; place-items: center; width: 92px; height: 92px; border: 2px solid var(--orange); border-radius: 27px; color: #fff; background: #14191d; box-shadow: 0 0 45px rgba(255,82,13,.45), inset 0 0 20px rgba(255,82,13,.14); font-size: 29px; font-weight: 700; }
.ai-core:before, .ai-core:after { content: ""; position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 18px var(--mint); }
.ai-core:before { left: -33px; top: 12px; }.ai-core:after { right: -40px; bottom: 2px; }
.orbit { position: absolute; border: 1px solid rgba(129,247,200,.2); border-radius: 50%; }
.orbit-one { width: 230px; height: 230px; }.orbit-two { width: 360px; height: 210px; transform: rotate(30deg); }
.node { position: absolute; width: 9px; height: 9px; border: 2px solid var(--orange); border-radius: 50%; background: #13181c; box-shadow: 0 0 12px var(--orange); }
.node-one { left: 15%; top: 28%; }.node-two { right: 18%; top: 18%; }.node-three { right: 16%; bottom: 22%; }
.console-events { padding: 4px 18px 15px; }
.console-events>div { display: grid; grid-template-columns: 15px 1fr auto; gap: 11px; align-items: center; padding: 12px 0; border-top: 1px solid #30383e; }
.console-events .pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 10px var(--mint); }
.console-events p { margin: 0; font-size: 12px; line-height: 1.3; }.console-events small { display: block; margin-top: 3px; color: #778188; }.console-events time { color: #68737a; font-size: 10px; }

.split-heading { display: grid; grid-template-columns: 1fr .88fr; gap: 100px; align-items: end; }
.split-heading>div:last-child>p { color: var(--muted); font-size: 18px; }
.text-link { display: inline-block; margin-top: 14px; color: var(--orange); font-weight: 700; }
.text-link span { margin-left: 8px; }
.value-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 72px; border: 1px solid var(--line); background: var(--line); }
.value-grid article { min-height: 280px; padding: 33px 28px; background: #fff; }
.value-grid article:first-child { color: #fff; background: var(--ink); }
.value-grid article>span { color: var(--orange); font-size: 11px; font-weight: 700; }
.value-grid h3 { margin: 65px 0 14px; font-size: 23px; }.value-grid p { margin: 0; color: var(--muted); }.value-grid article:first-child p { color: #b7bdc1; }

.services { background: var(--paper); }
.section-heading { max-width: 760px; margin-bottom: 55px; }
.section-heading.centre { margin-inline: auto; }
.section-heading>p:last-child { color: var(--muted); font-size: 18px; }
.service-stack { display: grid; gap: 22px; }
.service-card { position: relative; display: grid; grid-template-columns: 70px 1fr 230px; gap: 35px; padding: 48px; border-top: 4px solid var(--orange); background: #fff; box-shadow: 0 14px 45px rgba(18,23,27,.07); }
.service-card-dark { color: #fff; border-top-color: var(--mint); background: var(--ink); }
.service-number { color: #a0a4a7; font-size: 12px; font-weight: 700; }
.service-tag { margin: 0 0 8px; color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.service-card-dark .service-tag { color: var(--mint); }
.service-copy h3 { margin-bottom: 16px; font-size: 35px; letter-spacing: -.03em; }
.service-copy>p:not(.service-tag) { max-width: 620px; color: var(--muted); }.service-card-dark .service-copy>p:not(.service-tag) { color: #aeb5b9; }
.service-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 25px; margin: 25px 0 0; padding: 0; list-style: none; font-size: 14px; }
.service-copy li { position: relative; padding-left: 22px; }.service-copy li:before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 700; }.service-card-dark .service-copy li:before { color: var(--mint); }
.service-price { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-left: 35px; border-left: 1px solid var(--line); }
.service-card-dark .service-price { border-color: #394147; }
.service-price p { margin: 0; color: #858a8d; font-size: 11px; text-transform: uppercase; }.service-price strong { margin: 2px 0 9px; font-size: 38px; line-height: 1; }.service-price small { color: #898f93; font-size: 13px; font-weight: 400; }.service-price .button { width: 100%; margin-top: 18px; padding-inline: 15px; }
.service-card-custom { border-top-color: var(--orange); background: linear-gradient(120deg,#15191d,#222b31); }
.service-card-custom .service-tag,.service-card-custom .service-copy li:before { color: #ff9366; }
.custom-price strong { margin: 7px 0 13px; font-size: 32px; }.custom-price strong small { display: block; margin-top: 6px; color: var(--mint); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }.custom-price>p:nth-of-type(2) { max-width: 170px; line-height: 1.45; text-transform: none; }
.vat-note { margin-top: 25px; color: #777c80; font-size: 13px; text-align: right; }

.bundles { padding: 100px 0; color: #fff; background: var(--orange); }
.bundles-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; align-items: center; }
.bundles-layout>div:first-child>p:last-child { color: #ffe1d4; font-size: 17px; }
.bundle-list { border-top: 1px solid rgba(255,255,255,.35); }
.bundle-list article { display: grid; grid-template-columns: 1fr auto auto; gap: 25px; align-items: center; padding: 29px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.bundle-list p { margin: 0 0 5px; color: #ffd7c6; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.bundle-list h3 { margin: 0 0 5px; font-size: 22px; }.bundle-list span { color: #ffe3d7; font-size: 12px; }.bundle-list>article>strong { min-width: 110px; font-size: 34px; }.bundle-list small { font-size: 12px; font-weight: 400; }.bundle-list button { padding: 11px 16px; border: 1px solid #fff; border-radius: 3px; color: var(--orange); background: #fff; font-weight: 700; cursor: pointer; }.bundle-list button:hover { color: #fff; background: transparent; }

.industry-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.industry-grid article { min-height: 245px; padding: 31px 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.industry-grid span { color: var(--orange); font-size: 11px; font-weight: 700; }.industry-grid h3 { margin: 70px 0 12px; font-size: 23px; }.industry-grid p { color: var(--muted); }
.process { color: #fff; background: var(--ink); }
.process-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }.process-layout>div>p:last-child { color: #aeb5b9; font-size: 17px; }.process ol { margin: 0; padding: 0; list-style: none; }.process li { display: grid; grid-template-columns: 45px 1fr; gap: 25px; padding: 25px 0; border-top: 1px solid #363d43; }.process li:last-child { border-bottom: 1px solid #363d43; }.process li>span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--ink); background: var(--mint); font-size: 12px; font-weight: 700; }.process h3 { margin-bottom: 6px; font-size: 23px; }.process li p { margin: 0; color: #9fa7ac; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }.faq-layout>div:first-child>p:not(.kicker) { color: var(--muted); }.link-button { padding: 0; border: 0; background: transparent; cursor: pointer; }.accordion details { border-top: 1px solid var(--line); }.accordion details:last-child { border-bottom: 1px solid var(--line); }.accordion summary { position: relative; padding: 25px 48px 25px 0; font-size: 18px; font-weight: 700; cursor: pointer; list-style: none; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary i:before,.accordion summary i:after { content: ""; position: absolute; right: 8px; top: 35px; width: 16px; height: 2px; background: var(--orange); }.accordion summary i:after { transform: rotate(90deg); transition: .2s; }.accordion details[open] summary i:after { transform: none; }.accordion details p { padding: 0 42px 24px 0; color: var(--muted); }

.consultation { color: #fff; background: linear-gradient(125deg,#11161a,#242c32); }
.consultation-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 85px; align-items: start; }.consultation-copy { position: sticky; top: 35px; }.consultation-copy>p:not(.kicker) { color: #aeb6bb; font-size: 18px; }.contact-lines { display: flex; flex-direction: column; gap: 8px; margin-top: 35px; color: var(--mint); font-weight: 700; }
.lead-form, .order-dialog form { display: grid; gap: 19px; padding: 43px; color: var(--ink); border-top: 4px solid var(--orange); border-radius: 3px; background: #fff; }.form-title span,.dialog-heading>p { color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .14em; }.form-title h3 { margin: 8px 0 5px; font-size: 30px; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.lead-form label,.order-dialog label { display: grid; gap: 7px; color: #44494d; font-size: 13px; font-weight: 500; }.lead-form input,.lead-form select,.lead-form textarea,.order-dialog input,.order-dialog textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #d5d6d4; border-radius: 2px; color: var(--ink); background: #fafaf8; font-size: 15px; outline: none; }.lead-form textarea,.order-dialog textarea { min-height: 105px; resize: vertical; }.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus,.order-dialog input:focus,.order-dialog textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,82,13,.12); }.consent { grid-template-columns: auto 1fr!important; align-items: start; gap: 9px!important; font-weight: 400!important; }.consent input { width: 17px!important; min-height: 17px!important; margin-top: 2px; accent-color: var(--orange); }.submit-button { justify-self: start; min-width: 250px; }.submit-button.loading { opacity: .7; pointer-events: none; }.submit-button i { display: none; width: 15px; height: 15px; margin-left: 9px; border: 2px solid rgba(255,255,255,.5); border-top-color:#fff; border-radius: 50%; animation: spin .7s linear infinite; }.submit-button.loading i { display: block; }.form-status { min-height: 24px; margin: -4px 0 0; font-size: 14px; font-weight: 500; }.form-status.success { color: #18764e; }.form-status.error { color: #b82d22; }.honeypot { position: absolute!important; left: -10000px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
@keyframes spin { to { transform: rotate(360deg); } }

footer { padding: 78px 0 26px; color: #bec3c6; background: #0b0e10; }.footer-grid { display: grid; grid-template-columns: 1.35fr .65fr 1fr 1fr; gap: 48px; }.footer-brand>div { display: flex; align-items: center; gap: 10px; }.footer-brand img { width: 195px; padding: 7px 9px; border-radius: 4px; background: #fff; }.footer-brand span { padding-left: 10px; border-left: 1px solid #4a5054; color: #fff; font-size: 10px; font-weight: 700; line-height: 1.2; letter-spacing: .12em; }.footer-brand p { max-width: 315px; margin-top: 24px; color: #7e8589; }.footer-grid h3 { margin-bottom: 20px; color: #fff; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }.footer-grid>div:not(:first-child) a { display: block; margin: 8px 0; }.footer-grid a:hover { color: var(--orange); }.footer-grid p { font-size: 14px; }.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 22px; border-top: 1px solid #2b3033; color: #686e72; font-size: 12px; }

.order-dialog { width: min(720px,calc(100% - 28px)); max-height: calc(100vh - 30px); padding: 0; overflow: auto; border: 0; border-radius: 5px; box-shadow: 0 35px 100px rgba(0,0,0,.45); }.order-dialog::backdrop { background: rgba(8,11,13,.78); backdrop-filter: blur(4px); }.dialog-close { position: absolute; z-index: 3; top: 12px; right: 14px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.12); font-size: 26px; cursor: pointer; }.dialog-heading { padding: 39px 43px 27px; color: #fff; background: var(--ink); }.dialog-heading h2 { margin: 7px 35px 12px 0; font-size: 38px; }.dialog-heading h2 span { color: var(--mint); }.dialog-heading>p:last-child { margin: 0; color: #aeb5ba; }.order-dialog form { padding-top: 31px; border: 0; }

:focus-visible { outline: 3px solid #ffb18f; outline-offset: 3px; }

@media (max-width: 1000px) {
  .nav-links { gap: 17px; }.hero-layout { gap: 34px; }.hero h1 { font-size: 65px; }.split-heading,.process-layout,.faq-layout,.consultation-layout { gap: 55px; }.value-grid,.industry-grid { grid-template-columns: 1fr 1fr; }.service-card { grid-template-columns: 45px 1fr 210px; padding: 40px 31px; gap: 24px; }.service-copy ul { grid-template-columns: 1fr; }.bundles-layout { gap: 45px; }.footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  .container { width: min(var(--max),calc(100% - 32px)); }.section { padding: 78px 0; }.nav { height: 86px; }.brand img { width: 165px; padding: 6px 7px; }.brand span { max-width: 69px; padding-left: 8px; font-size: 9px; }.nav-toggle { position: relative; z-index: 12; display: flex; flex-direction: column; gap: 5px; padding: 10px; border: 0; background: transparent; cursor: pointer; }.nav-toggle span { width: 25px; height: 2px; background: #fff; }.nav-links { position: absolute; top: 85px; left: -16px; right: -16px; display: none; align-items: stretch; padding: 23px 28px 29px; background: #12171b; }.nav-links.open { display: flex; flex-direction: column; }.nav-cta { width: 100%; }.hero { min-height: auto; }.hero-layout { grid-template-columns: 1fr; padding-top: 75px; }.hero h1 { font-size: 54px; }.hero-lead { font-size: 17px; }.hero-proof { flex-wrap: wrap; }.ai-console { width: 100%; max-width: none; margin-top: 10px; }.split-heading,.bundles-layout,.process-layout,.faq-layout,.consultation-layout { grid-template-columns: 1fr; }.value-grid,.industry-grid { grid-template-columns: 1fr; }.value-grid article,.industry-grid article { min-height: auto; }.value-grid h3,.industry-grid h3 { margin-top: 35px; }.service-card { grid-template-columns: 1fr; }.service-number { position: absolute; top: 24px; right: 25px; }.service-price { padding: 26px 0 0; border-left: 0; border-top: 1px solid var(--line); }.service-card-dark .service-price { border-color: #394147; }.service-price .button { width: auto; }.bundle-list article { grid-template-columns: 1fr auto; }.bundle-list button { grid-column: 1/-1; }.consultation-copy { position: static; }.footer-grid { grid-template-columns: 1fr; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
}

@media (max-width: 500px) {
  h2 { font-size: 40px; }.hero h1 { font-size: 46px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-proof { display: grid; grid-template-columns: 1fr 1fr; }.brain-orbit { height: 265px; }.service-card { padding: 35px 24px; }.service-copy h3 { font-size: 30px; }.service-copy ul { font-size: 13px; }.form-row { grid-template-columns: 1fr; }.lead-form,.order-dialog form { padding: 30px 22px; }.submit-button { width: 100%; min-width: 0; }.dialog-heading { padding: 34px 23px 24px; }.dialog-heading h2 { font-size: 31px; }.bundle-list article { grid-template-columns: 1fr; }.hero-proof span:last-child { grid-column: 1/-1; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; }.submit-button i { animation: none; } }
