: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: 1fr 1fr; border-top: 1px solid var(--line); }
.remote-steps article { display: flex; gap: 22px; padding: 28px 28px 28px 0; border-bottom: 1px solid var(--line); }
.remote-steps article:nth-child(odd) { border-right: 1px solid var(--line); margin-right: 28px; }
.remote-steps span { color: var(--blue-dark); font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.remote-steps h3 { margin: 0 0 8px; font-size: 20px; }
.remote-steps p { margin: 0; color: var(--slate); line-height: 1.6; }

.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:nth-child(odd) { border-right: 0; margin-right: 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{border-radius:0}
.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:1260px;margin:0 auto;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}
.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}
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:var(--paper)}.booking-header{grid-template-columns:1fr auto}.booking-header>a:last-child{justify-self:end}
.booking-main{max-width:1260px;margin:0 auto;padding:72px 28px 90px}.booking-intro{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:end;margin-bottom:48px}
.booking-intro h1{max-width:800px;color:var(--navy);font-size:clamp(48px,6vw,76px)}.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}
.booking-footer{grid-template-columns:1fr auto auto;align-items:center}.booking-footer small{grid-column:auto;padding:0;border:0}
@media(max-width:760px){.positioning-band{padding:18px}.positioning-band p{font-size:23px}.site-header .brand small{max-width:205px;font-size:7px}.booking-header .button{padding:10px 12px;font-size:11px}.booking-main{padding:48px 18px 70px}.booking-intro{grid-template-columns:1fr;gap:28px}.booking-intro h1{font-size:44px}.calendar-shell iframe{height:780px}.booking-footer{grid-template-columns:1fr;gap:14px}}
