*{margin:0;padding:0;box-sizing:border-box}
:root{
  --orange:#E8610A;
  --orange-dark:#C04E06;
  --orange-light:#FF7A1A;
  --bg-dark:#F5F0E8;
  --bg-card:#EDE8DF;
  --bg-card2:#E5DFD5;
  --text:#1A1A1A;
  --text-muted:#555555;
  --border:#D5CFC5;
  --radius:8px;
}
html{scroll-behavior:smooth}
body{font-family:'Manrope',sans-serif;background:var(--bg-dark);color:var(--text);overflow-x:hidden}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(245,240,232,0.97);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}
.nav-inner{max-width:100%;margin:0;padding:0 3rem;height:64px;display:flex;align-items:center;justify-content:space-between;gap:2rem}
.logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.logo-icon{width:36px;height:36px}
.logo-text{font-family:'Bebas Neue',sans-serif;font-size:26px;color:var(--orange);letter-spacing:1px}
.nav-links{display:flex;align-items:center;gap:3rem;flex:1;justify-content:center;padding:0 3rem}
.nav-links a{color:#555;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s; white-space:nowrap}
.nav-links a:hover{color:#111111}
.nav-right{display:flex;align-items:center;gap:1.5rem}
.nav-phone{color:var(--orange);font-weight:600;font-size:15px;text-decoration:none;display:flex;align-items:center;gap:6px}
.btn-orange{background:var(--orange);color:#fff;border:none;padding:10px 22px;border-radius:var(--radius);font-family:'Manrope',sans-serif;font-weight:700;font-size:14px;cursor:pointer;transition:background .2s;text-decoration:none;display:inline-block}
.btn-orange:hover{background:var(--orange-dark)}
.btn-outline{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,0.35);padding:10px 22px;border-radius:var(--radius);font-family:'Manrope',sans-serif;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:6px}
.btn-outline:hover{border-color:#fff;background:rgba(255,255,255,0.06)}

/* HERO */
#home{padding-top:64px;min-height:100vh;position:relative;display:flex;flex-direction:column}
.hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,#0D0D0D 0%,#1a1206 50%,#0D0D0D 100%);z-index:0}
.hero-bg::after{content:'';position:absolute;inset:0;background:url('mainbackground1.PNG') center/cover no-repeat;opacity:0.22}
.hero-main{position:relative;z-index:1;flex:1;display:flex;align-items:center;max-width:1280px;margin:0 auto;padding:4rem 2rem;width:100%;gap:3rem}
.hero-left{flex:1;min-width:0;margin-left:auto;max-width:600px}
.hero-tag{display:inline-flex;align-items:center;gap:6px;background:rgba(232,97,10,0.15);border:1px solid rgba(232,97,10,0.35);color:var(--orange);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;padding:5px 14px;border-radius:40px;margin-bottom:1.5rem}
.hero-tag::before{content:'';width:6px;height:6px;background:var(--orange);border-radius:50%;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.4}}
.hero-h1{font-family:'Bebas Neue',sans-serif;font-size:clamp(36px,7vw,96px);line-height:.95;letter-spacing:1px;margin-bottom:1.5rem;color:#FFFFFF}
.hero-h1 span{color:var(--orange)}
.hero-h1 span[data-i18n="hero_h1_middle"]{color:#FFFFFF}
.hero-sub{font-size:16px;line-height:1.7;color:rgba(255,255,255,0.85);max-width:480px;margin-bottom:2.5rem}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}
.hero-stats{display:flex;gap:2.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}
.stat-item{}
.stat-num{font-family:'Bebas Neue',sans-serif;font-size:36px;color:var(--orange);line-height:1}
.stat-label{font-size:12px;color:rgba(255,255,255,0.75);margin-top:4px}

/* Request form card */
.hero-form-card{width:340px;flex-shrink:0;background:rgba(26,26,26,0.95);border:1px solid var(--border);border-radius:12px;padding:1.75rem}
.hero-form-card h3{font-size:17px;font-weight:700;margin-bottom:1.5rem}
.form-group{margin-bottom:1rem}
.form-group label{display:block;font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;margin-bottom:6px}
.form-group input,.form-group select,.form-group textarea{width:100%;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:10px 14px;font-family:'Manrope',sans-serif;font-size:14px;color:#111;outline:none;transition:border-color .2s}
.form-group input::placeholder,.form-group textarea::placeholder{color:#aaa}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--orange)}
.form-group select{appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") no-repeat right 12px center}
.form-group select option{background:#fff;color:#111}

/* FEATURES BAR */
.features-bar{background:#1A1A1A;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.features-bar-inner{max-width:1280px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.feat-item{display:flex;align-items:flex-start;gap:14px;padding:1rem 1.5rem;border-right:1px solid var(--border)}
.feat-item:last-child{border-right:none}
.feat-icon{width:40px;height:40px;border-radius:8px;background:rgba(232,97,10,0.12);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.feat-icon svg{width:20px;height:20px;color:var(--orange)}
.feat-title{font-size:14px;font-weight:700;margin-bottom:3px}
.feat-desc{font-size:12px;color:rgba(255,255,255,0.8);line-height:1.5}

/* SECTION SHARED */
section{padding:5rem 0}
.section-inner{max-width:1280px;margin:0 auto;padding:0 2rem}
.section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--orange);margin-bottom:.75rem}
.section-title{font-family:'Bebas Neue',sans-serif;font-size:clamp(36px,5vw,60px);line-height:1;margin-bottom:1rem}
.section-sub{font-size:16px;color:var(--text-muted);max-width:600px;line-height:1.7}

/* ABOUT */
#about{background:var(--bg-dark)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:3.5rem}
.about-img{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:4/3}
.about-img img{width:100%;height:100%;object-fit:cover;object-position:center center;opacity:1}
.about-img::after{content:'';position:absolute;inset:0;background:linear-gradient(45deg,rgba(232,97,10,.2),transparent)}
.about-badge{position:absolute;bottom:1.5rem;left:1.5rem;background:rgba(13,13,13,0.5);border:1px solid var(--border);padding:1rem 1.25rem;border-radius:10px;backdrop-filter:blur(4px)}
.about-badge-num{font-family:'Bebas Neue',sans-serif;font-size:40px;color:var(--orange);line-height:1}
.about-badge-txt{font-size:12px;color:#fff}
.about-text p{font-size:15px;line-height:1.8;color:var(--text-muted);margin-bottom:1rem}
.about-text p strong{color:#111}
.about-features{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.5rem}
.about-feat{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted)}
.about-feat::before{content:'';width:6px;height:6px;background:var(--orange);border-radius:50%;flex-shrink:0}

/* SERVICES */
#services{background:#EDE8DF}
.services-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.service-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.75rem;transition:border-color .3s,transform .3s;cursor:default}
.service-card:hover{border-color:var(--orange);transform:translateY(-3px)}
.service-card-icon{width:48px;height:48px;border-radius:10px;background:rgba(232,97,10,0.12);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.service-card-icon svg{width:24px;height:24px;color:var(--orange)}
.service-card h3{font-size:16px;font-weight:700;margin-bottom:.75rem}
.service-card p{font-size:14px;color:var(--text-muted);line-height:1.6}
.service-card .more{display:inline-flex;align-items:center;gap:4px;color:var(--orange);font-size:13px;font-weight:600;margin-top:1rem;cursor:pointer;text-decoration:none}

/* CARGO TYPES */
.cargo-section{margin-top:4rem}
.cargo-grid-top{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}
.cargo-grid-bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}
.cargo-card{background:var(--bg-card2);border:1px solid var(--border);border-radius:10px;padding:1.25rem;text-align:center;transition:border-color .2s}
.cargo-card:hover{border-color:rgba(232,97,10,.5)}
.cargo-card-icon{display:flex;justify-content:center;margin-bottom:.75rem}
.cargo-card-icon svg{width:100%;max-width:48px;height:auto}
.cargo-card h4{font-size:13px;font-weight:700;margin-bottom:4px}
.cargo-card p{font-size:12px;color:var(--text-muted)}

/* MAP */
.map-section{margin-top:4rem}
.map-wrapper{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-top:2rem}
.map-countries{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}
.country-tag{background:rgba(232,97,10,0.1);border:1px solid rgba(232,97,10,0.25);color:var(--orange);font-size:12px;font-weight:600;padding:4px 12px;border-radius:40px}

/* SVG MAP */
.map-svg-wrap{position:relative;overflow:hidden;border-radius:8px;background:#111}
.map-svg-wrap svg{width:100%;height:auto;display:block}

/* DRIVERS */
#drivers{background:var(--bg-dark)}
.drivers-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3.5rem;align-items:start}
.conditions-list{display:flex;flex-direction:column;gap:1rem}
.condition-item{display:flex;gap:1rem;align-items:flex-start;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:1.25rem}
.condition-num{width:32px;height:32px;border-radius:8px;background:var(--orange);color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.condition-item h4{font-size:14px;font-weight:700;margin-bottom:3px}
.condition-item p{font-size:13px;color:var(--text-muted);line-height:1.5}

/* JOB FORM */
.job-form-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2rem}
.job-form-card h3{font-size:20px;font-weight:700;margin-bottom:.5rem}
.job-form-card .subtitle{font-size:14px;color:var(--text-muted);margin-bottom:1.75rem}
.upload-area{border:1.5px dashed var(--border);border-radius:8px;padding:1.5rem;text-align:center;cursor:pointer;transition:border-color .2s;position:relative}
.upload-area:hover{border-color:var(--orange)}
.upload-area input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer}
.upload-icon{font-size:24px;margin-bottom:.5rem;display:block}
.upload-area p{font-size:13px;color:var(--text-muted)}
.upload-area span{color:var(--orange);font-weight:600}
.file-list{margin-top:.75rem;display:flex;flex-direction:column;gap:.4rem}
.file-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted);background:#111;padding:6px 10px;border-radius:6px}
.file-item::before{content:'';width:8px;height:8px;background:var(--orange);border-radius:50%;flex-shrink:0}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}

/* OFERTA */
#terms{background:#EDE8DF}
.oferta-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;margin-top:3rem;overflow:hidden}
.oferta-header{background:rgba(232,97,10,0.08);border-bottom:1px solid var(--border);padding:1.5rem 2rem;display:flex;align-items:center;gap:1rem}
.oferta-header-icon{width:44px;height:44px;background:rgba(232,97,10,.15);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.oferta-header-icon svg{width:22px;height:22px;color:var(--orange)}
.oferta-header h3{font-size:18px;font-weight:700}
.oferta-header p{font-size:13px;color:var(--text-muted);margin-top:2px}
.oferta-body{padding:2rem}
.oferta-section{margin-bottom:2rem}
.oferta-section:last-child{margin-bottom:0}
.oferta-section h4{font-size:14px;font-weight:700;color:var(--orange);text-transform:uppercase;letter-spacing:.8px;margin-bottom:.75rem;display:flex;align-items:center;gap:8px}
.oferta-section h4::before{content:'';width:3px;height:14px;background:var(--orange);border-radius:2px}
.oferta-section p,.oferta-section li{font-size:14px;color:var(--text-muted);line-height:1.8}
.oferta-section ul{padding-left:1.25rem}
.oferta-section ul li{margin-bottom:.25rem}
.oferta-date{font-size:12px;color:#555;border-top:1px solid var(--border);padding-top:1rem;margin-top:1.5rem}

/* CONTACTS */
#contacts{background:var(--bg-dark)}
.contacts-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3.5rem}
.contact-info{display:flex;flex-direction:column;gap:1.5rem}
.contact-item{display:flex;gap:1rem;align-items:flex-start}
.contact-icon{width:44px;height:44px;background:rgba(232,97,10,.1);border:1px solid rgba(232,97,10,.2);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-icon svg{width:20px;height:20px;color:var(--orange)}
.contact-item-label{font-size:12px;color:var(--text-muted);margin-bottom:3px;text-transform:uppercase;letter-spacing:.8px;font-weight:600}
.contact-item-val{font-size:15px;font-weight:600}
.contact-item-val a{color:#111;text-decoration:none}
.contact-item-val a:hover{color:var(--orange)}
.contact-form-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2rem}
.contact-form-card h3{font-size:20px;font-weight:700;margin-bottom:.5rem}
.contact-form-card .subtitle{font-size:14px;color:var(--text-muted);margin-bottom:1.75rem}
.founders-list{display:flex;flex-direction:column;gap:1.5rem}
.founder-card{display:flex;align-items:center;gap:1.5rem}
.founder-photo{width:130px;height:130px;border-radius:8px;object-fit:cover;flex-shrink:0}
.founder-name{font-size:18px;font-weight:700;margin-bottom:.5rem}
.founder-position{font-size:13px;color:var(--orange);font-weight:600;margin-bottom:.4rem}
.founder-contact{font-size:15px;color:var(--text-muted)}
.founder-contact a{color:#111;text-decoration:none}
.founder-contact a:hover{color:var(--orange)}
.contact-bottom-row{display:flex;gap:3rem;margin-top:2rem;padding:1.5rem}
.contact-inline-row{display:flex;gap:2rem;margin-top:1.5rem}

/* FOOTER */
footer{background:#EDE8DF;border-top:1px solid var(--border);padding:2.5rem 0}
.footer-inner{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.footer-copy{font-size:13px;color:#555}
.footer-links{display:flex;gap:1.5rem}
.footer-links a{font-size:13px;color:#555;text-decoration:none;transition:color .2s}
.footer-links a:hover{color:var(--orange)}

/* SCROLL TO TOP */
.to-top{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;background:var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;z-index:999;transition:transform .2s,opacity .2s;opacity:0;transform:translateY(10px)}
.to-top.visible{opacity:1;transform:translateY(0)}
.to-top svg{width:18px;height:18px;color:#fff}

/* NOTIFICATION */
.notif{position:fixed;top:80px;right:2rem;background:var(--bg-card);border:1px solid rgba(232,97,10,.4);border-radius:10px;padding:1rem 1.5rem;font-size:14px;font-weight:600;z-index:2000;display:flex;align-items:center;gap:10px;transform:translateX(120%);transition:transform .4s cubic-bezier(.34,1.56,.64,1)}
.notif.show{transform:translateX(0)}
.notif::before{content:'';width:8px;height:8px;background:var(--orange);border-radius:50%;flex-shrink:0}

@media(max-width:1100px) and (min-width:901px){
  .nav-links{gap:1.2rem}
  .nav-links a{font-size:13px}
  .nav-inner{padding:0 1.5rem}
}

@media(max-width:900px){
  .hero-main{flex-direction:column}
  .hero-form-card{width:100%}
  .about-grid,.drivers-grid,.contacts-grid{grid-template-columns:1fr}
  .services-grid{grid-template-columns:1fr 1fr}
  .cargo-grid{grid-template-columns:1fr 1fr}
  .features-bar-inner{grid-template-columns:1fr 1fr}
  .feat-item{border-right:none;border-bottom:1px solid var(--border)}
  .feat-item:last-child{border-bottom:none}

  .cargo-grid-top{grid-template-columns:repeat(2,1fr)  !important}
  .cargo-grid-bottom{grid-template-columns:repeat(2,1fr)  !important}
  .nav-links{display:none}
  .nav-right .nav-phone{display:none}
  #map{height:300px}
  .contact-inline-row{flex-direction:column;gap:1rem}
  .contact-form-card .form-row{grid-template-columns:1fr}
  .contacts-grid{grid-template-columns:1fr}
  .nav-inner{padding:0 1rem;gap:.5rem;justify-content:space-between}
  .logo img{height:40px !important}
  .lang-switcher{margin-left:auto}
  .lang-btn{padding:6px 8px;font-size:12px}
  .nav-right{gap:.5rem}
  .nav-right .btn-orange{padding:8px 14px;font-size:13px}
  .nav-contact-btn{font-size:0;padding:8px 12px}
  #.nav-contact-btn::before{content:"📞";font-size:16px}
  .cargo-grid-mobile{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
  .cargo-grid-top,.cargo-grid-bottom{display:contents}
}

.lang-switcher{position:relative}
.lang-btn{background:transparent;border:1px solid var(--border);color:#111;padding:7px 12px;border-radius:8px;font-family:'Manrope',sans-serif;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:border-color .2s}
.lang-btn:hover{border-color:var(--orange)}
.lang-dropdown{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid var(--border);border-radius:8px;min-width:80px;box-shadow:0 4px 12px rgba(0,0,0,0.1);display:none;z-index:1001}
.lang-dropdown.show{display:block}
.lang-option{padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s}
.lang-option:hover{background:var(--bg-card)}
.lang-option:first-child{border-radius:8px 8px 0 0}
.lang-option:last-child{border-radius:0 0 8px 8px}

.flag-icon{display:none}
@media(max-width:900px){
  .flag-icon{display:inline}
}