:root{
  --ink:#0c2238;
  --muted:#587086;
  --blue:#0b5fa8;
  --blue2:#1e88e5;
  --cyan:#19b9cc;
  --green:#1fa87b;
  --navy:#071827;
  --ice:#eef8fb;
  --soft:#f6f9fc;
  --card:#ffffff;
  --line:#d9e7f0;
  --shadow:0 22px 60px rgba(10,31,54,.11);
  --radius:24px;
  --title-font: Georgia, "Times New Roman", ui-serif, serif;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:linear-gradient(180deg,#f8fcfe 0%,#fff 46%,#f6f9fc 100%)}
a{color:inherit;text-decoration:none}
.wrap{max-width:1180px;margin:0 auto;padding:0 24px}
.topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(190,210,225,.65)}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:13px;min-width:0;flex-shrink:0}
.brand img{width:54px;height:54px;border-radius:14px;object-fit:contain;background:#fff}
.brand-text{min-width:0}
.brand-name{font-family:var(--title-font);font-size:27px;line-height:1;letter-spacing:.115em;font-weight:500;color:#08213a}
.brand-subtitle{font-size:11px;line-height:1.25;color:var(--muted);font-weight:650;white-space:nowrap;margin-top:5px;letter-spacing:.015em}
.navlinks{display:flex;gap:18px;font-size:14px;font-weight:740;color:#365169;white-space:nowrap}
.navlinks a:hover{color:var(--blue)}
.btn,.pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:850;white-space:nowrap}
.pill{border:1px solid rgba(25,185,204,.35);background:#eefbfc;color:#096a78;padding:8px 13px;font-size:12px;text-transform:uppercase;letter-spacing:.075em;flex-shrink:0}
.btn{padding:14px 18px;border:1px solid transparent;box-shadow:0 12px 28px rgba(7,24,39,.09)}
.btn.primary{background:linear-gradient(135deg,var(--blue),#083d71);color:#fff}
.btn.secondary{background:#fff;color:#14314a;border-color:#cfe0eb}
.hero{background:radial-gradient(circle at 80% 14%,rgba(25,185,204,.17),transparent 30%),radial-gradient(circle at 12% 12%,rgba(11,95,168,.14),transparent 28%),linear-gradient(135deg,#fff 0%,#edf8fb 58%,#f8fbfd 100%);border-bottom:1px solid var(--line)}
.hero-grid{display:grid;grid-template-columns:1fr .68fr;gap:54px;align-items:center;padding:76px 0 68px}
.hero-logo{background:#fff;border:1px solid var(--line);border-radius:34px;box-shadow:var(--shadow);padding:32px;display:grid;place-items:center}
.hero-logo img{width:min(100%,365px);height:auto;display:block}
.hero-titlemark{font-family:var(--title-font);font-size:clamp(54px,8vw,112px);line-height:.92;letter-spacing:.12em;font-weight:500;color:#071827;margin:0 0 10px;text-transform:uppercase}
.hero-sub{font-size:16px;color:var(--muted);font-weight:800;margin:0 0 28px}
h1{font-size:clamp(42px,5.5vw,72px);line-height:.98;margin:0 0 24px;letter-spacing:-.055em;color:#071827}
h2{font-size:clamp(28px,4vw,44px);line-height:1.05;margin:0 0 16px;letter-spacing:-.04em}
h3{font-size:22px;margin:0 0 10px;letter-spacing:-.025em}
h4{font-size:15px;margin:0 0 5px;color:#173b58}
p{font-size:17px;line-height:1.65;color:#43566b;margin:0 0 18px}
.lead{font-size:21px;color:#2c4358;max-width:850px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.section{padding:76px 0}.section.tight{padding:56px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:30px}
.section-head p{max-width:690px;margin:0}
.eyebrow{font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.12em;color:var(--blue);margin-bottom:10px}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card,.panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 12px 36px rgba(23,54,76,.07)}
.card{padding:24px}.card p{font-size:15px;margin-bottom:0}
.card-icon{width:70px;height:70px;object-fit:contain;display:block;background:#fff;border-radius:16px;margin:0 0 15px}
.icon-dot{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,#e7f6fb,#fff);border:1px solid #d9e8f0;margin-bottom:15px;display:grid;place-items:center}
.icon-dot:before{content:"";width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--cyan));box-shadow:16px 10px 0 -8px rgba(31,168,123,.85),-11px 15px 0 -8px rgba(30,136,229,.75)}
.dashboard-panel{background:linear-gradient(180deg,#ffffff,#f6fbfd);border:1px solid var(--line);border-radius:32px;padding:28px;box-shadow:var(--shadow);position:relative;overflow:hidden}
.dashboard-panel:after{content:"";position:absolute;right:-100px;top:-95px;width:280px;height:280px;border-radius:50%;background:rgba(25,185,204,.09)}
.dashboard-title{font-size:30px;font-weight:850;letter-spacing:-.035em;position:relative;z-index:1;margin-bottom:8px;color:#071827}
.dashboard-subtitle{position:relative;z-index:1;color:#5b7084;margin:0 0 24px;font-size:15px}
.metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:14px;position:relative;z-index:1}
.metric-card{background:#fff;border:1px solid #dce9f1;border-radius:20px;padding:18px 18px 16px;min-height:118px;box-shadow:0 10px 28px rgba(23,54,76,.055);display:flex;flex-direction:column;justify-content:space-between}
.metric-card:before{content:"";display:block;width:42px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--cyan));margin-bottom:14px}
.metric-value{font-size:31px;line-height:1;font-weight:860;color:#081f36;letter-spacing:-.04em}
.metric-label{font-size:12px;color:#5c7084;font-weight:850;text-transform:uppercase;letter-spacing:.08em;margin-top:12px}
.metric-card.is-empty .metric-value{color:#8fa0af;font-weight:760;font-size:25px}
.metric-card.is-empty:before{background:#d7e3ec}
.dashboard-note{font-size:13px;color:#6f8294;margin:18px 0 0;position:relative;z-index:1}
.network-grid{display:grid;grid-template-columns:1fr .82fr;gap:24px;align-items:start}
.map-card{padding:18px;background:linear-gradient(180deg,#f9fdff,#eef7fb);border-radius:32px}
.map-card img{width:100%;height:auto;display:block}
.sites{padding:24px;overflow:hidden}
.site-section{margin-bottom:24px}.site-section:last-child{margin-bottom:0}
.site-section h3{font-size:21px;color:#071827;margin-bottom:14px}
.site-group{border-top:1px solid #e7f0f5;padding:12px 0}
.site-group p{font-size:14px;margin:0;color:#4b6176;line-height:1.55;overflow-wrap:anywhere}
.pipeline{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.step{position:relative;padding:20px;min-height:190px}.step:after{content:"→";position:absolute;right:-13px;top:50%;transform:translateY(-50%);color:#89a5b8;font-size:24px;font-weight:900}.step:last-child:after{display:none}.step p{font-size:14px;margin:0}
.num{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:#eaf6fb;color:var(--blue);font-weight:950;margin-bottom:14px}
.tools-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.tool{padding:24px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"eyebrow logo" "title logo" "text logo";column-gap:20px;align-items:center}.tool .eyebrow{grid-area:eyebrow}.tool h3{grid-area:title}.tool p{grid-area:text;font-size:15px;margin:0}.tool-logo{grid-area:logo;justify-self:end;height:54px;max-width:190px;width:auto;object-fit:contain;display:block;background:#fff;margin:0}
.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.project{position:relative;overflow:hidden;min-height:190px;padding:24px;background:linear-gradient(135deg,#fff,#f5fbfd)}.project:hover{transform:translateY(-2px);transition:.18s ease}.project .arrow{position:absolute;right:20px;top:20px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#eaf6fb;color:var(--blue);font-size:20px;font-weight:950}.project p{font-size:15px;margin-right:22px}.project small{display:block;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}
.future{background:linear-gradient(135deg,#f7fbfe,#eef7fb);border:1px solid var(--line);border-radius:32px;padding:34px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}.future p{max-width:850px}
.contact-card{max-width:760px;margin:0 auto;padding:30px}.field{display:grid;gap:8px;margin-bottom:16px}.field label{font-weight:850;color:#173b58}.field input,.field textarea{width:100%;border:1px solid #cfdfea;border-radius:16px;padding:14px 15px;font:inherit;color:var(--ink);background:#fff}.field textarea{min-height:160px;resize:vertical}.form-status{font-size:14px;font-weight:800;color:var(--muted);margin-top:12px}
footer{background:#071827;color:#dce8f1;padding:42px 0;margin-top:40px}footer p{color:#aebfce;font-size:14px;margin:0}.footer-grid{display:flex;justify-content:space-between;gap:24px;align-items:center}.footer-brand{font-family:var(--title-font);font-size:28px;font-weight:500;letter-spacing:.11em}.footer-brand span{display:block;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:13px;color:#aebfce;font-weight:650;letter-spacing:0;margin-top:6px}
@media(max-width:1120px){.navlinks{display:none}.brand-subtitle{white-space:normal}.hero-grid,.network-grid{grid-template-columns:1fr}.cards{grid-template-columns:repeat(2,1fr)}.pipeline{grid-template-columns:1fr 1fr}.step:after{display:none}.projects-grid{grid-template-columns:repeat(2,1fr)}.future{grid-template-columns:1fr}}
@media(max-width:680px){.cards,.pipeline,.projects-grid,.tools-list{grid-template-columns:1fr}.hero-grid{padding:50px 0}.section{padding:54px 0}.footer-grid{display:block}.brand img{width:46px;height:46px}.brand-name{font-size:23px}.brand-subtitle{display:none}.pill{font-size:11px;padding:8px 11px}.metric-grid{grid-template-columns:1fr}.hero-titlemark{font-size:56px}}

/* Refinements after first browser review */
.hero-grid{grid-template-columns:minmax(0,1.32fr) minmax(280px,.48fr);gap:38px;align-items:center}
.hero-logo{padding:24px;border-radius:30px;max-width:360px;justify-self:end}
.hero-logo img{width:min(100%,310px)}
.hero-headline{font-size:clamp(34px,4.2vw,54px);line-height:1.04;letter-spacing:-.045em;max-width:760px;margin-bottom:20px;text-wrap:balance}
.lead{font-size:19px;line-height:1.58;max-width:780px}
.hero-titlemark{font-size:clamp(50px,7.2vw,96px);margin-bottom:8px}
.hero-sub{margin-bottom:20px}
.collaboration-section{padding-top:82px;background:linear-gradient(180deg,#ffffff,#f5fafc)}
.future{box-shadow:var(--shadow)}
.future h3{font-size:26px;margin-bottom:12px;color:#071827}
.site-chips{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px}
.site-chips li{display:inline-flex;align-items:center;border:1px solid #d9e7f0;background:#f7fbfd;border-radius:999px;padding:7px 10px;font-size:13px;line-height:1.25;color:#334d63;font-weight:650;white-space:normal}
.site-group p{display:none}
@media(max-width:1120px){.hero-grid{grid-template-columns:1fr}.hero-logo{justify-self:start;max-width:300px}.hero-logo img{width:min(100%,260px)}}
@media(max-width:680px){.hero-headline{font-size:36px}.lead{font-size:18px}.site-chips li{font-size:12px}.future{padding:24px}.collaboration-section{padding-top:54px}}
.dashboard-title{font-size:clamp(24px,3.2vw,34px);line-height:1.14;max-width:900px;text-wrap:balance}
/* Keep any viewport area below the footer dark rather than blank white in very tall previews. */
html, body{background:#071827}
main{background:linear-gradient(180deg,#f8fcfe 0%,#fff 46%,#f6f9fc 100%)}

/* Phone-specific polish only: these rules do not affect desktop/PC widths. */
@media (max-width: 760px){
  .wrap{padding:0 18px}
  .nav{height:72px;gap:10px}
  .brand{gap:10px;min-width:0;flex:1 1 auto}
  .brand img{width:42px;height:42px;border-radius:12px}
  .brand-name{font-size:21px;letter-spacing:.105em}
  .brand-subtitle{display:none}
  .pill{font-size:10px;letter-spacing:.045em;padding:7px 9px;max-width:142px;text-align:center;line-height:1.15}

  .hero-grid{grid-template-columns:1fr;gap:22px;padding:40px 0 38px}
  .hero-titlemark{font-size:clamp(48px,16vw,68px);letter-spacing:.1em;margin-bottom:8px}
  .hero-sub{font-size:14px;margin-bottom:16px}
  .hero-headline{font-size:clamp(31px,9vw,42px);line-height:1.06;margin-bottom:16px;max-width:100%}
  .lead{font-size:17px;line-height:1.52}
  .hero-actions{gap:10px;margin-top:22px}
  .hero-actions .btn{width:100%;padding:13px 15px}
  .hero-logo{justify-self:stretch;max-width:none;padding:18px;border-radius:24px}
  .hero-logo img{width:min(100%,230px);margin:auto}

  .section{padding:46px 0}
  .section.tight{padding:38px 0}
  .section-head{display:block;margin-bottom:20px}
  .section-head p{font-size:15px;line-height:1.55;margin-top:8px}
  h2{font-size:clamp(28px,8vw,36px)}
  h3{font-size:20px}

  .cards{grid-template-columns:1fr;gap:14px}
  .card{padding:20px}
  .card-icon{width:62px;height:62px;border-radius:14px;margin-bottom:12px}
  .icon-dot{width:44px;height:44px;border-radius:15px;margin-bottom:12px}

  .dashboard-panel{padding:20px;border-radius:24px}
  .dashboard-title{font-size:clamp(23px,7vw,30px);line-height:1.15}
  .dashboard-subtitle{font-size:14px;margin-bottom:16px}
  .metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .metric-card{min-height:96px;padding:14px;border-radius:17px}
  .metric-card:before{width:32px;height:3px;margin-bottom:10px}
  .metric-value{font-size:24px}
  .metric-card.is-empty .metric-value{font-size:20px}
  .metric-label{font-size:10.5px;letter-spacing:.06em;margin-top:9px}
  .dashboard-note{font-size:12px;line-height:1.45}

  .network-grid{grid-template-columns:1fr;gap:16px}
  .map-card{padding:10px;border-radius:24px}
  .sites{padding:18px;border-radius:22px}
  .site-section h3{font-size:19px}
  .site-group{padding:10px 0}
  .site-chips{gap:7px}
  .site-chips li{font-size:12px;padding:6px 8px}

  .pipeline{grid-template-columns:1fr;gap:12px}
  .step{min-height:0;padding:18px;border-radius:20px}
  .step p,.tool p,.project p{font-size:14px;line-height:1.55}
  .tools-list{grid-template-columns:1fr;gap:12px}
  .tool{display:block}
  .tool-logo{height:48px;max-width:190px;margin:0 0 14px}

  .projects-grid{grid-template-columns:1fr;gap:13px}
  .project{min-height:0;padding:20px;border-radius:22px}
  .project .arrow{width:34px;height:34px;right:16px;top:16px}

  .future{display:block;padding:22px;border-radius:24px}
  .future h3{font-size:22px}
  .future .btn{width:100%;margin-top:8px}

  footer{padding:32px 0}
  .footer-grid{display:block}
  .footer-brand{font-size:22px;letter-spacing:.1em;margin-bottom:14px}
  .footer-brand span{font-size:12px;line-height:1.4}
}

@media (max-width: 390px){
  .metric-grid{grid-template-columns:1fr}
  .pill{max-width:128px;font-size:9.5px}
}
/* Keep footer height natural; the page background outside the footer should not look like an oversized footer. */
html, body{background:linear-gradient(180deg,#f8fcfe 0%,#fff 46%,#f6f9fc 100%)}
main{background:transparent}
