
:root{
  --navy:#0b2f67;
  --navy-2:#102857;
  --blue:#266ec2;
  --blue-2:#5fa5e7;
  --ice:#eef5fc;
  --ink:#122033;
  --muted:#607087;
  --line:#dce7f2;
  --white:#ffffff;
  --shadow:0 20px 70px rgba(11,47,103,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.6;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{
  position:sticky;top:0;z-index:50;
  backdrop-filter:blur(16px);
  background:rgba(255,255,255,.86);
  border-bottom:1px solid rgba(11,47,103,.08);
}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between}
.brand img{width:152px;height:58px;object-fit:cover;object-position:center 55%}
.nav-links{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}
.nav-links>a:not(.btn){color:#314156}
.nav-links>a:not(.btn):hover{color:var(--blue)}
.menu-toggle{display:none;background:none;border:0;padding:8px}
.menu-toggle span{display:block;width:24px;height:2px;background:var(--navy);margin:5px 0}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:50px;padding:0 22px;border-radius:12px;
  font-weight:700;font-size:14px;transition:.2s ease;border:1px solid transparent;
}
.btn:hover{transform:translateY(-2px)}
.btn-sm{min-height:42px;padding:0 17px}
.btn-primary{background:linear-gradient(135deg,var(--navy),var(--blue));color:white;box-shadow:0 10px 30px rgba(38,110,194,.24)}
.btn-outline{border-color:#b9cbe0;color:var(--navy)}
.btn-ghost{color:var(--navy);background:#fff;border-color:#d7e2ef}
.hero{
  min-height:760px;display:flex;align-items:center;position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 80% 30%, rgba(93,165,231,.12), transparent 32%),
    linear-gradient(180deg,#fff 0%,#fbfdff 100%);
}
.hero-glow{position:absolute;border-radius:50%;filter:blur(5px);pointer-events:none}
.hero-glow-1{width:480px;height:480px;right:-160px;top:70px;background:rgba(81,151,220,.08)}
.hero-glow-2{width:360px;height:360px;left:-180px;bottom:0;background:rgba(11,47,103,.05)}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:70px;padding:80px 0}
.eyebrow{font-size:12px;letter-spacing:.18em;font-weight:800;color:var(--blue);margin-bottom:16px}
.hero h1,.section-heading h2,.cta-card h2{
  font-family:"Manrope",sans-serif;letter-spacing:-.035em;line-height:1.08;margin:0;
}
.hero h1{font-size:clamp(48px,5.2vw,76px);max-width:780px}
.hero h1 span{
  background:linear-gradient(110deg,var(--navy),var(--blue-2));
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero-text{font-size:18px;color:var(--muted);max-width:720px;margin:26px 0 32px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:50px}
.hero-proof div{padding-top:16px;border-top:1px solid var(--line)}
.hero-proof strong,.hero-proof span{display:block}
.hero-proof strong{font-size:14px;color:var(--navy)}
.hero-proof span{font-size:12px;color:var(--muted);margin-top:3px}
.hero-visual{display:flex;justify-content:center;align-items:center;min-height:510px}
.orbital{
  width:min(470px,100%);aspect-ratio:1;position:relative;border-radius:50%;
  background:radial-gradient(circle at center,rgba(61,135,207,.14),rgba(255,255,255,0) 58%);
}
.orbital:before,.orbital:after{
  content:"";position:absolute;inset:8%;border-radius:50%;border:1px dashed rgba(38,110,194,.22)
}
.orbital:after{inset:24%;border-style:solid;border-color:rgba(38,110,194,.13)}
.core{
  position:absolute;inset:34%;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;
  background:linear-gradient(145deg,#0c316c,#1f66b4);color:#fff;text-align:center;
  box-shadow:0 25px 60px rgba(11,47,103,.28);z-index:2
}
.core span{font-size:10px;letter-spacing:.16em;opacity:.75}
.core strong{font-family:"Manrope";font-size:20px;line-height:1.15;margin-top:5px}
.orbit-card{
  position:absolute;width:205px;background:rgba(255,255,255,.94);border:1px solid #e2ebf5;border-radius:16px;
  box-shadow:var(--shadow);padding:14px;display:flex;gap:12px;align-items:center;z-index:3
}
.orbit-card .icon{
  width:42px;height:42px;border-radius:12px;background:var(--ice);color:var(--blue);
  display:grid;place-items:center;font-weight:800;font-size:21px;flex:0 0 auto
}
.orbit-card strong,.orbit-card small{display:block}
.orbit-card strong{font-size:14px;color:var(--navy)}
.orbit-card small{font-size:11px;color:var(--muted);margin-top:1px}
.card-1{left:-3%;top:16%}.card-2{right:-8%;top:28%}.card-3{left:-8%;bottom:18%}.card-4{right:-3%;bottom:9%}
.orbit-line{position:absolute;background:linear-gradient(90deg,rgba(38,110,194,.04),rgba(38,110,194,.34));height:1px;transform-origin:left}
.line-1{width:110px;left:25%;top:36%;transform:rotate(24deg)}
.line-2{width:100px;left:53%;top:55%;transform:rotate(-24deg)}
.line-3{width:115px;left:29%;top:64%;transform:rotate(-20deg)}
.problem-strip{background:var(--navy);color:#fff;padding:28px 0}
.problem-strip .container{display:flex;justify-content:space-between;gap:30px;align-items:center}
.problem-strip p{margin:0;opacity:.78}.problem-strip strong{max-width:500px}
.section{padding:110px 0}
.section-heading{text-align:center;max-width:780px;margin:0 auto 56px}
.section-heading.align-left{text-align:left;margin:0 0 30px}
.section-heading h2{font-size:clamp(34px,4vw,52px)}
.section-heading p{color:var(--muted);font-size:17px;margin:20px 0 0}
.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.service-card{
  position:relative;min-height:350px;padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff;
  box-shadow:0 16px 45px rgba(12,49,108,.05);transition:.22s ease
}
.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#c6d8ea}
.service-number{font-family:"Manrope";font-size:13px;color:#87a2bf;font-weight:800}
.service-card h3{font-family:"Manrope";font-size:24px;margin:42px 0 12px;color:var(--navy)}
.service-card p{color:var(--muted)}
.service-card ul{padding:0;margin:24px 0 0;list-style:none}
.service-card li{font-size:13px;padding:7px 0;border-top:1px solid #eef3f8}
.service-card li:before{content:"→";color:var(--blue);margin-right:8px}
.service-card.featured{background:linear-gradient(145deg,#0c326f,#1f68ba);color:#fff;border-color:transparent}
.service-card.featured h3,.service-card.featured .service-number{color:#fff}
.service-card.featured p{color:rgba(255,255,255,.76)}
.service-card.featured li{border-color:rgba(255,255,255,.13)}
.featured-tag{
  position:absolute;right:22px;top:22px;font-size:9px;letter-spacing:.16em;font-weight:800;
  padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.14)
}
.section-dark{background:linear-gradient(145deg,#071d41,#0c326f);color:white}
.section-heading.light h2{color:white}.section-heading.light .eyebrow{color:#89c4ff}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.steps article{padding:28px 24px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.035)}
.steps span{font-family:"Manrope";font-size:13px;color:#8bc4ff}
.steps h3{font-family:"Manrope";font-size:22px;margin:50px 0 10px}
.steps p{color:rgba(255,255,255,.65);font-size:14px}
.benefits-section{background:#fbfdff}
.benefits-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}
.text-link{font-weight:800;color:var(--blue)}
.benefits-list{display:grid;gap:14px}
.benefit{
  display:flex;gap:18px;padding:24px;border:1px solid var(--line);border-radius:16px;background:white
}
.benefit>span{
  width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:var(--ice);color:var(--blue);
  font-weight:800;flex:0 0 auto
}
.benefit strong{color:var(--navy)}
.benefit p{margin:5px 0 0;color:var(--muted);font-size:14px}
.bellaflow-section{padding-top:30px}
.bellaflow-card{
  padding:44px 48px;border-radius:28px;background:
  radial-gradient(circle at 90% 20%,rgba(111,179,236,.22),transparent 27%),
  linear-gradient(135deg,#eef6fd,#ffffff);
  border:1px solid #d9e7f4;display:flex;justify-content:space-between;gap:40px;align-items:center
}
.bellaflow-card h2{font-family:"Manrope";font-size:42px;color:var(--navy);margin:0}
.bellaflow-card p{max-width:700px;color:var(--muted)}
.bella-badge{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.bella-badge span{padding:9px 12px;border-radius:999px;background:white;border:1px solid #d6e4f2;font-size:12px;font-weight:700;color:var(--navy)}
.about-section{padding-top:70px}
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}
.about-panel{
  min-height:390px;border-radius:26px;background:linear-gradient(145deg,#eff6fd,#fff);display:grid;place-items:center;border:1px solid var(--line)
}
.about-panel img{width:76%;mix-blend-mode:multiply}
.about-grid>div:last-child>p{color:var(--muted);font-size:16px}
.cta-section{padding:0 0 100px}
.cta-card{
  padding:56px;border-radius:28px;background:linear-gradient(135deg,#09295f,#1e69bb);
  color:white;display:grid;grid-template-columns:1.3fr .7fr;gap:50px;align-items:center;
  box-shadow:0 30px 80px rgba(10,45,98,.22)
}
.cta-card .eyebrow{color:#9bceff}
.cta-card h2{font-size:clamp(34px,4vw,50px)}
.cta-card p{color:rgba(255,255,255,.72)}
.cta-actions{display:flex;flex-direction:column;gap:10px;align-items:stretch}
.btn-light{background:white;color:var(--navy);box-shadow:none}
.btn-outline-light{border-color:rgba(255,255,255,.3);color:#fff}
.cta-actions small{color:rgba(255,255,255,.55);font-size:10px;text-align:center}
footer{border-top:1px solid var(--line);padding:42px 0}
.footer-grid{display:grid;grid-template-columns:1fr auto auto;gap:30px;align-items:center}
.footer-brand img{width:140px;height:48px;object-fit:cover;object-position:center 55%}
.footer-brand p{font-size:11px;color:var(--muted);margin:4px 0 0}
.footer-links{display:flex;gap:22px;font-size:12px;font-weight:700;color:#506178}
.copyright{font-size:11px;color:#8190a2}
@media (max-width:980px){
  .nav-links{display:none;position:absolute;left:20px;right:20px;top:74px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}
  .nav-links.open{display:flex}
  .menu-toggle{display:block}
  .hero{min-height:auto}
  .hero-grid,.benefits-grid,.about-grid,.cta-card{grid-template-columns:1fr}
  .hero-grid{padding:70px 0 30px;gap:20px}
  .hero-copy{text-align:center}
  .hero-text{margin-left:auto;margin-right:auto}
  .hero-actions{justify-content:center}
  .hero-proof{max-width:650px;margin-left:auto;margin-right:auto}
  .hero-visual{min-height:500px}
  .cards-grid{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(2,1fr)}
  .problem-strip .container{flex-direction:column;text-align:center}
  .footer-grid{grid-template-columns:1fr;text-align:center}
  .footer-brand img{margin:auto}
  .footer-links{justify-content:center;flex-wrap:wrap}
}
@media (max-width:640px){
  .container{width:min(100% - 28px,1180px)}
  .nav{height:72px}.brand img{width:130px;height:50px}
  .hero-grid{padding-top:52px}
  .hero h1{font-size:43px}
  .hero-text{font-size:16px}
  .hero-actions .btn{width:100%}
  .hero-proof{grid-template-columns:1fr;gap:8px}
  .hero-proof div{display:flex;justify-content:space-between;gap:15px}
  .hero-visual{min-height:420px}
  .orbital{width:360px}
  .orbit-card{width:158px;padding:10px}
  .orbit-card .icon{width:34px;height:34px}
  .orbit-card small{display:none}
  .card-1{left:0}.card-2{right:0}.card-3{left:0}.card-4{right:0}
  .section{padding:78px 0}
  .cards-grid,.steps{grid-template-columns:1fr}
  .service-card{min-height:auto}
  .bellaflow-card{padding:32px 26px;flex-direction:column;align-items:flex-start}
  .bella-badge{justify-content:flex-start}
  .about-panel{min-height:280px}
  .cta-card{padding:36px 26px}
}

.reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}
.reveal.visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none;transition:none}
}
