/* ============================================================
   INDO EAST CORPORATION PVT LTD — WEBSITE STYLESHEET
   Color Palette: Yellow (#FFC200) + White + Maroon (#7B1C2E)
   ============================================================ */

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

:root {
  --yellow:        #FFC200;
  --yellow-light:  #FFD84D;
  --yellow-pale:   #FFF8E6;
  --yellow-dark:   #E6A800;
  --maroon:        #7B1C2E;
  --maroon-dark:   #5C1020;
  --white:         #FFFFFF;
  --text-dark:     #1A1A1A;
  --text-mid:      #444444;
  --text-muted:    #777777;
  --bg-light:      #F8F5EE;
  --bg-pale:       #FFFBF2;
  --border:        #E5DBC8;
  --shadow-sm:     0 2px 12px rgba(0,0,0,0.08);
  --shadow-md:     0 6px 30px rgba(0,0,0,0.12);
  --shadow-lg:     0 16px 60px rgba(0,0,0,0.16);
  --radius:        8px;
  --radius-lg:     16px;
  --transition:    0.28s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Open Sans', sans-serif; color: var(--text-dark); background: var(--white); line-height: 1.7; overflow-x: hidden; }
h1,h2,h3,h4,h5,h6 { font-family: 'Montserrat', sans-serif; font-weight: 700; line-height: 1.25; color: var(--text-dark); }
a { text-decoration: none; color: inherit; transition: color var(--transition); }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.container { width: 100%; max-width: 1220px; margin: 0 auto; padding: 0 24px; }

/* TOP BAR */
.top-bar { background: var(--maroon); color: rgba(255,255,255,0.9); font-size: 0.78rem; padding: 7px 0; }
.top-bar .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.top-bar-left { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.top-bar-right { display: flex; align-items: center; gap: 10px; }

/* LANGUAGE SWITCHER */
.lang-switcher { position: relative; display: flex; align-items: center; }
.lang-btn { display: flex; align-items: center; gap: 5px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25); border-radius: 5px; padding: 4px 9px; color: rgba(255,255,255,0.9); font-size: 0.72rem; font-weight: 700; cursor: pointer; transition: all var(--transition); letter-spacing: 0.04em; font-family: 'Montserrat',sans-serif; }
.lang-btn:hover { background: var(--yellow); border-color: var(--yellow); color: var(--maroon); }
.lang-btn .lang-flag { font-size: 0.95rem; line-height: 1; }
.lang-btn svg { width: 8px; height: 8px; fill: currentColor; transition: transform var(--transition); }
.lang-switcher.open .lang-btn svg { transform: rotate(180deg); }
.lang-dropdown { position: absolute; top: calc(100% + 6px); right: 0; background: white; border-radius: 8px; box-shadow: 0 8px 32px rgba(0,0,0,0.18); border: 1px solid var(--border); min-width: 160px; opacity: 0; visibility: hidden; pointer-events: none; transition: all 0.2s ease; z-index: 2000; overflow: hidden; }
.lang-switcher.open .lang-dropdown { opacity: 1; visibility: visible; pointer-events: all; }
.lang-option { display: flex; align-items: center; gap: 10px; padding: 10px 16px; font-size: 0.82rem; font-weight: 600; color: var(--text-mid); cursor: pointer; transition: background var(--transition); border-bottom: 1px solid rgba(0,0,0,0.04); font-family: 'Montserrat',sans-serif; }
.lang-option:last-child { border-bottom: none; }
.lang-option:hover, .lang-option.active { background: var(--yellow-pale); color: var(--maroon); }
.lang-option .lo-flag { font-size: 1.1rem; line-height: 1; }
.lang-option .lo-name { flex: 1; }
.lang-option .lo-code { font-size: 0.68rem; color: var(--text-muted); font-weight: 700; letter-spacing: 0.08em; }
/* Hide Google Translate toolbar */
.goog-te-banner-frame, .goog-te-balloon-frame { display: none !important; }
body { top: 0 !important; }
.top-bar a { color: rgba(255,255,255,0.85); }
.top-bar a:hover { color: var(--yellow); }
.tb-item { display: flex; align-items: center; gap: 6px; }
.tb-item svg { width: 13px; height: 13px; fill: var(--yellow); flex-shrink: 0; }
.tb-social { width: 26px; height: 26px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.3); display: flex; align-items: center; justify-content: center; transition: all var(--transition); }
.tb-social:hover { background: var(--yellow); border-color: var(--yellow); }
.tb-social svg { width: 12px; height: 12px; fill: white; }
.tb-social:hover svg { fill: var(--maroon); }

