/* ===================================================================
   CARRYPACK INDUSTRIES — MAIN STYLESHEET
   Color Theme: Blue (#0a2d6b) + Orange (#f26522)
=================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* ===== CSS VARIABLES ===== */
:root {
  --blue:          #0a2d6b;
  --blue-2:        #1650a8;
  --blue-3:        #2d6fd4;
  --blue-light:    #e8f0fe;
  --orange:        #f26522;
  --orange-2:      #ff8c42;
  --orange-dark:   #d94e0d;
  --orange-light:  #fff3eb;
  --text:          #1e293b;
  --text-2:        #475569;
  --text-3:        #94a3b8;
  --border:        #e2e8f0;
  --bg:            #f8fafc;
  --white:         #ffffff;
  --dark:          #0f172a;
  --font-heading:  'Plus Jakarta Sans','Inter',system-ui,-apple-system,sans-serif;
  --font-body:     'Inter','Plus Jakarta Sans',system-ui,-apple-system,sans-serif;
  --sh1:           0 1px 4px rgba(0,0,0,.08);
  --sh2:           0 4px 20px rgba(0,0,0,.11);
  --sh3:           0 8px 40px rgba(0,0,0,.15);
  --sh-card:       0 4px 16px rgba(10,45,107,.09);
  --r1: 6px; --r2: 10px; --r3: 16px; --r4: 24px;
  --tr: all .3s ease;
  --grad-blue: linear-gradient(135deg,#0a2d6b 0%,#1650a8 100%);
  --grad-orange: linear-gradient(135deg,#f26522 0%,#ff8c42 100%);
}

/* ===== RESET ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
body{font-family:var(--font-body);color:var(--text);background:var(--white);line-height:1.7;overflow-x:hidden;letter-spacing:-.01em}
h1,h2,h3,h4,h5,h6,.section-title,.slide-title,.page-banner h1,.prod-hero-text h1,.vmp-card h3{font-family:var(--font-heading);letter-spacing:-.025em}
a{text-decoration:none;color:inherit;transition:var(--tr)}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}

/* ===== LAYOUT ===== */
.container{max-width:1200px;margin:0 auto;padding:0 24px}
.container-sm{max-width:880px;margin:0 auto;padding:0 24px}
section{padding:80px 0}

/* ===== INLINE SVG ICONS ===== */
.why-icon svg,.pf-icon svg,.app-icon svg,.ci-icon svg,.soc-btn svg{width:24px;height:24px}
.d-icon svg{width:14px;height:14px;vertical-align:middle}
.slide-tag svg,.nav-link svg,.nav-cta svg{width:14px;height:14px}
.wa-float svg{width:28px;height:28px;stroke:#fff;fill:none}
.footer-addr svg,.footer-contacts svg{width:14px;height:14px;vertical-align:middle}

/* Flag country code badges */
.flag-badge{display:inline-flex;align-items:center;justify-content:center;width:48px;height:36px;background:var(--blue);color:var(--white);font-family:var(--font-heading);font-size:.85rem;font-weight:800;letter-spacing:.05em;border-radius:6px;border:2px solid rgba(255,255,255,.15)}
.country-card .flag-badge,.c-flag .flag-badge{width:56px;height:42px;font-size:1rem;background:var(--grad-blue);border:2px solid var(--blue-3)}
.flag .flag-badge{width:60px;height:44px;font-size:1.1rem;background:var(--grad-blue);border:2px solid rgba(255,255,255,.2)}

/* ===== SECTION HEADER ===== */
.section-tag{display:inline-block;background:var(--orange-light);color:var(--orange);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.28rem .85rem;border-radius:20px;margin-bottom:.6rem}
.section-title{font-size:clamp(1.7rem,3.5vw,2.4rem);font-weight:800;color:var(--blue);line-height:1.2;margin-bottom:.8rem}
.section-subtitle{font-size:1rem;color:var(--text-2);max-width:580px;margin:0 auto 2.5rem;line-height:1.75}
.section-header{text-align:center;margin-bottom:3rem}
.section-header.left{text-align:left}
.section-header.left .section-subtitle{margin-left:0}

/* ===== BUTTONS ===== */
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.72rem 1.75rem;border-radius:var(--r1);font-family:var(--font-body);font-size:.88rem;font-weight:600;cursor:pointer;border:2px solid transparent;transition:var(--tr);white-space:nowrap;line-height:1.4}
.btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.btn-primary{background:var(--orange);color:var(--white);border-color:var(--orange)}
.btn-primary:hover{background:var(--orange-dark);border-color:var(--orange-dark);transform:translateY(-2px);box-shadow:0 6px 18px rgba(242,101,34,.32)}
.btn-secondary{background:var(--blue);color:var(--white);border-color:var(--blue)}
.btn-secondary:hover{background:var(--blue-2);border-color:var(--blue-2);transform:translateY(-2px)}
.btn-outline{background:transparent;color:var(--white);border-color:var(--white)}
.btn-outline:hover{background:var(--white);color:var(--blue)}
.btn-outline-orange{background:transparent;color:var(--orange);border-color:var(--orange)}
.btn-outline-orange:hover{background:var(--orange);color:var(--white)}
.btn-white-blue{background:var(--white);color:var(--blue);border-color:var(--white)}
.btn-white-blue:hover{background:var(--orange);color:var(--white);border-color:var(--orange)}

/* ===== NAVBAR ===== */
.navbar{position:fixed;top:0;left:0;right:0;z-index:999;background:var(--blue);transition:box-shadow .3s,background .3s;box-shadow:var(--sh2)}
.navbar.scrolled{background:rgba(10,45,107,.97);box-shadow:0 4px 28px rgba(0,0,0,.22);backdrop-filter:blur(10px)}
.nav-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:72px}
.nav-logo{display:flex;align-items:center;gap:.7rem;flex-shrink:0}
.nav-logo img{height:46px;width:auto;object-fit:contain;border-radius:4px;background:rgba(255,255,255,.9);padding:4px}
.nav-logo-text .name{display:block;font-size:.98rem;font-weight:700;color:var(--white);line-height:1.2}
.nav-logo-text .tagline{display:block;font-size:.57rem;color:rgba(255,255,255,.65);letter-spacing:.05em;font-weight:400}
.nav-links{display:flex;align-items:center;gap:.15rem}
.nav-link{font-size:.83rem;font-weight:500;color:rgba(255,255,255,.88);padding:.48rem .78rem;border-radius:var(--r1);transition:var(--tr);white-space:nowrap}
.nav-link:hover,.nav-link.active{color:var(--orange);background:rgba(255,255,255,.08)}
/* Dropdown */
.nav-dropdown{position:relative}
.nav-dropdown .drop-menu{position:absolute;top:calc(100% + 8px);left:0;background:var(--white);min-width:230px;border-radius:var(--r2);box-shadow:var(--sh3);padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:var(--tr);z-index:100}
.nav-dropdown:hover .drop-menu,.nav-dropdown.open .drop-menu{opacity:1;visibility:visible;transform:translateY(0)}
.drop-menu a{display:flex;align-items:center;gap:.55rem;padding:.65rem 1.25rem;font-size:.83rem;color:var(--text);font-weight:500;border-left:3px solid transparent;transition:var(--tr)}
.drop-menu a:hover{color:var(--orange);background:var(--orange-light);border-color:var(--orange)}
.drop-menu a .d-icon{font-size:1rem;width:20px}
.nav-cta{background:var(--orange)!important;color:var(--white)!important;padding:.48rem 1.15rem;border-radius:var(--r1);font-size:.82rem;font-weight:700}
.nav-cta:hover{background:var(--orange-dark)!important;color:var(--white)!important}
/* Hamburger */
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:6px}
.hamburger span{display:block;width:26px;height:2px;background:var(--white);border-radius:2px;transition:var(--tr)}
.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
/* Mobile nav */
.nav-mobile{display:none;background:#0d3880;padding:1rem 1.5rem 1.25rem;border-top:1px solid rgba(255,255,255,.1)}
.nav-mobile.open{display:block}
.nav-mobile>a{display:block;padding:.68rem 0;font-size:.9rem;color:rgba(255,255,255,.85);border-bottom:1px solid rgba(255,255,255,.08);font-weight:500}
.nav-mobile>a:hover{color:var(--orange)}
.mob-products{padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.08)}
.mob-products-lbl{font-size:.9rem;color:rgba(255,255,255,.85);font-weight:600;padding:.68rem 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer}
.mob-sub{padding-left:1rem}
.mob-sub a{display:block;padding:.4rem 0;font-size:.83rem;color:rgba(255,255,255,.7);border-bottom:none!important;font-weight:400}
.mob-sub a:hover{color:var(--orange)}
.mob-ctas{display:flex;gap:.75rem;margin-top:.8rem;flex-wrap:wrap}
.mob-ctas a{padding:.5rem 1rem;border-radius:var(--r1);font-size:.82rem;font-weight:600}
.mob-cta-1{background:var(--orange);color:var(--white)}
.mob-cta-2{background:rgba(255,255,255,.12);color:var(--white);border:1px solid rgba(255,255,255,.3)}

