
:root{
  --cw-blue:#0b4ea2;
  --cw-blue-dark:#073a7f;
  --cw-green:#08c57a;
  --cw-text:#1f2d3d;
  --cw-muted:#64748b;
  --cw-bg:#f6f9fd;
  --cw-white:#ffffff;
  --cw-border:#dbe7f5;
  --cw-shadow:0 14px 40px rgba(10,67,143,.12);
  --cw-radius:22px;
}
html{scroll-behavior:smooth;}
body{
  font-family:'Poppins',Arial,Helvetica,sans-serif;
  color:var(--cw-text);
  background:#fff;
  line-height:1.65;
  min-width:320px;
}
img{max-width:100%;height:auto;display:block;}
a{text-decoration:none;}
.small, small{font-size:.875rem;}
.text-muted-custom{color:var(--cw-muted)!important;}
.bg-soft{background:var(--cw-bg);}
.section-pad{padding:88px 0;}
.section-title{
  font-weight:700;
  font-size:clamp(2rem,4vw,3rem);
  color:var(--cw-blue);
  margin-bottom:12px;
}
.section-kicker{
  display:inline-block;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-size:.78rem;
  font-weight:700;
  color:var(--cw-blue);
  margin-bottom:14px;
}
.topbar{
  background:#eef5ff;
  color:var(--cw-blue-dark);
  font-size:.92rem;
  border-bottom:1px solid #dbe6f3;
}
.topbar .inner{
  min-height:42px;
}
.navbar{
  background:#fff;
  box-shadow:0 1px 0 rgba(12,50,100,.08);
}
.navbar-brand{
  font-size:2rem;
  letter-spacing:.42rem;
  color:var(--cw-blue)!important;
  font-weight:300;
}
.nav-link{
  font-weight:600;
  color:var(--cw-blue)!important;
  padding:.9rem 1rem!important;
}
.nav-link.active,
.nav-link:hover{
  color:var(--cw-blue-dark)!important;
}
.nav-cta{
  padding:.85rem 1.35rem;
  border-radius:999px;
  font-weight:700;
}
.btn-cw{
  background:linear-gradient(135deg,#1b6ed8,#0b4ea2);
  color:#fff;
  border:none;
  box-shadow:0 12px 26px rgba(11,78,162,.24);
}
.btn-cw:hover{color:#fff;background:linear-gradient(135deg,#185fbc,#083d83);}
.btn-cw-outline{
  border:2px solid var(--cw-blue);
  color:var(--cw-blue);
  background:#fff;
}
.btn-cw-outline:hover{
  background:var(--cw-blue);
  color:#fff;
}
.hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(64,167,255,.20), transparent 26%),
    radial-gradient(circle at 32% 54%, rgba(11,78,162,.10), transparent 32%),
    linear-gradient(100deg,#eef7ff 0%, #ffffff 50%, #f7fbff 100%);
}
.hero::before{
  content:"";
  position:absolute;
  inset:auto auto -240px -180px;
  width:620px;height:620px;
  background:radial-gradient(circle, rgba(68,167,255,.18) 0%, rgba(68,167,255,.08) 48%, transparent 70%);
  border-radius:50%;
}
.hero::after{
  content:"";
  position:absolute;
  right:-120px;top:-120px;
  width:520px;height:520px;
  background:radial-gradient(circle, rgba(11,78,162,.06), transparent 68%);
  border-radius:50%;
}
.hero-content{position:relative;z-index:2;padding:90px 0 70px;}
.hero-visual{
  position:relative;
  z-index:2;
  padding:40px;
}
.hero-visual::before{
  content:"";
  position:absolute;
  inset:14px;
  border-radius:40px;
  background:radial-gradient(circle at 50% 45%, rgba(255,255,255,.98) 0, rgba(234,244,255,.98) 58%, rgba(204,225,247,.5) 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
}
.hero-visual img{
  position:relative;
  z-index:2;
  filter:drop-shadow(0 16px 28px rgba(0,0,0,.10));
}
.hero-title{
  font-size:clamp(2.4rem, 5vw, 4.6rem);
  line-height:1.06;
  font-weight:700;
  color:var(--cw-blue);
  margin-bottom:12px;
}
.hero-brand{
  color:var(--cw-green);
  display:inline-block;
  position:relative;
  padding-right:22px;
}
.hero-brand::after{
  content:"";
  position:absolute;
  right:0;top:8%;
  width:3px;height:84%;
  background:var(--cw-green);
  border-radius:2px;
}
.hero-subtitle{
  font-size:clamp(1.05rem,1.8vw,1.55rem);
  color:#44566c;
  max-width:560px;
  margin:22px 0 18px;
}
.check-list{
  list-style:none;
  padding:0;
  margin:0 0 30px;
}
.check-list li{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin-bottom:12px;
  font-size:1.08rem;
  color:#334155;
}
.check-list i{color:var(--cw-green);margin-top:.2rem;}
.hero-actions .btn{
  min-width:215px;
  padding:1rem 1.4rem;
  border-radius:16px;
  font-weight:700;
}
.feature-band{
  background:linear-gradient(135deg, var(--cw-blue) 0%, #0a5bc0 58%, #0b4ea2 100%);
  color:#fff;
  position:relative;
  overflow:hidden;
}
.feature-band::before,
.feature-band::after{
  content:"";
  position:absolute;border-radius:50%;
  background:rgba(255,255,255,.05);
}
.feature-band::before{width:520px;height:520px;left:-120px;bottom:-280px;}
.feature-band::after{width:560px;height:560px;right:-170px;top:-280px;}
.feature-card{
  position:relative;
  z-index:2;
  padding:0 12px;
}
.feature-icon{
  width:88px;height:88px;
  background:#fff;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--cw-blue);
  font-size:2rem;
  box-shadow:0 8px 24px rgba(255,255,255,.14);
  margin-bottom:18px;
}
.feature-card h3{font-size:1.65rem;font-weight:700;margin-bottom:14px;}
.feature-card p{color:rgba(255,255,255,.88);max-width:340px;margin:0 auto 18px;}
.link-light-strong{color:#fff;font-weight:700;}
.link-light-strong:hover{color:#dbeaff;}
.product-card{
  background:#fff;
  border:1px solid var(--cw-border);
  border-radius:24px;
  box-shadow:var(--cw-shadow);
  overflow:hidden;
  height:100%;
  transition:transform .25s ease, box-shadow .25s ease;
}
.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px rgba(10,67,143,.18);}
.product-card .image-wrap{
  background:linear-gradient(180deg,#fbfdff,#edf5ff);
  min-height:280px;
  display:flex;align-items:center;justify-content:center;
  padding:28px;
}
.product-card .card-body{padding:1.65rem 1.45rem 1.8rem;}
.product-card h3{
  color:var(--cw-blue);
  font-size:1.45rem;
  font-weight:700;
  margin-bottom:.7rem;
}
.cta-strip{
  background:linear-gradient(135deg, var(--cw-blue) 0%, #0c66d4 100%);
  color:#fff;
  border-radius:28px;
  padding:38px 44px;
  box-shadow:var(--cw-shadow);
}
.cta-strip h2{font-size:clamp(2rem,3vw,3rem);font-weight:700;margin-bottom:.35rem;}
.cta-strip p{margin:0;color:rgba(255,255,255,.9);}
.page-hero{
  padding:80px 0 50px;
  background:linear-gradient(180deg,#eff6ff 0%, #fff 100%);
}
.page-hero .lead{color:#4f6177;max-width:760px;}
.content-card{
  background:#fff;
  border-radius:24px;
  border:1px solid var(--cw-border);
  box-shadow:var(--cw-shadow);
  padding:34px;
  height:100%;
}
.timeline-step{
  display:flex;
  gap:20px;
  margin-bottom:22px;
}
.timeline-step .step-nr{
  flex:0 0 52px;height:52px;border-radius:14px;
  background:linear-gradient(135deg,#1b6ed8,#0b4ea2);
  color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;
}
.footer{
  background:#f8fbff;
  border-top:1px solid #d9e6f5;
}
.footer-title{font-size:1.35rem;font-weight:700;color:var(--cw-blue);margin-bottom:1rem;}
.footer a{color:#35557b;}
.footer a:hover{color:var(--cw-blue);}
.form-control,
.form-select{
  min-height:52px;
  border-radius:14px;
  border:1px solid #cad7e6;
  padding:.9rem 1rem;
}
textarea.form-control{min-height:150px;}
.form-control:focus,.form-select:focus{
  border-color:#8db8ef;
  box-shadow:0 0 0 .18rem rgba(11,78,162,.15);
}
.footer-bottom{
  border-top:1px solid #dbe7f5;
  color:#67778d;
}
.contact-card{
  background:#fff;
  border-radius:22px;
  border:1px solid var(--cw-border);
  box-shadow:var(--cw-shadow);
  padding:28px;
  height:100%;
}
.icon-chip{
  width:52px;height:52px;border-radius:14px;
  display:inline-flex;align-items:center;justify-content:center;
  background:#eff6ff;color:var(--cw-blue);font-size:1.15rem;
}
.sticky-help{
  position:fixed;
  right:18px;bottom:18px;z-index:1040;
}
.sticky-help .btn{
  border-radius:999px;
  box-shadow:0 14px 28px rgba(11,78,162,.22);
  padding:.95rem 1.3rem;
}
.fade-in-up{
  opacity:0;
  transform:translateY(16px);
  transition:all .6s ease;
}
.fade-in-up.visible{
  opacity:1;
  transform:none;
}
@media (max-width: 1199.98px){
  .hero-content{padding-top:70px}
  .hero-visual{padding:24px}
}
@media (max-width: 991.98px){
  .navbar-brand{font-size:1.6rem;letter-spacing:.28rem;}
  .hero-content{padding:60px 0 40px;}
  .hero-visual{margin-top:20px;}
  .hero-title{font-size:clamp(2.1rem,8vw,3.5rem);}
  .feature-card{margin-bottom:34px;}
  .section-pad{padding:72px 0;}
  .cta-strip{padding:32px 24px;}
}
@media (max-width: 767.98px){
  .topbar{font-size:.85rem;}
  .nav-cta{width:100%;text-align:center;}
  .hero-subtitle{font-size:1.02rem;}
  .hero-actions .btn{width:100%;margin-right:0!important;margin-bottom:12px;}
  .feature-icon{width:76px;height:76px;font-size:1.7rem;}
  .feature-card h3{font-size:1.4rem;}
  .product-card .image-wrap{min-height:235px;}
  .content-card{padding:24px;}
}
@media (max-width: 575.98px){
  .navbar-brand{font-size:1.35rem;letter-spacing:.18rem;}
  .hero-brand::after{height:78%;top:12%;}
  .hero-visual{padding:14px;}
  .hero-visual::before{border-radius:26px;inset:6px;}
  .section-title{font-size:2rem;}
  .cta-strip{padding:28px 20px;border-radius:22px;}
}
