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

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family:"Manrope",sans-serif;
  background:#f4f6fb;
  color:#070c28;
}

.container{
  width:min(1280px,92%);
  margin:auto;
}

.navbar{
  height:88px;
  background:#2d344f;
  display:flex;
  align-items:center;
  position:sticky;
  top:0;
  z-index:100;
}

.nav-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.logo{
  color:#fff;
  font-size:18px;
  font-weight:800;
  letter-spacing:.3px;
}

.logo span{
  display:inline-block;
  width:12px;
  height:12px;
  background:#ff2b25;
  border-radius:4px;
  margin-right:8px;
}

nav{
  display:flex;
  gap:46px;
}

nav a{
  color:#bfc4d8;
  text-decoration:none;
  font-size:16px;
  font-weight:700;
}

nav a.active{
  color:#fff;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:58px;
  padding:0 28px;
  background:#ff2d27;
  color:#fff;
  border-radius:12px;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 24px 45px rgba(255,45,39,.28);
}

.outline{
  background:transparent;
  border:1px solid #58617f;
  box-shadow:none;
}

.hero{
  min-height:790px;
  background:
    radial-gradient(circle at 88% 18%, rgba(46,70,255,.45), transparent 27%),
    #070d29;
  color:#fff;
  display:flex;
  align-items:center;
}

.hero-inner{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:center;
  padding-top:70px;
}

.eyebrow{
  font-family:"Space Mono",monospace;
  color:#3150d9;
  font-size:14px;
  font-weight:700;
  letter-spacing:3px;
  margin-bottom:28px;
}

.hero h1{
  font-size:68px;
  line-height:1.08;
  font-weight:800;
  max-width:650px;
  letter-spacing:-2.4px;
}

.hero h1 span{
  color:#ff2e27;
}

.hero-desc{
  color:#c6ccde;
  font-size:22px;
  line-height:1.55;
  max-width:660px;
  margin:34px 0 42px;
}

.hero-buttons{
  display:flex;
  gap:18px;
}

.ops-card{
  width:100%;
  max-width:680px;
  background:rgba(26,35,90,.68);
  border:1px solid rgba(106,119,180,.45);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 30px 80px rgba(0,0,0,.28);
}

.ops-head,
.ops-foot{
  padding:20px 28px;
  border-bottom:1px solid rgba(106,119,180,.25);
  font-family:"Space Mono",monospace;
  color:#8ea0ff;
  font-size:14px;
}

.ops-head{
  display:flex;
  justify-content:space-between;
}

.status{
  color:#5ee2ba;
}

.status b{
  display:inline-block;
  width:12px;
  height:12px;
  background:#21c45d;
  border-radius:50%;
  margin-right:9px;
}

.ops-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
}

.ops-grid div{
  padding:30px 28px;
  border-bottom:1px solid rgba(106,119,180,.25);
}

.ops-grid p{
  font-family:"Space Mono",monospace;
  color:#8ea0ff;
  font-size:14px;
  letter-spacing:1.5px;
  margin-bottom:12px;
}

.ops-grid h3{
  font-size:36px;
  color:#fff;
}

.ops-grid small{
  font-size:20px;
}

.ops-foot{
  border-bottom:none;
  font-size:12px;
}

.trusted{
  background:#fff;
  border-bottom:1px solid #d9deec;
}

.trusted-inner{
  height:100px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:36px;
  color:#a0a6bd;
  font-weight:800;
}

.trusted span{
  font-family:"Space Mono",monospace;
  font-size:12px;
  letter-spacing:3px;
}

.section-light{
  background:#f4f6fb;
}

.manage{
  padding:110px 0 115px;
}

section h2{
  font-size:48px;
  line-height:1.1;
  letter-spacing:-1.8px;
  font-weight:800;
}

.section-desc{
  color:#5f6b8d;
  font-size:20px;
  line-height:1.55;
  max-width:760px;
  margin-top:20px;
}

.card-grid{
  margin-top:80px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.service-card{
  background:#fff;
  border:1px solid #d7ddef;
  border-radius:12px;
  min-height:235px;
  padding:36px;
  box-shadow:0 22px 45px rgba(20,30,70,.04);
}

.icon{
    width:48px;
    height:48px;
    border-radius:12px;
    background:#eef1ff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:28px;
}

.icon svg{
    width:20px;
    height:20px;
    stroke:#3047ff;
    stroke-width:2;
}

.service-card h3{
  font-size:18px;
  margin-bottom:14px;
}

.service-card p{
  font-size:16px;
  line-height:1.55;
  color:#5f6b8d;
}

.plans{
  background:#fff;
  padding:135px 0 100px;
}

.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:80px;
}

