
:root{
  --navy:#112B4A;
  --navy-dark:#061a33;
  --orange:#F47A20;
  --light:#F5F7FA;
  --border:#E3E9F2;
  --text:#263445;
  --muted:#5f6f82;
  --white:#ffffff;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:Arial, Helvetica, sans-serif;
  color:var(--text);
  line-height:1.6;
  background:#fff;
}
img{max-width:100%;display:block}
a{color:inherit}
.container{
  width:min(1120px, 92%);
  margin:0 auto;
}

/* Header */
.site-header{
  background:#fff;
  border-bottom:1px solid var(--border);
  position:sticky;
  top:0;
  z-index:50;
}
.nav-wrap{
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.brand{
  display:flex;
  align-items:center;
  text-decoration:none;
  flex-shrink:0;
}
.brand img{
  width:260px;
  max-width:32vw;
  height:auto;
}
.main-nav{
  display:flex;
  align-items:center;
  gap:28px;
  font-weight:800;
  color:var(--navy);
}
.main-nav a{
  text-decoration:none;
  white-space:nowrap;
}
.main-nav a:hover{color:var(--orange)}
.nav-cta{
  background:var(--orange);
  color:#fff !important;
  padding:12px 18px;
  border-radius:12px;
  box-shadow:0 10px 25px rgba(244,122,32,.22);
}

/* Buttons */
.btn-primary,.btn-light,.btn-outline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight:800;
  border-radius:12px;
  padding:14px 22px;
  transition:.2s ease;
}
.btn-primary{
  background:var(--orange);
  color:white;
  box-shadow:0 16px 30px rgba(244,122,32,.22);
}
.btn-primary:hover{transform:translateY(-2px)}
.btn-light{background:#fff;color:var(--navy)}
.btn-outline{border:1px solid var(--border);color:var(--navy);background:#fff}
.white-outline{border-color:rgba(255,255,255,.35);color:#fff;background:rgba(255,255,255,.08)}
.small{padding:10px 14px;border-radius:9px;font-size:.9rem}

/* Homepage hero */
.home-hero{
  background:radial-gradient(circle at top right, #173b67, var(--navy-dark) 58%);
  color:#fff;
  padding:92px 0;
  overflow:hidden;
}
.home-hero-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  align-items:center;
  gap:52px;
}
.home-hero-copy h1{
  color:#fff;
  font-size:clamp(2.5rem, 5vw, 4.6rem);
  line-height:1.03;
  letter-spacing:-.05em;
  margin:12px 0 20px;
}
.home-hero-copy p{
  color:#dbe7f4;
  font-size:1.2rem;
  max-width:620px;
  margin-bottom:30px;
}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.home-hero-image{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  border-radius:26px;
  padding:14px;
  box-shadow:0 28px 80px rgba(0,0,0,.28);
}
.home-hero-image img{
  width:100%;
  border-radius:20px;
}

/* Page heroes */
.page-hero{
  padding:86px 0;
  overflow:hidden;
}
.page-hero-light{
  background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);
}
.page-hero-dark{
  background:radial-gradient(circle at top right, #173b67, var(--navy-dark) 58%);
  color:#fff;
}
.page-hero-grid{
  display:grid;
  grid-template-columns: .95fr 1.25fr;
  align-items:center;
  gap:48px;
}
.page-copy h1{
  color:var(--navy);
  font-size:clamp(2.4rem, 5vw, 4.2rem);
  line-height:1.05;
  letter-spacing:-.045em;
  margin:10px 0 18px;
}
.dark-copy h1{color:#fff}
.page-copy p{
  font-size:1.18rem;
  color:var(--muted);
  max-width:620px;
  margin-bottom:28px;
}
.dark-copy p{color:#dbe7f4}
.eyebrow{
  display:inline-block;
  color:var(--orange);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.82rem;
}
.image-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  padding:14px;
  box-shadow:0 24px 70px rgba(17,43,74,.13);
}
.dark-image{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.16);
}
.image-card img{
  border-radius:18px;
  width:100%;
}

/* General sections */
.section{
  padding:86px 0;
}
.section-muted{
  background:var(--light);
}
.section-intro{
  max-width:760px;
  margin:0 auto 42px;
  text-align:center;
}
.section-intro h1,
.section-intro h2{
  color:var(--navy);
  font-size:clamp(2rem, 4vw, 3rem);
  line-height:1.08;
  letter-spacing:-.03em;
  margin:10px 0 14px;
}
.section-intro p{
  color:var(--muted);
  font-size:1.08rem;
}

/* Cards / grids */
.feature-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}
.feature-grid.four{
  grid-template-columns:repeat(4,1fr);
}
.card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:20px;
  padding:28px;
  box-shadow:0 14px 35px rgba(17,43,74,.06);
}
.feature-card h3{
  color:var(--navy);
  margin:12px 0 8px;
  font-size:1.25rem;
}
.feature-card p{color:var(--muted)}
.icon-pill{
  width:52px;
  height:52px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff2e9;
  color:var(--orange);
  font-size:1.4rem;
  font-weight:900;
}

/* Dashboard mockup */
.dashboard-showcase{max-width:1080px}
.mock-dashboard{
  display:grid;
  grid-template-columns:220px 1fr;
  background:#fff;
  border:1px solid var(--border);
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 30px 90px rgba(17,43,74,.15);
}
.mock-sidebar{
  background:var(--navy);
  color:#fff;
  padding:28px;
  display:flex;
  flex-direction:column;
  gap:18px;
}
.mock-sidebar strong{
  color:#fff;
  margin-bottom:18px;
}
.mock-sidebar span{
  color:#dbe7f4;
  font-weight:700;
}
.mock-main{padding:28px;background:#f8fafc}
.mock-topline{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:22px;
}
.mock-topline h3{font-size:1.6rem;color:var(--navy)}
.mock-topline p{color:var(--muted)}
.metric-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-bottom:22px;
}
.metric-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  padding:20px;
}
.metric-card span{
  color:var(--muted);
  font-size:.9rem;
  font-weight:700;
}
.metric-card strong{
  display:block;
  color:var(--navy);
  font-size:2rem;
  letter-spacing:-.04em;
}
.activity-panel{
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  padding:24px;
}
.activity-panel h4{color:var(--navy);margin-bottom:12px}
.activity-panel p{
  padding:10px 0;
  border-bottom:1px solid #eef2f6;
  color:var(--muted);
}