/* ===== HERO SLIDER ===== */
.hero-slider{position:relative;height:100vh;min-height:580px;max-height:900px;overflow:hidden;margin-top:72px}
.slide{position:absolute;inset:0;opacity:0;transition:opacity .9s ease;background-size:cover;background-position:center}
.slide.active{opacity:1}
.slide-overlay{position:absolute;inset:0;background:linear-gradient(100deg,rgba(10,45,107,.88) 0%,rgba(10,45,107,.55) 55%,rgba(10,45,107,.15) 100%)}
.slide-content{position:absolute;inset:0;display:flex;align-items:center}
.slide-inner{max-width:1200px;margin:0 auto;padding:0 24px;width:100%}
.slide-text{max-width:680px;color:var(--white)}
.slide-tag{display:inline-flex;align-items:center;gap:.4rem;background:var(--orange);color:var(--white);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem 1rem;border-radius:20px;margin-bottom:1.1rem}
.slide-title{font-size:clamp(1.9rem,5.5vw,3.8rem);font-weight:800;line-height:1.12;margin-bottom:1rem;text-shadow:0 2px 16px rgba(0,0,0,.2)}
.slide-sub{font-size:clamp(.9rem,1.8vw,1.15rem);opacity:.9;margin-bottom:2rem;font-weight:400;line-height:1.65;max-width:560px}
.slide-actions{display:flex;gap:1rem;flex-wrap:wrap}
/* Slider controls */
.slider-nav{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:.6rem;z-index:10}
.s-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer;transition:var(--tr);border:none;flex-shrink:0}
.s-dot.active{background:var(--orange);width:28px;border-radius:5px}
.s-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.15);border:2px solid rgba(255,255,255,.35);color:var(--white);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.3rem;transition:var(--tr);z-index:10;backdrop-filter:blur(4px)}
.s-arrow:hover{background:var(--orange);border-color:var(--orange)}
.s-arrow.prev{left:1.5rem}
.s-arrow.next{right:1.5rem}

/* ===== PAGE BANNER ===== */
.page-banner{background:var(--grad-blue);padding:100px 0 55px;text-align:center;position:relative;overflow:hidden;margin-top:72px}
.page-banner::before{content:'';position:absolute;top:-40%;right:-15%;width:500px;height:500px;background:rgba(255,255,255,.03);border-radius:50%}
.page-banner::after{content:'';position:absolute;bottom:-30%;left:-10%;width:320px;height:320px;background:rgba(242,101,34,.07);border-radius:50%}
.page-banner h1{font-size:clamp(1.7rem,4vw,2.8rem);font-weight:800;color:var(--white);margin-bottom:.7rem;position:relative;z-index:1}
.page-banner .sub{font-size:1rem;color:rgba(255,255,255,.78);max-width:580px;margin:0 auto .9rem;position:relative;z-index:1;line-height:1.7}
.breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.82rem;color:rgba(255,255,255,.6);position:relative;z-index:1}
.breadcrumb a{color:var(--orange)}
.breadcrumb .sep{color:rgba(255,255,255,.35)}

/* ===== STATS BAR ===== */
.stats-bar{background:var(--blue);padding:30px 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}
.stat-item{padding:1rem;border-right:1px solid rgba(255,255,255,.12)}
.stat-item:last-child{border-right:none}
.stat-num{font-size:2.2rem;font-weight:800;color:var(--orange);display:block;line-height:1.1}
.stat-label{font-size:.78rem;color:rgba(255,255,255,.72);font-weight:500;margin-top:.2rem;display:block}

/* ===== ABOUT SECTION ===== */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.about-img-wrap{position:relative}
.about-img-wrap img{width:100%;border-radius:var(--r3);box-shadow:var(--sh3);object-fit:cover;height:460px}
.about-badge{position:absolute;bottom:-1.5rem;right:-1.5rem;background:var(--grad-orange);color:var(--white);padding:1.5rem;border-radius:var(--r2);text-align:center;box-shadow:var(--sh2)}
.about-badge strong{display:block;font-size:2rem;font-weight:800;line-height:1}
.about-badge span{font-size:.78rem;font-weight:500;opacity:.9}
.about-list{margin:1.25rem 0;display:flex;flex-direction:column;gap:.55rem}
.about-list li{display:flex;align-items:flex-start;gap:.7rem;font-size:.9rem;color:var(--text-2)}
.about-list li::before{content:'✓';background:var(--orange);color:var(--white);width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;flex-shrink:0;margin-top:.15rem}

/* ===== PRODUCTS SECTION ===== */
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.prod-card{background:var(--white);border-radius:var(--r3);overflow:hidden;box-shadow:var(--sh-card);transition:var(--tr)}
.prod-card:hover{transform:translateY(-8px);box-shadow:var(--sh3)}
.prod-card-img{position:relative;height:220px;overflow:hidden}
.prod-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.prod-card:hover .prod-card-img img{transform:scale(1.07)}
.prod-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,45,107,.72) 0%,transparent 55%);display:flex;align-items:flex-end;padding:1rem}
.prod-tag{background:var(--orange);color:var(--white);font-size:.68rem;font-weight:700;padding:.2rem .7rem;border-radius:20px;text-transform:uppercase;letter-spacing:.06em}
.prod-card-body{padding:1.5rem}
.prod-card-body h3{font-size:1.12rem;font-weight:700;color:var(--blue);margin-bottom:.55rem}
.prod-card-body p{font-size:.85rem;color:var(--text-2);margin-bottom:1.2rem;line-height:1.65}
.prod-chips{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1.2rem}
.chip{background:var(--blue-light);color:var(--blue);font-size:.7rem;font-weight:600;padding:.2rem .6rem;border-radius:20px}

