:root {
  --navy: #102532;
  --navy-2: #0F3B47;
  --ink: #153640;
  --text: #253C43;
  --muted: #5C7174;
  --blue: #0F3B47;
  --cyan: #3DDC97;
  --soft: #F7F8F4;
  --soft-blue: #EEF4F0;
  --line: #DCE6E0;
  --dark-line: rgba(191,211,214,.22);
  --white: #fff;
  --max: 1680px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  overflow-x: hidden;
}

button, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: #03101a; background: var(--cyan); }
.container { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 200; padding: 12px 16px; color: #04101e; background: var(--cyan); border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: #fff;
  background: linear-gradient(105deg, #071a36 0%, #0a3975 54%, #0b67cb 100%);
  border-bottom: 1px solid rgba(112, 202, 255, 0.24);
  transition: border-color 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease;
}
.site-header.is-scrolled { border-color: rgba(117, 208, 255, 0.34); box-shadow: 0 12px 34px rgba(2, 20, 48, 0.24); backdrop-filter: blur(18px); }
.nav-shell { width: min(calc(100% - 64px), var(--max)); min-height: 82px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }

.main-nav { display: flex; align-items: center; gap: 30px; color: rgba(255, 255, 255, 0.9); font-size: 0.9rem; font-weight: 650; }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; inset: auto 0 -8px; height: 2px; transform: scaleX(0); transform-origin: right; background: linear-gradient(90deg, #68b8ff, var(--cyan)); transition: transform 180ms ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 10px 18px; color: #fff; background: #0b7740; border: 1px solid #3dd47f; border-radius: 10px; box-shadow: 0 10px 24px rgba(0, 38, 82, 0.24); }
.nav-cta:hover { background: #075f33; border-color: #52e08e; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid rgba(255, 255, 255, 0.32); border-radius: 10px; background: rgba(255, 255, 255, 0.08); }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: #fff; transition: transform 180ms ease, opacity 180ms ease; }

.hero { padding: 102px 0 28px; background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%); }
.hero-grid {
  min-height: clamp(520px, calc(100vh - 130px), 620px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(480px, 0.92fr);
  align-items: stretch;
  gap: 0;
  color: #fff;
  background: radial-gradient(circle at 28% 28%, rgba(14, 97, 230, 0.3), transparent 25rem), linear-gradient(135deg, #071225 0%, #091a35 100%);
  border: 1px solid #13274a;
  border-radius: 30px;
  box-shadow: 0 34px 80px rgba(12, 31, 63, 0.18);
  overflow: hidden;
}
.hero-copy { position: relative; z-index: 2; padding: clamp(44px, 5vw, 74px); align-self: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: #075f9e; font-size: 0.78rem; line-height: 1.2; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 850; }
.eyebrow span { width: 28px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.hero .eyebrow { color: #62e2eb; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 740px; margin-bottom: 22px; font-size: clamp(3.15rem, 5.1vw, 5.75rem); line-height: 0.96; letter-spacing: -0.064em; font-weight: 690; }
h1 em, h2 em { color: transparent; background: linear-gradient(90deg, #2d8cff 4%, #21ece7 92%); -webkit-background-clip: text; background-clip: text; font-style: normal; }
.hero-lead { max-width: 700px; margin-bottom: 28px; color: #c1cee0; font-size: 1.04rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; }
.button { min-height: 50px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border: 1px solid transparent; border-radius: 11px; font-weight: 800; cursor: pointer; transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #05101b; background: linear-gradient(100deg, #2b84ff, #2eece4); box-shadow: 0 14px 36px rgba(16, 135, 255, 0.22); }
.button-primary:hover { box-shadow: 0 18px 44px rgba(16, 180, 255, 0.3); }
.button-ghost { color: #fff; border-color: rgba(164, 196, 245, 0.3); background: rgba(7, 19, 42, 0.46); }
.button-ghost:hover { border-color: rgba(82, 224, 238, 0.6); background: rgba(32, 83, 138, 0.26); }
.hero-proof { margin-top: 30px; display: flex; align-items: center; gap: 13px; color: #a6b7cf; font-size: 0.77rem; letter-spacing: 0.13em; text-transform: uppercase; font-weight: 750; }
.hero-proof i { width: 4px; height: 4px; border-radius: 50%; background: #27dce4; box-shadow: 0 0 8px var(--cyan); }
.hero-visual { position: relative; min-height: clamp(520px, calc(100vh - 130px), 620px); overflow: hidden; background: #020713; }
.hero-visual::before { content: ""; position: absolute; z-index: 2; inset: 0 auto 0 0; width: 30%; background: linear-gradient(90deg, #091933, transparent); pointer-events: none; }
.hero-visual::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(2, 8, 20, 0) 54%, rgba(2, 7, 18, 0.64)); pointer-events: none; }
.brand-card { position: absolute; inset: 0; padding: clamp(36px, 5vw, 82px); display: grid; place-items: center; }
.brand-card::before { content: ""; position: absolute; width: 68%; aspect-ratio: 1; border-radius: 50%; background: rgba(16, 112, 255, 0.13); filter: blur(60px); }
.brand-card-link { position: relative; z-index: 3; width: min(68%, 480px); display: block; border-radius: 24px; transition: transform 180ms ease, filter 180ms ease; }
.brand-card-link:hover { transform: translateY(-4px) scale(1.015); filter: brightness(1.08); }
.brand-card-link:focus-visible { outline: 3px solid var(--cyan); outline-offset: 10px; }
.brand-card img { width: 100%; height: auto; max-height: 88%; object-fit: contain; filter: drop-shadow(0 26px 45px rgba(0, 43, 120, 0.32)); }
.hero-line { display: none; }

/* Autonomous brand showcase: normal page flow and optional pause control. */
.experience { position: relative; color: #fff; background: #050f24; }
.experience-sticky { position: relative; min-height: 760px; overflow: hidden; background: radial-gradient(circle at 52% 55%, #123878 0, #081b3b 36%, #050f24 75%); }
.experience-sticky::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(81,174,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(81,174,255,.11) 1px, transparent 1px); background-size: 62px 62px; mask-image: radial-gradient(ellipse at center, #000, transparent 75%); pointer-events: none; }
.experience-inner { position: relative; min-height: 760px; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; padding: 96px 0 42px; }
.experience-heading { position: relative; z-index: 2; text-align: center; }
.experience-heading .eyebrow { justify-content: center; color: #68e1e9; }
.experience-heading h2 { margin: 0 auto 12px; max-width: 920px; font-size: clamp(2.45rem, 5vw, 5.25rem); line-height: 1.03; letter-spacing: -.06em; }
.experience-heading h2 em { color: #65e6eb; font-style: normal; }
.experience-heading > p:not(.eyebrow) { color: #b6c9e6; font-size: 1rem; }
.experience-scene { position: relative; align-self: center; justify-self: center; width: min(44vh, 38vw, 420px); aspect-ratio: 1; perspective: 950px; transform-style: preserve-3d; }
.experience-halo { position: absolute; inset: 16%; border-radius: 50%; background: radial-gradient(circle, rgba(25,207,236,.37), rgba(13,98,218,.15) 47%, transparent 71%); filter: blur(20px); transform: scale(var(--halo-scale, 1)); }
.experience-orbit { position: absolute; inset: 7%; border: 1px solid rgba(89,206,242,.29); border-radius: 50%; transform: rotateX(65deg) rotateZ(var(--orbit-one-angle, 0deg)); box-shadow: 0 0 30px rgba(44,168,247,.08); }
.orbit-two { inset: 0; border-color: rgba(103,164,255,.19); transform: rotateY(68deg) rotateZ(var(--orbit-two-angle, 0deg)); }
.experience-spin { position: absolute; inset: 17%; transform-style: preserve-3d; animation: experience-turn 8s ease-in-out infinite; will-change: transform; }
@keyframes experience-turn { 0% { transform: rotateY(-20deg) rotateZ(-4deg) translateY(0) scale(.94); } 25% { transform: rotateY(70deg) rotateZ(3deg) translateY(-18px) scale(1.06); } 50% { transform: rotateY(160deg) rotateZ(-3deg) translateY(2px) scale(.97); } 75% { transform: rotateY(250deg) rotateZ(4deg) translateY(-16px) scale(1.06); } 100% { transform: rotateY(340deg) rotateZ(-4deg) translateY(0) scale(.94); } }
.experience-logo-stack { position: absolute; inset: 0; display: grid; place-items: center; transform-style: preserve-3d; transform: rotateY(var(--logo-y, -25deg)) rotateX(var(--logo-x, 13deg)) rotateZ(var(--logo-z, 0deg)) scale(var(--logo-scale, .89)); filter: drop-shadow(22px 32px 28px rgba(0,0,0,.55)); will-change: transform; }
.experience-logo-stack::before, .experience-logo-stack::after { content: ""; position: absolute; inset: 0; background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NiAxMDQiIHdpZHRoPSI5NiIgaGVpZ2h0PSIxMDQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2LjAwIDE2LjAwKSBzY2FsZSgxLjAwMDApIHRyYW5zbGF0ZSgwIC00KSI+PHBhdGggZD0iTTIwIDE0IEg0MiBBMTMgMTMgMCAwIDEgNDIgNDAgSDIyIEExMyAxMyAwIDAgMCAyMiA2NiBINDQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0YzRUZFNyIgc3Ryb2tlLXdpZHRoPSI3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48Y2lyY2xlIGN4PSI3LjUiIGN5PSIxNCIgcj0iNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRjNFRkU3IiBzdHJva2Utd2lkdGg9IjMuNSIvPjxjaXJjbGUgY3g9IjU2IiBjeT0iNjYiIHI9IjYiIGZpbGw9IiMzRERDOTciLz48L2c+PC9zdmc+') center / contain no-repeat; opacity: .42; }
.experience-logo-stack::before { transform: translateZ(-24px) translate(13px, 13px); filter: brightness(.24) saturate(1.9); }
.experience-logo-stack::after { transform: translateZ(-12px) translate(7px, 7px); filter: brightness(.45) saturate(1.8); }
.experience-logo-stack img { position: relative; z-index: 1; grid-area: 1 / 1; width: 100%; height: 100%; object-fit: contain; transform: translateZ(12px); backface-visibility: hidden; filter: drop-shadow(0 0 26px rgba(68,223,251,.42)); }
.experience-logo-stack .experience-logo-back { transform: rotateY(180deg) translateZ(12px); }
.experience-spark { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #70ecf0; box-shadow: 0 0 20px #34d8f8, 0 0 50px #2482e9; }
.spark-one { left: 12%; top: 35%; }
.spark-two { right: 14%; bottom: 28%; width: 5px; height: 5px; }
.experience-bottom { position: relative; z-index: 2; display: grid; grid-template-columns: 86px minmax(0, 1fr) auto; align-items: end; gap: clamp(20px, 4vw, 70px); }
.experience-progress { width: 3px; height: 104px; background: rgba(147,204,250,.26); border-radius: 10px; overflow: hidden; }
.experience-progress span { display: block; width: 100%; height: 100%; transform-origin: top; animation: experience-count 4.5s linear infinite; background: #56e6ef; box-shadow: 0 0 18px #56e6ef; }
@keyframes experience-count { from { transform: scaleY(0); } to { transform: scaleY(1); } }
.experience-steps { position: relative; min-height: 128px; max-width: 660px; }
.experience-step { position: absolute; inset: 0; padding: 0 0 8px; opacity: 0; visibility: hidden; transform: translateY(14px) scale(.985); transition: opacity .45s ease, transform .45s ease, visibility .45s; }
.experience-step.is-active { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.experience-step span { display: block; margin-bottom: 8px; color: #70e9ec; font-size: .82rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.experience-step h3 { margin: 0 0 6px; font-size: clamp(1.5rem, 2.25vw, 2.3rem); letter-spacing: -.035em; line-height: 1.12; }
.experience-step p { margin: 0; color: #b5c5df; line-height: 1.45; }

.experience-next { align-self: end; padding-bottom: 8px; color: #7aebed; border-bottom: 1px solid rgba(122,235,237,.45); font-size: .92rem; font-weight: 750; white-space: nowrap; }
.experience-next:hover { color: #fff; border-color: #fff; }
@media (max-width: 980px) {
  .experience-bottom { grid-template-columns: 20px minmax(0, 1fr); gap: 14px; }
  .experience-next { grid-column: 2; justify-self: start; }
  .experience-progress { grid-row: span 2; height: 120px; }
  .experience-scene { width: min(47vh, 70vw, 500px); }
}
@media (max-width: 680px) {
  .experience-sticky, .experience-inner { min-height: 0; }
  .experience-inner { padding: 78px 0 48px; gap: 18px; }
  .experience-heading h2 { font-size: clamp(2rem, 9vw, 3.4rem); }
  .experience-heading > p:not(.eyebrow) { padding: 0 8px; font-size: .9rem; line-height: 1.35; }
  .experience-scene { width: min(35vh, 70vw); }
  .experience-steps { min-height: 165px; }
  .experience-step h3 { font-size: 1.5rem; }
  .experience-step p { font-size: .9rem; }
  .experience-next { font-size: .85rem; }
}

.section { padding: 118px 0; }
.section-head { margin-bottom: 54px; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(380px, 0.62fr); gap: clamp(70px, 9vw, 170px); align-items: end; }
.section h2 { margin-bottom: 0; color: var(--ink); font-size: clamp(2.6rem, 4.4vw, 4.7rem); line-height: 1.03; letter-spacing: -0.058em; font-weight: 670; }
.section-head > p { margin: 0; color: var(--muted); font-size: 1.03rem; }
.section-solutions { background: var(--soft); }
.services-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 20px; }
.service-card { grid-column: span 6; }
.service-card:nth-child(n + 3) { grid-column: span 4; }
.service-card { min-height: 390px; padding: 32px; position: relative; color: var(--text); border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 10px 30px rgba(17, 45, 86, 0.045); overflow: hidden; transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.service-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(180deg, var(--blue), var(--cyan)); opacity: 0; transition: opacity 220ms ease; }
.service-card:hover { transform: translateY(-4px); border-color: #bbd4ee; box-shadow: 0 22px 48px rgba(17, 63, 116, 0.1); }
.service-card:hover::before { opacity: 1; }
.service-featured { background: linear-gradient(145deg, #fff, #f5f9ff); border-color: #bcd8f4; }
.service-top { display: flex; justify-content: space-between; color: #5a6980; font-size: 0.77rem; letter-spacing: 0.15em; text-transform: uppercase; }
.service-top b { color: #08639f; font-weight: 850; }
.service-card h3 { margin: 50px 0 18px; color: var(--ink); font-size: clamp(1.75rem, 3vw, 2.35rem); line-height: 1.1; letter-spacing: -0.04em; }
.service-card p { max-width: 520px; color: var(--muted); }
.service-card ul { margin: 26px 0 0; padding: 21px 0 0; border-top: 1px solid var(--line); list-style: none; color: #3c4b62; }
.service-card li { display: flex; align-items: center; gap: 10px; margin: 8px 0; font-size: 0.92rem; }
.service-card li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--cyan)); }

.method-section { position: relative; color: #fff; background: linear-gradient(135deg, #061124, #0a1c39 65%, #072432); overflow: hidden; }
.method-section::after { content: "04"; position: absolute; right: -30px; bottom: -180px; color: rgba(45, 145, 255, 0.07); font-size: 30rem; line-height: 1; font-weight: 850; letter-spacing: -0.12em; pointer-events: none; }
.method-section .eyebrow { color: #5be0e8; }
.method-section h2 { color: #fff; }
.method-grid { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(620px, 1.08fr); gap: clamp(90px, 10vw, 180px); align-items: start; }
.method-intro { position: sticky; top: 126px; }
.method-intro h2 { margin-bottom: 28px; }
.method-intro > p:not(.eyebrow) { max-width: 490px; color: #aebbd0; }
.text-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 18px; color: #55e2e5; border-bottom: 1px solid rgba(82, 223, 228, 0.35); font-size: 0.9rem; font-weight: 800; }
.method-list { position: relative; z-index: 1; margin: 0; padding: 0; list-style: none; }
.method-list li { min-height: 150px; display: grid; grid-template-columns: 70px 1fr; gap: 22px; align-items: start; padding: 32px 8px; border-top: 1px solid var(--dark-line); }
.method-list li:last-child { border-bottom: 1px solid var(--dark-line); }
.method-list > li > span { color: #47dfe6; font-size: 0.78rem; letter-spacing: 0.12em; }
.method-list h3 { margin: -4px 0 8px; font-size: 1.55rem; letter-spacing: -0.025em; }
.method-list p { margin-bottom: 0; color: #9eacc3; }

.company-section { background: #fff; }
.company-grid { display: grid; grid-template-columns: 0.88fr 1.12fr; gap: clamp(100px, 11vw, 200px); }
.company-statement h2 { max-width: 620px; }
.company-copy { padding-top: 12px; }
.company-lead { color: var(--ink); font-size: 1.45rem; line-height: 1.45; letter-spacing: -0.02em; }
.company-copy > p:not(.company-lead) { color: var(--muted); }
.principles { margin-top: 42px; display: grid; gap: 12px; }
.principles > div { display: grid; grid-template-columns: 44px 1fr; gap: 0 16px; padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: #fbfdff; transition: border-color 180ms ease, transform 180ms ease; }
.principles > div:hover { transform: translateX(4px); border-color: #a9cff3; }
.principles span { grid-row: span 2; color: #0768a5; font-size: 0.74rem; letter-spacing: 0.12em; }
.principles strong { color: var(--ink); font-size: 1rem; }
.principles small { color: #526078; font-size: 0.84rem; }
.briefing-section { background: var(--soft-blue); }
.briefing-shell { position: relative; padding: clamp(54px, 5vw, 82px); display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(70px, 9vw, 150px); color: #fff; border: 1px solid #193661; border-radius: 28px; background: linear-gradient(135deg, #08152c, #0c2347 68%, #07313d); box-shadow: 0 26px 70px rgba(11, 40, 78, 0.15); overflow: hidden; }
.briefing-shell::before { content: ""; position: absolute; width: 420px; height: 420px; left: -250px; bottom: -280px; border-radius: 50%; background: rgba(19, 167, 255, 0.25); filter: blur(64px); }
.briefing-copy, .briefing-form { position: relative; z-index: 1; }
.briefing-copy .eyebrow { color: #5ce2e8; }
.briefing-copy h2 { margin-bottom: 24px; color: #fff; }
.briefing-copy > p:not(.eyebrow) { color: #afbdd0; }
.briefing-note { margin-top: 30px; padding: 16px; color: #9eabc0; border-left: 2px solid var(--cyan); background: rgba(6, 15, 33, 0.54); font-size: 0.83rem; }
.briefing-note b { color: #e0e8f5; }
.briefing-form { padding: 30px; display: grid; gap: 20px; border: 1px solid var(--dark-line); border-radius: 18px; background: rgba(4, 11, 26, 0.68); }
.briefing-form label { display: grid; gap: 8px; }
.briefing-form label > span { color: #e1e8f3; font-size: 0.84rem; font-weight: 750; }
.briefing-form label > span small { color: #9fb0c9; font-size: 0.74rem; font-weight: 600; }
.briefing-form input, .briefing-form select, .briefing-form textarea { width: 100%; color: #fff; border: 1px solid rgba(126, 158, 220, 0.3); border-radius: 10px; background: #0c1830; outline: none; }
.briefing-form input { min-height: 49px; padding: 0 14px; }
.briefing-form select { min-height: 49px; padding: 0 40px 0 14px; }
.briefing-form textarea { padding: 13px 14px; resize: vertical; }
.briefing-form input:focus, .briefing-form select:focus, .briefing-form textarea:focus { border-color: #36cfe6; box-shadow: 0 0 0 3px rgba(38, 206, 230, 0.1); }
.briefing-form input::placeholder, .briefing-form textarea::placeholder { color: #8290aa; opacity: 1; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-submit { width: 100%; margin-top: 2px; }
.briefing-result { padding: 18px; border: 1px solid rgba(39, 226, 222, 0.25); border-radius: 12px; background: rgba(10, 41, 57, 0.42); }
.result-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.result-head strong { font-size: 0.88rem; }
.result-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.result-head button, .result-head a { padding: 6px 10px; color: #5ee9e5; border: 1px solid rgba(94, 233, 229, 0.3); border-radius: 7px; background: transparent; cursor: pointer; font-size: 0.75rem; font-weight: 800; }
.result-head a { color: #06131d; border-color: #5ee9e5; background: #5ee9e5; }
.briefing-result pre { margin: 0; color: #bec9db; font: 0.82rem/1.6 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; white-space: pre-wrap; }

.site-footer { padding: 68px 0 24px; color: #fff; border-top: 1px solid #162a4c; background: #050d1b; }
.footer-main { display: grid; grid-template-columns: 1fr auto; gap: 90px; align-items: start; }
.footer-brand { margin-bottom: 20px; }
.footer-main > div:first-child > p { color: #9aa9bf; font-size: 0.9rem; }
.footer-main > div:first-child > .service-area { max-width: 360px; margin: -8px 0 16px; color: #91a0b8; font-size: 0.82rem; }
.footer-contact { display: inline-block; margin-top: 4px; color: #61e8e6; font-size: 0.88rem; font-weight: 750; }
.footer-contact:hover { color: #fff; }
.footer-nav { display: grid; gap: 9px; min-width: 170px; }
.footer-nav strong { margin-bottom: 5px; color: #8997ad; font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-nav a, .privacy-link { color: #c2ccdc; font-size: 0.9rem; }
.footer-nav a:hover, .privacy-link:hover { color: var(--cyan); }
.privacy-link { width: max-content; padding: 0; border: 0; background: transparent; cursor: pointer; text-align: left; }
.footer-bottom { margin-top: 50px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--dark-line); color: #91a0b8; font-size: 0.78rem; }
.whatsapp-float { position: fixed; z-index: 90; right: 20px; bottom: 20px; min-height: 60px; padding: 7px 17px 7px 7px; display: inline-flex; align-items: center; gap: 11px; color: #fff; border: 1px solid rgba(255, 255, 255, 0.55); border-radius: 999px; background: linear-gradient(135deg, #168b4b, #08733b); box-shadow: 0 16px 38px rgba(4, 68, 35, 0.3); font-size: 0.9rem; font-weight: 820; transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease; }
.whatsapp-icon { width: 44px; height: 44px; flex: none; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #08733b; box-shadow: 0 5px 14px rgba(5, 77, 39, 0.2); }
.whatsapp-icon svg { width: 25px; height: 25px; }
.whatsapp-copy { display: grid; gap: 3px; line-height: 1.1; }
.whatsapp-copy strong { font-size: 0.94rem; letter-spacing: 0.01em; }
.whatsapp-copy small { color: rgba(255, 255, 255, 0.82); font-size: 0.72rem; font-weight: 600; }
.whatsapp-float:hover { transform: translateY(-4px); filter: brightness(1.04); box-shadow: 0 22px 52px rgba(4, 68, 35, 0.38); }
.whatsapp-float:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

.privacy-dialog { width: min(calc(100% - 32px), 780px); max-height: min(86vh, 820px); padding: 0; color: var(--text); border: 1px solid #cbd9e8; border-radius: 24px; background: #fff; box-shadow: 0 30px 90px rgba(2, 14, 32, 0.34); overflow: auto; }
.privacy-dialog::backdrop { background: rgba(1, 10, 25, 0.72); backdrop-filter: blur(7px); }
.privacy-card { position: relative; padding: clamp(32px, 5vw, 58px); }
.privacy-card h2 { margin: 0 58px 10px 0; color: var(--ink); font-size: clamp(2rem, 4.5vw, 3.2rem); line-height: 1.02; letter-spacing: -0.045em; }
.privacy-card h3 { margin: 28px 0 8px; color: var(--ink); font-size: 1.03rem; }
.privacy-card p { margin-bottom: 12px; color: #526078; font-size: 0.95rem; line-height: 1.72; }
.privacy-card a { color: #0878c8; font-weight: 760; }
.privacy-card .privacy-updated { margin-bottom: 28px; color: #7a879b; font-size: 0.8rem; }
.privacy-close { position: sticky; z-index: 2; top: 16px; float: right; width: 44px; height: 44px; display: grid; place-items: center; color: var(--ink); border: 1px solid var(--line); border-radius: 12px; background: #f6f9fd; cursor: pointer; font-size: 1.55rem; line-height: 1; }
.privacy-close:hover { color: #fff; border-color: var(--blue); background: var(--blue); }

@media (max-width: 1200px) {
  .container, .nav-shell { width: min(calc(100% - 40px), var(--max)); }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(410px, 0.9fr); }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card, .service-card:nth-child(n + 3) { grid-column: span 1; }
  .service-support { grid-column: 1 / -1 !important; }
}

@media (max-width: 980px) {
  .main-nav { position: fixed; inset: 82px 20px auto; padding: 24px; display: grid; gap: 18px; color: #fff; border: 1px solid rgba(112, 202, 255, 0.28); border-radius: 16px; background: linear-gradient(145deg, rgba(5, 25, 56, 0.99), rgba(8, 65, 130, 0.99)); box-shadow: 0 22px 56px rgba(2, 20, 48, 0.3); backdrop-filter: blur(20px); transform: translateY(-16px); opacity: 0; pointer-events: none; transition: opacity 180ms ease, transform 180ms ease; }
  .menu-toggle { display: block; }
  .menu-open .main-nav { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { min-height: 560px; }
  .hero-visual { min-height: 480px; }
  .hero-visual::before { inset: 0 0 auto; width: 100%; height: 28%; background: linear-gradient(180deg, #091933, transparent); }
  .section-head, .method-grid, .company-grid, .briefing-shell { grid-template-columns: 1fr; gap: 46px; }
  .method-intro { position: relative; top: auto; }
  .briefing-shell { padding: 42px; }
}

@media (min-width: 981px) and (max-height: 820px) {
  .hero-grid, .hero-visual { min-height: clamp(500px, calc(100vh - 118px), 590px); }
  .hero-copy { padding-block: 42px; }
  h1 { font-size: clamp(3rem, 4.8vw, 4.9rem); }
  .hero-proof { margin-top: 24px; }
}

@media (max-width: 680px) {
  .container, .nav-shell { width: min(calc(100% - 28px), var(--max)); }
  .brand-name { font-size: 0.69rem; }
  .hero { padding: 98px 0 22px; }
  .hero-grid { width: calc(100% - 20px); border-radius: 22px; }
  .hero-copy { min-height: auto; padding: 46px 24px 40px; }
  h1 { max-width: 100%; font-size: clamp(2.1rem, 10vw, 3rem); line-height: 1.02; overflow-wrap: break-word; }
  .hero-lead { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 8px; font-size: 0.67rem; letter-spacing: 0.07em; }
  .hero-visual { min-height: 360px; }
  .section { padding: 84px 0; }
  .section h2 { font-size: clamp(2.4rem, 11.5vw, 3.6rem); }
  .section-head { margin-bottom: 36px; gap: 28px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 26px; }
  .service-card h3 { margin-top: 38px; }
  .method-list li { grid-template-columns: 48px 1fr; }
  .company-grid { gap: 34px; }
  .briefing-shell { width: calc(100% - 20px); padding: 28px 18px; gap: 32px; border-radius: 22px; }
  .briefing-form { padding: 20px 16px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
  .footer-nav { grid-column: 1; grid-row: 2; }
  .footer-bottom { gap: 18px; flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 54px; height: 54px; min-height: 0; padding: 5px; justify-content: center; }
  .whatsapp-icon { width: 42px; height: 42px; }
  .whatsapp-icon svg { width: 24px; height: 24px; }
  .whatsapp-copy { display: none; }
  .hero-in-view .whatsapp-float { opacity: 0; pointer-events: none; }
  .privacy-card { padding: 28px 22px 36px; }
  .privacy-card h2 { margin-right: 46px; }
  .result-head { align-items: flex-start; flex-direction: column; }
  .result-actions { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

@media (prefers-reduced-motion: reduce) {
  .experience-spin { animation-duration: 8s !important; animation-iteration-count: infinite !important; }
  .experience-progress span { animation-duration: 4.5s !important; animation-iteration-count: infinite !important; }
}

/* Digital Solution identity — supplied logo, type and palette. */
@font-face { font-family: 'Instrument Sans'; src: url('./assets/InstrumentSans-Regular.ttf') format('truetype'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: 'Instrument Sans'; src: url('./assets/InstrumentSans-SemiBold.ttf') format('truetype'); font-style: normal; font-weight: 600 900; font-display: swap; }
@font-face { font-family: 'Bricolage Grotesque'; src: url('./assets/BricolageGrotesque-Medium.ttf') format('truetype'); font-style: normal; font-weight: 500 600; font-display: swap; }
@font-face { font-family: 'Bricolage Grotesque'; src: url('./assets/BricolageGrotesque-Bold.ttf') format('truetype'); font-style: normal; font-weight: 700 900; font-display: swap; }
body { font-family: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif; background: #F3EFE7; }
h1,h2,h3,.brand,.button { font-family: 'Bricolage Grotesque', 'Instrument Sans', sans-serif; }
.brand { gap: 0; }
.brand-lockup { width: clamp(158px, 12vw, 190px); height: auto; max-height: 58px; object-fit: contain; }
.site-header { background: #0F3B47; border-bottom-color: rgba(61,220,151,.26); }
.site-header.is-scrolled { border-color: rgba(61,220,151,.36); box-shadow: 0 12px 34px rgba(7,39,40,.22); }
.main-nav a:not(.nav-cta)::after { background: #3DDC97; }
.nav-cta { color: #0F3B47; background: #3DDC97; border-color: #75E9B5; box-shadow: 0 8px 22px rgba(4,43,38,.18); }
.nav-cta:hover { color: #0F3B47; background: #75E9B5; border-color: #A1F1CD; }
.menu-toggle { border-color: rgba(243,239,231,.46); }
.hero { background: linear-gradient(180deg,#F3EFE7,#F7F8F4); }
.hero-grid { background: radial-gradient(circle at 27% 23%,rgba(61,220,151,.15),transparent 25rem),linear-gradient(135deg,#102532,#0F3B47); border-color: rgba(61,220,151,.18); box-shadow: 0 34px 80px rgba(10,50,52,.15); }
.hero .eyebrow,.method-section .eyebrow,.briefing-copy .eyebrow { color: #8CEBBE; }
.eyebrow { color: #11604F; }
.eyebrow span { background: #3DDC97; }
h1 em,h2 em { color: #3DDC97; background: none; -webkit-background-clip: initial; background-clip: initial; }
.hero-lead { color: #D0E0DA; }
.button-primary { color: #0F3B47; background: #3DDC97; box-shadow: 0 14px 30px rgba(36,188,121,.18); }
.button-primary:hover { background: #78E9B3; box-shadow: 0 18px 40px rgba(36,188,121,.25); }
.button-ghost { background: rgba(15,59,71,.28); border-color: rgba(243,239,231,.37); }
.button-ghost:hover { background: rgba(61,220,151,.13); border-color: #3DDC97; }
.hero-proof i { background: #3DDC97; box-shadow: 0 0 8px #3DDC97; }
.hero-visual { background: #0E2A34; }
.hero-visual::before { background: linear-gradient(90deg,#102532,transparent); }
.brand-card::before { background: rgba(61,220,151,.12); }
.brand-card img { filter: drop-shadow(0 24px 34px rgba(0,28,28,.34)); }
.experience { background: #102532; }
.experience-sticky { background: radial-gradient(circle at 50% 55%,#22545A 0,#0F3B47 43%,#102532 80%); }
.experience-sticky::before { background-image: linear-gradient(rgba(61,220,151,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(61,220,151,.12) 1px,transparent 1px); }
.experience-heading .eyebrow,.experience-step span { color: #86EABC; }
.experience-heading h2 em { color: #3DDC97; }
.experience-heading > p:not(.eyebrow),.experience-step p { color: #C7D9D3; }
.experience-halo { background: radial-gradient(circle,rgba(61,220,151,.26),rgba(15,87,80,.14) 53%,transparent 72%); }
.experience-orbit { border-color: rgba(91,232,166,.32); box-shadow: 0 0 30px rgba(61,220,151,.08); }
.orbit-two { border-color: rgba(243,239,231,.2); }
.experience-logo-stack img { filter: drop-shadow(0 0 24px rgba(61,220,151,.25)); }
.experience-spark { background: #3DDC97; box-shadow: 0 0 20px #3DDC97; }
.experience-progress span { background: #3DDC97; box-shadow: 0 0 14px #3DDC97; }
.experience-next,.text-link { color: #86EABC; border-bottom-color: rgba(134,234,188,.44); }
.experience-next:hover,.text-link:hover { color: #F3EFE7; }
.section-solutions { background: #F3EFE7; }
.section h2,.service-card h3,.company-lead,.principles strong { color: #153640; }
.service-card { border-color: #DCE6E0; box-shadow: 0 10px 30px rgba(15,59,71,.045); }
.service-card::before { background: #3DDC97; }
.service-card:hover { border-color: #A9D9C0; box-shadow: 0 22px 48px rgba(15,59,71,.1); }
.service-featured { background: linear-gradient(145deg,#fff,#F4FAF5); border-color: #B7E6C9; }
.service-top b,.principles span { color: #197753; }
.service-card li::before { background: #3DDC97; }
.method-section { background: linear-gradient(135deg,#102532,#0F3B47 70%,#17493F); }
.method-section::after { color: rgba(61,220,151,.07); }
.method-list > li > span { color: #80E8B7; }
.company-section { background: #fff; }
.principles > div { background: #FCFDF9; }
.principles > div:hover { border-color: #9CDCB7; }
.briefing-section { background: #EEF4F0; }
.briefing-shell { background: linear-gradient(135deg,#102532,#0F3B47 70%,#17493F); border-color: #1D5A58; box-shadow: 0 26px 70px rgba(15,59,71,.13); }
.briefing-shell::before { background: rgba(61,220,151,.2); }
.briefing-note { border-left-color: #3DDC97; }
.briefing-form { background: rgba(8,35,42,.72); }
.briefing-form input,.briefing-form select,.briefing-form textarea { background: #153640; border-color: rgba(191,211,214,.3); }
.briefing-form input:focus,.briefing-form select:focus,.briefing-form textarea:focus { border-color: #3DDC97; box-shadow: 0 0 0 3px rgba(61,220,151,.14); }
.briefing-result { background: rgba(15,59,71,.56); border-color: rgba(61,220,151,.3); }
.result-head button { color: #86EABC; border-color: rgba(134,234,188,.35); }
.result-head a { color: #0F3B47; background: #3DDC97; border-color: #3DDC97; }
.site-footer { background: #102532; border-color: #24505A; }
.footer-contact { color: #86EABC; }
.footer-nav a:hover,.privacy-link:hover { color: #3DDC97; }
.privacy-card a { color: #137655; }
@media (max-width: 680px) {
  .brand-lockup { width: 155px; max-height: 46px; }
  h1 { font-size: clamp(2.05rem, 9.2vw, 2.85rem); line-height: 1.03; overflow-wrap: break-word; }
  .hero-copy { padding: 38px 24px 36px; }
  .hero-visual::before { background: linear-gradient(180deg,#102532,transparent); }
}
@media (max-width: 980px) {
  .main-nav { background: #0F3B47; border-color: rgba(61,220,151,.3); }
}
.privacy-close:hover { background: #0F3B47; border-color: #0F3B47; }

/* Independent movement keeps the symbol active without scrolling or clicking. */
.experience-orbit.orbit-one { animation: orbit-forward 12s linear infinite; }
.experience-orbit.orbit-two { animation: orbit-reverse 16s linear infinite; }
@keyframes orbit-forward { from { transform: rotateX(65deg) rotateZ(0deg); } to { transform: rotateX(65deg) rotateZ(360deg); } }
@keyframes orbit-reverse { from { transform: rotateY(68deg) rotateZ(0deg); } to { transform: rotateY(68deg) rotateZ(-360deg); } }
.experience-halo { animation: halo-breathe 4s ease-in-out infinite; }
@keyframes halo-breathe { 0%,100% { transform: scale(.9); opacity: .7; } 50% { transform: scale(1.22); opacity: 1; } }
.spark-one { animation: spark-drift-one 5s ease-in-out infinite; }
.spark-two { animation: spark-drift-two 6s ease-in-out infinite; }
@keyframes spark-drift-one { 0%,100% { transform: translate(0,0); opacity: .5; } 50% { transform: translate(18px,-22px); opacity: 1; } }
@keyframes spark-drift-two { 0%,100% { transform: translate(0,0); opacity: .5; } 50% { transform: translate(-22px,18px); opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .experience-orbit.orbit-one { animation-duration: 12s !important; animation-iteration-count: infinite !important; }
  .experience-orbit.orbit-two { animation-duration: 16s !important; animation-iteration-count: infinite !important; }
  .experience-halo { animation-duration: 4s !important; animation-iteration-count: infinite !important; }
  .spark-one { animation-duration: 5s !important; animation-iteration-count: infinite !important; }
  .spark-two { animation-duration: 6s !important; animation-iteration-count: infinite !important; }
}
