@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Vazirmatn:wght@300;400;500;600;700;800;900&display=swap');

:root{
  --ink:#111446;
  --blue:#312fc5;
  --blue-2:#4a45ff;
  --blue-3:#151a72;
  --navy:#090d3f;
  --yellow:#ffeb00;
  --yellow-2:#fff45c;
  --white:#fff;
  --mist:#f4f6fb;
  --line:#e3e7f0;
  --text:#4d526b;
  --shadow:0 24px 70px rgba(9,13,63,.18);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:hidden}
body{font-family:'Vazirmatn',sans-serif;color:var(--ink);background:var(--white);line-height:1.8;overflow-x:hidden}
html[lang="en"] body{font-family:'Inter',Arial,sans-serif;line-height:1.65}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}

.topbar{height:34px;background:linear-gradient(90deg,var(--navy),var(--blue));color:#dfe2ff;font-size:.74rem}
.topbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between}
.topbar-links,.topbar-meta{display:flex;align-items:center;gap:22px}
.topbar a{transition:.2s}.topbar a:hover{color:var(--yellow)}
.separator{width:1px;height:13px;background:rgba(255,255,255,.3)}

.site-header{height:84px;background:rgba(255,255,255,.97);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(17,20,70,.08);backdrop-filter:blur(14px)}
.main-nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:26px}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.brand-logo{width:58px;height:58px;display:grid;place-items:center;overflow:hidden;background:white;border-radius:8px}
.brand-logo img{width:100%;height:100%;object-fit:contain}
.brand-copy{display:flex;flex-direction:column;line-height:1.25}
.brand-copy strong{font-size:1.02rem;font-weight:900;color:var(--ink)}
.legal-suffix{display:inline-block;white-space:nowrap;font-size:.72em;font-weight:700;color:#5e637c}
.brand-copy small{font-size:.64rem;color:#777b93;margin-top:5px}
.nav-links{display:flex;align-items:center;gap:5px;list-style:none;font-size:.83rem;font-weight:600}
.nav-links a{display:block;padding:10px 13px;border-radius:5px;transition:.2s}
.nav-links a:hover{color:var(--blue);background:#f5f5ff}
.nav-links .nav-cta{background:linear-gradient(135deg,var(--blue),var(--blue-2));color:white;padding-inline:20px;box-shadow:0 8px 22px rgba(49,47,197,.2)}
.nav-links .nav-cta:hover{background:linear-gradient(135deg,var(--blue-2),var(--blue));color:white;transform:translateY(-1px)}
.nav-links .lang-switch{border:1px solid #dfe2ee;color:var(--blue);font-weight:900;min-width:42px;text-align:center;padding-inline:10px}
.nav-toggle{display:none;border:0;background:none;color:var(--ink);font-size:1.5rem;cursor:pointer}

.hero{min-height:610px;position:relative;isolation:isolate;color:white;display:flex;align-items:center;overflow:hidden}
.hero-media{position:absolute;inset:0;z-index:-3;background:url('hero-ship.jpg') center 52%/cover no-repeat;transform:scale(1.015)}
.hero::before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(6,9,52,.42) 0%,rgba(9,13,63,.72) 48%,rgba(13,16,89,.94) 100%)}
.hero::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.16))}
.hero-glow{position:absolute;z-index:-1;width:620px;height:620px;border-radius:50%;right:-200px;top:-280px;background:radial-gradient(circle,rgba(73,68,255,.65),transparent 67%)}
.hero-layout{display:grid;grid-template-columns:1.12fr .88fr;gap:74px;align-items:center;padding-block:68px 92px}
.hero-copy{max-width:650px}
.kicker{display:flex;align-items:center;gap:10px;color:#f3f2ff;font-size:.85rem;font-weight:600;letter-spacing:.02em;margin-bottom:18px}
.kicker i{width:36px;height:3px;border-radius:99px;background:var(--yellow)}
.hero h1{font-size:clamp(3rem,5.4vw,5.2rem);line-height:1.22;font-weight:900;letter-spacing:-.055em;text-shadow:0 5px 26px rgba(0,0,0,.17)}
.hero h1 em{font-style:normal;color:var(--yellow)}
.hero-copy>p{font-size:1.03rem;max-width:58ch;color:#e0e2f1;margin-top:22px;line-height:2}
.hero-actions{display:flex;gap:12px;margin-top:34px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:4px;font-weight:800;font-size:.88rem;transition:.25s}
.button-primary{background:linear-gradient(135deg,var(--yellow),var(--yellow-2));color:#15154c;box-shadow:0 12px 35px rgba(255,235,0,.2)}
.button-primary:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgba(255,235,0,.28)}
.button-ghost{color:white;border:1px solid rgba(255,255,255,.55);background:rgba(255,255,255,.05)}
.button-ghost:hover{background:white;color:var(--ink)}

.shipment-panel{background:rgba(255,255,255,.97);color:var(--ink);box-shadow:var(--shadow);border-top:5px solid var(--yellow)}
.panel-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line)}
.panel-tabs button,.panel-tabs a{background:transparent;border:0;padding:18px 8px;text-align:center;font-size:.78rem;font-weight:800;color:#7c8095;cursor:pointer;position:relative}
.panel-tabs .active{color:var(--blue)}
.panel-tabs .active::after{content:"";position:absolute;height:3px;bottom:-1px;inset-inline:18px;background:linear-gradient(90deg,var(--blue),var(--blue-2))}
.panel-body{padding:30px 30px 28px}
.panel-label{display:block;font-size:.78rem;font-weight:700;margin-bottom:10px;color:#52566f}
.quick-track{display:grid;gap:10px}
.quick-track input{width:100%;height:52px;border:1px solid #cfd3df;padding-inline:15px;outline:none;color:var(--ink);background:white}
.quick-track input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(74,69,255,.11)}
.quick-track button{height:52px;border:0;background:linear-gradient(135deg,var(--blue),var(--blue-2));color:white;font-weight:800;cursor:pointer;transition:.2s}
.quick-track button:hover{filter:brightness(1.08)}
.panel-body p{font-size:.69rem;color:#8a8e9f;margin-top:10px;line-height:1.65}
.hero-stripe{position:absolute;bottom:0;left:0;right:0;height:7px;background:linear-gradient(90deg,var(--yellow) 0 23%,var(--blue-2) 23% 63%,#fff 63%)}

.need-section,.news-section{padding:105px 0}
.section-intro{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:42px}
.section-intro>div{max-width:650px}.section-intro>p{max-width:520px;color:var(--text);font-size:.95rem}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--blue);font-size:.78rem;font-weight:900;letter-spacing:.05em;margin-bottom:9px}
.eyebrow::before{content:"";width:28px;height:3px;background:var(--yellow)}
.section-intro h2,.trust-heading h2{font-size:clamp(2rem,3.2vw,3.2rem);line-height:1.35;letter-spacing:-.04em}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line)}
.service-card{min-height:385px;padding:28px;position:relative;overflow:hidden;border-inline-end:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;justify-content:space-between;background-position:center;background-size:cover;color:white;transition:.4s}
.service-card:last-child{border-inline-end:0}
.service-card.sea{background-image:url('port-cranes.jpg')}.service-card.air{background-image:url('service-air-v2.jpg');background-position:center 62%}.service-card.land{background-image:url('service-road.jpg');background-position:55% center}.service-card.rail{background-image:url('service-rail.jpg');background-position:58% center}.service-card.cross-stuffing{background-image:url('containers.jpg');background-position:54% center}.service-card.customs{background-image:url('port-cranes.jpg');background-position:80% center}
.service-card::before{content:"";position:absolute;inset:0;opacity:1;transition:.4s;background:linear-gradient(180deg,rgba(7,10,51,.2),rgba(9,13,63,.94))}
.service-card::after{content:"";position:absolute;width:180px;height:180px;border:2px solid var(--yellow);border-radius:50%;left:-110px;top:-100px;opacity:.45;transition:.35s}
.service-card:hover{color:white;box-shadow:inset 0 0 0 3px var(--yellow),0 18px 45px rgba(23,27,105,.18);z-index:2}
.service-card:hover::before{background:linear-gradient(180deg,rgba(49,47,197,.16),rgba(20,20,112,.94))}.service-card:hover::after{left:-82px;top:-72px}
.service-number,.service-content{position:relative;z-index:1}
.service-number{font-size:.76rem;font-weight:800;color:#eef0ff}
.service-content small{font-size:.7rem;color:#d7d9ee;font-weight:700}.service-content h3{font-size:1.35rem;margin:7px 0 10px}.service-content p{font-size:.8rem;color:#e3e4ef;line-height:1.8}.card-arrow{display:inline-grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.55);margin-top:20px;border-radius:50%}
.service-card:hover .service-number,.service-card:hover small,.service-card:hover p{color:#e4e5ff}.service-card:hover .card-arrow{border-color:var(--yellow);color:var(--yellow)}

.network-section{padding:105px 0;background:linear-gradient(135deg,var(--navy) 0%,var(--blue-3) 55%,var(--blue) 100%);color:white;position:relative;overflow:hidden}
.network-section::before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(255,235,0,.35);border-radius:50%;right:-280px;top:-180px}
.network-section::after{content:"";position:absolute;width:340px;height:340px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:-160px;top:-90px}
.network-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;position:relative;z-index:1}
.eyebrow.light{color:#dfe0ff}.network-copy h2{font-size:clamp(2.5rem,4vw,4.1rem);line-height:1.28;margin-bottom:22px}.network-copy p{color:#c8cae3;font-size:.9rem;margin-bottom:25px}.text-link{color:var(--yellow);font-size:.84rem;font-weight:800}
.office-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.office{min-height:170px;padding:28px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(8px);transition:.25s}.office:hover{background:rgba(255,255,255,.13);border-color:rgba(255,235,0,.6)}.office.featured{background:linear-gradient(135deg,var(--yellow),var(--yellow-2));color:var(--ink);border-color:transparent}.office span{font-size:.7rem;font-weight:800;opacity:.72}.office h3{font-size:1.7rem;margin-top:10px}.office p{font-size:.76rem;opacity:.7}

.trust-section{padding:72px 0;background:var(--mist);border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:1.45fr repeat(4,.58fr);align-items:center;gap:30px}.trust-heading h2{font-size:1.8rem}.trust-item{border-inline-start:1px solid #d9dce7;padding-inline-start:24px}.trust-item strong{display:block;font-size:2.5rem;color:var(--blue);line-height:1.1}.trust-item span{font-size:.72rem;color:#717589}

.section-intro.compact{align-items:center}.text-link.dark{color:var(--blue)}
.news-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}.news-feature{min-height:390px;background:linear-gradient(0deg,rgba(7,10,56,.94),rgba(30,32,120,.2)),url('hero-ship.jpg') center/cover;color:white;padding:30px;display:flex;flex-direction:column;justify-content:space-between;transition:.3s}.news-feature:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.news-tag{align-self:flex-start;background:var(--yellow);color:var(--ink);font-size:.68rem;font-weight:900;padding:7px 12px}.news-feature time,.news-list time{font-size:.68rem;opacity:.7}.news-feature h3{font-size:1.55rem;line-height:1.5;margin:8px 0}.news-feature p{color:#d8d9e7;font-size:.8rem}.news-list{display:grid;gap:16px}.news-list a{padding:28px;border:1px solid var(--line);display:flex;flex-direction:column;justify-content:center;transition:.25s}.news-list a:hover{border-color:var(--blue);transform:translateX(-4px);box-shadow:0 14px 35px rgba(17,20,70,.08)}.news-list h3{font-size:1rem;line-height:1.7;margin:8px 0 12px}.news-list span{font-size:.72rem;color:var(--blue);font-weight:800}

.cta-band{padding:68px 0;background:linear-gradient(110deg,var(--blue),var(--blue-2));color:white;position:relative;overflow:hidden}.cta-band::after{content:"";position:absolute;left:-80px;bottom:-180px;width:400px;height:400px;border:45px solid rgba(255,235,0,.92);border-radius:50%}.cta-layout{display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;z-index:1}.cta-layout span{font-size:.76rem;color:#dfe0ff}.cta-layout h2{font-size:2.1rem;margin-top:3px}.button-yellow{background:var(--yellow);color:var(--ink);min-width:170px}.button-yellow:hover{background:white;transform:translateY(-2px)}

footer{background:#070a33;color:#d4d6e8;padding:72px 0 24px}.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:58px}.footer-brand p{font-size:.8rem;color:#aeb1ca;max-width:34ch;margin-top:18px}.footer-grid h4{color:white;font-size:.9rem;margin-bottom:18px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:8px}.footer-grid a,.footer-grid p{font-size:.75rem;color:#aeb1ca;transition:.2s}.footer-grid a:hover{color:var(--yellow)}footer .brand-copy strong{color:white}footer .legal-suffix{color:#c5c8df}footer .brand-logo{width:64px;height:64px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:55px;padding-top:22px;display:flex;justify-content:space-between;color:#8186a7;font-size:.69rem}

.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease}.reveal.is-visible{opacity:1;transform:none}
html[dir="ltr"] .hero::before{background:linear-gradient(270deg,rgba(6,9,52,.38) 0%,rgba(9,13,63,.72) 48%,rgba(13,16,89,.94) 100%)}
html[dir="ltr"] .hero-glow{right:auto;left:-200px}
html[dir="ltr"] .news-list a:hover{transform:translateX(4px)}
html[dir="ltr"] .page-hero h1{max-width:19ch}

@media(max-width:1000px){
  .topbar-links{display:none}.hero-layout{grid-template-columns:1fr;gap:34px}.hero-copy{max-width:720px}.shipment-panel{max-width:600px}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card:nth-child(2){border-inline-end:0}.service-card{border-bottom:1px solid var(--line)}.network-layout{grid-template-columns:1fr;gap:45px}.trust-grid{grid-template-columns:repeat(4,1fr)}.trust-heading{grid-column:1/-1}.news-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:760px){
  .shell{width:min(100% - 30px,1180px)}.topbar{display:none}.site-header{height:72px}.main-nav{gap:10px}.brand{min-width:0;flex:1 1 auto;overflow:hidden}.brand-logo{width:44px;height:44px}.brand-copy{min-width:0}.brand-copy strong{font-size:.82rem;white-space:normal}.brand-copy .legal-suffix{white-space:normal}.brand-copy small{display:none}.nav-toggle{display:block;flex:none}.nav-links{position:fixed;top:72px;inset-inline:0;background:white;display:none;flex-direction:column;align-items:stretch;padding:18px 20px;border-top:1px solid var(--line);box-shadow:0 20px 35px rgba(9,13,63,.12)}.nav-links.open{display:flex}.nav-links a{text-align:center}.hero{min-height:auto}.hero-layout{padding-block:68px 74px}.hero h1{font-size:2.75rem}.hero-copy>p{font-size:.9rem}.hero-actions{flex-direction:column;align-items:stretch}.shipment-panel{width:100%}.panel-body{padding:24px 20px}.need-section,.news-section{padding:72px 0}.section-intro{display:block}.section-intro>p{margin-top:16px}.section-intro h2{font-size:2rem}.service-grid{grid-template-columns:1fr}.service-card{min-height:280px;border-inline-end:0}.network-section{padding:75px 0}.office-grid{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr 1fr}.trust-heading{grid-column:1/-1}.trust-item{padding-inline-start:18px}.trust-item strong{font-size:2rem}.news-feature{min-height:340px}.cta-layout{flex-direction:column;align-items:flex-start}.cta-layout h2{font-size:1.7rem}.footer-grid{grid-template-columns:1fr;gap:36px}.footer-bottom{flex-direction:column;gap:8px}.topbar-meta{gap:10px}
}

@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}.service-card{transition:none}}
html[lang="en"] .about-media::after{content:"18+ years of experience";right:auto;left:-24px}

/* Quote request */
.quote-hero{padding:76px 0 88px;background:linear-gradient(110deg,rgba(7,10,51,.98),rgba(49,47,197,.9)),url('port-cranes.jpg') center/cover;color:white;position:relative;overflow:hidden}.quote-hero::after{content:"";position:absolute;width:460px;height:460px;border:1px solid rgba(255,235,0,.42);border-radius:50%;inset-inline-end:-210px;top:-280px}.quote-hero-layout{display:flex;justify-content:space-between;align-items:end;gap:60px;position:relative;z-index:1}.quote-hero h1{font-size:clamp(2.7rem,5vw,4.8rem);line-height:1.2;margin-bottom:14px}.quote-hero p{max-width:68ch;color:#dfe1f1;font-size:.92rem}.quote-promise{min-width:310px;padding:22px 24px;border-inline-start:4px solid var(--yellow);background:rgba(255,255,255,.08);backdrop-filter:blur(9px)}.quote-promise strong,.quote-promise span{display:block}.quote-promise strong{font-size:1rem}.quote-promise span{font-size:.7rem;color:#cfd1e7;margin-top:7px;direction:ltr}
.quote-main{padding:70px 0 100px;background:linear-gradient(180deg,#f3f5fb 0,#fff 360px)}.quote-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start}.quote-form{background:white;border-top:6px solid var(--yellow);box-shadow:0 22px 65px rgba(9,13,63,.12);padding:38px}.quote-progress{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:44px;position:relative}.quote-progress::before{content:"";position:absolute;top:19px;inset-inline:12%;height:2px;background:#e3e5ef}.quote-progress>div{text-align:center;position:relative;z-index:1;color:#9599aa}.quote-progress b{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;margin:0 auto 8px;background:#eef0f6;color:#777b91;border:4px solid white;box-shadow:0 0 0 1px #dfe2ec}.quote-progress span{font-size:.72rem;font-weight:700}.quote-progress .active{color:var(--blue)}.quote-progress .active b{background:linear-gradient(135deg,var(--blue),var(--blue-2));color:white;box-shadow:0 0 0 1px var(--blue)}
.quote-step{border:0}.quote-step[hidden],.conditional[hidden]{display:none!important}.quote-step legend{font-size:1.55rem;font-weight:900;margin-bottom:28px;color:var(--ink)}.quote-step legend span{display:block;font-size:.7rem;color:var(--blue);letter-spacing:.04em;margin-bottom:3px}.service-choice{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.service-choice label:last-child{grid-column:1/-1}.service-choice input{position:absolute;opacity:0;pointer-events:none}.service-choice label>span{min-height:118px;padding:20px;border:1px solid #dfe2ed;display:grid;grid-template-columns:44px 1fr;grid-template-rows:auto auto;column-gap:14px;cursor:pointer;transition:.22s}.service-choice b{grid-row:1/3;width:44px;height:44px;display:grid;place-items:center;background:#f0f1fb;color:var(--blue);font-size:1.15rem}.service-choice strong{font-size:.92rem;align-self:end}.service-choice small{font-size:.68rem;color:#7b7f94}.service-choice input:checked+span{border-color:var(--blue);background:#f4f4ff;box-shadow:0 0 0 2px rgba(74,69,255,.12)}.service-choice input:checked+span b{background:linear-gradient(135deg,var(--blue),var(--blue-2));color:var(--yellow)}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.form-grid .wide{grid-column:1/-1}.form-grid .row-start{grid-column:1}.combo-wrap{position:relative;display:block}.combo-wrap input{padding-inline-end:34px}.combo-arrow{position:absolute;inset-inline-end:13px;top:50%;transform:translateY(-50%);font-size:.6rem;color:#868a9c;pointer-events:none}.combo-panel{position:absolute;top:100%;inset-inline:0;margin-top:4px;background:#fff;border:1px solid #cfd3df;box-shadow:0 12px 28px rgba(9,13,63,.14);max-height:220px;overflow-y:auto;z-index:30}.combo-option{padding:10px 13px;font-size:.82rem;cursor:pointer}.combo-option:hover,.combo-option.active{background:#f0f1fb}.quote-form label{display:block;font-size:.75rem;font-weight:750;margin-bottom:6px}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid #cfd3df;background:#fff;padding:12px 13px;height:50px;outline:none;color:var(--ink);border-radius:0}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(74,69,255,.1)}.quote-form textarea{height:auto;min-height:110px;resize:vertical}.quote-form input[type="checkbox"],.quote-form input[type="radio"]{width:auto;height:auto;accent-color:var(--blue)}.quote-form input[type="file"]{padding:10px;background:#f8f9fc}.form-grid small{display:block;font-size:.65rem;color:#868a9c;margin-top:5px}.checkbox-row{display:flex;flex-wrap:wrap;gap:12px 28px;background:#f7f8fc;border:1px solid #e4e6ef;padding:15px}.checkbox-row label{margin:0}.step-actions{display:flex;justify-content:space-between;gap:12px;margin-top:30px}.step-actions .btn{border:1px solid #d4d7e2;background:white;color:var(--blue);cursor:pointer}.step-actions .quote-next,.step-actions .quote-submit{margin-inline-start:auto;background:linear-gradient(135deg,var(--blue),var(--blue-2));color:white;border-color:transparent}.step-actions .quote-submit{background:linear-gradient(135deg,var(--yellow),var(--yellow-2));color:var(--ink)}.quote-summary{padding:20px;background:linear-gradient(135deg,#0b104d,#312fc5);color:white;margin-top:26px}.quote-summary>span{display:block;color:var(--yellow);font-size:.72rem;font-weight:800;margin-bottom:10px}.quote-summary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px 20px}.quote-summary-grid p{font-size:.72rem;color:#d8d9eb}.quote-summary-grid b{color:white}.consent{margin-top:18px!important;display:flex!important;align-items:center;gap:8px}.submit-note{font-size:.66rem;color:#85899b;margin-top:12px}.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.quote-aside{position:sticky;top:105px}.quote-aside-card{padding:30px;background:linear-gradient(145deg,var(--navy),var(--blue));color:white;border-bottom:5px solid var(--yellow)}.quote-aside-card>span{font-size:.7rem;color:var(--yellow);font-weight:800}.quote-aside-card h2{font-size:1.65rem;line-height:1.45;margin:8px 0 15px}.quote-aside-card p{font-size:.75rem;color:#ced0e6;margin-bottom:20px}.quote-aside-card a{display:block;font-size:.76rem;margin-top:7px;direction:ltr}.quote-aside-image{height:245px;background:linear-gradient(0deg,rgba(9,13,63,.35),transparent),url('hero-ship.jpg') center/cover}
html[lang="en"] .quote-step legend{letter-spacing:-.03em}html[lang="en"] .quote-form label{font-weight:700}

@media(max-width:900px){.quote-layout{grid-template-columns:1fr}.quote-aside{position:static;display:grid;grid-template-columns:1fr 1fr}.quote-aside-image{height:auto;min-height:250px}}
@media(max-width:760px){.quote-hero{padding:54px 0 66px}.quote-hero-layout{display:block}.quote-promise{min-width:0;margin-top:28px}.quote-main{padding:35px 0 70px}.quote-form{padding:26px 18px}.quote-progress{margin-bottom:34px}.quote-progress span{font-size:.62rem}.service-choice,.form-grid{grid-template-columns:1fr}.service-choice label:last-child,.form-grid .wide{grid-column:auto}.step-actions{flex-direction:column-reverse}.step-actions .btn{width:100%;margin:0}.quote-summary-grid{grid-template-columns:1fr}.quote-aside{grid-template-columns:1fr}.quote-aside-image{min-height:220px}}
.result-page{min-height:100vh;display:grid;place-items:center;padding:25px;background:linear-gradient(145deg,var(--navy),var(--blue));text-align:center}.result-card{width:min(600px,100%);padding:44px;background:white;border-top:7px solid var(--yellow);box-shadow:var(--shadow)}.result-card img{width:86px;height:86px;object-fit:contain}.result-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:var(--yellow);font-size:1.8rem;font-weight:900;margin:18px auto}.result-card h1{font-size:2rem}.result-card p{color:var(--text);font-size:.86rem;margin:13px auto;max-width:52ch}.result-card>strong{display:block;margin:18px 0;color:var(--blue)}.result-card>div{display:flex;justify-content:center;gap:10px;margin-top:26px}.result-card .btn{border:1px solid var(--line)}.result-contact{display:block;color:var(--blue);font-weight:700;font-size:.82rem;margin-top:7px}
.quote-form .hp-field{left:auto!important;inset-inline-start:0!important;width:1px!important;height:1px!important;opacity:0!important;clip-path:inset(50%)!important;pointer-events:none!important}

/* Inner pages */
:root{--slate-300:#c9cce0;--slate-500:#666b84;--navy-950:#070a33;--navy-900:#0c104d;--teal-400:#fff45c;--teal-500:#4a45ff;--gold-500:#ffeb00;--sand-50:#f4f6fb;--radius-md:8px}
.container{width:min(1120px,calc(100% - 48px));margin-inline:auto}
header.site{height:84px;background:rgba(255,255,255,.97);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(17,20,70,.08);backdrop-filter:blur(14px)}
.nav{width:min(1180px,calc(100% - 48px));height:100%;margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:26px}
header.site .brand-mark,footer .brand-mark{width:58px;height:58px;display:grid;place-items:center;overflow:hidden;background:white;border-radius:8px;flex-shrink:0}
header.site .brand-mark img,footer .brand-mark img{width:100%;height:100%;object-fit:contain}
.brand-name{display:flex;flex-direction:column;line-height:1.25}.brand-name strong{font-size:1.02rem;font-weight:900;color:var(--ink)}.brand-name span{font-size:.64rem;color:#777b93;margin-top:5px}.brand-name strong .legal-suffix{display:inline;white-space:nowrap;font-size:.72em;font-weight:700;color:#5e637c;margin:0}
header.site .nav-links a.active{color:var(--blue);background:#f2f2ff}

.page-hero{padding:82px 0 88px!important;background:linear-gradient(115deg,var(--navy) 0%,var(--blue-3) 57%,var(--blue) 100%);color:white;position:relative;overflow:hidden}
.page-hero::before{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(255,235,0,.42);border-radius:50%;left:-190px;top:-240px}.page-hero::after{content:"";position:absolute;right:0;bottom:0;width:38%;height:6px;background:var(--yellow)}
.page-hero .container{position:relative;z-index:1}.page-hero h1{font-size:clamp(2.35rem,4.5vw,4rem);line-height:1.35;letter-spacing:-.045em;max-width:16ch}.page-hero p{color:#dfe1f0!important;line-height:2!important}.breadcrumb{font-size:.73rem;color:#b9bdd8;margin-bottom:14px}.breadcrumb a{color:var(--yellow);font-weight:700}
body>section:not(.page-hero):not(.band){padding:88px 0}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px}.hero-grid h2,.section-head h2{font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.4}.about-media{min-height:440px;background:linear-gradient(140deg,rgba(49,47,197,.2),rgba(9,13,63,.48)),url('hero-ship.jpg') center/cover;box-shadow:24px 24px 0 var(--yellow);position:relative}.about-media::after{content:"۱۸+ سال تجربه";position:absolute;right:-24px;bottom:28px;background:linear-gradient(135deg,var(--blue),var(--blue-2));color:white;font-weight:900;padding:15px 24px}
.band{padding:90px 0;background:linear-gradient(135deg,var(--navy),var(--blue-3));color:white;position:relative;overflow:hidden}.band::after{content:"";position:absolute;width:340px;height:340px;border:35px solid rgba(255,235,0,.12);border-radius:50%;left:-190px;bottom:-220px}.band .eyebrow{color:#e6e7ff}.band .section-head{position:relative;z-index:1}.band .btn{position:relative;z-index:1}
.section-head{margin-bottom:38px}.section-head.center{text-align:center}.section-head.center .eyebrow{justify-content:center}.section-head.center h2{margin-inline:auto}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.12);position:relative;z-index:1}.t-item{background:rgba(255,255,255,.06);padding:30px;min-height:190px;border-top:4px solid var(--yellow)}.t-item b{font-size:1rem}.t-item p{font-size:.78rem;color:#bfc2da;margin-top:10px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{padding:32px;border:1px solid var(--line);background:white;transition:.28s}.card:hover{transform:translateY(-7px);border-color:var(--blue);box-shadow:0 20px 50px rgba(17,20,70,.1)}.card .icon{width:46px;height:46px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),var(--blue-2));color:var(--yellow);margin-bottom:20px}.card h3{font-size:1.08rem;margin-bottom:9px}.card p{font-size:.8rem;color:var(--text)}
.service-detail{display:grid;grid-template-columns:90px 1fr;gap:28px;padding:34px 30px;border-bottom:1px solid var(--line);transition:.25s}.service-detail:hover{background:linear-gradient(90deg,#f7f7ff,white);border-color:var(--blue)}.service-detail .num{font-size:2.1rem;font-weight:900;color:var(--blue);line-height:1}.service-detail h3{font-size:1.25rem;margin-bottom:7px}.service-detail p{font-size:.84rem;color:var(--text)}.tag-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.tag{font-size:.68rem;background:#f0f1fb;border:1px solid #e1e3ef;padding:4px 10px;border-radius:99px;color:var(--blue-3)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;font-weight:800;font-size:.84rem;border-radius:4px}.btn-primary{background:linear-gradient(135deg,var(--yellow),var(--yellow-2));color:var(--ink)}.btn-primary:hover{background:white;transform:translateY(-2px)}

.track-box{max-width:850px;margin:-160px auto 0;background:white;padding:34px;position:relative;z-index:5;box-shadow:var(--shadow);border-top:5px solid var(--yellow)}.track-form{display:grid;grid-template-columns:1fr auto;gap:10px}.track-form input{height:54px;border:1px solid #ccd0dd;padding-inline:16px;outline:none}.track-form input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(74,69,255,.1)}.track-form .btn{border:0;background:linear-gradient(135deg,var(--blue),var(--blue-2));color:white;cursor:pointer}.track-empty{font-size:.75rem;color:#85899d;margin-top:10px}.track-result{display:none;margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}.track-result.show{display:block}.status-steps{display:flex;justify-content:space-between;position:relative;margin-top:30px}.status-steps::before{content:"";position:absolute;top:14px;inset-inline:5%;height:2px;background:#e3e5ee}.step{position:relative;z-index:1;text-align:center;color:#7b7f94}.step .dot{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;margin:0 auto 7px;background:#e7e8ef;font-size:.72rem}.step.done .dot{background:var(--blue);color:white}.step.current .dot{background:var(--yellow);color:var(--ink)}

.post-card{border:1px solid var(--line);background:white;overflow:hidden;transition:.3s}.post-card:hover{transform:translateY(-7px);box-shadow:0 22px 50px rgba(17,20,70,.12);border-color:var(--blue)}.post-thumb{aspect-ratio:16/9;overflow:hidden;background:linear-gradient(155deg,rgba(9,13,63,.1),rgba(49,47,197,.42)),url('hero-ship.jpg') center/cover;position:relative}.post-thumb-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.post-card:nth-child(2) .post-thumb{background-position:40% 65%}.post-card:nth-child(3) .post-thumb{filter:saturate(.75)}.post-cat{position:absolute;top:15px;right:15px;background:var(--yellow);color:var(--ink);font-weight:900;font-size:.66rem;padding:5px 11px}.post-body{padding:24px}.post-meta{font-size:.67rem;color:#888ca0}.post-body h3{font-size:1.05rem;line-height:1.7;margin:7px 0}.post-body p{font-size:.78rem;color:var(--text)}

/* Responsive featured images used by the PHP blog article view. */
.article-featured{width:100%;aspect-ratio:16/9;overflow:hidden;margin:18px 0 28px;background:var(--mist)}
.article-featured img{display:block;width:100%;height:100%;max-width:100%;object-fit:cover;object-position:center}

.contact-grid{display:grid;grid-template-columns:1fr 1.08fr;gap:55px}.contact-info{display:grid;gap:11px}.contact-info .item{display:flex;gap:15px;padding:18px;border:1px solid var(--line);background:white;transition:.22s}.contact-info .item:hover{border-color:var(--blue);box-shadow:0 12px 30px rgba(17,20,70,.07)}.contact-info .ic{width:42px;height:42px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),var(--blue-2));color:var(--yellow);flex-shrink:0}.contact-info h4{font-size:.88rem}.contact-info p{color:var(--text)!important;font-size:.76rem!important}.form{padding:32px;background:var(--mist);border-top:5px solid var(--yellow);display:grid;gap:15px;align-content:start}.form label{display:block;font-size:.75rem;font-weight:700;margin-bottom:5px}.form input,.form select,.form textarea{width:100%;border:1px solid #d2d5e0;background:white;padding:12px;outline:none}.form textarea{min-height:120px;resize:vertical}.form input:focus,.form select:focus,.form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(74,69,255,.1)}.form .btn{border:0;background:linear-gradient(135deg,var(--blue),var(--blue-2));color:white;cursor:pointer}.form-status{display:none;color:#168351;font-size:.76rem}.form-status.show{display:block}

body>footer{padding:68px 0 24px;background:#070a33;color:#d4d6e8}body>footer .container{width:min(1120px,calc(100% - 48px))}body>footer .footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:45px}body>footer .brand-name strong{color:white}body>footer .brand-name span{color:#aeb1ca}body>footer h4{color:white;font-size:.88rem;margin-bottom:14px}body>footer ul{list-style:none}body>footer li,body>footer p,body>footer a{font-size:.72rem;color:#aeb1ca;line-height:1.9}body>footer a:hover{color:var(--yellow)}body>footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:45px;padding-top:20px;display:flex;justify-content:space-between;font-size:.68rem;color:#8186a7}

@media(max-width:900px){.hero-grid,.contact-grid{grid-template-columns:1fr}.timeline{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:1fr 1fr}body>footer .footer-grid{grid-template-columns:1fr 1fr}.track-box{margin-top:-130px}}
@media(max-width:760px){.container,.nav,body>footer .container{width:calc(100% - 30px)}header.site{height:72px}.nav .nav-links{top:72px}.nav .brand{min-width:0;flex:1 1 auto;overflow:hidden}header.site .brand-mark,footer .brand-mark{width:44px;height:44px}.brand-name{min-width:0;flex:1}.brand-name strong{font-size:.82rem;white-space:normal}.brand-name strong .legal-suffix{white-space:normal}.brand-name span{display:none}.page-hero{padding:60px 0 72px!important}.page-hero h1{font-size:2.25rem}.hero-grid{gap:40px}.about-media{min-height:310px;box-shadow:12px 12px 0 var(--yellow)}.timeline,.grid-3{grid-template-columns:1fr}.service-detail{grid-template-columns:55px 1fr;padding-inline:10px}.track-box{margin-top:-115px;padding:22px}.track-form{grid-template-columns:1fr}.status-steps{overflow-x:auto;gap:25px}.step{min-width:80px}.contact-grid{gap:30px}body>footer .footer-grid{grid-template-columns:1fr}body>footer .footer-bottom{flex-direction:column;gap:7px}}

/* Quote-form follow-up: reefer / Open-Top-Flat-Rack fields added inside .quote-form (see quote.html /
   quote-en.html). Only new, additive rules below — nothing above this line is touched. */
.gauge-result{display:block;font-size:.68rem;margin-top:7px;font-weight:700;color:#868a9c}
.gauge-result.gauge-ok{color:#176638}
.gauge-result.gauge-warn{color:#a36400}
/* Groups a related cluster of conditional fields (ports, Mersin, Reefer, Open Top/Flat Rack) into its
   own boxed section — same visual language as the existing .checkbox-row — so a group never visually
   blends into the unrelated field sitting next to it in the 2-column grid. */
.field-group{background:#f7f8fc;border:1px solid #e4e6ef;padding:16px}
.field-group-title{display:block;font-size:.72rem;font-weight:800;color:var(--blue);margin-bottom:12px}
.field-group-check{display:flex!important;align-items:center;gap:8px;margin-bottom:0}
.field-group .field-group-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px 18px;margin-top:0}
.field-group .field-group-check+.field-group-grid{margin-top:14px}
.field-group .field-group-grid:empty{display:none}
.field-group-grid-3{grid-template-columns:repeat(3,1fr)}
.field-group-grid .wide{grid-column:1/-1}
@media(max-width:760px){.field-group .field-group-grid,.field-group-grid-3{grid-template-columns:1fr}}
/* B/L type showcase (services.html item 08) — three small icon+text cards, same visual language
   (border/line colour, hover tint) as the surrounding .service-detail rows. */
.doc-types{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px}
.doc-type{border:1px solid var(--line);border-radius:10px;padding:20px 18px;transition:.22s}
.doc-type:hover{border-color:var(--blue);background:linear-gradient(180deg,#f7f7ff,white)}
.doc-type-icon{width:42px;height:42px;border-radius:9px;background:#f0f1fb;color:var(--blue);display:grid;place-items:center;font-weight:900;font-size:.92rem;margin-bottom:12px}
.doc-type h4{font-size:.94rem;margin-bottom:6px;font-weight:800}
.doc-type p{font-size:.8rem;color:var(--text)}
@media(max-width:760px){.doc-types{grid-template-columns:1fr}}

/* Customer-portal follow-up: the bare `footer{padding:72px 0 24px}` rule above was written for the
   public homepage's rich 4-column .footer-grid, where the large top padding makes room for that grid.
   The portal's <footer class="portal-footer"> has no such grid -- just two short lines -- so it inherited
   the same huge padding and rendered as an oversized, mostly-empty dark bar. This rule is scoped to
   .portal-footer only and does not change the public-site footer in any way. */
.portal-footer{padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.portal-footer span{font-size:.75rem}
.portal-footer a{color:#aeb1ca;font-size:.75rem;transition:.2s}
.portal-footer a:hover{color:var(--yellow)}
