:root{--navy:#061b31;--navy2:#092743;--blue:#078df3;--cyan:#35c8ff;--ink:#071a38;--muted:#5d6b80;--line:#d7e1eb;--pale:#eef4fa;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,Arial,sans-serif;background:#fff}a{color:inherit;text-decoration:none}a:hover{color:#078df3}.wrap{width:min(1200px,92vw);margin:auto}.skip{position:absolute;left:-9999px;top:0;background:#fff;padding:12px;z-index:1000}.skip:focus{left:10px}.header{position:sticky;top:0;z-index:50;background:#04162a;box-shadow:0 4px 20px #0003}.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{display:block;width:190px;height:54px;background:url('/assets/logo.png') left center/contain no-repeat}.nav{display:flex;align-items:center;gap:27px;color:#fff;font-size:13px;font-weight:600}.nav a:hover{color:var(--cyan)}.nav-cta,.button{background:var(--blue);border:1px solid var(--blue);color:#fff!important;border-radius:7px;padding:13px 19px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-weight:700}.nav-cta:hover,.button:hover{background:#006dc3;color:#fff}.menu{display:none;border:1px solid #94a9be;background:none;border-radius:7px;color:#fff;padding:8px 12px}.hero{background:#061b31;color:#fff;position:relative;isolation:isolate}.hero:before{content:"";position:absolute;inset:0;z-index:-2;background:var(--hero-image) center/cover no-repeat}.hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#031222f5 0%,#031222e6 47%,#03122255 100%)}.hero-inner{padding:95px 0 88px;min-height:490px}.eyebrow{color:#078df3;font-size:12px;letter-spacing:2px;font-weight:800;margin:0 0 15px}.hero .eyebrow{color:#9fdcff}.hero h1{font-size:clamp(42px,5.6vw,70px);letter-spacing:-.045em;line-height:1.05;max-width:820px;margin:0 0 23px}.hero-lead{font-size:18px;line-height:1.65;color:#e5f2fb;max-width:700px;margin:0 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.secondary{background:#03162766;border-color:#e7f1fa}.secondary:hover{background:#123b60}.hero-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:37px}.hero-badges span{font-size:12px;color:#e5f2fb;border:1px solid #a6c6d577;padding:8px 11px;border-radius:20px;background:#061b3180}.section{padding:72px 0;scroll-margin-top:85px}.section:nth-child(2n+1){background:#f0f5fa}.section h2{font-size:clamp(29px,3.5vw,43px);letter-spacing:-.035em;line-height:1.15;margin:0 0 22px;max-width:850px}.section p{line-height:1.75;color:#4e6073;max-width:900px}.section .intro{font-size:18px;color:#253c56}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin-top:28px}.card{background:#fff;border:1px solid var(--line);border-radius:14px;min-height:108px;padding:22px;box-shadow:0 6px 22px #06213a08;display:flex;flex-direction:column;justify-content:space-between;gap:12px}.card:hover{border-color:#078df3;box-shadow:0 12px 35px #06213a16}.card-title{font-weight:800;color:#0b2b4e;font-size:16px}.card span{font-size:12px;color:#60778a}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:30px}.features article{padding:25px;background:#fff;border:1px solid var(--line);border-radius:15px}.features h3{margin:0 0 10px;color:#082b4a}.features p{font-size:14px;margin:0}.faq{max-width:900px}.faq details{background:#fff;border:1px solid var(--line);border-radius:9px;margin-bottom:10px;padding:16px 20px}.faq summary{cursor:pointer;font-weight:700}.faq p{margin:12px 0 0}.quote-form{max-width:960px;padding:32px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 45px #061b3112;border-radius:19px}.form-head h2{font-size:32px;margin:0 0 7px}.form-head p{margin:0 0 24px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.form-grid label{font-size:13px;font-weight:700;color:#203650;display:flex;flex-direction:column;gap:8px}.form-grid .wide{grid-column:1/-1}.form-grid input,.form-grid textarea,.form-grid select{width:100%;border:1px solid #c5d2de;background:#fff;color:#071a38;border-radius:8px;padding:12px 13px;outline:none}.form-grid :is(input,textarea,select):focus{border-color:#078df3;box-shadow:0 0 0 3px #078df329}.quote-form .button{margin-top:23px;font-size:14px;cursor:pointer}.quote-form .button:disabled{opacity:.65;cursor:wait}.quote-form small{display:block;margin-top:16px;color:#687b8c;line-height:1.5}.quote-form small a{color:#086db9;text-decoration:underline}.form-status{min-height:1.4em;margin:11px 0 0!important;font-size:14px;font-weight:700}.form-status.error{color:#b42318}.form-status.success{color:#167448}.trap{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.footer{background:#061b31;color:#f0f7fc;padding:60px 0 0}.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:45px}.foot-grid p,.foot-grid span{color:#b8c9d9;line-height:1.7;font-size:14px}.foot-grid strong{display:block;margin-bottom:17px}.foot-grid a{display:block;margin-bottom:13px;font-size:14px}.legal{padding:26px 0;border-top:1px solid #ffffff29;margin-top:40px;font-size:12px;color:#aabecd}@media(max-width:850px){.nav{display:none;position:absolute;left:0;right:0;top:76px;padding:18px 4vw 25px;background:#04162a;flex-direction:column;align-items:stretch;gap:0}.nav.open{display:flex}.nav a{padding:13px 8px}.menu{display:block}.cards,.features{grid-template-columns:repeat(2,1fr)}.foot-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.hero-inner{min-height:0;padding:68px 0}.hero:after{background:linear-gradient(90deg,#031222ee,#031222af)}.hero h1{font-size:43px}.hero-lead{font-size:16px}.section{padding:55px 0}.cards,.features,.form-grid,.foot-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.quote-form{padding:22px}.logo{width:165px}.card{min-height:95px}}
/* Route articles retain the homepage palette and give each lane a clear reading area. */
.lane-article{max-width:970px;border:1px solid #d7e1eb;border-radius:18px;padding:34px 40px;background:radial-gradient(circle at 90% 0%,#dff7ff 0%,transparent 36%),linear-gradient(135deg,#eef5fb 0%,#fff 75%)}.lane-article p{max-width:820px;margin:0 0 20px;line-height:1.8}.lane-article h3{font-size:22px;margin:30px 0 12px}.lane-article ul{padding-left:22px;color:#4e6073;line-height:1.8}.lane-article li{margin-bottom:7px}@media(max-width:600px){.lane-article{padding:25px 22px}}
.operator{background:#092743;color:#fff;padding:56px 0}.operator-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.operator .eyebrow{color:#59d7ff}.operator h2{font-size:clamp(29px,3.1vw,42px);line-height:1.15;letter-spacing:-.035em;margin:0 0 18px}.operator p{color:#d5e5f0;line-height:1.7;max-width:560px;margin:0}.operator-steps{border-left:1px solid #ffffff35;padding-left:36px}.operator-steps>div{display:flex;gap:18px;margin:0 0 20px}.operator-steps>div:last-child{margin-bottom:0}.operator-steps b{color:#35c8ff;font-size:21px;font-weight:800}.operator-steps span{display:flex;flex-direction:column;gap:5px}.operator-steps strong{font-size:16px}.operator-steps small{font-size:13px;color:#b8d0e0;line-height:1.55}@media(max-width:760px){.operator{padding:46px 0}.operator-grid{grid-template-columns:1fr;gap:27px}.operator-steps{padding-left:0;border-left:0;border-top:1px solid #ffffff35;padding-top:25px}}
/* Keep the navigation and footer consistent with the current homepage bundle. */
.reefer-page .topbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#04162af5;height:76px;padding:10px 2.2vw;display:flex;align-items:center;gap:18px;box-shadow:0 4px 20px #0003}.reefer-page .topbar .brand{background:none;border:0;display:flex;align-items:center;width:190px;min-width:190px;height:56px;padding:0}.reefer-page .topbar .brand img{width:170px;height:auto;max-height:52px;object-fit:contain}.reefer-page .topbar .nav{display:flex;flex:1;justify-content:center;align-items:center;gap:18px;color:#fff;font-size:12px}.reefer-page .topbar .nav a{color:#fff;font-size:12px;font-weight:400;opacity:.95;white-space:nowrap;padding:10px 0}.reefer-page .topbar .nav a:hover{color:#35c8ff}.reefer-page .topbar .nav .ops-login{color:#8ed8ff;font-weight:750}.reefer-page .topbar .header-actions{display:flex;gap:10px;white-space:nowrap}.reefer-page .topbar .header-actions a{border:1px solid #dce8f3;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;padding:12px 17px;color:#fff;font-size:12px;font-weight:700}.reefer-page .topbar .header-actions a.primary{background:#078df3;border-color:#078df3}.reefer-page .topbar .mobile-toggle{display:none}.reefer-page .hero{margin-top:76px;min-height:0}.reefer-page .footer{padding:20px 0 0;background:#061a2c}.reefer-page .footer .wrap{width:min(1340px,92vw)}
@media(max-width:1240px){.reefer-page .topbar{gap:9px;padding:10px 1.6vw}.reefer-page .topbar .brand{width:155px;min-width:155px}.reefer-page .topbar .brand img{width:150px}.reefer-page .topbar .nav{gap:10px}.reefer-page .topbar .nav a{font-size:11px}.reefer-page .topbar .header-actions a{padding:11px 9px;font-size:11px}}
@media(max-width:980px){.reefer-page .topbar .header-actions .outline{display:none}.reefer-page .topbar .nav{gap:8px}}
@media(max-width:760px){.reefer-page .topbar{height:64px;padding:8px 16px}.reefer-page .topbar .brand{width:165px;min-width:0;height:48px}.reefer-page .topbar .brand img{width:150px;max-height:48px}.reefer-page .topbar .nav{display:none;position:absolute;top:64px;left:0;right:0;background:#04162a;padding:14px 5vw 22px;flex-direction:column;align-items:stretch;gap:0}.reefer-page .topbar .nav.open{display:flex}.reefer-page .topbar .nav a{font-size:14px;text-align:left;white-space:normal;padding:13px 5px}.reefer-page .topbar .header-actions{display:none}.reefer-page .topbar .mobile-toggle{display:block;margin-left:auto;color:#fff;border:0;background:none;font-size:22px}.reefer-page .hero{margin-top:64px}}
/* Safari/iPadOS date controls have an intrinsic width; constrain them to their grid cell. */
.reefer-page .quote-form .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reefer-page .quote-form .form-grid label{min-width:0}.reefer-page .quote-form .form-grid input,.reefer-page .quote-form .form-grid select,.reefer-page .quote-form .form-grid textarea{display:block;min-width:0;max-width:100%;box-sizing:border-box}.reefer-page .quote-form input[type="date"]{width:100%;min-width:0;max-width:100%}@media(max-width:600px){.reefer-page .quote-form .form-grid{grid-template-columns:minmax(0,1fr)}}
/* Keep native iPad date picker inside the field without crowding its neighbour. */
.reefer-page .topbar .header-actions svg,.reefer-page .topbar .ops-login svg,.reefer-page .quote-form .button svg{flex:none;display:inline-block;vertical-align:middle}
@media(max-width:1400px){.reefer-page .quote-form .form-grid .date-field,.reefer-page .quote-form .form-grid .company-field{grid-column:1/-1}.reefer-page .quote-form .form-grid .date-field{overflow:hidden}}