/* Pricing */
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.pricing-card{
  position:relative;
  background:#fff;
  border:1px solid var(--border);
  border-radius:22px;
  padding:34px;
  box-shadow:0 16px 45px rgba(17,43,74,.07);
}
.pricing-card.featured{
  border:2px solid #145bd7;
  transform:translateY(-10px);
}
.popular{
  position:absolute;
  top:-16px;
  left:50%;
  transform:translateX(-50%);
  background:#145bd7;
  color:#fff;
  font-size:.78rem;
  font-weight:900;
  padding:7px 14px;
  border-radius:999px;
}
.price{
  color:var(--navy);
  font-size:3rem;
  font-weight:900;
  letter-spacing:-.04em;
  margin:14px 0 8px;
}
.price span{
  font-size:1rem;
  color:var(--muted);
  font-weight:700;
}
.pricing-card p{color:var(--muted);margin-bottom:18px}
.pricing-card ul{
  list-style:none;
  margin:24px 0;
}
.pricing-card li{
  padding:9px 0;
  border-bottom:1px solid #edf1f6;
}
.pricing-card li:before{
  content:"✓";
  color:#15935d;
  font-weight:900;
  margin-right:8px;
}

/* Demo */
.steps-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.step-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:20px;
  padding:28px;
  box-shadow:0 14px 35px rgba(17,43,74,.06);
}
.step-card span{
  width:38px;height:38px;border-radius:12px;
  background:var(--navy);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-weight:900;margin-bottom:16px;
}
.step-card h3{color:var(--navy);margin-bottom:8px}
.step-card p{color:var(--muted)}
.two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:46px;
  align-items:center;
}
.two-col h2{
  color:var(--navy);
  font-size:2.5rem;
  line-height:1.08;
  margin:10px 0 16px;
}
.two-col p{color:var(--muted);font-size:1.08rem;margin-bottom:24px}
.email-preview,.roi-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 18px 50px rgba(17,43,74,.10);
}
.email-head{
  background:var(--navy);
  color:#fff;
  padding:18px 22px;
  font-weight:900;
}
.email-body{padding:26px}
.email-body strong{color:var(--navy);font-size:1.2rem}
.email-body p{margin:14px 0}
.roi-card{padding:30px}
.roi-card h3{color:var(--navy);font-size:1.6rem;margin-bottom:20px}
.roi-row,.roi-total{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:14px 0;
  border-bottom:1px solid #edf1f6;
}
.roi-total{
  background:#fff7f0;
  border:0;
  margin-top:18px;
  padding:18px;
  border-radius:14px;
  color:var(--navy);
}
.roi-row span{color:var(--muted)}
.roi-row strong,.roi-total strong{color:var(--navy)}

/* CTA and form */
.cta-band{
  background:var(--navy);
  color:#fff;
  padding:52px 0;
}
.cta-grid{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
}
.cta-grid h2{font-size:2rem;line-height:1.1;margin-bottom:8px}
.cta-grid p{color:#dbe7f4}
.proof-strip{
  background:#fff7f0;
  color:var(--navy);
  padding:24px 0;
  text-align:center;
  border-top:1px solid #ffd9c0;
  border-bottom:1px solid #ffd9c0;
}
.form-container{max-width:900px}
.tally-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  padding:18px;
  box-shadow:0 24px 70px rgba(17,43,74,.12);
}

/* Footer */
.site-footer{
  background:#071a31;
  color:#dbe7f4;
  padding:46px 0 22px;
}
.footer-grid{
  display:flex;
  justify-content:space-between;
  gap:30px;
  border-bottom:1px solid rgba(255,255,255,.12);
  padding-bottom:26px;
}
.footer-logo{
  width:210px;
  margin-bottom:12px;
  background:#fff;
  border-radius:10px;
  padding:6px;
}
.site-footer a{color:#fff;text-decoration:none}
.footer-bottom{
  text-align:center;
  color:#9fb0c3;
  font-size:.9rem;
  margin-top:22px;
}

/* Responsive */
@media (max-width: 1000px){
  .home-hero-grid,
  .page-hero-grid,
  .two-col{
    grid-template-columns:1fr;
  }
  .mock-dashboard{
    grid-template-columns:1fr;
  }
  .mock-sidebar{
    flex-direction:row;
    flex-wrap:wrap;
  }
  .metric-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width: 900px){
  .nav-wrap{
    flex-direction:column;
    padding:16px 0;
  }
  .brand img{
    width:230px;
    max-width:80vw;
  }
  .main-nav{
    flex-wrap:wrap;
    justify-content:center;
    gap:14px;
    font-size:.95rem;
  }
  .nav-cta{padding:10px 14px}
  .feature-grid,
  .feature-grid.four,
  .pricing-grid,
  .steps-grid{
    grid-template-columns:1fr;
  }
  .pricing-card.featured{
    transform:none;
  }
  .cta-grid{
    flex-direction:column;
    text-align:center;
  }
}
@media (max-width: 560px){
  .metric-grid{grid-template-columns:1fr}
  .home-hero{padding:64px 0}
  .section{padding:64px 0}
}
