:root {
  --navy: #071c2e;
  --navy-2: #041421;
  --navy-3: #0c2a42;
  --blue: #138fbe;
  --blue-dark: #08739d;
  --sky: #80d4ef;
  --paper: #f5f7f8;
  --white: #ffffff;
  --ink: #102536;
  --slate: #546b7c;
  --line: #d9e1e6;
  --soft-blue: #e7f5fa;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; }
h1, h2, h3, p, figure { margin-top: 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; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 12px 18px; background: var(--white); color: var(--navy); font-weight: 800; border: 2px solid var(--blue); }
.skip-link:focus { top: 14px; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--sky); outline-offset: 4px; }

.site-header {
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(235px, 1fr) auto minmax(235px, 1fr);
  align-items: center;
  padding: 0 clamp(22px, 4vw, 68px);
  background: rgba(7, 28, 46, .97);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.12);
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 13px; width: fit-content; }
.brand img { width: 52px; height: 48px; object-fit: contain; filter: brightness(0) invert(1); }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font-size: 18px; letter-spacing: .015em; }
.brand small { color: #9cc5d6; margin-top: 5px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .22em; }
.site-header nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 800; }
.site-header nav a { position: relative; padding: 31px 0; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--blue); transition: right .2s ease; }
.site-header nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; gap: 14px; align-items: center; }
.language { min-width: 44px; min-height: 44px; border: 1px solid rgba(255,255,255,.25); background: transparent; color: var(--white); font-weight: 900; cursor: pointer; }
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 13px 23px;
  background: var(--blue);
  color: var(--white);
  border: 1px solid var(--blue);
  border-radius: 2px;
  font-weight: 900;
  letter-spacing: .01em;
  box-shadow: 0 14px 34px rgba(4, 20, 33, .18);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--blue-dark); border-color: var(--blue-dark); }