/* HEADER */
.header { background: var(--white); position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 20px rgba(0,0,0,0.10); }
.nav-wrapper { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.logo { display: flex; align-items: center; gap: 0; }
.logo-box { width: 52px; height: 52px; background: var(--yellow); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-family: 'Montserrat',sans-serif; font-weight: 900; font-size: 1rem; color: var(--maroon); flex-shrink: 0; }
/* Logo image — constrained height; the image already contains the full company name */
.logo-img { height: 58px; width: auto; max-width: 240px; object-fit: contain; }
/* Hide the redundant text block — the logo image already shows the company name */
.logo-words { display: none; }
.nav-links { display: flex; align-items: center; gap: 2px; flex: 1; justify-content: center; }
.nav-item { position: relative; }
.nav-link { display: flex; align-items: center; gap: 5px; padding: 10px 13px; font-family: 'Montserrat',sans-serif; font-weight: 600; font-size: 0.76rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--text-dark); border-radius: 6px; white-space: nowrap; transition: all var(--transition); }
.nav-link:hover, .nav-link.active { color: var(--maroon); background: var(--yellow-pale); }
.nav-link svg { width: 10px; height: 10px; fill: currentColor; transition: transform var(--transition); }
.nav-item:hover .nav-link svg { transform: rotate(180deg); }
.dropdown { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: white; border-radius: var(--radius); box-shadow: var(--shadow-lg); border: 1px solid var(--border); min-width: 230px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.22s ease, visibility 0.22s ease; z-index: 200; border-top: 3px solid var(--yellow); padding-top: 6px; }
/* Invisible bridge: fills the gap between nav-link and dropdown so hover isn't lost */
.dropdown::before { content: ''; position: absolute; bottom: 100%; left: 0; right: 0; height: 10px; }
.nav-item:hover .dropdown { opacity: 1; visibility: visible; pointer-events: all; }
.dropdown a { display: block; padding: 11px 20px; font-size: 0.81rem; font-weight: 500; color: var(--text-mid); border-bottom: 1px solid rgba(0,0,0,0.05); transition: all var(--transition); }
.dropdown a:last-child { border-bottom: none; }
.dropdown a:hover { background: var(--yellow-pale); color: var(--maroon); padding-left: 26px; }
.nav-cta { background: var(--yellow); color: var(--text-dark) !important; font-family: 'Montserrat',sans-serif; font-weight: 700; font-size: 0.78rem; padding: 12px 22px; border-radius: 6px; letter-spacing: 0.04em; text-transform: uppercase; white-space: nowrap; transition: all var(--transition); flex-shrink: 0; border: 2px solid var(--yellow); }
.nav-cta:hover { background: var(--yellow-dark); border-color: var(--yellow-dark); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(255,194,0,0.4); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; background: none; border: none; }
.hamburger span { width: 25px; height: 2px; background: var(--text-dark); border-radius: 2px; display: block; transition: all var(--transition); }

