:root {
  --navy-950: #06152d;
  --navy-900: #0a2041;
  --navy-800: #12345f;
  --blue-700: #145dcc;
  --blue-600: #176bff;
  --blue-500: #2f7df6;
  --blue-100: #dceaff;
  --blue-50: #f1f7ff;
  --ink: #0b1f3a;
  --muted: #52657c;
  --line: #dce5ef;
  --surface: #ffffff;
  --surface-soft: #f6f9fc;
  --success: #16835b;
  --shadow-sm: 0 8px 24px rgba(7, 29, 61, .07);
  --shadow-md: 0 24px 70px rgba(7, 29, 61, .12);
  --radius-md: 1.15rem;
  --radius-lg: 1.65rem;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
body.site-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea, select { font: inherit; }
a { color: inherit; }
img, svg { display: block; }
[hidden] { display: none !important; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; transform: translateY(-180%); padding: .65rem 1rem; border-radius: .5rem; color: white; background: var(--navy-950); transition: transform .15s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(23, 107, 255, .42); outline-offset: 3px; }

.site-container { width: min(calc(100% - 2.5rem), var(--container)); margin-inline: auto; }
.site-main { flex: 1; overflow: clip; }
.admin-main { min-height: calc(100vh - 150px); }
.site-header { position: sticky; inset-block-start: 0; z-index: 50; border-bottom: 1px solid rgba(220, 229, 239, .82); background: rgba(255, 255, 255, .94); backdrop-filter: blur(16px); }
.site-nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .72rem; text-decoration: none; flex: 0 0 auto; }
.brand__mark { width: 96px; height: auto; }
.brand__wordmark { color: var(--navy-950); font-size: 1.04rem; font-weight: 560; letter-spacing: -.025em; line-height: 1; white-space: nowrap; }
.brand__wordmark strong { font-weight: 830; }
.nav-panel, .nav-links { display: flex; align-items: center; }
.nav-panel { gap: 1.1rem; }
.nav-links { gap: .15rem; }
.nav-link { position: relative; padding: .55rem .72rem; border-radius: .55rem; color: #40536a; font-size: .88rem; font-weight: 650; text-decoration: none; transition: color .15s ease, background-color .15s ease; }
.nav-link:hover, .nav-link.is-active { color: var(--blue-700); background: var(--blue-50); }
.nav-link--contact { margin-left: .35rem; color: white; background: var(--navy-950); padding-inline: 1rem; }
.nav-link--contact:hover, .nav-link--contact.is-active { color: white; background: var(--blue-700); }
.nav-link--admin { color: #805f16; }
.nav-link--logout { color: #a93444; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: .7rem; color: var(--navy-950); background: white; cursor: pointer; }
.nav-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 2px; background: currentColor; transition: transform .18s ease, opacity .18s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.language-picker { position: relative; }
.language-picker__button { display: flex; align-items: center; gap: .35rem; min-height: 38px; padding: .4rem .65rem; border: 1px solid var(--line); border-radius: .55rem; color: var(--navy-800); background: white; font-size: .78rem; font-weight: 800; cursor: pointer; }
.language-picker__button svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.language-picker__button[aria-expanded="true"] svg { transform: rotate(180deg); }
.language-picker__menu { position: absolute; top: calc(100% + .55rem); right: 0; min-width: 92px; padding: .35rem; border: 1px solid var(--line); border-radius: .7rem; background: white; box-shadow: var(--shadow-sm); }
.language-picker__menu a { display: block; padding: .45rem .65rem; border-radius: .42rem; color: var(--muted); font-size: .8rem; font-weight: 750; text-decoration: none; }
.language-picker__menu a:hover, .language-picker__menu a.is-current { color: var(--blue-700); background: var(--blue-50); }
.page-loader { position: fixed; inset: 0; z-index: 90; background: rgba(246, 249, 252, .72); backdrop-filter: blur(3px); }
.page-loader__spinner { position: absolute; top: 50%; left: 50%; width: 38px; height: 38px; margin: -19px; border: 3px solid var(--blue-100); border-top-color: var(--blue-600); border-radius: 50%; animation: spin .75s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.flash-stack { position: relative; z-index: 3; padding-top: 1rem; }
.flash-message { padding: .8rem 1rem; border: 1px solid; border-radius: .75rem; font-size: .9rem; }
.flash-message--success { color: #0b6848; border-color: #9ddbc4; background: #effbf6; }
.flash-message--error { color: #9f2636; border-color: #f0b4bd; background: #fff3f5; }

.section { padding-block: clamp(4.5rem, 8vw, 7rem); }
.section--compact { padding-block: clamp(3.5rem, 6vw, 5rem); }
.section--soft { background: var(--surface-soft); border-block: 1px solid #edf2f7; }
.section--navy { color: white; background: var(--navy-950); }
.section-heading { max-width: 710px; margin-bottom: 2.75rem; }
.section-heading--center { margin-inline: auto; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; margin: 0 0 1rem; color: var(--blue-700); font-size: .74rem; font-weight: 850; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.section--navy .eyebrow { color: #8fc1ff; }
.display-title, .page-title, .section-title { margin: 0; color: var(--navy-950); font-weight: 820; letter-spacing: -.045em; line-height: 1.08; text-wrap: balance; }
.display-title { font-size: clamp(2.75rem, 3.8vw, 3.85rem); }
.page-title { font-size: clamp(2.45rem, 4.6vw, 4.25rem); }
.section-title { font-size: clamp(2rem, 3.5vw, 3.05rem); }
.section--navy .section-title, .section--navy .page-title { color: white; }
.lead { margin: 1.45rem 0 0; color: #334b66; font-size: clamp(1.08rem, 1.6vw, 1.28rem); line-height: 1.7; }
.supporting { margin: 1.1rem 0 0; color: var(--muted); font-size: .98rem; }
.section--navy .lead, .section--navy .supporting { color: #b9c9dc; }
.text-link { color: var(--blue-700); font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: .85rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 49px; padding: .72rem 1.2rem; border: 1px solid transparent; border-radius: .72rem; font-size: .9rem; font-weight: 780; line-height: 1.2; text-decoration: none; transition: transform .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease; }
.button:hover { transform: translateY(-1px); }
.button--primary { color: white; background: var(--blue-600); box-shadow: 0 10px 26px rgba(23, 107, 255, .22); }
.button--primary:hover { background: var(--blue-700); box-shadow: 0 13px 30px rgba(23, 107, 255, .28); }
.button--secondary { color: var(--navy-900); border-color: #cbd8e6; background: white; }
.button--secondary:hover { border-color: #8fa6bf; background: var(--surface-soft); }
.button svg { width: 18px; height: 18px; }

.hero { position: relative; padding-block: clamp(4rem, 6vw, 5.8rem); }
.hero::before { content: ""; position: absolute; z-index: -1; top: -8%; right: -7%; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(47, 125, 246, .11), rgba(47, 125, 246, 0) 68%); }
.hero .site-container { width: min(calc(100% - 3rem), 1280px); }
.hero__grid { display: grid; grid-template-columns: minmax(0, .97fr) minmax(460px, 1.03fr); align-items: start; gap: clamp(1.5rem, 2.5vw, 2.5rem); }
.hero__grid > * { min-width: 0; }
.hero__copy { max-width: 615px; }
.hero__visual { position: relative; width: 100%; max-width: 660px; margin-top: 2.25rem; justify-self: end; }
.hero__visual::before { content: ""; position: absolute; z-index: -1; top: 36%; right: calc(100% - 1px); width: clamp(1.5rem, 2.5vw, 2.5rem); height: 1px; background: linear-gradient(90deg, rgba(157, 196, 244, 0), #9dc4f4); }
.hero__visual::after { content: ""; position: absolute; top: calc(36% - 4px); left: -4px; width: 9px; height: 9px; border: 2px solid white; border-radius: 50%; background: var(--blue-600); box-shadow: 0 0 0 4px rgba(23, 107, 255, .09); }
.hero__trust { display: flex; flex-wrap: wrap; gap: .7rem 1.1rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.hero__trust span { display: inline-flex; align-items: center; gap: .45rem; }
.hero__trust svg { width: 16px; height: 16px; color: var(--success); }

.automation-visual { width: 100%; max-width: 100%; margin: 0; overflow: hidden; border: 1px solid #dbe6f1; border-radius: 1.4rem; background: rgba(255, 255, 255, .97); box-shadow: var(--shadow-md); }
.automation-visual__topbar { height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 0 1.1rem; border-bottom: 1px solid #e7edf4; background: #fbfdff; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #cbd6e2; }
.system-status { display: inline-flex; align-items: center; gap: .4rem; color: var(--muted); font-size: .68rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.system-status i { width: 7px; height: 7px; border-radius: 50%; background: #20a36c; box-shadow: 0 0 0 4px rgba(32, 163, 108, .1); }
.automation-map { position: relative; aspect-ratio: 620 / 410; min-height: 355px; background-image: linear-gradient(#edf3f8 1px, transparent 1px), linear-gradient(90deg, #edf3f8 1px, transparent 1px); background-size: 30px 30px; background-position: center; }
.automation-map::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(229, 240, 255, .3), rgba(255,255,255,.7) 76%); pointer-events: none; }
.automation-map__lines { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; overflow: visible; }
.automation-map__lines path { fill: none; stroke: #9dc4f4; stroke-width: 3; }
.automation-map__lines circle { fill: var(--blue-600); stroke: white; stroke-width: 4; }
.flow-label { position: absolute; z-index: 3; top: 5%; color: #60748a; font-size: .62rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.flow-label--source { left: 7%; }.flow-label--process { left: 44%; }.flow-label--result { right: 7%; }
.system-node, .automation-core { position: absolute; z-index: 4; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 28px rgba(9, 36, 72, .11); }
.system-node { width: 92px; min-height: 70px; flex-direction: column; gap: .35rem; padding: .65rem; border: 1px solid #dce7f2; border-radius: 1rem; color: var(--navy-800); background: white; transform: translate(-50%, -50%); }
.system-node svg { width: 25px; height: 25px; color: var(--blue-600); }
.system-node span { color: #60748a; font-size: .62rem; font-weight: 750; text-align: center; }
.system-node--mail { left: 15%; top: 20%; }.system-node--sheet { left: 15%; top: 48%; }.system-node--api { left: 15%; top: 76%; }
.system-node--alert { left: 84%; top: 20%; }.system-node--dashboard { left: 84%; top: 48%; }.system-node--sync { left: 84%; top: 76%; }
.automation-core { left: 55%; top: 48%; width: 108px; height: 108px; flex-direction: column; gap: .25rem; border: 1px solid #a9ccfb; border-radius: 1.3rem; color: white; background: var(--navy-950); transform: translate(-50%, -50%); }
.automation-core svg { width: 35px; height: 35px; color: #65adff; }.automation-core strong { font-size: .68rem; letter-spacing: .05em; text-transform: uppercase; }.automation-core span { color: #9fc7f6; font-size: .57rem; }
.automation-map--mobile { display: none; }
.automation-visual figcaption { display: flex; align-items: center; gap: .5rem; padding: .75rem 1.1rem; border-top: 1px solid #e7edf4; color: var(--muted); background: #fbfdff; font-size: .7rem; }
.automation-visual figcaption span { width: 7px; height: 7px; border-radius: 50%; background: var(--blue-600); }

.credibility-strip { border-block: 1px solid var(--line); background: var(--surface-soft); }
.credibility-strip__inner { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 3rem; padding-block: 2rem; }
.credibility-strip h2 { margin: 0; color: var(--navy-950); font-size: 1.15rem; line-height: 1.35; }.credibility-strip p { margin: 0; color: var(--muted); font-size: .9rem; }
.signal-list { display: flex; flex-wrap: wrap; gap: .55rem; }.signal-list span { padding: .36rem .65rem; border: 1px solid #cfdeed; border-radius: 999px; color: var(--navy-800); background: white; font-size: .73rem; font-weight: 700; }

.card-grid { display: grid; gap: 1.25rem; }.card-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }.card-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.info-card { position: relative; min-height: 100%; padding: 1.55rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; box-shadow: 0 3px 0 rgba(7, 29, 61, .02); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.info-card:hover { transform: translateY(-3px); border-color: #c4d7ec; box-shadow: var(--shadow-sm); }
.info-card__icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 1.1rem; border-radius: .75rem; color: var(--blue-700); background: var(--blue-50); }.info-card__icon svg { width: 22px; height: 22px; }
.info-card h3 { margin: 0 0 .65rem; color: var(--navy-950); font-size: 1.05rem; line-height: 1.35; }.info-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.7; }
.info-card--dark { border-color: rgba(159, 199, 246, .18); background: rgba(255,255,255,.055); }.info-card--dark:hover { border-color: rgba(159, 199, 246, .35); box-shadow: none; }.info-card--dark h3 { color: white; }.info-card--dark p { color: #b9c9dc; }.info-card--dark .info-card__icon { color: #8fc1ff; background: rgba(47, 125, 246, .13); }

.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }.case-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; }
.case-card__header { display: flex; align-items: center; gap: .65rem; padding: 1rem 1.25rem; border-bottom: 1px solid var(--line); color: var(--navy-950); background: var(--surface-soft); font-size: .85rem; font-weight: 800; }.case-card__header svg { width: 19px; height: 19px; color: var(--blue-600); }.case-card__body { padding: 1.25rem; }
.case-step { position: relative; padding-left: 1.2rem; }.case-step + .case-step { margin-top: 1.15rem; padding-top: 1.15rem; border-top: 1px solid #edf2f7; }.case-step::before { content: ""; position: absolute; left: 0; top: .55rem; width: 6px; height: 6px; border-radius: 50%; background: #aebdca; }.case-step--result::before { background: var(--blue-600); }
.case-step span { display: block; margin-bottom: .25rem; color: var(--blue-700); font-size: .65rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.case-step p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.65; }

.process-list { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; counter-reset: steps; }.process-list::before { content: ""; position: absolute; top: 31px; left: 9%; right: 9%; height: 1px; background: #315277; }
.process-step { position: relative; z-index: 1; counter-increment: steps; }.process-step__number { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 1.1rem; border: 7px solid var(--navy-950); border-radius: 50%; color: #9fc7f6; background: var(--navy-800); font-size: .75rem; font-weight: 850; }.process-step__number::after { content: "0" counter(steps); }
.process-step h3 { margin: 0 0 .55rem; color: white; font-size: .96rem; line-height: 1.35; }.process-step p { margin: 0; color: #aebfd2; font-size: .8rem; line-height: 1.65; }
.cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.4fr auto; align-items: center; gap: 2rem; padding: clamp(2rem, 5vw, 3.5rem); border-radius: var(--radius-lg); color: white; background: var(--navy-950); }
.cta-panel::after { content: ""; position: absolute; top: -80%; right: -8%; width: 380px; height: 380px; border: 1px solid rgba(143, 193, 255, .18); border-radius: 50%; box-shadow: 0 0 0 55px rgba(143, 193, 255, .04), 0 0 0 110px rgba(143, 193, 255, .025); }
.cta-panel__copy { position: relative; z-index: 1; max-width: 720px; }.cta-panel h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.16; letter-spacing: -.035em; }.cta-panel p { margin: .9rem 0 0; color: #b9c9dc; }.cta-panel .button { position: relative; z-index: 1; }

.page-hero { position: relative; padding-block: clamp(4rem, 8vw, 7rem); border-bottom: 1px solid var(--line); background: linear-gradient(180deg, white 0%, #f7faff 100%); }
.page-hero .section-heading { margin-bottom: 0; }
.page-hero__grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 4rem; }.page-hero__aside { padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; box-shadow: var(--shadow-sm); }
.mini-flow { display: grid; gap: .65rem; }.mini-flow__item { display: flex; align-items: center; gap: .8rem; padding: .8rem; border: 1px solid #e2eaf2; border-radius: .7rem; color: var(--navy-800); background: var(--surface-soft); font-size: .82rem; font-weight: 750; }.mini-flow__item svg { width: 20px; height: 20px; color: var(--blue-600); }.mini-flow__arrow { width: 1px; height: 15px; margin-left: 1.45rem; background: #a8c8ee; }
.solution-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--line); }.solution-item { display: grid; grid-template-columns: auto 1fr; gap: 1rem; padding: 1.55rem; background: white; }.solution-item__icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: .75rem; color: var(--blue-700); background: var(--blue-50); }.solution-item__icon svg { width: 22px; height: 22px; }.solution-item h3 { margin: 0 0 .4rem; color: var(--navy-950); font-size: 1rem; }.solution-item p { margin: 0; color: var(--muted); font-size: .86rem; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; padding: 0; list-style: none; }.check-grid li { display: flex; align-items: flex-start; gap: .7rem; padding: 1rem; border: 1px solid var(--line); border-radius: .8rem; color: #334b66; background: white; font-size: .9rem; }.check-grid svg { flex: 0 0 auto; width: 18px; height: 18px; margin-top: .15rem; color: var(--success); }

.about-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: clamp(3rem, 8vw, 7rem); }.profile-card { position: sticky; top: 105px; padding: 1.25rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface-soft); }.profile-mark { min-height: 132px; display: flex; align-items: center; gap: 1rem; overflow: hidden; padding: 1.25rem; border: 1px solid var(--line); border-radius: 1rem; background: white; }.profile-mark::before { content: ""; flex: 0 0 auto; width: 96px; aspect-ratio: 241 / 96; background: url("logo-mark.svg") center / contain no-repeat; filter: drop-shadow(0 9px 20px rgba(7, 29, 61, .12)); }.profile-mark::after { content: "DN Automation"; color: var(--navy-950); font-size: .98rem; font-weight: 760; letter-spacing: -.025em; line-height: 1.2; }.profile-mark img { display: none; }.profile-card h2 { margin: 1rem 0 .2rem; color: var(--navy-950); font-size: 1.15rem; }.profile-card p { margin: 0; color: var(--muted); font-size: .84rem; }
.story { max-width: 720px; }.story p { margin: 0 0 1.35rem; color: #40566f; font-size: 1rem; line-height: 1.85; }.story p:first-of-type { color: var(--navy-900); font-size: 1.22rem; font-weight: 650; }.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }.principle { padding: 1.15rem; border-top: 2px solid var(--blue-600); background: var(--surface-soft); }.principle strong { display: block; margin-bottom: .35rem; color: var(--navy-950); }.principle span { color: var(--muted); font-size: .8rem; }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: clamp(2.5rem, 7vw, 6rem); }.prompt-card { padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface-soft); }.prompt-card h2 { margin: 0 0 1rem; color: var(--navy-950); font-size: 1rem; }.prompt-list { display: grid; gap: .8rem; padding: 0; margin: 0; list-style: none; }.prompt-list li { display: flex; gap: .7rem; color: var(--muted); font-size: .86rem; }.prompt-list svg { flex: 0 0 auto; width: 17px; height: 17px; margin-top: .2rem; color: var(--blue-600); }.contact-direct { margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }.contact-direct a { display: inline-block; margin-top: .2rem; color: var(--navy-900); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 750; }
.contact-form { padding: clamp(1.4rem, 4vw, 2.2rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-sm); }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }.form-field--full { grid-column: 1 / -1; }.form-field label { display: block; margin-bottom: .4rem; color: var(--navy-900); font-size: .8rem; font-weight: 800; }.form-field input, .form-field textarea { width: 100%; padding: .82rem .9rem; border: 1px solid #cbd8e6; border-radius: .7rem; color: var(--ink); background: white; transition: border-color .15s ease, box-shadow .15s ease; }.form-field textarea { min-height: 180px; resize: vertical; }.form-field input::placeholder, .form-field textarea::placeholder { color: #8a9aab; }.form-field input:focus, .form-field textarea:focus { border-color: var(--blue-600); outline: none; box-shadow: 0 0 0 4px rgba(23, 107, 255, .12); }.form-note { margin: .8rem 0 0; color: var(--muted); font-size: .76rem; }
.contact-form .button { margin-top: 1.25rem; }
.section--navy + .section--navy { border-top: 1px solid rgba(159, 199, 246, .14); }
.site-footer { margin-top: auto; border-top: 1px solid var(--line); background: var(--surface-soft); }.site-footer__inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 1.25rem; }.site-footer__brand { display: flex; align-items: center; gap: .8rem; }.site-footer__mark { width: 72px; height: auto; }.site-footer__brand strong, .site-footer__brand span { display: block; }.site-footer__brand strong { color: var(--navy-950); font-size: .83rem; line-height: 1.3; }.site-footer__brand span, .site-footer__meta { color: var(--muted); font-size: .72rem; }.site-footer__meta { display: flex; flex-direction: column; align-items: flex-end; gap: .2rem; }
.admin-shell .site-footer, .admin-shell .site-header { color: var(--ink); }
.admin-shell .site-nav { min-height: 74px; }
.admin-shell .brand { gap: .8rem; }
.admin-shell .brand img { width: 42px; height: 42px; border-radius: 12px; box-shadow: 0 8px 18px rgba(7, 29, 61, .13); }
.admin-shell .brand__name { color: var(--navy-950); font-size: 1rem; font-weight: 500; letter-spacing: -.02em; white-space: nowrap; }
.admin-shell .brand__name strong { font-weight: 800; }
.admin-shell .nav-toggle { width: 44px; height: 44px; padding: 10px; }
.admin-shell .site-footer__brand { gap: .75rem; }
.admin-shell .site-footer__brand img { width: 36px; height: 36px; border-radius: 9px; }
.admin-shell .site-footer__brand strong, .admin-shell .site-footer__brand span { display: block; }
.admin-shell .site-footer__brand strong { color: var(--navy-950); font-size: .85rem; }
.error-page { min-height: 62vh; display: grid; place-items: center; padding-block: 4rem; }
.error-panel { width: min(100%, 610px); padding: clamp(2rem, 5vw, 3.4rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-sm); text-align: center; }
.error-code { display: inline-block; margin-bottom: 1rem; color: var(--blue-700); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.error-panel h1 { margin: 0; color: var(--navy-950); font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.12; letter-spacing: -.04em; }
.error-panel p { margin: 1rem auto 0; max-width: 480px; color: var(--muted); }
.error-panel .button { margin-top: 1.6rem; }

@media (min-width: 1021px) and (max-width: 1100px) {
  .hero .button-row { align-items: flex-start; flex-direction: column; gap: .65rem; }
  .hero .button { width: min(100%, 300px); }
  .automation-map--desktop { min-height: 0; }
}
@media (max-width: 1020px) {
  .hero { padding-block: 3.8rem 5.2rem; }.hero .site-container { width: min(calc(100% - 2.5rem), 780px); }.hero__grid { grid-template-columns: 1fr; gap: 2.6rem; }.hero__copy { max-width: 720px; }.hero__visual { width: min(100%, 720px); max-width: none; margin-top: 0; justify-self: start; }.hero__visual::before, .hero__visual::after { display: none; }.display-title { font-size: clamp(2.7rem, 6.2vw, 3.55rem); }.card-grid--3, .case-grid { grid-template-columns: repeat(2, 1fr); }.process-list { grid-template-columns: repeat(3, 1fr); row-gap: 2rem; }.process-list::before { display: none; }.page-hero__grid { grid-template-columns: 1fr .65fr; gap: 2rem; }
}
@media (max-width: 859px) {
  .site-container { width: min(calc(100% - 2rem), var(--container)); }.site-nav { min-height: 60px; }.brand { gap: .55rem; }.brand__mark { width: 76px; }.brand__wordmark { font-size: .94rem; }.nav-toggle { display: block; width: 40px; height: 40px; padding: 9px; }
  .nav-panel { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; align-items: stretch; padding: 1rem; border-bottom: 1px solid var(--line); background: white; box-shadow: var(--shadow-sm); }.nav-panel.is-open { display: block; }.nav-links { align-items: stretch; flex-direction: column; }.nav-link { padding: .75rem; }.nav-link--contact { margin: .4rem 0 0; text-align: center; }
  .language-picker { margin-top: .8rem; padding-top: .8rem; border-top: 1px solid var(--line); }.language-picker__button { width: 100%; justify-content: space-between; }.language-picker__menu { position: static; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: .45rem; box-shadow: none; }.language-picker__menu a { text-align: center; }
  .credibility-strip__inner, .page-hero__grid, .about-grid, .contact-layout { grid-template-columns: 1fr; }.profile-card { position: static; max-width: 420px; }.cta-panel { grid-template-columns: 1fr; }.cta-panel .button { justify-self: start; }
}
@media (max-width: 680px) {
  .site-container, .hero .site-container { width: min(calc(100% - 2rem), var(--container)); }.section { padding-block: 4rem; }.hero { padding-block: 2.75rem 3.6rem; }.hero::before { top: 35%; right: -65%; width: 480px; height: 480px; }.hero__grid { gap: 1.8rem; }.hero .eyebrow { margin-bottom: .75rem; }.display-title { max-width: 100%; font-size: clamp(2rem, 9.2vw, 2.55rem); line-height: 1.08; letter-spacing: -.038em; text-wrap: pretty; overflow-wrap: normal; }.page-title { font-size: clamp(2.15rem, 9.5vw, 3rem); }.lead { margin-top: 1.05rem; font-size: .98rem; line-height: 1.62; }.hero .supporting { margin-top: .75rem; font-size: .87rem; line-height: 1.6; }
  .button-row { align-items: stretch; flex-direction: column; margin-top: 1.4rem; gap: .65rem; }.button { width: 100%; max-width: 100%; white-space: normal; }.hero__trust { flex-direction: column; gap: .45rem; margin-top: 1.25rem; padding-top: 1rem; font-size: .76rem; }.automation-visual__topbar { height: 44px; padding-inline: .9rem; }.automation-map--desktop { display: none; }.automation-map--mobile { display: grid; aspect-ratio: auto; min-height: 0; padding: 1rem; gap: .55rem; background-size: 24px 24px; }.automation-map--mobile::after { z-index: 0; }.automation-map--mobile > * { position: relative; z-index: 1; }.mobile-flow-label { justify-self: center; color: #60748a; font-size: .62rem; font-weight: 850; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }.mobile-node-grid { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .5rem; }.mobile-system-node { min-width: 0; min-height: 66px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .3rem; padding: .55rem .25rem; border: 1px solid #dce7f2; border-radius: .8rem; color: var(--navy-800); background: white; box-shadow: 0 7px 20px rgba(9, 36, 72, .08); }.mobile-system-node svg { width: 21px; height: 21px; color: var(--blue-600); }.mobile-system-node span { width: 100%; color: #60748a; font-size: .6rem; font-weight: 750; line-height: 1.25; text-align: center; overflow-wrap: anywhere; }.mobile-flow-connector { width: 2px; height: 25px; justify-self: center; background: #9dc4f4; }.mobile-flow-connector::after { content: ""; position: absolute; left: 50%; bottom: -1px; width: 7px; height: 7px; border-right: 2px solid var(--blue-600); border-bottom: 2px solid var(--blue-600); transform: translateX(-50%) rotate(45deg); }.mobile-automation-core { width: min(100%, 210px); min-width: 0; display: flex; align-items: center; justify-self: center; gap: .75rem; padding: .75rem 1rem; border: 1px solid #a9ccfb; border-radius: 1rem; color: white; background: var(--navy-950); box-shadow: 0 10px 28px rgba(9, 36, 72, .15); }.mobile-automation-core svg { flex: 0 0 auto; width: 30px; height: 30px; color: #65adff; }.mobile-automation-core div { min-width: 0; }.mobile-automation-core strong, .mobile-automation-core span { display: block; }.mobile-automation-core strong { font-size: .66rem; line-height: 1.3; letter-spacing: .05em; text-transform: uppercase; }.mobile-automation-core span { margin-top: .1rem; color: #9fc7f6; font-size: .59rem; }.automation-visual figcaption { padding: .7rem .9rem; font-size: .65rem; line-height: 1.45; }
  .card-grid--3, .card-grid--2, .case-grid, .solution-list, .check-grid, .principles, .form-grid { grid-template-columns: 1fr; }.process-list { grid-template-columns: 1fr; }.process-step { display: grid; grid-template-columns: auto 1fr; column-gap: 1rem; }.process-step__number { grid-row: span 2; width: 48px; height: 48px; margin: 0; border-width: 5px; }.site-footer__inner { align-items: flex-start; flex-direction: column; min-height: auto; }.site-footer__meta { align-items: flex-start; }
}
@media (max-width: 430px) {
  .site-nav { min-height: 56px; }.brand__mark { width: 70px; }.brand__wordmark { font-size: .88rem; }.nav-toggle { width: 38px; height: 38px; padding: 8px; }.hero { padding-block: 2.25rem 3rem; }.display-title { font-size: clamp(1.9rem, 8.65vw, 2.3rem); }.hero__grid { gap: 1.55rem; }.automation-map--mobile { padding: .78rem; gap: .48rem; }.mobile-node-grid { gap: .38rem; }.mobile-system-node { min-height: 64px; padding-inline: .18rem; }.mobile-system-node span { font-size: .57rem; }.site-footer__brand { gap: .65rem; }.site-footer__mark { width: 64px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
