/* ============ ATM International Courier Services — shared styles ============ */
:root{
  --orange:#fb5621;
  --dark:#18262f;
  --teal:#06303c;
  --grey-dark:#313131;
  --grey-light:#f3f4f8;
  --track:#f5f5f5;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;color:#000;background:#fff;line-height:1.2;overflow-x:hidden}
img{display:block}
a{text-decoration:none;color:inherit}
.container{width:960px;max-width:calc(100% - 40px);margin:0 auto}

/* ============ Buttons ============ */
.btn{display:inline-flex;align-items:center;gap:5px;background:var(--orange);border:none;cursor:pointer;
     padding:5px 10px 5px 20px;border-radius:20px;font-family:'Lunasima',sans-serif;font-size:12px;color:#fff;
     transition:filter .2s;align-self:flex-start}
.btn:hover{filter:brightness(1.1)}
.btn .btn-circle{background:#000;border-radius:20px;padding:5px;display:flex;align-items:center}
.btn .btn-circle img{width:16px;height:16px}
.btn span:first-child{white-space:nowrap}

/* ============ Section tag & titles ============ */
.tag{display:flex;align-items:center;gap:2px;font-weight:700;font-size:12px;color:var(--orange)}
.tag img{width:20.5px;height:6px}
.tag.center{justify-content:center}
.tag.white{color:#fff}
h2.sec-title{font-size:32px;font-weight:700;line-height:1.2;margin-top:10px}
h2.sec-title span{color:var(--orange)}
.sec-head-center{text-align:center}
.muted{font-size:12px;opacity:.6;line-height:1.2}

/* ============ Topbar ============ */
.topbar{background:var(--teal);display:flex;align-items:center;justify-content:space-between;padding-left:40px}
.topbar .info{display:flex;align-items:center;gap:20px}
.topbar .item{display:flex;align-items:center;gap:4px;color:#fff;font-family:'Lunasima',sans-serif;font-size:12px}
.topbar .item img{width:15px;height:15px}
.topbar .sep{width:1px;height:10px;background:#fff}
.topbar .right{background:var(--orange);display:flex;align-items:center;gap:20px;padding:5px 20px;border-radius:40px 0 0 40px}
.topbar .socials{display:flex;gap:10px}
.topbar .socials a{background:rgba(0,0,0,.2);border-radius:20px;padding:5px;display:flex}
.topbar .socials img{width:16px;height:16px}

/* ============ Header / nav ============ */
.hero{position:relative;background:var(--dark);color:#fff;overflow:hidden}
.hero-bg{position:absolute;inset:0;pointer-events:none}
.hero-bg img{width:100%;height:100%;object-fit:cover}
.hero-bg::after{content:'';position:absolute;inset:0;
  background:linear-gradient(to right,var(--dark) 12%,rgba(24,38,47,.35) 68.75%,rgba(24,38,47,.15) 100%)}
.hero-inner{position:relative}
nav{display:flex;align-items:center;justify-content:space-between;padding:15px 0;gap:20px;position:relative}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}
.nav-toggle span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .25s,opacity .25s}
.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle.open span:nth-child(2){opacity:0}
.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.logo img{height:44px;border-radius:4px}
.nav-links{display:flex;align-items:center;gap:20px;font-weight:700;font-size:12px}
.nav-links a{padding:2px 0;color:#fff}
.nav-links a.active{color:var(--orange);border-bottom:2px solid var(--orange)}
.nav-links a:hover{color:var(--orange)}
.nav-right{display:flex;align-items:center;gap:20px}

/* page banner for inner pages */
.page-banner{padding:60px 0 70px;position:relative}
.page-banner h1{font-size:40px;font-weight:700}
.page-banner .crumb{font-family:'Lunasima',sans-serif;font-size:12px;margin-top:10px;opacity:.8}
.page-banner .crumb a{color:var(--orange)}

/* ============ Hero (home) ============ */
.hero-body{display:flex;align-items:flex-end;justify-content:space-between;height:400px;padding-bottom:70px;gap:40px}
.hero-left{width:540px;max-width:100%;display:flex;flex-direction:column;gap:10px}
.hero-left .kicker{font-weight:500;font-size:12px}
.hero-left h1{font-weight:700;font-size:40px;line-height:1.2}
.hero-left p{font-weight:500;font-size:12px}
.hero-cta{display:flex;align-items:center;gap:10px}
.avatars{display:flex;align-items:center;gap:10px}
.avatars .stack{display:flex}
.avatars .stack img{width:40px;height:40px;border-radius:50%}
.avatars .stack img:not(:last-child){margin-right:-10px}
.avatars .names{display:flex;flex-direction:column;gap:2px}
.avatars .names b{font-family:'Lunasima',sans-serif;font-weight:700;font-size:14px}
.avatars .names span{font-family:'Lunasima',sans-serif;font-size:12px}
.hero-right{width:356px;display:flex;flex-direction:column;gap:20px;flex-shrink:0}
.slider-arrows{display:flex;flex-direction:column;gap:10px;width:26px}
.slider-arrows button{border:1px solid rgba(255,255,255,.6);background:none;border-radius:2px;padding:5px;cursor:pointer;display:flex}
.slider-arrows img{width:16px;height:16px}
.slider-arrows .prev img{transform:rotate(180deg)}
.hero-card{display:flex;gap:20px;align-items:stretch}
.hero-card .thumb{flex:1;background:#d9d9d9;min-height:110px}
.hero-card .thumb img{width:100%;height:100%;object-fit:cover}
.hero-card .txt{flex:1;display:flex;flex-direction:column;gap:10px}
.hero-card .txt h4{font-family:'Lunasima',sans-serif;font-weight:400;font-size:16px}
.hero-card .txt p{font-weight:500;font-size:12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.hero-card .txt a{font-family:'Lunasima',sans-serif;font-weight:700;font-size:12px}

/* ============ About ============ */
.about{padding:60px 0}
.about .cols{display:flex;gap:70px;align-items:center}
.about-left{width:470px;max-width:100%;display:flex;flex-direction:column;gap:10px}
.features{display:flex;gap:10px;padding:20px 0}
.feature{flex:1;display:flex;gap:20px;align-items:flex-start}
.feature .ico{background:var(--orange);border-radius:20px;padding:5px;display:flex;flex-shrink:0}
.feature .ico img{width:16px;height:16px}
.feature h4{font-family:'Lunasima',sans-serif;font-weight:700;font-size:14px;margin-bottom:10px}
.feature p{font-size:12px;opacity:.6;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}
.about-actions{display:flex;align-items:center;gap:10px;margin-top:10px}
.person{display:flex;align-items:center;gap:10px}
.person img{width:40px;height:40px;border-radius:50%;object-fit:cover}
.person b{display:block;font-family:'Lunasima',sans-serif;font-size:14px}
.person span{font-family:'Lunasima',sans-serif;font-size:12px}
.about-right{flex:1;position:relative}
.about-right>img{width:100%;max-width:420px;height:363px;object-fit:cover}
.about-badge{position:absolute;left:4.5%;top:140px;width:90px;height:90px;background:#fff;border:2px solid var(--orange);
  border-radius:110px;display:flex;align-items:center;justify-content:center}
.about-badge .inner{background:#fff;border-radius:60px;width:54px;height:54px;display:flex;align-items:center;justify-content:center}
.about-badge img{width:32px;height:32px}

/* ============ Services ============ */
.services{padding:60px 0;position:relative;overflow:hidden}
.services .map{position:absolute;top:0;bottom:0;left:-14%;right:-14%;pointer-events:none}
.services .map img{width:100%;height:100%}
.services .container{position:relative}
.svc-row{display:flex;gap:20px;align-items:flex-start;margin-bottom:20px}
.svc-row:last-child{margin-bottom:0}
.svc-head{flex:1}
.svc-card{flex:1;display:flex;flex-direction:column;filter:drop-shadow(0 4px 5px rgba(0,0,0,.1))}
.svc-card .thumb{height:140px;background:#d9d9d9}
.svc-card .thumb img{width:100%;height:100%;object-fit:cover}
.svc-card .body{background:#fff;display:flex;gap:10px;align-items:flex-start;padding:20px}
.svc-card .body>img{width:24px;height:24px;flex-shrink:0}
.svc-card h4{font-family:'Lunasima',sans-serif;font-weight:700;font-size:14px;margin-bottom:10px;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.svc-card p{font-size:12px;opacity:.6;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}

/* ============ Skills ============ */
.skills{padding:60px 0}
.skills .cols{display:flex;gap:70px;align-items:center}
.skills-left{width:470px;max-width:100%;display:flex;flex-direction:column;gap:20px}
.bars{display:flex;flex-direction:column;gap:10px;width:100%}
.bar label{font-weight:500;font-size:12px;display:block;margin-bottom:4px}
.bar .track{background:var(--track);width:100%}
.bar .fill{background:var(--orange);height:12px;display:flex;align-items:center;justify-content:flex-end;
  padding:0 5px;color:#fff;font-weight:500;font-size:8px}
.circle-art{position:relative;width:452px;max-width:100%;flex-shrink:0}
.circle-art .ellipse{width:362px;height:362px;margin-left:32px}
.circle-art .photo{position:absolute;left:0;width:420px;max-width:100%;object-fit:cover;object-position:bottom}
.skills .circle-art .photo{top:46px;height:269px}
.faq-sec .circle-art .photo{top:61px;height:280px;object-position:center}

/* ============ Process ============ */
.process{background:var(--grey-light);padding:60px 0}
.process-steps{display:flex;gap:10px;align-items:flex-start;margin-top:40px}
.step{flex:1;display:flex;flex-direction:column;gap:20px;align-items:center;text-align:center}
.step .ico{background:var(--orange);border:4px solid rgba(251,86,33,.6);border-radius:40px;width:46px;height:46px;
  display:flex;align-items:center;justify-content:center}
.step .ico img{width:24px;height:24px}
.step h4{font-family:'Lunasima',sans-serif;font-weight:700;font-size:14px;margin-bottom:10px}
.step p{font-size:12px;opacity:.6;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}
.connector{width:100px;flex-shrink:0;margin-top:19px}

/* ============ Testimonials / Partners ============ */
.testimonials{background:var(--grey-dark);color:#fff;padding:60px 0}
.testi-cols{display:flex;gap:70px;align-items:center}
.testi-left{width:470px;max-width:100%}
.testi-right{width:420px;flex-shrink:0;display:flex;flex-direction:column;gap:10px}
.pager{display:flex;align-items:center;justify-content:flex-end;gap:10px;font-weight:700;font-size:12px}
.pager button{border:1px solid rgba(255,255,255,.6);background:none;border-radius:2px;padding:5px;cursor:pointer;display:flex}
.pager img{width:16px;height:16px}
.pager .prev img{transform:rotate(180deg)}
.quotes{display:flex;gap:10px}
.quote{flex:1;background:rgba(255,255,255,.2);padding:20px;display:flex;gap:20px;align-items:flex-start}
.quote .mark{font-family:'Lunasima',sans-serif;font-weight:700;font-size:40px}
.quote p{font-size:12px;opacity:.6;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:10px}
.quote .who{text-align:right}
.quote .who b{display:block;font-family:'Lunasima',sans-serif;font-size:14px}
.quote .who span{font-family:'Lunasima',sans-serif;font-size:12px}
.partners-label{margin-top:60px;text-align:center}
.partners-label .tag{justify-content:center}
.logos{display:flex;gap:60px;align-items:center;justify-content:center;margin-top:30px;flex-wrap:wrap}
.logos img{height:28px;filter:brightness(0) invert(1);opacity:.55;transition:opacity .2s}
.logos img:hover{opacity:.9}

/* ============ Team ============ */
.team{padding:60px 0}
.team-grid{display:flex;gap:20px;margin-top:40px}
.member{flex:1;border-bottom:2px solid var(--orange)}
.member .thumb{height:140px;background:#d9d9d9}
.member .thumb img{width:100%;height:100%;object-fit:cover}
.member .body{background:#fff;display:flex;gap:10px;align-items:flex-start;padding:20px}
.member .info{flex:1;min-width:0}
.member h4{font-family:'Lunasima',sans-serif;font-weight:700;font-size:14px;margin-bottom:10px}
.member p{font-size:12px;opacity:.6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.member .ico{background:var(--orange);border-radius:40px;padding:10px;display:flex;flex-shrink:0}
.member .ico img{width:24px;height:24px}

/* ============ FAQ ============ */
.faq-sec{padding:60px 0}
.faq-sec .cols{display:flex;gap:70px;align-items:center}
.faq-left{width:470px;max-width:100%;display:flex;flex-direction:column;gap:20px}
.faq-list{display:flex;flex-direction:column;gap:10px}
.faq-item{border:1px solid rgba(0,0,0,.1);border-radius:40px;padding:10px 20px;cursor:pointer}
.faq-item .q{display:flex;align-items:center;gap:20px;justify-content:space-between}
.faq-item .q > span:first-child{font-weight:500;font-size:12px;flex:1}
.faq-item .q .ico{background:var(--orange);border-radius:20px;padding:5px;display:flex;flex-shrink:0;transition:transform .25s}
.faq-item .q img{width:16px;height:16px}
.faq-item .a{font-size:12px;opacity:.6;max-height:0;overflow:hidden;transition:max-height .3s,margin .3s}
.faq-item.open{border-radius:10px}
.faq-item.open .a{max-height:120px;margin-top:20px}
.faq-item.open .q .ico{transform:rotate(90deg)}

/* ============ Blog ============ */
.blog{padding:60px 0}
.blog-grid{display:flex;gap:20px;height:360px;margin-top:20px}
.blog-grid.static{height:auto}
.post-big{flex:1;display:flex;flex-direction:column;border-radius:10px;overflow:hidden;filter:drop-shadow(0 4px 5px rgba(0,0,0,.1))}
.post-big .thumb{flex:1;position:relative;background:#d9d9d9;min-height:180px}
.post-big .thumb>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hot{position:absolute;right:0;bottom:0;background:var(--orange);color:#fff;font-family:'Lunasima',sans-serif;
  font-weight:700;font-size:16px;padding:5px 10px}
.post-body{background:#fff;padding:20px;display:flex;flex-direction:column;gap:10px}
.post-body h4{font-family:'Lunasima',sans-serif;font-weight:700;font-size:16px}
.post-body .excerpt{font-size:12px;opacity:.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.post-meta{display:flex;gap:10px}
.post-meta span{display:flex;align-items:center;gap:4px;font-size:12px}
.post-meta img{width:12px;height:12px}
.post-foot{display:flex;align-items:center;justify-content:space-between;gap:10px}
.blog-side{flex:1;display:flex;flex-direction:column;gap:20px}
.post-sm{flex:1;display:flex;border-radius:10px;overflow:hidden;filter:drop-shadow(0 4px 5px rgba(0,0,0,.1))}
.post-sm .thumb{flex:1;position:relative;background:#d9d9d9}
.post-sm .thumb>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.post-sm .post-body{flex:1;justify-content:space-between}
.icon-btn{background:var(--orange);border-radius:20px;padding:5px;display:flex;cursor:pointer;border:none}
.icon-btn .in{background:#000;border-radius:20px;padding:5px;display:flex}
.icon-btn img{width:16px;height:16px}
/* blog listing page */
.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}
.post-grid .post-big .thumb{min-height:160px;flex:none;height:160px}

/* ============ Track page ============ */
.track-sec{padding:60px 0}
.track-box{background:var(--grey-dark);border-radius:20px;padding:40px;color:#fff;display:flex;flex-direction:column;gap:20px}
.track-box .row{display:flex;gap:10px}
.track-box input{flex:1;border:1px solid rgba(255,255,255,.4);background:none;padding:10px 20px;font-size:14px;color:#fff;border-radius:20px}
.track-box input::placeholder{color:rgba(255,255,255,.6)}
.track-note{font-size:12px;opacity:.7}
.track-partners{display:flex;flex-direction:column;gap:10px;margin-top:40px}
.track-partners .plink{display:flex;align-items:center;justify-content:space-between;gap:20px;
  border:1px solid rgba(0,0,0,.1);border-radius:40px;padding:10px 20px;font-weight:500;font-size:12px;transition:background .2s}
.track-partners .plink:hover{background:var(--grey-light)}
.track-partners .plink img{height:22px}
.track-partners .plink .ico{background:var(--orange);border-radius:20px;padding:5px;display:flex}
.track-partners .plink .ico img{width:16px;height:16px}

/* ============ Contact page ============ */
.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}
.contact-card{border:1px solid rgba(0,0,0,.1);border-radius:10px;padding:30px 20px;text-align:center;
  display:flex;flex-direction:column;gap:10px;align-items:center}
.contact-card .ico{background:var(--orange);border:4px solid rgba(251,86,33,.6);border-radius:40px;width:46px;height:46px;
  display:flex;align-items:center;justify-content:center}
.contact-card .ico img{width:24px;height:24px}
.contact-card h4{font-family:'Lunasima',sans-serif;font-weight:700;font-size:14px}
.contact-card p{font-size:12px;opacity:.7;line-height:1.5}
.contact-card a{color:var(--orange);font-weight:700}
.map-wrap{margin-top:40px;border-radius:10px;overflow:hidden;filter:drop-shadow(0 4px 5px rgba(0,0,0,.1))}
.map-wrap iframe{width:100%;height:320px;border:0;display:block}

/* ============ Quote / Footer block ============ */
.footer-block{background:var(--grey-dark);color:#fff;padding:60px 0 120px;position:relative;overflow:hidden}
.footer-block.slim{padding-bottom:80px}
.vertical-word{position:absolute;left:24px;top:60px;height:460px;writing-mode:vertical-rl;transform:rotate(180deg);
  font-weight:700;font-size:52px;text-transform:uppercase;color:rgba(255,255,255,.2);white-space:nowrap}
.quote-cols{display:flex;gap:40px;align-items:center}
.quote-art{position:relative;width:355px;flex-shrink:0}
.quote-art .ellipse{position:absolute;left:16px;top:80px;width:323px;height:323px}
.quote-art .photo{position:relative;width:355px;height:418px;object-fit:cover}
.quote-art .illus{width:100%;max-width:355px;height:auto;display:block;margin:0 auto}
.quote-form-wrap{flex:1;display:flex;flex-direction:column;gap:20px}
.quote-form{background:rgba(255,255,255,.2);border-radius:20px;padding:40px;display:flex;flex-direction:column;gap:10px}
.form-row{display:flex;gap:10px}
.field{flex:1;display:flex;flex-direction:column;gap:4px}
.field label{font-family:'Lunasima',sans-serif;font-weight:700;font-size:14px;color:#fff}
.field input,.field textarea,.field select{border:1px solid rgba(255,255,255,.4);background:none;padding:10px;font-size:12px;color:#fff;width:100%;
  font-family:'Inter',sans-serif;resize:vertical}
.field select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23ffffff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;cursor:pointer}
.field select option{background:#313131;color:#fff}
.field[hidden]{display:none}
.form-error{background:rgba(255,80,80,.15);border:1px solid rgba(255,120,120,.5);color:#ffb4b4;font-size:12px;padding:10px;border-radius:6px}
.form-success{text-align:center;padding:30px 10px;display:flex;flex-direction:column;gap:10px;align-items:center}
.form-success .tick{width:52px;height:52px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;font-size:26px;color:#fff}
.form-success h3{font-size:18px;font-weight:700;color:#fff}
.form-success p{font-size:13px;opacity:.8;color:#fff}
.field input::placeholder,.field textarea::placeholder{color:rgba(255,255,255,.6)}
.quote-form .btn{align-self:stretch;justify-content:space-between;font-weight:700;font-size:14px}
.quote-form .btn > span:first-child{flex:1;text-align:center}

.contact-strip{background:var(--orange);padding:50px 0;margin:60px 0}
.contact-strip.no-top{margin-top:0}
.contact-strip .container{display:flex;gap:60px;align-items:center}
.contact-strip h3{font-size:32px;font-weight:700}
.contact-strip .sub{font-family:'Lunasima',sans-serif;font-weight:700;font-size:14px;margin-top:10px}
.c-item{flex:1;display:flex;gap:10px;align-items:flex-start}
.c-item>img{width:24px;height:24px;flex-shrink:0}
.c-item h4{font-family:'Lunasima',sans-serif;font-weight:700;font-size:14px;margin-bottom:10px}
.c-item p{font-size:12px;opacity:.75;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

.newsletter{display:flex;gap:60px;align-items:flex-start;justify-content:space-between}
.newsletter .txt{flex:1}
.newsletter .kicker{font-weight:500;font-size:12px;margin-bottom:10px}
.newsletter h2{font-weight:700;font-size:40px}
.subscribe{display:flex;gap:10px;align-items:stretch;flex-shrink:0}
.subscribe input{background:rgba(255,255,255,.1);border:none;border-radius:20px;padding:10px 20px;
  font-family:'Lunasima',sans-serif;font-size:12px;color:#fff}
.subscribe input::placeholder{color:#fff}

.footer-links{display:flex;gap:70px;align-items:flex-start;margin-top:30px}
.footer-about{flex:1;display:flex;flex-direction:column;gap:15px}
.footer-about .flogo img{height:50px;border-radius:4px}
.footer-about p{font-weight:500;font-size:12px;opacity:.6}
.footer-socials{display:flex;gap:20px;flex-wrap:wrap}
.footer-socials img{width:24px;height:24px}
.link-cols{display:flex;gap:40px}
.link-col h4{font-family:'Lunasima',sans-serif;font-weight:700;font-size:14px;margin-bottom:10px}
.link-col a,.link-col p{display:block;font-size:12px;opacity:.6;margin-bottom:5px;white-space:nowrap}
.link-col a:hover{opacity:1}
.copyright{border-top:1px solid rgba(255,255,255,.15);margin-top:40px;padding-top:20px;font-size:12px;opacity:.5;text-align:center}

/* ============ Responsive ============ */
@media (max-width:1024px){
  .hero-body{height:auto;padding:40px 0 70px;flex-wrap:wrap}
  .about .cols,.skills .cols,.faq-sec .cols,.testi-cols{flex-direction:column;gap:40px}
  .about-left,.skills-left,.faq-left,.testi-left,.testi-right{width:100%}
  .svc-row,.team-grid,.blog-grid,.process-steps{flex-wrap:wrap}
  .blog-grid{height:auto}
  .svc-card,.member{flex:1 1 40%}
  .step{flex:1 1 40%}
  .connector{display:none}
  .quote-cols{flex-direction:column;align-items:center}
  .newsletter,.contact-strip .container{flex-direction:column;gap:30px}
  .vertical-word{display:none}
  .post-grid,.contact-cards{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
  .topbar{display:none}
  /* mobile nav: hamburger dropdown */
  .nav-toggle{display:flex}
  .nav-links{display:none;position:absolute;top:100%;left:0;right:0;z-index:50;
    flex-direction:column;align-items:flex-start;gap:0;background:var(--dark);
    border-top:1px solid rgba(255,255,255,.15);box-shadow:0 14px 20px rgba(0,0,0,.35)}
  .nav-links.open{display:flex}
  .nav-links a{width:100%;padding:14px 20px;font-size:14px;border-bottom:1px solid rgba(255,255,255,.08)}
  .nav-links a.active{border-bottom:1px solid rgba(255,255,255,.08);color:var(--orange)}
  .logo img{height:34px}
  nav{gap:10px}
  .nav-right{gap:10px}
  .nav-right .btn{padding:4px 8px 4px 14px;font-size:11px}
  .hero-cta{flex-wrap:wrap}
  .hero-bg::after{background:linear-gradient(to bottom,rgba(24,38,47,.9) 0%,rgba(24,38,47,.6) 100%)}
  .hero-left h1,.page-banner h1{font-size:30px}
  h2.sec-title{font-size:26px}
  .newsletter h2{font-size:28px}
  .quotes,.form-row,.footer-links,.features{flex-direction:column}
  .hero-right{width:100%}
  .hero-body{padding:30px 0 50px}
  .blog-grid{flex-direction:column}
  .post-sm{flex-direction:column}
  .post-sm .thumb{min-height:140px}
  .post-big .thumb{min-height:180px}
  .svc-card,.member,.step{flex:1 1 100%}
  .circle-art{width:100%}
  .circle-art .ellipse{width:calc(100% - 32px);height:auto}
  .circle-art .photo{max-width:100%}
  .quote-art{width:100%;max-width:355px}
  .quote-art .photo{width:100%;max-width:100%;height:auto;min-height:280px}
  .quote-form{padding:25px 20px}
  .subscribe{width:100%}
  .subscribe input{flex:1;min-width:0}
  .link-cols{flex-direction:column;gap:30px}
  .link-col a,.link-col p{white-space:normal}
  .logos{gap:24px}
  .logos img{height:20px}
  .post-grid,.contact-cards{grid-template-columns:1fr}
  .track-box{padding:25px 20px}
  .track-box .row{flex-direction:column}
  .track-box .row .btn{align-self:stretch;justify-content:center}
  .contact-strip{padding:40px 0}
  .footer-block{padding-bottom:60px}
}

/* ============ Hover effects ============ */
.svc-card,.member,.post-big,.post-sm,.contact-card,.quote{transition:transform .25s,filter .25s,box-shadow .25s}
.svc-card:hover,.post-big:hover,.post-sm:hover{transform:translateY(-6px);filter:drop-shadow(0 12px 18px rgba(0,0,0,.18))}
.member:hover,.contact-card:hover{transform:translateY(-6px);box-shadow:0 12px 18px rgba(0,0,0,.12)}
.quote:hover{background:rgba(255,255,255,.28)}
.svc-card .thumb,.member .thumb,.post-big .thumb,.post-sm .thumb{overflow:hidden}
.svc-card .thumb img,.member .thumb img,.post-big .thumb>img,.post-sm .thumb>img{transition:transform .4s}
.svc-card:hover .thumb img,.member:hover .thumb img,.post-big:hover .thumb>img,.post-sm:hover .thumb>img{transform:scale(1.06)}
.btn{transition:filter .2s,transform .2s}
.btn:hover{transform:translateY(-2px)}
.faq-item{transition:border-color .2s,background .2s}
.faq-item:hover{border-color:var(--orange)}
.step .ico,.member .ico,.feature .ico{transition:transform .25s}
.step:hover .ico{transform:scale(1.12)}
.member .ico:hover,.feature .ico:hover{transform:rotate(-10deg) scale(1.1)}
.topbar .socials a,.footer-socials a{transition:transform .2s,opacity .2s}
.topbar .socials a:hover{transform:scale(1.15)}
.footer-socials a:hover{transform:scale(1.2)}
.footer-socials a img{transition:opacity .2s}
.slider-arrows button:hover,.pager button:hover{background:rgba(255,255,255,.15)}
.icon-btn{transition:transform .2s}
.icon-btn:hover{transform:scale(1.1)}
.about-badge{transition:transform .3s}
.about-right:hover .about-badge{transform:rotate(15deg)}
.logos img.no-filter{filter:none}

/* ============ ZipBuddy chat widget ============ */
#atm-bot .ab-fab{position:fixed;right:20px;bottom:20px;z-index:1000;display:flex;align-items:center;gap:8px;
  background:var(--orange);border:none;border-radius:30px;padding:14px 18px;cursor:pointer;
  box-shadow:0 6px 18px rgba(251,86,33,.45);transition:transform .2s}
#atm-bot .ab-fab:hover{transform:translateY(-3px)}
#atm-bot .ab-fab-badge{color:#fff;font-family:'Lunasima',sans-serif;font-weight:700;font-size:13px}
#atm-bot .ab-panel{position:fixed;right:20px;bottom:20px;z-index:1001;width:360px;max-width:calc(100vw - 24px);
  height:520px;max-height:calc(100vh - 40px);background:#fff;border-radius:14px;overflow:hidden;
  display:flex;flex-direction:column;box-shadow:0 12px 40px rgba(0,0,0,.35);font-size:13px}
#atm-bot .ab-head{background:var(--dark);color:#fff;padding:12px 14px;display:flex;align-items:center;justify-content:space-between}
#atm-bot .ab-head b{font-size:14px;display:block}
#atm-bot .ab-head span{font-size:11px;opacity:.7}
#atm-bot .ab-close{background:none;border:none;color:#fff;font-size:22px;cursor:pointer;line-height:1;padding:2px 6px}
#atm-bot .ab-msgs{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px;background:#f6f6f8}
#atm-bot .ab-msg{max-width:85%;padding:9px 12px;border-radius:12px;line-height:1.45;word-wrap:break-word}
#atm-bot .ab-msg.user{align-self:flex-end;background:var(--orange);color:#fff;border-bottom-right-radius:3px}
#atm-bot .ab-msg.bot{align-self:flex-start;background:#fff;border:1px solid #e6e6ea;border-bottom-left-radius:3px;color:#222}
#atm-bot .ab-msg.bot a{color:var(--orange);font-weight:700;text-decoration:underline}
#atm-bot .ab-msg.quote-card{border-left:3px solid var(--orange)}
#atm-bot .ab-msg.typing span{display:inline-block;width:6px;height:6px;border-radius:50%;background:#bbb;margin:0 2px;
  animation:ab-blink 1.2s infinite}
#atm-bot .ab-msg.typing span:nth-child(2){animation-delay:.2s}
#atm-bot .ab-msg.typing span:nth-child(3){animation-delay:.4s}
@keyframes ab-blink{0%,80%,100%{opacity:.3}40%{opacity:1}}
#atm-bot .ab-chips{display:flex;gap:6px;flex-wrap:wrap;padding:0 12px 6px;background:#f6f6f8}
#atm-bot .ab-chip{border:1px solid var(--orange);color:var(--orange);background:#fff;border-radius:16px;
  padding:5px 11px;font-size:12px;cursor:pointer;transition:background .15s,color .15s}
#atm-bot .ab-chip:hover{background:var(--orange);color:#fff}
#atm-bot .ab-input{display:flex;gap:8px;padding:10px;border-top:1px solid #e6e6ea;background:#fff}
#atm-bot .ab-input input{flex:1;border:1px solid #ddd;border-radius:20px;padding:9px 14px;font-size:13px;
  font-family:'Inter',sans-serif;outline:none}
#atm-bot .ab-input input:focus{border-color:var(--orange)}
#atm-bot .ab-input button{background:var(--orange);border:none;border-radius:50%;width:38px;height:38px;
  display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}
@media (max-width:480px){
  #atm-bot .ab-panel{right:12px;left:12px;width:auto;bottom:12px;height:70vh}
}

/* ============ Blog article page ============ */
.article-sec{padding:60px 0}
.article{max-width:720px;margin:0 auto}
.article-meta{display:flex;gap:20px;flex-wrap:wrap;font-size:12px;opacity:.7;margin-bottom:20px}
.article-cover{width:100%;max-height:380px;object-fit:cover;border-radius:12px;margin-bottom:30px}
.article-body{font-size:15px;line-height:1.8;color:#222}
.article-body p{margin-bottom:16px}
.article-body h2{font-size:22px;font-weight:700;margin:28px 0 12px}
.article-body h3{font-size:18px;font-weight:700;margin:22px 0 10px}
.article-body h4{font-size:15px;font-weight:700;margin:18px 0 8px}
.article-body ul{margin:0 0 16px 20px}
.article-body li{margin-bottom:6px}
.article-body a{color:var(--orange);font-weight:700;text-decoration:underline}
.article-body b{font-weight:700}
.article-share{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:36px;padding-top:20px;border-top:1px solid rgba(0,0,0,.1)}
.article-share>span{font-weight:700;font-size:13px}
.related{max-width:720px;margin:50px auto 0}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px}
.rel-card{display:flex;flex-direction:column;gap:8px;border-radius:10px;overflow:hidden;
  filter:drop-shadow(0 4px 5px rgba(0,0,0,.1));background:#fff;transition:transform .25s}
.rel-card:hover{transform:translateY(-4px)}
.rel-card img{width:100%;height:100px;object-fit:cover}
.rel-card span{font-family:'Lunasima',sans-serif;font-weight:700;font-size:13px;padding:0 12px 12px;line-height:1.35}
.post-grid a.post-big{color:inherit}
@media (max-width:640px){
  .related-grid{grid-template-columns:1fr}
  .article-body{font-size:14px}
}
#atm-bot .ab-panel[hidden],#atm-bot .ab-fab[hidden]{display:none}
a.svc-card,a.post-big,a.post-sm{color:inherit;display:flex}
a.post-big{flex-direction:column}
a.svc-card{flex-direction:column}

/* ============ Partners + clients marquee ============ */
.partner-chips{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:26px}
.chip{background:#fff;border-radius:10px;padding:10px 18px;display:inline-flex;align-items:center;
  justify-content:center;height:64px;flex-shrink:0}
.chip img{max-height:40px;max-width:130px;width:auto;height:auto;filter:none;opacity:1}
.clients-marquee{overflow:hidden;margin-top:26px;position:relative;
  -webkit-mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent);
  mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent)}
.clients-track{display:inline-flex;width:max-content;animation:clients-scroll 60s linear infinite}
.clients-track .chip{margin-right:16px}
.clients-marquee:hover .clients-track{animation-play-state:paused}
@keyframes clients-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (max-width:640px){
  .chip{height:52px;padding:8px 12px}
  .chip img{max-height:32px;max-width:104px}
  .clients-track{animation-duration:40s}
}

/* ============ Rating chip (hero) ============ */
.grating{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.25);border-radius:20px;padding:4px 14px 4px 6px;color:#fff;
  transition:background .2s,transform .2s}
.grating:hover{background:rgba(255,255,255,.2);transform:translateY(-2px)}
.grating .g-logo{background:#fff;border-radius:50%;width:26px;height:26px;display:inline-flex;
  align-items:center;justify-content:center;flex-shrink:0}
.grating .g-logo svg{width:15px;height:15px}
.grating .stars{color:#FBBC05;font-size:12px;letter-spacing:1.5px;text-shadow:0 1px 2px rgba(0,0,0,.4)}
.grating .names{display:flex;flex-direction:column;gap:1px}
.grating .names{gap:0}
.grating .names b{font-family:'Lunasima',sans-serif;font-size:12px;line-height:1.2}
.grating .names span{font-family:'Lunasima',sans-serif;font-size:10px;opacity:.85;line-height:1.2}
.g-logo[hidden]{display:none}
