:root{
  --dfx-accent:#11B9E5;
  --dfx-ink:#08111A;
  --dfx-ink-2:#0E1A25;
  --dfx-blue:#0E7EB8;
  --dfx-paper:#F6F8FA;
  --dfx-white:#FFFFFF;
  --dfx-text:#14202A;
  --dfx-muted:#65737F;
  --dfx-line:#DCE3E8;
  --dfx-line-dark:rgba(255,255,255,.14);
  --dfx-shell:1280px;
  --dfx-shadow:0 24px 70px rgba(10,25,38,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html.dfx-nav-open{overflow:hidden}
body.drivefix-template{margin:0;background:#fff;color:var(--dfx-text);font-family:Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.drivefix-template img{display:block;max-width:100%}
body.drivefix-template a{color:inherit;text-decoration:none}
body.drivefix-template button,body.drivefix-template input,body.drivefix-template select,body.drivefix-template textarea{font:inherit}
.dfx-shell{width:min(var(--dfx-shell),calc(100% - 56px));margin-inline:auto}
.dfx-skip{position:fixed;left:18px;top:-100px;z-index:9999;background:#fff;color:#111;padding:12px 16px;box-shadow:0 8px 30px rgba(0,0,0,.18)}
.dfx-skip:focus{top:18px}

/* Utility */
.dfx-utility{height:34px;background:#06101A;color:#D9E2E8;border-bottom:1px solid rgba(255,255,255,.06);font-size:11px;letter-spacing:.02em}
.dfx-utility__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:26px}
.dfx-utility__left,.dfx-utility__right{display:flex;align-items:center;gap:22px}
.dfx-utility__left{font-weight:600;text-transform:uppercase;letter-spacing:.08em;font-size:10px}
.dfx-utility__dot{width:6px;height:6px;border-radius:50%;background:var(--dfx-accent);box-shadow:0 0 0 4px rgba(17,185,229,.11)}
.dfx-utility__right a{color:#D9E2E8;transition:color .2s ease}
.dfx-utility__right a:hover{color:#fff}

/* Header */
.dfx-header{height:90px;background:#fff;border-bottom:1px solid #E6EBEF;position:sticky;top:0;z-index:1000;transition:height .24s ease,box-shadow .24s ease,background .24s ease}
.dfx-header.is-scrolled{height:76px;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);box-shadow:0 14px 34px rgba(15,30,43,.08)}
.dfx-header__inner{height:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:48px}
.dfx-brand{display:flex;align-items:center;width:286px}
.dfx-brand img{width:100%;height:auto;max-height:66px;object-fit:contain;object-position:left center}
.dfx-header.is-scrolled .dfx-brand{width:254px}
.dfx-nav{justify-self:center}
.dfx-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:34px}
.dfx-nav li{margin:0;padding:0}
.dfx-nav a{display:block;padding:12px 0;font-size:12px;font-weight:700;letter-spacing:.015em;text-transform:uppercase;color:#1D2A34;position:relative}
.dfx-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:4px;height:1px;background:#111;transition:right .22s ease}
.dfx-nav a:hover:after,.dfx-nav .active>a:after,.dfx-nav .current>a:after{right:0}
.dfx-header-book{height:46px;display:flex;align-items:center;gap:18px;padding:0 18px 0 20px;background:#0B1822;color:#fff!important;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.045em;transition:transform .2s ease,background .2s ease}
.dfx-header-book span{color:var(--dfx-accent);font-size:16px}
.dfx-header-book:hover{background:#132635;transform:translateY(-1px)}
.dfx-menu-toggle{display:none;border:0;background:transparent;padding:9px;cursor:pointer;width:44px;height:44px;position:relative}
.dfx-menu-toggle span{position:absolute;left:10px;width:24px;height:2px;background:#111;transition:transform .2s ease,top .2s ease}
.dfx-menu-toggle span:first-child{top:16px}.dfx-menu-toggle span:last-child{top:26px}
.dfx-menu-toggle.is-open span:first-child{top:21px;transform:rotate(45deg)}.dfx-menu-toggle.is-open span:last-child{top:21px;transform:rotate(-45deg)}

/* Hero */
.dfx-hero{position:relative;min-height:650px;background:var(--dfx-ink);overflow:hidden;color:#fff}
.dfx-hero__image{position:absolute;inset:0;background-image:var(--dfx-hero);background-size:cover;background-position:center 48%;transform:scale(1.01)}
.dfx-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,11,17,.95) 0%,rgba(4,11,17,.82) 34%,rgba(4,11,17,.30) 62%,rgba(4,11,17,.55) 100%)}
.dfx-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:150px;background:linear-gradient(0deg,rgba(3,10,16,.62),transparent);pointer-events:none}
.dfx-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.62fr);gap:84px;align-items:center;min-height:650px;padding:74px 0 82px}
.dfx-hero__copy{max-width:730px}
.dfx-eyebrow,.dfx-kicker{display:flex;align-items:center;gap:12px;font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#0A8FC8}
.dfx-eyebrow{color:#99E9FB}
.dfx-eyebrow:before,.dfx-kicker:before{content:"";width:34px;height:1px;background:currentColor}
.dfx-hero h1{font-family:Oswald,Arial Narrow,sans-serif;font-size:clamp(58px,6vw,92px);line-height:.94;letter-spacing:-.035em;text-transform:uppercase;max-width:720px;margin:20px 0 24px;font-weight:600;text-wrap:balance}
.dfx-hero__copy>p{max-width:580px;margin:0;font-size:17px;line-height:1.7;color:#DCE5EA}
.dfx-hero__actions{display:flex;align-items:center;gap:26px;margin-top:34px}
.dfx-button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:20px;padding:0 20px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.055em;border:1px solid transparent;transition:transform .2s ease,background .2s ease,border-color .2s ease;color:inherit}
.dfx-button span{font-size:17px;line-height:1}
.dfx-button--cyan{background:var(--dfx-accent);color:#07131C!important}
.dfx-button--cyan:hover{background:#36C7EA;transform:translateY(-2px)}
.dfx-button--dark{background:#0B1822;color:#fff!important}.dfx-button--dark:hover{background:#132635;transform:translateY(-2px)}
.dfx-button--outline{border-color:rgba(255,255,255,.45);color:#fff!important;background:transparent}.dfx-button--outline:hover{background:#fff;color:#07131C!important;border-color:#fff}
.dfx-hero__secondary{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid rgba(255,255,255,.42);padding-bottom:4px}

/* Booking: visual shell only, no DOM manipulation */
.dfx-booking{background:rgba(250,252,253,.985);color:#12202A;border-top:3px solid var(--dfx-accent);padding:30px 30px 24px;box-shadow:0 32px 86px rgba(0,0,0,.32)}
.dfx-booking__head>span{font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#0787BB}
.dfx-booking__head h2{font-family:Inter,Arial,sans-serif;font-size:27px;line-height:1.15;letter-spacing:-.04em;margin:8px 0 9px;font-weight:800;color:#111D26}
.dfx-booking__head p{font-size:12.5px;line-height:1.55;color:#697783;margin:0 0 22px}
.dfx-booking-fallback{display:grid;gap:0;border-top:1px solid #DCE4E9}
.dfx-booking-line{display:grid;grid-template-columns:34px 1fr;gap:14px;align-items:center;padding:15px 2px;border-bottom:1px solid #DCE4E9}
.dfx-booking-line>span{font:600 13px/1 Oswald,sans-serif;color:#7D919F}
.dfx-booking-line div{display:flex;flex-direction:column;gap:3px}.dfx-booking-line b{font-size:12px}.dfx-booking-line small{font-size:11px;color:#7A8994}
.dfx-booking-submit{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:0 17px;background:#0B1822;color:#fff!important;margin-top:18px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.dfx-booking-submit span{color:var(--dfx-accent);font-size:18px}
.dfx-booking__fleet{display:flex;justify-content:space-between;align-items:center;padding-top:17px;margin-top:17px;border-top:1px solid #DCE4E9;font-size:11.5px;color:#657580;font-weight:600}
.dfx-booking__fleet span{color:#0A8FC8}
.dfx-booking-live>*{max-width:100%!important}
.dfx-booking-live form{margin:0!important}
.dfx-booking-live .row{margin-inline:-5px!important}.dfx-booking-live [class*="col-"]{padding-inline:5px!important}
.dfx-booking-live label,.dfx-booking-live .control-label{display:block!important;color:#283943!important;font-weight:700!important;font-size:11px!important;line-height:1.3!important;margin-bottom:6px!important}
.dfx-booking-live input:not([type=checkbox]):not([type=radio]),.dfx-booking-live select,.dfx-booking-live textarea{width:100%!important;min-height:48px!important;background:#fff!important;border:1px solid #D6E0E6!important;border-radius:0!important;color:#16242D!important;box-shadow:none!important;padding:10px 12px!important;font-size:13px!important}
.dfx-booking-live input::placeholder,.dfx-booking-live textarea::placeholder{color:#9AA6AE!important}
.dfx-booking-live input:focus,.dfx-booking-live select:focus,.dfx-booking-live textarea:focus{outline:0!important;border-color:#4CC7E7!important;box-shadow:0 0 0 3px rgba(17,185,229,.12)!important}
.dfx-booking-live button,.dfx-booking-live .btn,.dfx-booking-live input[type=submit]{min-height:50px!important;border-radius:0!important;font-size:12px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.045em!important}
.dfx-booking-live .btn-primary,.dfx-booking-live button[type=submit],.dfx-booking-live input[type=submit]{background:#0B1822!important;border-color:#0B1822!important;color:#fff!important}
.dfx-booking-live .btn-secondary{background:#fff!important;border:1px solid #CDD8DE!important;color:#1C2D38!important}
.dfx-booking-live .card{border-radius:0!important;box-shadow:none!important;border-color:#DCE4E9!important}.dfx-booking-live .card-header{background:#F2F6F8!important;color:#17242E!important}

/* Trust strip */
.dfx-trust{background:#09141E;color:#fff;border-top:1px solid rgba(255,255,255,.08)}
.dfx-trust__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.dfx-trust__item{min-height:110px;display:grid;grid-template-columns:36px 1fr;gap:18px;align-items:center;padding:24px 26px;border-right:1px solid rgba(255,255,255,.12)}
.dfx-trust__item:first-child{padding-left:0}.dfx-trust__item:last-child{border-right:0;padding-right:0}
.dfx-trust__index{font:600 16px/1 Oswald,sans-serif;color:var(--dfx-accent)}
.dfx-trust__item div{display:flex;flex-direction:column;gap:4px}.dfx-trust__item strong{font-size:12px;text-transform:uppercase;letter-spacing:.035em}.dfx-trust__item small{font-size:11px;line-height:1.45;color:#9FB0BB}
.dfx-social-proof{padding:26px 0;border-bottom:1px solid var(--dfx-line);background:#fff}

/* Services - editorial, not cards */
.dfx-services{padding:112px 0 118px;background:#fff}
.dfx-services__layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:96px;align-items:start}
.dfx-services__intro{position:sticky;top:116px;padding-right:28px}
.dfx-services__intro h2,.dfx-process__head h2,.dfx-why__copy h2,.dfx-fleet__copy h2,.dfx-coverage__copy h2{font-size:clamp(38px,4vw,58px);line-height:1.03;letter-spacing:-.05em;margin:18px 0 20px;font-weight:700}
.dfx-services__intro>p,.dfx-why__copy>p,.dfx-fleet__copy>p,.dfx-coverage__copy>p{font-size:15px;line-height:1.75;color:#667580;max-width:540px}
.dfx-text-link{display:inline-flex;align-items:center;gap:14px;margin-top:24px;padding-bottom:4px;border-bottom:1px solid #BAC6CE;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.dfx-text-link span{font-size:16px;transition:transform .2s ease}.dfx-text-link:hover span{transform:translateX(4px)}
.dfx-services__list{border-top:1px solid #BFCAD1}
.dfx-service-row{display:grid;grid-template-columns:72px minmax(0,1fr) 28px;gap:24px;align-items:center;padding:28px 4px;border-bottom:1px solid #D5DDE2;transition:background .2s ease,padding .2s ease}
.dfx-service-row:hover{background:#F7FAFB;padding-left:14px;padding-right:14px}
.dfx-service-row>img{width:58px;height:58px;padding:13px;box-sizing:border-box;object-fit:contain;border:1px solid rgba(12,142,191,.18);border-radius:15px;background:linear-gradient(145deg,#F7FCFE,#EAF7FB);filter:none;box-shadow:0 8px 22px rgba(8,37,53,.08);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.dfx-service-row:hover>img{transform:translateY(-2px);border-color:rgba(12,142,191,.38);box-shadow:0 12px 28px rgba(8,37,53,.13)}
.dfx-service-row__copy>span{display:block;font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#0C8EBF;margin-bottom:6px}
.dfx-service-row h3{font-size:25px;letter-spacing:-.035em;margin:0 0 5px}.dfx-service-row p{margin:0;color:#6D7A84;font-size:12.5px;line-height:1.5;max-width:540px}
.dfx-service-row>b{font-size:20px;font-weight:400;color:#0A8FC8}

/* Process */
.dfx-process{background:#07121B;color:#fff;padding:104px 0 112px;position:relative;overflow:hidden}
.dfx-process:after{content:"";position:absolute;right:-130px;top:-220px;width:560px;height:560px;border:1px solid rgba(17,185,229,.11);border-radius:50%;box-shadow:0 0 0 80px rgba(17,185,229,.025),0 0 0 160px rgba(17,185,229,.018)}
.dfx-kicker--light{color:#86E1F4}
.dfx-process__head{display:grid;grid-template-columns:1fr .72fr;gap:120px;align-items:end;margin-bottom:72px;position:relative;z-index:1}
.dfx-process__head h2{margin-bottom:0;color:#fff;max-width:700px}.dfx-process__head>p{margin:0 0 4px;color:#9EAFBA;font-size:14px;line-height:1.75;max-width:500px}
.dfx-process__steps{display:grid;grid-template-columns:repeat(3,1fr);position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.18)}
.dfx-process__steps article{padding:34px 44px 0 0;border-right:1px solid rgba(255,255,255,.14);min-height:230px;margin-right:44px}
.dfx-process__steps article:last-child{border-right:0;margin-right:0}
.dfx-process__steps span{font:600 38px/1 Oswald,sans-serif;color:rgba(255,255,255,.18)}
.dfx-process__steps h3{font-size:18px;margin:34px 0 10px}.dfx-process__steps p{font-size:12.5px;line-height:1.65;color:#9EAFBA;max-width:280px}

/* Why */
.dfx-why{padding:120px 0;background:#F5F7F8}
.dfx-why__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:92px;align-items:center}
.dfx-why__grid--text-only{grid-template-columns:minmax(0,860px);justify-content:center;gap:0}
.dfx-why__photo{position:relative;min-height:610px;overflow:hidden;background:#DCE3E7}
.dfx-why__photo:after{content:"";position:absolute;inset:0;border:1px solid rgba(10,25,38,.12);pointer-events:none}
.dfx-why__photo img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center 38%}
.dfx-why__copy{padding-right:20px}
.dfx-why__lines{margin-top:38px;border-top:1px solid #C9D3D9}
.dfx-why__lines>div{display:grid;grid-template-columns:1fr;gap:0;padding:18px 0;border-bottom:1px solid #D6DEE3;align-items:center}
.dfx-why__lines b{font:600 14px/1 Oswald,sans-serif;color:#88A1AF}.dfx-why__lines span{font-size:13px;font-weight:600;color:#2B3A45}

/* Fleet */
.dfx-fleet{padding:0;background:#fff}
.dfx-fleet__panel{display:grid;grid-template-columns:.9fr 1.1fr;background:#0A1721;color:#fff;min-height:570px}
.dfx-fleet__copy{padding:72px 72px 68px;display:flex;flex-direction:column;justify-content:center}
.dfx-fleet__copy h2{color:#fff;margin-bottom:20px}.dfx-fleet__copy>p{color:#A7B6BF}
.dfx-fleet__copy ul{list-style:none;margin:30px 0 34px;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:12px 22px}
.dfx-fleet__copy li{position:relative;padding-left:20px;color:#D8E3E9;font-size:12px}.dfx-fleet__copy li:before{content:"";position:absolute;left:0;top:.43em;width:7px;height:7px;border:1px solid var(--dfx-accent);transform:rotate(45deg)}
.dfx-fleet__copy .dfx-button{align-self:flex-start}
.dfx-fleet__photo{position:relative;overflow:hidden;min-height:570px}
.dfx-fleet__photo:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#0A1721 0%,rgba(10,23,33,.55) 12%,rgba(10,23,33,.05) 42%,transparent 100%)}
.dfx-fleet__photo img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center}

/* Coverage */
.dfx-coverage{padding:110px 0 118px;background:#fff}
.dfx-coverage__grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:110px;align-items:end}
.dfx-coverage__areas{border-top:1px solid #BFCAD1;border-bottom:1px solid #BFCAD1;padding:28px 0}
.dfx-coverage__label{display:block;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.15em;color:#80919C;margin-bottom:22px}
.dfx-coverage__areas>div{display:grid;grid-template-columns:repeat(2,1fr);column-gap:34px}
.dfx-coverage__areas>div>a{display:block;padding:13px 0;border-top:1px solid #E0E6EA;font-size:13px;font-weight:600;color:#2B3A45;transition:color .2s ease,padding-left .2s ease}
.dfx-coverage__areas>div>a:hover{color:#0A8FC8;padding-left:6px}

/* Footer */
.dfx-footer{background:#07121B;color:#D7E0E6;padding-top:68px}
.dfx-footer__top{display:grid;grid-template-columns:1.7fr repeat(4,.75fr);gap:54px;padding-bottom:58px}
.dfx-footer__brand img{width:260px;filter:brightness(0) invert(1);opacity:.96}.dfx-footer__brand p{font-size:12px;line-height:1.7;color:#91A2AD;max-width:320px;margin:22px 0 0}
.dfx-footer__column h3{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#fff;margin:5px 0 18px}.dfx-footer__column>a,.dfx-footer__column .mod-menu a{display:block;color:#91A2AD;font-size:11.5px;line-height:1.5;margin:9px 0}.dfx-footer__column>a:hover,.dfx-footer__column .mod-menu a:hover{color:#fff}
.dfx-footer__column ul{list-style:none;margin:0;padding:0}
.dfx-footer__bottom{min-height:68px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:10.5px;color:#758894}
.dfx-footer__bottom ul{display:flex;gap:20px;list-style:none;margin:0;padding:0}

/* Inner pages + Joomla component */
.dfx-inner-main{background:#F5F7F8;padding:54px 0 88px;min-height:60vh}
.dfx-inner-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:28px}.dfx-inner-grid.has-left{grid-template-columns:260px minmax(0,1fr)}.dfx-inner-grid.has-right{grid-template-columns:minmax(0,1fr) 260px}.dfx-inner-grid.has-left.has-right{grid-template-columns:240px minmax(0,1fr) 240px}
.dfx-component,.dfx-sidebar .dfx-module{background:#fff;border:1px solid #DCE4E9;padding:32px;box-shadow:0 12px 32px rgba(14,30,42,.045)}
.dfx-component h1,.dfx-component h2,.dfx-component h3,.dfx-component h4,.dfx-component h5,.dfx-component h6{color:#13212B!important}.dfx-component p,.dfx-component li,.dfx-component td,.dfx-component th,.dfx-component label,.dfx-component .control-label,.dfx-component .form-text,.dfx-component small{color:#40515D!important}
.dfx-component input:not([type=checkbox]):not([type=radio]),.dfx-component select,.dfx-component textarea{background:#fff!important;color:#17242D!important;border:1px solid #CCD7DE!important;border-radius:0!important;min-height:46px!important;box-shadow:none!important}
.dfx-component input::placeholder,.dfx-component textarea::placeholder{color:#8A99A3!important}.dfx-component .form-select{color:#17242D!important;background-color:#fff!important}.dfx-component .btn-primary,.dfx-component button[type=submit],.dfx-component input[type=submit]{background:#0B1822!important;border-color:#0B1822!important;color:#fff!important;border-radius:0!important}.dfx-component .btn-secondary{background:#fff!important;color:#17242D!important;border-color:#C7D3DA!important;border-radius:0!important}.dfx-component a:not(.btn){color:#087FAC}.dfx-component .card{border-radius:0!important}.dfx-component table{background:#fff!important}.dfx-component thead th{background:#EEF3F6!important;color:#263844!important}
.dfx-component-standalone{min-height:100vh;background:#F5F7F8;padding:40px}.dfx-component-standalone .dfx-component{max-width:1180px;margin:auto}
.dfx-home-module{padding-block:30px}
.dfx-module__title{font-size:20px;margin:0 0 18px}

/* Mobile dock */
.dfx-mobile-dock{display:none}

/* Error */
.dfx-error{background:#07121B;min-height:100vh;display:grid;place-items:center;color:#fff}.dfx-error main{text-align:center;padding:50px}.dfx-error img{width:300px;margin:0 auto 32px;filter:brightness(0) invert(1)}.dfx-error span{font:600 72px/1 Oswald,sans-serif;color:var(--dfx-accent)}.dfx-error h1{font-size:26px}.dfx-error a{display:inline-flex;margin-top:20px;padding:14px 20px;background:#fff;color:#07121B;font-size:12px;font-weight:800;text-transform:uppercase}

/* Motion */
[data-dfx-reveal]{opacity:0;transform:translateY(18px);transition:opacity .65s cubic-bezier(.2,.75,.25,1),transform .65s cubic-bezier(.2,.75,.25,1)}
[data-dfx-reveal].is-visible{opacity:1;transform:none}

@media (max-width:1120px){
  .dfx-header__inner{gap:24px}.dfx-brand{width:245px}.dfx-header.is-scrolled .dfx-brand{width:230px}.dfx-nav ul{gap:20px}.dfx-header-book{padding-inline:15px;gap:10px}
  .dfx-hero__grid{grid-template-columns:1fr 380px;gap:44px}.dfx-services__layout{gap:60px}.dfx-process__head{gap:70px}.dfx-why__grid{gap:58px}.dfx-fleet__copy{padding:60px 48px}.dfx-coverage__grid{gap:70px}.dfx-footer__top{gap:36px}
}
@media (max-width:920px){
  .dfx-shell{width:min(var(--dfx-shell),calc(100% - 36px))}.dfx-header{height:76px}.dfx-header__inner{grid-template-columns:1fr auto auto}.dfx-brand{width:225px}.dfx-header.is-scrolled .dfx-brand{width:215px}.dfx-menu-toggle{display:block;grid-column:2}.dfx-header-book{grid-column:3;height:44px}.dfx-nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid #E2E8EC;box-shadow:0 18px 40px rgba(9,24,36,.12);padding:16px 24px 26px}.dfx-nav.is-open{display:block}.dfx-nav ul{display:block}.dfx-nav li{border-bottom:1px solid #EDF1F3}.dfx-nav a{padding:15px 4px}.dfx-nav a:after{display:none}
  .dfx-hero,.dfx-hero__grid{min-height:auto}.dfx-hero__grid{grid-template-columns:1fr;gap:42px;padding:70px 0}.dfx-hero__copy{max-width:720px}.dfx-hero__shade{background:linear-gradient(90deg,rgba(4,11,17,.94),rgba(4,11,17,.62))}.dfx-booking{max-width:620px}
  .dfx-trust__grid{grid-template-columns:1fr 1fr}.dfx-trust__item:nth-child(2){border-right:0}.dfx-trust__item:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}
  .dfx-services__layout{grid-template-columns:1fr;gap:42px}.dfx-services__intro{position:static;max-width:700px}.dfx-process__head{grid-template-columns:1fr;gap:22px}.dfx-process__steps{grid-template-columns:1fr}.dfx-process__steps article{border-right:0;border-bottom:1px solid rgba(255,255,255,.14);margin:0;padding:30px 0;min-height:auto}.dfx-process__steps article:last-child{border-bottom:0}.dfx-process__steps h3{margin-top:18px}
  .dfx-why__grid{grid-template-columns:1fr}.dfx-why__photo{min-height:520px}.dfx-why__copy{padding-right:0}.dfx-fleet__panel{grid-template-columns:1fr}.dfx-fleet__photo{min-height:440px}.dfx-fleet__photo:before{background:linear-gradient(0deg,#0A1721 0%,rgba(10,23,33,.35) 16%,transparent 50%)}.dfx-coverage__grid{grid-template-columns:1fr;gap:44px}.dfx-footer__top{grid-template-columns:1.3fr 1fr 1fr}.dfx-footer__brand{grid-column:1/-1}.dfx-inner-grid.has-left,.dfx-inner-grid.has-right,.dfx-inner-grid.has-left.has-right{grid-template-columns:1fr}
}
@media (max-width:640px){
  body.drivefix-template{padding-bottom:68px}.dfx-utility{display:none}.dfx-shell{width:min(var(--dfx-shell),calc(100% - 28px))}.dfx-header{height:68px}.dfx-header__inner{grid-template-columns:1fr auto}.dfx-brand,.dfx-header.is-scrolled .dfx-brand{width:205px}.dfx-header-book{display:none}.dfx-menu-toggle{grid-column:2}
  .dfx-hero__grid{padding:52px 0 44px;gap:32px}.dfx-hero h1{font-size:52px;max-width:430px}.dfx-hero__copy>p{font-size:14.5px;line-height:1.65}.dfx-hero__actions{flex-wrap:wrap;gap:18px;margin-top:28px}.dfx-booking{padding:24px 20px 20px}.dfx-booking__head h2{font-size:23px}
  .dfx-trust__grid{grid-template-columns:1fr}.dfx-trust__item,.dfx-trust__item:first-child,.dfx-trust__item:last-child{padding:18px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.12);min-height:86px}.dfx-trust__item:last-child{border-bottom:0}
  .dfx-services{padding:78px 0}.dfx-services__intro h2,.dfx-process__head h2,.dfx-why__copy h2,.dfx-fleet__copy h2,.dfx-coverage__copy h2{font-size:38px}.dfx-service-row{grid-template-columns:54px 1fr 20px;gap:14px;padding:23px 0}.dfx-service-row>img{width:46px;height:46px;padding:10px;border-radius:12px}.dfx-service-row h3{font-size:21px}.dfx-service-row p{font-size:11.5px}.dfx-process{padding:78px 0}.dfx-process__head{margin-bottom:40px}.dfx-why{padding:78px 0}.dfx-why__photo{min-height:400px}.dfx-why__lines>div{grid-template-columns:1fr}.dfx-fleet__copy{padding:46px 24px}.dfx-fleet__copy ul{grid-template-columns:1fr}.dfx-fleet__photo{min-height:300px}.dfx-coverage{padding:78px 0}.dfx-coverage__areas>div{grid-template-columns:1fr}.dfx-footer{padding-top:50px}.dfx-footer__top{grid-template-columns:1fr 1fr;gap:34px}.dfx-footer__brand{grid-column:1/-1}.dfx-footer__brand img{width:235px}.dfx-footer__bottom{display:grid;gap:10px;padding:18px 0}.dfx-component-standalone{padding:16px}.dfx-component{padding:20px}
  .dfx-mobile-dock{display:grid;grid-template-columns:.55fr 1.45fr;gap:8px;position:fixed;left:0;right:0;bottom:0;z-index:1200;height:68px;padding:9px 12px;background:#fff;border-top:1px solid #D5DEE4;box-shadow:0 -10px 28px rgba(10,25,38,.12)}.dfx-mobile-dock a{display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.dfx-mobile-dock__call{border:1px solid #CAD5DB}.dfx-mobile-dock__book{background:#0B1822;color:#fff!important;gap:18px}.dfx-mobile-dock__book span{color:var(--dfx-accent);font-size:17px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}[data-dfx-reveal]{opacity:1;transform:none;transition:none}.dfx-header,.dfx-button,.dfx-service-row{transition:none}}
/* DriveFix content pages and location dropdown */
.dfx-nav li{position:relative}
.dfx-nav button{display:block;border:0;background:transparent;padding:12px 0;font:inherit;font-size:12px;font-weight:700;letter-spacing:.015em;text-transform:uppercase;color:#1d2a34;cursor:pointer}
.dfx-nav li>ul{display:none!important;position:absolute;top:100%;left:-18px;z-index:1200;min-width:270px;margin:0;padding:10px 18px;background:#fff;border:1px solid #e6ebef;box-shadow:0 18px 38px rgba(9,24,36,.13);gap:0}
.dfx-nav li:hover>ul,.dfx-nav li:focus-within>ul,.dfx-nav li>ul.mm-show{display:block!important}
.dfx-nav li>ul li{display:block;border-bottom:1px solid #edf1f3}
.dfx-nav li>ul li:last-child{border-bottom:0}
.dfx-nav li>ul a{padding:11px 4px;white-space:nowrap}
.dfx-component .item-page{max-width:920px;margin:0 auto}
.dfx-seo-page{font-size:17px;line-height:1.75;color:#263744}
.dfx-seo-page .lead{font-size:21px;line-height:1.65;color:#132635}
.dfx-seo-page h2{margin:42px 0 12px;color:#0b1822;font-family:Oswald,Arial,sans-serif;font-size:clamp(28px,4vw,40px);line-height:1.15;text-transform:uppercase}
.dfx-seo-page ul{margin:18px 0 28px;padding-left:24px}
.dfx-seo-page li{margin:7px 0}
.dfx-seo-page a{color:#087fa3;text-decoration:underline;text-underline-offset:3px}
@media (max-width:920px){
  .dfx-nav button{width:100%;padding:15px 4px;text-align:left}
  .dfx-nav li>ul{display:block!important;position:static;min-width:0;padding:0 0 8px 16px;border:0;box-shadow:none}
  .dfx-nav li>ul li{border:0}
  .dfx-nav li>ul a{padding:9px 4px;font-size:11px;white-space:normal}
}
