:root {
  --ink: #05070b;
  --panel: #0a0e15;
  --panel-2: #101620;
  --paper: #f4efe6;
  --muted: #aab1bd;
  --line: rgba(255,255,255,.12);
  --red: #dc2b25;
  --blue: #174a7e;
  --electric: #3a8dff;
  --max: 1200px;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }

.site-noise {
  position: fixed; inset: 0; z-index: 9999; pointer-events: none; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section-pad { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hidden { display: none; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 10000; background: white; color: black; padding: 10px 14px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; background: rgba(5,7,11,.72); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: .3s ease; }
.site-header.scrolled { border-bottom-color: var(--line); background: rgba(5,7,11,.93); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.brand span { display: grid; line-height: .9; }
.brand strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.45rem; letter-spacing: .08em; }
.brand small { font-family: "Barlow Condensed", sans-serif; color: var(--red); font-weight: 800; letter-spacing: .34em; font-size: .72rem; margin-top: 6px; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: .9rem; font-weight: 600; }
.site-nav > a:not(.nav-cta) { color: #d9dde4; transition: color .2s ease; }
.site-nav > a:not(.nav-cta):hover { color: white; }
.nav-cta { border: 1px solid rgba(255,255,255,.5); padding: 12px 18px; border-radius: 999px; transition: .2s ease; }
.nav-cta:hover { background: var(--paper); color: var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: white; margin: 5px 0; }

.hero { position: relative; min-height: 100vh; padding: 150px 0 0; isolation: isolate; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; z-index: -3; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(120px); z-index: -2; opacity: .25; }
.hero-glow-one { width: 460px; height: 460px; background: var(--red); right: -140px; top: 80px; }
.hero-glow-two { width: 460px; height: 460px; background: var(--blue); left: 15%; bottom: 0; }
.hero-layout { display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 60px; min-height: calc(100vh - 180px); padding-bottom: 80px; }
.eyebrow, .section-label { margin: 0 0 24px; color: #c6ccd5; text-transform: uppercase; letter-spacing: .2em; font-size: .76rem; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 32px; height: 2px; background: var(--red); }
h1, h2, h3 { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; line-height: .92; margin-top: 0; }
h1 { font-size: clamp(4.3rem, 8.2vw, 8.6rem); letter-spacing: -.035em; max-width: 900px; margin-bottom: 16px; }
.hero-statement { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; font-weight: 700; font-size: clamp(2rem, 4.5vw, 4.7rem); line-height: 1; margin: 0 0 30px; color: #b8c0cb; }
.hero-statement em { color: var(--red); font-style: normal; }
.hero-description { max-width: 650px; font-size: 1.08rem; color: #bdc3cd; margin: 0 0 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 14px; min-height: 54px; padding: 0 24px; border-radius: 999px; font-weight: 700; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: #f13b34; }
.button-ghost { border-color: var(--line); color: #e8ebef; }
.button-ghost:hover { background: white; color: black; }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); max-width: 660px; margin-top: 56px; border-top: 1px solid var(--line); padding-top: 20px; }
.hero-proof div { display: grid; gap: 3px; }
.hero-proof strong { color: var(--red); font-family: "Barlow Condensed", sans-serif; font-size: 1.1rem; }
.hero-proof span { color: #9099a7; font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }

.hero-visual { min-width: 0; }
.logo-orbit { position: relative; width: min(100%, 510px); aspect-ratio: 1; margin-inline: auto; display: grid; place-items: center; }
.logo-card { width: 72%; aspect-ratio: 1; padding: 7px; border-radius: 50%; background: linear-gradient(140deg, rgba(255,255,255,.28), rgba(255,255,255,.02)); box-shadow: 0 45px 100px rgba(0,0,0,.55), 0 0 70px rgba(220,43,37,.14); animation: float 6s ease-in-out infinite; }
.logo-card img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.orbit { position: absolute; inset: 5%; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; animation: spin 30s linear infinite; }
.orbit::before { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--red); top: 8%; left: 20%; box-shadow: 0 0 22px var(--red); }
.orbit-two { inset: -2%; border-style: dashed; animation-direction: reverse; animation-duration: 48s; opacity: .7; }
.floating-tag { position: absolute; border: 1px solid var(--line); background: rgba(8,11,17,.82); backdrop-filter: blur(12px); padding: 10px 14px; font-family: "Barlow Condensed", sans-serif; font-size: .82rem; letter-spacing: .16em; font-weight: 700; border-radius: 999px; }
.tag-one { left: -1%; top: 24%; }
.tag-two { right: -5%; top: 49%; }
.tag-three { left: 9%; bottom: 9%; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-15px) rotate(1deg); } }
@keyframes spin { to { transform: rotate(360deg); } }

.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 15px 0; background: rgba(255,255,255,.02); }
.marquee-track { display: flex; width: max-content; align-items: center; gap: 26px; animation: marquee 25s linear infinite; font-family: "Barlow Condensed", sans-serif; font-weight: 800; letter-spacing: .1em; font-size: 1rem; color: #d0d5dd; }
.marquee-track b { color: var(--red); }
@keyframes marquee { to { transform: translateX(-50%); } }

.manifesto { background: var(--paper); color: var(--ink); }
.manifesto-grid { display: grid; grid-template-columns: .35fr 1.65fr; gap: 40px; }
.manifesto .section-label { color: #565b63; }
.manifesto h2 { font-size: clamp(3.7rem, 8vw, 7.8rem); letter-spacing: -.035em; margin-bottom: 40px; }
.manifesto-copy p { max-width: 800px; font-size: 1.25rem; color: #454a52; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 54px; }
.section-heading h2 { font-size: clamp(3.2rem, 6vw, 5.6rem); margin-bottom: 0; }
.section-heading > p { max-width: 430px; color: var(--muted); margin: 0 0 6px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { position: relative; overflow: hidden; min-height: 520px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); transition: transform .3s ease, border-color .3s ease; }
.service-card::after { content: ""; position: absolute; width: 160px; height: 160px; border-radius: 50%; background: var(--blue); filter: blur(100px); bottom: -80px; right: -50px; opacity: .25; }
.service-card:hover { transform: translateY(-8px); border-color: rgba(255,255,255,.32); }
.service-card.featured { background: linear-gradient(150deg, rgba(220,43,37,.18), rgba(255,255,255,.03) 70%); }
.service-number { color: #687383; font-family: "Barlow Condensed", sans-serif; font-size: 1.1rem; }
.service-icon { margin: 65px 0 42px; width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; background: var(--paper); color: var(--ink); font-size: 1.6rem; }
.service-card h3 { font-size: 2.3rem; margin-bottom: 16px; }
.service-card p { color: #aeb5c0; min-height: 78px; }
.service-card ul { list-style: none; padding: 22px 0 0; margin: 24px 0 0; border-top: 1px solid var(--line); color: #d6dae0; }
.service-card li { margin: 8px 0; font-size: .9rem; }
.service-card li::before { content: "+"; color: var(--red); margin-right: 10px; }

.breakout { padding: 30px 0; }
.breakout-inner { min-height: 450px; border-radius: 30px; padding: 70px; display: flex; flex-direction: column; justify-content: end; background: linear-gradient(100deg, rgba(4,8,15,.2), rgba(4,8,15,.9)), radial-gradient(circle at 15% 30%, rgba(58,141,255,.55), transparent 28%), radial-gradient(circle at 72% 20%, rgba(220,43,37,.7), transparent 32%), #0f1723; border: 1px solid rgba(255,255,255,.18); }
.breakout p { text-transform: uppercase; letter-spacing: .17em; color: #bec5d0; font-size: .8rem; font-weight: 700; }
.breakout h2 { font-size: clamp(3.4rem, 7.5vw, 7.5rem); max-width: 980px; margin-bottom: 34px; }
.breakout a { font-weight: 700; width: fit-content; border-bottom: 1px solid white; padding-bottom: 5px; }
.breakout a span { margin-left: 12px; color: var(--red); }

.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process-intro h2 { font-size: clamp(3.2rem, 6vw, 5.6rem); }
.process-intro > p:last-child { max-width: 470px; color: var(--muted); }
.process-step { display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: 34px 0; border-top: 1px solid var(--line); }
.process-step:last-child { border-bottom: 1px solid var(--line); }
.process-step > span { color: var(--red); font-family: "Barlow Condensed", sans-serif; font-size: 1.25rem; }
.process-step h3 { font-size: 2.3rem; margin-bottom: 10px; }
.process-step p { color: var(--muted); margin: 0; max-width: 540px; }

.about { background: #0b1018; }
.about-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: center; }
.about-mark { min-height: 470px; display: flex; flex-direction: column; justify-content: space-between; padding: 38px; border-radius: var(--radius); background: linear-gradient(160deg, rgba(23,74,126,.45), rgba(220,43,37,.28)), #101722; border: 1px solid rgba(255,255,255,.15); }
.stars { color: var(--red); letter-spacing: .3em; }
.about-mark p { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; font-size: clamp(2.6rem, 5vw, 4.5rem); line-height: .95; font-weight: 800; margin: 0; }
.about-copy h2 { font-size: clamp(3rem, 5.8vw, 5.5rem); }
.about-copy > p:not(.section-label) { font-size: 1.08rem; color: var(--muted); }
.principles { margin-top: 44px; }
.principles div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; padding: 20px 0; border-top: 1px solid var(--line); }
.principles div:last-child { border-bottom: 1px solid var(--line); }
.principles strong { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; font-size: 1.35rem; }
.principles span { color: var(--muted); }

.contact { background: var(--paper); color: var(--ink); }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.contact .section-label { color: #585e66; }
.contact-copy h2 { font-size: clamp(3.5rem, 7vw, 6.8rem); }
.contact-copy > p:not(.section-label) { color: #535861; max-width: 490px; font-size: 1.08rem; }
.contact-email { display: inline-flex; align-items: center; gap: 16px; margin-top: 32px; font-weight: 800; border-bottom: 2px solid var(--red); padding-bottom: 5px; }
.contact-form { background: white; color: #131820; padding: 34px; border-radius: var(--radius); box-shadow: 0 28px 80px rgba(5,7,11,.12); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 17px; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid #d8dbe0; background: #f7f7f8; border-radius: 10px; padding: 14px; outline: none; color: #111; text-transform: none; letter-spacing: 0; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,74,126,.12); }
.submit-button { border: 0; width: 100%; margin-top: 5px; cursor: pointer; }

.site-footer { padding: 54px 0 24px; background: #030407; }
.footer-top, .footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-top { padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.footer-top > p { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; font-size: 1.5rem; letter-spacing: .08em; }
.footer-top > a:last-child { color: #b7bec8; font-size: .9rem; }
.footer-bottom { padding-top: 24px; color: #777f8c; font-size: .8rem; }
.footer-brand img { width: 58px; height: 58px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

@media (max-width: 980px) {
  .section-pad { padding: 90px 0; }
  .hero-layout, .manifesto-grid, .process-layout, .about-layout, .contact-layout { grid-template-columns: 1fr; }
  .hero-layout { padding-top: 30px; gap: 20px; }
  .hero-copy { z-index: 2; }
  .hero-visual { width: min(520px, 92vw); margin: 0 auto; }
  .manifesto-grid { gap: 15px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-icon { margin: 42px 0 30px; }
  .process-layout, .about-layout, .contact-layout { gap: 55px; }
  .process-intro { position: static; }
  .about-mark { min-height: 380px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section-pad { padding: 76px 0; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; top: 82px; left: 14px; right: 14px; display: grid; gap: 0; padding: 16px; background: rgba(8,11,17,.98); border: 1px solid var(--line); border-radius: 18px; transform: translateY(-20px); opacity: 0; pointer-events: none; transition: .25s ease; }
  .site-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 15px 12px; }
  .nav-cta { margin-top: 7px; text-align: center; }
  .hero { padding-top: 120px; }
  .hero-layout { min-height: auto; padding-bottom: 65px; }
  h1 { font-size: clamp(4rem, 19vw, 6.4rem); }
  .hero-description { font-size: 1rem; }
  .hero-proof { grid-template-columns: 1fr; gap: 14px; }
  .hero-proof div { grid-template-columns: 42px 1fr; align-items: center; }
  .logo-orbit { width: 90vw; }
  .floating-tag { font-size: .66rem; }
  .tag-one { left: 2%; }
  .tag-two { right: 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 22px; }
  .breakout-inner { min-height: 420px; padding: 36px 26px; }
  .process-step { grid-template-columns: 52px 1fr; }
  .principles div { grid-template-columns: 1fr; gap: 4px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 18px; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-top > p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* --- Multi-page service system --- */
.service-link { display: block; color: inherit; }
.service-explore { display: inline-block; margin-top: 26px; color: var(--paper); font-family: "Barlow Condensed", sans-serif; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.service-link:hover .service-explore { color: #fff; }

.subhero { position: relative; min-height: 86vh; padding: 150px 0 0; isolation: isolate; overflow: hidden; }
.subhero-layout { min-height: calc(86vh - 110px); display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; padding-bottom: 70px; }
.subhero h1 { font-size: clamp(4.4rem, 8vw, 8.8rem); max-width: 960px; }
.subhero-visual { min-width: 0; }
.tech-panel { position: relative; width: min(100%, 470px); min-height: 470px; margin-inline: auto; padding: 34px; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.012)); box-shadow: 0 40px 100px rgba(0,0,0,.36); overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; gap: 8px; }
.tech-panel::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 34px 34px; opacity: .28; mask-image: linear-gradient(to bottom, black, transparent); }
.tech-panel::after { content: ""; position: absolute; width: 240px; height: 240px; border-radius: 50%; background: var(--red); filter: blur(100px); top: -100px; right: -100px; opacity: .28; }
.tech-kicker { position: absolute; z-index: 1; top: 28px; left: 30px; max-width: 80%; font-size: .7rem; letter-spacing: .16em; color: #9da6b4; font-weight: 700; }
.tech-panel strong { position: relative; z-index: 1; font-family: "Barlow Condensed", sans-serif; font-size: clamp(2.9rem, 5vw, 4.8rem); line-height: .83; letter-spacing: -.02em; }
.tech-panel strong:nth-of-type(2) { color: #9ba4b1; }
.tech-panel strong:nth-of-type(3) { color: var(--red); }
.tech-lines { position: absolute; z-index: 1; top: 92px; left: 30px; right: 30px; display: grid; gap: 9px; }
.tech-lines i { height: 1px; background: linear-gradient(90deg, var(--electric), transparent); }
.tech-lines i:nth-child(2) { width: 74%; }
.tech-lines i:nth-child(3) { width: 48%; }
.tech-lines i:nth-child(4) { width: 86%; }
.tech-status { position: relative; z-index: 1; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); font-size: .72rem; letter-spacing: .13em; color: #aeb6c2; font-weight: 700; }
.tech-status span { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 8px; background: #39d98a; box-shadow: 0 0 14px #39d98a; }

.capabilities { background: var(--ink); }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.capability-card { min-height: 310px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); }
.capability-card > span { color: var(--red); font-family: "Barlow Condensed", sans-serif; font-weight: 700; }
.capability-card h3 { font-size: 2.2rem; margin: 78px 0 16px; }
.capability-card p { color: var(--muted); margin: 0; }

.principle-band { background: #0b1018; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quality-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.quality-grid > div { min-height: 220px; padding: 28px; background: #0b1018; display: flex; flex-direction: column; justify-content: space-between; }
.quality-grid strong { font-family: "Barlow Condensed", sans-serif; font-size: 2rem; color: var(--paper); }
.quality-grid span { color: var(--muted); font-size: .9rem; }

.security-section { background: #0b1018; }
.security-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 85px; }
.security-copy { position: sticky; top: 125px; align-self: start; }
.security-copy h2 { font-size: clamp(3.2rem, 6vw, 5.8rem); }
.security-copy > p:last-child { color: var(--muted); max-width: 500px; }
.security-list article { display: grid; grid-template-columns: 70px 1fr; gap: 18px; padding: 29px 0; border-top: 1px solid var(--line); }
.security-list article:last-child { border-bottom: 1px solid var(--line); }
.security-list span { color: var(--red); font-family: "Barlow Condensed", sans-serif; font-size: 1.15rem; }
.security-list h3 { font-size: 2rem; margin-bottom: 8px; }
.security-list p { color: var(--muted); margin: 0; }

.problem-section { background: #0b1018; }
.problem-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.problem-layout h2 { font-size: clamp(3.2rem, 6vw, 5.7rem); }
.problem-questions { border-top: 1px solid var(--line); }
.problem-questions p { margin: 0; padding: 18px 0; border-bottom: 1px solid var(--line); font-family: "Barlow Condensed", sans-serif; font-size: clamp(1.7rem, 3vw, 2.6rem); text-transform: uppercase; color: #d6dbe2; }
.problem-questions p::before { content: "+"; color: var(--red); margin-right: 16px; }

.app-process { background: var(--paper); color: var(--ink); }
.app-process .section-label { color: #565b63; }
.app-process .section-heading > p { color: #555b64; }
.app-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c9c4bc; border-left: 1px solid #c9c4bc; }
.app-process-grid > div { min-height: 250px; padding: 28px; border-right: 1px solid #c9c4bc; border-bottom: 1px solid #c9c4bc; display: flex; flex-direction: column; }
.app-process-grid span { color: var(--red); font-family: "Barlow Condensed", sans-serif; }
.app-process-grid strong { margin-top: auto; font-family: "Barlow Condensed", sans-serif; font-size: 2rem; text-transform: uppercase; }
.app-process-grid p { color: #555b64; margin-bottom: 0; }

.service-cta { position: relative; overflow: hidden; }
.service-cta::before { content: ""; position: absolute; width: 450px; height: 450px; border-radius: 50%; background: var(--blue); filter: blur(160px); opacity: .18; left: -160px; bottom: -220px; }
.service-cta-inner { position: relative; min-height: 430px; border: 1px solid var(--line); border-radius: 30px; padding: 65px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); }
.service-cta h2 { font-size: clamp(3.5rem, 7vw, 7rem); max-width: 950px; margin-bottom: 20px; }
.service-cta p:not(.section-label) { color: var(--muted); max-width: 650px; margin-bottom: 28px; }
.service-cta .button { width: fit-content; }

@media (max-width: 980px) {
  .subhero-layout, .security-layout, .problem-layout { grid-template-columns: 1fr; }
  .subhero-layout { padding-top: 30px; }
  .subhero-visual { width: min(560px, 100%); margin: 0 auto; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .quality-grid { grid-template-columns: repeat(2, 1fr); }
  .security-copy { position: static; }
  .app-process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .subhero { padding-top: 118px; }
  .subhero-layout { min-height: auto; padding-bottom: 60px; gap: 50px; }
  .subhero h1 { font-size: clamp(3.8rem, 17vw, 6rem); }
  .tech-panel { min-height: 390px; padding: 26px; }
  .capability-grid, .quality-grid, .app-process-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 270px; }
  .capability-card h3 { margin-top: 54px; }
  .service-cta-inner { min-height: 380px; padding: 38px 26px; }
}
