*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f6f8fb;color:#0f172a}
a{text-decoration:none}
.container{max-width:1120px;margin:0 auto;padding:0 22px}
.nav{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10}
.nav-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:12px;color:#0f172a}
.logo{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#0f172a,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900}
.brand strong{display:block;font-size:20px}
.brand small{display:block;color:#64748b;margin-top:2px}
.menu{display:flex;gap:10px;align-items:center}
.menu a{color:#334155;font-weight:800;padding:10px 12px;border-radius:12px}
.menu a:hover,.menu .cta{background:#0f172a;color:#fff}
.hero{background:linear-gradient(135deg,#020617,#0f172a,#1d4ed8);color:#fff}
.hero-grid{min-height:650px;display:grid;grid-template-columns:1.1fr .9fr;gap:42px;align-items:center;padding:72px 22px}
.badge{display:inline-block;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);color:#bfdbfe;padding:8px 14px;border-radius:999px;font-weight:800}
.hero h1{font-size:clamp(44px,7vw,84px);line-height:.97;letter-spacing:-.06em;margin:24px 0 0;color:#fff}
.hero p{font-size:20px;line-height:1.7;color:#dbeafe;max-width:760px}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:14px;font-weight:900}
.btn.primary{background:#fff;color:#020617}
.btn.blue{background:#2563eb;color:#fff}
.btn.dark{background:#0f172a;color:#fff}
.trust{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.trust span{background:rgba(255,255,255,.1);color:#bfdbfe;border-radius:999px;padding:8px 12px;font-weight:700}
.panel{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:28px;padding:26px}
.panel h3{color:#fff;margin-top:0}
.metric{display:flex;justify-content:space-between;background:rgba(255,255,255,.08);border-radius:16px;padding:14px;margin:10px 0;color:#e2e8f0}
.metric strong{color:#fff}
.section{padding:78px 0}
.section h2{font-size:clamp(34px,5vw,58px);line-height:1.04;letter-spacing:-.05em;margin:0 0 18px}
.lead{font-size:19px;line-height:1.75;color:#64748b;max-width:820px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}
.card,.price-card,.info-card{background:#fff;border:1px solid #e5e7eb;border-radius:26px;padding:28px;box-shadow:0 16px 45px rgba(15,23,42,.08)}
.card h3,.info-card h2{margin-top:0}
.card p,.price-card p,.price-card li,.info-card p{color:#64748b;line-height:1.7}
.soft{background:#eef5ff}
.pricing{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:30px}
.price-card.featured{border:2px solid #2563eb}
.plan{font-size:22px;font-weight:900}
.price{font-size:56px;font-weight:950;letter-spacing:-.06em;margin:12px 0}
.note{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:14px;margin:18px 0;color:#475569}
.page-hero{background:linear-gradient(135deg,#fff,#eaf3ff);border-bottom:1px solid #dbeafe;padding:70px 0}
.page-hero h1{font-size:clamp(44px,7vw,76px);line-height:.98;letter-spacing:-.06em;margin:18px 0}
.page-hero p{font-size:20px;line-height:1.7;color:#64748b;max-width:820px}
.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:30px}
.list{display:grid;gap:10px;margin-top:18px}
.list div{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;border-radius:14px;padding:12px;font-weight:800}
.list.danger div{background:#fff1f2;border-color:#fecaca;color:#9f1239}
.email-box{background:#eff6ff;border:1px solid #bfdbfe;border-radius:18px;padding:18px;margin:18px 0}
.email-box a{font-size:22px;font-weight:900;color:#1d4ed8}
.footer{background:#020617;color:#cbd5e1;padding:40px 0}
.footer-grid{display:flex;justify-content:space-between;gap:24px}
.footer strong{color:#fff}
.footer a{color:#93c5fd;font-weight:800}
@media(max-width:850px){.nav-inner{align-items:flex-start;flex-direction:column;padding:14px 0}.menu{width:100%;overflow-x:auto}.menu a{white-space:nowrap}.hero-grid,.grid3,.pricing,.content-grid{grid-template-columns:1fr}.hero-grid{min-height:auto;padding:56px 22px}.footer-grid{flex-direction:column}}

/* Mobile header fix */
@media(max-width:850px){
  .nav{
    position:relative;
  }

  .nav-inner{
    gap:16px;
  }

  .brand{
    width:100%;
  }

  .menu{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    overflow:visible;
  }

  .menu a{
    text-align:center;
    padding:13px 10px;
    background:#f1f5f9;
    border-radius:14px;
    font-size:16px;
  }

  .menu .cta{
    background:#0f172a;
    color:#fff;
  }

  .hero-grid{
    padding-top:42px;
  }

  .hero h1{
    font-size:44px;
  }

  .hero p{
    font-size:18px;
  }
}

  .menu a{
    text-align:center;
    padding:13px 10px;
    background:#f1f5f9;
    border-radius:14px;
    font-size:16px;
  }

  .menu .cta{
    background:#0f172a;
    color:#fff;
  }

  .hero-grid{
    padding-top:42px;
  }

  .hero h1{
    font-size:44px;
  }

  .hero p{
    font-size:18px;
  }
}

/* Strong mobile layout fix */
@media(max-width:850px){
  body{
    background:#f8fafc;
    overflow-x:hidden;
  }

  .container{
    width:100%;
    max-width:100%;
    padding-left:18px;
    padding-right:18px;
  }

  .nav-inner{
    width:100%;
    max-width:100%;
  }

  .brand{
    padding-top:6px;
  }

  .logo{
    width:54px;
    height:54px;
    border-radius:16px;
    font-size:18px;
  }

  .brand strong{
    font-size:24px;
  }

  .brand small{
    font-size:15px;
  }

  .menu{
    width:100%;
    grid-template-columns:1fr 1fr;
  }

  .menu a{
    min-height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    border-radius:16px;
  }

  .page-hero{
    padding:46px 0 38px;
    background:linear-gradient(135deg,#eef6ff,#ffffff);
    border-bottom:1px solid #e5e7eb;
  }

  .page-hero h1{
    font-size:48px;
    line-height:1.05;
    margin:22px 0 20px;
  }

  .page-hero p{
    font-size:22px;
    line-height:1.55;
    max-width:100%;
  }

  .badge{
    display:inline-block;
    max-width:100%;
    font-size:15px;
    line-height:1.4;
    padding:12px 16px;
    border-radius:999px;
  }

  .section{
    padding:34px 0;
  }

  .content-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:20px;
  }

  .info-card{
    width:100%;
    border-radius:28px;
    padding:30px 24px;
    box-shadow:0 20px 50px rgba(15,23,42,.08);
  }

  .info-card h2{
    font-size:34px;
    line-height:1.1;
    margin-top:0;
  }

  .info-card p,
  .info-card li,
  .list div{
    font-size:19px;
    line-height:1.55;
  }

  .email-box{
    width:100%;
    overflow-wrap:anywhere;
  }

  .email-box a{
    font-size:22px;
    display:block;
    text-align:center;
  }

  .footer{
    padding:32px 0 90px;
  }
}

/* Professional visual override v4 */
body{
  background:#f3f6fb;
  color:#0b1220;
}

.nav{
  background:rgba(255,255,255,.96);
  border-bottom:1px solid #e2e8f0;
  box-shadow:0 10px 30px rgba(15,23,42,.05);
}

.logo{
  background:linear-gradient(135deg,#07152f,#1d4ed8);
  box-shadow:0 14px 30px rgba(29,78,216,.24);
}

.menu a{
  border:1px solid #e2e8f0;
  background:#f8fafc;
}

.menu a:hover{
  background:#eaf1ff;
}

.menu .cta{
  background:#07152f;
  color:#fff;
  border-color:#07152f;
}

.page-hero{
  background:
    radial-gradient(circle at top right,rgba(37,99,235,.16),transparent 35%),
    linear-gradient(135deg,#07152f,#102a56);
  color:#fff;
  border-bottom:0;
}

.page-hero .badge{
  background:rgba(255,255,255,.10);
  color:#dbeafe;
  border:1px solid rgba(255,255,255,.18);
}

.page-hero h1{
  color:#fff;
  letter-spacing:-.04em;
}

.page-hero p{
  color:#cbd5e1;
}

.card,
.info-card,
.price-card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:22px;
  box-shadow:0 18px 45px rgba(15,23,42,.07);
}

.card h3,
.info-card h2,
.plan{
  letter-spacing:-.025em;
}

.card p,
.info-card p,
.price-card p,
.list div,
.price-card li{
  color:#526176;
}

.grid3{
  gap:20px;
}

.card{
  padding:28px;
  min-height:auto;
}

.card h3{
  font-size:24px;
  line-height:1.18;
  margin:0 0 14px;
}

.card p{
  font-size:16px;
  line-height:1.65;
}

.section{
  padding:56px 0;
}

.info-card{
  padding:30px;
}

.info-card h2{
  font-size:28px;
}

.email-box{
  border:1px solid #bfdbfe;
  background:#eff6ff;
  border-radius:16px;
  padding:16px;
}

.email-box a{
  color:#1d4ed8;
}

/* Mobile professional correction */
@media(max-width:850px){
  .container{
    padding-left:20px;
    padding-right:20px;
  }

  .nav-inner{
    padding:16px 0;
  }

  .brand{
    align-items:center;
  }

  .logo{
    width:50px;
    height:50px;
    border-radius:15px;
    font-size:17px;
  }

  .brand strong{
    font-size:22px;
    letter-spacing:-.03em;
  }

  .brand small{
    font-size:14px;
  }

  .menu{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }

  .menu a{
    min-height:48px;
    padding:10px 8px;
    font-size:15px;
    border-radius:12px;
  }

  .page-hero{
    padding:42px 0 44px;
  }

  .page-hero h1{
    font-size:36px;
    line-height:1.08;
    margin:18px 0 14px;
  }

  .page-hero p{
    font-size:17px;
    line-height:1.6;
  }

  .badge{
    font-size:13px;
    padding:9px 13px;
  }

  .section{
    padding:28px 0;
  }

  .grid3,
  .pricing,
  .content-grid{
    gap:16px;
  }

  .card,
  .info-card,
  .price-card{
    border-radius:20px;
    padding:22px;
    box-shadow:0 14px 34px rgba(15,23,42,.06);
  }

  .card h3,
  .plan{
    font-size:21px;
    line-height:1.2;
  }

  .info-card h2{
    font-size:26px;
  }

  .card p,
  .info-card p,
  .price-card p,
  .list div,
  .price-card li{
    font-size:15.5px;
    line-height:1.65;
  }

  .email-box a{
    font-size:18px;
  }

  .footer{
    padding-bottom:70px;
  }
}

/* Trust section */
.trust-section{
  padding:80px 0;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.10), transparent 34%),
    linear-gradient(180deg,#ffffff,#f8fafc);
  border-top:1px solid #e2e8f0;
  border-bottom:1px solid #e2e8f0;
}

.trust-head{
  max-width:820px;
  margin-bottom:34px;
}

.trust-head h2{
  margin:16px 0 12px;
  font-size:42px;
  line-height:1.08;
  letter-spacing:-.04em;
  color:#07152f;
}

.trust-head p{
  font-size:19px;
  line-height:1.7;
  color:#475569;
}

.trust-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.trust-card{
  background:rgba(255,255,255,.92);
  border:1px solid #e2e8f0;
  border-radius:28px;
  padding:28px;
  box-shadow:0 18px 45px rgba(15,23,42,.07);
}

.trust-icon{
  width:42px;
  height:42px;
  border-radius:14px;
  background:#0f172a;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  margin-bottom:18px;
}

.trust-card h3{
  margin:0 0 10px;
  font-size:21px;
  color:#0f172a;
}

.trust-card p{
  margin:0;
  color:#475569;
  line-height:1.65;
}

.price-highlight{
  border-color:#bfdbfe;
  background:linear-gradient(180deg,#ffffff,#eff6ff);
}

.price-highlight .trust-icon{
  background:#1d4ed8;
}

@media(max-width:900px){
  .trust-grid{
    grid-template-columns:1fr;
  }

  .trust-head h2{
    font-size:34px;
  }

  .trust-section{
    padding:56px 0;
  }
}

/* Request assessment page */
.request-card{
  border-color:#bfdbfe;
  background:linear-gradient(180deg,#ffffff,#eff6ff);
}

.check-list{
  list-style:none;
  padding:0;
  margin:18px 0 0;
}

.check-list li{
  position:relative;
  padding-left:34px;
  margin:14px 0;
  color:#334155;
  line-height:1.55;
  font-weight:700;
}

.check-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:23px;
  height:23px;
  border-radius:8px;
  background:#0f172a;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  font-weight:900;
}

.soft{
  background:#ffffff;
  border-top:1px solid #e2e8f0;
  border-bottom:1px solid #e2e8f0;
}

/* Pricing upgrade */
.pricing-reason{
  position:relative;
  overflow:hidden;
}

.pricing-reason:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(37,99,235,.08),transparent 45%);
  pointer-events:none;
}

.decision-card{
  border-color:#bfdbfe;
  background:linear-gradient(180deg,#ffffff,#eff6ff);
}

.decision-card h2{
  margin-top:0;
}

/* Pricing upgrade */
.pricing-reason{
  position:relative;
  overflow:hidden;
}

.pricing-reason:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(37,99,235,.08),transparent 45%);
  pointer-events:none;
}

.decision-card{
  border-color:#bfdbfe;
  background:linear-gradient(180deg,#ffffff,#eff6ff);
}

.decision-card h2{
  margin-top:0;
}

/* Services upgrade */
.icon{
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:#eef4ff;
  font-size:24px;
  margin-bottom:14px;
}

.step-card{
  position:relative;
  overflow:hidden;
}

.step-number{
  display:inline-flex;
  width:48px;
  height:48px;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:#0f172a;
  color:#fff;
  font-weight:900;
  margin-bottom:14px;
}

.panel.good{
  border-color:#bbf7d0;
  background:linear-gradient(180deg,#ffffff,#f0fdf4);
}

.panel.warning{
  border-color:#fed7aa;
  background:linear-gradient(180deg,#ffffff,#fff7ed);
}

.final-cta{
  padding-top:30px;
}

.cta-box{
  background:linear-gradient(135deg,#07152f,#1d4ed8);
  color:#fff;
  border-radius:34px;
  padding:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  box-shadow:0 30px 80px rgba(29,78,216,.24);
}

.cta-box h2{
  color:#fff;
  margin-top:8px;
}

.cta-box p{
  color:#dbeafe;
  max-width:720px;
}

.cta-box .badge{
  background:rgba(255,255,255,.16);
  color:#dbeafe;
  border-color:rgba(255,255,255,.24);
}

.cta-box .btn.dark{
  background:#fff;
  color:#0f172a;
  white-space:nowrap;
}

@media(max-width:850px){
  .cta-box{
    flex-direction:column;
    align-items:flex-start;
    padding:30px;
    border-radius:26px;
  }

  .cta-box .btn.dark{
    width:100%;
    text-align:center;
  }
}
