
:root {
  --navy-950:#06111f;
  --navy-900:#081629;
  --navy-800:#0c2340;
  --blue-700:#154b77;
  --blue-500:#2e76a8;
  --teal:#34b6ad;
  --gold:#d8ad62;
  --cream:#f6f3ed;
  --paper:#fbfaf7;
  --ink:#111d2a;
  --muted:#627080;
  --line:#dbe2e7;
  --white:#ffffff;
  --shadow:0 24px 70px rgba(6,17,31,.12);
  --radius:24px;
  --container:1180px;
}
*{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;
  color:var(--ink);
  background:var(--paper);
  line-height:1.6;
}
a{color:inherit}
img{max-width:100%}
.container{width:min(var(--container), calc(100% - 40px));margin-inline:auto}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:absolute;left:-9999px;top:10px;background:#fff;color:#000;padding:10px;z-index:9999}
.skip-link:focus{left:10px}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(251,250,247,.92);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(17,29,42,.08);
}
.nav-wrap{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none}
.brand-mark{
  width:46px;height:50px;display:grid;place-items:center;position:relative;
  background:linear-gradient(145deg,var(--navy-800),var(--blue-700));
  clip-path:polygon(50% 0, 94% 18%, 88% 72%, 50% 100%, 12% 72%, 6% 18%);
  box-shadow:0 10px 24px rgba(12,35,64,.2);
}
.brand-mark:after{
  content:"";position:absolute;inset:4px;
  border:1px solid rgba(216,173,98,.75);
  clip-path:inherit;
}
.brand-mark-inner{color:var(--gold);font-family:Georgia,serif;font-weight:700;font-size:26px;z-index:1}
.brand-mark.small{width:38px;height:42px}
.brand-copy{display:flex;flex-direction:column;line-height:1.08}
.brand-copy strong{font-family:Georgia, "Times New Roman", serif;font-size:19px;letter-spacing:.01em}
.brand-copy small{text-transform:uppercase;letter-spacing:.16em;font-size:9px;color:var(--muted);margin-top:5px}
.primary-nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:650}
.primary-nav a{text-decoration:none}
.primary-nav a:not(.nav-cta){position:relative}
.primary-nav a:not(.nav-cta):after{content:"";position:absolute;left:0;bottom:-7px;height:2px;width:0;background:var(--gold);transition:.25s}
.primary-nav a:not(.nav-cta):hover:after{width:100%}
.nav-cta{padding:11px 17px;border-radius:999px;background:var(--navy-900);color:white}
.menu-toggle{display:none;background:none;border:0;padding:8px}
.menu-toggle span:not(.sr-only){display:block;width:24px;height:2px;background:var(--ink);margin:5px}
.hero{
  position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 72% 30%, rgba(52,182,173,.18), transparent 28%),
    linear-gradient(125deg,#f9f7f1 0%,#f4f1e9 50%,#edf5f4 100%);
  border-bottom:1px solid var(--line);
}
.hero:before{
  content:"";position:absolute;right:-160px;top:-170px;width:560px;height:560px;border-radius:50%;
  border:1px solid rgba(21,75,119,.12);box-shadow:0 0 0 70px rgba(21,75,119,.025),0 0 0 140px rgba(21,75,119,.018);
}
.hero-grid{min-height:680px;display:grid;grid-template-columns:1.15fr .85fr;gap:72px;align-items:center;padding-block:80px}
.eyebrow{font-size:12px;letter-spacing:.19em;font-weight:800;color:var(--blue-700);margin:0 0 18px}
.eyebrow-light{color:#9edfd8}
.hero h1,.section h2,.cta-section h2{
  font-family:Georgia, "Times New Roman", serif;
  font-weight:500;line-height:.99;letter-spacing:-.035em;margin:0;
}
.hero h1{font-size:clamp(46px,6vw,78px);max-width:820px}
.hero h1 span{color:var(--blue-700)}
.hero-lead{font-size:19px;max-width:720px;color:#445466;margin:28px 0 0}
.hero-actions,.button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.button{
  display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;
  border-radius:999px;text-decoration:none;font-weight:750;font-size:14px;transition:.2s ease;
  border:1px solid transparent;
}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--navy-900);color:#fff;box-shadow:0 12px 30px rgba(8,22,41,.18)}
.button-secondary{border-color:rgba(8,22,41,.18);background:rgba(255,255,255,.45)}
.button-light{background:#fff;color:var(--navy-900)}
.button-ghost{border-color:rgba(255,255,255,.22);color:#fff}
.full{width:100%}
.hero-trust{display:flex;flex-wrap:wrap;gap:22px;margin-top:28px;color:#647384;font-size:13px;font-weight:650}
.hero-trust span{display:inline-flex;align-items:center;gap:8px}
.hero-trust span:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--gold)}
.hero-panel{
  position:relative;background:var(--navy-900);color:#fff;border-radius:28px;padding:32px;
  box-shadow:0 30px 80px rgba(6,17,31,.23);overflow:hidden;
}
.hero-panel:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-110px;bottom:-120px;border:1px solid rgba(52,182,173,.3);box-shadow:0 0 0 50px rgba(52,182,173,.04)}
.panel-top{display:flex;justify-content:space-between;align-items:center}
.panel-kicker{font-size:10px;letter-spacing:.2em;color:#9eb2c7;font-weight:800}
.pulse-dot{width:9px;height:9px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 6px rgba(52,182,173,.13)}
.hero-panel h2{font-family:Georgia,serif;font-size:34px;font-weight:500;line-height:1.08;margin:28px 0 22px}
.model-lines{position:relative;z-index:1}
.model-item{display:grid;grid-template-columns:44px 1fr;gap:15px;padding:18px 0;border-top:1px solid rgba(255,255,255,.12)}
.model-no{font-family:Georgia,serif;color:var(--gold);font-size:14px}
.model-item div{display:flex;flex-direction:column}
.model-item strong{font-size:15px}
.model-item small{color:#aebccc;margin-top:2px}
.cred-strip{background:#fff;border-bottom:1px solid var(--line)}
.cred-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.cred-grid>div{padding:21px 26px;border-left:1px solid var(--line)}
.cred-grid>div:first-child{border-left:0}
.cred-grid small{display:block;color:var(--muted);font-size:10px;letter-spacing:.16em;font-weight:800}
.cred-grid strong{font-family:Georgia,serif;font-size:18px;font-weight:600}
.section{padding:105px 0}
.section-heading{max-width:760px;margin-bottom:48px}
.section-heading.narrow{max-width:720px}
.section h2,.cta-section h2{font-size:clamp(38px,5vw,58px)}
.section-heading>p:last-child,.section-lead{font-size:18px;color:#556576}
.solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.solution-card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:34px;
  min-height:350px;display:flex;flex-direction:column;box-shadow:0 12px 36px rgba(6,17,31,.035);
  transition:.25s;
}
.solution-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.featured-card{background:linear-gradient(155deg,#fff 0%,#f0f7f6 100%);border-color:#c9dedb}
.card-icon{
  width:52px;height:52px;border-radius:16px;background:var(--navy-900);color:var(--gold);
  display:grid;place-items:center;font-size:12px;letter-spacing:.08em;font-weight:850;margin-bottom:28px
}
.card-label{font-size:10px;letter-spacing:.16em;color:var(--blue-700);font-weight:850;margin:0 0 10px}
.solution-card h3,.gov-card h3,.mini-card h3{font-family:Georgia,serif;font-size:29px;line-height:1.1;margin:0 0 16px;font-weight:500}
.solution-card p:not(.card-label){color:#596878;margin-top:0}
.text-link{margin-top:auto;text-decoration:none;font-size:14px;font-weight:800;color:var(--blue-700);padding-top:16px}
.text-link span{margin-left:4px}
.section-dark{background:var(--navy-900);color:#fff;position:relative;overflow:hidden}
.section-dark:before{content:"";position:absolute;left:-190px;bottom:-250px;width:620px;height:620px;border-radius:50%;border:1px solid rgba(255,255,255,.06);box-shadow:0 0 0 80px rgba(255,255,255,.018)}
.split{display:grid;grid-template-columns:1.15fr .85fr;gap:86px;align-items:center}
.split.reverse{grid-template-columns:.9fr 1.1fr}
.light-copy{color:#b6c2cf}
.capability-list{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;margin-top:30px}
.capability-list span{padding:11px 0;border-bottom:1px solid rgba(255,255,255,.12);color:#e4ecf4;font-size:14px}
.gov-card{position:relative;z-index:1;background:#102844;border:1px solid rgba(255,255,255,.12);border-radius:26px;padding:34px}
.gov-card .card-label{color:#94d8d1}
.gov-card dl{margin:24px 0}
.gov-card dl div{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-top:1px solid rgba(255,255,255,.1)}
.gov-card dt{color:#99aabd;font-size:13px}.gov-card dd{font-weight:750;margin:0;text-align:right}
.small-note{color:#aebdcc;font-size:13px}
.text-link-light{color:#fff}
.visual-block{
  min-height:470px;position:relative;border-radius:32px;
  background:linear-gradient(145deg,#edf2f0,#f7f3e9);
  border:1px solid var(--line);overflow:hidden;
}
.visual-block:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(12,35,64,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(12,35,64,.04) 1px,transparent 1px);background-size:34px 34px}
.orbit{position:absolute;border:1px solid rgba(21,75,119,.2);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}
.orbit-a{width:310px;height:310px}.orbit-b{width:410px;height:410px;border-style:dashed}
.visual-core{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:150px;height:150px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;flex-direction:column;background:var(--navy-900);color:white;
  box-shadow:0 20px 50px rgba(8,22,41,.24);z-index:2
}
.visual-core strong{font-family:Georgia,serif;font-size:38px;color:var(--gold)}
.visual-core span{font-size:9px;text-align:center;letter-spacing:.17em;color:#c1d0dd;line-height:1.4}
.orbit-label{position:absolute;background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 14px;font-size:12px;font-weight:800;box-shadow:0 8px 22px rgba(6,17,31,.08);z-index:3}
.label-one{top:13%;left:40%}.label-two{top:42%;right:4%}.label-three{bottom:11%;left:37%}.label-four{top:47%;left:3%}
.check-list{list-style:none;padding:0;margin:28px 0}
.check-list li{position:relative;padding:10px 0 10px 30px;border-bottom:1px solid var(--line)}
.check-list li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:900}
.section-soft{background:var(--cream);border-top:1px solid #e5dfd3;border-bottom:1px solid #e5dfd3}
.three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.mini-card{background:rgba(255,255,255,.7);border:1px solid #e5dfd3;border-radius:22px;padding:30px}
.mini-no{font-family:Georgia,serif;color:var(--gold);font-size:15px}
.mini-card h3{margin-top:30px}
.mini-card p{color:#61707e}
.disclaimer{margin-top:28px;font-size:12px;color:#7b807f;max-width:950px}
.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}
.about-copy p{color:#5b6976}
.about-copy .lead-quote{font-family:Georgia,serif;font-size:29px;line-height:1.35;color:var(--navy-800);margin-top:0}
.cta-section{padding:90px 0;background:linear-gradient(125deg,#0b223b,#0d2f4c);color:white}
.cta-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center}
.cta-grid>div:first-child>p:last-child{color:#b8c7d5;font-size:18px;max-width:600px}
.contact-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:24px;padding:30px}
.contact-label{font-size:10px;letter-spacing:.18em;color:#9edfd8;font-weight:850;margin:0 0 4px}
.contact-main{font-family:Georgia,serif;font-size:25px;text-decoration:none;display:inline-block;margin-bottom:25px}
.contact-card address{font-style:normal;color:#c6d2de;margin-bottom:24px}
.site-footer{background:#050d17;color:#d7e0e8;padding:66px 0 26px}
.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:50px}
.footer-brand p{max-width:360px;color:#8191a0;font-size:13px}
.site-footer .brand-copy small{color:#718392}
.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:9px}
.footer-grid strong{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#9eb1c1;margin-bottom:5px}
.footer-grid a{font-size:13px;color:#93a3b2;text-decoration:none}
.footer-grid a:hover{color:white}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:45px;padding-top:22px;display:flex;justify-content:space-between;color:#71808e;font-size:12px}
.legal-page{min-height:70vh;padding:80px 0}
.legal-page .content{max-width:820px}
.legal-page h1{font-family:Georgia,serif;font-size:52px;line-height:1.05}
.legal-page h2{font-family:Georgia,serif;font-size:27px;margin-top:38px}
.legal-page p,.legal-page li{color:#566575}
@media (max-width: 980px){
  .primary-nav{position:absolute;left:20px;right:20px;top:74px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch}
  .primary-nav.open{display:flex}.menu-toggle{display:block}.nav-cta{text-align:center}
  .hero-grid,.split,.split.reverse,.cta-grid,.about-grid{grid-template-columns:1fr;gap:48px}
  .hero-grid{padding-block:60px}.hero-panel{max-width:680px}
  .cred-grid{grid-template-columns:1fr 1fr}.cred-grid>div:nth-child(3){border-top:1px solid var(--line)}.cred-grid>div:nth-child(4){border-top:1px solid var(--line)}
  .about-grid{gap:25px}
  .footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2}
}
@media (max-width: 700px){
  .container{width:min(var(--container), calc(100% - 28px))}
  .nav-wrap{min-height:72px}.brand-copy strong{font-size:16px}.brand-copy small{font-size:8px}
  .brand-mark{width:39px;height:44px}
  .hero-grid{min-height:auto;padding-block:48px}.hero h1{font-size:46px}.hero-lead{font-size:17px}
  .hero-actions,.button-row{flex-direction:column;align-items:stretch}.button{width:100%}
  .cred-grid{grid-template-columns:1fr 1fr}.cred-grid>div{padding:17px 14px}.cred-grid strong{font-size:15px}
  .section{padding:76px 0}.section h2,.cta-section h2{font-size:40px}
  .solution-grid,.three-grid{grid-template-columns:1fr}.solution-card{min-height:auto}
  .capability-list{grid-template-columns:1fr}
  .visual-block{min-height:390px}.orbit-a{width:250px;height:250px}.orbit-b{width:330px;height:330px}
  .label-one{top:11%;left:34%}.label-two{top:43%;right:1%}.label-three{bottom:9%;left:29%}.label-four{top:48%;left:1%}
  .footer-grid{grid-template-columns:1fr 1fr;gap:34px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}
  .footer-bottom{flex-direction:column;gap:7px}
  .contact-main{font-size:20px}
}


/* Updated IPFG image logo */
.brand-logo{display:block;height:54px;width:auto;flex:0 0 auto}
.footer-logo{height:46px}
.brand{gap:14px}
.brand-mark,.brand-mark.small{display:none !important}
@media (max-width: 700px){
  .brand-logo{height:44px}
  .footer-logo{height:40px}
}
