@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;600;700;800&family=Permanent+Marker&display=swap');

:root { --blue: #1742fc; --lime: #ccff00; --ink: #070707; --paper: #fff; --muted: #242424; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.site-header { height: 88px; padding: 0 4.2vw; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #fff; position: sticky; top: 0; z-index: 20; box-shadow: 0 4px 15px rgba(0,0,0,.08); }
.brand img { width: 155px; height: auto; display: block; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 2.8vw, 58px); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-align: center; }
.main-nav a { transition: color .2s ease, transform .2s ease; }
.main-nav a:hover { color: var(--blue); transform: translateY(-2px); }
.nav-cta { background: var(--lime); padding: 17px 24px; color: var(--blue); }
.menu-toggle { display: none; border: 0; background: transparent; width: 38px; padding: 6px; }
.menu-toggle span { display: block; height: 3px; background: var(--blue); margin: 5px 0; }
.section-blue { background: var(--blue); color: #fff; }
.section-lime { background: var(--lime); }
.section-white { background: #fff; }
.hero { min-height: 1135px; position: relative; overflow: hidden; isolation: isolate; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 54% 41%, rgba(255,255,255,.12), transparent 18%), radial-gradient(circle at 72% 19%, rgba(53,91,255,.8), transparent 21%); z-index: -1; }
.hero-noise { position: absolute; inset: 0; opacity: .24; background-image: radial-gradient(rgba(255,255,255,.3) 1px, transparent 1px); background-size: 7px 7px; mix-blend-mode: overlay; z-index: -1; }
.hero-copy { position: relative; z-index: 4; padding: clamp(160px, 12.3vw, 240px) 0 0 9.2%; max-width: 920px; }
.eyebrow, .script-label { font-family: 'Permanent Marker', cursive; text-transform: uppercase; letter-spacing: .05em; }
.eyebrow { color: var(--lime); font-size: clamp(22px, 2.55vw, 49px); margin: 0 0 34px; }
.hero h1 { margin: 0; color: var(--lime); max-width: 850px; font-family: 'Barlow Condensed', Impact, sans-serif; font-size: clamp(46px, 5.15vw, 99px); line-height: .92; text-transform: uppercase; letter-spacing: .025em; }
.hero-lead { max-width: 800px; margin: 28px 0 34px; font-size: clamp(17px, 1.6vw, 31px); line-height: 1.2; font-weight: 700; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; border: 0; padding: 16px 24px; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-3px); box-shadow: 0 8px 0 rgba(0,0,0,.12); }
.button-lime { color: var(--blue); background: var(--lime); }
.button-blue { color: #fff; background: var(--blue); }
.button-outline { color: #1742fc; border: 1px solid var(--lime); background-color: #ccff00; }
.hero-visual { position: absolute; width: 53vw; max-width: 1010px; aspect-ratio: 1.05; right: -3%; bottom: -2%; z-index: 2; }
.hero-blob { position: absolute; width: 28%; height: 28%; left: 14%; top: 7%; object-fit: contain; z-index: 0; }
.hero-rim { position: absolute; width: 102%; height: 102%; left: -1%; top: -1%; object-fit: contain; z-index: 1; }
.hero-person { position: absolute; width: 100%; height: 100%; object-fit: contain; z-index: 2; filter: sepia(1) saturate(5.8) hue-rotate(321deg) brightness(1.08) contrast(1.04); mix-blend-mode: multiply; }
.hero-disc { position: absolute; z-index: 1; width: min(31vw, 650px); aspect-ratio: 1; left: 26%; top: 9%; opacity: .18; transform: rotate(-28deg); }
.hero-disc img { display: block; width: 170%; height: 150%; object-fit: contain; }
.burst { position: absolute; color: var(--lime); font-size: clamp(30px, 4vw, 80px); line-height: 1; }
.burst-one { left: 15%; top: 10%; }.burst-two { right: 4%; top: 52%; }
.scribble { font-family: 'Permanent Marker', cursive; font-size: 12px; letter-spacing: .1em; color: var(--lime); position: absolute; z-index: 3; }
.scribble-hero { left: 9.5%; bottom: 14%; max-width: 440px; transform: rotate(-4deg); }
.about { padding: 115px 5.2% 170px; }
.section-heading h2, .process-heading h2 { font-family: 'Barlow Condensed', Impact, sans-serif; text-transform: none; font-size: clamp(37px, 4.3vw, 83px); line-height: .98; margin: 18px 0; letter-spacing: .015em; }
.section-heading p:not(.script-label) { color: var(--blue); font-size: clamp(15px, 1.75vw, 33px); line-height: 1.25; margin: 0; }
.centered { text-align: center; }
.script-label { color: var(--blue); font-size: clamp(22px, 2.6vw, 50px); margin: 0; }
.script-label.dark { color: var(--ink); }
.reason-grid { max-width: 1740px; margin: 130px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 5vw; }
.reason-card { text-align: center; }.reason-icon { color: var(--blue); font-size: 60px; height: 78px; }.people-symbol { font-size: 70px; }
.reason-card h3 { color: var(--blue); font-family: 'Permanent Marker', cursive; font-size: clamp(20px, 2.1vw, 41px); line-height: 1; text-transform: uppercase; margin: 7px 0 26px; }
.reason-card p, .service-card p, .step p, .difference-card p { margin: 0; font-size: clamp(14px, 1.2vw, 23px); line-height: 1.22; }
.services { padding: 110px 3.5% 140px; position: relative; overflow: hidden; }
.services::before { content: ''; position: absolute; width: 75vw; height: 75vw; max-width: 1100px; max-height: 1100px; border-radius: 50%; right: -15%; top: -25%; background: rgba(255,255,255,.14); }
.service-grid { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; max-width: 1820px; margin: 110px auto 90px; }
.service-card { background: #fff; min-height: 570px; padding: 100px 28px 34px; text-align: center; position: relative; box-shadow: 0 13px 15px rgba(23,66,252,.23); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover, .service-card.is-selected { transform: translateY(-14px); box-shadow: 0 22px 28px rgba(23,66,252,.3); }
.service-emblem { position: absolute; width: 150px; height: 150px; top: -54px; left: calc(50% - 75px); background: var(--blue); clip-path: polygon(50% 0%, 61% 34%, 98% 20%, 73% 50%, 98% 80%, 61% 66%, 50% 100%, 39% 66%, 2% 80%, 27% 50%, 2% 20%, 39% 34%); display: grid; place-items: center; }
.service-emblem img { width: 68px; height: 68px; object-fit: contain; filter: brightness(0) invert(1); }
.service-card h3 { color: var(--blue); font-family: 'Permanent Marker', cursive; font-size: clamp(20px, 1.7vw, 34px); text-transform: uppercase; line-height: 1.05; margin: 0 0 28px; }
.service-cta { position: relative; display: flex; width: fit-content; margin: 0 auto; padding: 22px 35px; font-size: clamp(16px, 1.5vw, 28px); }
.diagnostic-strip { min-height: 210px; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--blue); }
.diagnostic-strip > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(1) contrast(.9); }
.diagnostic-strip > .button { position: relative; z-index: 1; min-width: min(704px, 78%); min-height: 106px; font-size: clamp(22px, 2.1vw, 40px); padding: 22px 36px; }
.metrics { padding: 65px 4%; }
.metrics-grid { max-width: 1800px; margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; align-items: center; }
.metric { display: grid; grid-template-columns: auto 1fr; column-gap: 22px; align-items: center; color: #fff; }.metric-symbol { color: var(--lime); font-size: clamp(39px, 4vw, 76px); grid-row: span 2; }.metric strong { color: var(--lime); font-size: clamp(24px, 2.3vw, 45px); }.metric small { font-size: clamp(14px, 1.3vw, 24px); font-weight: 700; }
.process { padding: 150px 4.5% 180px; }.process-heading { max-width: 1200px; margin: 0 auto 115px; }.process-heading h2 { font-size: clamp(27px, 2.65vw, 51px); margin-top: 22px; }
.process-layout { max-width: 1730px; margin: auto; display: grid; grid-template-columns: 1fr 430px; gap: 70px; align-items: center; }.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }.step { text-align: center; }.step-circle { width: 172px; height: 172px; margin: 0 auto 18px; border: 2px solid var(--blue); border-radius: 50%; display: grid; place-items: center; }.step-circle img { width: 85%; height: 85%; object-fit: contain; }.step b { color: var(--lime); background: var(--blue); font-size: 18px; padding: 3px 9px; }.step h3 { color: var(--blue); margin: 18px 0 16px; font-family: 'Barlow Condensed', Impact, sans-serif; font-size: clamp(22px, 1.65vw, 32px); text-transform: uppercase; }.process-callout { background: var(--lime); padding: 52px 30px 36px; text-align: center; min-height: 430px; display: flex; flex-direction: column; align-items: center; justify-content: center; }.process-callout p { font-family: 'Permanent Marker', cursive; margin: 0; font-size: 22px; }.process-callout strong { font-family: 'Permanent Marker', cursive; text-transform: uppercase; font-size: clamp(28px, 2.8vw, 51px); line-height: .97; margin: 12px 0 30px; }.process-callout .button { margin-top: auto; width: 100%; }
.difference { padding: 70px 4.5% 180px; }.difference-grid { max-width: 1800px; margin: 95px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }.difference-card { min-height: 440px; text-align: center; padding: 55px 30px 30px; box-shadow: 0 10px 20px rgba(0,0,0,.14); border-radius: 4px; }.difference-card img { width: 86px; height: 86px; object-fit: contain; margin-bottom: 35px; }.difference-card h3 { color: var(--blue); font-family: 'Barlow Condensed', Impact, sans-serif; font-size: clamp(22px, 1.7vw, 34px); text-transform: uppercase; line-height: 1; margin: 0 0 24px; }
.contact { min-height: 1010px; padding: 150px 3.5%; display: grid; grid-template-columns: 1fr 1.1fr; gap: 10%; align-items: start; position: relative; overflow: hidden; }.contact::before { content: ''; width: 950px; height: 950px; border-radius: 50%; background: rgba(35,77,255,.8); position: absolute; left: -420px; top: 40px; }.contact-copy, .contact-form { position: relative; z-index: 1; }.contact-copy { padding: 10px 0 0 4%; max-width: 820px; }.contact-kicker { position: relative; width: fit-content; color: var(--lime); font-family: 'Barlow Condensed', Impact, sans-serif; font-size: clamp(42px, 4.6vw, 88px); text-transform: uppercase; margin: 0 0 20px; }.contact-kicker img { position: absolute; z-index: 0; width: clamp(210px, 24vw, 470px); height: auto; left: 16%; top: 50%; opacity: .16; transform: translate(-50%, -50%) rotate(-28deg); pointer-events: none; }.contact-kicker span { position: relative; z-index: 1; }.contact-copy h2 { margin: 0 0 40px; color: #fff; font-family: 'Barlow Condensed', Impact, sans-serif; font-size: clamp(48px, 5vw, 95px); line-height: .94; }.contact-copy p { color: #ffffff; font-size: clamp(19px, 2vw, 37px); line-height: 1.15; max-width: 710px; }.contact-form { display: grid; gap: 18px; }.contact-form label { display: block; }.contact-form label span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }.contact-form input, .contact-form textarea { display: block; width: 100%; border: 0; border-bottom: 5px solid var(--blue); padding: 20px 25px; min-height: 88px; color: var(--ink); background: #fff; outline: none; font-size: clamp(20px, 1.8vw, 34px); font-weight: 600; }.contact-form textarea { min-height: 115px; resize: vertical; }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--lime); }.contact-form input::placeholder, .contact-form textarea::placeholder { color: #c6c6c6; }.contact-form .button { width: 100%; min-height: 95px; font-size: clamp(18px, 1.7vw, 32px); }.form-feedback { color: var(--lime); margin: 0; font-size: 15px; font-weight: 700; min-height: 20px; }
.site-footer { min-height: 275px; background: var(--lime); border-radius: 100px 100px 0 0; padding: 78px 4% 24px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; }.footer-links { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 30px; font-weight: 800; font-size: clamp(15px, 1.1vw, 22px); text-align: center; }.footer-links .brand img { width: 215px; }.site-footer > p { color: var(--blue); font-size: 13px; font-weight: 700; margin: 30px 0 0; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 900px) {
  .site-header { height: 70px; padding: 0 22px; }.brand img { width: 130px; }.menu-toggle { display: block; }.main-nav { position: absolute; top: 70px; left: 0; width: 100%; padding: 22px; flex-direction: column; align-items: stretch; gap: 0; background: #fff; box-shadow: 0 15px 18px rgba(0,0,0,.12); transform: translateY(-160%); transition: transform .25s ease; }.main-nav.open { transform: translateY(0); }.main-nav a { padding: 16px; }.nav-cta { text-align: center; }.hero { min-height: 790px; }.hero-copy { padding: 160px 24px 0; max-width: 600px; }.hero-visual { width: 75vw; right: -18%; bottom: -3%; opacity: .92; }.hero-lead { max-width: 390px; }.scribble-hero { left: 25px; bottom: 27%; max-width: 240px; }.about, .services, .process, .difference { padding: 80px 22px 95px; }.reason-grid, .service-grid, .difference-grid { grid-template-columns: repeat(2, 1fr); margin-top: 70px; gap: 45px 15px; }.service-grid { gap: 60px 12px; }.service-card { min-height: 380px; padding: 82px 18px 25px; }.service-emblem { transform: scale(.7); transform-origin: top center; }.metrics { padding: 38px 22px; }.metrics-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 18px; }.metric { column-gap: 10px; }.process-layout { grid-template-columns: 1fr; gap: 50px; }.process-steps { grid-template-columns: repeat(2, 1fr); gap: 42px 18px; }.step-circle { width: 125px; height: 125px; }.process-callout { min-height: 340px; max-width: 430px; width: 100%; margin: auto; }.contact { min-height: auto; padding: 90px 22px; grid-template-columns: 1fr; gap: 50px; }.contact-copy { padding: 0; }.contact::before { width: 600px; height: 600px; left: -330px; top: -130px; }.site-footer { border-radius: 50px 50px 0 0; min-height: 230px; padding: 55px 22px 20px; }.footer-links { flex-wrap: wrap; justify-content: center; }.footer-links .brand { flex-basis: 100%; }.desktop-only { display: none; }
}
@media (max-width: 540px) { .hero { min-height: 735px; }.hero-copy { padding-top: 122px; }.hero h1 { font-size: 47px; }.eyebrow { font-size: 23px; margin-bottom: 20px; }.hero-lead { font-size: 15px; max-width: 300px; }.hero-actions { gap: 8px; }.button { min-height: 45px; padding: 12px 14px; font-size: 10px; }.hero-visual { width: 91vw; right: -28%; bottom: -4%; }.scribble-hero { bottom: 22%; font-size: 8px; }.section-heading h2 { font-size: 37px; }.section-heading p:not(.script-label) { font-size: 14px; }.reason-grid, .service-grid, .difference-grid { grid-template-columns: 1fr 1fr; }.reason-card h3, .service-card h3 { font-size: 17px; }.reason-card p, .service-card p, .difference-card p { font-size: 12px; }.reason-icon { font-size: 45px; height: 58px; }.service-card { min-height: 330px; padding: 65px 10px 20px; }.service-emblem { transform: scale(.52); }.service-card h3 { margin-bottom: 18px; }.difference-card { min-height: 280px; padding: 28px 13px 18px; }.difference-card img { width: 55px; height: 55px; margin-bottom: 20px; }.difference-card h3 { font-size: 18px; margin-bottom: 13px; }.process { padding-top: 75px; }.process-heading { margin-bottom: 65px; }.process-steps { gap: 35px 9px; }.step-circle { width: 95px; height: 95px; }.step b { font-size: 13px; }.step h3 { font-size: 20px; margin: 12px 0 9px; }.step p { font-size: 12px; }.metrics-grid { gap: 25px 10px; }.metric-symbol { font-size: 32px; }.metric strong { font-size: 22px; }.metric small { font-size: 11px; }.contact-kicker { font-size: 45px; }.contact-copy h2 { font-size: 49px; }.contact-copy p { font-size: 18px; }.contact-form { gap: 9px; }.contact-form input, .contact-form textarea { min-height: 59px; padding: 13px 14px; font-size: 15px; border-bottom-width: 3px; }.contact-form textarea { min-height: 83px; }.contact-form .button { min-height: 66px; font-size: 15px; }.footer-links { font-size: 12px; gap: 18px; }.footer-links .brand img { width: 160px; }.site-footer > p { font-size: 9px; } }
 .contact-copy .contact-kicker { color: var(--lime); font-size: clamp(42px, 4.6vw, 88px); max-width: none; }
.contact::before { display: none; }
.scribble-hero { position: relative; left: auto; bottom: auto; max-width: 560px; margin: 8px 0 22px; line-height: 1.25; transform: rotate(-2deg); }
@media (max-width: 540px) {
  .hero-copy { padding-left: 20px; padding-right: 20px; }
  .hero-disc { width: 52vw; left: 35%; top: 14%; }
  .hero-actions { max-width: 320px; }
  .hero-actions .button { flex: 1 1 135px; }
  .scribble-hero { font-size: 8px; max-width: 320px; margin-top: 5px; margin-bottom: 16px; }
  .contact-copy .contact-kicker { font-size: 45px; }
  .contact-kicker img { width: 230px; }
  .diagnostic-strip { min-height: 138px; }
  .diagnostic-strip > .button { width: 86%; min-width: 0; min-height: 68px; padding: 14px 18px; font-size: 14px; }
  .service-card, .difference-card { overflow: visible; }
}
