/* ===== RESET & VARIABLES ===== */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
  --yellow:#FEBD16;
  --yellow-hover:#e5aa0e;
  --black:#000;
  --body:#211E20;
  --white:#FFF;
  --lavender:#AEADC0;
  --gray:#868686;
  --dark:#1a1a1a;
  --dark-alt:#111;
  --light:#f7f7f7;
  --border:#e8e8e8;
  --font:'Roboto',Helvetica,Arial,sans-serif;
}
html{scroll-behavior:smooth}
body{font-family:var(--font);color:var(--body);line-height:1.6;-webkit-font-smoothing:antialiased;background:var(--white)}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{max-width:1140px;margin:0 auto;padding:0 24px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.link-yellow{color:var(--yellow);font-weight:500}
.link-yellow:hover{text-decoration:underline}

/* ===== NAV ===== */
.nav{position:static;z-index:1000;background:var(--black)}
.nav .container{display:flex;align-items:center;justify-content:space-between;height:80px;padding:0}
.nav-left{display:flex;align-items:center;gap:27px}
.nav-logo-link{display:inline-block}
.nav-logo-img{height:48px;width:auto}
.nav-icon-link{display:inline-block}
.nav-icon-img{height:52px;width:52px;border-radius:8px}
.nav-right{display:flex;align-items:center;gap:24px}
.nav-links{display:flex;align-items:center;gap:0;list-style:none}
.nav-links li{padding:0 11px}
.nav-links a{font-size:18px;font-weight:500;color:var(--white);transition:color .2s;padding:12px 4px;display:inline-block}
.nav-links a:hover,.nav-links a.active{color:var(--yellow)}
.nav-badges{display:flex;align-items:center;gap:15px}
.nav-badges a{display:inline-block;opacity:0.9;transition:opacity .2s}
.nav-badges a:hover{opacity:1}
.nav-badge-img,.badge-img{height:50px;width:auto}
.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:12px}
.nav-toggle span{display:block;width:24px;height:2px;background:var(--white);margin:5px 0;transition:.3s}
.nav-mobile-menu{display:none}

/* ===== BUTTONS ===== */
.btn-primary{display:inline-block;background:var(--yellow);color:var(--dark);font-size:15px;font-weight:700;padding:14px 36px;border-radius:6px;transition:background .2s}
.btn-primary:hover{background:var(--yellow-hover)}
.btn-secondary{display:inline-block;font-size:15px;font-weight:700;padding:14px 36px;border-radius:6px;border:1px solid rgba(255,255,255,0.2);color:var(--white);transition:border-color .2s}
.btn-secondary:hover{border-color:rgba(255,255,255,0.5)}
.btn-outline{display:inline-block;font-size:15px;font-weight:700;padding:14px 36px;border-radius:6px;border:1px solid var(--border);color:var(--body);transition:border-color .2s}
.btn-outline:hover{border-color:rgba(254,189,22,0.5)}
.btn-yellow{display:inline-block;background:var(--yellow);color:var(--black);font-weight:500;border:none;border-radius:5px;transition:background .2s}
.btn-yellow:hover{background:var(--yellow-hover)}

/* ===== SECTION HELPERS ===== */
.section-label{font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--yellow);margin-bottom:12px}

