@font-face{font-family:"Ezlo Sans";src:url("https://cdn.shopify.com/s/files/1/0771/4632/5285/files/EzloSans-Regular.woff?v=1749241757") format("woff");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Ezlo Sans";src:url("https://cdn.shopify.com/s/files/1/0771/4632/5285/files/EzloSans-Medium.woff2?v=1749166653") format("woff2");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Ezlo Sans";src:url("https://cdn.shopify.com/s/files/1/0771/4632/5285/files/EzloSans-SemiBold.woff2?v=1749166653") format("woff2");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Ezlo Sans";src:url("https://cdn.shopify.com/s/files/1/0771/4632/5285/files/EzloSans-Bold.woff2?v=1749166653") format("woff2");font-weight:700;font-style:normal;font-display:swap}

*,*::before,*::after{box-sizing:border-box}
body{margin:0;font-family:"Ezlo Sans",Arial,system-ui,sans-serif;color:#1c1e21;background:#fff;line-height:1.55}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:#3E46AE}
a:hover{text-decoration:underline}
:root{--ink:#1c1e21;--muted:#697580;--brand:#3E46AE;--accent:#fe5c15;--surface:#F8F9FA;--surface-2:#F6F8FA;--radius:12px;--container:1404px}
.container{max-width:var(--container);margin:0 auto;padding:0 12px}
.section{padding:clamp(32px,6vw,70px) 0}
.title-hero{font-weight:700;letter-spacing:-0.01em}
.eyebrow{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-weight:600}
.btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 24px;border-radius:24px;border:2px solid var(--brand);font-weight:700;color:var(--brand);background:#fff;transition:background .2s,color .2s,border-color .2s}
.btn--fill{background:var(--brand);color:#fff;box-shadow:0 10px 24px rgba(62,70,174,.18)}
.btn--static{background:#fff!important;color:var(--brand)!important}
.btn--static:hover{background:#fff!important;color:#var(--brand)!important;text-decoration:none}
.btn:hover{text-decoration:none;background:var(--brand);color:#fff}
.card{background:#fff;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.06);padding:24px}
.form-success{display:none;text-align:center;padding:20px;margin:12px auto 0;max-width:580px;font-size:18px;color:#1c1e21;background:#F6F8FA;border-radius:12px;border:1px solid #e7e8ea}

.scroll-top{position:fixed;bottom:24px;right:24px;width:40px;height:40px;border-radius:50%;border:none;background:var(--brand);color:#fff;font-size:20px;cursor:pointer;opacity:0.4;transition:opacity .3s,transform .3s;z-index:999}
.scroll-top:hover{opacity:0.9;transform:scale(1.1)}
.scroll-top.hide{display:none}

.header{position:sticky;top:0;z-index:1000;width:100%;background:#fff;border-bottom:1px solid #ececee}
.header__wrap{display:grid;grid-template-columns:auto 1fr auto;align-items:center;height:72px;padding:0 86px;box-sizing:border-box;gap:32px}
.header__logo img{height:40px;display:block}
.header__menu{display:contents}
.header__nav{display:flex;gap:50px;justify-content:center}
.header__nav a{font-size:18px;font-weight:500;color:var(--ink)}
.header__nav a:hover{color:inherit;text-decoration:none}
.header__actions{display:flex;align-items:center;gap:12px;justify-content:flex-end}
.header__toggle{display:none;position:relative;width:36px;height:26px;border:0;background:transparent;cursor:pointer}
.header__bar{position:absolute;left:0;right:0;height:2px;background:#1c1e21;border-radius:2px;transition:.25s}
.header__bar:nth-child(1){top:4px}
.header__bar:nth-child(2){top:12px}
.header__bar:nth-child(3){top:20px}
.header--open .header__bar:nth-child(1){transform:translateY(8px) rotate(45deg)}
.header--open .header__bar:nth-child(2){opacity:0}
.header--open .header__bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.header__toggle{grid-column:3;justify-self:end}

.hero-dealers{font-family:"Ezlo Sans",Arial,sans-serif;color:#1c1e21}
.hero-dealers__wrap{width:100%;height:850px;padding:0;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;column-gap:0;margin-left:auto;margin-right:auto}
.hero-dealers__content{display:flex;flex-direction:column;padding-top:120px;gap:60px;padding-right:110px;padding-left:80px;background:#F8F9FA}
.hero-dealers__title{margin:0;font-size:80px;font-weight:700;line-height:1.05;letter-spacing:-0.01em;color:#1c1e21}
.hero-dealers__text{margin:0;font-size:27px;line-height:1.45;color:#var(--muted)}
.hero-dealers__links{display:flex;flex-direction:column;gap:16px;margin-top:8px}
.hero-dealers__link{display:inline-flex;align-items:center;gap:8px;font-size:19px;font-weight:700}
.hero-dealers__link img{width:12px;height:16px}
.hero-dealers__image{position:relative;overflow:hidden}
.hero-dealers__image img{width:100%;height:100%;object-fit:cover;object-position:right top}

.row{display:flex;align-items:center;gap:144px}
.row.reverse{flex-direction:row-reverse;align-items:center;justify-content:space-between;gap:0}
.row.reverse>.row__content{flex:0 0 600px;max-width:600px;padding-left:118px;margin:0}
.row.reverse>.row__image{flex:0 0 688px;max-width:688px;margin-left:121px}
.row__image img{width:100%;height:auto;border-radius:8px;object-fit:contain}
.row__content{max-width:476px;display:flex;flex-direction:column;gap:16px}
.row__title{margin:0;font-size:32px;font-weight:500;line-height:1.2}
.row__list{margin:18px 0 0 0;padding:0 0 0 18px;font-size:19px;line-height:1.7;color:var(--muted)}
.row__note{margin-top:8px;display:flex;justify-content:center;align-items:center;padding:18px 24px;gap:10px;max-width:335px;min-height:85px;background:#EDF1F3;border-radius:48px;font-size:16px;color:#var(--brand);text-align:center}

.painpoints__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.painpoints__card{background:#F6F8FA;border-radius:12px;padding:32px 40px}
.painpoints__list{margin:0;padding:0 0 0 22px;list-style:disc;font-size:22px;line-height:2.6;color:#var(--muted)}
.painpoints__title{text-align:center;font-size:36px;font-weight:600;margin:0 0 24px;padding-bottom:40px}

.journey__title{text-align:center;font-size:68px;font-weight:700;margin:0 0 48px}
.journey__subtitle{max-width:1170px;margin:0 auto 48px;text-align:center;color:#var(--muted);font-size:27px}
.journey__features{display:flex;justify-content:center;align-items:flex-start;gap:120px;margin:0 auto 56px}
.journey__feature{display:flex;align-items:center;gap:16px}
.journey__icon{width:144px;height:144px;display:flex;align-items:center;justify-content:center}
.journey__feature-text{font-size:23px;font-weight:600}
.journey__stat{text-align:center;font-size:27px}
.journey__claim{text-align:center;font-size:68px;font-weight:700;line-height:1.1;margin:128px 0 0}

.headline{padding:24px 0}
.headline__title{max-width:926px;margin:48px auto;text-align:center;font-weight:700;font-size:68px;line-height:1.1;letter-spacing:-1.36px}
.headline__title_mid{max-width:926px;margin:48px auto;text-align:center;font-weight:600;font-size:48px;line-height:1.1;letter-spacing:-1.36px}

.features__grid{display:flex;gap:20px;justify-content:center}
.feature-card{flex:1 1 0;max-width:456px;border-radius:8px;padding:36px 24px 24px;text-align:center}
.feature-card--hardware{background:#F4F9FA}
.feature-card--dashboards{background:#F8F9FA}
.feature-card--apps{background:#F9F8F4}
.feature-card__image img{max-width:240px;margin:0 auto}
.feature-card__title{margin:0;font-size:24px;font-weight:600}
.feature-card__text{margin:0;color:#var(--muted)}

.dealers-cta{display:flex;justify-content:center;align-items:center;width:100%;max-width:100%;margin:0 auto;min-height:688px;background:url('https://cdn.shopify.com/s/files/1/0771/4632/5285/files/dealers_frame.jpg?v=1755073843') center/cover no-repeat}
.dealers-cta__panel{display:flex;flex-direction:column;align-items:center;max-width:687px;width:calc(100% - 64px);padding:64px;gap:24px;background:rgba(255,255,255,.85);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.06);text-align:center}
.dealers-cta__title{margin:0;font-size:48px;font-weight:700}
.dealers-cta__subtitle{margin:0;color:#var(--muted)}

.docs__wrap{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.docs__links{display:flex;flex-wrap:wrap;gap:24px}
.docs__link{color:#3E46AE}

.integrations__wrap{display:flex;align-items:center;gap:48px}
.integrations__text{flex:1 1 40%;min-width:320px}
.integrations__image{flex:0 0 60%}
.integrations__image img{border-radius:8px}
.integrations__btn{border:2px solid var(--brand);display:inline-flex;margin-top:32px;border-radius:30px;padding:12px 28px;font-weight:700;color:#var(--brand)}
.integrations__btn:hover{background:#3E46AE;color:#fff}

.va__features{display:flex;gap:40px;margin-top:8px}
.va__list{font-size:19px;margin:0;padding-left:18px;line-height:2;color:#var(--muted)}

.geo{background-image:url(https://cdn.shopify.com/s/files/1/0771/4632/5285/files/Back.jpg?v=1756294801);background-repeat:no-repeat;background-size:cover;background-position:center;width:100%;height:688px;overflow:hidden}
.geo__wrap{height:100%;display:flex;align-items:center;gap:144px}
.geo__content{flex:0 1 436px;margin-left:118px}
.geo__title{margin:0 0 24px;font-size:48px;font-weight:500}
.geo__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:28px}
.geo__item{display:flex;align-items:center;gap:24px;font-size:22px;font-weight:500}
.geo__phones{display:flex;margin-top:120px}
.geo__phone--back{width:298px;margin-top:12px;transform:translateX(40px);z-index:1}
.geo__phone--front{width:298px;margin-left:-9rem;margin-top:5.9rem;z-index:2}

.form__title{text-align:center;font-size:32px;font-weight:700;margin:0 0 48px}

.premier{padding:50px 0;}
.premier__title{margin:0 0 128px;text-align:center;font-size:48px;font-weight:600;letter-spacing:-0.02em;}
.premier .row{display:flex;align-items:center;justify-content:flex-start;gap:144px;}
.premier__visual{order:0;flex:0 0 688px;width:688px;height:472px;display:flex;align-items:center;justify-content:center;background:#F9F8F4;border-radius:8px;margin:0;}
.premier__visual img{width:100%;height:100%;object-fit:contain;}
.premier .row__content{order:1;flex:0 0 474px;max-width:474px;margin:0;}
.premier__text{margin:0 0 18px;color:#697580;font-size:19px;line-height:1.6;}
.premier__cta{margin-top:12px;}



.builders__title{margin:0 0 128px;text-align:center;font-size:48px;font-weight:600;letter-spacing:-0.02em}
.builders__text{width:474px;margin:0 0 18px;color:#var(--muted);font-size:19px;line-height:1.6}
.builders__cta{margin-top:12px}
.builders__visual{flex:0 0 688px;width:688px;height:472px;display:flex;align-items:center;justify-content:center;background:#F9F8F4;border-radius:8px}
.builders__visual img{width:100%;height:100%;object-fit:contain}

.install,.benefits,.kits{width:100%;box-sizing:border-box;font-family:"Ezlo Sans",Arial,sans-serif;color:#1c1e21}
.install__wrap{max-width:1404px;margin:128px auto;margin-bottom:24px;padding:0 12px}
.install__title{margin:0 0 128px 0;font-size:68px;font-weight:700;line-height:1.2;text-align:center}
.install__grid{display:flex;gap:20px;justify-content:center}
.install-card{width:456px;border-radius:8px;padding:36px 24px 24px 24px;display:flex;flex-direction:column;align-items:center;gap:48px;text-align:center}
.install-card--assign{background:#F4F9FA}
.install-card--access{background:#F8F9FA}
.install-card--modify{background:#F9F8F4}
.install-card__title{margin:0;font-size:22px;font-weight:400;line-height:1.35;color:#000}
.install-card__image img{width:100%;max-width:402px;height:auto;display:block;border-radius:8px;object-fit:contain}

.benefits__wrap{max-width:1404px;margin:0 auto;padding:0 12px}
.benefits__box{display:flex;align-items:center;justify-content:space-between;gap:28px;background:url("https://cdn.shopify.com/s/files/1/0771/4632/5285/files/Benefit_back.png?v=1756302969") center/cover no-repeat;border-radius:8px;padding:48px}
.benefits__image{flex:0 1 50%;display:flex;align-items:center;justify-content:center}
.benefits__image img{height:auto;width:811px;display:block;border-radius:8px;object-fit:contain}
.benefits__content{flex:0 1 50%;display:flex;flex-direction:column;gap:12px;margin-left:70px}
.benefits__title{width:200px;margin:0;font-size:32px;font-weight:500;line-height:1.2;color:#1c1e21}
.benefits__list{width:200px;margin:0;padding:0 0 0 18px;font-size:19px;font-weight:300;line-height:1.4;color:#697580}
.benefits__list li{margin:10px 0}

.kits__wrap{max-width:1404px;padding:0 12px;margin:128px auto}
.kits__title{margin:0 0 128px 0;font-size:68px;font-weight:700;line-height:1.2;text-align:center}
.kits__grid{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}
.kit{flex:1 1 calc(50% - 12px);background:#F8F9FA;border-radius:8px;padding:24px 24px 48px 24px;display:flex;flex-direction:column;align-items:center;gap:16px;box-sizing:border-box}
.kit__media{display:flex;justify-content:center;align-items:center;width:100%}
.kit__media img{width:100%;height:auto;border-radius:8px;object-fit:contain}
.kit__title{margin:24px;font-size:44px;font-weight:700;line-height:1.25;text-align:center;color:#1c1e21}
.kit__list{margin:0 auto;padding:0;display:flex;flex-direction:column;gap:12px;align-items:flex-start;width:max-content}
.kit__item{display:flex;align-items:center;gap:12px;font-size:19px;font-weight:400;color:#1c1e21}
.kit__icon{width:24px;height:24px;flex:0 0 auto;display:flex;align-items:center;justify-content:center}
.kit__icon img{width:100%;height:100%;object-fit:contain}

.downloads{padding:100px 0}
.downloads__box{display:flex;width:100%;max-width:1400px;margin:0 auto;padding:64px 0;flex-direction:column;justify-content:center;align-items:center;gap:32px;background:#F8F9FA;border-radius:8px}
.downloads__title{margin:0;font-size:36px;font-weight:700;letter-spacing:-0.01em}
.downloads__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}
.downloads__item{display:flex;align-items:center;gap:12px;font-size:18px}
.downloads__item img{width:24px;height:24px;display:block}
.downloads__item a{color:#3E46AE;font-weight:600;text-decoration:none}
.downloads__item a:hover{text-decoration:underline}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease, transform .6s ease;will-change:transform,opacity}
.reveal.reveal-in{opacity:1;transform:translateY(0)}
@media (prefers-reduced-motion: reduce){.reveal{transition:none;transform:none;opacity:1}}

.hero-dealers--top{padding-top:0}
.section--top0{padding-top:0}
.section--pb0{padding-bottom:0}
.section--muted{background:#E8E7E9}
.footer{background:#fff;border-top:1px solid #ececee;text-align:center;color:#697580}

.row--card{background:#F8F9FA;border-radius:8px;padding:24px}
.row__image--stack{position:relative;padding-bottom:42px}
.row__image--stack .row__badge{position:absolute;width:175px;right:120px;bottom:-12px;pointer-events:none}
.row__content--top16{margin-top:16px}
.row__lede{font-size:22px;font-weight:500}
.mt-8{margin-top:8px}

.docs__heading{font-size:16px;font-weight:500;color:#1c1e21;margin:6px 0}
.list--plain-muted{list-style:none;padding-left:0;color:#697580}
.list--inline-muted{list-style:none;padding-left:0;display:flex;gap:24px;flex-wrap:wrap;color:#697580}

.form{margin:24px auto}
.form--single{max-width:450px;display:grid;grid-template-columns:1fr;gap:12px}
.form--grid2{max-width:580px;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.input{padding:12px 14px;border:1.5px solid #e7e8ea;border-radius:12px}
.select{padding:12px 14px;border:1.5px solid #e7e8ea;border-radius:12px;background:#fff}
.input--full{grid-column:1/-1}
.input--flex{flex:1}
.field{display:flex;flex-direction:column;gap:6px}
.field--full{grid-column:1/-1}
.field--inline{flex-direction:row;align-items:center;gap:28px}
.field__label{font-size:14px;color:#1c1e21}
.form__title--lg{font-size:48px}
.form__lead{font-size:27px;text-align:center;max-width:1240px;margin:0 auto 48px;color:#697580}
.form__hint{font-size:12px;color:#697580;margin:-6px 0 6px 0;padding-left:20px}
.honeypot{display:none}
.center{text-align:center}

.btn,.integrations__btn{position:relative;box-shadow:0 2px 6px rgba(0,0,0,.08);transform:translateY(0);transition:transform .12s ease, box-shadow .12s ease, background .2s ease, color .2s ease, border-color .2s ease}
.btn:hover,.integrations__btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.15)}
.btn:active,.integrations__btn:active{transform:translateY(0);box-shadow:0 4px 12px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.2)}
.btn:focus-visible,.integrations__btn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(62,70,174,.25),0 8px 18px rgba(0,0,0,.12)}
.btn--fill:hover{background:#3E46AE;color:#fff}
.btn--static,.btn--static:hover{background:#fff;color:#3E46AE}
@media (prefers-reduced-motion: reduce){.btn,.integrations__btn{transition:box-shadow .12s ease, background .2s ease, color .2s ease}.btn:hover,.btn:active,.integrations__btn:hover,.integrations__btn:active{transform:none}}

@media (max-width:1440px){
  .header__wrap{gap:16px}
  .header__nav{gap:30px}
  .header__nav a{font-size:16px}
  .header__actions .btn{padding:6px 14px;font-size:14px}
}


@media (max-width:900px){
  /* Header */
  .header__logo img{height:15px;display:block}
  .header__wrap{position:relative;grid-template-columns:auto 1fr;align-items:center;height:55px;padding:0 20px}
  .header__actions{position:absolute;right:64px;top:50%;transform:translateY(-50%);display:flex;gap:8px;white-space:nowrap;margin:0}
  .header__actions .btn{height:32px;padding:0 12px;font-size:12px;line-height:1;border-radius:20px}
  .header__toggle{position:absolute;right:16px;top:50%;transform:translateY(-50%);display:block}
  .header__nav{position:absolute;left:0;right:0;top:50px;display:none;flex-direction:column;gap:12px;background:#fff;border-bottom:1px solid #ececee;padding:16px 16px 20px 20px;box-shadow:0 10px 24px rgba(0,0,0,.04);z-index:5}
  .header--open .header__nav{display:flex}
  .header__menu{display:block;position:static}

  /* Hero */
  .hero-dealers__wrap{height:auto;display:flex;flex-direction:column;row-gap:20px;margin:10px auto;padding:0 10px}
  .hero-dealers__image{order:-1;border-radius:0;overflow:visible}
  .hero-dealers__image img{height:auto;width:100%;max-width:100%;object-fit:contain;object-position:center;margin:0 auto}
  .hero-dealers__content{padding:0 10px 10px;background:#F8F9FA}
  .hero-dealers__title{font-size:36px;line-height:1.1;text-align:center}
  .hero-dealers__text{font-size:16px;text-align:left}

  /* Generic rows */
  .row{flex-direction:column;gap:24px}
  .row.reverse{flex-direction:column;gap:24px;justify-content:initial}
  .row.reverse>.row__content{flex:1 1 auto;max-width:100%;padding-left:0;margin:0}
  .row.reverse>.row__image{flex:1 1 auto;max-width:100%;margin-left:0}
  .row__content{max-width:100%;text-align:center}
  .row__list{text-align:left}
  .row__note{max-width:100%}

  /* Pain points / Journey / Headline */
  .painpoints__cards{grid-template-columns:1fr;gap:12px}
  .painpoints__list{font-size:16px}
  .journey__title{font-size:32px;margin-bottom:10px}
  .journey__subtitle{font-size:14px;margin-bottom:24px}
  .journey__features{flex-direction:column;gap:20px;margin-bottom:24px}
  .journey__icon{width:110px;height:110px}
  .journey__feature-text{font-size:18px}
  .journey__stat{font-size:16px;margin:10px 0 24px}
  .journey__claim{font-size:36px}
  .headline__title{font-size:25px;letter-spacing:-0.5px}

  /* Feature tiles */
  .features__grid{flex-direction:column}
  .feature-card{max-width:100%;padding:16px}
  .feature-card__image img{max-width:50%}

  /* CTA panel */
  .dealers-cta{min-height:unset;padding:40px 10px}
  .dealers-cta__panel{width:100%;padding:24px 16px}

  /* Integrations / VA */
  .integrations__wrap{flex-direction:column;gap:24px;text-align:center}
  .va__features{display:grid;grid-template-columns:1fr 1fr;gap:8px 24px}

  /* Geofencing */
  .geo{background:none!important;height:auto}
  .geo__wrap{flex-direction:column-reverse;align-items:flex-start;gap:1px;padding:0;background:#EAEAF4;border:1px solid #D8DAE9;border-radius:16px}
  .geo__phones{order:-1;width:100%;padding:0 10px;margin-top:0;gap:10px;justify-content:center}
  .geo__phone--back,.geo__phone--front{width:calc((100% - 10px)/2);margin:0;transform:none}
  .geo__content{width:100%;margin-left:0;padding:0 10px}
  .geo__title{font-size:32px;margin:8px 0 12px}
  .geo__item{font-size:18px;gap:16px}

  /* Premier */
  .premier{padding:48px 0}
  .premier__title{margin:0 0 20px;font-size:26px;line-height:1.2}
  .premier .row{flex-direction:column;gap:16px}
  .premier .row__content{order:2;flex:1 1 auto;max-width:100%;margin:0;text-align:center}
  .premier__text{width:100%;font-size:16px;text-align:left;margin:0 0 14px}
  .premier__cta{display:flex;justify-content:center;margin-top:10px}
  .premier .row__image,
  .premier__visual{order:1;width:100%;max-width:100%;height:400px !important;max-height:400px !important;overflow:hidden !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:0 !important;margin:0 auto !important}
  .premier .row__image > img,
  .premier .row__image picture > img,
  .premier__visual > img,
  .premier__visual picture > img{height:100% !important;max-height:100% !important;width:auto !important;max-width:100% !important;object-fit:contain !important;display:block !important;margin:0 auto !important}

  /* Builders (clean mobile) */
  .builders{padding:48px 0}
  .builders__title{margin:0 0 24px;font-size:28px;line-height:1.25;text-align:center}
  .builders .row{flex-direction:column;gap:16px;align-items:stretch;justify-content:flex-start}
  .builders .row__content{order:2;flex:1 1 auto;max-width:100%;margin:0;text-align:center}
  .builders__text{width:100%;font-size:16px;text-align:left;margin:0 0 14px}
  .builders__cta{display:flex;justify-content:center;margin-top:10px}
  .builders .row__image,.builders__visual{order:1;width:100%;max-width:100%;height:400px !important;max-height:400px !important;overflow:hidden !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:0 !important;margin:0 auto !important}
  .builders .row__image>img,.builders .row__image picture>img,.builders__visual>img,.builders__visual picture>img{height:100% !important;max-height:100% !important;width:auto !important;max-width:100% !important;object-fit:contain !important;display:block !important;margin:0 auto !important}

  /* Install / Benefits / Kits */
  .install__title{font-size:32px;line-height:1.25}
  .install__grid{flex-direction:column;gap:16px;align-items:center}
  .install-card{width:100%;max-width:100%;padding:24px 16px;gap:24px}
  .install-card__title{font-size:18px}
  .benefits__box{flex-direction:column;gap:0;padding:10px 0;background:none}
  .benefits__image img{width:400px;max-width:100%;height:auto;margin:0 auto 16px auto;display:block}
  .benefits__content{margin-left:0;padding:24px;border-radius:8px;background:url("https://cdn.shopify.com/s/files/1/0771/4632/5285/files/Benefit_back.png?v=1756302969") center/cover no-repeat}
  .benefits__title{font-size:24px;line-height:1.25}
  .benefits__list{font-size:14px}
  .kits__title{font-size:28px;margin-bottom:32px}
  .kits__grid{flex-direction:column;gap:16px}
  .kit{width:100%;padding:16px}
  .kit__title{font-size:28px}
  .kit__item{font-size:16px}

  /* Forms */
  #training .form__title{font-size:27px;line-height:1.2;margin:0 0 10px}
  #training>.container>p{font-size:17px;line-height:1.5;margin:0 auto 10px}
  #contact-form{grid-template-columns:1fr!important}
  #contact-form>div[style*="grid-column:1/-1"]{grid-column:1/-1}

  /* Downloads */
  .downloads__box{padding:32px 16px;gap:20px}
  .downloads__title{font-size:24px}
  .downloads__item{font-size:16px}
}