.plan-card{
  position:relative;
  border:1px solid #d7ddef;
  border-radius:12px;
  padding:46px 34px 34px;
  min-height:365px;
  background:#fff;
}

.plan-card.featured{
  border:1.5px solid #3047ff;
  box-shadow:0 34px 70px rgba(47,67,255,.12);
}

.badge{
  position:absolute;
  top:-15px;
  left:34px;
  background:#2c45bd;
  color:#fff;
  font-family:"Space Mono",monospace;
  font-size:11px;
  font-weight:800;
  padding:8px 18px;
  border-radius:6px;
  letter-spacing:1px;
}

.plan-card h3{
  font-size:22px;
  margin-bottom:18px;
}

.plan-card p{
  color:#5f6b8d;
  font-size:17px;
  line-height:1.55;
  max-width:280px;
  margin-bottom:34px;
}

.plan-card ul{
  list-style:none;
}

.plan-card li{
  border-top:1px solid #d9deec;
  padding:14px 0;
  font-size:16px;
}

.plan-card li::before{
  content:"✓";
  color:#1d38bd;
  font-weight:800;
  margin-right:14px;
}

.process{
  background:#070d29;
  color:#fff;
  padding:105px 0 95px;
}

.process .section-desc{
  color:#aeb7d0;
  max-width:660px;
}

.steps{
  margin-top:70px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:44px;
  position:relative;
}

.steps::before{
  content:"";
  position:absolute;
  top:13px;
  left:0;
  right:0;
  height:1px;
  background:#283253;
}

.steps div{
  position:relative;
}

.steps span{
  font-family:"Space Mono",monospace;
  color:#ff2e27;
  background:#11193d;
  border-radius:50%;
  padding:6px;
  font-size:12px;
  position:relative;
  z-index:1;
}

.steps h3{
  margin:24px 0 12px;
  font-size:17px;
}

.steps p{
  color:#aeb7d0;
  line-height:1.55;
  font-size:15px;
}

.why{
  padding:120px 0 100px;
}

.why .section-desc{
  max-width:640px;
}

.why-grid{
  margin-top:85px;
  display:grid;
  grid-template-columns:1fr 1fr;
  border:1px solid #d7dcef;
  border-radius:12px;
  overflow:hidden;
  background:#fff;
}

.why-grid div{
  padding:42px;
  min-height:175px;
  border-right:1px solid #d7dcef;
  border-bottom:1px solid #d7dcef;
}

.why-grid div:nth-child(2),
.why-grid div:nth-child(4){
  border-right:none;
}

.why-grid div:nth-child(3),
.why-grid div:nth-child(4){
  border-bottom:none;
}

.why-grid h3{
  font-size:19px;
  margin-bottom:20px;
  display:flex;
  align-items:center;
  gap:14px;
}

.why-grid h3::before{
  content:"";
  width:24px;
  height:3px;
  background:#ff2e27;
  display:inline-block;
}

.why-grid p{
  color:#5f6b8d;
  line-height:1.55;
  font-size:17px;
}

.cta{
  padding:40px 0 130px;
}

.cta-box{
  min-height:270px;
  border-radius:16px;
  background:
    radial-gradient(circle at 88% 80%, rgba(255,45,39,.5), transparent 18%),
    radial-gradient(circle at 18% 15%, rgba(35,60,255,.55), transparent 35%),
    #1e2ba7;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  color:#fff;
}

.cta-box h2{
  font-size:38px;
}

.cta-box p{
  color:#d8def5;
  max-width:620px;
  margin:20px 0 26px;
  line-height:1.5;
}

.cta-box .btn{
  height:48px;
  padding:0 22px;
  font-size:14px;
}

footer{
  background:#070d29;
  color:#fff;
  padding:70px 0 28px;
}

.footer-inner{
  display:grid;
  grid-template-columns:1.4fr .8fr .8fr;
  gap:80px;
}