/* ===== PAGE HEADER (inner pages) ===== */
.page-header{position:relative;background:linear-gradient(145deg,#555 0%,#888 50%,#999 100%);padding:64px 0 64px;overflow:hidden;text-align:center}
.page-header h1{font-size:42px;font-weight:900;color:var(--white);line-height:1.15;max-width:700px;margin:0 auto 16px;position:relative}
.page-header h1 span{color:var(--yellow)}
.page-header p{font-size:17px;color:rgba(255,255,255,0.75);max-width:560px;margin:0 auto;line-height:1.7;position:relative}

/* ===== ACCURACY PAGE ===== */
.acc-gray{background:rgb(134,134,134);padding:50px 0;color:var(--white)}
.acc-gray .container,.acc-white .container{max-width:1060px}
.acc-white{background:var(--white);padding:50px 0}

.acc-row{padding:25px 0}
.acc-row-heading{padding:25px 0 2px}
.acc-row-center{text-align:center}

.acc-title{font-size:44px;font-weight:500;color:var(--white);margin:0;padding-bottom:10px}
.acc-title-dark{color:var(--body)}
.acc-h2{font-size:26px;font-weight:500;color:var(--white);margin-bottom:0;padding-bottom:10px;line-height:26px}
.acc-h2-dark{font-size:32px;font-weight:500;color:var(--body);margin-bottom:8px}
.acc-h3-dark{font-size:26px;font-weight:500;color:var(--body);margin:0}

.acc-gray p{font-size:18px;font-weight:300;color:rgba(255,255,255,0.9);line-height:40px;margin-bottom:0;padding-bottom:18px}
.acc-gray p:last-child{padding-bottom:0}
.acc-subtitle{font-size:18px;font-weight:300;color:var(--body);line-height:40px;margin-bottom:28px;font-style:italic}
.acc-body-text{font-size:18px;font-weight:300;color:var(--body);line-height:40px;margin-bottom:12px}
.acc-tagline{font-size:18px;font-weight:300;color:#666;line-height:40px;margin:0;font-style:italic}
.acc-caption{font-size:18px;font-weight:300;color:var(--body);line-height:40px;margin-top:8px;text-align:center}

.acc-row-2col{display:grid;gap:56px;align-items:start}
.acc-col-3-2{grid-template-columns:3fr 2fr}
.acc-col-2-3{grid-template-columns:2fr 3fr}
.acc-col-half{grid-template-columns:1fr 1fr}
.acc-row-3col{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;align-items:start}

.acc-col-img img{width:100%;height:auto;border-radius:0}
.acc-col-img-center{text-align:center}
.acc-gray .acc-col-img img{box-shadow:rgba(0,0,0,0.3) 0px 12px 18px -6px}
.acc-chart-img{max-width:520px;width:100%;height:auto;margin:16px auto 0;display:block}

.acc-divider{height:74px}
.acc-yellow-divider{border-top:3px solid var(--yellow);margin:40px 0}

.acc-narrow-center{max-width:50%;margin-left:auto;margin-right:auto}
.acc-img-small{max-width:244px;margin:0 auto}
.acc-img-spaced{margin:16px auto 0}
.acc-img-obstruction{max-width:70%;margin:0 auto 28px auto}
.acc-img-obstruction:last-child{margin-bottom:0}

/* ===== HERO (home) — photo background with overlay ===== */
.hero{position:relative;padding:50px 0;overflow:hidden;background:#000}
.hero::before{
  content:'';
  position:absolute;top:0;left:0;right:0;bottom:0;
  background:url('/img/hero-bg.jpg') center/cover no-repeat;
}
.hero .container{position:relative;z-index:2}
.hero-grid{display:grid;grid-template-columns:55% 1fr;gap:0;align-items:center;padding:100px 0 50px}
.hero-text{
  text-align:left;
  background:rgba(15,15,15,0.52);
  padding:48px 44px 56px;
}
.hero h1{font-size:48px;font-weight:500;color:var(--white);line-height:1.15;margin-bottom:24px}
.hero h1 span{color:var(--yellow)}
.hero-desc{font-size:16px;color:rgba(255,255,255,0.85);max-width:480px;line-height:1.7;margin-bottom:8px}
.hero-desc:last-of-type{margin-bottom:32px}
.hero-badges{display:flex;gap:16px;align-items:center;flex-wrap:wrap}
.hero-badges a{display:inline-block;opacity:0.95;transition:opacity .2s}
.hero-badges a:hover{opacity:1}
.hero-badges img{height:50px;width:auto}
.hero-image-col{/* right column — the photo background shows through */}

/* ===== VALUE PROPS (Fast / Easy / Accurate) ===== */
.value-section{padding:50px 0 20px;background:var(--light)}
.value-header{text-align:center;margin-bottom:0;padding:25px 24px}
.value-header h2{font-size:44px;font-weight:400;color:var(--black);margin-bottom:0;line-height:1.2}
.value-header p{font-size:16px;color:#666;max-width:none;margin:0;line-height:40px}
.value-content{display:grid;grid-template-columns:2fr 3fr;gap:56px;align-items:center;padding:25px 0}
.value-cards{display:flex;flex-direction:column;gap:20px}
.value-card h3{font-size:30px;font-weight:400;color:var(--black);margin-bottom:4px}
.value-card p{font-size:15px;color:#666;line-height:1.6}
.value-video{background:var(--black);border-radius:0;overflow:hidden;aspect-ratio:16/9;position:relative}
.value-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}

/* ===== HOW IT WORKS (two videos side by side) ===== */
.how-section{padding:50px 0;background:var(--white)}
.how-header{text-align:center;margin-bottom:0;padding:25px 0 0}
.how-header h2{font-size:44px;font-weight:400;color:var(--black);margin-bottom:8px}
.how-videos-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;max-width:1013px;margin:0 auto;padding:25px 0}
.how-video-col h3{font-size:22px;font-weight:400;color:var(--black);margin-bottom:0;text-align:center}
.how-video-area{background:var(--black);border-radius:0;aspect-ratio:9/16;overflow:hidden;position:relative;max-width:380px;margin:0 auto}
.how-video-area iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}


/* ===== UPSELL (Stockpile Reports) ===== */
.upsell-section{padding:50px 0;background:var(--light);color:var(--body)}
.upsell-header{text-align:center;padding:25px 0}
.upsell-header h2{font-size:44px;font-weight:400;color:var(--black);margin:0;line-height:1.2}
.upsell-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;padding:25px 0}
.upsell-text p{font-size:18px;color:var(--black);line-height:40px;margin-bottom:0}
.upsell-features{list-style:disc;margin:0 0 16px 20px}
.upsell-features li{font-size:18px;color:var(--black);line-height:40px}
.btn-upsell{font-size:20px;padding:6px 20px;border:2px solid var(--black);border-radius:10px;line-height:34px}
.btn-study{font-size:18px;padding:5px 18px}
.upsell-visual{display:flex;align-items:center;justify-content:center}
.upsell-img{width:100%;height:auto}

/* ===== TRUSTED BY ===== */
.trusted-section{padding:50px 0;background:#212121;text-align:center}
.trusted-section h2{font-size:44px;font-weight:400;color:var(--white);margin-bottom:32px}
.trusted-logos{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}
.trusted-logos img{width:100%;max-width:1013px;height:auto}



/* ===== FAQ PAGE ===== */
.faq-section{padding:80px 0;background:var(--white)}
.faq-list{max-width:800px;margin:0 auto}
.faq-item{border:1px solid var(--border);border-radius:10px;margin-bottom:12px;overflow:hidden}
.faq-question{width:100%;padding:20px 24px;background:var(--white);border:none;cursor:pointer;font-family:var(--font);font-size:16px;font-weight:700;color:var(--body);text-align:left;display:flex;justify-content:space-between;align-items:center;transition:background .15s}
.faq-question:hover{background:var(--light)}
.faq-question .faq-arrow{font-size:18px;color:var(--gray);transition:transform .2s;flex-shrink:0;margin-left:16px}
.faq-item.open .faq-arrow{transform:rotate(180deg)}
.faq-answer{display:none;padding:0 24px 20px;font-size:15px;color:#666;line-height:1.7}
.faq-item.open .faq-answer{display:block}
.faq-answer a,.faq-link{color:var(--yellow);font-weight:500}
.faq-answer a:hover,.faq-link:hover{text-decoration:underline}

/* ===== BLOG PAGE ===== */
.blog-section{padding:80px 0;background:var(--light)}
.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:900px;margin:0 auto}
.blog-card{background:var(--white);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:box-shadow .2s,border-color .2s}
.blog-card:hover{border-color:rgba(254,189,22,0.4);box-shadow:0 8px 32px rgba(0,0,0,0.06)}
.blog-card-img{width:100%;aspect-ratio:16/9;background:var(--border);overflow:hidden}
.blog-card-img img{width:100%;height:100%;object-fit:cover}
.blog-card-body{padding:24px}
.blog-card-body h3{font-size:18px;font-weight:700;color:var(--black);margin-bottom:8px;line-height:1.3}
.blog-card-body .blog-date{font-size:13px;color:var(--gray);margin-bottom:10px}
.blog-card-body p{font-size:14px;color:#666;line-height:1.6}

/* ===== LEGAL PAGES ===== */
.legal-section{padding:80px 0;background:var(--white)}
.legal-content{max-width:760px;margin:0 auto}
.legal-content h2{font-size:22px;font-weight:700;color:var(--black);margin:32px 0 12px}
.legal-content h3{font-size:18px;font-weight:700;color:var(--black);margin:24px 0 8px}
.legal-content p{font-size:15px;color:#666;line-height:1.7;margin-bottom:14px}
.legal-content ul{margin:0 0 16px 24px;color:#666;font-size:15px;line-height:1.7}
.legal-content a{color:var(--yellow);font-weight:500}


/* ===== PRICING PAGE ===== */
.plans-section{padding:80px 0;background:var(--light)}
.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:960px;margin:0 auto}
.plan-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:36px 28px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;transition:box-shadow .2s,border-color .2s}
.plan-card:hover{border-color:rgba(254,189,22,0.4);box-shadow:0 8px 32px rgba(0,0,0,0.06)}
.plan-card.featured{border:2px solid var(--yellow);box-shadow:0 8px 32px rgba(254,189,22,0.12)}
.plan-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--yellow);color:var(--black);font-size:12px;font-weight:700;padding:4px 16px;border-radius:20px;white-space:nowrap;letter-spacing:0.5px;text-transform:uppercase}
.plan-tier{font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--gray);margin-bottom:8px}
.plan-price{font-size:42px;font-weight:900;color:var(--black);line-height:1.1;margin-bottom:4px}
.plan-price .period{font-size:16px;font-weight:400;color:var(--gray)}
.plan-price-alt{font-size:14px;color:var(--gray);margin-bottom:8px}
.plan-desc{font-size:14px;color:#666;line-height:1.6;margin-bottom:20px}
.plan-features{list-style:none;text-align:left;width:100%;margin-bottom:28px}
.plan-features li{font-size:14px;color:var(--body);line-height:1.5;padding:6px 0;border-bottom:1px solid var(--border)}
.plan-features li:last-child{border-bottom:none}
.plan-features li::before{content:'✓';color:var(--yellow);font-weight:700;margin-right:10px}
.plan-btn{display:inline-block;font-size:15px;font-weight:700;padding:12px 28px;border-radius:6px;transition:background .2s,color .2s,border-color .2s;margin-top:auto}
.plan-btn-outline{border:1px solid var(--border);color:var(--body);background:transparent}
.plan-btn-outline:hover{border-color:var(--yellow);color:var(--yellow)}
.plan-btn-primary{background:var(--yellow);color:var(--black);border:1px solid var(--yellow)}
.plan-btn-primary:hover{background:var(--yellow-hover);border-color:var(--yellow-hover)}
.pricing-note{max-width:700px;margin:40px auto 0;text-align:center;font-size:14px;color:#666;line-height:1.7}
.pricing-note a{color:var(--yellow);font-weight:500}

/* ===== FEATURES PAGE ===== */
.features-section{padding:80px 0;background:var(--light)}
.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;max-width:900px;margin:0 auto}
.feature-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:32px 28px;transition:box-shadow .2s,border-color .2s}
.feature-card:hover{border-color:rgba(254,189,22,0.4);box-shadow:0 8px 32px rgba(0,0,0,0.06)}
.feature-icon{width:48px;height:48px;margin-bottom:16px}
.feature-icon svg{width:48px;height:48px;fill:none;stroke:var(--yellow);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.feature-card h3{font-size:18px;font-weight:700;color:var(--black);margin-bottom:8px}
.feature-card p{font-size:14px;color:#666;line-height:1.7}

/* ===== CONTACT PAGE ===== */
.contact-section{padding:80px 0;background:var(--white)}
.contact-grid{max-width:600px;margin:0 auto}
.contact-info h2{font-size:28px;font-weight:900;color:var(--black);margin-bottom:12px}
.contact-info > p{font-size:15px;color:#666;line-height:1.7;margin-bottom:32px}
.contact-method{margin-bottom:24px}
.contact-method h4{font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--gray);margin-bottom:4px}
.contact-method a,.contact-method p{font-size:15px;color:var(--body);line-height:1.6;margin:0}
.contact-method a{color:var(--yellow);font-weight:500}
.contact-method a:hover{text-decoration:underline}
.contact-email-link{font-size:18px;font-weight:700}

/* ===== INDUSTRIES PAGE ===== */
.industries-section{padding:80px 0;background:var(--light)}
.industries-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:960px;margin:0 auto}
.industry-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:32px 24px;text-align:center;transition:box-shadow .2s,border-color .2s}
.industry-card:hover{border-color:rgba(254,189,22,0.4);box-shadow:0 8px 32px rgba(0,0,0,0.06)}
.industry-icon{width:56px;height:56px;margin:0 auto 16px}
.industry-icon svg{width:40px;height:40px}
.industry-card h3{font-size:16px;font-weight:700;color:var(--black);margin-bottom:8px}
.industry-card p{font-size:13px;color:#666;line-height:1.6}
.industry-detail{padding:60px 0;background:var(--light)}
.industry-detail-white{background:var(--white)}
.industry-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;max-width:960px;margin:0 auto}
.industry-detail h3{font-size:22px;font-weight:700;color:var(--black);margin-bottom:12px}
.industry-detail p{font-size:15px;color:#666;line-height:1.7;margin-bottom:14px}
.industry-detail ul{margin:0 0 16px 24px;color:#666;font-size:15px;line-height:1.7}


/* ===== CTA BUTTONS ROW ===== */
.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;position:relative}

/* ===== CTA BAND ===== */
.cta-section{padding:80px 0;background:var(--black);text-align:center;position:relative;overflow:hidden}
.cta-section h2{font-size:32px;font-weight:900;color:var(--white);margin-bottom:16px;position:relative}
.cta-section p{font-size:16px;color:rgba(255,255,255,0.55);max-width:500px;margin:0 auto 32px;line-height:1.7;position:relative}
.cta-badges{display:flex;gap:12px;justify-content:center;position:relative;flex-wrap:wrap}
.cta-badges a{display:inline-block;opacity:0.95;transition:opacity .2s}
.cta-badges a:hover{opacity:1}
.cta-badges img{height:50px;width:auto}

/* ===== FOOTER ===== */
.footer{background:rgb(73,74,74);padding:20px 0 0}
.footer .container{max-width:1060px}
.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:56px;margin-bottom:30px}
.footer-logo-link{display:inline-block}
.footer-logo{height:49px;width:auto}
.footer-brand .footer-address{font-size:14px;font-weight:300;color:var(--white);line-height:16px;margin:0;margin-top:18px}
.footer-brand .footer-address+.footer-address{margin-top:4px}
.footer h4{font-size:20px;font-weight:500;color:var(--white);margin-bottom:8px;letter-spacing:normal;text-transform:none}
.footer-heading-bar{width:75px;height:3px;background:var(--yellow);margin-bottom:18px}
.footer-links{list-style:none}
.footer-links li{margin-bottom:4px}
.footer-links a{font-size:14px;font-weight:700;color:var(--white);transition:color .2s;display:inline-block;padding:8px 0}
.footer-links a:hover{color:var(--yellow)}
.footer-social{display:flex;justify-content:center;gap:18px;padding:10px 0 20px}
.footer-social a{width:42px;height:32px;display:flex;align-items:center;justify-content:center;transition:opacity .2s}
.footer-social a:hover{opacity:0.7}
.footer-social svg{width:20px;height:20px;fill:rgba(255,255,255,0.85);color:rgba(255,255,255,0.85);stroke:rgba(255,255,255,0.85)}
.footer-social a:hover svg{fill:var(--white);color:var(--white);stroke:var(--white)}
.footer-divider{border-top:1px solid rgba(255,255,255,0.15);margin:0}
.footer-bottom{padding:25px 0;text-align:center}
.footer-bottom p{font-size:14px;color:rgba(255,255,255,0.6);margin:0}
.footer-bottom a{color:rgba(255,255,255,0.6);transition:color .2s}
.footer-bottom a:hover{color:var(--yellow)}

/* ===== MOBILE ===== */
@media(max-width:900px){
  .nav-links{display:none}
  .nav-badges .nav-badge-img{height:40px}
  .nav-toggle{display:block}
  .nav.open .nav-mobile-menu{display:block;background:var(--dark-alt);border-top:1px solid rgba(255,255,255,0.08);padding:16px 24px 20px}
  .nav-mobile-links{list-style:none;margin:0;padding:0}
  .nav-mobile-links li{border-bottom:1px solid rgba(255,255,255,0.06)}
  .nav-mobile-links a{display:block;padding:14px 0;font-size:17px;font-weight:500;color:var(--white);transition:color .2s}
  .nav-mobile-links a:hover,.nav-mobile-links a.active{color:var(--yellow)}
  .hero{padding:30px 0}
  .hero-grid{grid-template-columns:1fr;padding:40px 0 20px}
  .hero-text{padding:32px 24px}
  .hero h1{font-size:32px}
  .hero-image-col{display:none}
  .page-header h1{font-size:30px}
  .value-header h2{font-size:32px}
  .value-content{grid-template-columns:1fr}
  .how-videos-grid{grid-template-columns:1fr;gap:32px}
  .how-video-area{max-height:70vh}
  .upsell-grid{grid-template-columns:1fr}
  .upsell-header h2{font-size:32px}
  .how-header h2{font-size:32px}
  .trusted-section h2{font-size:32px}
  .cta-section h2{font-size:26px}
  .acc-row-2col,.acc-row-3col{grid-template-columns:1fr}
  .acc-title{font-size:32px}
  .acc-narrow-center{max-width:80%}
  .acc-img-obstruction{max-width:90%}
  .blog-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:28px}
  .plans-grid{grid-template-columns:1fr;max-width:400px}
  .features-grid{grid-template-columns:1fr}
  .industries-grid{grid-template-columns:1fr 1fr}
  .industry-detail-grid{grid-template-columns:1fr}
}
@media(max-width:768px){
  .acc-row-3col{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px}
  .page-header{padding:48px 0}
  .page-header h1{font-size:28px}
  .acc-h2-dark{font-size:26px}
}
@media(max-width:600px){
  .hero{padding:16px 0}
  .hero-grid{padding:20px 0 12px}
  .hero h1{font-size:26px}
  .hero-desc{font-size:15px}
  .hero-text{padding:24px 20px}
  .page-header{padding:40px 0}
  .page-header h1{font-size:24px}
  .page-header p{font-size:15px}
  .value-header h2{font-size:26px}
  .value-header p{font-size:14px;line-height:1.6}
  .how-header h2{font-size:26px}
  .how-video-area{max-height:60vh}
  .upsell-header h2{font-size:26px}
  .upsell-text p{font-size:16px;line-height:1.7}
  .trusted-section h2{font-size:26px}
  .cta-section h2{font-size:24px}
  .cta-section p{font-size:15px}
  .cta-badges{flex-direction:column;align-items:center}
  .acc-title{font-size:26px}
  .acc-h2-dark{font-size:24px}
  .acc-narrow-center{max-width:100%}
  .acc-img-obstruction{max-width:100%}
  .acc-gray p,.acc-body-text,.acc-subtitle,.acc-tagline,.acc-caption{font-size:16px;line-height:1.7}
  .nav-logo-img{height:36px}
  .nav-icon-img{height:40px;width:40px}
  .nav .container{height:64px}
  .nav-badges .nav-badge-img{height:36px}
  .footer-grid{grid-template-columns:1fr;gap:24px}
  .industries-grid{grid-template-columns:1fr}
}
