:root {
  --navy: #061a34;
  --navy-2: #0a294f;
  --blue: #0969e8;
  --blue-2: #2c8cff;
  --cyan: #76b7ff;
  --text: #14233a;
  --muted: #617086;
  --line: #dce5ef;
  --surface: #f4f7fb;
  --white: #fff;
  --green: #28ba73;
  --radius: 20px;
  --shadow: 0 22px 65px rgba(6,26,52,.13);
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; overflow-x: hidden; color: var(--text); background: #fff; font: 400 16px/1.65 Inter,system-ui,-apple-system,"Segoe UI",sans-serif; }
img { max-width: 100%; display:block; }
a { color:inherit; }
button,input,select,textarea { font:inherit; }
button { cursor:pointer; }
.container { width:min(calc(100% - 40px),var(--container)); margin-inline:auto; }
.skip-link { position:absolute; left:-9999px; top:10px; z-index:1000; padding:10px 15px; background:#fff; }
.skip-link:focus { left:10px; }
.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; }
.site-header { position:sticky; top:0; z-index:100; background:rgba(255,255,255,.95); backdrop-filter:blur(14px); border-bottom:1px solid rgba(220,229,239,.85); }
.nav { min-height:94px; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.brand { width:320px; display:block; }
.brand img { width:100%; }
.main-menu { display:flex; align-items:center; gap:27px; }
.main-menu a { text-decoration:none; font-weight:650; font-size:.93rem; }
.main-menu a:not(.button):hover { color:var(--blue); }
.menu-button { display:none; width:46px; height:46px; padding:10px; border:0; border-radius:12px; background:var(--surface); }
.menu-button span:not(.sr-only) { display:block; height:2px; margin:5px 0; background:var(--navy); }
.button { min-height:52px; display:inline-flex; align-items:center; justify-content:center; padding:0 25px; border:0; border-radius:12px; color:#fff; background:linear-gradient(135deg,var(--blue),var(--blue-2)); box-shadow:0 12px 30px rgba(9,105,232,.25); text-decoration:none; font-weight:750; transition:.18s ease; }
.button:hover { transform:translateY(-2px); box-shadow:0 16px 36px rgba(9,105,232,.34); }
.button-small { min-height:42px; padding-inline:17px; border-radius:10px; }
.eyebrow { margin:0 0 13px; color:var(--blue); font-weight:800; font-size:.79rem; letter-spacing:.14em; text-transform:uppercase; }
h1,h2,h3,p { margin-top:0; }
h1,h2,h3 { color:var(--navy); }
h1 { max-width:800px; margin-bottom:25px; font-size:clamp(2.9rem,5.7vw,5.45rem); line-height:1; letter-spacing:-.056em; }
h2 { margin-bottom:18px; font-size:clamp(2rem,4vw,3.25rem); line-height:1.1; letter-spacing:-.042em; }
h3 { line-height:1.28; }
.hero { position:relative; overflow:hidden; padding:105px 0 110px; background:linear-gradient(180deg,#fff 0%,#f7faff 100%); }
.hero-orb { position:absolute; border-radius:50%; filter:blur(2px); pointer-events:none; }
.hero-orb-one { width:520px; height:520px; right:-170px; top:-230px; background:radial-gradient(circle,rgba(44,140,255,.18),transparent 68%); }
.hero-orb-two { width:460px; height:460px; left:-290px; bottom:-300px; border:70px solid rgba(9,105,232,.045); }
.hero-grid { position:relative; display:grid; grid-template-columns:minmax(0,1.22fr) minmax(330px,.78fr); gap:75px; align-items:center; }
.hero-lead { max-width:750px; margin-bottom:32px; color:var(--muted); font-size:1.14rem; }
.hero-actions { display:flex; flex-wrap:wrap; align-items:center; gap:24px; }
.secondary-link { color:var(--navy); text-decoration:none; font-weight:750; }
.secondary-link:hover { color:var(--blue); }
.hero-points { display:flex; flex-wrap:wrap; gap:12px 27px; margin:35px 0 0; padding:0; list-style:none; color:var(--muted); font-weight:600; font-size:.92rem; }
.hero-points li::before { content:"✓"; color:var(--blue); margin-right:8px; font-weight:800; }
.diagnostic-card { position:relative; padding:32px; border:1px solid rgba(220,229,239,.9); border-radius:var(--radius); background:rgba(255,255,255,.94); box-shadow:var(--shadow); }
.diagnostic-card::after { content:""; position:absolute; left:24px; right:24px; bottom:-7px; height:7px; border-radius:0 0 12px 12px; background:linear-gradient(90deg,var(--navy),var(--blue)); }
.card-topline { display:flex; align-items:center; gap:10px; color:var(--muted); font-size:.82rem; font-weight:700; }
.pulse { width:9px; height:9px; border-radius:50%; background:var(--green); box-shadow:0 0 0 5px rgba(40,186,115,.13); }
.diagnostic-card h2 { margin:20px 0 18px; font-size:1.55rem; letter-spacing:-.025em; }
.check-list { margin:0 0 24px; padding:0; list-style:none; color:var(--muted); }
.check-list li { position:relative; padding-left:25px; }
.check-list li+li { margin-top:10px; }
.check-list li::before { content:""; position:absolute; left:0; top:.63em; width:8px; height:8px; border:2px solid var(--blue); border-radius:50%; }
.card-link { color:var(--blue); text-decoration:none; font-weight:750; }
.trust-strip { border-block:1px solid var(--line); background:#fff; }
.trust-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.trust-grid div { padding:25px 28px; border-right:1px solid var(--line); }
.trust-grid div:first-child { border-left:1px solid var(--line); }
.trust-grid strong,.trust-grid span { display:block; }
.trust-grid strong { color:var(--navy); font-size:1.35rem; letter-spacing:-.025em; }
.trust-grid span { color:var(--muted); font-size:.82rem; }
.section { padding:105px 0; }
.section-muted { background:var(--surface); }
.section-heading { max-width:800px; margin-bottom:50px; }
.section-heading>p:last-child { color:var(--muted); font-size:1.05rem; }
.services-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.service-card { position:relative; min-height:370px; padding:28px; border:1px solid var(--line); border-radius:var(--radius); background:#fff; transition:.2s ease; }
.service-card:hover { transform:translateY(-5px); border-color:rgba(9,105,232,.35); box-shadow:var(--shadow); }
.service-card.featured { border-color:rgba(9,105,232,.38); box-shadow:0 15px 45px rgba(9,105,232,.1); }
.service-tag { position:absolute; top:20px; right:20px; padding:5px 10px; border-radius:999px; color:var(--blue); background:rgba(9,105,232,.09); font-weight:750; font-size:.72rem; }
.service-icon { margin-bottom:45px; color:var(--blue); font:600 .82rem/1 "Roboto Mono",monospace; letter-spacing:.08em; }
.service-card h3 { margin-bottom:12px; font-size:1.23rem; }
.service-card p,.service-card ul { color:var(--muted); }
.service-card ul { padding-left:18px; font-size:.91rem; }
.section-dark { color:rgba(255,255,255,.75); background:radial-gradient(circle at 90% 10%,rgba(44,140,255,.18),transparent 32%),var(--navy); }
.section-dark h2,.section-dark h3 { color:#fff; }
.section-dark .eyebrow { color:var(--cyan); }
.why-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:85px; align-items:start; }
.why-intro { position:sticky; top:125px; }
.why-intro>p:not(.eyebrow) { font-size:1.05rem; }
.button-light { margin-top:15px; background:#fff; color:var(--navy); box-shadow:none; }
.why-list { display:grid; gap:15px; }
.why-list article { display:flex; gap:22px; padding:25px; border:1px solid rgba(255,255,255,.12); border-radius:16px; background:rgba(255,255,255,.055); }
.why-list article>span { color:var(--cyan); font:600 .82rem/1 "Roboto Mono",monospace; }
.why-list h3 { margin-bottom:7px; }
.why-list p { margin:0; font-size:.94rem; }
.price-tabs { display:flex; gap:9px; flex-wrap:wrap; margin-bottom:24px; }
.price-tab { padding:10px 17px; border:1px solid var(--line); border-radius:999px; color:var(--muted); background:#fff; font-weight:700; }
.price-tab:hover,.price-tab.active { color:#fff; border-color:var(--navy); background:var(--navy); }
.price-panels { border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; background:#fff; box-shadow:0 17px 50px rgba(6,26,52,.07); }
.price-row { min-height:78px; display:flex; align-items:center; justify-content:space-between; gap:30px; padding:17px 24px; border-bottom:1px solid var(--line); }
.price-row:last-child { border-bottom:0; }
.price-row.highlight { background:linear-gradient(90deg,rgba(9,105,232,.075),rgba(9,105,232,.025)); }
.price-row strong,.price-row small { display:block; }
.price-row strong { color:var(--navy); }
.price-row small { margin-top:3px; color:var(--muted); }
.price-row b { flex:0 0 auto; color:var(--navy); font-size:1.12rem; white-space:nowrap; }
.pricing-note { margin-top:22px; padding:20px 22px; border-left:4px solid var(--blue); border-radius:0 12px 12px 0; color:var(--muted); background:var(--surface); }
.pricing-note strong { color:var(--navy); }
.about-grid { display:grid; grid-template-columns:.78fr 1.22fr; gap:75px; align-items:center; }
.about-card { padding:35px; border:1px solid var(--line); border-radius:var(--radius); background:#fff; box-shadow:var(--shadow); }
.monogram { width:82px; height:82px; display:grid; place-items:center; margin-bottom:28px; border-radius:20px; color:#fff; background:linear-gradient(135deg,var(--navy),var(--blue)); font-size:1.65rem; font-weight:800; letter-spacing:-.04em; }
.about-card h2 { margin-bottom:5px; font-size:2rem; }
.role { color:var(--muted); }
.about-facts { margin-top:27px; border-top:1px solid var(--line); }
.about-facts div { padding:15px 0; border-bottom:1px solid var(--line); }
.about-facts span,.about-facts strong { display:block; }
.about-facts span { color:var(--muted); font-size:.75rem; text-transform:uppercase; letter-spacing:.09em; font-weight:700; }
.about-facts strong { margin-top:3px; color:var(--navy); font-size:.93rem; }
.about-copy>p:not(.eyebrow) { color:var(--muted); font-size:1.02rem; }
blockquote { margin:30px 0 0; padding:20px 24px; border-left:4px solid var(--blue); color:var(--navy); background:#fff; font-weight:650; font-size:1.05rem; }
.process-section { background:#fff; }
.process { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; margin:0; padding:0; list-style:none; }
.process li { padding-top:23px; border-top:2px solid var(--line); }
.process li>span { display:grid; width:39px; height:39px; place-items:center; margin-bottom:18px; border-radius:10px; color:#fff; background:var(--navy); font-weight:800; }
.process h3 { margin-bottom:7px; }
.process p { color:var(--muted); font-size:.92rem; }
.contact-section { color:rgba(255,255,255,.75); background:radial-gradient(circle at 100% 0%,rgba(44,140,255,.25),transparent 35%),var(--navy); }
.contact-section h2,.contact-section h3 { color:#fff; }
.contact-section .eyebrow { color:var(--cyan); }
.contact-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:70px; align-items:start; }
.contact-copy>p:not(.eyebrow) { font-size:1.04rem; }
.contact-options { display:grid; gap:10px; margin:30px 0 20px; }
.contact-options>a,.contact-options>div { display:flex; justify-content:space-between; gap:20px; padding:15px 17px; border:1px solid rgba(255,255,255,.13); border-radius:12px; background:rgba(255,255,255,.055); text-decoration:none; }
.contact-options a:hover { background:rgba(255,255,255,.1); }
.contact-options span { font-size:.82rem; }
.contact-options strong { color:#fff; text-align:right; }
.small-note { font-size:.82rem!important; }
.contact-form { display:grid; grid-template-columns:1fr 1fr; gap:17px; padding:31px; border-radius:var(--radius); color:var(--text); background:#fff; box-shadow:0 26px 75px rgba(0,0,0,.25); }
.form-heading,.full { grid-column:1/-1; }
.form-heading h3 { margin-bottom:5px; }
.form-heading p { margin-bottom:6px; color:var(--muted); font-size:.89rem; }
.contact-form label { display:grid; gap:7px; }
.contact-form label>span { color:var(--navy); font-size:.86rem; font-weight:700; }
.contact-form input,.contact-form select,.contact-form textarea { width:100%; padding:12px 14px; border:1px solid var(--line); border-radius:10px; outline:0; background:#fbfcfe; color:var(--text); }
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { border-color:var(--blue); box-shadow:0 0 0 4px rgba(9,105,232,.12); }
.privacy { margin:0; color:var(--muted); font-size:.78rem; text-align:center; }
footer { padding:55px 0 24px; color:rgba(255,255,255,.62); background:#041326; }
.footer-grid { display:grid; grid-template-columns:1.7fr .65fr .75fr; gap:70px; }
.footer-brand img { width:255px; filter:brightness(0) invert(1); opacity:.95; }
.footer-brand p { max-width:430px; margin-top:15px; }
.footer-grid>div:not(.footer-brand) { display:flex; flex-direction:column; gap:8px; }
.footer-grid strong { color:#fff; margin-bottom:5px; }
.footer-grid a { text-decoration:none; }
.footer-grid a:hover { color:#fff; }
.footer-bottom { display:flex; justify-content:space-between; gap:30px; margin-top:45px; padding-top:22px; border-top:1px solid rgba(255,255,255,.1); font-size:.82rem; }
@media(max-width:1000px){
 .main-menu { position:absolute; top:88px; left:20px; right:20px; display:none; align-items:stretch; flex-direction:column; gap:0; padding:12px; border:1px solid var(--line); border-radius:15px; background:#fff; box-shadow:var(--shadow); }
 .main-menu.open { display:flex; }
 .main-menu a { padding:12px; }
 .menu-button { display:block; }
 .hero-grid,.why-grid,.about-grid,.contact-grid,.remote-grid { grid-template-columns:1fr; }
 .why-intro { position:static; }
 .services-grid,.process { grid-template-columns:repeat(2,1fr); }
 .trust-grid { grid-template-columns:repeat(2,1fr); }
 .trust-grid div:nth-child(3) { border-left:1px solid var(--line); }
 .hero-grid,.why-grid,.about-grid,.contact-grid,.remote-grid { gap:48px; }
}
@media(max-width:650px){
 .container { width:min(calc(100% - 32px),var(--container)); }
 .nav { min-height:78px; gap:12px; }
 .brand { width:min(205px,calc(100vw - 105px)); }
 .menu-button { flex:0 0 46px; }
 .main-menu { top:78px; left:14px; right:14px; }
 .hero { padding:56px 0 64px; }
 .hero-grid { gap:34px; }
 .hero-copy { min-width:0; }
 .hero-copy .eyebrow { font-size:.72rem; letter-spacing:.11em; }
 h1 {
   max-width:100%;
   margin-bottom:20px;
   font-size:clamp(2.15rem,10.2vw,3rem);
   line-height:1.03;
   letter-spacing:-.045em;
   overflow-wrap:break-word;
   hyphens:auto;
 }
 .hero-lead {
   margin-bottom:26px;
   font-size:1rem;
   line-height:1.62;
 }
 .hero-actions {
   display:grid;
   grid-template-columns:1fr;
   gap:14px;
   width:100%;
 }
 .hero-actions .button {
   width:100%;
   min-height:50px;
   padding-inline:18px;
 }
 .secondary-link {
   display:flex;
   justify-content:center;
   align-items:center;
   min-height:44px;
   width:100%;
 }
 .hero-points {
   display:grid;
   grid-template-columns:1fr;
   gap:10px;
   margin-top:27px;
 }
 .diagnostic-card {
   width:100%;
   min-width:0;
   padding:24px 20px 27px;
 }
 .diagnostic-card h2 {
   font-size:1.65rem;
   line-height:1.12;
 }
 .check-list li {
   padding-left:25px;
   overflow-wrap:break-word;
 }
 .card-link {
   display:block;
   line-height:1.35;
 }
 .section { padding:76px 0; }
 .services-grid,.process,.trust-grid,.contact-form { grid-template-columns:1fr; }
 .trust-grid div,.trust-grid div:first-child,.trust-grid div:nth-child(3) { border-left:1px solid var(--line); }
 .price-row { align-items:flex-start; padding:17px; }
 .price-row b { font-size:1rem; }
 .contact-form { padding:22px; }
 .contact-form label,.form-heading,.full { grid-column:auto; }
 .footer-grid { grid-template-columns:1fr; gap:35px; }
 .footer-bottom { flex-direction:column; gap:7px; }
}
@media(prefers-reduced-motion:reduce){
 html { scroll-behavior:auto; }
 *,*::before,*::after { transition:none!important; }
}

.remote-section { background:#fff; }
.remote-grid {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:72px;
  align-items:center;
}
.remote-lead {
  max-width:650px;
  color:var(--muted);
  font-size:1.05rem;
}
.remote-price {
  display:flex;
  flex-direction:column;
  width:max-content;
  margin:28px 0;
  padding:18px 22px;
  border-left:4px solid var(--blue);
  border-radius:0 12px 12px 0;
  background:var(--surface);
}
.remote-price span {
  color:var(--muted);
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.remote-price strong {
  color:var(--navy);
  font-size:2rem;
  line-height:1.15;
}
.remote-price small {
  color:var(--muted);
}
.remote-card {
  padding:32px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:var(--surface);
}
.remote-card h3 {
  margin-bottom:18px;
  font-size:1.4rem;
}
.remote-card ul {
  margin:0 0 22px;
  padding:0;
  list-style:none;
}
.remote-card li {
  position:relative;
  padding-left:28px;
  color:var(--muted);
}
.remote-card li+li { margin-top:11px; }
.remote-card li::before {
  content:"✓";
  position:absolute;
  left:0;
  color:var(--blue);
  font-weight:800;
}
.remote-card p {
  margin:0;
  color:var(--muted);
  font-size:.92rem;
}
