@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Open+Sans:wght@400;500;600;700&display=swap";
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#343a40;background-color:#fff;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:#212529;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none;transition:color .15s}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit;outline:none}.container{width:100%;max-width:1320px;margin:0 auto;padding:0 15px}.section{padding:4rem 0}@media (max-width:768px){.section{padding:3rem 0}}.section-title{color:#1a237e;margin-bottom:1.5rem;font-size:2.25rem}.section-title span{color:#e31e24}@media (max-width:768px){.section-title{font-size:1.875rem}}.section-subtitle{color:#6c757d;text-align:center;margin-bottom:3rem;font-size:1.125rem}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{color:#fff;background:#e31e24}.btn-primary:hover{background:#c41920;transform:translateY(-2px);box-shadow:0 10px 15px #0000001a}.btn-secondary{color:#fff;background:#1a237e}.btn-secondary:hover{background:#0d1452;transform:translateY(-2px);box-shadow:0 10px 15px #0000001a}.btn-outline{color:#e31e24;background:0 0;border:2px solid #e31e24}.btn-outline:hover{color:#fff;background:#e31e24}.btn-outline-white{color:#fff;background:0 0;border:2px solid #fff}.btn-outline-white:hover,.btn-white{color:#e31e24;background:#fff}.btn-white:hover{background:#f8f9fa;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.fade-in{animation:.6s forwards fadeIn}.slide-in-left{animation:.6s forwards slideInLeft}.slide-in-right{animation:.6s forwards slideInRight}
.hero{background:linear-gradient(135deg,#f0f4f8 0%,#e8eef5 100%);min-height:750px;padding:40px 0 60px;position:relative;overflow:hidden}@media (max-width:768px){.hero{min-height:auto;padding:30px 0 40px}}.hero__background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.hero__background:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e31e24' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.hero__truck-image{opacity:.15;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 200'%3E%3Crect x='20' y='80' width='250' height='100' rx='5' fill='%23e31e24'/%3E%3Crect x='270' y='100' width='100' height='80' rx='5' fill='%231a237e'/%3E%3Crect x='285' y='110' width='60' height='40' rx='3' fill='%2390caf9'/%3E%3Ccircle cx='80' cy='180' r='25' fill='%23333'/%3E%3Ccircle cx='80' cy='180' r='12' fill='%23666'/%3E%3Ccircle cx='200' cy='180' r='25' fill='%23333'/%3E%3Ccircle cx='200' cy='180' r='12' fill='%23666'/%3E%3Ccircle cx='330' cy='180' r='25' fill='%23333'/%3E%3Ccircle cx='330' cy='180' r='12' fill='%23666'/%3E%3Ctext x='80' y='140' font-family='Arial' font-size='20' font-weight='bold' fill='white' text-anchor='middle'%3EAPML%3C/text%3E%3C/svg%3E") bottom/contain no-repeat;width:40%;height:60%;position:absolute;bottom:0;left:0}@media (max-width:992px){.hero__truck-image{display:none}}.hero__content{z-index:1;justify-content:space-between;gap:40px;display:flex;position:relative}@media (max-width:992px){.hero__content{flex-direction:column;gap:30px}}.hero__left{flex:1;max-width:550px}@media (max-width:992px){.hero__left{max-width:100%}}.hero__company-info{margin-bottom:20px}.hero__title{color:#1a237e;margin-bottom:5px;font-size:28px;font-weight:800}@media (max-width:768px){.hero__title{font-size:22px}}.hero__iso{color:#6c757d;font-size:12px;font-style:italic}.hero__headline{margin-bottom:20px}.hero__headline h2{color:#1a237e;font-size:36px;font-weight:800;line-height:1.2}.hero__headline h2 span{color:#e31e24}@media (max-width:768px){.hero__headline h2{font-size:26px}}.hero__description{color:#6c757d;margin-bottom:15px;font-size:15px;line-height:1.7}.hero__read-more{color:#e31e24;margin-bottom:30px;font-size:14px;font-weight:600;display:inline-block}.hero__read-more:hover{text-decoration:underline}.hero__features{background:#fff;border-radius:12px;padding:20px;box-shadow:0 5px 20px #00000014}.hero__features h3{color:#1a237e;text-transform:uppercase;letter-spacing:.5px;margin-bottom:15px;font-size:14px;font-weight:700}.hero__features-grid{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}@media (max-width:576px){.hero__features-grid{grid-template-columns:repeat(2,1fr)}}.hero__feature{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.hero__feature-icon{color:#fff;background:linear-gradient(135deg,#e31e24 0%,#b7171c 100%);border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.hero__feature-icon svg{width:24px;height:24px}.hero__feature span{color:#495057;font-size:12px;font-weight:600}.hero__right{flex-direction:column;flex-shrink:0;gap:20px;width:450px;display:flex}@media (max-width:992px){.hero__right{width:100%;max-width:450px;margin:0 auto}}.hero__services-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}@media (max-width:576px){.hero__services-grid{grid-template-columns:repeat(2,1fr)}}.hero__service-card{cursor:pointer;background:#fff;border-radius:10px;flex-direction:column;align-items:center;gap:8px;padding:12px 8px;transition:all .3s;display:flex;box-shadow:0 3px 10px #00000014}.hero__service-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001f}.hero__service-icon{color:#fff;border-radius:10px;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.hero__service-icon svg{width:22px;height:22px}.hero__service-label{color:#495057;text-align:center;font-size:11px;font-weight:600;line-height:1.2}.hero__form-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0000001f}.hero__form-header{color:#fff;background:#e31e24;padding:15px 20px}.hero__form-header h3{color:#fff;margin:0;font-size:18px;font-weight:700}.hero__form-tabs{background:#f8f9fa;display:flex}.hero__form-tab{color:#6c757d;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;padding:12px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;transition:all .2s}.hero__form-tab--active{color:#e31e24;background:#fff;border-bottom-color:#e31e24}.hero__form-tab:hover:not(.hero__form-tab--active){background:#e9ecef}.hero__form{padding:20px}.hero__form-group{margin-bottom:12px}.hero__form-group input,.hero__form-group select{color:#343a40;background:#fff;border:1px solid #dee2e6;border-radius:8px;width:100%;padding:12px 15px;font-size:14px;transition:all .2s}.hero__form-group input:focus,.hero__form-group select:focus{border-color:#e31e24;box-shadow:0 0 0 3px #e31e241a}.hero__form-group input::placeholder,.hero__form-group select::placeholder{color:#adb5bd}.hero__form-group select{appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:1.2em 1.2em;padding-right:40px}.hero__form-row{gap:12px;display:flex}.hero__form-row .hero__form-group{flex:1}.hero__form-submit{color:#fff;cursor:pointer;background:#e31e24;border:none;border-radius:8px;width:100%;padding:14px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:700;transition:all .3s}.hero__form-submit:hover{background:#c0181d;transform:translateY(-2px)}.hero__form-disclaimer{color:#adb5bd;text-align:center;margin-top:12px;font-size:11px;line-height:1.4}.hero__cta-box{background:#e31e24;border-radius:12px;padding:15px 20px}.hero__cta-phone{color:#fff;align-items:center;gap:15px;display:flex}.hero__cta-icon{background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.hero__cta-icon svg{width:24px;height:24px}.hero__cta-text{flex-direction:column;display:flex}.hero__cta-number{color:#ffc107;letter-spacing:1px;font-size:26px;font-weight:800}.hero__cta-label{opacity:.9;font-size:13px}
.stats{background:#0a1628;padding:0}.stats__wrapper{display:flex}@media (max-width:768px){.stats__wrapper{flex-direction:column}}.stats__sidebar{background:#e31e24;flex-shrink:0;justify-content:center;align-items:center;width:120px;padding:20px;display:flex}@media (max-width:768px){.stats__sidebar{width:100%;padding:15px}}.stats__label-text{color:#fff;text-transform:uppercase;writing-mode:vertical-rl;letter-spacing:2px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:700;transform:rotate(180deg)}@media (max-width:768px){.stats__label-text{writing-mode:horizontal-tb;transform:none}}.stats__content{flex:1;padding:25px 30px}@media (max-width:768px){.stats__content{padding:20px 15px}}.stats__grid{flex-wrap:wrap;gap:0;display:flex}.stats__item{text-align:center;border-bottom:1px solid #ffffff1a;border-right:1px solid #ffffff1a;flex-direction:column;flex:1;justify-content:center;align-items:center;min-width:140px;padding:15px 20px;display:flex}@media (max-width:992px){.stats__item{min-width:120px;padding:12px 15px}}@media (max-width:576px){.stats__item{flex:none;min-width:calc(50% - 1px)}}.stats__item--highlight{background:#e31e2426}.stats__item:hover{background:#ffffff0d}.stats__number{color:#ffc107;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:22px;font-weight:800;line-height:1.2}@media (max-width:768px){.stats__number{font-size:18px}}.stats__label{color:#ffffffbf;text-transform:uppercase;letter-spacing:.3px;margin-top:4px;font-size:11px;font-weight:500}@media (max-width:768px){.stats__label{font-size:10px}}
.services{background:#fff;padding:60px 0}.services__header{flex-direction:column;align-items:center;margin-bottom:30px;display:flex}.services__tabs{background:#e9ecef;border-radius:30px;gap:0;margin-top:20px;padding:4px;display:flex}.services__tab{color:#6c757d;cursor:pointer;background:0 0;border:none;border-radius:25px;padding:12px 40px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;transition:all .3s}.services__tab--active{color:#fff;background:#e31e24;box-shadow:0 4px 15px #e31e244d}.services__tab:hover:not(.services__tab--active){color:#343a40}.services__intro{text-align:center;color:#6c757d;max-width:900px;margin:0 auto 40px;font-size:15px;line-height:1.8}.services__grid{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}@media (max-width:992px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.services__grid{grid-template-columns:1fr}}.services__card{background:#fff;border:1px solid #e9ecef;border-radius:16px;flex-direction:column;padding:30px 25px;transition:all .3s;display:flex;box-shadow:0 5px 25px #00000014}.services__card:hover{border-color:#0000;transform:translateY(-8px);box-shadow:0 15px 40px #0000001f}.services__card:hover .services__card-icon{color:#fff;background:#e31e24;transform:scale(1.05)}.services__card-icon{color:#e31e24;background:#e31e241a;border-radius:16px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:20px;transition:all .3s;display:flex}.services__card-title{color:#e31e24;margin-bottom:12px;font-size:20px;font-weight:700}.services__card-description{color:#6c757d;flex:1;margin-bottom:20px;font-size:14px;line-height:1.7}.services__card-features{margin-bottom:20px}.services__card-features li{color:#495057;align-items:center;gap:10px;padding:6px 0;font-size:13px;display:flex}.services__card-features li svg{color:#4caf50;flex-shrink:0}.services__card-link{color:#e31e24;align-items:center;gap:8px;margin-top:auto;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;transition:all .3s;display:inline-flex}.services__card-link:hover{gap:12px}
.why-choose-us{background:#fff;padding:60px 0}.why-choose-us__content{align-items:center;gap:50px;display:flex}@media (max-width:992px){.why-choose-us__content{flex-direction:column;gap:40px}}.why-choose-us__left{flex:1}.why-choose-us__subtitle{color:#e31e24;text-transform:uppercase;letter-spacing:2px;margin-bottom:10px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;display:inline-block}.why-choose-us__title{color:#1a237e;margin-bottom:20px;font-size:36px;line-height:1.2}.why-choose-us__title span{color:#e31e24}@media (max-width:768px){.why-choose-us__title{font-size:28px}}.why-choose-us__description{color:#6c757d;margin-bottom:30px;font-size:15px;line-height:1.8}.why-choose-us__grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (max-width:576px){.why-choose-us__grid{grid-template-columns:1fr}}.why-choose-us__item{background:#f8f9fa;border-radius:12px;gap:15px;padding:20px;transition:all .3s;display:flex}.why-choose-us__item:hover{background:#fff;transform:translate(5px);box-shadow:0 10px 30px #0000001a}.why-choose-us__item:hover .why-choose-us__item-icon{color:#fff;background:#e31e24}.why-choose-us__item-icon{color:#e31e24;background:#e31e241a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex}.why-choose-us__item-content h4{color:#e31e24;margin-bottom:5px;font-size:16px;font-weight:700}.why-choose-us__item-content p{color:#6c757d;font-size:13px;line-height:1.5}.why-choose-us__right{flex-shrink:0;width:420px}@media (max-width:992px){.why-choose-us__right{width:100%;max-width:420px}}.why-choose-us__image-card{background:linear-gradient(135deg,#e31e24 0%,#0d1452 100%);border-radius:20px;padding:50px;position:relative;overflow:hidden}.why-choose-us__image-placeholder{color:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:280px;display:flex}.why-choose-us__truck-icon{opacity:.3;margin-bottom:20px}.why-choose-us__image-text{text-align:center}.why-choose-us__image-text span{color:#fff;letter-spacing:2px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:800;display:block}.why-choose-us__image-text small{color:#ffffffb3;text-transform:uppercase;letter-spacing:3px;font-size:12px}.why-choose-us__badge{color:#fff;background:#e31e24;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:110px;height:110px;display:flex;position:absolute;bottom:-15px;right:-15px;box-shadow:0 10px 30px #e31e2466}.why-choose-us__badge-number{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:800;line-height:1}.why-choose-us__badge-text{text-align:center;opacity:.9;font-size:10px;line-height:1.2}
.testimonials{color:#fff;background:linear-gradient(135deg,#e31e24 0%,#82050b 100%);padding:60px 0}.testimonials__header{text-align:center;margin-bottom:40px}.testimonials__subtitle{color:#ffc107;text-transform:uppercase;letter-spacing:2px;margin-bottom:10px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;display:inline-block}.testimonials .section-title{color:#fff}.testimonials .section-subtitle{color:#fffc}.testimonials__wrapper{align-items:center;gap:20px;display:flex;position:relative}@media (max-width:768px){.testimonials__wrapper{gap:10px}}.testimonials__nav{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex}.testimonials__nav:hover{background:#e31e24;transform:scale(1.1)}@media (max-width:768px){.testimonials__nav{width:40px;height:40px}}.testimonials__cards{flex:1;justify-content:center;display:flex;overflow:hidden}.testimonials__card{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:20px;flex-direction:column;align-items:center;max-width:700px;padding:40px;display:none}.testimonials__card--active{animation:.5s fadeIn;display:flex}.testimonials__quote{color:#e31e24;opacity:.5;margin-bottom:20px}.testimonials__text{color:#fffffff2;margin-bottom:25px;font-size:18px;font-style:italic;line-height:1.8}@media (max-width:768px){.testimonials__text{font-size:15px}}.testimonials__rating{color:#ffc107;gap:4px;margin-bottom:20px;display:flex}.testimonials__author{align-items:center;gap:15px;display:flex}.testimonials__avatar{color:#fff;background:#e31e24;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:700;display:flex}.testimonials__author-info{text-align:left}.testimonials__author-info h4{color:#fff;margin-bottom:4px;font-size:18px}.testimonials__author-info p{color:#fffc;margin-bottom:2px;font-size:14px}.testimonials__author-info span{color:#fff9;font-size:12px}.testimonials__dots{justify-content:center;gap:10px;margin-top:30px;display:flex}.testimonials__dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:12px;height:12px;transition:all .3s}.testimonials__dot--active{background:#e31e24;transform:scale(1.3)}.testimonials__dot:hover:not(.testimonials__dot--active){background:#ffffff80}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.partners{background:#fff;padding:60px 0}.partners__content{gap:50px;display:flex}@media (max-width:992px){.partners__content{flex-direction:column}}.partners__trusted{flex:2}.partners__subtitle{color:#e31e24;text-transform:uppercase;letter-spacing:2px;margin-bottom:10px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;display:inline-block}.partners__title{color:#1a237e;margin-bottom:15px;font-size:32px}@media (max-width:768px){.partners__title{font-size:26px}}.partners__description{color:#6c757d;margin-bottom:30px;font-size:15px}.partners__grid{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}@media (max-width:768px){.partners__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:576px){.partners__grid{grid-template-columns:repeat(2,1fr)}}.partners__item{background:#f8f9fa;border-radius:10px;justify-content:center;align-items:center;padding:20px 15px;transition:all .3s;display:flex}.partners__item span{color:#495057;text-align:center;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600}.partners__item:hover{background:#fff;transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.partners__item:hover span{color:#1a237e}.partners__awards{background:linear-gradient(135deg,#f8fafc 0%,#f8f9fa 100%);border-radius:20px;flex:1;padding:30px}@media (max-width:992px){.partners__awards{max-width:400px}}.partners__awards-title{color:#1a237e;margin-bottom:20px;font-size:20px}.partners__awards-list{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.partners__award{background:#fff;border-radius:12px;align-items:center;gap:15px;padding:15px;transition:all .3s;display:flex}.partners__award:hover{transform:translate(5px);box-shadow:0 5px 20px #00000014}.partners__award-icon{color:#fff;background:linear-gradient(135deg,#ffc107 0%,#e6a800 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.partners__award-content h4{color:#343a40;margin:0;font-size:14px}.partners__award-year{color:#e31e24;font-size:12px;font-weight:600}.partners__btn{justify-content:center;align-items:center;gap:8px;width:100%;display:flex}
.header{z-index:1020;background:#fff;position:sticky;top:0;box-shadow:0 2px 10px #0000001a}.header__content{justify-content:space-between;align-items:center;gap:1.5rem;padding:12px 0;display:flex}.header__logo{flex-shrink:0}.header__logo a{align-items:center;display:flex}.header__logo-wrapper{align-items:center;gap:10px;display:flex}.header__logo-icon{width:50px;height:50px}@media (max-width:768px){.header__logo-icon,.header__logo-icon svg{width:40px;height:40px}}.header__logo-text-wrapper{flex-direction:column;display:flex}.header__logo-text{color:#e31e24;letter-spacing:-.5px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:800;line-height:1}@media (max-width:768px){.header__logo-text{font-size:18px}}.header__logo-subtext{color:#1a237e;text-transform:uppercase;letter-spacing:.5px;margin-top:2px;font-size:10px;font-weight:600}@media (max-width:768px){.header__logo-subtext{font-size:8px}}.header__nav{flex:1;justify-content:center;display:flex}@media (max-width:992px){.header__nav{z-index:1050;background:#fff;flex-direction:column;justify-content:flex-start;width:80%;max-width:320px;height:100vh;padding:80px 20px 30px;transition:left .3s;position:fixed;top:0;left:-100%;overflow-y:auto;box-shadow:0 20px 25px #00000026}.header__nav--open{left:0}}.header__menu{align-items:center;gap:0;display:flex}@media (max-width:992px){.header__menu{flex-direction:column;align-items:flex-start;gap:0;width:100%}}.header__menu-item{position:relative}@media (max-width:992px){.header__menu-item{border-bottom:1px solid #e9ecef;width:100%}}.header__menu-item--has-dropdown .header__menu-link{align-items:center;gap:4px;display:flex}.header__menu-item--has-dropdown .header__menu-link svg{transition:transform .15s}.header__menu-item--has-dropdown:hover .header__menu-link svg{transform:rotate(180deg)}.header__menu-link{color:#343a40;white-space:nowrap;padding:10px 14px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;transition:color .15s;display:block;position:relative}.header__menu-link:after{content:"";background:#e31e24;height:2px;transition:transform .15s;position:absolute;bottom:0;left:14px;right:14px;transform:scaleX(0)}.header__menu-link:hover{color:#e31e24}.header__menu-link:hover:after{transform:scaleX(1)}@media (max-width:992px){.header__menu-link{width:100%;padding:14px 0}.header__menu-link:after{display:none}}.header__dropdown{opacity:1;visibility:visible;z-index:1000;background:#fff;border-top:3px solid #e31e24;border-radius:0 0 8px 8px;min-width:240px;padding:8px 0;position:absolute;top:100%;left:0;box-shadow:0 10px 40px #00000026}@media (max-width:992px){.header__dropdown{box-shadow:none;border-top:none;border-radius:0;padding:0 0 0 20px;position:static}}.header__dropdown li a{color:#495057;border-left:3px solid #0000;padding:10px 20px;font-size:13px;transition:all .15s;display:block}.header__dropdown li a:hover{color:#e31e24;background:#f8f9fa;border-left-color:#e31e24;padding-left:25px}.header__actions{align-items:center;gap:16px;display:flex}@media (max-width:992px){.header__actions{display:none}}.header__phone{border-radius:8px;align-items:center;gap:10px;padding:8px 12px;transition:background .15s;display:flex}.header__phone:hover{background:#f8f9fa}.header__phone-icon{color:#e31e24;background:#e31e241a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.header__phone-text{flex-direction:column;display:flex}.header__phone-text span{color:#6c757d;text-transform:uppercase;letter-spacing:.5px;font-size:11px}.header__phone-text strong{color:#1a237e;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:700}.header__cta{border-radius:6px;padding:10px 20px;font-size:14px}@media (max-width:1200px){.header__cta{display:none}}.header__hamburger{cursor:pointer;z-index:1051;background:#f8f9fa;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;display:none}@media (max-width:992px){.header__hamburger{display:flex}}.header__hamburger span{background:#343a40;border-radius:2px;width:22px;height:2px;margin:3px 0;transition:all .3s;display:block}.header__hamburger--active span:first-child{transform:rotate(45deg)translate(5px,5px)}.header__hamburger--active span:nth-child(2){opacity:0}.header__hamburger--active span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}
.topbar{color:#fff;background:#e31e24;padding:8px 0;font-size:13px}.topbar__content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}@media (max-width:768px){.topbar__left{display:none}}.topbar__iso{align-items:center;gap:8px;display:flex}.topbar__iso-badge{color:#fff;letter-spacing:1px;background:#e31e24;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:700}.topbar__iso-text{opacity:.9;font-size:12px}.topbar__right{align-items:center;gap:2rem;margin-left:auto;display:flex}@media (max-width:768px){.topbar__right{justify-content:center;width:100%}}.topbar__contact{align-items:center;gap:8px;display:flex}@media (max-width:576px){.topbar__contact{flex-direction:column;gap:.5rem}}.topbar__divider{opacity:.5}@media (max-width:576px){.topbar__divider{display:none}}.topbar__link{color:#fff;align-items:center;gap:6px;font-size:12px;transition:opacity .15s;display:flex}.topbar__link:hover{opacity:.8}.topbar__link--phone{color:#ffc107;font-weight:600}.topbar__social{border-left:1px solid #fff3;align-items:center;gap:6px;padding-left:16px;display:flex}@media (max-width:576px){.topbar__social{display:none}}.topbar__social-link{color:#fff;background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:all .15s;display:flex}.topbar__social-link:hover{background:#e31e24;transform:scale(1.1)}
#city-page-sec{padding:40px 0;font-family:Poppins,sans-serif}#city-page-sec .container{width:min(1150px,92%);margin:auto}#city-page-sec .content{background:#fff;border-radius:20px;padding:30px}#city-page-sec .content .box{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;gap:30px;margin-bottom:30px;padding-bottom:25px;display:flex}#city-page-sec .content .box .text-area{flex:1}#city-page-sec .content .box .text-area h1{color:#111;font-size:34px;font-weight:700}#city-page-sec .content .box .text-area .city-name{color:#e31e24;margin:8px 0;font-size:22px;font-weight:600}#city-page-sec .content .box .text-area .address{color:#777;margin-bottom:10px;font-size:14px;display:block}#city-page-sec .content .box .text-area h2{color:#e31e24;margin:15px 0;font-size:18px}#city-page-sec .content .box .text-area .redirect-link{color:#fff;background:linear-gradient(135deg,#e31e24,#ff6b6b);border-radius:30px;padding:12px 22px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}#city-page-sec .content .box .text-area .redirect-link:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026}#city-page-sec .content .box img{object-fit:cover;border-radius:18px;width:100%;max-width:380px;box-shadow:0 10px 25px #0000001a}#city-page-sec .content h2{color:#111;margin-top:25px;font-size:24px}#city-page-sec .content h3{color:#222;margin-top:18px;font-size:18px}#city-page-sec .content p{color:#555;margin-top:10px;line-height:1.7}#city-page-sec .content ul,#city-page-sec .content ol{margin-top:10px;margin-left:20px}#city-page-sec .content ul li,#city-page-sec .content ol li{color:#444;margin-bottom:8px;line-height:1.6}#city-page-sec .content .img-bx{text-align:center;margin:25px 0}#city-page-sec .content .img-bx .chargesImg{border-radius:15px;width:100%;max-width:600px;box-shadow:0 8px 25px #0000001a}#city-page-sec #faq-section{margin-top:40px}#city-page-sec #faq-section .faq-container{max-width:800px;margin:auto}#city-page-sec #faq-section .faq-item{background:#fff;border-radius:12px;margin-bottom:12px;padding:15px;box-shadow:0 4px 15px #0000000d}#city-page-sec #faq-section .faq-item .faq-question{cursor:pointer;background:0 0;border:none;justify-content:space-between;width:100%;font-size:15px;font-weight:600;display:flex}#city-page-sec #faq-section .faq-item .faq-question .icon{color:#e31e24;font-size:20px}#city-page-sec #faq-section .faq-item .faq-answer{opacity:0;max-height:0;transition:all .3s;overflow:hidden}#city-page-sec #faq-section .faq-item .faq-answer p{color:#555;margin-top:10px}#city-page-sec #faq-section .faq-item.active .faq-answer{opacity:1;max-height:200px}#city-page-sec .call-btn{color:#fff;background:#e31e24;border-radius:50px;padding:14px 18px;text-decoration:none;position:fixed;bottom:20px;right:20px;box-shadow:0 8px 20px #0003}@media (max-width:768px){#city-page-sec .content{padding:20px}#city-page-sec .content .box{text-align:center;flex-direction:column}#city-page-sec .content .box img{max-width:100%}}@media (max-width:500px){#city-page-sec .content h1{font-size:24px}#city-page-sec .content h2{font-size:20px}}
.footer{color:#fff;background:#0a1628}.footer__top{background:#e31e24;padding:25px 0}.footer__cta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:30px;display:flex}@media (max-width:768px){.footer__cta{text-align:center;flex-direction:column}}.footer__cta-content h3{color:#fff;margin-bottom:5px;font-size:24px}.footer__cta-content p{color:#ffffffe6;font-size:15px}.footer__cta-actions{flex-wrap:wrap;gap:15px;display:flex}@media (max-width:576px){.footer__cta-actions{flex-direction:column;width:100%}}.footer__cta-actions .btn{align-items:center;gap:8px;display:flex}.footer__main{padding:60px 0}.footer__grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;display:grid}@media (max-width:992px){.footer__grid{grid-template-columns:1fr 1fr}}@media (max-width:576px){.footer__grid{grid-template-columns:1fr}}.footer__brand{padding-right:30px}@media (max-width:992px){.footer__brand{grid-column:span 2}}@media (max-width:576px){.footer__brand{grid-column:span 1}}.footer__logo{flex-direction:column;margin-bottom:15px;display:flex}.footer__logo-text{color:#e31e24;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:26px;font-weight:800;line-height:1}.footer__logo-subtext{color:#ffffffb3;text-transform:uppercase;letter-spacing:1px;margin-top:3px;font-size:11px}.footer__tagline{color:#fffc;margin-bottom:15px;font-size:14px;line-height:1.7}.footer__certifications{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.footer__certifications span{color:#fffc;background:#ffffff1a;border-radius:5px;padding:5px 10px;font-size:11px;display:inline-block}.footer__social{gap:10px;display:flex}.footer__social a{color:#fff;background:#ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s;display:flex}.footer__social a:hover{background:#e31e24;transform:translateY(-3px)}.footer__links h4{color:#fff;margin-bottom:20px;padding-bottom:10px;font-size:17px;position:relative}.footer__links h4:after{content:"";background:#e31e24;width:40px;height:2px;position:absolute;bottom:0;left:0}.footer__links ul li{margin-bottom:10px}.footer__links ul li a{color:#ffffffb3;align-items:center;font-size:14px;transition:all .3s;display:inline-flex}.footer__links ul li a:hover{color:#e31e24;padding-left:8px}.footer__links ul li a:before{content:"";background:#e31e24;width:0;height:2px;margin-right:0;transition:all .3s}.footer__links ul li a:hover:before{width:10px;margin-right:8px}.footer__contact h4{color:#fff;margin-bottom:20px;padding-bottom:10px;font-size:17px;position:relative}.footer__contact h4:after{content:"";background:#e31e24;width:40px;height:2px;position:absolute;bottom:0;left:0}.footer__contact-item{gap:15px;margin-bottom:20px;display:flex}.footer__contact-item svg{color:#e31e24;flex-shrink:0;margin-top:3px}.footer__contact-item strong{color:#fff;margin-bottom:4px;font-size:14px;display:block}.footer__contact-item p{color:#ffffffb3;font-size:13px;line-height:1.5}.footer__locations{border-top:1px solid #ffffff1a;margin-top:40px;padding-top:40px}.footer__locations h4{color:#fff;margin-bottom:15px;font-size:15px}.footer__locations-list{flex-wrap:wrap;gap:10px;display:flex}.footer__locations-list a{color:#ffffffb3;background:#ffffff0d;border-radius:5px;padding:6px 14px;font-size:13px;transition:all .3s}.footer__locations-list a:hover{color:#fff;background:#e31e24}.footer__locations-more{font-weight:600;color:#e31e24!important;background:#e31e2433!important}.footer__bottom{background:#061020;border-top:1px solid #ffffff1a;padding:20px 0}.footer__bottom-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;display:flex}@media (max-width:768px){.footer__bottom-content{text-align:center;flex-direction:column}}.footer__bottom-content p{color:#fff9;font-size:13px}.footer__bottom-links{gap:25px;display:flex}.footer__bottom-links a{color:#fff9;font-size:13px;transition:color .3s}.footer__bottom-links a:hover{color:#e31e24}
a{color:inherit;text-decoration:none;transition:color .15s}ul{list-style:none}img{max-width:100%}.container{max-width:1160px;margin:0 auto;padding:0 24px}.section-tag{color:#b8232a;margin-bottom:12px;font-size:.8rem;font-weight:600;display:inline-block}.section-title{color:#1c1d21;margin-bottom:12px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:clamp(1.4rem,2.6vw,1.9rem);font-weight:700;line-height:1.3}.section-desc{color:#6b6e78;max-width:560px;font-size:.95rem}.section-header{text-align:left;margin-bottom:40px}.btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:3px;align-items:center;gap:8px;padding:12px 24px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:.9rem;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.btn--primary{color:#fff;background:#b8232a}.btn--primary:hover{background:#8f1a1f}.btn--outline{color:#1c1d21;background:0 0;border-color:#e4e4e7}.btn--outline:hover{color:#b8232a;border-color:#b8232a}.btn--ghost{color:#1c1d21;background:0 0;border-color:#e4e4e7}.btn--ghost:hover{color:#b8232a;border-color:#b8232a}.btn--full{justify-content:center;width:100%}.fade-in{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(12px)}.fade-in.visible{opacity:1;transform:translateY(0)}.car-carriers-page .hero{border-bottom:1px solid #e4e4e7;grid-template-columns:1fr 1fr;align-items:center;gap:48px;padding:72px max(24px,50% - 580px) 64px;display:grid}.car-carriers-page .hero__bg-shapes{display:none}.car-carriers-page .hero__content{flex-direction:column;gap:18px;display:flex}.car-carriers-page .hero__badge{color:#b8232a;align-items:center;width:fit-content;font-size:.8rem;font-weight:600;display:inline-flex}.car-carriers-page .hero__badge:before{content:"";background:#b8232a;border-radius:50%;width:5px;height:5px;margin-right:8px}.car-carriers-page .hero__title{letter-spacing:-.01em;flex-direction:column;gap:2px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:clamp(2rem,3.6vw,2.8rem);font-weight:700;line-height:1.15;display:flex}.car-carriers-page .hero__title-line{color:#1c1d21}.car-carriers-page .hero__title-accent{color:#b8232a}.car-carriers-page .hero__subtitle{color:#6b6e78;max-width:460px;font-size:1rem;line-height:1.7}.car-carriers-page .hero__subtitle strong{color:#1c1d21;font-weight:600}.car-carriers-page .hero__actions{flex-wrap:wrap;gap:12px;margin-top:4px;display:flex}.car-carriers-page .hero__stats{border-top:1px solid #e4e4e7;align-items:center;gap:24px;margin-top:20px;padding-top:20px;display:flex}.car-carriers-page .hero__stat{flex-direction:column;gap:2px;display:flex}.car-carriers-page .hero__stat-num{color:#1c1d21;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;font-weight:700;line-height:1}.car-carriers-page .hero__stat-label{color:#6b6e78;font-size:.72rem}.car-carriers-page .hero__stat-divider{background:#e4e4e7;width:1px;height:32px}.car-carriers-page .hero__visual{justify-content:center;align-items:center;display:flex}.car-carriers-page .hero__truck-wrap{width:100%;max-width:480px}.car-carriers-page .hero__truck-svg{width:100%;height:auto}@media (max-width:768px){.car-carriers-page .hero{text-align:left;grid-template-columns:1fr;padding-top:56px}.car-carriers-page .hero__subtitle{max-width:100%}.car-carriers-page .hero__visual{order:-1}.car-carriers-page .hero__truck-wrap{max-width:320px}}.car-carriers-page .about{border-bottom:1px solid #e4e4e7;padding:72px 0}.car-carriers-page .about__grid{grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid}.car-carriers-page .about__content p{color:#6b6e78;margin-bottom:16px;font-size:.95rem;line-height:1.75}.car-carriers-page .about__content p strong{color:#1c1d21;font-weight:600}.car-carriers-page .about__trust{flex-direction:column;gap:10px;margin-top:24px;display:flex}.car-carriers-page .about__trust-item{color:#33353c;align-items:center;gap:10px;font-size:.88rem;display:flex}.car-carriers-page .about__trust-item:before{content:"";background:#b8232a;border-radius:50%;flex-shrink:0;width:5px;height:5px}.car-carriers-page .about__trust-icon{display:none}.car-carriers-page .about__visual{background:#e4e4e7;border:1px solid #e4e4e7;grid-template-rows:auto auto;grid-template-columns:1fr 1fr;gap:1px;display:grid}.car-carriers-page .about__card{background:#fff;padding:24px 22px}.car-carriers-page .about__card-icon{display:none}.car-carriers-page .about__card h3{color:#1c1d21;margin-bottom:6px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:700}.car-carriers-page .about__card p{color:#6b6e78;font-size:.82rem}.car-carriers-page .about__card--main{grid-column:1/-1}@media (max-width:768px){.car-carriers-page .about__grid{grid-template-columns:1fr;gap:36px}}.car-carriers-page .services{border-bottom:1px solid #e4e4e7;padding:72px 0}.car-carriers-page .services__grid{background:#e4e4e7;border:1px solid #e4e4e7;grid-template-columns:repeat(3,1fr);gap:1px;display:grid}@media (max-width:900px){.car-carriers-page .services__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:580px){.car-carriers-page .services__grid{grid-template-columns:1fr}}.car-carriers-page .services__card{background:#fff;padding:26px 24px}.car-carriers-page .services__card-icon{display:none}.car-carriers-page .services__card-title{color:#1c1d21;margin-bottom:8px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:700}.car-carriers-page .services__card-desc{color:#6b6e78;font-size:.86rem;line-height:1.65}.car-carriers-page .safety-banner{border-bottom:1px solid #e4e4e7;padding:44px 0}.car-carriers-page .safety-banner__inner{align-items:center;gap:28px;display:flex}.car-carriers-page .safety-banner__icon{display:none}.car-carriers-page .safety-banner__text{flex:1}.car-carriers-page .safety-banner__text h3{color:#1c1d21;margin-bottom:6px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:clamp(1rem,2vw,1.2rem);font-weight:700}.car-carriers-page .safety-banner__text p{color:#6b6e78;font-size:.9rem}.car-carriers-page .safety-banner__badge{color:#b8232a;border:1px solid #b8232a;border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.car-carriers-page .safety-banner__badge span{text-transform:uppercase;letter-spacing:.04em;font-size:.6rem;font-weight:500}.car-carriers-page .safety-banner__badge strong{font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:700;line-height:1}@media (max-width:600px){.car-carriers-page .safety-banner__inner{flex-wrap:wrap}.car-carriers-page .safety-banner__badge{display:none}}.car-carriers-page .carrier-types{border-bottom:1px solid #e4e4e7;padding:72px 0}.car-carriers-page .carrier-types__list{flex-direction:column;display:flex}.car-carriers-page .carrier-types__item{border-bottom:1px solid #e4e4e7;align-items:center;gap:32px;padding:26px 0;display:flex}.car-carriers-page .carrier-types__item:last-child{border-bottom:none}.car-carriers-page .carrier-types__num{color:#b8232a;flex-shrink:0;width:56px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:1.6rem;font-weight:700;line-height:1}.car-carriers-page .carrier-types__content h3{color:#1c1d21;margin-bottom:6px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:1.05rem;font-weight:700}.car-carriers-page .carrier-types__content p{color:#6b6e78;font-size:.9rem}.car-carriers-page .clients{border-bottom:1px solid #e4e4e7;padding:56px 0;overflow:hidden}.car-carriers-page .clients__ticker{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.car-carriers-page .clients__track{gap:12px;width:max-content;animation:20s linear infinite ticker;display:flex}.car-carriers-page .clients__badge{color:#6b6e78;white-space:nowrap;border:1px solid #e4e4e7;border-radius:3px;flex-shrink:0;align-items:center;padding:10px 22px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:.9rem;font-weight:600;display:inline-flex}.car-carriers-page .quote{padding:72px 0}.car-carriers-page .quote__grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:56px;display:grid}.car-carriers-page .quote__info p{color:#6b6e78;margin-bottom:24px;font-size:.95rem;line-height:1.75}.car-carriers-page .quote__contact{flex-direction:column;gap:6px;display:flex}.car-carriers-page .quote__phone{color:#1c1d21;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:1.2rem;font-weight:700;transition:color .15s}.car-carriers-page .quote__phone:hover{color:#b8232a}.car-carriers-page .quote__hours{color:#6b6e78;font-size:.8rem}.car-carriers-page .quote__form{background:#fafafa;border:1px solid #e4e4e7;border-radius:6px;flex-direction:column;gap:12px;padding:32px;display:flex}@media (max-width:768px){.car-carriers-page .quote__grid{grid-template-columns:1fr;gap:36px}.car-carriers-page .quote__form{padding:22px 18px}}.car-carriers-page .form-group{width:100%}.car-carriers-page .form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:480px){.car-carriers-page .form-row{grid-template-columns:1fr}}.car-carriers-page .form-input{color:#1c1d21;appearance:none;background:#fff;border:1px solid #e4e4e7;border-radius:3px;outline:none;width:100%;padding:11px 14px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:.88rem;transition:border-color .15s}.car-carriers-page .form-input::placeholder{color:#6b6e78}.car-carriers-page .form-input:focus{border-color:#b8232a}.car-carriers-page .form-input option{color:#1c1d21;background:#fff}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}
.im-page{color:#1c1d21;-webkit-font-smoothing:antialiased;background:#fff;font-family:Inter,Helvetica Neue,Arial,sans-serif}.im-page *,.im-page :before,.im-page :after{box-sizing:border-box}.im-page .im-container{max-width:1160px;margin:0 auto;padding:0 24px}@media (max-width:640px){.im-page .im-container{padding:0 16px}}.im-page .im-label{color:#b8232a;margin-bottom:10px;font-size:.8rem;font-weight:600;display:inline-block}.im-page .im-label--center{text-align:left;display:block}.im-page .im-section{border-top:1px solid #e4e4e7;padding:72px 0}.im-page .im-section__title{color:#1c1d21;text-align:left;margin-bottom:10px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:clamp(1.4rem,2.6vw,1.9rem);font-weight:700;line-height:1.3}.im-page .im-section__sub{text-align:left;color:#6b6e78;max-width:640px;margin:0 0 40px;font-size:.96rem;line-height:1.65}.im-page .im-btn{cursor:pointer;border:1px solid #0000;border-radius:3px;align-items:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.im-page .im-btn--primary{color:#fff;background:#b8232a}.im-page .im-btn--primary:hover{background:#8f1a1f}.im-page .im-btn--ghost{color:#1c1d21;background:0 0;border-color:#e4e4e7}.im-page .im-btn--ghost:hover{color:#b8232a;border-color:#b8232a}.im-page .im-btn--white{color:#1c1d21;background:#fff;border-color:#e4e4e7}.im-page .im-btn--white:hover{color:#b8232a;border-color:#b8232a}.im-page .im-btn--full{justify-content:center;width:100%}.im-page .im-hero{background:#fff;border-bottom:1px solid #e4e4e7;padding:64px max(24px,50% - 580px) 0;position:relative}.im-page .im-hero__overlay{display:none}.im-page .im-hero__content{max-width:620px;padding-bottom:40px;position:relative}.im-page .im-hero__eyebrow{color:#b8232a;margin-bottom:18px;font-size:.8rem;font-weight:600;display:inline-block}.im-page .im-hero__title{color:#1c1d21;letter-spacing:-.01em;margin-bottom:18px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:clamp(2rem,3.6vw,2.7rem);font-weight:700;line-height:1.18}.im-page .im-hero__title em{color:#b8232a;font-style:normal}.im-page .im-hero__sub{color:#6b6e78;max-width:480px;margin-bottom:28px;font-size:1rem;line-height:1.7}.im-page .im-hero__ctas{flex-wrap:wrap;gap:12px;margin-bottom:40px;display:flex}.im-page .im-hero__stats{border-top:1px solid #e4e4e7;display:flex}@media (max-width:640px){.im-page .im-hero__stats{flex-wrap:wrap}}.im-page .im-hero__stat{text-align:left;border-right:1px solid #e4e4e7;flex:1;padding:20px 20px 20px 0}.im-page .im-hero__stat:last-child{border-right:none;padding-right:0}.im-page .im-hero__stat strong{color:#1c1d21;margin-bottom:4px;font-size:clamp(1.3rem,2.4vw,1.7rem);font-weight:700;line-height:1;display:block}.im-page .im-hero__stat span{color:#6b6e78;letter-spacing:.02em;font-size:.72rem}@media (max-width:640px){.im-page .im-hero__stat{min-width:50%;padding-left:0}}.im-page .im-breadcrumb{color:#6b6e78;border-bottom:1px solid #e4e4e7;align-items:center;gap:8px;padding:12px 24px;font-size:.8rem;display:flex}.im-page .im-breadcrumb a{color:#6b6e78;text-decoration:none}.im-page .im-breadcrumb a:hover{color:#b8232a}.im-page .im-intro{background:#fff}.im-page .im-intro__grid{grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid}@media (max-width:768px){.im-page .im-intro__grid{grid-template-columns:1fr;gap:36px}}.im-page .im-intro__text h2{color:#1c1d21;margin-bottom:18px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:clamp(1.4rem,2.6vw,1.9rem);font-weight:700;line-height:1.3}.im-page .im-intro__text p{color:#6b6e78;margin-bottom:16px;font-size:.95rem;line-height:1.75}.im-page .im-intro__badges{flex-direction:column;gap:8px;margin-top:20px;display:flex}.im-page .im-intro__img-card{aspect-ratio:4/3;background:#fafafa;border:1px solid #e4e4e7;border-radius:6px;justify-content:center;align-items:center;display:flex;overflow:hidden}.im-page .im-intro__img-placeholder{text-align:center;color:#6b6e78}.im-page .im-intro__img-placeholder p{color:#1c1d21;font-size:.9rem;font-weight:600}.im-page .im-intro__img-sub{margin-top:6px;color:#6b6e78!important;font-size:.78rem!important;font-weight:400!important}.im-page .im-globe-icon{display:none}.im-page .im-badge{color:#1c1d21;align-items:center;font-size:.85rem;font-weight:500;display:inline-flex}.im-page .im-badge:before{content:"";background:#b8232a;border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-right:8px}.im-page .im-transport{background:#fff}.im-page .im-transport__grid{background:#e4e4e7;border:1px solid #e4e4e7;grid-template-columns:repeat(3,1fr);gap:1px;display:grid}@media (max-width:768px){.im-page .im-transport__grid{grid-template-columns:1fr}}.im-page .im-transport__card{background:#fff;padding:26px 24px}.im-page .im-transport__card--blue .im-transport__icon,.im-page .im-transport__card--green .im-transport__icon,.im-page .im-transport__card--orange .im-transport__icon{display:none}.im-page .im-transport__card h3{color:#1c1d21;margin-bottom:8px;font-size:1rem;font-weight:700}.im-page .im-transport__card p{color:#6b6e78;margin-bottom:14px;font-size:.87rem;line-height:1.6}.im-page .im-transport__icon{display:none}.im-page .im-transport__detail{color:#6b6e78;background:#fafafa;border-radius:3px;padding:10px 12px;font-size:.76rem;line-height:1.6}.im-page .im-packaging{background:#fff}.im-page .im-packaging__grid{grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid}@media (max-width:768px){.im-page .im-packaging__grid{grid-template-columns:1fr;gap:36px}}.im-page .im-packaging__text h2{color:#1c1d21;margin-bottom:18px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:clamp(1.3rem,2.4vw,1.7rem);font-weight:700;line-height:1.3}.im-page .im-packaging__text p{color:#6b6e78;margin-bottom:16px;font-size:.95rem;line-height:1.75}.im-page .im-packaging__img-card{background:#fafafa;border:1px solid #e4e4e7;border-radius:6px;padding:28px}.im-page .im-packaging__materials h4{color:#1c1d21;border-bottom:1px solid #e4e4e7;margin-bottom:16px;padding-bottom:10px;font-size:.85rem;font-weight:700}.im-page .im-packaging__mat-item{color:#33353c;border-bottom:1px solid #e4e4e7;align-items:center;gap:10px;padding:9px 0;font-size:.86rem;display:flex}.im-page .im-packaging__mat-item:last-child{border-bottom:none}.im-page .im-check{color:#b8232a;font-size:.9rem;font-weight:700}.im-page .im-network{background:#fff}.im-page .im-network__offices{background:#e4e4e7;border:1px solid #e4e4e7;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1px;display:grid}.im-page .im-network__office{background:#fff;align-items:flex-start;gap:12px;padding:18px;text-decoration:none;transition:background .15s;display:flex}.im-page .im-network__office:hover{background:#fbeceb}.im-page .im-network__office strong{color:#1c1d21;margin-bottom:4px;font-size:.9rem;display:block}.im-page .im-network__office p{color:#6b6e78;font-size:.76rem;line-height:1.5}.im-page .im-network__flag{display:none}.im-page .im-countries{background:#fff}.im-page .im-countries__grid{flex-wrap:wrap;gap:8px;display:flex}.im-page .im-countries__item{color:#1c1d21;cursor:default;background:#fff;border:1px solid #e4e4e7;border-radius:3px;padding:7px 14px;font-size:.82rem;font-weight:500;transition:border-color .15s,color .15s}.im-page .im-countries__item:hover{color:#b8232a;border-color:#b8232a}.im-page .im-quote{background:#fff}.im-page .im-quote__wrapper{grid-template-columns:1fr 1.3fr;align-items:flex-start;gap:56px;display:grid}@media (max-width:900px){.im-page .im-quote__wrapper{grid-template-columns:1fr;gap:36px}}.im-page .im-quote__info h2{color:#1c1d21;margin-bottom:14px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:clamp(1.4rem,2.6vw,1.9rem);font-weight:700;line-height:1.3}.im-page .im-quote__info>p{color:#6b6e78;margin-bottom:28px;font-size:.95rem;line-height:1.65}.im-page .im-quote__contacts{background:#e4e4e7;border:1px solid #e4e4e7;grid-template-columns:1fr 1fr;gap:1px;display:grid}.im-page .im-quote__contacts>div{color:#6b6e78;background:#fff;padding:14px 16px;font-size:.8rem}.im-page .im-quote__contacts>div strong{color:#1c1d21;text-transform:uppercase;letter-spacing:.03em;margin-bottom:4px;font-size:.72rem;display:block}.im-page .im-quote__contacts>div a{color:#b8232a;word-break:break-all;font-size:.85rem;font-weight:600;text-decoration:none}.im-page .im-quote__contacts>div a:hover{text-decoration:underline}.im-page .im-quote__form{background:#fafafa;border:1px solid #e4e4e7;border-radius:6px;padding:32px}@media (max-width:480px){.im-page .im-quote__form{padding:22px 18px}}.im-page .im-form__tabs{border-bottom:1px solid #e4e4e7;gap:4px;margin-bottom:24px;display:flex}.im-page .im-form__tab{color:#6b6e78;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 18px;font-size:.86rem;font-weight:600;transition:color .15s,border-color .15s}.im-page .im-form__tab.active{color:#b8232a;border-bottom-color:#b8232a}.im-page .im-form__tab:hover:not(.active){color:#1c1d21}.im-page .im-form{flex-direction:column;gap:12px;display:flex}.im-page .im-form__row{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:480px){.im-page .im-form__row{grid-template-columns:1fr}}.im-page .im-form__consent{color:#6b6e78;font-size:.74rem;line-height:1.5}.im-page .im-form__consent a{color:#b8232a;text-decoration:none}.im-page .im-form__consent a:hover{text-decoration:underline}.im-page .im-form__success{text-align:left;padding:8px 0}.im-page .im-form__success-icon{color:#b8232a;border:1px solid #b8232a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:16px;font-size:1rem;font-weight:700;display:inline-flex}.im-page .im-form__success h3{color:#1c1d21;margin-bottom:8px;font-size:1.1rem;font-weight:700}.im-page .im-form__success p{color:#6b6e78;margin-bottom:20px;font-size:.9rem;line-height:1.6}.im-page .im-input{color:#1c1d21;appearance:none;background:#fff;border:1px solid #e4e4e7;border-radius:3px;outline:none;width:100%;padding:11px 14px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:.88rem;transition:border-color .15s}.im-page .im-input::placeholder{color:#6b6e78}.im-page .im-input:focus{border-color:#b8232a}.im-page .im-textarea{resize:vertical;min-height:90px}.im-page .im-flight__sub{color:#6b6e78;margin-bottom:20px;font-size:.88rem;line-height:1.6}.im-page .im-flight__links{grid-template-columns:1fr 1fr;gap:10px;display:grid}.im-page .im-flight__link{text-align:center;color:#1c1d21;border:1px solid #e4e4e7;border-radius:3px;padding:14px;font-size:.84rem;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s;display:block}.im-page .im-flight__link:hover{color:#b8232a;border-color:#b8232a}.im-page .im-trusted{background:#fff}.im-page .im-trusted__logos{background:#e4e4e7;border:1px solid #e4e4e7;flex-wrap:wrap;gap:1px;display:flex}.im-page .im-trusted__logo{color:#1c1d21;text-align:center;background:#fff;flex:1;padding:16px 28px;font-size:.86rem;font-weight:600;transition:background .15s}.im-page .im-trusted__logo:hover{background:#fbeceb}.im-page .im-cta-banner{text-align:left;background:#fafafa;border-top:1px solid #e4e4e7;padding:64px 0}.im-page .im-cta-banner .im-container h2{color:#1c1d21;margin-bottom:10px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.im-page .im-cta-banner .im-container p{color:#6b6e78;margin-bottom:28px;font-size:.96rem}.im-page .im-cta-banner__btns{flex-wrap:wrap;gap:12px;display:flex}.im-page .im-footer{color:#fff;background:#1c1d21;padding:56px 0 0}.im-page .im-footer__inner{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;display:grid}@media (max-width:900px){.im-page .im-footer__inner{grid-template-columns:1fr 1fr;gap:28px}}@media (max-width:480px){.im-page .im-footer__inner{grid-template-columns:1fr}}.im-page .im-footer__brand h3{color:#fff;margin-bottom:8px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:1.05rem;font-weight:700}.im-page .im-footer__brand>p{color:#ffffff80;margin-bottom:20px;font-size:.8rem}.im-page .im-footer__social{gap:8px;display:flex}.im-page .im-footer__social a{color:#ffffffb3;border:1px solid #fff3;border-radius:3px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.76rem;font-weight:700;text-decoration:none;transition:border-color .15s,color .15s;display:flex}.im-page .im-footer__social a:hover{color:#b8232a;border-color:#b8232a}.im-page .im-footer__col h4{letter-spacing:.03em;color:#ffffff80;margin-bottom:14px;font-size:.76rem;font-weight:700}.im-page .im-footer__col ul{flex-direction:column;gap:8px;list-style:none;display:flex}.im-page .im-footer__col a{color:#ffffffbf;font-size:.85rem;text-decoration:none;transition:color .15s}.im-page .im-footer__col a:hover{color:#b8232a}.im-page .im-footer__col>p{color:#fff9;margin-bottom:10px;font-size:.8rem;line-height:1.7}.im-page .im-footer__phone{color:#fff;margin-top:6px;font-size:1.15rem;font-weight:700;text-decoration:none;display:block}.im-page .im-footer__phone:hover{color:#b8232a}.im-page .im-footer__bottom{text-align:center;max-width:1160px;margin:0 auto;padding:18px 24px}.im-page .im-footer__bottom p{color:#fff6;font-size:.76rem}.im-page .im-footer__bottom a{color:#fff9;text-decoration:none}.im-page .im-footer__bottom a:hover{color:#b8232a}
.hr-page{color:#3c3e45;background:#fff;font-family:Inter,Helvetica Neue,Arial,sans-serif}.hr-page a{color:inherit;text-decoration:none}.hr-page img{max-width:100%;height:auto;display:block}.hr-page .container{width:100%;max-width:1160px;margin-inline:auto;padding-inline:24px}.hr-page .section-label{color:#b8232a;margin-bottom:12px;font-size:.8rem;font-weight:600;display:inline-block}.hr-page .section-title{color:#1c1d21;text-align:left;letter-spacing:-.01em;margin-bottom:24px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:clamp(1.4rem,2.6vw,1.9rem);font-weight:700;line-height:1.3}.hr-page .section-title span{color:#b8232a}.hr-page .badge{color:#6b6e78;align-items:center;font-size:.8rem;font-weight:500;display:inline-flex}.hr-page .badge:before{content:"";background:#b8232a;border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-right:8px}.hr-page .hero{background:#fff;border-bottom:1px solid #e4e4e7;grid-template-columns:1.1fr 400px;align-items:center;gap:48px;padding:64px max(24px,50% - 580px);display:grid}.hr-page .hero__bg-grid{display:none}.hr-page .hero__breadcrumb{color:#6b6e78;align-items:center;gap:6px;margin-bottom:20px;font-size:.8rem;display:flex}.hr-page .hero__breadcrumb a{color:#6b6e78;transition:color .15s}.hr-page .hero__breadcrumb a:hover{color:#b8232a}.hr-page .hero__breadcrumb span{color:#e4e4e7}.hr-page .hero__title{color:#1c1d21;letter-spacing:-.01em;margin-bottom:18px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:clamp(2rem,3.6vw,2.7rem);font-weight:700;line-height:1.18}.hr-page .hero__title span{color:#b8232a;display:block}.hr-page .hero__subtitle{color:#6b6e78;max-width:460px;margin-bottom:26px;font-size:1rem;line-height:1.7}.hr-page .hero__badges{flex-direction:column;gap:10px;display:flex}.hr-page .hero__form-card{background:#fafafa;border:1px solid #e4e4e7;border-radius:6px;padding:28px 26px}.hr-page .hero__form-title{color:#1c1d21;margin-bottom:18px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:1.05rem;font-weight:700}.hr-page .quote-form{flex-direction:column;gap:10px;display:flex}.hr-page .quote-form__field{width:100%}.hr-page .quote-form__select,.hr-page .quote-form__input{color:#3c3e45;appearance:none;background:#fff;border:1px solid #e4e4e7;border-radius:3px;outline:none;width:100%;padding:10px 12px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:.87rem;transition:border-color .15s}.hr-page .quote-form__select:focus,.hr-page .quote-form__input:focus{border-color:#b8232a}.hr-page .quote-form__select::placeholder,.hr-page .quote-form__input::placeholder{color:#6b6e78}.hr-page .quote-form__consent{cursor:pointer;align-items:flex-start;gap:8px;display:flex}.hr-page .quote-form__consent input[type=checkbox]{accent-color:#b8232a;flex-shrink:0;width:14px;height:14px;margin-top:3px}.hr-page .quote-form__consent span{color:#6b6e78;font-size:.73rem;line-height:1.4}.hr-page .quote-form__btn{color:#fff;cursor:pointer;background:#b8232a;border:none;border-radius:3px;width:100%;padding:12px;font-size:.9rem;font-weight:600;transition:background .15s}.hr-page .quote-form__btn:hover:not(:disabled){background:#8f1a1f}.hr-page .quote-form__btn:disabled{opacity:.45;cursor:not-allowed}.hr-page .about{padding:72px 0}.hr-page .about__grid{grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid}.hr-page .about__text p{color:#3c3e45;margin-bottom:16px;font-size:.95rem;line-height:1.75}.hr-page .about__text p strong{color:#1c1d21;font-weight:600}.hr-page .about__stats{border-top:1px solid #e4e4e7;gap:32px;margin-top:32px;padding-top:24px;display:flex}.hr-page .about__stat{flex-direction:column;display:flex}.hr-page .about__stat-value{color:#1c1d21;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:1.6rem;font-weight:700;line-height:1}.hr-page .about__stat-label{color:#6b6e78;margin-top:6px;font-size:.75rem}.hr-page .about__image-mosaic{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;gap:8px;display:grid}.hr-page .mosaic__item{border:1px solid #e4e4e7;border-radius:6px;overflow:hidden}.hr-page .mosaic__item img{object-fit:cover;width:100%;height:100%}.hr-page .mosaic__item--large{grid-column:1/-1;height:200px}.hr-page .mosaic__item:not(.hr-page .mosaic__item--large){height:130px}.hr-page .services-section{border-top:1px solid #e4e4e7;padding:64px 0}.hr-page .services-section__grid{flex-wrap:wrap;gap:10px;display:flex}.hr-page .service-chip{color:#3c3e45;border:1px solid #e4e4e7;border-radius:3px;align-items:center;gap:8px;padding:9px 14px;font-size:.86rem;font-weight:500;transition:border-color .15s,color .15s;display:flex}.hr-page .service-chip:hover{color:#b8232a;border-color:#b8232a}.hr-page .service-chip__dot{background:#b8232a;border-radius:50%;flex-shrink:0;width:5px;height:5px}.hr-page .charges{border-top:1px solid #e4e4e7;padding:72px 0}.hr-page .charges__tabs{border-bottom:1px solid #e4e4e7;gap:4px;margin-bottom:24px;display:flex}.hr-page .charges__tab{color:#6b6e78;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 20px;font-size:.86rem;font-weight:600;transition:color .15s,border-color .15s}.hr-page .charges__tab--active{color:#b8232a;border-bottom-color:#b8232a}.hr-page .charges__tab:hover:not(.hr-page .charges__tab--active){color:#1c1d21}.hr-page .charges__table-wrap{border:1px solid #e4e4e7;border-radius:6px;overflow-x:auto}.hr-page .charges__table{border-collapse:collapse;width:100%;font-size:.86rem}.hr-page .charges__table thead tr{background:#fafafa}.hr-page .charges__table th{text-align:left;color:#6b6e78;white-space:nowrap;border-bottom:1px solid #e4e4e7;padding:12px 16px;font-size:.76rem;font-weight:600}.hr-page .charges__table td{color:#3c3e45;border-bottom:1px solid #e4e4e7;padding:12px 16px}.hr-page .charges__table tbody tr:last-child td{border-bottom:none}.hr-page .charges__table--wide{min-width:700px}.hr-page .charges__price{color:#1c1d21;font-weight:600}.hr-page .charges__note{color:#6b6e78;margin-top:12px;font-size:.77rem}.hr-page .factors{border-top:1px solid #e4e4e7;padding:64px 0}.hr-page .factors__grid{background:#e4e4e7;border:1px solid #e4e4e7;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:1px;display:grid}.hr-page .factor-card{background:#fff;padding:20px}.hr-page .factor-card__icon{display:none}.hr-page .factor-card__label{color:#3c3e45;font-size:.87rem;font-weight:500}.hr-page .advantages{border-top:1px solid #e4e4e7;padding:72px 0}.hr-page .advantages__grid{background:#e4e4e7;border:1px solid #e4e4e7;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1px;display:grid}.hr-page .adv-card{background:#fff;padding:26px 24px}.hr-page .adv-card__icon{display:none}.hr-page .adv-card__title{color:#1c1d21;margin-bottom:8px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:.98rem;font-weight:700}.hr-page .adv-card__desc{color:#6b6e78;font-size:.86rem;line-height:1.65}.hr-page .contact-section{border-top:1px solid #e4e4e7;padding:72px 0}.hr-page .contact-section__grid{background:#e4e4e7;border:1px solid #e4e4e7;grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.hr-page .contact-card{background:#fff;padding:20px;transition:background .15s;display:block}.hr-page .contact-card__icon{display:none}.hr-page .contact-card__title{color:#6b6e78;margin-bottom:4px;font-size:.75rem;font-weight:600}.hr-page .contact-card__value{color:#1c1d21;font-size:.94rem;font-weight:700}.hr-page .contact-card:hover{background:#fbeceb}.hr-page .contact-card:hover .contact-card__value{color:#8f1a1f}.hr-page .locations-section{border-top:1px solid #e4e4e7;padding:64px 0}.hr-page .locations-section__grid{flex-wrap:wrap;gap:8px;display:flex}.hr-page .location-pill{color:#3c3e45;border:1px solid #e4e4e7;border-radius:3px;padding:7px 14px;font-size:.82rem;font-weight:500;transition:border-color .15s,color .15s}.hr-page .location-pill:hover{color:#b8232a;border-color:#b8232a}@media (max-width:1024px){.hr-page .hero{grid-template-columns:1fr;padding:48px 24px}.hr-page .hero__form-card{max-width:480px}.hr-page .about__grid{grid-template-columns:1fr;gap:36px}}@media (max-width:768px){.hr-page .contact-section__grid{grid-template-columns:1fr}.hr-page .about__stats{gap:20px}.hr-page .charges__table th,.hr-page .charges__table td{padding:9px 12px;font-size:.8rem}}@media (max-width:480px){.hr-page .section-title{font-size:1.3rem}.hr-page .hero__title{font-size:1.8rem}}