.button-small { min-height: 44px; padding: 10px 18px; font-size: 13px; box-shadow: none; }
.button-outline { color: var(--navy); background: transparent; border-color: var(--navy); box-shadow: none; }
.button-outline:hover { color: var(--white); background: var(--navy); border-color: var(--navy); }
.button-light { color: var(--navy); background: var(--white); border-color: var(--white); box-shadow: none; }
.button-light:hover { color: var(--white); background: transparent; border-color: rgba(255,255,255,.45); }

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(460px, .97fr);
  background: var(--navy);
  color: var(--white);
  overflow: hidden;
}
.hero-copy {
  align-self: center;
  padding: clamp(74px, 8vw, 126px) clamp(30px, 6vw, 92px);
  background:
    linear-gradient(120deg, rgba(19,143,190,.1), transparent 44%),
    var(--navy);
}
.eyebrow { margin-bottom: 20px; color: var(--blue); font-size: 12px; line-height: 1.5; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow, .system-section .eyebrow, .schedule-section .eyebrow, .final-cta .eyebrow { color: var(--sky); }
h1 { max-width: 850px; margin-bottom: 28px; color: var(--white); font-size: clamp(48px, 5.3vw, 82px); line-height: .96; letter-spacing: -.052em; }
h2 { max-width: 1020px; margin-bottom: 24px; color: var(--navy); font-size: clamp(38px, 4.4vw, 66px); line-height: 1; letter-spacing: -.045em; }
h3 { color: var(--navy); }
.lead { max-width: 780px; color: #c2d0da; font-size: clamp(18px, 1.7vw, 23px); line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 34px 0 24px; }
.hero .button-outline { color: var(--white); border-color: rgba(255,255,255,.45); }
.hero .button-outline:hover { background: var(--white); color: var(--navy); border-color: var(--white); }
.micro { max-width: 680px; color: #8fa8b8; font-size: 13px; line-height: 1.6; font-weight: 700; }
.hero-visual { min-height: 720px; position: relative; overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,28,46,.68) 0%, rgba(7,28,46,.08) 42%, rgba(7,28,46,.05) 100%); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 53% center; }
.hero-visual figcaption { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 30px; padding: 20px 22px; background: rgba(7,28,46,.92); border-left: 4px solid var(--blue); }
.hero-visual figcaption strong, .hero-visual figcaption span { display: block; }
.hero-visual figcaption span { color: #a8becb; font-size: 13px; margin-top: 5px; }

.capability-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); border-bottom: 1px solid var(--line); }
.capability-strip article { min-height: 150px; display: flex; gap: 16px; padding: 30px clamp(22px, 3vw, 48px); border-right: 1px solid var(--line); align-items: flex-start; }
.capability-strip article:last-child { border-right: 0; }
.capability-strip span { color: var(--blue-dark); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.capability-strip strong { display: block; margin-bottom: 8px; color: var(--navy); font-size: 18px; }
.capability-strip p { margin: 0; color: var(--slate); font-size: 14px; line-height: 1.55; }

.section { padding: clamp(84px, 9vw, 142px) clamp(24px, 7vw, 112px); }
.section-intro { max-width: 970px; }
.section-intro > p:last-child, .remote-copy > p:last-child, .measure-copy > p:last-child, .schedule-copy > p {
  max-width: 820px;
  color: var(--slate);
  font-size: 19px;
  line-height: 1.72;
}
.problem-section { background: var(--paper); }
.card-grid { display: grid; gap: 20px; margin-top: 56px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.problem-card { min-height: 285px; padding: 34px; background: var(--white); border: 1px solid var(--line); }
.problem-card h3 { margin: 34px 0 12px; font-size: 23px; line-height: 1.2; }
.problem-card p, .pilot-grid p { color: var(--slate); line-height: 1.67; }
.signal { width: 48px; height: 38px; border-left: 3px solid var(--blue); border-bottom: 3px solid var(--blue); position: relative; }
.signal::after { content: ""; position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--navy); top: 5px; right: 3px; }

.system-section { background: var(--navy-2); color: var(--white); }
.light h2 { color: var(--white); }
.filter-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 64px; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.filter-grid article { padding: 34px 26px 42px; border-right: 1px solid rgba(255,255,255,.18); }
.filter-grid article:last-child { border-right: 0; }
.filter-grid span { color: var(--sky); font-weight: 900; letter-spacing: .14em; }
.filter-grid h3 { margin: 44px 0 15px; color: var(--white); font-size: 22px; line-height: 1.2; }
.filter-grid p { margin: 0; color: #a9bdca; line-height: 1.68; font-size: 15px; }

.remote-section { background: var(--white); }
.remote-copy { max-width: 990px; }
.remote-media { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 56px 0 36px; }
.remote-media figure { margin: 0; background: var(--navy); }
.remote-media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; }
.remote-media figcaption { min-height: 60px; margin: 0; padding: 14px 18px; color: #a9bdca; background: var(--navy); font-size: 12px; line-height: 1.5; }
.remote-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.remote-steps article { min-height: 250px; padding: 30px; background: var(--navy); color: var(--white); }
.remote-steps span { display: block; margin-bottom: 48px; color: var(--sky); font-size: 15px; font-weight: 900; letter-spacing: .13em; }
.remote-steps h3 { margin: 0 0 10px; color: var(--white); font-size: 24px; line-height: 1.2; }
.remote-steps p { margin: 0; color: #b9c9d3; line-height: 1.6; }
.production-assurance { margin: 18px 0 0; padding: 22px 26px; border-left: 5px solid var(--blue); background: var(--soft-blue); color: var(--navy); font-family: var(--font-display); font-size: clamp(18px, 2vw, 25px); font-weight: 800; line-height: 1.35; }

.fit-section { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(50px, 8vw, 120px); align-items: center; background: var(--soft-blue); }
.not-fit { margin-top: 34px; padding: 22px 0 22px 22px; border-left: 4px solid var(--blue); color: var(--slate); line-height: 1.7; }
.checklist { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(7,28,46,.18); }
.checklist li { display: flex; gap: 17px; padding: 20px 0; border-bottom: 1px solid rgba(7,28,46,.18); font-size: 17px; line-height: 1.5; }
.checklist span { color: var(--blue-dark); font-weight: 900; }

.pilot-section { background: var(--paper); }
.pilot-grid article { padding: 34px; background: var(--white); border-top: 4px solid var(--blue); }
.pilot-grid span { color: var(--blue-dark); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.pilot-grid h3 { margin: 30px 0 13px; font-size: 25px; }
.guardrail { margin: 28px 0 0; padding: 24px 28px; color: #c4d3dc; background: var(--navy); line-height: 1.65; }

.measure-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.metric-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.metric-list li { display: flex; gap: 18px; padding: 19px 0; border-bottom: 1px solid var(--line); font-size: 17px; font-weight: 800; }
.metric-list span { color: var(--blue-dark); font-size: 11px; letter-spacing: .12em; }

.schedule-section { padding: clamp(78px, 9vw, 132px) clamp(24px, 7vw, 112px); display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(50px, 8vw, 120px); align-items: center; color: var(--white); background: var(--navy); }
.schedule-section h2 { color: var(--white); }
.schedule-copy > p { color: #b2c5d1; }
.text-link { display: inline-flex; align-items: center; min-height: 54px; padding: 12px 8px; font-weight: 900; }
.schedule-card { padding: clamp(30px, 4vw, 50px); background: var(--white); color: var(--ink); border-top: 5px solid var(--blue); box-shadow: 0 24px 50px rgba(0,0,0,.22); }
.calendar-icon { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 28px; color: var(--white); background: var(--blue); font-size: 21px; font-weight: 900; }
.schedule-card > strong { display: block; font-size: 26px; line-height: 1.2; color: var(--navy); }
.schedule-card ul { list-style: none; padding: 0; margin: 26px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.schedule-card li { padding: 10px 0; color: var(--slate); border-bottom: 1px solid var(--line); font-size: 14px; }
.schedule-card > a { display: flex; justify-content: space-between; padding: 17px 0 4px; color: var(--blue-dark); font-weight: 900; border-top: 1px solid var(--line); }

.faq-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 8vw, 120px); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; font-size: 18px; line-height: 1.4; font-weight: 900; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--blue-dark); font-size: 26px; font-weight: 400; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -5px 0 24px; max-width: 760px; color: var(--slate); line-height: 1.72; }

.final-cta { padding: clamp(90px, 10vw, 150px) clamp(24px, 13vw, 210px); text-align: center; background: var(--navy-2); color: var(--white); }
.final-cta h2 { max-width: 1000px; margin-left: auto; margin-right: auto; color: var(--white); }
.final-cta > p:not(.eyebrow) { max-width: 700px; margin: 0 auto 30px; color: #a9bdca; font-size: 18px; line-height: 1.6; }
.final-cta .button { margin: 0 auto; }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: start; padding: 50px clamp(24px, 5vw, 78px) 28px; background: var(--navy); color: var(--white); border-top: 1px solid rgba(255,255,255,.11); }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 54px; height: 50px; object-fit: contain; filter: brightness(0) invert(1); }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand span { margin-top: 5px; color: #9cc5d6; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .2em; }
footer > p { color: #9fb4c1; line-height: 1.6; text-align: center; }
.footer-links { display: grid; justify-content: end; gap: 9px; text-align: right; font-size: 13px; }
footer small { grid-column: 1 / -1; padding-top: 24px; color: #7691a2; border-top: 1px solid rgba(255,255,255,.12); }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { display: inline-flex; justify-self: end; width: 46px; height: 46px; flex-direction: column; justify-content: center; gap: 5px; padding: 10px; border: 1px solid rgba(255,255,255,.25); background: transparent; cursor: pointer; }
  .menu-toggle i { width: 100%; height: 2px; background: var(--white); }
  .site-header nav { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 18px clamp(22px, 4vw, 68px) 28px; flex-direction: column; align-items: stretch; gap: 0; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.14); }
  .site-header nav.is-open { display: flex; }
  .site-header nav a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .site-header nav a::after { display: none; }
  .header-actions { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 72px; }
  .hero-visual { min-height: 560px; }
  .capability-strip { grid-template-columns: 1fr 1fr; }
  .capability-strip article:nth-child(2) { border-right: 0; }
  .capability-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .filter-grid { grid-template-columns: 1fr 1fr; }
  .filter-grid article:nth-child(2) { border-right: 0; }
  .filter-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .fit-section, .measure-section, .schedule-section, .faq-section { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 70px; }
  .site-header { min-height: 70px; padding: 0 18px; }
  .brand img { width: 43px; height: 40px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 9px; }
  .site-header nav { top: 70px; padding-left: 20px; padding-right: 20px; }
  .hero-copy { padding: 62px 22px 58px; }
  h1 { font-size: clamp(43px, 12.4vw, 58px); }
  h2 { font-size: clamp(36px, 10.4vw, 48px); }
  .lead { font-size: 17px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; }
  .hero-visual { min-height: 450px; }
  .hero-visual figcaption { left: 18px; right: 18px; bottom: 18px; }
  .capability-strip, .card-grid.three, .filter-grid, .remote-media, .remote-steps { grid-template-columns: 1fr; }
  .capability-strip article { min-height: 120px; border-right: 0; border-bottom: 1px solid var(--line); }
  .filter-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .remote-media { gap: 14px; }
  .remote-steps article { min-height: 0; }
  .section, .schedule-section { padding-left: 22px; padding-right: 22px; }
  .problem-card { min-height: 0; }
  .schedule-card ul { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer > p { text-align: left; }
  .footer-links { justify-content: start; text-align: left; }
  footer small { grid-column: 1; }
}

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

.noscript{padding:12px;background:#fff3cd;color:#4d3f00;text-align:center}.language{min-width:auto;padding:0 16px;border-radius:0;white-space:nowrap}.language-nav{display:none}
.positioning-band{padding:22px clamp(24px,5vw,78px);background:#0d2a40;border-bottom:1px solid rgba(255,255,255,.12);color:var(--white)}
.positioning-band p{max-width:1100px;margin:0 auto;text-align:center;font-family:var(--font-display);font-size:clamp(22px,2.5vw,38px);font-weight:800;line-height:1.18;letter-spacing:-.025em}
.positioning-band p span{display:block}
.capability-strip{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:28px clamp(24px,4vw,64px);background:linear-gradient(135deg,#eef6fa 0%,#fff 48%,#e8f3f8 100%);border-bottom:1px solid var(--line)}
.capability-strip::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% -40%,rgba(22,151,200,.2),transparent 43%);pointer-events:none}
.capability-strip article{position:relative;z-index:1;display:flex;min-height:248px;flex-direction:column;justify-content:space-between;overflow:hidden;gap:38px;padding:26px!important;border:1px solid rgba(255,255,255,.13)!important;background:linear-gradient(145deg,#071c2e 0%,#0c3049 100%);box-shadow:0 18px 38px rgba(7,28,46,.15);transition:transform .28s ease,box-shadow .28s ease}
.capability-strip article:nth-child(2){background:linear-gradient(145deg,#0a6994 0%,#0b2f48 95%)}
.capability-strip article:nth-child(3){background:linear-gradient(145deg,#0b2b43 0%,#12506c 100%)}
.capability-strip article:nth-child(4){background:linear-gradient(145deg,#0d3a52 0%,#071c2e 100%)}
.capability-strip article::after{content:"";position:absolute;width:150px;height:150px;right:-82px;bottom:-82px;border:1px solid rgba(122,216,240,.28);border-radius:50%;box-shadow:0 0 0 24px rgba(122,216,240,.055)}
.capability-card-top{display:flex;align-items:center;justify-content:space-between}
.capability-strip .capability-card-top>span{color:#7ad8f0;font-size:12px;font-weight:900;letter-spacing:.16em}
.capability-icon{display:grid;width:58px;height:58px;place-items:center;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);color:#7ad8f0}
.capability-icon svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.capability-strip strong{position:relative;z-index:1;display:block;margin:0 0 10px;color:#fff;font-size:clamp(19px,1.45vw,24px);line-height:1.15}
.capability-strip p{position:relative;z-index:1;margin:0;color:#c8d6df;font-size:14px;line-height:1.62}
@media(hover:hover){.capability-strip article:hover{transform:translateY(-7px);box-shadow:0 26px 54px rgba(7,28,46,.22)}}
.site-header .brand small{max-width:330px;letter-spacing:.1em;line-height:1.35}
.remote-copy{max-width:920px}.remote-copy>p:last-child{max-width:900px;font-size:18px;line-height:1.75}
.remote-media figcaption{font-size:14px;font-weight:700;line-height:1.55}
.remote-steps{position:relative;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;border:0;isolation:isolate}
.remote-steps::before{content:"";position:absolute;left:3%;right:3%;top:56px;height:2px;background:linear-gradient(90deg,var(--sky),var(--blue),var(--sky));opacity:.65;z-index:-1}
.remote-steps article{position:relative;display:flex;min-height:310px;flex-direction:column;justify-content:space-between;overflow:hidden;margin:0!important;padding:30px;border:1px solid rgba(255,255,255,.12)!important;background:linear-gradient(145deg,#071c2e 0%,#0b3049 100%);color:var(--white);box-shadow:0 24px 55px rgba(7,28,46,.16);transition:transform .28s ease,box-shadow .28s ease}
.remote-steps article:nth-child(2){transform:translateY(20px);background:linear-gradient(145deg,#0b6d99 0%,#0d2f48 92%)}
.remote-steps article:nth-child(3){background:linear-gradient(145deg,#0c2d46 0%,#123f5d 100%)}
.remote-steps article::after{content:"";position:absolute;width:190px;height:190px;right:-85px;bottom:-105px;border:1px solid rgba(122,216,240,.25);border-radius:50%;box-shadow:0 0 0 28px rgba(122,216,240,.06)}
.path-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:68px}
.remote-steps .path-card-top>span{display:block;margin:0;color:var(--sky);font-size:14px;font-weight:900;letter-spacing:.16em}
.path-icon{display:grid;width:62px;height:62px;place-items:center;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.07);color:var(--sky)}
.path-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.remote-steps h3{max-width:260px;margin:0 0 13px;color:var(--white);font-size:26px;line-height:1.1}
.remote-steps p{position:relative;z-index:1;margin:0;color:#c8d6df;font-size:16px;line-height:1.62}
.production-assurance{margin-top:44px;background:linear-gradient(90deg,var(--soft-blue),#fff)}
@media(hover:hover){.remote-steps article:hover{transform:translateY(-8px);box-shadow:0 30px 70px rgba(7,28,46,.25)}.remote-steps article:nth-child(2):hover{transform:translateY(12px)}}
footer>p{max-width:430px;margin:0;font-family:var(--font-display);font-size:clamp(18px,1.65vw,24px);font-weight:800;line-height:1.35}
.booking-page{background:#f3f7fa}.booking-header{grid-template-columns:1fr auto}.booking-header .schedule-language{justify-self:end}
.booking-main{max-width:1260px;margin:0 auto;padding:72px 28px 90px}
.booking-about{position:relative;display:grid;grid-template-columns:1.3fr .7fr;gap:72px;align-items:end;overflow:hidden;margin-bottom:86px;padding:58px;background:linear-gradient(135deg,#071c2e 0%,#0b3049 72%,#0b6d99 100%);color:#fff;border-top:7px solid #1697c8;box-shadow:0 28px 70px rgba(7,28,46,.18)}
.booking-about::after{content:"";position:absolute;width:430px;height:430px;right:-210px;top:-210px;border:1px solid rgba(122,216,240,.28);border-radius:50%;box-shadow:0 0 0 55px rgba(122,216,240,.05),0 0 0 110px rgba(122,216,240,.035)}
.booking-about>div,.booking-pillars{position:relative;z-index:1}
.booking-about .eyebrow{margin-bottom:24px;color:#7ad8f0}
.booking-about h1{max-width:800px;margin:0 0 26px;color:#fff;font-size:clamp(42px,4.7vw,66px);line-height:1.01;text-shadow:0 2px 20px rgba(0,0,0,.16)}
.booking-about p:not(.eyebrow){max-width:790px;margin:0;color:#d3e1e9;font-size:19px;line-height:1.72}
.booking-pillars{display:grid;gap:12px;list-style:none;margin:0;padding:0;border:0}
.booking-pillars li{display:grid;grid-template-columns:42px 1fr;gap:16px;align-items:center;padding:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(6px)}
.booking-pillars span{display:grid;width:42px;height:42px;place-items:center;background:#1697c8;color:#fff;font-size:12px;font-weight:900;letter-spacing:.08em}.booking-pillars strong{color:#fff;font-size:17px;line-height:1.3}
.booking-intro{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:end;margin-bottom:48px}
.booking-intro h2{max-width:820px;margin:0 0 24px;color:var(--navy);font-size:clamp(42px,5vw,68px);line-height:1.05}.booking-intro .lead{color:var(--slate)}
.booking-expectations{padding:30px;background:var(--navy);color:var(--white);border-top:5px solid var(--blue)}.booking-expectations>strong{font-size:22px}
.booking-expectations ul{list-style:none;margin:22px 0 0;padding:0}.booking-expectations li{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.16);color:#c2d0da}
.calendar-shell{overflow:hidden;background:var(--white);border:1px solid var(--line);box-shadow:0 24px 60px rgba(7,28,46,.12)}
.calendar-shell iframe{display:block;width:100%;height:920px;border:0}.booking-support{text-align:center;margin:24px 0 0;color:var(--slate)}.booking-support a{color:var(--blue-dark);font-weight:800}
.post-booking-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:54px;padding:30px 34px;background:#071c2e;color:#fff;border-left:6px solid #1697c8}
.post-booking-cta div{display:grid;gap:6px}.post-booking-cta div>span{color:#7ad8f0;font-size:12px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.post-booking-cta strong{max-width:730px;font-size:22px;line-height:1.35}.post-booking-cta .button{flex:0 0 auto}
.booking-footer{grid-template-columns:1fr auto auto;align-items:center}.booking-footer small{grid-column:auto;padding:0;border:0}
@media(max-width:1120px){.site-header nav .language-nav{display:flex;width:100%;align-items:center;justify-content:center;margin-top:16px}.capability-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:980px){.remote-steps{grid-template-columns:1fr;gap:14px}.remote-steps::before{display:none}.remote-steps article,.remote-steps article:nth-child(2){min-height:0;transform:none}.booking-about,.booking-intro{grid-template-columns:1fr}.booking-about{gap:38px}.post-booking-cta{align-items:flex-start;flex-direction:column}.post-booking-cta .button{width:100%}}
@media(max-width:760px){.positioning-band{padding:18px}.positioning-band p{font-size:23px}.capability-strip{grid-template-columns:1fr;padding:18px}.capability-strip article{min-height:220px}.site-header .brand small{max-width:205px;font-size:7px}.remote-steps{grid-template-columns:1fr;gap:14px;margin-top:34px}.remote-steps::before{display:none}.remote-steps article,.remote-steps article:nth-child(2){min-height:0;transform:none;padding:24px}.path-card-top{margin-bottom:36px}.production-assurance{margin-top:18px}.booking-main{padding:48px 18px 70px}.booking-about{grid-template-columns:1fr;gap:34px;margin-bottom:54px;padding:34px 24px}.booking-about h1{font-size:40px}.booking-about p:not(.eyebrow){font-size:17px}.booking-intro{grid-template-columns:1fr;gap:28px}.booking-intro h2{font-size:42px}.calendar-shell iframe{height:780px}.post-booking-cta{align-items:flex-start;flex-direction:column;padding:26px 22px}.post-booking-cta .button{width:100%}.booking-footer{grid-template-columns:1fr;gap:14px}}
@media(prefers-reduced-motion:reduce){.remote-steps article,.capability-strip article{transition:none}}
