/*
Theme Name: BidSmart Pro
Theme URI: https://bidsmart303.com
Author: BidSmart Excavation Inspections & Solutions LLC
Author URI: https://bidsmart303.com
Description: Custom one-page WordPress theme for BidSmart Excavation Inspections & Solutions LLC.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: bidsmart-pro
*/

:root{
  --navy:#0b2745;
  --navy-2:#173d66;
  --red:#9c1f30;
  --ink:#122033;
  --muted:#5e6b78;
  --line:#dfe6ec;
  --soft:#f4f7fa;
  --white:#ffffff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.55;
}
a{color:inherit}
img{max-width:100%;height:auto}
.topbar{
  background:#061b31;
  color:#dce8f2;
  text-align:center;
  padding:9px 16px;
  font-size:13px;
  font-weight:700;
}
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.admin-bar .site-header{top:32px}
.nav{
  max-width:1180px;
  margin:auto;
  padding:12px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.brand img{
  display:block;
  width:250px;
  max-width:58vw;
}
.nav-actions{display:flex;gap:10px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 20px;
  border-radius:9px;
  text-decoration:none;
  font-weight:900;
  border:2px solid transparent;
  transition:.18s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  background:var(--red);
  color:#fff;
  box-shadow:0 10px 24px rgba(156,31,48,.22);
}
.btn-secondary{
  background:#fff;
  color:var(--navy);
  border-color:var(--navy);
}
.hero{
  background:
    linear-gradient(105deg,rgba(7,26,48,.98),rgba(7,26,48,.76)),
    radial-gradient(circle at 80% 20%,#315d86 0,#0b2745 60%);
  color:#fff;
}
.hero-inner{
  max-width:1180px;
  margin:auto;
  padding:82px 20px;
  display:grid;
  grid-template-columns:1.17fr .83fr;
  gap:52px;
  align-items:center;
}
.eyebrow{
  font-size:13px;
  font-weight:900;
  letter-spacing:1.9px;
  text-transform:uppercase;
  color:#ffd7dd;
  margin-bottom:14px;
}
h1{
  font-size:clamp(43px,6vw,74px);
  line-height:1;
  letter-spacing:-2.4px;
  margin:0 0 22px;
}
h1 span{color:#ffccd3}
.hero-copy{
  font-size:20px;
  color:#e7eef5;
  max-width:700px;
  margin:0 0 30px;
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero .btn-secondary{background:transparent;color:#fff;border-color:#fff}
.proof-card{
  background:#fff;
  color:var(--ink);
  border-radius:18px;
  padding:28px;
  box-shadow:0 30px 70px rgba(0,0,0,.28);
}
.proof-card h3{margin:0 0 16px;color:var(--navy);font-size:26px}
.proof-list{display:grid;gap:14px}
.proof-item{display:flex;gap:12px;align-items:flex-start}
.check{
  width:27px;
  height:27px;
  border-radius:50%;
  background:#e9f5ed;
  color:#1e7c43;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  flex:0 0 27px;
}
section{padding:82px 20px}
.wrap{max-width:1180px;margin:auto}
.section-head{max-width:800px;margin-bottom:38px}
.section-head h2{
  font-size:clamp(34px,4.4vw,52px);
  line-height:1.05;
  color:var(--navy);
  letter-spacing:-1.5px;
  margin:0 0 15px;
}
.section-head p{font-size:18px;color:var(--muted);margin:0}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:15px;
  padding:28px;
  box-shadow:0 14px 34px rgba(11,39,69,.07);
}
.num{
  width:44px;
  height:44px;
  border-radius:10px;
  background:var(--navy);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  margin-bottom:18px;
}
.card h3{font-size:23px;color:var(--navy);margin:0 0 9px}
.card p{margin:0;color:var(--muted)}
.statement{background:var(--soft)}
.statement-box{
  background:#fff;
  border-radius:20px;
  padding:44px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:center;
  box-shadow:0 18px 48px rgba(11,39,69,.08);
}
.statement-box h2{
  font-size:clamp(35px,4.5vw,55px);
  line-height:1.04;
  color:var(--navy);
  margin:0;
}
.statement-box h2 span{color:var(--red)}
.statement-box p{font-size:18px;color:var(--muted)}
.services{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.service{
  background:#fff;
  border-left:5px solid var(--red);
  border-radius:11px;
  padding:24px;
  box-shadow:0 10px 26px rgba(11,39,69,.06);
}
.service h3{margin:0 0 7px;color:var(--navy)}
.service p{margin:0;color:var(--muted)}
.network{
  background:linear-gradient(135deg,var(--navy),var(--navy-2));
  color:#fff;
}
.network-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:46px;
  align-items:center;
}
.network h2{
  font-size:clamp(36px,4.6vw,56px);
  line-height:1.04;
  margin:0 0 18px;
}
.network p{font-size:18px;color:#dce7f0}
.pills{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}
.pill{
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.17);
  border-radius:12px;
  padding:18px;
  font-weight:900;
}
.cta-section{background:#eef3f7;text-align:center}
.cta-section h2{
  font-size:clamp(36px,4.5vw,54px);
  line-height:1.05;
  color:var(--navy);
  margin:0 0 14px;
}
.cta-section p{
  font-size:18px;
  color:var(--muted);
  max-width:720px;
  margin:0 auto 30px;
}
.contact-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  max-width:900px;
  margin:auto;
}
.contact-card{
  display:block;
  background:#fff;
  text-decoration:none;
  border:1px solid var(--line);
  border-radius:15px;
  padding:28px;
  box-shadow:0 14px 34px rgba(11,39,69,.07);
  transition:.18s ease;
}
.contact-card:hover{transform:translateY(-2px)}
.icon{
  width:48px;
  height:48px;
  border-radius:12px;
  background:var(--navy);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:21px;
  font-weight:900;
  margin:0 auto 15px;
}
.contact-card h3{margin:0 0 7px;color:var(--navy);font-size:23px}
.contact-card p{margin:0;color:var(--muted)}
.site-footer{background:#061b31;color:#cbd7e2;padding:30px 20px}
.footer-inner{
  max-width:1180px;
  margin:auto;
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}
.mobile-bar{display:none}
.wp-site-blocks{padding:0}
@media(max-width:900px){
  .hero-inner,.statement-box,.network-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .services{grid-template-columns:1fr}
}
@media(max-width:782px){
  .admin-bar .site-header{top:46px}
}
@media(max-width:700px){
  body{padding-bottom:66px}
  .nav{padding:10px 14px}
  .brand img{width:205px}
  .nav-actions .btn-secondary{display:none}
  .nav-actions .btn{padding:10px 13px;font-size:14px}
  .hero-inner{padding:58px 18px}
  section{padding:62px 18px}
  .statement-box{padding:28px}
  .contact-grid,.pills{grid-template-columns:1fr}
  .mobile-bar{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:70;
    background:#061b31;
    box-shadow:0 -8px 24px rgba(0,0,0,.18);
  }
  .mobile-bar a{
    color:#fff;
    text-decoration:none;
    text-align:center;
    padding:17px 8px;
    font-weight:900;
  }
  .mobile-bar a:nth-child(2){background:var(--red)}
}