/* ===== WHY CHOOSE US ===== */
.why-section{background:var(--grad-blue);color:var(--white)}
.why-section .section-title{color:var(--white)}
.why-section .section-subtitle{color:rgba(255,255,255,.78)}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.why-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:var(--r2);padding:1.75rem 1.25rem;text-align:center;transition:var(--tr);backdrop-filter:blur(4px)}
.why-card:hover{background:rgba(255,255,255,.14);transform:translateY(-5px);border-color:var(--orange)}
.why-icon{width:60px;height:60px;background:var(--grad-orange);border-radius:var(--r2);display:flex;align-items:center;justify-content:center;font-size:1.7rem;margin:0 auto 1rem}
.why-card h4{font-size:.92rem;font-weight:700;color:var(--white);margin-bottom:.45rem}
.why-card p{font-size:.8rem;color:rgba(255,255,255,.68);line-height:1.6}

/* ===== CTA SECTION ===== */
.cta-section{background:var(--grad-orange);padding:72px 0;text-align:center}
.cta-section h2{font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:800;color:var(--white);margin-bottom:1rem}
.cta-section>div>p{color:rgba(255,255,255,.88);font-size:1rem;max-width:580px;margin:0 auto 1.75rem;line-height:1.7}
.cta-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}
.cta-feat{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.9);font-size:.87rem;font-weight:500}
.cta-feat::before{content:'✓';background:rgba(255,255,255,.22);width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:800;flex-shrink:0}
.cta-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}

/* ===== CERTIFICATIONS ===== */
.cert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.cert-card{background:var(--white);border-radius:var(--r2);padding:2rem;text-align:center;box-shadow:var(--sh-card);transition:var(--tr);border-top:4px solid transparent}
.cert-card:hover{transform:translateY(-5px);border-top-color:var(--orange);box-shadow:var(--sh2)}
.cert-img-wrap{height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.cert-img-wrap img{max-height:80px;max-width:120px;object-fit:contain}
.cert-card h3{font-size:1.05rem;font-weight:700;color:var(--blue);margin-bottom:.4rem}
.cert-card p{font-size:.82rem;color:var(--text-2);line-height:1.6}

/* ===== MEMBERSHIPS ===== */
.membership-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:680px;margin:0 auto}
.mem-card{background:var(--bg);border-radius:var(--r2);padding:2rem;text-align:center;box-shadow:var(--sh-card);transition:var(--tr);border:2px solid transparent}
.mem-card:hover{border-color:var(--orange);transform:translateY(-4px);box-shadow:var(--sh2)}
.mem-card img{max-height:64px;max-width:160px;object-fit:contain;margin:0 auto 1rem}
.mem-card h3{font-size:.98rem;font-weight:700;color:var(--blue);margin-bottom:.3rem}
.mem-card p{font-size:.8rem;color:var(--text-2)}

/* ===== EXPORT SECTION ===== */
.export-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:4rem;align-items:start}
.countries-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1rem}
.country-card{background:var(--white);border-radius:var(--r2);padding:1rem .75rem;text-align:center;box-shadow:var(--sh1);transition:var(--tr);border:1px solid var(--border)}
.country-card:hover{border-color:var(--orange);transform:translateY(-3px);box-shadow:var(--sh2)}
.c-flag{font-size:2.2rem;margin-bottom:.4rem}
.c-name{font-size:.78rem;font-weight:600;color:var(--text)}

/* ===== VMP (Vision Mission Policy) ===== */
.vmp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.vmp-card{background:var(--white);border-radius:var(--r3);padding:2.5rem;box-shadow:var(--sh-card);transition:var(--tr);position:relative;overflow:hidden}
.vmp-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--grad-orange)}
.vmp-card:hover{transform:translateY(-6px);box-shadow:var(--sh3)}
.vmp-icon{width:64px;height:64px;background:var(--blue-light);border-radius:var(--r2);display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1.5rem}
.vmp-card h3{font-size:1.3rem;font-weight:700;color:var(--blue);margin-bottom:1rem}
.vmp-card p,.vmp-card ul{font-size:.88rem;color:var(--text-2);line-height:1.78}
.vmp-card ul li{padding-left:1.3rem;position:relative;margin-bottom:.38rem}
.vmp-card ul li::before{content:'▶';position:absolute;left:0;color:var(--orange);font-size:.55rem;top:.48rem}

/* ===== PRODUCT DETAIL HERO ===== */
.prod-hero{background:var(--grad-blue);padding:100px 0 64px;margin-top:72px}
.prod-hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.prod-hero-text{color:var(--white)}
.prod-hero-text h1{font-size:clamp(1.6rem,4vw,2.7rem);font-weight:800;margin-bottom:1rem;line-height:1.2}
.prod-hero-text p{font-size:.97rem;opacity:.84;margin-bottom:1.75rem;line-height:1.75}
.prod-hero-img img{border-radius:var(--r3);box-shadow:0 20px 60px rgba(0,0,0,.3);width:100%;height:340px;object-fit:cover}
.prod-hero-badges{display:flex;gap:.75rem;flex-wrap:wrap}
.hero-badge{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);color:var(--white);font-size:.78rem;font-weight:600;padding:.35rem .9rem;border-radius:20px}

/* ===== PRODUCT FEATURES CARDS ===== */
.pf-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.pf-card{background:var(--white);border-radius:var(--r2);padding:1.75rem;box-shadow:var(--sh-card);transition:var(--tr);border-top:3px solid var(--orange)}
.pf-card:hover{transform:translateY(-4px);box-shadow:var(--sh2)}
.pf-icon{width:50px;height:50px;background:var(--orange-light);border-radius:var(--r1);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}
.pf-card h4{font-size:.93rem;font-weight:700;color:var(--blue);margin-bottom:.45rem}
.pf-card p{font-size:.82rem;color:var(--text-2);line-height:1.65}

/* ===== SPECS TABLE ===== */
.spec-table{width:100%;border-collapse:collapse;border-radius:var(--r2);overflow:hidden;box-shadow:var(--sh-card)}
.spec-table th{background:var(--blue);color:var(--white);padding:1rem 1.25rem;text-align:left;font-size:.85rem;font-weight:600}
.spec-table td{padding:.9rem 1.25rem;font-size:.87rem;border-bottom:1px solid var(--border);color:var(--text)}
.spec-table tr:nth-child(even) td{background:var(--bg)}
.spec-table tr:last-child td{border-bottom:none}
.spec-table tr:hover td{background:var(--orange-light)}
.spec-table .spec-val{font-weight:600;color:var(--blue)}

