
:root{
  --navy:#062540;
  --black:#000000;
  --white:#ffffff;
  --ink:#10283c;
  --muted:#5b6b78;
  --pale:#f4f7f9;
  --line:#dbe4ea;
  --max:1180px;
  --shadow:0 18px 50px rgba(6,37,64,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
img{max-width:100%;display:block;height:auto}
a{color:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.topbar{background:#fff;border-bottom:1px solid var(--line)}
.topbar .row{min-height:92px;display:grid;grid-template-columns:minmax(280px,1fr) auto auto;gap:28px;align-items:center}
.brand{display:flex;align-items:center;gap:20px;text-decoration:none}
.brand img{width:170px;height:auto}
.brand-copy{border-left:1px solid #bccbd5;padding-left:20px}
.brand-title{font-size:1.6rem;font-weight:900;letter-spacing:-.03em;line-height:.95;color:var(--navy)}
.brand-sub{font-size:.69rem;text-transform:uppercase;letter-spacing:.08em;margin-top:8px;color:var(--navy);font-weight:700}
.contact-mini{display:flex;gap:12px;align-items:center;font-size:.86rem}
.contact-mini strong{display:block;font-size:1.05rem;color:var(--navy)}
.iconbox{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--pale);font-weight:900;color:var(--navy)}
.nav{background:var(--navy);color:#fff;position:sticky;top:0;z-index:20;box-shadow:0 8px 22px rgba(0,0,0,.08)}
.nav .row{display:flex;align-items:center;justify-content:space-between}
.nav-links{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.nav a{display:block;padding:16px 14px;text-decoration:none;font-size:.91rem;font-weight:700}
.nav a:hover,.nav a.active{background:rgba(255,255,255,.1)}
.menu-toggle{display:none;border:0;background:transparent;color:#fff;font-size:1.6rem;padding:12px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:5px;padding:13px 22px;text-decoration:none;font-weight:800;border:2px solid var(--navy);transition:.2s ease}
.btn-primary{background:var(--navy);color:#fff}
.btn-light{background:#fff;color:var(--navy);border-color:#fff}
.btn-outline{background:transparent;color:#fff;border-color:#fff}
.btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(0,0,0,.14)}
.hero{background:var(--navy);color:#fff;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;min-height:520px}
.hero-copy{padding:58px 42px 58px 0;display:flex;flex-direction:column;justify-content:center}
.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:900;opacity:.8;margin-bottom:14px}
.hero h1{font-size:clamp(2.7rem,5.2vw,4.4rem);line-height:.98;letter-spacing:-.055em;margin:0 0 20px;max-width:740px}
.hero p{font-size:1.15rem;max-width:640px;margin:0 0 22px;color:#e4edf3}
.ticks{display:grid;gap:10px;margin:8px 0 28px;padding:0;list-style:none}
.ticks li{display:flex;gap:12px;align-items:flex-start}
.tick{width:24px;height:24px;border-radius:50%;background:#fff;color:var(--navy);display:grid;place-items:center;flex:0 0 24px;font-weight:900}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-media{position:relative;min-height:520px}
.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--navy) 0%,rgba(6,37,64,.55) 11%,transparent 38%)}
.trustbar{background:#fff;border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{padding:25px 22px;display:flex;gap:14px;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.trust-icon{font-size:1.55rem;color:var(--navy)}
.trust-item strong{display:block;color:var(--navy)}
.trust-item small{display:block;color:var(--muted);margin-top:3px}
.section{padding:72px 0}
.section-alt{background:var(--pale)}
.section h2{font-size:clamp(2rem,3.5vw,3rem);line-height:1.05;letter-spacing:-.04em;color:var(--navy);margin:0 0 18px}
.lead{font-size:1.08rem;color:#415869;max-width:760px}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.card{background:#fff;border:1px solid #e5ebef;border-radius:10px;overflow:hidden;box-shadow:0 8px 20px rgba(6,37,64,.04);text-decoration:none;transition:.2s ease}
.card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.card img{width:100%;height:145px;object-fit:cover;image-rendering:auto}
.card-body{padding:18px}
.card h3{color:var(--navy);margin:0 0 7px;font-size:1.08rem}
.card p{margin:0;color:var(--muted);font-size:.92rem}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:34px}
.step{text-align:center;position:relative}
.step-num{width:58px;height:58px;border:2px solid var(--navy);border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;font-size:1.35rem;font-weight:900;color:var(--navy);background:#fff}
.step h3{margin:0 0 8px;color:var(--navy)}
.step p{margin:0;color:var(--muted)}
.banner{background:#000;color:#fff}
.banner-grid{display:grid;grid-template-columns:1fr .8fr;gap:30px;align-items:center;padding:44px 0}
.banner h2{color:#fff;margin:0 0 10px}
.banner p{color:#dce5ea}
.banner img{width:100%;height:260px;object-fit:cover;border-radius:8px;opacity:.9}
.page-hero{padding:74px 0;background:linear-gradient(130deg,#062540 0%,#0d3b5f 100%);color:#fff}
.page-hero h1{font-size:clamp(2.6rem,5vw,4.5rem);letter-spacing:-.05em;line-height:1;margin:0 0 16px}
.page-hero p{font-size:1.16rem;max-width:790px;color:#e1ebf1}
.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:50px;align-items:start}
.prose h2,.prose h3{color:var(--navy);letter-spacing:-.025em}
.prose h2{font-size:2rem;margin-top:40px}
.prose h3{font-size:1.25rem;margin-top:28px}
.prose p,.prose li{color:#334e60}
.prose ul{padding-left:22px}
.sidebar{background:var(--pale);border:1px solid var(--line);padding:24px;border-radius:10px;position:sticky;top:86px}
.sidebar h3{margin-top:0;color:var(--navy)}
.sidebar .btn{width:100%;margin-top:10px}
.note{border-left:4px solid var(--navy);background:#edf3f7;padding:18px 20px;margin:26px 0}
.faq{display:grid;gap:12px}
.faq details{border:1px solid var(--line);border-radius:8px;background:#fff;padding:18px 20px}
.faq summary{cursor:pointer;font-weight:800;color:var(--navy)}
.faq p{margin-bottom:0;color:#476072}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px}
.contact-box{background:var(--navy);color:#fff;padding:34px;border-radius:10px}
.contact-box h2{color:#fff}
.contact-box a{color:#fff}
form{display:grid;grid-template-columns:1fr 1fr;gap:16px}
form label{font-weight:750;font-size:.9rem;color:var(--navy)}
.field{display:grid;gap:6px}
.field.full{grid-column:1/-1}
input,textarea,select{width:100%;border:1px solid #bdcbd5;border-radius:6px;padding:13px 14px;font:inherit;color:#18364b;background:#fff}
textarea{min-height:140px;resize:vertical}
footer{background:var(--navy);color:#fff}
.footer-main{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:40px;padding:48px 0}
.footer-main h3{margin-top:0}
.footer-links{display:grid;gap:10px}
.footer-links a{color:#dce8ef;text-decoration:none}
.footer-links a:hover{text-decoration:underline}
.footer-bottom{border-top:1px solid rgba(255,255,255,.16);padding:18px 0;color:#c9d9e3;font-size:.87rem}
.exec-badge{display:flex;align-items:center;gap:14px;margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.18)}
.exec-badge img{width:135px;height:auto;max-height:80px;object-fit:contain;background:#fff;padding:7px;flex:0 0 auto}
.exec-badge a{color:#fff;font-weight:800}
.kicker{font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;color:#627b8c;font-weight:900}
.check-list{list-style:none;padding:0;display:grid;gap:12px}
.check-list li{padding-left:32px;position:relative}
.check-list li:before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-size:.75rem;font-weight:900}
.small{font-size:.88rem;color:#607482}
@media(max-width:900px){
 .topbar .row{grid-template-columns:1fr auto;min-height:80px}
 .contact-mini{display:none}
 .brand img{width:130px}
 .brand-title{font-size:1.25rem}
 .nav .row{align-items:flex-start}
 .menu-toggle{display:block;margin-left:auto}
 .nav-links{display:none;width:100%;padding-bottom:8px}
 .nav-links.open{display:block}
 .nav-links a{padding:12px 8px}
 .hero-grid,.two-col,.banner-grid,.content-grid,.contact-grid{grid-template-columns:1fr}
 .hero-copy{padding:48px 0 34px}
 .hero-media{min-height:340px}
 .trust-grid{grid-template-columns:repeat(2,1fr)}
 .steps{grid-template-columns:repeat(2,1fr)}
 .sidebar{position:static}
 .footer-main{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
 .container{width:min(var(--max),calc(100% - 28px))}
 .topbar .row{grid-template-columns:1fr}
 .brand-copy{padding-left:14px}
 .brand img{width:110px}
 .topbar .btn{display:none}
 .hero h1{font-size:2.65rem}
 .hero-copy{padding-top:38px}
 .trust-grid,.cards,.steps,form,.footer-main{grid-template-columns:1fr}
 .trust-item{border-right:0;border-bottom:1px solid var(--line)}
 .section{padding:52px 0}
 .page-hero{padding:54px 0}
 .field{grid-column:1/-1}
}

.page-feature-image{
  width:100%;
  height:auto;
  object-fit:contain;
  border-radius:10px;
  box-shadow:var(--shadow);
}


/* =========================================================
   V11 VISUAL POLISH LAYER
   ========================================================= */

:root{
  --radius:12px;
  --radius-sm:8px;
  --shadow-soft:0 10px 30px rgba(6,37,64,.08);
  --shadow-hover:0 18px 42px rgba(6,37,64,.14);
}

/* General rhythm / typography */
body{
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
p{margin-top:0}
h1,h2,h3{text-wrap:balance}
.prose p,.prose li{font-size:1rem;line-height:1.72}
.prose p{margin-bottom:1.1rem}
.prose a{
  color:var(--navy);
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
.prose a:hover{text-decoration-thickness:2px}
::selection{background:#dbe8f0;color:var(--navy)}

/* Keyboard accessibility */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible{
  outline:3px solid rgba(6,37,64,.28);
  outline-offset:3px;
}

/* Header */
.topbar{box-shadow:0 3px 16px rgba(6,37,64,.035)}
.topbar .row{min-height:96px}
.brand{min-width:0}
.brand img{
  width:164px;
  max-height:64px;
  object-fit:contain;
}
.brand-copy{min-width:0}
.brand-title{font-size:1.48rem;line-height:1.02}
.contact-mini a{text-decoration:none}
.contact-mini a:hover{text-decoration:underline}
.iconbox{
  box-shadow:inset 0 0 0 1px #e3ebf0;
}

/* Navigation */
.nav .row{min-height:54px}
.nav-links{width:100%}
.nav a{
  position:relative;
  border-radius:0;
}
.nav a.active:after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:7px;
  height:2px;
  background:#fff;
  border-radius:2px;
}
.nav a:hover{background:rgba(255,255,255,.08)}

/* Buttons */
.btn{
  border-radius:var(--radius-sm);
  min-height:46px;
  box-shadow:none;
}
.btn:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}
.btn-primary:hover{background:#0b3455}

/* Breadcrumbs */
.breadcrumb-bar{
  background:#f8fafb;
  border-bottom:1px solid var(--line);
}
.breadcrumbs{
  min-height:42px;
  display:flex;
  align-items:center;
  gap:8px;
  font-size:.82rem;
  color:#607482;
}
.breadcrumbs a{
  color:var(--navy);
  text-decoration:none;
  font-weight:750;
}
.breadcrumbs a:hover{text-decoration:underline}
.breadcrumb-sep{opacity:.45}

/* Homepage hero */
.hero-grid{min-height:540px}
.hero-copy{padding-top:64px;padding-bottom:64px}
.hero h1{max-width:760px}
.hero p{line-height:1.68}
.hero-media img{object-position:center center}

/* Homepage commercial-specialist intro */
.home-intro{
  padding:50px 0 46px;
  border-bottom:1px solid #edf2f5;
}
.home-intro .lead{margin-bottom:12px}

/* Trust strip */
.trustbar{
  background:#fbfcfd;
}
.trust-item{
  padding:24px 22px;
  transition:background .2s ease;
}
.trust-item:hover{background:#fff}
.trust-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#eef4f7;
  display:grid;
  place-items:center;
  flex:0 0 42px;
}

/* Homepage cards */
.cards{
  gap:20px;
}
.card{
  display:flex;
  flex-direction:column;
  height:100%;
  border-radius:var(--radius);
  box-shadow:var(--shadow-soft);
  border-color:#e3ebf0;
}
.card img{
  height:178px;
  flex:0 0 178px;
}
.card-body{
  padding:21px 22px 23px;
  flex:1;
}
.card h3{
  font-size:1.12rem;
  line-height:1.25;
}
.card p{line-height:1.58}
.card:hover{box-shadow:var(--shadow-hover)}

/* Process steps */
.steps{gap:34px}
.step{
  padding:4px 8px 0;
}
.step-num{
  box-shadow:0 8px 22px rgba(6,37,64,.08);
}
.step p{line-height:1.6}

/* Dark image / CTA banner */
.banner-grid{padding:52px 0}
.banner img{
  height:280px;
  border-radius:var(--radius);
  box-shadow:0 18px 48px rgba(0,0,0,.2);
}

/* Internal page hero */
.page-hero{
  padding:68px 0 64px;
  background:
    radial-gradient(circle at 85% 20%,rgba(255,255,255,.08),transparent 25%),
    linear-gradient(132deg,#062540 0%,#0b3455 55%,#0d3b5f 100%);
}
.page-hero .eyebrow{margin-bottom:12px}
.page-hero h1{
  max-width:980px;
  font-size:clamp(2.45rem,4.7vw,4.1rem);
}
.page-hero p{
  max-width:840px;
  line-height:1.65;
  margin-bottom:0;
}

/* Internal content */
.content-grid{
  gap:44px;
}
.content-grid > .prose{
  background:#fff;
  border:1px solid #e6edf1;
  border-radius:var(--radius);
  padding:34px 38px 38px;
  box-shadow:var(--shadow-soft);
}
.prose h2:first-child{margin-top:0}
.prose h2{
  margin-top:42px;
  padding-top:2px;
  font-size:1.85rem;
}
.prose h3{line-height:1.25}
.prose ul,.prose ol{margin-bottom:1.3rem}
.note{
  border-left-width:5px;
  border-radius:0 var(--radius-sm) var(--radius-sm) 0;
  background:#f0f5f8;
}

/* Sidebars */
.sidebar{
  border-radius:var(--radius);
  border-top:4px solid var(--navy);
  box-shadow:var(--shadow-soft);
  padding:26px;
}
.sidebar h3{
  font-size:1.28rem;
  line-height:1.2;
}
.sidebar p{color:#506879;line-height:1.6}
.sidebar .check-list{margin-bottom:20px}

/* Feature images */
.page-feature-image{
  border-radius:var(--radius);
  box-shadow:var(--shadow-soft);
  background:#f5f7f9;
}

/* FAQ */
.faq details{
  border-radius:var(--radius-sm);
  box-shadow:0 4px 15px rgba(6,37,64,.035);
}
.faq details[open]{
  border-color:#c5d5df;
  box-shadow:var(--shadow-soft);
}

/* Forms */
.contact-box{
  border-radius:var(--radius);
  box-shadow:var(--shadow-soft);
}
input,textarea,select{
  border-radius:var(--radius-sm);
  transition:border-color .15s ease,box-shadow .15s ease;
}
input:focus,textarea:focus,select:focus{
  outline:none;
  border-color:#466c88;
  box-shadow:0 0 0 4px rgba(6,37,64,.08);
}
form label{line-height:1.35}

/* Cross-site CTA before footer */
.prefooter-cta{
  background:#f2f6f8;
  border-top:1px solid var(--line);
}
.prefooter-cta .inner{
  min-height:150px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:34px;
  padding:32px 0;
}
.prefooter-cta h2{
  color:var(--navy);
  font-size:clamp(1.75rem,3vw,2.35rem);
  letter-spacing:-.035em;
  line-height:1.08;
  margin:0 0 8px;
}
.prefooter-cta p{
  color:#506879;
  margin:0;
  max-width:720px;
}
.prefooter-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

/* Footer */
footer{margin-top:0}
.footer-main{
  padding:54px 0 48px;
  gap:48px;
}
.footer-main h3{
  font-size:1.08rem;
  margin-bottom:16px;
}
.footer-main p{
  color:#d5e2e9;
  max-width:470px;
  line-height:1.68;
}
.footer-links{gap:9px}
.footer-links a{
  line-height:1.4;
}
.exec-badge{
  gap:18px;
}
.exec-badge img{
  width:145px;
  max-height:none;
  border-radius:6px;
  box-shadow:0 4px 14px rgba(0,0,0,.15);
}
.footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

/* Small utility polish */
.small{line-height:1.55}
.kicker{margin-bottom:8px}
.check-list li{line-height:1.55}
section.section + section.section{border-top:1px solid #f1f4f6}

/* Responsive refinements */
@media(max-width:900px){
  .brand img{width:132px;max-height:56px}
  .content-grid > .prose{padding:30px}
  .prefooter-cta .inner{grid-template-columns:1fr}
  .prefooter-actions{justify-content:flex-start}
  .footer-main{gap:34px}
}

@media(max-width:620px){
  .topbar .row{min-height:auto;padding:14px 0}
  .brand{gap:12px}
  .brand img{width:104px;max-height:46px}
  .brand-copy{padding-left:12px}
  .brand-title{font-size:1.08rem}
  .brand-sub{font-size:.61rem;line-height:1.25}
  .nav .row{min-height:48px}
  .nav-links.open{padding:4px 0 10px}
  .nav a.active:after{display:none}
  .breadcrumb-bar{display:none}
  .hero-grid{min-height:0}
  .hero h1{font-size:2.48rem}
  .hero-copy{padding:42px 0 34px}
  .hero-media{min-height:290px}
  .page-hero{padding:48px 0 44px}
  .page-hero h1{font-size:2.35rem}
  .page-hero p{font-size:1.04rem}
  .section{padding:48px 0}
  .content-grid > .prose{
    border-left:0;
    border-right:0;
    border-radius:0;
    padding:24px 0;
    box-shadow:none;
  }
  .sidebar{padding:22px}
  .cards{gap:16px}
  .card img{height:170px;flex-basis:170px}
  .prefooter-cta .inner{padding:30px 0}
  .prefooter-actions{display:grid}
  .prefooter-actions .btn{width:100%}
  .footer-main{padding:42px 0 36px}
  .footer-bottom{display:block;line-height:1.6}
}


/* =========================================================
   V12 CTA BUTTON READABILITY FIX
   ========================================================= */
a.btn{
  text-decoration:none !important;
}
a.btn-primary,
a.btn-primary:visited,
a.btn-primary:hover,
a.btn-primary:focus{
  color:#ffffff !important;
}
a.btn-light,
a.btn-light:visited,
a.btn-light:hover,
a.btn-light:focus{
  color:var(--navy) !important;
}
a.btn-outline,
a.btn-outline:visited,
a.btn-outline:hover,
a.btn-outline:focus{
  color:#ffffff !important;
}
.sidebar a.btn-primary,
.prefooter-cta a.btn-primary,
.prose a.btn-primary,
.contact-box a.btn-primary{
  color:#ffffff !important;
}
.prose a.btn,
.sidebar a.btn,
.prefooter-cta a.btn,
.contact-box a.btn{
  text-decoration:none !important;
}

/* V14 PRICING */
.pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:stretch}
.price-card{border:1px solid #dfe8ed;border-radius:12px;background:#fff;padding:28px;box-shadow:0 10px 30px rgba(6,37,64,.07)}
.price-card-featured{grid-column:1/-1;background:#f4f8fa;border-top:5px solid var(--navy)}
.price-label{color:var(--navy);font-weight:900;font-size:1.08rem;margin-bottom:12px}
.price-value{color:var(--navy);font-weight:950;letter-spacing:-.035em;font-size:clamp(2rem,4vw,3rem);line-height:1;margin-bottom:16px}
.price-value span{display:inline-block;font-size:.9rem;letter-spacing:0;font-weight:800;color:#5d7382}
.price-quote{font-size:clamp(1.8rem,3.3vw,2.55rem)}
.price-card p{margin:0;color:#526a79;line-height:1.65}
.pricing-note{margin-top:24px;background:#f0f5f8;border-left:5px solid var(--navy);border-radius:0 8px 8px 0;padding:18px 20px;line-height:1.6}
.pricing-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.home-pricing{background:#f8fafb;border-top:1px solid #e8eef2;border-bottom:1px solid #e8eef2}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:26px}
.section-head h2{margin-bottom:8px}.section-head p{margin:0;max-width:720px}
.home-price-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.home-price-item{background:#fff;border:1px solid #dfe8ed;border-radius:10px;padding:20px;box-shadow:0 6px 18px rgba(6,37,64,.045)}
.home-price-item strong{display:block;color:var(--navy);font-size:1.17rem;margin-bottom:5px}
.home-price-item span{color:#607481;font-size:.88rem;line-height:1.4}
.service-price-callout{margin-top:38px;padding:26px;background:#f4f8fa;border-radius:12px;border:1px solid #dfe8ed}
.service-price-callout h2{margin-top:0!important}
@media(max-width:900px){.home-price-row{grid-template-columns:repeat(2,minmax(0,1fr))}.section-head{align-items:start}}
@media(max-width:620px){.pricing-grid{grid-template-columns:1fr}.price-card-featured{grid-column:auto}.home-price-row{grid-template-columns:1fr}.section-head{display:block}.section-head .btn{margin-top:16px;width:100%}.pricing-actions{display:grid}.pricing-actions .btn{width:100%}}
