:root{
  --navy:#061f4b;
  --navy2:#092b62;
  --blue:#0873ea;
  --blue2:#1397ff;
  --orange:#ff6a00;
  --white:#ffffff;
  --text:#102340;
  --muted:#64748b;
  --line:#dce7f5;
  --soft:#f4f8fd;
  --shadow:0 18px 46px rgba(6,31,75,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text);background:#fff;line-height:1.5}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.container{width:min(1180px,calc(100% - 44px));margin:auto}
.site-header{height:84px;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid #e7edf5}
.nav-shell{height:84px;display:flex;align-items:center}
.logo-link{display:flex;align-items:center;margin-right:auto}
.logo-link img{display:block;width:305px;height:66px;object-fit:contain;object-position:left center}
.main-nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700;color:#0e2140}
.main-nav a:hover{color:var(--blue)}
.nav-cta{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff!important;padding:13px 18px;border-radius:8px;box-shadow:0 9px 25px rgba(8,115,234,.25)}
.nav-cta span{margin-left:8px}
.mobile-menu{display:none;border:0;background:none;font-size:26px;color:var(--navy)}

.hero{position:relative;overflow:hidden;color:#fff;background:
  radial-gradient(circle at 66% 0%,rgba(18,151,255,.28),transparent 35%),
  linear-gradient(120deg,#061d45 0%,#07336c 64%,#09478b 100%);
padding:66px 0 0}
.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:46px 46px}
.fiber-glow{position:absolute;height:2px;width:600px;background:linear-gradient(90deg,transparent,var(--blue2),transparent);filter:blur(.4px);opacity:.38;transform:rotate(-12deg)}
.fiber-glow-one{right:-100px;top:86px}.fiber-glow-two{right:-80px;bottom:75px;transform:rotate(-17deg);background:linear-gradient(90deg,transparent,var(--orange),var(--blue2),transparent)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:.95fr 1.05fr;gap:56px;align-items:center}
.hero-tag{font-weight:900;font-size:15px;letter-spacing:.02em;margin-bottom:16px;display:flex;align-items:center;gap:5px}
.hero-tag i{height:28px;width:5px;background:var(--orange);display:inline-block;margin-right:10px;border-radius:2px}
.hero-tag span{color:#ff8127}.hero-tag strong{color:var(--blue2)}
.hero h1{font-size:clamp(52px,5.2vw,77px);line-height:.98;letter-spacing:-.055em;margin:0 0 24px;font-weight:900}
.hero h1 span{color:var(--blue2)}
.hero-lead{max-width:600px;color:#d8e5f5;font-size:18px;line-height:1.62;margin-bottom:25px}
.hero-buttons{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:50px;padding:0 24px;border-radius:7px;font-weight:800;border:1px solid transparent;transition:.2s ease}
.btn:hover{transform:translateY(-2px)}
.btn.orange{background:linear-gradient(135deg,#ff6500,#ff7e21);box-shadow:0 10px 26px rgba(255,106,0,.24);color:#fff}
.btn.outline-light{border-color:#dbe8f7;color:#fff;background:rgba(255,255,255,.03)}
.hero-benefits{display:flex;gap:24px;margin-top:34px;padding-bottom:46px}
.benefit{display:flex;align-items:center;gap:11px;padding-right:20px;border-right:1px solid rgba(255,255,255,.28)}
.benefit:last-child{border-right:0}
.benefit-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--orange);font-weight:900;font-size:20px}
.benefit-icon.blue{background:var(--blue)}
.benefit strong,.benefit small{display:block}.benefit strong{font-size:13px}.benefit small{font-size:11px;color:#bfd2eb;margin-top:2px}

.hero-carousel{min-width:0}
.carousel-frame{height:430px;position:relative;border:1px solid #168bf2;border-radius:18px;padding:11px;background:#061b3e;box-shadow:0 25px 70px rgba(0,0,0,.26);overflow:hidden}
.slide{position:absolute;inset:11px;border-radius:11px;overflow:hidden;background-size:cover;background-position:center;opacity:0;transition:opacity .55s ease}
.slide.active{opacity:1}
.slide-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,14,35,.10),rgba(3,14,35,.10) 45%,rgba(3,14,35,.84) 100%),linear-gradient(to top,rgba(2,13,33,.52),transparent 60%)}
.slide-copy{position:absolute;right:30px;bottom:42px;width:43%;z-index:2}
.slide-copy span{font-size:12px;font-weight:900;color:#ff7a1c;letter-spacing:.05em}
.slide-copy h2{font-size:27px;line-height:1.02;margin:8px 0;color:#fff}
.slide-copy p{font-size:12px;color:#e2eaf5;margin:0}
.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:rgba(3,20,47,.72);color:#fff;font-size:30px;cursor:pointer}
.carousel-arrow.prev{left:17px}.carousel-arrow.next{right:17px}
.carousel-dots{position:absolute;z-index:5;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px}
.carousel-dots button{border:0;padding:0;width:9px;height:9px;border-radius:50%;background:#e9f0fa;cursor:pointer}
.carousel-dots button.active{background:var(--orange)}

.info-band{position:relative;z-index:3;margin-top:30px;min-height:88px;display:grid;grid-template-columns:82px 1fr 180px;align-items:center;border:1px solid #168bf2;border-radius:15px 15px 0 0;background:rgba(4,25,60,.86);padding:15px 26px}
.info-icon{font-size:40px;color:#0d8cff;position:relative}.info-icon b{position:absolute;font-size:15px;color:white;background:var(--orange);border-radius:50%;width:28px;height:28px;display:grid;place-items:center;right:8px;bottom:-1px}
.info-band p{font-size:14px;color:#d7e4f4;margin:0}.info-band strong{color:#fff}
.mini-fibers{position:relative;height:60px}
.mini-fibers i{position:absolute;left:0;bottom:15px;height:3px;width:160px;border-radius:10px;background:linear-gradient(90deg,var(--orange),var(--blue2));transform-origin:left}
.mini-fibers i:nth-child(1){transform:rotate(-18deg)}.mini-fibers i:nth-child(2){transform:rotate(-6deg)}.mini-fibers i:nth-child(3){transform:rotate(7deg)}.mini-fibers i:nth-child(4){transform:rotate(19deg)}

.section{padding:82px 0}
.section-title{text-align:center;max-width:800px;margin:0 auto 36px}
.section-title>span,.tools-title span{color:var(--blue);font-weight:900;letter-spacing:.15em;font-size:12px}
.section-title>span:before,.section-title>span:after{content:"";display:inline-block;width:50px;height:2px;background:var(--orange);vertical-align:middle;margin:0 15px}
.section-title h2{font-size:38px;line-height:1.1;letter-spacing:-.035em;color:var(--navy);margin:10px 0 8px}
.section-title p{color:var(--muted);margin:0;font-size:15px}
.section-title.compact{margin-bottom:30px}.section-title.compact h2{font-size:34px}.section-title em{font-style:normal;color:var(--blue)}

.services{background:linear-gradient(180deg,#fff,#f7fbff)}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.service-card{display:flex;gap:15px;min-height:135px;background:#fff;border:1px solid #dce7f4;border-radius:10px;padding:20px;box-shadow:0 9px 28px rgba(6,31,75,.05)}
.service-icon{flex:0 0 auto;width:47px;height:47px;border-radius:8px;background:linear-gradient(135deg,#086fe3,#159cff);color:#fff;display:grid;place-items:center;font-weight:900;font-size:19px}
.service-icon.green{background:#169d4e}.service-icon.red{background:#ef1d1d;font-size:12px}
.service-card h3{color:var(--navy);font-size:14px;line-height:1.25;margin:2px 0 7px}
.service-card p{color:var(--muted);font-size:12px;margin:0;line-height:1.4}

.how{background:#f5f9fe}
.process-grid{display:grid;grid-template-columns:1fr 44px 1fr 44px 1fr;align-items:center}
.process-card{position:relative;background:#fff;border:1px solid #dce6f3;border-radius:12px;overflow:hidden;box-shadow:0 12px 32px rgba(6,31,75,.08);align-self:stretch}
.process-card img{width:100%;height:175px;object-fit:cover;display:block}

.process-body{padding:28px 22px 24px}.process-body h3{font-size:20px;color:var(--navy);margin:0 0 8px}.process-body p{font-size:13px;line-height:1.48;color:#52647d;margin:0}
.process-arrow{text-align:center;color:var(--orange);font-size:34px;font-weight:900}

.tools{padding:30px 0 64px;background:#f5f9fe}
.tools-title{display:flex;align-items:center;justify-content:center;gap:13px;margin-bottom:24px}.tools-title i{width:50px;height:2px;background:var(--orange)}
.tools-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}
.tool{height:104px;background:#fff;border:1px solid #dce6f2;border-radius:9px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;box-shadow:0 8px 22px rgba(6,31,75,.05)}
.tool b{width:44px;height:44px;border-radius:8px;color:#fff;display:grid;place-items:center;font-size:21px}.tool span{font-size:11px;font-weight:700;color:var(--navy)}
.excel{background:#168a49}.sheet{background:#132a6b}.bluebeam{background:#1173e6}.acrobat{background:#e3181a}.maps{background:#1b95f1}.office{background:#e94b18}.dropbox{background:#176cf2}.quickbooks{background:#2ea833}


.closing{position:relative;min-height:250px;overflow:hidden;background:#061f4b;display:flex;align-items:center}
.closing-image{position:absolute;inset:0;background:url('assets/slide-osp.jpg') center/cover no-repeat}
.closing-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,31,75,.40) 0%,rgba(6,31,75,.92) 45%,rgba(6,31,75,.98) 100%)}
.closing-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center;color:#fff;padding-top:44px;padding-bottom:44px}
.closing-grid>div:first-child{margin-left:34%}
.closing-grid span{color:#ff8127;font-size:12px;font-weight:900;letter-spacing:.04em}
.closing-grid h2{font-size:34px;line-height:1.12;margin:10px 0 0}.closing-grid h2 strong{color:var(--blue2)}
.closing-actions{display:flex;flex-direction:column;gap:12px;min-width:220px}

.footer{background:#031531;color:#9fb2cc;padding:24px 0}
.footer-inner{display:grid;grid-template-columns:260px 1fr auto;gap:25px;align-items:center}
.footer img{width:230px;filter:brightness(0) invert(1);opacity:.92}.footer p{margin:0;font-size:12px}.footer span{font-size:11px}

@media(max-width:1050px){
  .main-nav{gap:17px}.logo-link img{width:250px}
  .hero-grid{grid-template-columns:1fr}.hero-carousel{max-width:780px;width:100%;margin:0 auto}
  .hero-copy{max-width:760px}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .tools-grid{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:820px){
  .mobile-menu{display:block}.main-nav{display:none;position:absolute;top:84px;left:0;right:0;padding:24px;background:#fff;box-shadow:0 16px 30px rgba(6,31,75,.12);flex-direction:column;align-items:stretch}.main-nav.open{display:flex}
  .nav-cta{text-align:center}
  .hero{padding-top:48px}.hero h1{font-size:56px}.hero-benefits{flex-wrap:wrap}
  .carousel-frame{height:400px}
  .info-band{grid-template-columns:65px 1fr}.mini-fibers{display:none}
  .process-grid{grid-template-columns:1fr}.process-arrow{transform:rotate(90deg);height:50px;display:grid;place-items:center}
  .plans-grid{grid-template-columns:1fr}.plan-card.featured{transform:none}
  .closing-grid{grid-template-columns:1fr}.closing-grid>div:first-child{margin-left:0}.closing-actions{flex-direction:row}
  .footer-inner{grid-template-columns:1fr;text-align:center}.footer img{margin:auto}
}
@media(max-width:600px){
  .container{width:min(100% - 28px,1180px)}
  .site-header,.nav-shell{height:72px}.main-nav{top:72px}.logo-link img{width:225px;height:56px}
  .hero-tag{font-size:12px}.hero h1{font-size:46px}.hero-lead{font-size:16px}.hero-buttons{flex-direction:column}.hero-buttons .btn{width:100%}
  .hero-benefits{gap:14px}.benefit{width:100%;border-right:0;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:11px}
  .carousel-frame{height:360px}.slide-copy{width:66%;right:18px;bottom:45px}.slide-copy h2{font-size:23px}.carousel-arrow{width:38px;height:38px}
  .info-band{grid-template-columns:1fr;text-align:center}.info-icon{margin:auto}.info-band p{font-size:12px}
  .section{padding:60px 0}.section-title h2{font-size:31px}.section-title>span:before,.section-title>span:after{width:28px;margin:0 8px}
  .service-grid{grid-template-columns:1fr}.tools-grid{grid-template-columns:repeat(2,1fr)}
  .process-card img{height:160px}.step-num{top:135px}
  .closing-actions{flex-direction:column}.closing-grid h2{font-size:30px}
}
/* v6 asset polish */
.service-icon-img{flex:0 0 auto;width:50px;height:50px;object-fit:contain;display:block}
.tool img{width:46px;height:46px;object-fit:contain;display:block}
.footer img{width:260px;filter:none;opacity:1}
/* Keep process photos free of overlays; the step is communicated by card order. */
.process-card img{height:190px}
@media(max-width:600px){.process-card img{height:170px}}


/* v7 service plan redesign */
.plans{
  background:
    radial-gradient(circle at 50% 0%, rgba(19,151,255,.07), transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f7faff 100%);
}
.plans-heading{max-width:860px}
.plans-heading p{max-width:720px;margin-left:auto;margin-right:auto}
.plan-comparison{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}
.plan-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:100%;
  overflow:hidden;
  border:1px solid #d7e3f1;
  border-radius:18px;
  padding:28px;
  background:#fff;
  box-shadow:0 14px 38px rgba(6,31,75,.07);
}
.plan-card:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:5px;
  background:var(--blue);
}
.essentials-plan:before{background:#8aa5c6}
.billing-plan:before{background:linear-gradient(90deg,var(--orange),var(--blue2))}
.full-plan:before{background:linear-gradient(90deg,var(--navy),var(--blue))}
.plan-card.featured{
  border:2px solid var(--blue);
  box-shadow:0 24px 60px rgba(8,115,234,.16);
  transform:translateY(-10px);
}
.plan-top{padding-bottom:18px;border-bottom:1px solid #e5edf6}
.plan-number{
  width:38px;height:38px;
  border-radius:10px;
  display:grid;place-items:center;
  margin-bottom:17px;
  background:#edf4fc;
  color:var(--navy);
  font-weight:900;
  font-size:13px;
}
.billing-plan .plan-number{background:var(--blue);color:#fff}
.full-plan .plan-number{background:var(--navy);color:#fff}
.plan-card small{
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  color:var(--blue);
}
.plan-card h3{
  color:var(--navy);
  font-size:27px;
  line-height:1.06;
  letter-spacing:-.025em;
  margin:8px 0 11px;
}
.plan-summary{
  color:#5c6f88;
  font-size:13px;
  line-height:1.55;
  margin:0;
}
.popular{
  position:absolute;
  right:18px;
  top:18px;
  z-index:2;
  padding:7px 10px;
  border-radius:99px;
  background:var(--orange);
  color:#fff;
  font-weight:900;
  font-size:9px;
  letter-spacing:.08em;
  box-shadow:0 8px 20px rgba(255,106,0,.18);
}
.plan-best-for{
  margin:18px 0 4px;
  border-radius:10px;
  padding:13px 14px;
  background:#f4f7fb;
  border:1px solid #e1e9f3;
}
.plan-best-for span,.urgent-support>span{
  display:block;
  color:#7b8ca4;
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  margin-bottom:4px;
}
.plan-best-for strong{
  color:var(--navy);
  font-size:13px;
}
.plan-best-for.premium{
  background:#eef5ff;
  border-color:#d7e7fb;
}
.plan-features{
  list-style:none;
  padding:0;
  margin:18px 0 22px;
  color:#435873;
  font-size:13px;
}
.plan-features li{
  position:relative;
  padding:0 0 0 25px;
  margin:11px 0;
  line-height:1.45;
}
.plan-features li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:var(--blue);
  font-weight:900;
}
.billing-plan .plan-features li:before{color:var(--orange)}
.plan-features b{color:var(--navy)}
.plan-note{
  margin-top:auto;
  padding:14px;
  border-radius:10px;
  background:#f8fafc;
  border-left:3px solid #8aa5c6;
}
.plan-note strong,.plan-note span{display:block}
.plan-note strong{color:var(--navy);font-size:12px;margin-bottom:3px}
.plan-note span{color:#667892;font-size:11px;line-height:1.45}
.staffed-badge{
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:8px;
  align-items:center;
  margin:17px 0 14px;
  padding:11px 13px;
  border-radius:10px;
  background:#061f4b;
  color:#fff;
}
.staffed-badge .pulse{
  grid-row:1 / span 2;
  width:10px;height:10px;
  border-radius:50%;
  background:#34d399;
  box-shadow:0 0 0 5px rgba(52,211,153,.13);
}
.staffed-badge strong{font-size:11px;letter-spacing:.08em}
.staffed-badge small{font-size:9px;color:#a9bedc;letter-spacing:0;font-weight:600}
.overnight-flow{
  display:grid;
  grid-template-columns:90px 1fr 90px;
  gap:10px;
  align-items:center;
  padding:15px 0 5px;
}
.flow-point{
  text-align:left;
}
.flow-point.right{text-align:right}
.flow-point strong{
  display:block;
  color:var(--navy);
  font-size:25px;
  line-height:1;
}
.flow-point span{
  display:block;
  margin-top:5px;
  color:#687b94;
  font-size:9px;
  line-height:1.25;
}
.flow-line{
  position:relative;
  text-align:center;
  color:var(--orange);
  font-size:8px;
  font-weight:900;
  letter-spacing:.08em;
}
.flow-line i{
  display:block;
  height:3px;
  margin-bottom:5px;
  border-radius:99px;
  background:linear-gradient(90deg,var(--orange),var(--blue));
  position:relative;
}
.flow-line i:after{
  content:"";
  position:absolute;
  right:-1px;top:-4px;
  width:0;height:0;
  border-top:5px solid transparent;
  border-bottom:5px solid transparent;
  border-left:7px solid var(--blue);
}
.urgent-support{
  margin-top:auto;
  padding:15px;
  border-radius:11px;
  background:linear-gradient(135deg,#071e45,#0b3470);
  color:#fff;
  border:1px solid rgba(19,151,255,.28);
}
.urgent-support>span{color:#ff8a33}
.urgent-support strong{
  display:block;
  font-size:13px;
  line-height:1.35;
  margin-bottom:5px;
}
.urgent-support p{
  margin:0;
  color:#c4d3e7;
  font-size:10px;
  line-height:1.48;
}
.plan-button{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  min-height:49px;
  margin-top:20px;
  padding:0 16px;
  border-radius:8px;
  font-size:12px;
  font-weight:900;
  transition:.2s ease;
}
.plan-button:hover{transform:translateY(-2px)}
.plan-button.secondary{
  color:var(--navy);
  border:1px solid #bdd0e6;
  background:#fff;
}
.plan-button.primary{
  color:#fff;
  background:linear-gradient(135deg,var(--orange),#ff842e);
  box-shadow:0 10px 24px rgba(255,106,0,.18);
}
.plan-button.dark{
  color:#fff;
  background:linear-gradient(135deg,var(--navy),#0b3978);
}
.plans-footnote{
  max-width:900px;
  margin:34px auto 0;
  padding:16px 20px;
  text-align:center;
  color:#64758d;
  font-size:12px;
  line-height:1.55;
  border-top:1px solid #dce6f2;
}
.plans-footnote strong{color:var(--navy)}
@media(max-width:980px){
  .plan-comparison{grid-template-columns:1fr;max-width:720px;margin:0 auto}
  .plan-card.featured{transform:none}
}
@media(max-width:600px){
  .plan-card{padding:22px}
  .overnight-flow{grid-template-columns:80px 1fr 80px}
  .flow-point strong{font-size:22px}
}


/* v8 typography + readability refinements */
html{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}

/* Make the service-plan section easier to scan */
.plans .container{
  width:min(1240px,calc(100% - 48px));
}
.plan-comparison{
  gap:28px;
}
.plan-card{
  padding:32px;
  border-radius:20px;
}
.plan-card.featured{
  transform:translateY(-8px);
}

/* Remove overly-small text */
.plan-card small{
  font-size:12px;
  line-height:1.35;
  letter-spacing:.09em;
}
.plan-card h3{
  font-size:29px;
  line-height:1.12;
  margin:10px 0 14px;
}
.plan-summary{
  font-size:15px;
  line-height:1.65;
  color:#52657f;
}
.plan-top{
  padding-bottom:22px;
}
.plan-number{
  width:42px;
  height:42px;
  margin-bottom:19px;
  font-size:14px;
}
.popular{
  top:20px;
  right:20px;
  font-size:11px;
  line-height:1;
  padding:8px 11px;
  letter-spacing:.06em;
}

/* Best-for / included boxes */
.plan-best-for{
  margin:20px 0 8px;
  padding:16px;
}
.plan-best-for span,
.urgent-support>span{
  font-size:11px;
  line-height:1.3;
  letter-spacing:.09em;
  margin-bottom:6px;
}
.plan-best-for strong{
  display:block;
  font-size:14px;
  line-height:1.45;
}

/* Feature list */
.plan-features{
  font-size:14px;
  line-height:1.55;
  margin:22px 0 26px;
}
.plan-features li{
  margin:13px 0;
  padding-left:27px;
}
.plan-features li:before{
  top:1px;
  font-size:14px;
}

/* Essentials note */
.plan-note{
  padding:17px;
  border-radius:11px;
}
.plan-note strong{
  font-size:14px;
  line-height:1.35;
  margin-bottom:6px;
}
.plan-note span{
  font-size:13px;
  line-height:1.6;
  color:#5c6f88;
}

/* Billing staffed badge */
.staffed-badge{
  margin:20px 0 17px;
  padding:14px 15px;
  column-gap:10px;
}
.staffed-badge strong{
  font-size:13px;
  line-height:1.3;
  letter-spacing:.06em;
}
.staffed-badge small{
  font-size:11px;
  line-height:1.4;
}

/* 5PM -> 8AM workflow */
.overnight-flow{
  grid-template-columns:100px 1fr 100px;
  gap:14px;
  padding:18px 0 8px;
}
.flow-point strong{
  font-size:27px;
}
.flow-point span{
  margin-top:7px;
  font-size:11px;
  line-height:1.4;
}
.flow-line{
  font-size:10px;
  letter-spacing:.06em;
}
.flow-line i{
  margin-bottom:7px;
}

/* Full Support urgent panel */
.urgent-support{
  padding:18px;
  border-radius:12px;
}
.urgent-support strong{
  font-size:14px;
  line-height:1.45;
  margin-bottom:8px;
}
.urgent-support p{
  font-size:12px;
  line-height:1.6;
  color:#d3dfef;
}

/* Buttons */
.plan-button{
  min-height:54px;
  margin-top:23px;
  padding:0 18px;
  border-radius:9px;
  font-size:14px;
  line-height:1.25;
}

/* Bottom helper text */
.plans-footnote{
  max-width:960px;
  margin-top:40px;
  padding:20px 24px;
  font-size:14px;
  line-height:1.7;
}
.plans-footnote strong{
  display:inline-block;
  margin-right:4px;
}

/* Improve plan section heading legibility */
.plans-heading{
  margin-bottom:44px;
}
.plans-heading h2{
  font-size:40px;
}
.plans-heading p{
  font-size:16px;
  line-height:1.65;
}

/* Keep three columns only when there is enough room to read them comfortably */
@media(max-width:1180px){
  .plan-comparison{
    grid-template-columns:1fr;
    max-width:760px;
    margin:0 auto;
  }
  .plan-card.featured{
    transform:none;
  }
}

@media(max-width:600px){
  .plans .container{
    width:min(100% - 28px,1240px);
  }
  .plan-card{
    padding:24px;
  }
  .plan-card h3{
    font-size:26px;
  }
  .plan-summary{
    font-size:14px;
  }
  .overnight-flow{
    grid-template-columns:88px 1fr 88px;
    gap:10px;
  }
  .flow-point strong{
    font-size:24px;
  }
  .plan-button{
    font-size:13px;
  }
}


/* v9 mobile plan comparison */
.mobile-plan-compare{
  display:none;
}

@media(max-width:700px){
  /* On phones, comparison replaces the long stacked cards */
  .plan-comparison{
    display:none;
  }

  .mobile-plan-compare{
    display:block;
    margin-top:8px;
    background:#fff;
    border:1px solid #d8e4f1;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 14px 36px rgba(6,31,75,.08);
  }

  .mobile-compare-title{
    padding:18px 16px 14px;
    border-bottom:1px solid #e3eaf3;
    background:#f8fbff;
  }

  .mobile-compare-title strong,
  .mobile-compare-title span{
    display:block;
  }

  .mobile-compare-title strong{
    color:var(--navy);
    font-size:18px;
    line-height:1.2;
  }

  .mobile-compare-title span{
    margin-top:4px;
    color:#687a92;
    font-size:12px;
    line-height:1.4;
  }

  .compare-grid{
    display:grid;
    grid-template-columns:minmax(118px,1.35fr) repeat(3,minmax(70px,.85fr));
    width:100%;
  }

  .compare-cell{
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:8px 5px;
    border-right:1px solid #e5ecf5;
    border-bottom:1px solid #e5ecf5;
    font-size:12px;
    line-height:1.25;
    background:#fff;
  }

  .compare-cell:nth-child(4n){
    border-right:0;
  }

  .compare-label{
    justify-content:flex-start;
    text-align:left;
    padding-left:12px;
    color:#435873;
    font-size:11px;
    font-weight:700;
    line-height:1.3;
    background:#fbfcfe;
  }

  .compare-header{
    min-height:66px;
    flex-direction:column;
    gap:2px;
    background:#f4f8fd;
  }

  .compare-header strong{
    color:var(--navy);
    font-size:12px;
    line-height:1.15;
  }

  .compare-header small{
    color:#74869e;
    font-size:9px;
    line-height:1.2;
  }

  .billing-head{
    background:#eef6ff;
    box-shadow:inset 0 4px 0 var(--orange);
  }

  .full-head{
    box-shadow:inset 0 4px 0 var(--navy);
  }

  .essentials-head{
    box-shadow:inset 0 4px 0 #8aa5c6;
  }

  .compare-cell.yes{
    color:var(--blue);
    font-size:18px;
    font-weight:900;
  }

  .compare-cell.yes.highlight{
    color:var(--orange);
    background:#fff9f4;
  }

  .compare-cell.muted{
    color:#a3afbf;
    font-size:15px;
  }

  .mobile-billing-callout{
    padding:14px 16px;
    background:#071f4a;
    color:#fff;
    border-top:3px solid var(--orange);
  }

  .mobile-billing-callout strong,
  .mobile-billing-callout span{
    display:block;
  }

  .mobile-billing-callout strong{
    color:#ff8a33;
    font-size:12px;
    margin-bottom:4px;
  }

  .mobile-billing-callout span{
    color:#d4e2f4;
    font-size:11px;
    line-height:1.5;
  }

  .mobile-plan-actions{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    padding:12px;
    background:#f7faff;
  }

  .mobile-plan-btn{
    min-height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    font-size:11px;
    line-height:1.2;
    font-weight:900;
    text-align:center;
    padding:5px;
  }

  .mobile-plan-btn.essentials{
    color:var(--navy);
    border:1px solid #bfd0e3;
    background:#fff;
  }

  .mobile-plan-btn.billing{
    color:#fff;
    background:linear-gradient(135deg,var(--orange),#ff842e);
  }

  .mobile-plan-btn.full{
    color:#fff;
    background:linear-gradient(135deg,var(--navy),#0b3978);
  }

  .plans-footnote{
    margin-top:24px;
  }
}

@media(max-width:380px){
  .compare-grid{
    grid-template-columns:minmax(104px,1.3fr) repeat(3,minmax(64px,.8fr));
  }
  .compare-label{
    font-size:10px;
    padding-left:9px;
  }
  .compare-cell{
    padding-left:3px;
    padding-right:3px;
  }
  .compare-header strong{
    font-size:11px;
  }
}