/* ===== APPLICATIONS ===== */
.apps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}
.app-item{display:flex;align-items:center;gap:.75rem;background:var(--white);border-radius:var(--r2);padding:1rem 1.25rem;box-shadow:var(--sh1);border-left:3px solid var(--orange);transition:var(--tr)}
.app-item:hover{transform:translateX(4px);box-shadow:var(--sh2)}
.app-icon{width:40px;height:40px;background:var(--orange-light);border-radius:var(--r1);display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}
.app-item span{font-size:.85rem;font-weight:600;color:var(--text)}

/* ===== SPECS LIST (threads) ===== */
.thread-specs{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem}
.ts-card{background:var(--blue);border-radius:var(--r2);padding:1.5rem;text-align:center;transition:var(--tr)}
.ts-card:hover{background:var(--orange);transform:translateY(-3px)}
.ts-card .ts-num{font-size:1.6rem;font-weight:800;color:var(--white);display:block}
.ts-card .ts-label{font-size:.78rem;color:rgba(255,255,255,.78);font-weight:500}

/* ===== CONTACT PAGE ===== */
.contact-grid{display:grid;grid-template-columns:1fr 1.65fr;gap:3rem}
.contact-info{background:var(--grad-blue);border-radius:var(--r3);padding:2.5rem;color:var(--white);position:sticky;top:90px}
.contact-info h3{font-size:1.35rem;font-weight:700;margin-bottom:1.75rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.14)}
.ci-item{display:flex;gap:1rem;margin-bottom:1.5rem}
.ci-icon{width:44px;height:44px;background:rgba(255,255,255,.12);border-radius:var(--r1);display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}
.ci-text h5{font-size:.78rem;opacity:.65;font-weight:400;margin-bottom:.2rem}
.ci-text p,.ci-text a{font-size:.88rem;font-weight:500;color:var(--white);line-height:1.55}
.soc-follow{margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.14)}
.soc-follow h5{font-size:.8rem;opacity:.65;margin-bottom:.9rem;font-weight:400}
.soc-row{display:flex;gap:.7rem}
.soc-btn{width:40px;height:40px;background:rgba(255,255,255,.12);border-radius:var(--r1);display:flex;align-items:center;justify-content:center;font-size:1.05rem;transition:var(--tr);text-decoration:none;color:var(--white)}
.soc-btn:hover{background:var(--orange);transform:translateY(-3px)}
/* Form */
.contact-form-wrap{background:var(--white);border-radius:var(--r3);padding:2.5rem;box-shadow:var(--sh2)}
.contact-form-wrap h3{font-size:1.35rem;font-weight:700;color:var(--blue);margin-bottom:.4rem}
.contact-form-wrap>p{font-size:.86rem;color:var(--text-2);margin-bottom:2rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.form-group{margin-bottom:1.2rem}
.form-group label{display:block;font-size:.8rem;font-weight:600;color:var(--text);margin-bottom:.4rem}
.req{color:var(--orange)}
.form-control{width:100%;padding:.72rem 1rem;border:1.5px solid var(--border);border-radius:var(--r1);font-family:var(--font-body);font-size:.86rem;color:var(--text);background:var(--white);transition:var(--tr)}
.form-control:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-light)}
.form-control::placeholder{color:var(--text-3)}
select.form-control{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:2rem}
textarea.form-control{resize:vertical;min-height:120px}
.form-submit-row{display:flex;gap:1rem;flex-wrap:wrap}
/* Map */
.map-section{background:var(--bg)}
.map-wrap{border-radius:var(--r3);overflow:hidden;box-shadow:var(--sh2)}
.map-wrap iframe{display:block;width:100%;height:450px;border:0}

/* ===== FOOTER ===== */
.footer{background:var(--dark);color:rgba(255,255,255,.72);padding:70px 0 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.07)}
.footer-logo{display:flex;align-items:center;gap:.7rem;margin-bottom:1.25rem}
.footer-logo img{height:48px;width:auto;object-fit:contain;background:rgba(255,255,255,.92);padding:4px;border-radius:4px}
.footer-logo .fn{display:block;font-size:.98rem;font-weight:700;color:var(--white)}
.footer-logo .ft{display:block;font-size:.58rem;color:rgba(255,255,255,.48);letter-spacing:.05em}
.footer-brand p{font-size:.83rem;line-height:1.75;margin-bottom:1.25rem}
.footer-addr{font-size:.8rem;line-height:1.9;color:rgba(255,255,255,.58);margin-bottom:.8rem}
.footer-addr strong{color:rgba(255,255,255,.82);font-weight:500}
.footer-contacts{font-size:.8rem;line-height:2}
.footer-contacts a{color:rgba(255,255,255,.65)}
.footer-contacts a:hover{color:var(--orange)}
.footer-col h4{font-size:.92rem;font-weight:700;color:var(--white);margin-bottom:1.2rem;position:relative;padding-bottom:.72rem}
.footer-col h4::after{content:'';position:absolute;bottom:0;left:0;width:30px;height:2px;background:var(--orange);border-radius:2px}
.footer-links{display:flex;flex-direction:column;gap:.48rem}
.footer-links a{font-size:.82rem;color:rgba(255,255,255,.62);display:flex;align-items:center;gap:.35rem;transition:var(--tr)}
.footer-links a::before{content:'›';color:var(--orange);font-size:1.1rem}
.footer-links a:hover{color:var(--orange);padding-left:4px}
.footer-social-row{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:.75rem}
.footer-social-row a{width:38px;height:38px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:var(--r1);display:flex;align-items:center;justify-content:center;font-size:1rem;color:rgba(255,255,255,.65);transition:var(--tr)}
.footer-social-row a:hover{background:var(--orange);border-color:var(--orange);color:var(--white);transform:translateY(-3px)}
.footer-bottom{padding:1.25rem 0;text-align:center;font-size:.78rem;color:rgba(255,255,255,.38);border-top:1px solid rgba(255,255,255,.05)}
.footer-bottom a{color:var(--orange)}
.gst-tag{display:inline-block;background:rgba(255,255,255,.05);padding:.22rem .75rem;border-radius:20px;font-size:.72rem;color:rgba(255,255,255,.45);margin-top:.4rem}

