@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #071326;
  --navy-2: #0a1b31;
  --ink: #102236;
  --cyan: #06d9ea;
  --teal: #0eb6c6;
  --white: #f8fbfd;
  --muted: #9bb0c3;
  --line: rgba(137, 185, 211, .18);
  --paper: #f5f8fa;
  --shadow: 0 24px 70px rgba(2, 14, 28, .16);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--cyan); color: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 82px; color: white; background: rgba(4, 15, 30, .78); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(16px); transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(4, 15, 30, .96); box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { width: 175px; height: 82px; flex: 0 0 auto; overflow: hidden; }
.brand img { width: 175px; max-width: none; transform: translateY(-11px); }
.footer-brand img { width: 100%; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.primary-nav a { position: relative; padding: 28px 0 24px; color: #d6e1eb; font-size: .84rem; font-weight: 600; letter-spacing: .02em; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--cyan); transition: right .2s; }
.primary-nav a:hover, .primary-nav a.active { color: white; }
.primary-nav a:hover::after, .primary-nav a.active::after { right: 0; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border: 1px solid var(--cyan); border-radius: 8px; background: var(--cyan); color: #001c28; font-weight: 800; font-size: .84rem; letter-spacing: .025em; cursor: pointer; box-shadow: 0 12px 30px rgba(6,217,234,.12); transition: transform .18s, background .18s, border-color .18s, box-shadow .18s; }
.button:hover { transform: translateY(-2px); background: #42e5ef; border-color: #42e5ef; box-shadow: 0 16px 34px rgba(6,217,234,.2); }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid rgba(6,217,234,.4); outline-offset: 3px; }
.button-small { min-height: 44px; padding: 10px 16px; }
.button-small svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 2; }
.button-ghost { background: transparent; color: white; border-color: rgba(255,255,255,.4); box-shadow: none; }
.button-ghost:hover { color: var(--navy); }
.button-full { width: 100%; }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; background: white; transition: transform .2s, opacity .2s; }

.hero { min-height: 760px; height: 100svh; position: relative; display: grid; align-items: center; overflow: hidden; color: white; background: var(--navy); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(3,13,28,.97) 0%, rgba(3,13,28,.88) 31%, rgba(3,13,28,.34) 64%, rgba(3,13,28,.2) 100%), linear-gradient(0deg, rgba(3,13,28,.5), transparent 40%); }
.hero-layout { position: relative; z-index: 1; padding-top: 82px; }
.hero-copy { width: min(650px, 58%); }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 11px; color: var(--cyan); text-transform: uppercase; letter-spacing: .16em; font-size: .75rem; font-weight: 800; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
h1, h2, h3 { margin-top: 0; font-family: "Manrope", sans-serif; line-height: 1.1; }
h1 { margin-bottom: 24px; font-size: clamp(3.2rem, 6.1vw, 5.65rem); letter-spacing: -.055em; font-weight: 700; }
h1 em, h2 em { color: var(--cyan); font-style: normal; }
.hero-lede { max-width: 590px; margin: 0 0 32px; color: #cfdae5; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.trust-row { margin-top: 44px; display: flex; flex-wrap: wrap; gap: 24px; color: #c4d2de; font-size: .84rem; }
.trust-row span { display: flex; align-items: center; gap: 7px; }
.trust-row svg { width: 17px; fill: none; stroke: var(--cyan); stroke-width: 2.5; }
.scroll-cue { position: absolute; z-index: 2; bottom: 24px; left: 50%; width: 24px; height: 40px; border: 1px solid rgba(255,255,255,.35); border-radius: 20px; }
.scroll-cue span { position: absolute; top: 8px; left: 50%; width: 3px; height: 7px; border-radius: 2px; background: var(--cyan); animation: scroll 1.7s infinite; }
@keyframes scroll { 0% { transform: translate(-50%,0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translate(-50%,13px); opacity: 0; } }

.section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.eyebrow.dark { color: #087e8b; }
h2 { margin-bottom: 0; color: var(--ink); font-size: clamp(2.3rem, 4.2vw, 4rem); letter-spacing: -.045em; font-weight: 700; }
.section-heading > p { margin: 0 0 7px; color: #516779; font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { position: relative; min-height: 330px; padding: 30px 26px; overflow: hidden; border: 1px solid #dce6ed; border-radius: var(--radius); background: white; box-shadow: 0 12px 30px rgba(20,48,70,.04); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(6,217,234,.6); box-shadow: var(--shadow); }
.service-card.featured { color: white; background: var(--navy-2); border-color: var(--navy-2); }
.icon-wrap { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 54px; border-radius: 14px; background: rgba(6,217,234,.1); }
.icon-wrap svg { width: 27px; fill: none; stroke: var(--teal); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.featured .icon-wrap { background: rgba(6,217,234,.13); }
.featured .icon-wrap svg { stroke: var(--cyan); }
.card-number { position: absolute; top: 26px; right: 25px; margin: 0; color: #9eb1bf; font-size: .72rem; letter-spacing: .15em; }
.service-card h3 { margin-bottom: 12px; font-size: 1.25rem; }
.service-card p:last-child { margin: 0; color: #607385; font-size: .93rem; }
.service-card.featured p:last-child { color: #b7c8d5; }

.remote-section { position: relative; overflow: hidden; padding: 118px 0; color: white; background: var(--navy); }
.remote-section::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(6,217,234,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(6,217,234,.08) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, black, transparent 75%); }
.remote-glow { position: absolute; width: 500px; height: 500px; left: -190px; bottom: -260px; border-radius: 50%; background: rgba(6,217,234,.13); filter: blur(70px); }
.remote-grid { position: relative; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 100px; }
.remote-copy h2, .contact-intro h2 { color: white; }
.remote-copy > p:not(.eyebrow) { max-width: 610px; color: #afc1cf; font-size: 1.08rem; }
.safety-note { margin-top: 36px; display: flex; gap: 15px; align-items: flex-start; }
.safety-note > svg { width: 28px; flex: 0 0 auto; fill: none; stroke: var(--cyan); stroke-width: 1.8; }
.safety-note strong, .safety-note span { display: block; }
.safety-note span { margin-top: 3px; color: #8fa7ba; font-size: .86rem; }
.remote-panel { padding: 38px; border: 1px solid rgba(6,217,234,.25); border-radius: 22px; background: rgba(11,31,52,.84); box-shadow: 0 25px 80px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.panel-kicker { margin: 0 0 5px; color: var(--cyan); text-transform: uppercase; letter-spacing: .13em; font-size: .7rem; font-weight: 800; }
.remote-panel h3 { margin-bottom: 28px; font-size: 1.6rem; }
.steps { margin: 0 0 28px; padding: 0; list-style: none; }
.steps li { display: flex; gap: 15px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.09); }
.steps li > span { width: 32px; height: 32px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(6,217,234,.45); border-radius: 50%; color: var(--cyan); font-size: .78rem; font-weight: 800; }
.steps strong, .steps small { display: block; }
.steps small { margin-top: 1px; color: #91a8ba; }
.panel-footnote { margin: 12px 0 0; color: #7892a7; text-align: center; font-size: .75rem; }

.why-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 105px; align-items: start; }
.why-card { position: sticky; top: 115px; }
.why-card > p:not(.eyebrow) { color: #5d7181; font-size: 1.05rem; }
.text-link { display: inline-flex; gap: 9px; margin-top: 18px; color: #087f8a; font-weight: 800; border-bottom: 1px solid rgba(8,127,138,.28); }
.values-list > div { display: grid; grid-template-columns: 55px 170px 1fr; gap: 12px; padding: 31px 0; border-bottom: 1px solid #dce6ed; align-items: baseline; }
.values-list > div:first-child { border-top: 1px solid #dce6ed; }
.values-list span { color: #0b9ba9; font-size: .75rem; letter-spacing: .15em; }
.values-list h3 { margin: 0; font-size: 1.32rem; }
.values-list p { margin: 0; color: #5d7181; }

.contact-section { padding: 112px 0; color: white; background: #0a1b31; }
.contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: center; }
.contact-intro > p:not(.eyebrow) { color: #a9bdcc; font-size: 1.05rem; }
.phone-link { display: flex; align-items: center; gap: 16px; margin-top: 34px; }
.phone-link > span { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(6,217,234,.35); border-radius: 50%; }
.phone-link svg { width: 23px; fill: none; stroke: var(--cyan); stroke-width: 1.7; }
.phone-link small, .phone-link strong { display: block; }
.phone-link small { color: #88a3b6; }
.phone-link strong { font-family: "Manrope", sans-serif; font-size: 1.32rem; }
.email-link { display: inline-block; margin-top: 18px; color: var(--cyan); font-weight: 700; border-bottom: 1px solid rgba(6,217,234,.35); }
.email-link:hover { color: white; }
.contact-form { padding: 38px; border: 1px solid rgba(255,255,255,.11); border-radius: 22px; background: rgba(255,255,255,.045); }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 19px; color: #d9e4eb; font-size: .78rem; font-weight: 700; }
.contact-form label span { color: #829aae; font-weight: 400; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: white; border: 1px solid rgba(255,255,255,.15); border-radius: 7px; outline: none; background: rgba(0,0,0,.14); transition: border-color .2s, background .2s; }
.contact-form textarea { resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #71899c; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--cyan); background: rgba(0,0,0,.22); }
.form-status { min-height: 20px; margin: 12px 0 0; color: #9bb4c5; text-align: center; font-size: .8rem; }
.form-status.success { color: #62e6c2; }
.form-status.error { color: #ff9d9d; }

.site-footer { color: #a5b8c7; background: #040e1b; }
.footer-top { display: flex; align-items: center; gap: 35px; padding: 48px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-brand { width: 170px; }
.footer-top p { margin: 0; }
.footer-top nav { margin-left: auto; display: flex; gap: 25px; }
.footer-top nav a:hover, .footer-bottom a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; padding: 20px 0 28px; font-size: .78rem; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .nav-cta { display: none; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .remote-grid, .contact-grid { gap: 55px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 30px, 620px); }
  .site-header { height: 72px; }
  .brand { width: 155px; height: 72px; }
  .brand img { width: 155px; transform: translateY(-8px); }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 72px 0 0; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 35px 30px; background: rgba(4,15,30,.99); transform: translateX(100%); transition: transform .25s; }
  .primary-nav.open { transform: translateX(0); }
  .primary-nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 1.05rem; }
  .primary-nav a::after { bottom: 10px; right: 100%; }
  .hero { height: auto; min-height: 720px; align-items: end; }
  .hero-image { object-position: 66% center; opacity: .6; }
  .hero-overlay { background: linear-gradient(0deg, rgba(3,13,28,.98) 10%, rgba(3,13,28,.82) 63%, rgba(3,13,28,.5)); }
  .hero-layout { padding-top: 150px; padding-bottom: 90px; }
  .hero-copy { width: 100%; }
  h1 { font-size: clamp(2.9rem, 11.5vw, 4rem); }
  .trust-row { gap: 12px 20px; margin-top: 32px; }
  .scroll-cue { display: none; }
  .section, .remote-section, .contact-section { padding: 82px 0; }
  .section-heading, .remote-grid, .why-grid, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .section-heading { margin-bottom: 40px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .icon-wrap { margin-bottom: 35px; }
  .why-card { position: static; }
  .values-list > div { grid-template-columns: 40px 1fr; }
  .values-list p { grid-column: 2; }
  .contact-form, .remote-panel { padding: 28px 22px; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 18px; }
  .footer-top nav { margin-left: 0; flex-wrap: wrap; }
}

@media (max-width: 480px) {
  .hero-actions, .hero-actions .button { width: 100%; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .trust-row { flex-direction: column; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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