footer p{
  color:#9ca7c2;
  line-height:1.55;
  max-width:420px;
  margin-top:22px;
}

footer h4{
  font-size:13px;
  letter-spacing:1px;
  margin-bottom:20px;
}

footer a{
  display:block;
  color:#9ca7c2;
  margin-bottom:12px;
  font-size:15px;
}

.copyright{
  margin-top:55px;
  padding-top:25px;
  border-top:1px solid #26304f;
  display:flex;
  justify-content:space-between;
  color:#7f89a5;
  font-size:13px;
}

@media(max-width:900px){
  nav{
    display:none;
  }

  .hero-inner,
  .card-grid,
  .pricing-grid,
  .steps,
  .why-grid,
  .footer-inner{
    grid-template-columns:1fr;
  }

  .hero h1{
    font-size:46px;
  }

  section h2{
    font-size:34px;
  }

  .trusted-inner{
    flex-wrap:wrap;
    height:auto;
    padding:28px 0;
  }
}

/* ==========================================================
   Shared header/footer styles copied from styles.css
   ========================================================== */

:root{
  --site-primary:#00796B;
  --site-primary-light:#E0F2F1;
  --site-primary-dark:#004D40;
  --site-border:#E0E0E0;
  --site-text:#212121;
  --site-text-muted:#757575;
  --site-footer-bg:#1A1A2E;
  --site-teal-light:#B2DFDB;
  --site-shadow-sm:0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);
  --site-shadow-lg:0 8px 24px rgba(0,0,0,.12);
  --site-radius-sm:6px;
  --site-radius-md:10px;
  --site-radius-lg:16px;
  --site-transition:.22s ease;
  --site-header-h:68px;
  --site-font-body:"Roboto",sans-serif;
  --site-font-heading:"Roboto Slab",serif;
}

html,
body{
  width:100%;
  overflow-x:hidden;
}

body.nav-open{
  overflow:hidden;
}

.header{
  position:sticky;
  top:0;
  z-index:1000;
  min-height:var(--site-header-h);
  background:#fff;
  border-bottom:1px solid var(--site-border);
  box-shadow:var(--site-shadow-sm);
}

.header .container,
.footer .container{
  width:min(1200px,calc(100% - 48px));
  margin:0 auto;
}

.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:var(--site-header-h);
}

.header .logo{
  display:flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
}

.header .logo img{
  height:60px;
  width:auto;
  object-fit:contain;
}

.nav{
  display:flex;
  align-items:center;
  gap:8px;
  margin-left:auto;
}

.nav-list{
  display:flex;
  align-items:center;
  gap:4px;
  list-style:none;
}

.nav-item{
  position:relative;
}

.nav-link{
  display:flex;
  align-items:center;
  gap:4px;
  padding:8px 14px;
  font-family:var(--site-font-body);
  font-size:.9rem;
  font-weight:500;
  color:var(--site-text);
  border-radius:var(--site-radius-sm);
  white-space:nowrap;
  transition:background var(--site-transition),color var(--site-transition);
}

.nav-link:hover,
.nav-link.active{
  background:var(--site-primary-light);
  color:var(--site-primary);
}

.nav-link .arrow{
  font-size:.65rem;
  transition:transform var(--site-transition);
}

.dropdown-trigger{
  cursor:pointer;
}

.dropdown{
  display:none;
  position:absolute;
  top:calc(100% + 6px);
  left:0;
  min-width:220px;
  padding:6px 0;
  list-style:none;
  background:#fff;
  border:1px solid var(--site-border);
  border-radius:var(--site-radius-md);
  box-shadow:var(--site-shadow-lg);
  z-index:1002;
}

.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown{
  display:block;
}

.has-dropdown:hover .arrow{
  transform:rotate(180deg);
}

.dropdown li a{
  display:block;
  padding:10px 18px;
  font-family:var(--site-font-body);
  font-size:.9rem;
  color:var(--site-text);
  transition:background var(--site-transition),color var(--site-transition);
}

.dropdown li a:hover{
  background:var(--site-primary-light);
  color:var(--site-primary);
}

.header .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:10px 22px;
  border-radius:999px;
  font-family:var(--site-font-body);
  font-size:.9rem;
  font-weight:600;
  text-decoration:none;
  white-space:nowrap;
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease,border-color .15s ease;
}

