*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;background:#f7f8fb;color:#101828;line-height:1.65}
a{text-decoration:none;color:inherit}
.container{max-width:1180px;margin:0 auto;padding:0 22px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid #e6e9ef}
.nav{height:104px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center}
.logo-svg{width:280px;height:auto;display:block}
.desktop-nav{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:800;color:#475467}
.desktop-nav a:hover{color:#07162B}
.nav-btn{background:#07162B;color:white!important;padding:12px 19px;border-radius:15px}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff 0%,#eef3f8 100%);padding:100px 0}
.hero-shape{position:absolute;right:-160px;top:-160px;width:520px;height:520px;background:radial-gradient(circle,rgba(212,175,55,.28),transparent 68%);border-radius:50%}
.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center}
.pill{display:inline-block;font-weight:900;letter-spacing:.7px;color:#24436f;background:white;border:1px solid #dce3ee;border-radius:999px;padding:9px 15px;margin-bottom:20px;box-shadow:0 8px 22px rgba(16,24,40,.04)}
h1{font-size:67px;line-height:.98;letter-spacing:-3px;color:#071121;margin-bottom:25px}
h2{font-size:44px;line-height:1.1;letter-spacing:-1.5px;color:#071121;margin-bottom:30px}
.lead{font-size:20px;max-width:690px;color:#475467;margin-bottom:33px}
.small{font-size:18px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:17px;padding:15px 25px;font-weight:900}
.primary{background:#07162B;color:white}
.secondary{background:white;color:#07162B;border:1px solid #d0d5dd}
.white{background:white;color:#07162B}
.trust{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.trust span{background:rgba(255,255,255,.76);border:1px solid #e4e7ec;border-radius:999px;padding:9px 13px;font-size:13px;font-weight:800;color:#344054}
.hero-panel{background:linear-gradient(145deg,#07162B,#172D52);color:white;border-radius:34px;padding:38px;box-shadow:0 35px 80px rgba(7,22,43,.25)}
.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:46px}
.panel-header span{letter-spacing:3px;color:#D4AF37;font-weight:900}
.panel-header b{font-size:13px;background:rgba(255,255,255,.1);padding:10px 14px;border-radius:999px}
.hero-panel h2{color:white;font-size:32px;letter-spacing:-.8px}
.hero-panel p{color:#cbd5e1;font-size:17px}
.panel-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}
.panel-grid div{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.11);padding:16px;border-radius:18px;font-weight:900}
.section{padding:92px 0}
.cards,.features,.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.card,.features div,.steps div{background:#fff;border:1px solid #eaecf0;border-radius:28px;padding:30px;box-shadow:0 16px 40px rgba(16,24,40,.06)}
.icon{font-size:34px;margin-bottom:16px}
.card h3,.features h3,.steps h3{font-size:21px;color:#071121;margin-bottom:10px}
.card p,.features p,.steps p{color:#667085}
.features b,.steps b{display:block;color:#D4AF37;font-size:28px;margin-bottom:16px}
.dark{background:#07162B;color:white}
.dark h2{color:white}
.dark p{font-size:18px;color:#cbd5e1}
.dark-pill{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#D4AF37}
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:58px;align-items:start}
.market-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.market-grid div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:18px;font-weight:900}
.soft{background:#eef3f8}
.cta-section{padding:40px 0 92px;background:#eef3f8}
.cta{background:linear-gradient(135deg,#07162B,#213F6D);color:white;border-radius:34px;padding:48px;display:flex;align-items:center;justify-content:space-between;gap:28px;box-shadow:0 30px 70px rgba(7,22,43,.2)}
.cta h2{color:white;font-size:40px;margin-bottom:10px}
.cta p{color:#cbd5e1;font-size:18px}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:46px}
.info{background:white;border:1px solid #eaecf0;border-radius:18px;padding:15px;margin-bottom:12px}
.socials{display:flex;gap:12px;margin-top:22px}
.socials a{width:44px;height:44px;border-radius:50%;background:#07162B;color:white;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:18px}
form{background:white;border:1px solid #eaecf0;border-radius:30px;padding:30px;box-shadow:0 20px 50px rgba(16,24,40,.08)}
input,select,textarea{width:100%;border:1px solid #d0d5dd;border-radius:15px;padding:14px 15px;margin-bottom:14px;font:inherit}
textarea{min-height:130px;resize:vertical}
button{width:100%;border:0;background:#07162B;color:white;padding:16px;border-radius:17px;font-weight:900;font-size:16px}
footer{background:#06101f;color:#cbd5e1;padding:28px 0}
.footer{display:flex;justify-content:space-between;gap:20px}
@media(max-width:940px){
.desktop-nav{display:none}.nav{height:92px}.logo-svg{width:230px}.hero-grid,.split,.contact-grid{grid-template-columns:1fr}h1{font-size:48px}.cards,.features,.steps{grid-template-columns:1fr 1fr}.cta{flex-direction:column;align-items:flex-start}
}
@media(max-width:620px){
.logo-svg{width:205px}.cards,.features,.steps,.market-grid,.panel-grid{grid-template-columns:1fr}h1{font-size:38px}h2{font-size:34px}.footer{flex-direction:column}
}


.video-section {
  background: #f7f9fc;
}

.video-box {
  margin-top: 30px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.video-box video {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .site-header {
    padding: 10px 15px;
  }

  .nav {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

 
  .nav-btn {
    grid-column: span 2 !important;
    background: #0b1b33 !important;
    color: white !important;
  }
.hero {
  padding-top: 30px !important;
}
.mobile-menu {
  display: none !important;
}

@media only screen and (max-width: 768px) {

  .desktop-nav {
    display: none !important;
  }

  .mobile-menu {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    padding: 15px !important;
    width: 100% !important;
  }

  .mobile-menu a {
    background: #f4f4f4;
    padding: 12px;
    border-radius: 10px;
    text-decoration: none;
    color: #0b1b33;
    text-align: center;
    font-weight: bold;
    display: block;
  }

 @media only screen and (max-width: 768px) {

  .desktop-nav {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
    text-align: center;
  }

  .desktop-nav a {
    background: #f4f4f4;
    padding: 12px;
    border-radius: 10px;
    text-decoration: none;
    color: #0b1b33;
    font-weight: bold;
    display: block;
  }

  .desktop-nav .nav-btn {
    grid-column: span 2;
    background: #0b1b33;
    color: white;
  }

}
}