
:root{
  --navy:#07264a;
  --navy2:#0b3767;
  --blue:#0a5ed7;
  --sky:#0aa5e8;
  --light:#f4f8fc;
  --line:#d9e5ef;
  --text:#0b2745;
  --muted:#5c6b79;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.58;
}
a{text-decoration:none}
.wrap{width:min(1180px,calc(100% - 32px));margin:0 auto}

header{
  background:#fff;
  border-bottom:1px solid #edf2f6;
  position:sticky;
  top:0;
  z-index:50;
}
.head{
  min-height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.logo img{width:285px;display:block}
nav{display:flex;gap:26px;align-items:center}
nav a{color:var(--text);font-size:14px;font-weight:800}
.head-actions{display:flex;gap:12px;align-items:center}
.phone{color:var(--blue);font-weight:800;font-size:18px;white-space:nowrap}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:50px;padding:13px 22px;border-radius:6px;
  font-weight:800;font-size:14px;text-align:center
}
.primary{background:var(--blue);color:#fff}

.page-hero{
  position:relative;
  overflow:hidden;
  min-height:330px;
  background:
    linear-gradient(90deg,#fff 0%,rgba(255,255,255,.97) 45%,rgba(255,255,255,.78) 62%,rgba(255,255,255,.22) 100%),
    url('/assets/image-e05eccdfb2a155.webp') center right/cover no-repeat;
}
.page-hero .wrap{
  min-height:330px;
  display:flex;
  align-items:center;
}
.hero-copy{max-width:650px;padding:52px 0}
.eyebrow{
  color:var(--blue);font-size:13px;font-weight:900;
  letter-spacing:.08em;text-transform:uppercase
}
.page-hero h1{
  margin:8px 0 14px;color:var(--navy);
  font-size:clamp(40px,5vw,60px);line-height:1
}
.page-hero h1 span{color:var(--blue)}
.page-hero p{margin:0;color:#40566a;font-size:17px;max-width:600px}

.legal-section{padding:56px 0 70px;background:#f6f9fc}
.legal-card{
  max-width:930px;
  margin:0 auto;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:38px 42px;
  box-shadow:0 10px 30px rgba(7,38,74,.06);
}
.legal-card h2{
  color:var(--navy);
  margin:32px 0 10px;
  font-size:23px;
}
.legal-card h2:first-child{margin-top:0}
.legal-card p,.legal-card li{color:#40566a;font-size:15px}
.legal-card ul{padding-left:21px}
.legal-card li{margin:8px 0}
.updated{
  display:inline-block;
  margin-bottom:18px;
  padding:6px 10px;
  border-radius:6px;
  background:#edf7ff;
  color:#2c5c7d;
  font-size:12px;
  font-weight:800;
}
.notice{
  margin-top:28px;
  padding:16px 18px;
  background:#edf7ff;
  border-left:4px solid var(--blue);
  border-radius:8px;
  color:#29465f;
  font-size:13px;
}

footer{background:var(--navy);color:#fff}
.foot{
  min-height:58px;
  display:flex;align-items:center;justify-content:space-between;
  gap:12px;font-size:11px;flex-wrap:wrap
}
footer a{color:#fff}
.mobile-nav{display:none}

@media(max-width:1100px){
  .logo img{width:220px;max-width:42vw}
  header .head > nav{display:none !important}
  .mobile-nav{
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr));
    width:100%;background:#fff;border-top:1px solid #e6edf3;border-bottom:1px solid #dce6ee
  }
  .mobile-nav a{
    min-height:50px;display:flex;align-items:center;justify-content:center;
    padding:9px 7px;color:#0b2745;text-align:center;font-size:13px;
    line-height:1.15;font-weight:800;border-right:1px solid #e6edf3
  }
  .mobile-nav a:last-child{border-right:0}
  .mobile-nav .mobile-request{background:#0a5ed7;color:#fff !important}
}

@media(max-width:700px){
  .head{min-height:68px;justify-content:center}
  .logo img{width:185px;max-width:62vw}
  .head-actions{display:none !important}
  .mobile-nav{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mobile-nav a{min-height:48px;font-size:13px;border-bottom:1px solid #e6edf3}
  .mobile-nav a:nth-child(2n){border-right:0}
  .mobile-nav .mobile-request{grid-column:1/-1;border-bottom:0}
  .page-hero{
    min-height:520px;
    background:
      linear-gradient(180deg,rgba(255,255,255,.2) 0%,rgba(255,255,255,.78) 45%,#fff 78%),
      url('/assets/image-e05eccdfb2a155.webp') center top/cover no-repeat
  }
  .page-hero .wrap{min-height:520px;align-items:flex-end}
  .hero-copy{padding:265px 0 38px}
  .legal-card{padding:28px 20px}
}


/* =========================================================
   BendFlow logo alignment — final consistent sitewide setup
   Desktop: approximately 1 inch from the left edge
   Tablet:  approximately 1/2 inch
   Phone:   compact 16px safe margin
   ========================================================= */

header .head{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding-left:1in !important;
  padding-right:1in !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
}

header .head .logo{
  margin:0 !important;
  padding:0 !important;
  flex:0 0 auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  min-width:0 !important;
}

header .head .logo img{
  display:block !important;
  width:285px !important;
  max-width:32vw !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  object-fit:contain !important;
  object-position:left center !important;
}

header .head-actions{
  margin-left:auto !important;
  flex:0 0 auto !important;
}

/* iPad and tablet */
@media(max-width:1100px){
  header .head{
    padding-left:.5in !important;
    padding-right:.5in !important;
  }

  header .head .logo img{
    width:220px !important;
    max-width:40vw !important;
  }
}

/* Phones */
@media(max-width:700px){
  header .head{
    padding-left:16px !important;
    padding-right:16px !important;
  }

  header .head .logo img{
    width:170px !important;
    max-width:48vw !important;
  }
}

/* Extra-small phones */
@media(max-width:390px){
  header .head{
    padding-left:12px !important;
    padding-right:12px !important;
  }

  header .head .logo img{
    width:150px !important;
    max-width:46vw !important;
  }
}
