:root {
  --navy: #0B1D2D;
  --navy-2: #102D44;
  --teal: #0D9488;
  --teal-dark: #0E7C78;
  --gold: #D4A144;
  --sand: #F7F6F2;
  --white: #FFFFFF;
  --grey-100: #F3F5F6;
  --grey-200: #E5E7EB;
  --muted: #5C6B78;
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --shadow: 0 24px 70px rgba(11, 29, 45, .12);
  --shadow-soft: 0 14px 35px rgba(11, 29, 45, .08);
  --container: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--sand);
  color: var(--navy);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position:absolute; left:-999px; top:12px; background:var(--navy); color:white; padding:10px 14px; border-radius:12px; z-index:999; }
.skip-link:focus { left:12px; }
.site-header {
  position: sticky; top: 0; z-index: 10;
  background: rgba(247,246,242,.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(11,29,45,.08);
}
.nav-wrap { height: 78px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:flex; align-items:center; gap:12px; font-weight:850; letter-spacing:-.04em; font-size:1.38rem; }
.brand img { width: 42px; height: 52px; object-fit: contain; }
.nav { display:flex; align-items:center; gap:26px; font-size:.94rem; font-weight:650; }
.nav a { color: rgba(11,29,45,.8); }
.nav a:hover { color: var(--teal-dark); }
.nav-cta { background: var(--teal); color:white !important; padding:10px 16px; border-radius:999px; box-shadow: 0 10px 25px rgba(13,148,136,.18); }
.nav-toggle { display:none; background:transparent; border:0; width:42px; height:42px; padding:8px; }
.nav-toggle span { display:block; height:2px; background:var(--navy); margin:6px 0; border-radius:999px; }
.hero { position:relative; overflow:hidden; padding: 82px 0 72px; background: linear-gradient(135deg, #fff 0%, #f8f6ef 42%, #e7f4f2 100%); }
.hero-bg { position:absolute; inset:auto -10% -35% auto; width:64%; aspect-ratio: 1; border-radius:50%; background: radial-gradient(circle, rgba(13,148,136,.22), transparent 62%); }
.hero::after { content:""; position:absolute; left:-5%; right:-5%; bottom:-90px; height:180px; background: var(--sand); border-radius: 50% 50% 0 0 / 70% 70% 0 0; }
.hero-grid { position:relative; z-index:1; display:grid; grid-template-columns: 1.08fr .92fr; gap:56px; align-items:center; }
.eyebrow { margin:0 0 14px; color: var(--teal-dark); text-transform:uppercase; letter-spacing:.13em; font-weight:800; font-size:.78rem; }
h1, h2, h3, p { margin-top:0; }
h1 { font-size: clamp(3.8rem, 7vw, 7.4rem); line-height:.88; letter-spacing:-.075em; margin-bottom:24px; }
h1 span, h2 span { color: var(--teal-dark); }
h2 { font-size: clamp(2.05rem, 4vw, 3.45rem); line-height:1.02; letter-spacing:-.055em; margin-bottom:18px; }
h3 { font-size:1.18rem; line-height:1.2; letter-spacing:-.025em; margin-bottom:10px; }
.lead { font-size:1.24rem; max-width:650px; color: rgba(11,29,45,.82); }
.hero-note { color: var(--teal-dark); font-weight:750; }
.actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:30px; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding: 0 20px; border-radius:999px; font-weight:800; border:1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { background: var(--teal); color:white; box-shadow: 0 16px 34px rgba(13,148,136,.24); }
.button.primary:hover { background: var(--teal-dark); }
.button.secondary { background:white; color:var(--navy); border-color: rgba(11,29,45,.12); box-shadow: 0 12px 24px rgba(11,29,45,.06); }
.button.light { background: rgba(255,255,255,.08); color:white; border-color: rgba(255,255,255,.22); box-shadow:none; }
.hero-card { min-height:520px; border-radius: var(--radius-xl); background: rgba(255,255,255,.74); border: 1px solid rgba(255,255,255,.8); box-shadow: var(--shadow); padding:36px; position:relative; overflow:hidden; }
.hero-card::before { content:""; position:absolute; right:-100px; top:-120px; width:330px; height:330px; border-radius:50%; background: rgba(212,161,68,.18); }
.mark-orbit { width: 260px; height: 310px; margin: 10px auto 18px; display:grid; place-items:center; }
.mark-orbit img { width: 245px; height:auto; filter: drop-shadow(0 20px 35px rgba(11,29,45,.12)); }
.mini-dashboard { background: var(--navy); border-radius: 24px; padding: 22px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.mini-top { width:90px; height:10px; border-radius:999px; background:var(--gold); margin-bottom:22px; }
.mini-row { height:14px; width:60%; background:rgba(255,255,255,.72); border-radius:999px; margin-bottom:12px; }
.mini-row.wide { width:88%; }
.mini-cards { display:grid; grid-template-columns: repeat(3,1fr); gap:12px; margin-top:22px; }
.mini-cards span { height:74px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.1); border-radius:16px; }
.trust-strip { padding: 0 0 42px; position:relative; z-index:2; }
.trust-grid { display:grid; grid-template-columns: repeat(4,1fr); gap:14px; }
.trust-grid article { background:white; border:1px solid rgba(11,29,45,.08); border-radius:18px; padding:20px; box-shadow: var(--shadow-soft); }
.trust-grid strong { display:block; color:var(--navy); margin-bottom:4px; }
.trust-grid span { color: var(--muted); font-size:.92rem; }
.section { padding: 82px 0; }
.section.alt { background:white; }
.section-head { max-width:760px; margin-bottom:34px; }
.section-head p, .split p, .case-card p { color: var(--muted); font-size:1.05rem; }
.section-head.narrow { max-width:700px; text-align:center; margin-inline:auto; }
.cards { display:grid; gap:22px; }
.cards.three { grid-template-columns: repeat(3,1fr); }
.card { background:white; border:1px solid rgba(11,29,45,.08); border-radius: var(--radius-lg); padding:28px; box-shadow: var(--shadow-soft); }
.platform-card { min-height: 300px; display:flex; flex-direction:column; }
.platform-card a { margin-top:auto; color:var(--teal-dark); font-weight:800; }
.card-icon { width:64px; height:64px; border-radius:20px; display:grid; place-items:center; font-weight:900; color:var(--teal-dark); background:#E4F5F3; margin-bottom:22px; }
.card-icon.house { color:#B77900; background:#FFF3D3; }
.card-icon.tools { color:var(--navy); background:#E8EEF4; }
.split { display:grid; grid-template-columns: .86fr 1.14fr; gap:56px; align-items:start; }
.solution-list { display:grid; gap:14px; }
.solution-list article { display:grid; grid-template-columns:60px 1fr; gap:18px; padding:22px; background:var(--sand); border:1px solid rgba(11,29,45,.08); border-radius:20px; }
.solution-list span { width:42px; height:42px; border-radius:999px; background:var(--navy); color:white; display:grid; place-items:center; font-weight:900; }
.solution-list p { margin-bottom:0; }
.case-section { padding-top:30px; }
.case-card { background: linear-gradient(135deg, var(--navy), #123653); color:white; border-radius: var(--radius-xl); padding:48px; display:grid; grid-template-columns:1.05fr .95fr; gap:36px; box-shadow: var(--shadow); position:relative; overflow:hidden; }
.case-card::after { content:""; position:absolute; right:-120px; bottom:-150px; width:360px; height:360px; border-radius:50%; background:rgba(13,148,136,.28); }
.case-card .eyebrow { color:#9EE3DC; }
.case-card p { color:rgba(255,255,255,.78); }
.check-list { list-style:none; padding:0; margin:0; display:grid; gap:12px; position:relative; z-index:1; }
.check-list li { background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12); padding:15px 18px; border-radius:16px; }
.check-list li::before { content:"✓"; color:var(--gold); font-weight:900; margin-right:10px; }
.steps { display:grid; grid-template-columns: repeat(4,1fr); gap:18px; }
.steps article { background:white; border:1px solid rgba(11,29,45,.08); border-radius:22px; padding:24px; }
.steps span { display:grid; place-items:center; width:42px; height:42px; border-radius:999px; background:var(--teal); color:white; font-weight:900; margin-bottom:22px; }
.contact-section { padding-top:30px; }
.contact-card { background:var(--teal-dark); color:white; border-radius:var(--radius-xl); padding:44px; display:flex; justify-content:space-between; gap:30px; align-items:center; box-shadow: var(--shadow); }
.contact-card .eyebrow { color:#C4F5F0; }
.contact-card p { color:rgba(255,255,255,.76); max-width:620px; margin-bottom:0; }
.contact-actions { display:flex; gap:12px; flex-wrap:wrap; justify-content:flex-end; }
.footer { background:var(--navy); color:white; padding:34px 0; }
.footer-grid { display:grid; grid-template-columns:1.2fr 1fr 1fr; align-items:center; gap:20px; }
.footer-brand { display:flex; gap:12px; align-items:center; }
.footer-brand img { width:42px; height:52px; object-fit:contain; }
.footer-brand span, .footer p { display:block; color:rgba(255,255,255,.62); font-size:.9rem; margin:0; }
.footer-links { display:flex; gap:18px; justify-content:center; color:rgba(255,255,255,.76); font-weight:700; }
.footer p { text-align:right; }
@media (max-width: 900px) {
  .nav-toggle { display:block; }
  .nav { position:absolute; inset:78px 20px auto; display:none; flex-direction:column; align-items:stretch; background:white; border-radius:22px; padding:18px; box-shadow:var(--shadow); }
  .nav.is-open { display:flex; }
  .nav-cta { text-align:center; }
  .hero { padding-top:58px; }
  .hero-grid, .split, .case-card { grid-template-columns:1fr; }
  .hero-card { min-height:auto; }
  .trust-grid, .cards.three, .steps { grid-template-columns:1fr 1fr; }
  .footer-grid { grid-template-columns:1fr; text-align:left; }
  .footer-links { justify-content:flex-start; }
  .footer p { text-align:left; }
}
@media (max-width: 620px) {
  .container { width:min(100% - 28px, var(--container)); }
  .hero { padding:44px 0 58px; }
  h1 { font-size:4.1rem; }
  h2 { font-size:2.35rem; }
  .trust-grid, .cards.three, .steps { grid-template-columns:1fr; }
  .contact-card { display:block; padding:32px; }
  .contact-actions { justify-content:flex-start; margin-top:24px; }
  .solution-list article { grid-template-columns:1fr; }
}

.contact-meta {
  margin-top: 1rem;
  color: var(--nos-teal);
  font-weight: 700;
}