.header .btn:hover{
  transform:translateY(-1px);
  box-shadow:var(--site-shadow-lg);
}

.header .btn-primary{
  color:#fff;
  background:var(--site-primary);
  border:2px solid var(--site-primary);
}

.header .btn-primary:hover{
  background:var(--site-primary-dark);
  border-color:var(--site-primary-dark);
}

.hamburger{
  display:none;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  padding:8px;
  border:none;
  background:none;
  border-radius:var(--site-radius-sm);
  transition:background var(--site-transition);
}

.hamburger:hover{
  background:#f5f5f5;
}

.hamburger span{
  display:block;
  width:24px;
  height:2px;
  background:var(--site-text);
  border-radius:2px;
  transition:transform .3s ease,opacity .3s ease;
}

body.nav-open .hamburger span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}

body.nav-open .hamburger span:nth-child(2){
  opacity:0;
}

body.nav-open .hamburger span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

.mobile-nav-overlay{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.4);
  z-index:998;
}

body.nav-open .mobile-nav-overlay{
  display:block;
}

.footer{
  background:var(--site-footer-bg);
  color:rgba(255,255,255,.82);
  padding:60px 0 28px;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1.6fr;
  gap:40px;
  margin-bottom:48px;
}

.footer-brand p{
  margin-top:12px;
  font-size:.88rem;
  color:rgba(255,255,255,.72);
  line-height:1.7;
  max-width:none;
}

.footer-col h4{
  margin-bottom:16px;
  font-family:var(--site-font-heading);
  font-size:.9rem;
  font-weight:700;
  letter-spacing:.8px;
  text-transform:uppercase;
  color:#fff;
}

.footer-col ul{
  display:flex;
  flex-direction:column;
  gap:9px;
  list-style:none;
}

.footer-col ul li a{
  display:block;
  margin-bottom:0;
  font-size:.88rem;
  color:rgba(255,255,255,.72);
  transition:opacity var(--site-transition),color var(--site-transition);
}

.footer-col ul li a:hover{
  color:var(--site-teal-light);
}

.footer-contact-item{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-bottom:10px;
  font-size:.88rem;
  color:rgba(255,255,255,.82);
}

.footer-contact-icon{
  flex-shrink:0;
  margin-top:1px;
  font-size:1rem;
}

.footer-contact-item a{
  color:var(--site-teal-light);
}

.footer-contact-item a:hover{
  text-decoration:underline;
}

.footer-hub-title{
  margin:20px 0 10px;
  font-size:.75rem;
  font-weight:700;
  letter-spacing:.8px;
  text-transform:uppercase;
  color:var(--site-teal-light);
}

.footer-hub-list{
  list-style:none;
  padding:0;
}

.footer-hub-list li{
  padding:4px 0;
  margin-bottom:0;
  font-size:.84rem;
  color:rgba(255,255,255,.7);
  border-bottom:1px solid rgba(255,255,255,.07);
}

.footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:12px;
  margin-top:0;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.1);
  color:rgba(255,255,255,.55);
  font-size:.82rem;
}

.footer-bottom p{
  margin-top:0;
  color:inherit;
}

.footer-bottom a{
  margin-bottom:0;
  color:rgba(255,255,255,.72);
}

.footer-bottom a:hover{
  color:var(--site-teal-light);
}

.social-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:16px;
  color:rgba(255,255,255,.72);
}

.social-link:hover{
  color:var(--site-teal-light);
}

.icon svg,
.icon i,
.icon .lucide{
  width:20px;
  height:20px;
  stroke:#3047ff;
}

@media (max-width:1200px){
  .hero{
    min-height:auto;
  }

  .hero-inner{
    gap:40px;
    padding-top:48px;
    padding-bottom:40px;
    grid-template-columns:minmax(0,1fr) minmax(320px,.92fr);
  }

  .hero h1{
    font-size:clamp(3rem,7vw,4.25rem);
  }
}