/* ===== WHATSAPP CHAT WIDGET ===== */
.wa-widget{position:fixed;bottom:2rem;right:2rem;z-index:998;font-family:var(--font-body)}
.wa-btn{width:58px;height:58px;border-radius:50%;background:#25D366;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.45);transition:all .3s ease;animation:wapulse 2.5s infinite;position:relative}
.wa-btn:hover{transform:scale(1.08);box-shadow:0 6px 30px rgba(37,211,102,.55)}
.wa-btn svg{width:28px;height:28px;fill:#fff}
.wa-btn .wa-badge{position:absolute;top:-2px;right:-2px;width:18px;height:18px;background:#f26522;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:800;color:#fff;border:2px solid #fff;animation:badgeBounce 2s ease infinite}
@keyframes badgeBounce{0%,100%{transform:scale(1)}50%{transform:scale(1.2)}}
@keyframes wapulse{0%,100%{box-shadow:0 4px 20px rgba(37,211,102,.45)}50%{box-shadow:0 4px 32px rgba(37,211,102,.6),0 0 0 10px rgba(37,211,102,.1)}}

/* Chat popup */
.wa-popup{position:absolute;bottom:72px;right:0;width:340px;background:#fff;border-radius:16px;box-shadow:0 12px 48px rgba(0,0,0,.2);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(16px) scale(.95);transition:all .35s cubic-bezier(.4,0,.2,1);transform-origin:bottom right}
.wa-popup.open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}

/* Header */
.wa-header{background:#075E54;padding:1.15rem 1.25rem;display:flex;align-items:center;gap:.85rem;position:relative}
.wa-header-avatar{width:44px;height:44px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}
.wa-header-avatar img{width:100%;height:100%;object-fit:cover}
.wa-header-avatar svg{width:24px;height:24px;fill:#fff}
.wa-header-info{flex:1;min-width:0}
.wa-header-name{font-size:.88rem;font-weight:700;color:#fff;line-height:1.2}
.wa-header-status{font-size:.7rem;color:rgba(255,255,255,.75);display:flex;align-items:center;gap:.35rem;margin-top:.15rem}
.wa-header-status::before{content:'';width:7px;height:7px;background:#25D366;border-radius:50%;flex-shrink:0}
.wa-close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;color:rgba(255,255,255,.7);font-size:1.1rem;cursor:pointer;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}
.wa-close:hover{background:rgba(255,255,255,.15);color:#fff}

/* Chat body */
.wa-body{background:#e5ddd5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cpath d='M0 0h300v300H0z' fill='%23e5ddd5'/%3E%3Cpath d='M150 0l150 150-150 150L0 150z' fill='%23dcd4c7' opacity='.08'/%3E%3C/svg%3E");padding:1.25rem;min-height:140px;display:flex;flex-direction:column;gap:.6rem}
.wa-msg{background:#fff;border-radius:0 8px 8px 8px;padding:.7rem .9rem;max-width:88%;box-shadow:0 1px 2px rgba(0,0,0,.08);position:relative;font-size:.83rem;color:#303030;line-height:1.55}
.wa-msg::before{content:'';position:absolute;top:0;left:-6px;width:0;height:0;border-top:6px solid #fff;border-left:6px solid transparent}
.wa-msg-time{display:block;text-align:right;font-size:.62rem;color:#999;margin-top:.25rem}
.wa-msg-name{font-size:.72rem;font-weight:700;color:#075E54;margin-bottom:.2rem}

/* Input area */
.wa-input-area{padding:.85rem 1rem;background:#f0f0f0;display:flex;gap:.6rem;align-items:center}
.wa-input{flex:1;border:none;outline:none;background:#fff;border-radius:20px;padding:.6rem 1rem;font-size:.82rem;font-family:var(--font-body);color:#333;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.wa-input::placeholder{color:#999}
.wa-send{width:40px;height:40px;border-radius:50%;background:#25D366;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}
.wa-send:hover{background:#128C7E;transform:scale(1.05)}
.wa-send svg{width:18px;height:18px;fill:#fff}

/* Powered by */
.wa-powered{text-align:center;padding:.4rem;background:#f0f0f0;font-size:.6rem;color:#aaa}

/* Back to top - adjust position */
.back-top{position:fixed;bottom:5.6rem;right:2.1rem;z-index:997;background:var(--blue);color:var(--white);width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;box-shadow:var(--sh2);cursor:pointer;opacity:0;pointer-events:none;transition:var(--tr);border:none}
.back-top.vis{opacity:1;pointer-events:auto}
.back-top:hover{background:var(--orange);transform:translateY(-3px)}

/* ===== ANIMATIONS ===== */
.fade-in{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}
.fade-in.vis{opacity:1;transform:translateY(0)}
.fade-in.delay-1{transition-delay:.1s}
.fade-in.delay-2{transition-delay:.2s}
.fade-in.delay-3{transition-delay:.3s}

/* Hero Slide Text Animations */
@keyframes heroSlideUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}
@keyframes heroSlideRight{from{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}
@keyframes heroFadeScale{from{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}
@keyframes heroTagPop{0%{opacity:0;transform:translateY(-12px) scale(.8)}60%{transform:translateY(2px) scale(1.05)}100%{opacity:1;transform:translateY(0) scale(1)}}
@keyframes heroBtnSlide{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@keyframes heroGlow{0%,100%{text-shadow:0 2px 16px rgba(0,0,0,.2)}50%{text-shadow:0 2px 32px rgba(242,101,34,.35)}}

.slide.active .slide-tag{animation:heroTagPop .6s cubic-bezier(.34,1.56,.64,1) .2s both}
.slide.active .slide-title{animation:heroSlideRight .8s cubic-bezier(.25,.46,.45,.94) .4s both}
.slide.active .slide-sub{animation:heroSlideUp .7s ease .7s both}
.slide.active .slide-actions{animation:heroBtnSlide .6s ease .95s both}
.slide.active .slide-title{animation:heroSlideRight .8s cubic-bezier(.25,.46,.45,.94) .4s both, heroGlow 4s ease 2s infinite}

/* Product Detail Hero Animations */
@keyframes prodHeroText{from{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}
@keyframes prodHeroImg{from{opacity:0;transform:translateX(50px) scale(.9)}to{opacity:1;transform:translateX(0) scale(1)}}
@keyframes prodBadgePop{0%{opacity:0;transform:scale(0)}60%{transform:scale(1.1)}100%{opacity:1;transform:scale(1)}}
@keyframes prodBreadcrumb{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
@keyframes prodHeroPulse{0%,100%{box-shadow:0 20px 60px rgba(0,0,0,.3)}50%{box-shadow:0 20px 80px rgba(242,101,34,.25)}}
@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}

.prod-hero .breadcrumb{animation:prodBreadcrumb .5s ease .1s both}
.prod-hero-text h1{animation:prodHeroText .8s cubic-bezier(.25,.46,.45,.94) .3s both}
.prod-hero-text p{animation:prodHeroText .8s cubic-bezier(.25,.46,.45,.94) .5s both}
.prod-hero-badges{animation:prodHeroText .7s ease .7s both}
.prod-hero-badges .hero-badge{animation:prodBadgePop .4s cubic-bezier(.34,1.56,.64,1) both}
.prod-hero-badges .hero-badge:nth-child(1){animation-delay:.8s}
.prod-hero-badges .hero-badge:nth-child(2){animation-delay:.9s}
.prod-hero-badges .hero-badge:nth-child(3){animation-delay:1s}
.prod-hero-badges .hero-badge:nth-child(4){animation-delay:1.1s}
.prod-hero-badges .hero-badge:nth-child(5){animation-delay:1.2s}
.prod-hero-img{animation:prodHeroImg .9s cubic-bezier(.25,.46,.45,.94) .4s both}
.prod-hero-img img{animation:prodHeroPulse 4s ease 2s infinite}
.prod-hero-text .btn{animation:heroBtnSlide .6s ease 1s both}

/* Shimmer effect on product hero badges */
.hero-badge{position:relative;overflow:hidden}
.hero-badge::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.15) 50%,transparent 70%);background-size:200% 100%;animation:shimmer 3s linear infinite}

/* Scroll Zoom Effect */
.scroll-zoom{transition:transform .6s cubic-bezier(.25,.46,.45,.94);will-change:transform}
.scroll-zoom.zoomed-in{transform:scale(1.08)}
.scroll-zoom.zoomed-out{transform:scale(0.95)}

/* VMP Card Animations */
@keyframes vmpSlideUp{from{opacity:0;transform:translateY(50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes vmpIconPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.15)}}
@keyframes vmpBorderGlow{0%{box-shadow:0 8px 32px rgba(10,45,107,.08)}50%{box-shadow:0 8px 40px rgba(242,101,34,.15)}100%{box-shadow:0 8px 32px rgba(10,45,107,.08)}}
.vmp-card.vis{animation:vmpSlideUp .8s cubic-bezier(.25,.46,.45,.94) both}
.vmp-card.vis:nth-child(1){animation-delay:.1s}
.vmp-card.vis:nth-child(2){animation-delay:.3s}
.vmp-card.vis:nth-child(3){animation-delay:.5s}
.vmp-card:hover{transform:translateY(-8px) scale(1.02);animation:vmpBorderGlow 2s ease infinite}
.vmp-card:hover .vmp-icon{animation:vmpIconPulse 1s ease infinite}

/* Export Countries Fancy Grid */
.export-countries-fancy{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.2rem}
@keyframes eccPop{from{opacity:0;transform:translateY(30px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}
.export-country-card{background:rgba(255,255,255,.07);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:1.5rem 1rem;text-align:center;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}
.export-country-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:var(--card-color);transform:scaleX(0);transition:transform .4s ease;transform-origin:left}
.export-country-card:hover::before{transform:scaleX(1)}
.export-country-card:hover{background:rgba(255,255,255,.14);transform:translateY(-8px) scale(1.05);border-color:var(--card-color);box-shadow:0 12px 40px rgba(0,0,0,.3)}
.export-country-card.vis{animation:eccPop .6s cubic-bezier(.34,1.56,.64,1) both}
.export-country-card.vis:nth-child(1){animation-delay:.05s}
.export-country-card.vis:nth-child(2){animation-delay:.1s}
.export-country-card.vis:nth-child(3){animation-delay:.15s}
.export-country-card.vis:nth-child(4){animation-delay:.2s}
.export-country-card.vis:nth-child(5){animation-delay:.25s}
.export-country-card.vis:nth-child(6){animation-delay:.3s}
.export-country-card.vis:nth-child(7){animation-delay:.35s}
.export-country-card.vis:nth-child(8){animation-delay:.4s}
.export-country-card.vis:nth-child(9){animation-delay:.45s}
.export-country-card.vis:nth-child(10){animation-delay:.5s}
.export-country-card.vis:nth-child(11){animation-delay:.55s}
.export-country-card.vis:nth-child(12){animation-delay:.6s}
.export-country-card.vis:nth-child(13){animation-delay:.65s}
.ecc-badge{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--card-color);color:#fff;font-size:1rem;font-weight:800;margin-bottom:.75rem;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:transform .3s ease}
.export-country-card:hover .ecc-badge{transform:rotate(10deg) scale(1.1)}
.ecc-name{color:#fff;font-size:.95rem;font-weight:700;margin-bottom:.25rem}
.ecc-region{color:rgba(255,255,255,.5);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}

/* Flip Cards */
.flip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.flip-card{perspective:1000px;height:260px;cursor:pointer}
.flip-inner{position:relative;width:100%;height:100%;transition:transform .7s cubic-bezier(.4,.2,.2,1);transform-style:preserve-3d}
.flip-card:hover .flip-inner,.flip-card.flipped .flip-inner{transform:rotateY(180deg)}
.flip-front,.flip-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:var(--r3);overflow:hidden;box-shadow:var(--sh-card)}
.flip-front{display:flex;flex-direction:column;align-items:center;justify-content:flex-end}
.flip-front img{position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0}
.flip-front span{position:relative;z-index:1;background:linear-gradient(transparent,rgba(0,0,0,.8));width:100%;padding:1.2rem .8rem .8rem;color:#fff;font-weight:700;font-size:.95rem;text-align:center}
.flip-back{transform:rotateY(180deg);background:var(--grad-blue);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;text-align:center}
.flip-back h4{color:#fff;font-size:1.05rem;margin-bottom:.6rem;font-weight:700}
.flip-back p{color:rgba(255,255,255,.85);font-size:.82rem;line-height:1.7}
@media(max-width:1024px){.flip-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:768px){.flip-grid{grid-template-columns:repeat(2,1fr)}.flip-card{height:220px}}
@media(max-width:480px){.flip-grid{grid-template-columns:1fr}.flip-card{height:240px}}

/* ===== CATALOG PAGE ===== */
.catalogue-hero-wrap{background:var(--grad-blue);border-radius:var(--r3);padding:2.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;margin-bottom:2.5rem}
.cat-hero-text .eyebrow{font-size:.68rem;letter-spacing:.3em;text-transform:uppercase;color:rgba(255,255,255,.65);margin-bottom:.5rem}
.cat-hero-text h1{font-size:clamp(1.7rem,3.5vw,2.5rem);font-weight:800;color:var(--white);line-height:1.15;margin-bottom:.6rem}
.cat-hero-text p{font-size:.92rem;color:rgba(255,255,255,.78);max-width:400px;line-height:1.7;font-weight:300}
.cat-hero-btns{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}
.btn-dl{display:inline-flex;align-items:center;gap:.5rem;background:var(--white);color:var(--blue);font-size:.82rem;font-weight:700;padding:.65rem 1.4rem;border-radius:var(--r1);transition:var(--tr)}
.btn-dl:hover{opacity:.88}
.btn-dl-alt{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.15);border:1.5px solid rgba(255,255,255,.5);color:var(--white);font-size:.82rem;font-weight:600;padding:.62rem 1.4rem;border-radius:var(--r1);transition:var(--tr)}
.btn-dl-alt:hover{background:rgba(255,255,255,.25)}
.btn-dl svg,.btn-dl-alt svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.pdf-label{font-size:.7rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--text-2);margin-bottom:.75rem}
.pdf-frame{display:block;width:100%;height:80vh;min-height:500px;border:1px solid var(--border);border-radius:var(--r2);background:var(--white)}
.ios-fallback{display:none;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:var(--white);border:1px solid var(--border);border-radius:var(--r2);padding:3rem 2rem;min-height:320px}
.ios-fallback .icon-wrap{width:72px;height:72px;background:var(--orange-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin-bottom:1.2rem}
.ios-fallback h3{font-size:1.12rem;font-weight:700;color:var(--text);margin-bottom:.5rem}
.ios-fallback p{font-size:.86rem;color:var(--text-2);line-height:1.7;margin-bottom:1.5rem;max-width:320px}
.ios-open-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--orange);color:var(--white);font-size:.85rem;font-weight:700;padding:.7rem 1.6rem;border-radius:var(--r1);transition:var(--tr)}
.ios-open-btn:hover{background:var(--orange-dark)}

/* ===== EXPORT MAP VISUALIZATION ===== */
.export-map-section{padding:80px 0;position:relative}
.export-map-wrap{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:var(--r3);padding:2rem 1.5rem 1.5rem;position:relative;overflow:hidden}
.export-map-wrap::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 65% 40%,rgba(242,101,34,.06) 0%,transparent 60%);pointer-events:none}

/* India origin pulse animation */
.india-pulse{animation:indiaPulse 2.5s ease-in-out infinite}
@keyframes indiaPulse{0%,100%{r:28;opacity:.6}50%{r:38;opacity:.3}}
.india-dot{animation:indiaDotPulse 2s ease-in-out infinite}
@keyframes indiaDotPulse{0%,100%{r:6}50%{r:8}}

/* Route line draw-in animation */
.export-route{stroke-dashoffset:500;animation:drawRoute 2.5s ease forwards;opacity:0}
.export-route.animated{opacity:1}
@keyframes drawRoute{from{stroke-dashoffset:500}to{stroke-dashoffset:0}}
.r1{animation-delay:.2s}.r2{animation-delay:.35s}.r3{animation-delay:.5s}.r4{animation-delay:.65s}
.r5{animation-delay:.8s}.r6{animation-delay:.95s}.r7{animation-delay:1.1s}.r8{animation-delay:1.25s}
.r9{animation-delay:1.4s}.r10{animation-delay:1.55s}.r11{animation-delay:1.7s}.r12{animation-delay:1.85s}.r13{animation-delay:2s}

/* Destination dots pop-in */
.dest-dot{opacity:0;transform-origin:center;animation:dotPop .5s ease forwards}
.dest-label{opacity:0;animation:labelFade .5s ease forwards}
.d1{animation-delay:.8s}.d2{animation-delay:.95s}.d3{animation-delay:1.1s}.d4{animation-delay:1.25s}
.d5{animation-delay:1.4s}.d6{animation-delay:1.55s}.d7{animation-delay:1.7s}.d8{animation-delay:1.85s}
.d9{animation-delay:2s}.d10{animation-delay:2.15s}.d11{animation-delay:2.3s}.d12{animation-delay:2.45s}.d13{animation-delay:2.6s}
@keyframes dotPop{from{opacity:0;r:0}to{opacity:1;r:4}}
@keyframes labelFade{from{opacity:0}to{opacity:1}}

/* Destination dot hover pulse */
.dest-dot{cursor:pointer}
.dest-dot:hover{filter:url(#glow)}

/* Map legend */
.map-legend{display:flex;justify-content:center;gap:2rem;margin-top:1.25rem;flex-wrap:wrap}
.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:rgba(255,255,255,.6);font-weight:500;font-family:var(--font-body)}
.legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}
.legend-line{width:24px;height:2px;background:linear-gradient(90deg,#f26522,#ff8c42);border-radius:2px;position:relative}
.legend-line::after{content:'';position:absolute;right:-3px;top:-2px;width:0;height:0;border-left:5px solid #ff8c42;border-top:3px solid transparent;border-bottom:3px solid transparent}

/* Export stats strip */
.export-stats-strip{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:var(--r2);padding:1.25rem 2rem;max-width:700px;margin:0 auto}
.es-item{text-align:center}
.es-num{display:block;font-family:var(--font-heading);font-size:1.8rem;font-weight:800;color:var(--orange);line-height:1.1}
.es-lbl{font-size:.72rem;color:rgba(255,255,255,.6);font-weight:500;text-transform:uppercase;letter-spacing:.06em}

/* ===== PREMIUM ENHANCEMENTS ===== */
.section-title{position:relative;display:inline-block}
.section-header .section-title::after{content:'';display:block;width:60px;height:4px;background:var(--grad-orange);border-radius:4px;margin:12px auto 0}
.section-header.left .section-title::after{margin-left:0}

/* Smooth card hover glow */
.prod-card,.pf-card,.cert-card,.vmp-card,.why-card,.country-card,.mem-card,.app-item{will-change:transform}

/* Premium button styles */
.btn{position:relative;overflow:hidden;z-index:1}
.btn::after{content:'';position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.15) 0%,transparent 50%);opacity:0;transition:opacity .3s}
.btn:hover::after{opacity:1}
.btn-primary{background:var(--grad-orange);border-color:var(--orange)}
.btn-primary:hover{border-color:var(--orange-dark)}

/* Premium nav link active indicator */
.nav-link.active{position:relative}
.nav-link.active::after{content:'';position:absolute;bottom:2px;left:50%;transform:translateX(-50%);width:20px;height:2px;background:var(--orange);border-radius:2px}

/* Better card radius for premium feel */
.prod-card,.contact-form-wrap,.contact-info{border-radius:var(--r4)}

/* Subtle gradient border for product cards */
.prod-card{border:1px solid transparent;background-clip:padding-box}

/* ===== RESPONSIVE ===== */
@media(max-width:1024px){
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .products-grid{grid-template-columns:repeat(2,1fr)}
  .pf-grid{grid-template-columns:repeat(2,1fr)}
  .vmp-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}
  .export-grid{grid-template-columns:1fr;gap:2.5rem}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .cert-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  section{padding:54px 0}
  .container{padding:0 20px}
  .export-map-section{padding:54px 0}
  .export-map-wrap{padding:1rem .75rem 1rem}
  .map-legend{gap:1rem;margin-top:.75rem}
  .legend-item{font-size:.68rem}
  .export-stats-strip{gap:1.5rem;padding:1rem 1.5rem}
  .es-num{font-size:1.4rem}
  .es-lbl{font-size:.65rem}
  .nav-links{display:none}
  .hamburger{display:flex}
  .hero-slider{height:90vh;min-height:520px}
  .slide-title{font-size:clamp(1.6rem,6vw,2.5rem)}
  .slide-sub{font-size:clamp(.85rem,2.5vw,1rem);margin-bottom:1.5rem}
  .slide-actions{flex-direction:column;align-items:stretch;gap:.75rem}
  .slide-actions .btn{justify-content:center;text-align:center;padding:.85rem 1.5rem;font-size:.9rem}
  .s-arrow{display:none}
  .about-grid{grid-template-columns:1fr;gap:2rem}
  .about-img-wrap img{height:320px;border-radius:var(--r2)}
  .about-badge{position:relative;bottom:auto;right:auto;display:inline-flex;gap:.5rem;align-items:center;margin-top:1rem;border-radius:var(--r1);padding:1rem 1.5rem}
  .about-badge strong{font-size:1.5rem}
  .products-grid{grid-template-columns:1fr}
  .prod-card{max-width:100%}
  .prod-card-img{height:200px}
  .why-grid{grid-template-columns:1fr 1fr;gap:1rem}
  .why-card{padding:1.35rem 1rem}
  .why-icon{width:50px;height:50px;font-size:1.4rem;margin-bottom:.75rem}
  .why-card h4{font-size:.86rem}
  .why-card p{font-size:.76rem}
  .cert-grid{grid-template-columns:1fr}
  .cert-card{padding:1.5rem}
  .membership-grid{grid-template-columns:1fr;max-width:380px}
  .prod-hero{padding:90px 0 50px}
  .prod-hero-inner{grid-template-columns:1fr;gap:1.5rem}
  .prod-hero-img{order:-1}
  .prod-hero-img img{height:240px;border-radius:var(--r2)}
  .prod-hero-text h1{font-size:clamp(1.4rem,5vw,2rem)}
  .prod-hero-badges{gap:.5rem}
  .hero-badge{font-size:.72rem;padding:.25rem .7rem}
  .pf-grid{grid-template-columns:1fr}
  .pf-card{padding:1.35rem}
  .apps-grid{grid-template-columns:1fr 1fr;gap:.75rem}
  .app-item{padding:.75rem 1rem;font-size:.82rem}
  .spec-table{font-size:.82rem}
  .spec-table th,.spec-table td{padding:.7rem .8rem}
  .contact-grid{grid-template-columns:1fr;gap:2rem}
  .contact-info{position:static;border-radius:var(--r3);padding:2rem}
  .contact-form-wrap{padding:2rem;border-radius:var(--r3)}
  .form-row{grid-template-columns:1fr}
  .map-wrap iframe{height:320px}
  .footer-grid{grid-template-columns:1fr;gap:2rem}
  .footer-brand{max-width:100%}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .stat-num{font-size:1.8rem}
  .stat-label{font-size:.72rem}
  .page-banner{padding:90px 0 45px}
  .page-banner h1{font-size:clamp(1.4rem,5vw,2rem)}
  .vmp-grid{grid-template-columns:1fr;gap:1.25rem}
  .vmp-card{padding:2rem 1.5rem}
  .cta-section{padding:55px 0}
  .cta-section h2{font-size:clamp(1.3rem,4vw,1.8rem)}
  .cta-features{gap:1rem}
  .cta-actions{flex-direction:column;align-items:stretch}
  .cta-actions .btn{justify-content:center;text-align:center}
  .cat-hero-btns{align-items:flex-start;flex-direction:row;flex-wrap:wrap}
  .catalogue-hero-wrap{flex-direction:column;text-align:center;padding:2rem 1.5rem}
  .cat-hero-btns{align-items:center;justify-content:center}
  .pdf-frame{height:65vh;min-height:400px}
  .countries-grid{grid-template-columns:repeat(3,1fr);gap:.75rem}
  .country-card{padding:.75rem .5rem}
  .c-flag{font-size:1.7rem}
  .c-name{font-size:.72rem}
  .thread-specs{grid-template-columns:repeat(2,1fr);gap:1rem}
  .ts-card{padding:1.2rem}
  .ts-card .ts-num{font-size:1.3rem}
  .section-title{font-size:clamp(1.4rem,4vw,2rem)}
  .section-subtitle{font-size:.9rem;margin-bottom:2rem}
  .wa-widget{bottom:1.5rem;right:1.5rem}
  .wa-btn{width:52px;height:52px}
  .wa-popup{width:320px}
  .back-top{bottom:4.8rem;right:1.6rem;width:38px;height:38px;font-size:1rem}
  .export-countries-fancy{grid-template-columns:repeat(3,1fr);gap:1rem}
  .export-country-card{padding:1.2rem .8rem}
  .ecc-badge{width:40px;height:40px;font-size:.85rem}
  .ecc-name{font-size:.85rem}
}
@media(max-width:480px){
  section{padding:44px 0}
  .container{padding:0 16px}
  .nav-inner{height:64px;padding:0 16px}
  .nav-logo img{height:38px}
  .nav-logo-text .name{font-size:.86rem}
  .hero-slider{height:92vh;min-height:480px;margin-top:64px}
  .slide-tag{font-size:.65rem;padding:.22rem .75rem}
  .slide-title{font-size:clamp(1.35rem,6.5vw,2rem)}
  .slide-sub{font-size:.84rem;line-height:1.55}
  .slide-actions .btn{padding:.78rem 1.2rem;font-size:.84rem}
  .page-banner{margin-top:64px;padding:80px 0 40px}
  .prod-hero{margin-top:64px;padding:80px 0 40px}
  .stats-bar{padding:20px 0}
  .stat-num{font-size:1.5rem}
  .stat-label{font-size:.68rem}
  .stat-item{padding:.6rem .3rem;border-right:none;border-bottom:1px solid rgba(255,255,255,.12)}
  .stat-item:last-child{border-bottom:none}
  .about-img-wrap img{height:240px}
  .prod-card-img{height:180px}
  .prod-card-body{padding:1.15rem}
  .prod-card-body h3{font-size:1rem}
  .prod-card-body p{font-size:.8rem;margin-bottom:1rem}
  .why-grid{grid-template-columns:1fr}
  .why-card{display:flex;align-items:center;gap:1rem;text-align:left;padding:1.15rem}
  .why-icon{margin:0;flex-shrink:0;width:48px;height:48px;font-size:1.3rem}
  .why-card h4{margin-bottom:.2rem}
  .apps-grid{grid-template-columns:1fr;gap:.6rem}
  .app-item{padding:.7rem .9rem}
  .countries-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}
  .thread-specs{grid-template-columns:repeat(2,1fr);gap:.8rem}
  .ts-card{padding:1rem}
  .form-submit-row{flex-direction:column}
  .form-submit-row .btn{width:100%;justify-content:center}
  .contact-info{padding:1.5rem}
  .contact-form-wrap{padding:1.5rem}
  .ci-item{gap:.75rem}
  .ci-icon{width:38px;height:38px;font-size:1rem}
  .map-wrap iframe{height:260px}
  .footer{padding:50px 0 0}
  .footer-grid{gap:1.5rem}
  .cta-section{padding:44px 0}
  .cta-features{flex-direction:column;gap:.6rem;align-items:center}
  .catalogue-hero-wrap{padding:1.5rem}
  .cat-hero-text h1{font-size:clamp(1.3rem,5vw,1.8rem)}
  .pdf-frame{height:55vh;min-height:350px}
  .cert-card{padding:1.25rem}
  .cert-img-wrap{height:60px;margin-bottom:1rem}
  .cert-img-wrap img{max-height:60px}
  .vmp-card{padding:1.5rem 1.25rem}
  .vmp-icon{width:52px;height:52px;font-size:1.6rem;margin-bottom:1rem}
  .vmp-card h3{font-size:1.1rem;margin-bottom:.7rem}
  .spec-table th,.spec-table td{padding:.6rem .65rem;font-size:.78rem}
  .wa-widget{bottom:1.2rem;right:1.2rem}
  .wa-btn{width:48px;height:48px}
  .wa-btn svg{width:24px;height:24px}
  .wa-popup{width:calc(100vw - 2.4rem);right:0}
  .back-top{bottom:4.2rem;right:1.3rem;width:36px;height:36px}
  .breadcrumb{font-size:.75rem;flex-wrap:wrap}
  .export-countries-fancy{grid-template-columns:repeat(2,1fr);gap:.8rem}
  .export-country-card{padding:1rem .6rem}
  .ecc-badge{width:36px;height:36px;font-size:.8rem}
  .ecc-name{font-size:.8rem}
  .ecc-region{font-size:.6rem}
}
