
:root{
  --navy:#071b33;
  --navy2:#0b2a4d;
  --blue:#0d6efd;
  --cyan:#18b9e6;
  --sky:#eaf7ff;
  --ink:#142235;
  --muted:#607086;
  --line:#dbe7f2;
  --white:#ffffff;
  --soft:#f6f9fc;
  --shadow:0 18px 50px rgba(7,27,51,.12);
  --radius:22px;
}
*{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:#fff;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{background:#041326;color:#cfe9ff;font-size:13px}
.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:9px 0}
.topbar strong{color:#fff}
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(219,231,242,.9)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.logo{display:flex;align-items:center;gap:10px;font-weight:900;font-size:22px;letter-spacing:-.6px;color:var(--navy)}
.logo-mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,var(--blue),var(--cyan));display:grid;place-items:center;color:#fff;box-shadow:0 10px 25px rgba(13,110,253,.25)}
.navlinks{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:700;color:#33465d}
.navlinks a:hover,.navlinks a.active{color:var(--blue)}
.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;padding:13px 18px;font-weight:800;cursor:pointer;transition:.25s}
.btn-primary,.nav-cta{background:linear-gradient(135deg,var(--blue),#0b84ff);color:#fff;box-shadow:0 12px 28px rgba(13,110,253,.22)}
.btn-primary:hover,.nav-cta:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(13,110,253,.28)}
.btn-light{background:#fff;color:var(--navy);border:1px solid #dce7f2}
.btn-light:hover{transform:translateY(-2px)}
.menu-btn{display:none;border:0;background:none;font-size:28px;color:var(--navy)}

.hero{min-height:690px;background:
linear-gradient(90deg,rgba(4,19,38,.96) 0%,rgba(4,19,38,.88) 47%,rgba(4,19,38,.42) 72%,rgba(4,19,38,.18) 100%),
url('https://images.pexels.com/photos/31257317/pexels-photo-31257317.jpeg?auto=compress&cs=tinysrgb&w=1800') center/cover no-repeat;
color:#fff;display:flex;align-items:center;position:relative;overflow:hidden}
.hero:after{content:"";position:absolute;right:-120px;bottom:-180px;width:520px;height:520px;border:90px solid rgba(24,185,230,.15);border-radius:50%}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center;padding:85px 0}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;letter-spacing:1.5px;text-transform:uppercase;font-weight:900;color:#77dbff;margin-bottom:14px}
.dot{width:8px;height:8px;border-radius:50%;background:#33d6ff;box-shadow:0 0 0 7px rgba(51,214,255,.12)}
h1,h2,h3{line-height:1.12;margin:0;color:var(--navy)}
.hero h1{font-size:clamp(44px,5vw,72px);letter-spacing:-2.4px;color:#fff;max-width:760px}
.hero p{font-size:18px;color:#d4e3f4;max-width:680px;margin:22px 0 30px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.hero-checks{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:35px;max-width:700px}
.mini-check{display:flex;align-items:center;gap:9px;color:#d7ecff;font-size:13px;font-weight:700}
.tick{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:rgba(24,185,230,.18);color:#67deff}

.quote-card{background:rgba(255,255,255,.98);border-radius:22px;padding:26px;color:var(--ink);box-shadow:0 24px 70px rgba(0,0,0,.22)}
.quote-card h3{font-size:25px}
.quote-card p{margin:8px 0 18px;color:var(--muted);font-size:14px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.field{display:flex;flex-direction:column;gap:6px}
.field.full{grid-column:1/-1}
label{font-size:12px;font-weight:800;color:#3b4b5d}
input,select,textarea{width:100%;border:1px solid #d8e4ef;border-radius:10px;padding:12px 13px;background:#fff;color:#19324e;font:inherit;outline:none}
input:focus,select:focus,textarea:focus{border-color:#58aafc;box-shadow:0 0 0 3px rgba(13,110,253,.08)}
textarea{min-height:95px;resize:vertical}
.form-note{font-size:11px;color:#7e8b9b;margin-top:10px}

.trust-strip{background:#fff;border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.trust-item{padding:24px;display:flex;align-items:center;gap:13px;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.iconbox{width:46px;height:46px;border-radius:13px;background:var(--sky);display:grid;place-items:center;color:var(--blue);font-size:21px;flex:0 0 auto}
.trust-item strong{display:block;color:var(--navy);font-size:14px}
.trust-item span{font-size:12px;color:var(--muted)}

.section{padding:90px 0}
.section.soft{background:var(--soft)}
.section.dark{background:var(--navy);color:#fff}
.section-head{max-width:720px;margin-bottom:38px}
.section-head.center{margin:0 auto 42px;text-align:center}
.section-head h2{font-size:clamp(34px,4vw,50px);letter-spacing:-1.5px}
.section.dark .section-head h2,.section.dark h2,.section.dark h3{color:#fff}
.section-head p{color:var(--muted);margin:14px 0 0}
.section.dark .section-head p{color:#b6c9db}

.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.part-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.25s;box-shadow:0 7px 26px rgba(10,40,70,.04)}
.part-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.part-img{height:190px;background:#dcebf8;overflow:hidden}
.part-img img{width:100%;height:100%;object-fit:cover;transition:.45s}
.part-card:hover .part-img img{transform:scale(1.05)}
.part-body{padding:22px}
.part-body h3{font-size:20px;margin-bottom:9px}
.part-body p{font-size:14px;color:var(--muted);margin:0 0 16px}
.link{color:var(--blue);font-weight:850;font-size:13px}

.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.photo-panel{position:relative}
.photo-panel img{width:100%;height:520px;object-fit:cover;border-radius:24px;box-shadow:var(--shadow)}
.stat-card{position:absolute;right:-20px;bottom:28px;background:#fff;padding:20px;border-radius:18px;box-shadow:var(--shadow);min-width:210px}
.stat-card strong{display:block;font-size:32px;color:var(--blue)}
.stat-card span{font-size:12px;color:var(--muted);font-weight:700}

.feature-list{display:grid;gap:14px;margin-top:25px}
.feature{display:flex;gap:14px;align-items:flex-start}
.feature .iconbox{width:40px;height:40px;font-size:17px}
.feature strong{display:block;color:var(--navy);margin-bottom:3px}
.feature p{margin:0;color:var(--muted);font-size:14px}

.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.industry{padding:22px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.11);border-radius:16px;transition:.2s}
.industry:hover{background:rgba(255,255,255,.11);transform:translateY(-3px)}
.industry .num{font-size:12px;color:#65d7ff;font-weight:900;letter-spacing:1px}
.industry h3{margin-top:18px;font-size:18px}
.industry p{margin:8px 0 0;color:#b5c8db;font-size:13px}

.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:step}
.step{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}
.step:before{counter-increment:step;content:"0" counter(step);display:inline-block;font-size:13px;font-weight:900;color:var(--blue);letter-spacing:1px;margin-bottom:20px}
.step h3{font-size:18px;margin-bottom:8px}
.step p{font-size:13px;color:var(--muted);margin:0}

.band{background:linear-gradient(135deg,#0a64df,#0d89ef);color:#fff;border-radius:24px;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:35px;box-shadow:0 24px 55px rgba(13,110,253,.23)}
.band h2{color:#fff;font-size:34px}
.band p{margin:8px 0 0;color:#dcedff;max-width:690px}

.faq{display:grid;gap:12px;max-width:900px;margin:0 auto}
.faq-item{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}
.faq-q{width:100%;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;border:0;background:#fff;font:inherit;font-weight:850;color:var(--navy);text-align:left;cursor:pointer}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-a p{padding:0 20px 18px;margin:0;color:var(--muted);font-size:14px}
.faq-item.open .faq-a{max-height:170px}
.faq-item.open .faq-q span{transform:rotate(45deg)}
.faq-q span{font-size:24px;transition:.2s}

.page-hero{padding:92px 0;background:
linear-gradient(90deg,rgba(4,19,38,.98),rgba(4,19,38,.78)),
url('https://images.pexels.com/photos/9754814/pexels-photo-9754814.jpeg?auto=compress&cs=tinysrgb&w=1800') center/cover no-repeat;color:#fff}
.page-hero h1{color:#fff;font-size:clamp(42px,5vw,64px);letter-spacing:-2px}
.page-hero p{max-width:700px;color:#d4e3f4;font-size:17px}
.breadcrumb{font-size:12px;color:#7cdcff;font-weight:800;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:14px}

.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.detail-card{display:grid;grid-template-columns:150px 1fr;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}
.detail-card img{width:100%;height:100%;min-height:190px;object-fit:cover}
.detail-card div{padding:22px}
.detail-card h3{font-size:20px}
.detail-card p{font-size:13px;color:var(--muted)}
.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.tag{font-size:11px;font-weight:800;padding:7px 9px;border-radius:999px;background:var(--sky);color:#1767ad}

.brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.brand{padding:26px;border:1px solid var(--line);border-radius:14px;background:#fff;text-align:center;font-weight:900;color:var(--navy)}
.brand small{display:block;color:var(--muted);font-weight:600;margin-top:6px}

.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:35px}
.info-card{padding:28px;border-radius:18px;background:var(--navy);color:#fff}
.info-card h3{color:#fff;font-size:26px}
.info-row{display:flex;gap:13px;margin-top:22px}
.info-row strong{display:block}
.info-row span{color:#b8cada;font-size:13px}
.contact-form{padding:30px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 35px rgba(7,27,51,.06)}

footer{background:#041326;color:#b4c7da;padding:58px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.5fr .8fr .8fr 1fr;gap:40px}
.footer-logo{color:#fff}
footer h4{color:#fff;margin:0 0 14px}
footer p,footer a{font-size:13px;color:#a9bfd4}
footer a{display:block;margin:7px 0}
footer a:hover{color:#fff}
.copyright{border-top:1px solid rgba(255,255,255,.1);margin-top:35px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:12px}

.reveal{opacity:0;transform:translateY(18px);transition:.65s ease}
.reveal.show{opacity:1;transform:none}

@media(max-width:980px){
  .navlinks{display:none;position:absolute;left:0;right:0;top:78px;background:#fff;padding:20px;box-shadow:0 20px 35px rgba(0,0,0,.08);flex-direction:column;align-items:flex-start}
  .navlinks.open{display:flex}
  .menu-btn{display:block}
  .nav-cta{display:none}
  .hero-grid,.split,.contact-grid{grid-template-columns:1fr}
  .hero{min-height:auto}
  .hero-grid{padding:70px 0}
  .quote-card{max-width:650px}
  .cards{grid-template-columns:repeat(2,1fr)}
  .industry-grid,.steps,.brand-grid{grid-template-columns:repeat(2,1fr)}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .trust-item:nth-child(2){border-right:0}
  .hero-checks{grid-template-columns:1fr}
  .photo-panel img{height:430px}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .container{width:min(100% - 28px,1180px)}
  .topbar .container{justify-content:center;text-align:center}
  .topbar .container span:last-child{display:none}
  .nav{height:68px}
  .navlinks{top:68px}
  .hero h1{font-size:42px;letter-spacing:-1.4px}
  .hero p{font-size:16px}
  .form-grid,.cards,.industry-grid,.steps,.brand-grid,.trust-grid,.detail-grid,.footer-grid{grid-template-columns:1fr}
  .trust-item{border-right:0;border-bottom:1px solid var(--line)}
  .detail-card{grid-template-columns:1fr}
  .detail-card img{height:220px}
  .band{padding:28px;align-items:flex-start;flex-direction:column}
  .section{padding:68px 0}
  .section-head h2{font-size:36px}
  .stat-card{right:10px}
  .copyright{flex-direction:column}
}