@media (max-width:968px){
  .nav{
    position:fixed;
    top:var(--site-header-h);
    left:0;
    right:0;
    bottom:0;
    background:#fff;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    gap:0;
    padding:24px;
    overflow-y:auto;
    transform:translateX(-100%);
    transition:transform .3s ease;
    z-index:999;
    box-shadow:var(--site-shadow-lg);
  }

  body.nav-open .nav{
    transform:translateX(0);
  }

  .nav-list{
    width:100%;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
  }

  .nav-item{
    width:100%;
  }

  .nav-link{
    width:100%;
    padding:14px 4px;
    font-size:1rem;
    border-radius:0;
    border-bottom:1px solid var(--site-border);
  }

  .dropdown{
    position:static;
    min-width:0;
    width:100%;
    padding:0 0 0 16px;
    border:none;
    border-radius:0;
    box-shadow:none;
    animation:none;
  }

  .has-dropdown:hover .dropdown{
    display:none;
  }

  .has-dropdown.open .dropdown{
    display:block;
  }

  .dropdown li a{
    padding:10px 8px;
    border-bottom:1px solid var(--site-border);
  }

  .nav .btn{
    width:100%;
    margin-top:20px;
    justify-content:center;
  }

  .hamburger{
    display:flex;
  }

  .hero-inner{
    grid-template-columns:1fr;
  }

  .ops-card{
    max-width:100%;
  }

  .card-grid,
  .pricing-grid,
  .steps{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .steps{
    gap:28px;
  }

  .steps::before{
    display:none;
  }

  .footer-grid{
    grid-template-columns:1fr 1fr;
    gap:28px;
  }
}

@media (max-width:768px){
  :root{
    --site-header-h:60px;
  }

  .header .container,
  .footer .container{
    width:min(100%,calc(100% - 32px));
  }

  .header .logo img{
    height:52px;
  }

  .hero-inner{
    gap:28px;
    padding-top:36px;
    padding-bottom:30px;
  }

  .hero h1{
    font-size:clamp(2.35rem,12vw,3.25rem);
    letter-spacing:-1.5px;
  }

  .hero-desc{
    margin:24px 0 28px;
    font-size:1rem;
  }

  .hero-buttons{
    flex-direction:column;
    align-items:stretch;
  }

  .hero .btn{
    width:100%;
  }

  .trusted-inner{
    height:auto;
    padding:24px 0;
    justify-content:flex-start;
    gap:14px 20px;
    flex-wrap:wrap;
  }

  section h2{
    font-size:clamp(1.9rem,8vw,2.5rem);
    letter-spacing:-1.2px;
  }

  .section-desc{
    margin-top:16px;
    font-size:1rem;
  }

  .manage,
  .plans,
  .process,
  .why{
    padding:72px 0;
  }

  .cta{
    padding:32px 0 88px;
  }

  .card-grid,
  .pricing-grid,
  .steps,
  .why-grid,
  .footer-grid{
    grid-template-columns:1fr;
  }

  .ops-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .service-card,
  .plan-card,
  .why-grid div{
    min-height:auto;
    padding:28px 22px;
  }

  .why-grid div,
  .why-grid div:nth-child(2),
  .why-grid div:nth-child(4){
    border-right:none;
  }

  .why-grid div:nth-child(3){
    border-bottom:1px solid #d7dcef;
  }

  .cta-box{
    min-height:auto;
    padding:48px 24px;
  }

  .cta-box h2{
    font-size:2rem;
  }
}

@media (max-width:560px){
  :root{
    --site-header-h:56px;
  }

  .header .container,
  .footer .container{
    width:min(100%,calc(100% - 24px));
  }

  .header .logo img{
    height:46px;
  }

  .nav{
    padding:20px 16px 28px;
  }

  .container{
    width:min(1280px,calc(100% - 24px));
  }

  .hero h1{
    font-size:2rem;
  }

  .eyebrow{
    margin-bottom:18px;
    font-size:12px;
    letter-spacing:2.2px;
  }

  .ops-head,
  .ops-foot,
  .ops-grid div{
    padding:18px;
  }

  .ops-grid{
    grid-template-columns:1fr;
  }

  .ops-grid h3{
    font-size:30px;
  }

  .trusted-inner b{
    font-size:.95rem;
  }

  .badge{
    left:20px;
  }

  .plan-card{
    padding:38px 20px 24px;
  }

  .service-card{
    padding:24px 20px;
  }

  .steps span{
    display:inline-flex;
    width:34px;
    height:34px;
    align-items:center;
    justify-content:center;
    padding:0;
  }

  .why-grid div{
    padding:26px 20px;
  }

  .cta-box h2{
    font-size:1.65rem;
  }

  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}
