:root {
  --asap-navy: #123a66;
  --asap-navy-dark: #0d2e52;
  --asap-blue: #0f6fc6;
  --asap-blue-dark: #0b5aa4;
  --asap-orange: #f58220;
  --asap-green: #249c67;
  --asap-text: #17314d;
  --asap-muted: #687b8d;
  --asap-line: #dce5ed;
  --asap-soft: #f6f8fb;
  --asap-soft-blue: #eef6fb;
  --asap-white: #ffffff;
  --asap-shadow: 0 18px 50px rgba(16, 49, 80, 0.10);
}

body { color:var(--asap-text); background:#fff; font-family:"Segoe UI",Arial,sans-serif; }
#container { position:relative; min-height:100vh; margin-bottom:0; }
main { min-height:360px; }
#content,#column-left,#column-right { padding-bottom:30px; }

.asap-topbar { background:var(--asap-navy-dark); color:#fff; font-size:12px; }
.asap-topbar .container { display:flex; align-items:center; justify-content:space-between; gap:20px; min-height:38px; }
.asap-topbar__trust,.asap-topbar__links { display:flex; align-items:center; gap:18px; flex-wrap:wrap; }
.asap-topbar a,.asap-topbar span { color:rgba(255,255,255,.92); text-decoration:none; }
.asap-topbar i { color:#ffd45a; margin-right:5px; }

.asap-header { background:#fff; border-bottom:1px solid var(--asap-line); }
.asap-header__main { display:grid; grid-template-columns:250px minmax(280px,1fr) auto; gap:28px; align-items:center; padding:18px 0; }
.asap-logo img { max-width:230px; max-height:70px; width:auto; }
.asap-logo__fallback { display:inline-flex; flex-direction:column; line-height:1; text-decoration:none; }
.asap-logo__fallback strong { color:var(--asap-navy); font-size:31px; letter-spacing:-1.5px; }
.asap-logo__fallback strong span { color:#6c747c; }
.asap-logo__fallback small { margin-top:5px; color:#6d7a88; font-size:9px; letter-spacing:3px; }
.asap-search #search { margin:0; }
.asap-search #search .form-control,.asap-search #search .form-control-lg { height:44px; border-color:#cbd7e1; font-size:13px; box-shadow:none; }
.asap-search #search .btn,.asap-search #search .btn-lg { min-width:54px; height:44px; padding:0 16px; border-color:var(--asap-blue); background:var(--asap-blue); color:#fff; text-shadow:none; }
.asap-header__actions { display:flex; align-items:center; justify-content:flex-end; gap:16px; }
.asap-phone { display:flex; align-items:center; gap:9px; color:var(--asap-muted); font-size:12px; line-height:1.3; }
.asap-phone i { color:var(--asap-blue); font-size:20px; }
.asap-phone strong { display:block; color:var(--asap-navy-dark); font-size:14px; }
.asap-demo-btn { display:inline-flex; align-items:center; justify-content:center; min-height:42px; padding:0 16px; border:1px solid var(--asap-orange); border-radius:7px; color:#c65d0c; background:#fff; font-size:13px; font-weight:700; text-decoration:none; white-space:nowrap; }
.asap-demo-btn:hover { background:var(--asap-orange); color:#fff; }
.asap-account-menu>span { color:var(--asap-navy); cursor:pointer; font-size:19px; }
.asap-cart-wrap #cart { margin:0; }
.asap-cart-wrap #cart .btn-lg { padding:10px 13px; min-width:52px; background:transparent; color:var(--asap-navy); border:0; font-size:14px; text-shadow:none; }

.asap-nav { background:#fff; border-bottom:1px solid var(--asap-line); }
.asap-nav #menu { margin:0; padding:0; border:0; border-radius:0; background:transparent; min-height:48px; }
.asap-nav #menu .navbar-nav>li>a,.asap-nav #menu .nav-link { color:var(--asap-navy-dark)!important; padding:14px 17px; text-shadow:none; font-size:13px; font-weight:700; }
.asap-nav #menu .navbar-nav>li>a:hover,.asap-nav #menu .nav-link:hover { background:#f2f7fb; color:var(--asap-blue)!important; }
.asap-nav #category { color:var(--asap-navy-dark); text-shadow:none; }
.asap-nav #menu .navbar-toggler i { color:var(--asap-navy); }

.asap-home { overflow:hidden; }
.asap-home .container { max-width:1220px; }
.asap-home--premium { background:#fff; }

.asap-hero--premium { position:relative; overflow:hidden; background:linear-gradient(135deg,#f8fbfe 0%,#eff6fb 55%,#e8f2f8 100%); border-bottom:1px solid var(--asap-line); }
.asap-hero--premium:after { content:""; position:absolute; width:520px; height:520px; border-radius:50%; right:-180px; top:-150px; background:radial-gradient(circle,rgba(15,111,198,.12),rgba(15,111,198,0) 70%); }
.asap-hero__grid { position:relative; z-index:1; display:grid; grid-template-columns:1.02fr .98fr; gap:64px; align-items:center; padding:82px 0 76px; }
.asap-eyebrow { display:flex; align-items:center; gap:9px; color:var(--asap-blue); text-transform:uppercase; letter-spacing:1.8px; font-size:12px; font-weight:800; }
.asap-eyebrow span { width:28px; height:2px; background:var(--asap-orange); display:inline-block; }
.asap-hero h1 { margin:14px 0 20px; color:var(--asap-navy-dark); font-size:clamp(44px,4.5vw,64px); line-height:1.02; letter-spacing:-2.2px; font-weight:800; }
.asap-hero h1 em { color:var(--asap-blue); font-style:normal; }
.asap-hero__lead { max-width:680px; color:#536a7f; font-size:18px; line-height:1.72; }
.asap-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:28px; }
.asap-btn { display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:0 21px; border-radius:7px; font-size:14px; font-weight:700; text-decoration:none; }
.asap-btn--primary { background:var(--asap-blue); color:#fff; box-shadow:0 10px 24px rgba(15,111,198,.18); }
.asap-btn--primary:hover { background:var(--asap-blue-dark); color:#fff; }
.asap-btn--ghost { background:transparent; color:var(--asap-navy); border:1px solid #b6c8d8; }
.asap-btn--light { background:#fff; color:var(--asap-blue); }
.asap-hero__proof { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:36px; max-width:620px; }
.asap-hero__proof div { padding-right:18px; border-right:1px solid #d6e2eb; }
.asap-hero__proof div:last-child { border-right:0; }
.asap-hero__proof strong { display:block; color:var(--asap-navy-dark); font-size:15px; }
.asap-hero__proof span { color:var(--asap-muted); font-size:11px; }

.asap-showcase { position:relative; min-height:390px; }
.asap-showcase__glow { position:absolute; inset:42px 20px 15px 65px; border-radius:34px; background:linear-gradient(145deg,rgba(15,111,198,.16),rgba(245,130,32,.08)); filter:blur(1px); transform:rotate(-3deg); }
.asap-showcase__panel { position:absolute; left:32px; right:28px; top:26px; bottom:30px; padding:34px; border:1px solid rgba(255,255,255,.55); border-radius:22px; background:linear-gradient(145deg,#123c68,#0c69b8); color:#fff; box-shadow:0 28px 70px rgba(13,46,82,.24); }
.asap-showcase__label { color:rgba(255,255,255,.7); font-size:12px; letter-spacing:.6px; }
.asap-showcase__panel h3 { max-width:450px; margin:22px 0 30px; font-size:33px; line-height:1.16; font-weight:800; color:#fff; }
.asap-showcase__mini-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.asap-showcase__mini-grid div { padding:15px; border:1px solid rgba(255,255,255,.13); border-radius:10px; background:rgba(255,255,255,.08); }
.asap-showcase__mini-grid i { display:block; margin-bottom:14px; font-size:22px; }
.asap-showcase__mini-grid strong { display:block; margin-bottom:4px; font-size:13px; }
.asap-showcase__mini-grid span { color:rgba(255,255,255,.66); font-size:10px; }
.asap-showcase__float { position:absolute; z-index:2; padding:11px 14px; border:1px solid #e1e9f0; border-radius:9px; background:#fff; color:var(--asap-navy-dark); box-shadow:0 10px 24px rgba(16,49,80,.12); font-size:11px; font-weight:700; }
.asap-showcase__float i { margin-right:6px; color:var(--asap-green); }
.asap-showcase__float--one { left:0; bottom:48px; }
.asap-showcase__float--two { right:0; top:64px; }

.asap-trust-band { border-bottom:1px solid var(--asap-line); background:#fff; }
.asap-trust-band .container { display:grid; grid-template-columns:repeat(4,1fr); }
.asap-trust-band__item { display:flex; gap:13px; align-items:center; padding:22px 24px; border-right:1px solid var(--asap-line); }
.asap-trust-band__item:first-child { padding-left:0; }
.asap-trust-band__item:last-child { border-right:0; }
.asap-trust-band__item i { display:grid; place-items:center; width:42px; height:42px; border-radius:50%; background:#edf5fc; color:var(--asap-blue); font-size:17px; }
.asap-trust-band__item strong { display:block; color:var(--asap-navy-dark); font-size:13px; }
.asap-trust-band__item span { color:var(--asap-muted); font-size:11px; }

.asap-section { padding:68px 0; }
.asap-section--soft { background:var(--asap-soft); }
.asap-section__head { display:flex; align-items:end; justify-content:space-between; gap:24px; margin-bottom:30px; }
.asap-section__head--premium { margin-bottom:34px; }
.asap-section-kicker { display:block; margin-bottom:8px; color:var(--asap-blue); text-transform:uppercase; letter-spacing:1.5px; font-size:11px; font-weight:800; }
.asap-section h2 { margin:0; color:var(--asap-navy-dark); font-size:34px; line-height:1.15; font-weight:800; letter-spacing:-.8px; }
.asap-section__head p { margin:8px 0 0; color:var(--asap-muted); }
.asap-link { color:var(--asap-blue); font-size:13px; font-weight:700; text-decoration:none; }

.asap-feature-grid--premium { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.asap-feature-card--premium { min-height:420px; padding:0; overflow:hidden; border:1px solid #e1e8ee; border-radius:14px; background:#fff; display:flex; flex-direction:column; box-shadow:0 8px 26px rgba(16,49,80,.05); transition:.25s ease; }
.asap-feature-card--premium:hover { transform:translateY(-5px); box-shadow:var(--asap-shadow); }
.asap-feature-image--premium { display:flex; align-items:center; justify-content:center; height:190px; padding:22px; background:linear-gradient(145deg,#f8fbfd,#eef4f8); border-bottom:1px solid #edf1f4; }
.asap-feature-image--premium img { max-width:100%; max-height:150px; object-fit:contain; }
.asap-feature-body { display:flex; flex:1; flex-direction:column; padding:22px; }
.asap-chip { align-self:flex-start; padding:5px 9px; border-radius:999px; background:#edf5ff; color:var(--asap-blue); font-size:10px; font-weight:800; }
.asap-feature-card h3 { margin:12px 0 7px; color:var(--asap-navy-dark); font-size:19px; font-weight:800; }
.asap-feature-card h3 a { color:inherit; text-decoration:none; }
.asap-feature-card p { margin:0; min-height:58px; color:var(--asap-muted); font-size:12px; line-height:1.6; }
.asap-meta { margin:10px 0; color:#8a97a5; font-size:10px; }
.asap-product-bottom { margin-top:auto; }
.asap-price { color:var(--asap-navy); font-size:19px; font-weight:800; }
.asap-price-old { margin-right:6px; color:#9ba7b3; text-decoration:line-through; font-size:12px; font-weight:500; }
.asap-card-actions--premium { display:flex; align-items:center; gap:14px; margin-top:15px; }
.asap-card-btn { text-decoration:none; font-size:11px; font-weight:700; }
.asap-card-btn--text { color:var(--asap-blue); }
.asap-card-btn--fill { display:inline-flex; align-items:center; justify-content:center; min-height:38px; padding:0 14px; border-radius:6px; background:var(--asap-blue); color:#fff; }

.asap-category-grid--premium { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.asap-category-card { min-height:138px; padding:22px; border:1px solid var(--asap-line); border-radius:12px; background:#fff; text-align:left; transition:.2s ease; }
.asap-category-card:hover { transform:translateY(-3px); box-shadow:0 14px 35px rgba(16,49,80,.08); }
.asap-category-card i { display:block; margin-bottom:16px; color:var(--asap-blue); font-size:25px; }
.asap-category-card strong { display:block; margin-bottom:4px; color:var(--asap-navy-dark); font-size:14px; }
.asap-category-card span { color:var(--asap-muted); font-size:11px; }

.asap-services__grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:54px; align-items:center; }
.asap-services__intro h2 { margin:0 0 16px; }
.asap-services__intro p { margin:0 0 24px; color:var(--asap-muted); font-size:14px; line-height:1.7; }
.asap-services__cards { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.asap-services__cards>div { min-height:175px; padding:22px; border:1px solid var(--asap-line); border-radius:12px; background:#fff; box-shadow:0 8px 22px rgba(16,49,80,.04); }
.asap-services__cards i { display:grid; place-items:center; width:42px; height:42px; margin-bottom:18px; border-radius:9px; background:#edf5fc; color:var(--asap-blue); font-size:18px; }
.asap-services__cards strong { display:block; margin-bottom:7px; color:var(--asap-navy-dark); font-size:15px; }
.asap-services__cards span { color:var(--asap-muted); font-size:11px; line-height:1.55; }

.asap-why--premium { display:grid; grid-template-columns:.88fr 1.12fr; gap:48px; align-items:center; }
.asap-why__visual { min-height:360px; padding:30px; border-radius:18px; background:linear-gradient(145deg,#d9e7f2,#f6fafc); display:flex; align-items:flex-end; }
.asap-why__quote { max-width:370px; padding:22px; border:1px solid var(--asap-line); border-radius:12px; background:#fff; box-shadow:var(--asap-shadow); }
.asap-why__quote strong { display:block; color:var(--asap-navy-dark); font-size:20px; line-height:1.25; }
.asap-why__quote p { margin:10px 0 0; color:var(--asap-muted); font-size:12px; line-height:1.6; }
.asap-why__points { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; margin-top:26px; }
.asap-why__point { padding:14px 0 14px 16px; border-left:3px solid var(--asap-blue); }
.asap-why__point strong { display:block; margin-bottom:5px; color:var(--asap-navy-dark); font-size:14px; }
.asap-why__point span { color:var(--asap-muted); font-size:11px; line-height:1.5; }

.asap-final-cta { padding-top:58px; padding-bottom:58px; }
.asap-final-cta__box { display:flex; align-items:center; justify-content:space-between; gap:30px; padding:38px 42px; border-radius:18px; background:linear-gradient(135deg,#0d2f54,#0f6fc6); color:#fff; box-shadow:0 22px 55px rgba(13,46,82,.20); }
.asap-final-cta__box h2 { color:#fff; margin-bottom:8px; }
.asap-final-cta__box p { margin:0; color:rgba(255,255,255,.76); }
.asap-final-cta__box .asap-section-kicker { color:#9fd0f3; }

.asap-empty-products { padding:48px; border:1px dashed #c8d5e0; border-radius:14px; background:#f8fbfd; text-align:center; }
.asap-empty-products i { color:var(--asap-blue); font-size:34px; }
.asap-empty-products h3 { margin:14px 0 6px; color:var(--asap-navy-dark); }
.asap-empty-products p { margin:0; color:var(--asap-muted); }

.product-thumb { border:1px solid var(--asap-line); border-radius:10px; overflow:hidden; background:#fff; box-shadow:0 3px 14px rgba(17,58,102,.04); }
.product-thumb .description h4 a { color:var(--asap-navy-dark); text-decoration:none; font-weight:700; }
.product-thumb .button button { background:#f6f9fb; color:var(--asap-blue); }
.product-thumb .button button:hover { background:var(--asap-blue); color:#fff; }
.breadcrumb { border-color:var(--asap-line); background:#f7f9fb; }

.asap-footer { position:relative; bottom:auto; width:100%; padding:46px 0 18px; border:0; background:var(--asap-navy-dark); color:#fff; }
.asap-footer__grid { display:grid; grid-template-columns:1.35fr .9fr .9fr 1.25fr 1.1fr; gap:28px; }
.asap-footer h5 { margin:0 0 13px; color:#fff; font-size:14px; font-weight:700; }
.asap-footer p,.asap-footer li,.asap-footer a { color:#cad7e4; font-size:12px; line-height:1.85; text-decoration:none; }
.asap-footer a:hover { color:#fff; }
.asap-footer__brand img { max-width:220px; max-height:65px; margin-bottom:12px; filter:brightness(0) invert(1); }
.asap-footer__brand-name { margin-bottom:8px; color:#fff; font-size:26px; font-weight:800; }
.asap-footer__brand-name span { color:#c3ced8; }
.asap-footer__newsletter { display:flex; margin-top:10px; }
.asap-footer__newsletter input { min-width:0; flex:1; padding:9px 10px; border:0; border-radius:5px 0 0 5px; font-size:12px; }
.asap-footer__newsletter button { padding:0 12px; border:0; border-radius:0 5px 5px 0; background:var(--asap-blue); color:#fff; font-size:11px; font-weight:700; }
.asap-footer__bottom { display:flex; justify-content:space-between; gap:18px; margin-top:28px; padding-top:16px; border-top:1px solid rgba(255,255,255,.14); color:#adbed0; font-size:11px; }

@media(max-width:1100px){
  .asap-header__main{grid-template-columns:210px 1fr}.asap-header__actions{grid-column:1/-1}
  .asap-feature-grid--premium{grid-template-columns:repeat(2,1fr)}
  .asap-category-grid--premium{grid-template-columns:repeat(2,1fr)}
  .asap-trust-band .container{grid-template-columns:repeat(2,1fr)}
  .asap-trust-band__item:nth-child(2){border-right:0}.asap-trust-band__item:nth-child(-n+2){border-bottom:1px solid var(--asap-line)}
  .asap-footer__grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .asap-topbar .container,.asap-topbar__trust,.asap-topbar__links{display:block}.asap-topbar__links{display:none}.asap-topbar__trust span:not(:first-child){display:none}
  .asap-header__main{grid-template-columns:1fr;gap:14px}.asap-header__actions{grid-column:auto;justify-content:space-between;flex-wrap:wrap}.asap-phone{display:none}
  .asap-hero__grid,.asap-services__grid,.asap-why--premium{grid-template-columns:1fr}.asap-hero__grid{padding:52px 0 48px}.asap-showcase{min-height:350px}.asap-hero__proof{grid-template-columns:1fr;gap:10px}.asap-hero__proof div{border-right:0;border-bottom:1px solid #d8e2ea;padding-bottom:10px}
  .asap-feature-grid--premium,.asap-category-grid--premium,.asap-services__cards,.asap-why__points{grid-template-columns:1fr}
  .asap-trust-band .container{grid-template-columns:1fr}.asap-trust-band__item{border-right:0;border-bottom:1px solid var(--asap-line);padding-left:0}
  .asap-final-cta__box{flex-direction:column;align-items:flex-start;padding:30px 26px}.asap-footer__grid{grid-template-columns:1fr}.asap-footer__bottom{flex-direction:column}
}