/* HERO */
.hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--yellow-pale); }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(135deg,rgba(255,248,230,0.93) 0%,rgba(255,252,242,0.85) 55%,rgba(255,248,230,0.90) 100%), url('../images/factory-hero.jpg') center/cover no-repeat; z-index: 0; }
.hero-glow { position: absolute; top: -150px; right: -150px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(255,194,0,0.20) 0%, transparent 70%); z-index: 1; }
.hero-strip { position: absolute; left: 0; bottom: 0; width: 40%; height: 5px; background: var(--yellow); z-index: 2; }
.hero .container { position: relative; z-index: 3; padding-top: 60px; padding-bottom: 60px; }
.hero-inner { display: grid; grid-template-columns: 55% 45%; gap: 60px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,194,0,0.20); border: 1px solid rgba(255,194,0,0.5); color: var(--maroon); font-family: 'Montserrat',sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 7px 16px; border-radius: 40px; margin-bottom: 24px; }
.hero-badge::before { content: ''; width: 8px; height: 8px; background: var(--yellow); border-radius: 50%; animation: pulse-dot 2s infinite; }
@keyframes pulse-dot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(1.5)} }
.hero-title { font-size: clamp(1.9rem,3.8vw,3.1rem); font-weight: 900; color: var(--text-dark); line-height: 1.15; margin-bottom: 20px; letter-spacing: -0.02em; }
.hero-title .hi { color: var(--maroon); }
.hero-subtitle { font-size: 1rem; color: var(--text-mid); line-height: 1.85; margin-bottom: 34px; max-width: 480px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 6px; font-family: 'Montserrat',sans-serif; font-weight: 700; font-size: 0.82rem; letter-spacing: 0.04em; text-transform: uppercase; cursor: pointer; border: 2px solid transparent; transition: all var(--transition); }
.btn svg { width: 16px; height: 16px; fill: currentColor; }
.btn-primary { background: var(--yellow); color: var(--text-dark); border-color: var(--yellow); }
.btn-primary:hover { background: var(--yellow-dark); border-color: var(--yellow-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,194,0,0.45); }
.btn-outline { background: transparent; color: var(--text-dark); border-color: var(--border); }
.btn-outline:hover { border-color: var(--yellow); color: var(--maroon); background: var(--yellow-pale); transform: translateY(-2px); }
.btn-dark { background: var(--text-dark); color: white; border-color: var(--text-dark); }
.btn-dark:hover { background: #333; transform: translateY(-2px); }
.btn-maroon { background: var(--maroon); color: white; border-color: var(--maroon); }
.btn-maroon:hover { background: var(--maroon-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(123,28,46,0.3); }

.hero-trust { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.hero-trust-item { display: flex; align-items: center; gap: 7px; color: var(--text-mid); font-size: 0.78rem; }
.hero-trust-item svg { width: 16px; height: 16px; fill: var(--maroon); }

/* Hero right cards */
.hero-cards { display: flex; flex-direction: column; gap: 14px; }
.hero-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 20px 24px; border-left: 4px solid var(--yellow); box-shadow: var(--shadow-sm); transition: all var(--transition); }
.hero-card:hover { background: var(--yellow-pale); transform: translateX(5px); box-shadow: var(--shadow-md); }
.hero-card-top { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.hero-card-icon { width: 40px; height: 40px; background: var(--yellow); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-card-icon svg { width: 20px; height: 20px; fill: var(--maroon); }
.hero-card h4 { font-size: 0.92rem; font-weight: 700; color: var(--text-dark); }
.hero-card p { font-size: 0.78rem; color: var(--text-muted); line-height: 1.6; }

/* STATS BAR */
.stats-bar { background: var(--yellow); }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.stat-item { text-align: center; padding: 26px 16px; border-right: 1px solid rgba(0,0,0,0.1); cursor: default; transition: background var(--transition); }
.stat-item:last-child { border-right: none; }
.stat-item:hover { background: rgba(0,0,0,0.06); }
.stat-number { font-family: 'Montserrat',sans-serif; font-size: clamp(1.5rem,2.2vw,2.1rem); font-weight: 900; color: var(--maroon); display: block; line-height: 1; margin-bottom: 5px; }
.stat-label { font-size: 0.68rem; font-weight: 700; color: rgba(30,10,10,0.65); text-transform: uppercase; letter-spacing: 0.08em; line-height: 1.35; }

/* SECTIONS */
.section { padding: 88px 0; }
.section-alt { background: var(--bg-pale); }
.section-dark { background: var(--bg-pale); }
.section-yellow { background: var(--yellow); }
.section-tag { display: inline-flex; align-items: center; gap: 8px; font-family: 'Montserrat',sans-serif; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; color: var(--maroon); margin-bottom: 12px; }
.section-tag::before { content: ''; width: 28px; height: 3px; background: var(--yellow); border-radius: 2px; }
.section-title { font-size: clamp(1.6rem,2.8vw,2.5rem); font-weight: 800; margin-bottom: 14px; letter-spacing: -0.02em; }
.section-title .ac { color: var(--maroon); }
.section-title-w { color: white; }
.section-title-w .ac { color: var(--yellow); }
.section-subtitle { font-size: 1rem; color: var(--text-muted); max-width: 580px; line-height: 1.8; }
.section-header { margin-bottom: 52px; }
.section-header.center { text-align: center; }
.section-header.center .section-tag { justify-content: center; }
.section-header.center .section-subtitle { margin: 0 auto; }
.section-header.white .section-tag { color: var(--yellow-light); }
.section-header.white .section-tag::before { background: var(--yellow); }
.section-header.white .section-subtitle { color: rgba(255,255,255,0.6); }

/* ABOUT SECTION */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about-img-wrap { position: relative; }
.about-img { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3; background: linear-gradient(135deg,#1E3050,#2D4A6B); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.2); font-size: 0.9rem; text-align: center; font-family: 'Montserrat',sans-serif; }
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-badge { position: absolute; bottom: -20px; right: -20px; background: var(--yellow); border-radius: var(--radius-lg); padding: 20px 26px; text-align: center; box-shadow: var(--shadow-md); z-index: 1; }
.about-badge strong { display: block; font-family: 'Montserrat',sans-serif; font-size: 2.2rem; font-weight: 900; color: var(--maroon); line-height: 1; }
.about-badge em { display: block; font-style: normal; font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(30,10,10,0.65); margin-top: 4px; }
.about-points { margin: 26px 0; display: flex; flex-direction: column; gap: 12px; }
.about-point { display: flex; align-items: flex-start; gap: 14px; padding: 15px 18px; background: white; border-radius: var(--radius); border-left: 4px solid var(--yellow); box-shadow: var(--shadow-sm); transition: all var(--transition); }
.about-point:hover { transform: translateX(4px); }
.ap-icon { width: 36px; height: 36px; background: var(--yellow); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ap-icon svg { width: 18px; height: 18px; fill: var(--maroon); }
.ap-text h4 { font-size: 0.86rem; font-weight: 700; color: var(--text-dark); margin-bottom: 2px; }
.ap-text p { font-size: 0.8rem; color: var(--text-muted); }

/* ABOUT PAGE — split layout, pills */
.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-img-box { position: relative; }
.about-text {}
.about-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.about-pill { display: inline-flex; align-items: center; gap: 8px; background: var(--yellow-pale); border: 1px solid var(--border); border-radius: 40px; padding: 8px 16px; font-family: 'Montserrat',sans-serif; font-size: 0.78rem; font-weight: 700; color: var(--text-dark); }
.about-pill svg { width: 16px; height: 16px; fill: var(--maroon); flex-shrink: 0; }
@media(max-width:900px){ .about-split { grid-template-columns: 1fr; gap: 32px; } }

/* PRODUCTS */
.products-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.product-card { background: white; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--border); transition: all var(--transition); display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--yellow); }
.product-img { height: 195px; background: linear-gradient(135deg,#1E3050,#2A4A70); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.product-img img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.product-img-cat { position: absolute; top: 14px; left: 14px; width: 44px; height: 44px; background: var(--yellow); border-radius: 10px; display: flex; align-items: center; justify-content: center; z-index: 1; }
.product-img-cat svg { width: 22px; height: 22px; fill: var(--maroon); }
.product-body { padding: 22px 24px; flex: 1; display: flex; flex-direction: column; }
.product-body h3 { font-size: 1.1rem; font-weight: 800; margin-bottom: 8px; }
.product-body p { font-size: 0.83rem; color: var(--text-muted); margin-bottom: 16px; line-height: 1.7; }
.product-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 18px; }
.ptag { background: var(--yellow-pale); color: var(--maroon); font-size: 0.67rem; font-weight: 700; padding: 4px 10px; border-radius: 40px; border: 1px solid rgba(123,28,46,0.12); text-transform: uppercase; letter-spacing: 0.04em; }
.product-link { display: inline-flex; align-items: center; gap: 6px; font-family: 'Montserrat',sans-serif; font-size: 0.76rem; font-weight: 700; color: var(--maroon); text-transform: uppercase; letter-spacing: 0.06em; margin-top: auto; transition: gap var(--transition); }
.product-link:hover { gap: 10px; }
.product-link svg { width: 14px; height: 14px; fill: currentColor; }

/* MANUFACTURING */
.mfg-process { margin-bottom: 60px; }
.process-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; position: relative; }
.process-row::before { content: ''; position: absolute; top: 34px; left: 8%; right: 8%; height: 2px; background: linear-gradient(to right,var(--yellow),var(--yellow-dark)); z-index: 0; }
.process-step { text-align: center; padding: 16px 10px; position: relative; z-index: 1; }
.p-num { width: 50px; height: 50px; background: var(--yellow); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Montserrat',sans-serif; font-weight: 900; font-size: 1rem; color: var(--maroon); margin: 0 auto 12px; border: 4px solid white; box-shadow: 0 4px 14px rgba(255,194,0,0.5); position: relative; z-index: 2; }
.process-step h5 { font-size: 0.72rem; font-weight: 700; color: var(--text-dark); line-height: 1.4; }

.tech-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tech-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 26px; text-align: center; transition: all var(--transition); box-shadow: var(--shadow-sm); }
.tech-card:hover { background: var(--yellow-pale); border-color: var(--yellow); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.tech-icon { width: 54px; height: 54px; background: var(--yellow); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.tech-icon svg { width: 26px; height: 26px; fill: var(--maroon); }
.tech-card h4 { font-size: 0.92rem; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; }
.tech-card p { font-size: 0.78rem; color: var(--text-muted); line-height: 1.65; }

/* WHY CHOOSE US */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.why-card { padding: 30px 26px; border-radius: var(--radius-lg); background: white; border: 1px solid var(--border); box-shadow: var(--shadow-sm); transition: all var(--transition); position: relative; overflow: hidden; }
.why-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--yellow); }
.why-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--yellow); }
.why-num { position: absolute; right: 20px; top: 16px; font-family: 'Montserrat',sans-serif; font-size: 3.2rem; font-weight: 900; color: var(--yellow-pale); line-height: 1; }
.why-icon { width: 48px; height: 48px; background: var(--yellow-pale); border: 2px solid var(--yellow); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.why-icon svg { width: 22px; height: 22px; fill: var(--maroon); }
.why-card h4 { font-size: 0.95rem; font-weight: 700; margin-bottom: 8px; }
.why-card p { font-size: 0.81rem; color: var(--text-muted); line-height: 1.7; }

/* CERTS */
.cert-strip { background: var(--yellow); padding: 30px 0; }
.cert-flex { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; }
.cert-item { display: flex; align-items: center; gap: 12px; background: white; border-radius: 10px; padding: 14px 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.cert-icon { width: 42px; height: 42px; background: var(--maroon); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.cert-icon svg { width: 22px; height: 22px; fill: white; }
.cert-text strong { display: block; font-family: 'Montserrat',sans-serif; font-size: 0.85rem; font-weight: 800; color: var(--maroon); }
.cert-text span { font-size: 0.7rem; color: var(--text-muted); }

/* CLIENTS */
.clients-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.client-tile { background: white; border: 1px solid var(--border); border-radius: var(--radius); padding: 16px 12px; text-align: center; font-family: 'Montserrat',sans-serif; font-size: 0.72rem; font-weight: 700; color: var(--text-mid); transition: all var(--transition); display: flex; align-items: center; justify-content: center; min-height: 64px; }
.client-tile:hover { border-color: var(--yellow); background: var(--yellow-pale); color: var(--maroon); transform: translateY(-3px); box-shadow: var(--shadow-sm); }

/* EXPORT */
.export-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.export-tags { display: flex; flex-direction: column; gap: 10px; margin: 22px 0; }
.export-tag { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.65); border: 1px solid rgba(255,255,255,0.85); border-radius: var(--radius); padding: 12px 18px; transition: all var(--transition); }
.export-tag:hover { background: white; transform: translateX(6px); box-shadow: var(--shadow-sm); }
.export-flag { font-size: 1.4rem; width: 32px; text-align: center; }
.export-tag-text strong { display: block; font-family: 'Montserrat',sans-serif; font-size: 0.82rem; font-weight: 700; color: var(--text-dark); }
.export-tag-text span { font-size: 0.73rem; color: var(--text-muted); }
.export-creds { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.export-cred { background: white; border-radius: var(--radius-lg); padding: 22px; text-align: center; box-shadow: var(--shadow-sm); }
.export-cred strong { display: block; font-family: 'Montserrat',sans-serif; font-size: 1.5rem; font-weight: 900; color: var(--maroon); }
.export-cred span { font-size: 0.7rem; color: var(--text-muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }

/* CTA BANNER */
.cta-banner { background: var(--yellow); padding: 80px 0; text-align: center; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--maroon); }
.cta-banner::after { content: ''; position: absolute; bottom: 0; right: 0; width: 400px; height: 400px; background: radial-gradient(circle,rgba(255,255,255,0.15) 0%,transparent 70%); }
.cta-banner h2 { font-size: clamp(1.8rem,3vw,2.7rem); font-weight: 900; color: var(--text-dark); margin-bottom: 14px; }
.cta-banner h2 span { color: var(--maroon); }
.cta-banner p { color: rgba(30,10,10,0.65); max-width: 540px; margin: 0 auto 34px; font-size: 1rem; line-height: 1.8; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

/* TESTIMONIAL VIDEO SECTION */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
@media(max-width:900px){ .testi-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:560px){ .testi-grid { grid-template-columns: 1fr; } }
.testi-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: box-shadow var(--transition), transform var(--transition); }
.testi-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.testi-video-wrap { position: relative; width: 100%; padding-bottom: 56.25%; background: #0D1117; overflow: hidden; cursor: pointer; }
.testi-video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.testi-video-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; background: linear-gradient(135deg, #0D1117 0%, #1a2435 100%); }
.testi-play-btn { width: 64px; height: 64px; background: var(--yellow); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: transform 0.2s; }
.testi-play-btn:hover { transform: scale(1.1); }
.testi-play-btn svg { fill: var(--maroon); width: 26px; height: 26px; margin-left: 4px; }
.testi-placeholder-label { color: rgba(255,255,255,0.5); font-size: 0.75rem; font-family: 'Montserrat',sans-serif; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.testi-body { padding: 20px; }
.testi-quote { font-size: 0.88rem; color: var(--text-mid); line-height: 1.75; font-style: italic; margin-bottom: 14px; position: relative; padding-left: 16px; border-left: 3px solid var(--yellow); }
.testi-person { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--yellow); display: flex; align-items: center; justify-content: center; font-family: 'Montserrat',sans-serif; font-weight: 800; font-size: 0.85rem; color: var(--maroon); flex-shrink: 0; }
.testi-name { font-family: 'Montserrat',sans-serif; font-weight: 700; font-size: 0.85rem; color: var(--text-dark); }
.testi-co { font-size: 0.76rem; color: var(--text-muted); }

/* CASE STUDY CARDS */
.cs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px,1fr)); gap: 28px; }
.cs-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: box-shadow var(--transition), transform var(--transition); display: flex; flex-direction: column; }
.cs-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.cs-header { padding: 24px 28px 20px; border-bottom: 1px solid var(--border); }
.cs-tag { display: inline-flex; align-items: center; gap: 6px; background: var(--yellow-pale); color: var(--maroon); border-radius: 40px; padding: 4px 12px; font-size: 0.7rem; font-weight: 700; font-family: 'Montserrat',sans-serif; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 10px; }
.cs-title { font-family: 'Montserrat',sans-serif; font-size: 1.05rem; font-weight: 800; color: var(--text-dark); line-height: 1.35; margin: 0; }
.cs-body { padding: 20px 28px 24px; flex: 1; display: flex; flex-direction: column; gap: 14px; }
.cs-section-label { font-family: 'Montserrat',sans-serif; font-size: 0.65rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--maroon); margin-bottom: 4px; }
.cs-text { font-size: 0.875rem; color: var(--text-mid); line-height: 1.75; margin: 0; }
.cs-outcome { background: var(--yellow-pale); border-radius: 8px; padding: 12px 16px; border-left: 3px solid var(--yellow); }
.cs-outcome .cs-section-label { color: var(--maroon); }
.cs-meta { display: flex; gap: 16px; flex-wrap: wrap; padding-top: 12px; border-top: 1px solid var(--border); margin-top: auto; }
.cs-meta-item { display: flex; align-items: center; gap: 6px; font-size: 0.76rem; color: var(--text-muted); font-weight: 600; }
.cs-meta-item svg { width: 13px; height: 13px; fill: var(--maroon); }

/* FOOTER */
.footer { background: #0D1117; color: rgba(255,255,255,0.7); padding: 68px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1.1fr 1fr 1.3fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-brand-desc { font-size: 0.83rem; line-height: 1.8; margin: 16px 0 20px; color: rgba(255,255,255,0.5); }
.footer-logo-title { font-family: 'Montserrat',sans-serif; font-size: 1.05rem; font-weight: 800; color: white; display: block; }
.footer-logo-sub { font-size: 0.6rem; color: var(--yellow); letter-spacing: 0.15em; text-transform: uppercase; display: block; margin-top: 2px; }
.footer-isos { display: flex; gap: 8px; flex-wrap: wrap; }
.footer-iso { background: rgba(255,194,0,0.1); border: 1px solid rgba(255,194,0,0.25); color: var(--yellow); font-family: 'Montserrat',sans-serif; font-size: 0.66rem; font-weight: 700; padding: 4px 10px; border-radius: 4px; }
.footer-col h5 { font-family: 'Montserrat',sans-serif; font-size: 0.76rem; font-weight: 800; color: white; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 2px solid var(--yellow); display: inline-block; }
.footer-col a { display: block; font-size: 0.8rem; color: rgba(255,255,255,0.5); margin-bottom: 9px; transition: all var(--transition); }
.footer-col a:hover { color: var(--yellow); padding-left: 5px; }
.footer-contact-row { display: flex; gap: 10px; margin-bottom: 12px; align-items: flex-start; }
.footer-contact-row svg { width: 15px; height: 15px; fill: var(--yellow); flex-shrink: 0; margin-top: 4px; }
.footer-contact-row span, .footer-contact-row a { font-size: 0.8rem; color: rgba(255,255,255,0.55); line-height: 1.6; }
.footer-contact-row a { color: rgba(255,194,0,0.85); }
.footer-contact-row a:hover { color: var(--yellow); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; font-size: 0.75rem; color: rgba(255,255,255,0.3); flex-wrap: wrap; gap: 10px; }
.footer-bottom a { color: var(--yellow); }
.f-socials { display: flex; gap: 8px; }
.f-social { width: 32px; height: 32px; border-radius: 7px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; transition: all var(--transition); }
.f-social:hover { background: var(--yellow); }
.f-social svg { width: 14px; height: 14px; fill: rgba(255,255,255,0.65); }
.f-social:hover svg { fill: var(--maroon); }

/* SCROLL TOP */
.scroll-top { position: fixed; bottom: 26px; right: 26px; width: 44px; height: 44px; background: var(--yellow); border-radius: 10px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 999; box-shadow: 0 4px 16px rgba(255,194,0,0.4); opacity: 0; transform: translateY(10px); transition: all var(--transition); border: none; }
.scroll-top.visible { opacity: 1; transform: translateY(0); }
.scroll-top:hover { background: var(--yellow-dark); transform: translateY(-2px); }
.scroll-top svg { width: 20px; height: 20px; fill: var(--maroon); }

/* MOBILE NAV */
.mobile-nav { display: none; position: fixed; inset: 0; background: white; z-index: 2000; flex-direction: column; padding: 24px; overflow-y: auto; }
.mobile-nav.open { display: flex; }
.mn-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.mn-close { width: 36px; height: 36px; background: var(--yellow); border-radius: 8px; display: flex; align-items: center; justify-content: center; cursor: pointer; border: none; font-size: 1.4rem; font-weight: 900; color: var(--maroon); }
.mobile-nav a { display: block; padding: 13px 0; font-family: 'Montserrat',sans-serif; font-weight: 700; font-size: 0.95rem; color: var(--text-dark); border-bottom: 1px solid var(--border); }
.mobile-nav a:hover { color: var(--maroon); }
.mn-cta { margin-top: 24px; text-align: center; }

/* PAGE HERO (inner pages) */
.page-hero { background: var(--yellow-pale); border-bottom: 4px solid var(--yellow); padding: 60px 0 50px; position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; top: 0; right: 0; width: 400px; height: 100%; background: radial-gradient(circle at right,rgba(255,194,0,0.18) 0%,transparent 70%); }
.page-hero h1 { font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 900; color: var(--text-dark); margin-bottom: 10px; }
.page-hero p { color: var(--text-mid); font-size: 1rem; max-width: 580px; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.75rem; color: var(--text-muted); margin-bottom: 18px; }
.breadcrumb a { color: var(--maroon); font-weight: 600; }
.breadcrumb span { color: var(--border); }

/* RESPONSIVE */
@media (max-width: 1100px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-cards { flex-direction: row; flex-wrap: wrap; }
  .hero-card { flex: 1; min-width: 200px; }
  .stats-grid { grid-template-columns: repeat(3,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .clients-grid { grid-template-columns: repeat(4,1fr); }
}
@media (max-width: 900px) {
  .about-grid, .export-grid { grid-template-columns: 1fr; gap: 40px; }
  .products-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .tech-grid { grid-template-columns: 1fr 1fr; }
  .process-row { grid-template-columns: repeat(3,1fr); }
  .process-row::before { display: none; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .about-badge { bottom: -12px; right: -12px; }
  .logo-img { height: 48px; max-width: 200px; }
}
@media (max-width: 480px) {
  .logo-img { height: 42px; max-width: 160px; }
}
@media (max-width: 640px) {
  .section { padding: 56px 0; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .products-grid, .why-grid, .tech-grid { grid-template-columns: 1fr; }
  .clients-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-ctas, .cta-btns { flex-direction: column; }
  .hero-ctas .btn, .cta-btns .btn { width: 100%; justify-content: center; }
  .export-creds { grid-template-columns: 1fr 1fr; }
  .process-row { grid-template-columns: repeat(2,1fr); }
  .cert-flex { flex-direction: column; }
}
