*, *::before, *::after{ box-sizing: border-box; margin: 0; padding: 0; }
body{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    background: #FFFFFF;
    color: #1A1A1A;
    -webkit-font-smoothing: antialiased;
  }
.container{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
  }
.overline{font-size:15px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#1F6FD5;display:block;margin-bottom:14px}
.h-rule{width:48px;height:3px;background:#1F6FD5;border-radius:2px;margin-bottom:24px}

/* ── Shared label style ── */ 
.section-label{
    font-size: 15px; font-weight: 700;
    letter-spacing: 1px; text-transform: uppercase;
    color: #1F6FD5;
    margin-bottom: 10px;
  }
/* ── Shared button styles ── */
.btn-primary{
    display: inline-flex; align-items: center; gap: 8px;
    background: #1F6FD5; color: #FFFFFF;
    height: 46px; padding: 0 26px;
    border-radius: 7px;
    font-family: 'Inter', sans-serif;
    font-size: 15px; font-weight: 600;
    text-decoration: none; border: none; cursor: pointer;
    white-space: nowrap; flex-shrink: 0;
    transition: background .2s;
  }
.btn-primary:hover{ background: #1860ba; color: #FFFFFF;}
.btn-link{
    display: inline-flex; align-items: center; gap: 7px;
    color: #1F6FD5;
    font-family: 'Inter', sans-serif;
    font-size: 15px; font-weight: 600;
    text-decoration: none; transition: gap .18s;
  }
.btn-link:hover{ gap: 11px; }

.btn-wa {
  display: inline-flex; align-items: center; gap: 7px;
  background: #1a8f3c; color: #FFFFFF;
  height: 46px; padding: 0 24px; border-radius: 7px;
  font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 600;
  text-decoration: none; white-space: nowrap; transition: background .15s;
}
.btn-wa:hover { background: #157a32; color: #FFFFFF;}

.btn-outline {
  display: inline-flex; align-items: center; gap: 7px;
  background: transparent; color: #1F6FD5;
  height: 46px; padding: 0 22px; border-radius: 7px;
  font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 600;
  text-decoration: none; border: 1.5px solid #1F6FD5; white-space: nowrap;
  transition: background .15s, color .15s;
}
.btn-outline:hover { background: #1F6FD5; color: #FFFFFF; }
.btn-download{display:inline-flex;align-items:center;gap:7px;background:#EBF2FF;color:#0B1F3A;height:46px;padding:0 22px;border-radius:7px;font-family:'Inter',sans-serif;font-size:15px;font-weight:600;text-decoration:none;border:1.5px solid #D4DCE8;white-space:nowrap;transition:background .15s,border-color .15s}
.btn-download:hover{background:#F5F7FA;border-color:#1F6FD5;color:#1F6FD5}
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* ── CHECK LIST ── */
.check-list { list-style: none; }
.check-list li {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 10px 0; border-bottom: 1px solid #EEF1F5;
  font-size: 15px; color: #1A1A1A; font-weight: 400; line-height: 1.5;
}
.check-list li:last-child { border-bottom: none; }
.chk {
  width: 18px; height: 18px; background: #1F6FD5; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: #FFFFFF; font-size: 9px; font-weight: 700; margin-top: 3px;
}

/* ── IMAGE PLACEHOLDER ── */
.img-ph {
  border-radius: 10px; overflow: hidden; background: #EEF1F5;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
}
.img-ph .ph-icon { font-size: 32px; opacity: .18; }
.img-ph .ph-text {
  font-size: 10px; font-weight: 600; color: #9BA8B5;
  letter-spacing: 1.2px; text-transform: uppercase;
}
/* ════════════════════════════════ SECTION 1 — ABOUT US BG: #FFFFFF ════════════════════════════════ */
.about-section{
    background: #FFFFFF;
    padding: 90px 0;
  }
.about-layout{
    display: grid;
    grid-template-columns: 560px 1fr;
    gap: 72px;
    align-items: center;
  }
/* Left — Image */ .about-image-col{ position: relative; }
.img-outer{
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: #0B1F3A;
  }
.img-outer img{ width: 100%; height: 100%; object-fit: cover; display: block; }
.img-placeholder{
    width: 100%; height: 100%;
    background: #0B1F3A;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 14px; min-height: 480px;
  }
.ph-icon{ font-size: 52px; opacity: .30; }
.ph-label{
    font-size: 12px; font-weight: 600;
    color: rgba(255,255,255,.22);
    letter-spacing: 1px; text-transform: uppercase;
  }
.img-badge{
    position: absolute;
    bottom: 28px; left: -16px;
    background: #FFFFFF;
    border: 1px solid #E4E9F0;
    border-radius: 10px;
    padding: 14px 18px;
    box-shadow: 0 4px 14px rgba(11,31,58,0.09);
    display: flex; align-items: center; gap: 12px;
    min-width: 224px;
  }
.badge-icon{
    width: 36px; height: 36px;
    background: #F1F4F8;
    border-radius: 8px;
    display: flex; align-items: center;
    justify-content: center;
    font-size: 17px; flex-shrink: 0;
  }
.badge-text strong{
    display: block; font-size: 13px;
    font-weight: 700; color: #0B1F3A; line-height: 1.4;
  }
.badge-text span{ font-size: 12px; color: #5F6B7A; }
.img-accent{
    position: absolute;
    top: 16px; right: -12px;
    width: 100%; height: 100%;
    border: 1.5px solid #1F6FD5;
    border-radius: 12px;
    z-index: -1;
    opacity: .14;
  }
/* Right — Content */ .about-content h2{
    font-size: 34px; font-weight: 700;
    line-height: 1.3; color: #0B1F3A;
    margin-bottom: 20px;
  }
.about-content p{
    font-size: 16px; font-weight: 400;
    line-height: 1.6; color: #5F6B7A;
    margin-bottom: 16px;
  }
.tag-row{ display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 24px; }
.tag{
    background: #F1F4F8; color: #0B1F3A;
    font-size: 13px; font-weight: 600;
    padding: 7px 14px; border-radius: 6px;
    border: 1px solid #E0E6EF;
  }
.divider{ width: 40px; height: 3px; background: #1F6FD5; border-radius: 2px; margin: 22px 0; }
.cta-group{ display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 28px; }
/* ════════════════════════════════ SECTION 2 — TRUSTED SOLUTIONS BG: #F5F7FA ════════════════════════════════ */ 
.section-2{
    background: #F5F7FA;
    padding: 90px 0;
  }
.section-header{
    max-width: 720px;
    margin: 0 auto 56px;
    text-align: center;
  }
.section-header h2{
    font-size: 34px; font-weight: 700;
    line-height: 1.3; color: #0B1F3A;
    margin-bottom: 16px;
  }
.section-header p{
    font-size: 16px; font-weight: 400;
    line-height: 1.6; color: #5F6B7A;
  }
.industry-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 48px;
  }
.industry-card{
    background: #FFFFFF;
    border: 1px solid #E4E9F0;
    border-radius: 12px;
    padding: 32px 24px;
    display: flex; flex-direction: column;
    align-items: flex-start; gap: 14px;
    transition: box-shadow .2s, border-color .2s;
  }
.industry-card:hover{
    box-shadow: 0 4px 18px rgba(11,31,58,0.08);
    border-color: #C8D6E8;
  }
.card-icon-wrap{
    width: 48px; height: 48px;
    background: #F1F4F8;
    border-radius: 10px;
    display: flex; align-items: center;
    justify-content: center; font-size: 22px;
    flex-shrink: 0;
  }
.industry-card h3{
    font-size: 16px; font-weight: 700;
    color: #0B1F3A; line-height: 1.35;
  }
.industry-card p{
    font-size: 14px; font-weight: 400;
    color: #5F6B7A; line-height: 1.6;
    margin: 0;
  }
.card-accent{
    width: 28px; height: 3px;
    background: #1F6FD5; border-radius: 2px;
    margin-top: auto; padding-top: 8px;
  }
.closing-row{
    background: #FFFFFF;
    border: 1px solid #E4E9F0;
    border-radius: 12px;
    padding: 32px 36px;
    display: flex; align-items: center;
    justify-content: space-between; gap: 32px;
    flex-wrap: wrap;
  }
.closing-text{
    font-size: 16px; font-weight: 400;
    color: #5F6B7A; line-height: 1.6;
    max-width: 680px;
  }
.closing-text strong{ color: #0B1F3A; font-weight: 600; }
/* ════════════════════════════════ RESPONSIVE ════════════════════════════════ */ 

/* ════════════════════════════════ SECTION 3 — PRODUCT PORTFOLIO BG: #FFFFFF ════════════════════════════════ */ .section-3{
    background: #FFFFFF;
    padding: 90px 0;
  }
.s3-header{
    max-width: 640px;
    margin: 0 auto 52px;
    text-align: center;
  }
.s3-header h2{
    font-size: 34px; font-weight: 700;
    line-height: 1.3; color: #0B1F3A;
    margin-bottom: 14px;
  }
.s3-header p{
    font-size: 16px; font-weight: 400;
    line-height: 1.6; color: #5F6B7A;
  }
/* 3-column grid */ .product-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;                        /* 24px horizontal */
  }
/* Product card */ .product-card{
    background: #FFFFFF;
    border: 1px solid #E4E9F0;
    border-radius: 12px;              /* 10–12px */
    overflow: hidden;
    display: flex; flex-direction: column;
    transition: box-shadow .22s, border-color .22s;
  }
.product-card:hover{
    box-shadow: 0 4px 20px rgba(11,31,58,0.09); /* subtle only */
    border-color: #C8D6E8;
  }
/* Product image area — consistent height */ .product-img{
    position: relative;
    width: 100%;
    height: 200px;                    /* consistent image sizing per guidelines */
    overflow: hidden;
    background: #F5F7FA;
    flex-shrink: 0;
  }
.product-img img{
    width: 100%; height: 100%;
    object-fit: cover; display: block;
  }
/* Placeholder */ .product-img-placeholder{
    width: 100%; height: 100%;
    background: #F1F4F8;              /* light grey */
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 8px;
  }
.pimg-icon{ font-size: 36px; opacity: .5; }
.pimg-label{
    font-size: 11px; font-weight: 600;
    color: #5F6B7A; letter-spacing: .8px;
    text-transform: uppercase;
  }
/* Category tag on image */ .product-tag{
    position: absolute;
    top: 14px; left: 14px;
    background: #0B1F3A;              /* navy — solid, no gradient */
    color: #FFFFFF;
    font-size: 11px; font-weight: 700;
    letter-spacing: .5px; text-transform: uppercase;
    padding: 4px 10px; border-radius: 4px;
  }
/* Card body */ .product-body{
    padding: 26px 24px 28px;          /* 24–32px card padding */
    display: flex; flex-direction: column;
    flex: 1;
  }
.product-body h3{
    font-size: 17px; font-weight: 700;
    color: #0B1F3A; line-height: 1.35;
    margin-bottom: 10px;
  }
.product-body p{
    font-size: 14px; font-weight: 400;
    color: #5F6B7A; line-height: 1.65;
    margin-bottom: 0; flex: 1;
  }
/* Link */ .product-link{
    display: inline-flex; align-items: center; gap: 6px;
    color: #1F6FD5; font-size: 14px; font-weight: 600;
    text-decoration: none; margin-top: 18px;
    font-family: 'Inter', sans-serif;
    transition: gap .18s;
  }
.product-link:hover{ gap: 10px; }
/* CTA card — navy bg */ .product-card--cta{
    background: #0B1F3A;             /* dark navy — allowed for trust/CTA block */
    border-color: #0B1F3A;
  }
.product-card--cta:hover{
    border-color: #1F6FD5;
    box-shadow: 0 4px 20px rgba(11,31,58,0.18);
  }
.cta-card-inner{
    padding: 36px 28px;
    display: flex; flex-direction: column;
    height: 100%; justify-content: center;
  }
.cta-card-icon{
    font-size: 36px; margin-bottom: 18px; opacity: .7;
  }
.product-card--cta h3{
    font-size: 20px; font-weight: 700;
    color: #FFFFFF; line-height: 1.3;
    margin-bottom: 12px;
  }
.product-card--cta p{
    font-size: 14px; font-weight: 400;
    color: rgba(255,255,255,.60); line-height: 1.65;
  }
/* Responsive */ 
/* ════════════════════════════════ SECTION 4 — WHY SANIPURE BG: #F5F7FA ════════════════════════════════ */ .section-4{
    background: #F5F7FA;
    padding: 90px 0;
  }
.why-layout{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: start;
  }
/* Left — text content */ .why-left h2{
    font-size: 34px; font-weight: 700;
    line-height: 1.3; color: #0B1F3A;
    margin-bottom: 18px;
  }
.why-left .why-intro{
    font-size: 16px; font-weight: 400;
    color: #5F6B7A; line-height: 1.6;
    margin-bottom: 32px;
  }
/* Feature list */ .why-list{ list-style: none; margin-bottom: 32px; }
.why-list li{
    display: flex; align-items: flex-start; gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #E8ECF2;
    font-size: 15px; font-weight: 500;
    color: #1A1A1A; line-height: 1.5;
  }
.why-list li:last-child{ border-bottom: none; }
.why-check{
    width: 22px; height: 22px;
    background: #1F6FD5;              /* solid blue — no gradient */
    border-radius: 50%;
    display: flex; align-items: center;
    justify-content: center; flex-shrink: 0;
    color: #FFFFFF; font-size: 11px;
    font-weight: 700; margin-top: 1px;
  }
/* Closing statement */ .why-closing{
    display: flex; align-items: center; gap: 14px;
    background: #FFFFFF;
    border: 1px solid #E4E9F0;
    border-left: 3px solid #1F6FD5;   /* structured accent — not decorative */
    border-radius: 0 10px 10px 0;
    padding: 18px 22px;
    margin-top: 8px;
  }
.why-closing p{
    font-size: 15px; font-weight: 600;
    color: #0B1F3A; line-height: 1.5;
    font-style: italic;
  }
/* Right — stat boxes + supporting info */ .why-right{ display: flex; flex-direction: column; gap: 16px; }
.stat-grid-2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
.stat-box{
    background: #0B1F3A;              /* navy — allowed for trust blocks */
    border-radius: 12px;
    padding: 28px 24px;
  }
.stat-box .stat-num{
    font-size: 32px; font-weight: 700;
    color: #FFFFFF; line-height: 1;
    margin-bottom: 6px;
  }
.stat-box .stat-lbl{
    font-size: 13px; font-weight: 400;
    color: rgba(255,255,255,.50);
    line-height: 1.4;
  }
/* Differentiator card */ 
.why-diff-card{
    background: #FFFFFF;
    border: 1px solid #E4E9F0;
    border-radius: 12px;
    padding: 28px 26px;
  }
.why-diff-card h4{
    font-size: 15px; font-weight: 700;
    color: #0B1F3A; letter-spacing: .5px;
    text-transform: uppercase; margin-bottom: 18px;
  }
.diff-row{
    display: flex; align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #F0F3F7;
    gap: 12px;
  }
.diff-row:last-child{ border-bottom: none; }
.diff-label{ font-size: 13.5px; font-weight: 500; color: #5F6B7A; }
.diff-val{
    font-size: 13px; font-weight: 700;
    color: #1F6FD5; white-space: nowrap;
  }
/* ════════════════════════════════ SECTION 5 — MANUFACTURING BG: #FFFFFF ════════════════════════════════ */ .section-5{
    background: #FFFFFF;
    padding: 90px 0;
  }
/* Two-column: content left, image right */ .mfg-layout{
    display: grid;
    grid-template-columns: 1fr 460px;
    gap: 72px;
    align-items: center;
  }
/* Left */ .mfg-left h2{
    font-size: 34px; font-weight: 700;
    line-height: 1.3; color: #0B1F3A;
    margin-bottom: 16px;
  }
.mfg-intro{
    font-size: 16px; font-weight: 400;
    color: #5F6B7A; line-height: 1.6;
    margin-bottom: 28px;
  }
/* Checklist with icons */ .mfg-list{ list-style: none; margin-bottom: 28px; }
.mfg-list li{
    display: flex; align-items: flex-start; gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #EEF1F5;
  }
.mfg-list li:last-child{ border-bottom: none; }
.mfg-icon-wrap{
    width: 42px; height: 42px;
    background: #F1F4F8;              /* light grey */
    border-radius: 10px;
    display: flex; align-items: center;
    justify-content: center; font-size: 18px;
    flex-shrink: 0; margin-top: 1px;
  }
.mfg-item-text{ display: flex; flex-direction: column; gap: 3px; }
.mfg-item-text strong{
    font-size: 15px; font-weight: 700;
    color: #0B1F3A; line-height: 1.4;
  }
.mfg-item-text span{
    font-size: 13.5px; font-weight: 400;
    color: #5F6B7A; line-height: 1.5;
  }
/* Closing paragraph */ .mfg-closing{
    background: #F5F7FA;
    border: 1px solid #E4E9F0;
    border-left: 3px solid #1F6FD5;
    border-radius: 0 10px 10px 0;
    padding: 16px 20px;
  }
.mfg-closing p{
    font-size: 15px; font-weight: 400;
    color: #5F6B7A; line-height: 1.6;
  }
.mfg-closing strong{ color: #0B1F3A; font-weight: 600; }
/* Right — Image */ .mfg-right{ display: flex; flex-direction: column; gap: 16px; }
.mfg-img-outer{
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: #0B1F3A;              /* solid navy */
  }
.mfg-img-outer img{
    width: 100%; height: 100%;
    object-fit: cover; display: block;
  }
.mfg-img-placeholder{
    width: 100%; height: 100%;
    background: #0B1F3A;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 12px; min-height: 400px;
  }
.mph-icon{ font-size: 48px; opacity: .28; }
.mph-label{
    font-size: 12px; font-weight: 600;
    color: rgba(255,255,255,.22);
    letter-spacing: 1px; text-transform: uppercase;
  }
/* Location badge */ .mfg-badge{
    background: #FFFFFF;
    border: 1px solid #E4E9F0;
    border-radius: 10px;
    padding: 14px 18px;
    box-shadow: 0 4px 14px rgba(11,31,58,0.08);
    display: flex; align-items: center; gap: 12px;
  }
.mfg-badge-icon{
    width: 36px; height: 36px;
    background: #F1F4F8;
    border-radius: 8px;
    display: flex; align-items: center;
    justify-content: center; font-size: 16px; flex-shrink: 0;
  }
.mfg-badge-text strong{
    display: block; font-size: 13px;
    font-weight: 700; color: #0B1F3A;
  }
.mfg-badge-text span{ font-size: 12px; color: #5F6B7A; }
/* Capability tags */ .mfg-tags{ display: flex; flex-wrap: wrap; gap: 8px; }
.mfg-tag{
    background: #F1F4F8;
    color: #0B1F3A;
    font-size: 12px; font-weight: 700;
    padding: 6px 13px; border-radius: 6px;
    border: 1px solid #E0E6EF;
  }
/* ════════════════════════════════ SECTION 6 — GLOBAL MARKETS BG: #F5F7FA ════════════════════════════════ */ .section-6{
    background: #F5F7FA;
    padding: 90px 0;
  }
.global-layout{
    display: grid;
    grid-template-columns: 1fr 460px;
    gap: 72px;
    align-items: center;
  }
/* Left */ .global-left h2{
    font-size: 34px; font-weight: 700;
    line-height: 1.3; color: #0B1F3A;
    margin-bottom: 14px;
  }
.global-intro{
    font-size: 16px; font-weight: 400;
    color: #5F6B7A; line-height: 1.6;
    margin-bottom: 24px;
  }
/* Region cards */ .region-cards{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 28px;
  }
.region-card{
    background: #FFFFFF;
    border: 1px solid #E4E9F0;
    border-radius: 10px;
    padding: 18px 16px;
    display: flex; align-items: center; gap: 14px;
    transition: box-shadow .2s, border-color .2s;
  }
.region-card:hover{
    box-shadow: 0 4px 14px rgba(11,31,58,0.07);
    border-color: #C8D6E8;
  }
.region-flag{ font-size: 26px; flex-shrink: 0; }
.region-info{ display: flex; flex-direction: column; gap: 2px; }
.region-info strong{
    font-size: 14px; font-weight: 700; color: #0B1F3A;
  }
.region-info span{
    font-size: 12.5px; font-weight: 400; color: #5F6B7A; line-height: 1.4;
  }
/* Closing note */ .global-closing{
    background: #FFFFFF;
    border: 1px solid #E4E9F0;
    border-left: 3px solid #1F6FD5;
    border-radius: 0 10px 10px 0;
    padding: 16px 20px;
  }
.global-closing p{
    font-size: 15px; font-weight: 400;
    color: #5F6B7A; line-height: 1.6;
  }
.global-closing strong{ color: #0B1F3A; font-weight: 600; }
/* Right — Image */ .global-right{ display: flex; flex-direction: column; gap: 16px; }
.global-img-outer{
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4 / 4;
    background: #0B1F3A;
  }
.global-img-outer img{
    width: 100%; height: 100%;
    object-fit: cover; display: block;
  }
.global-img-placeholder{
    width: 100%; height: 100%;
    background: #0B1F3A;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 12px; min-height: 340px;
  }
.gph-icon{ font-size: 48px; opacity: .28; }
.gph-label{
    font-size: 12px; font-weight: 600;
    color: rgba(255,255,255,.22);
    letter-spacing: 1px; text-transform: uppercase;
  }
/* Export card */ .export-card{
    background: #FFFFFF;
    border: 1px solid #E4E9F0;
    border-radius: 12px;
    overflow: hidden;
  }
.export-card-header{
    background: #0B1F3A;
    color: #FFFFFF;
    font-size: 13px; font-weight: 700;
    letter-spacing: .5px; text-transform: uppercase;
    padding: 12px 20px;
  }
.export-rows{ padding: 4px 0; }
.export-row{
    display: flex; align-items: center;
    justify-content: space-between;
    padding: 11px 20px;
    border-bottom: 1px solid #F0F3F7;
    gap: 12px;
  }
.export-row:last-child{ border-bottom: none; }
.export-label{
    font-size: 13px; font-weight: 500; color: #5F6B7A;
  }
.export-val{
    font-size: 13px; font-weight: 700; color: #0B1F3A;
    text-align: right;
  }
/* ════════════════════════════════ SECTION 7 — INDUSTRIES BG: #FFFFFF ════════════════════════════════ */ .section-7{
    background: #FFFFFF;
    padding: 90px 0;
  }
.ind-header{
    max-width: 640px;
    margin: 0 auto 52px;
    text-align: center;
  }
.ind-header h2{
    font-size: 34px; font-weight: 700;
    line-height: 1.3; color: #0B1F3A;
    margin-bottom: 12px;
  }
.ind-header p{
    font-size: 16px; font-weight: 400;
    line-height: 1.6; color: #5F6B7A;
  }
/* 4-column grid */ .ind-cards-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
/* Card */ .ind-card-full{
    background: #FFFFFF;
    border: 1px solid #E4E9F0;
    border-radius: 12px;
    overflow: hidden;
    display: flex; flex-direction: column;
    transition: box-shadow .22s, border-color .22s;
  }
.ind-card-full:hover{
    box-shadow: 0 6px 24px rgba(11,31,58,0.10);
    border-color: #C8D6E8;
  }
/* Image area */ .ind-card-img{
    position: relative;
    width: 100%;
    height: 190px;
    overflow: hidden;
    flex-shrink: 0;
  }
.ind-card-img img{
    width: 100%; height: 100%;
    object-fit: cover; display: block;
  }
/* Placeholder */ .ind-img-placeholder{
    width: 100%; height: 100%;
    background: #0B1F3A;
    display: flex; align-items: center;
    justify-content: center;
  }
.iph-icon{ font-size: 52px; opacity: .30; }
/* Overlay label on image */ .ind-card-overlay{
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: linear-gradient(to top, rgba(11,31,58,0.88) 0%, transparent 100%);
    padding: 28px 16px 14px;
    display: flex; align-items: flex-end; gap: 10px;
  }
.ind-check{
    width: 22px; height: 22px;
    background: #1F6FD5;
    border-radius: 50%;
    display: flex; align-items: center;
    justify-content: center;
    font-size: 11px; font-weight: 800;
    color: #FFFFFF; flex-shrink: 0;
    margin-bottom: 1px;
  }
.ind-card-body h3{
    font-size: 16px; font-weight: 700;
    color: #333; 
  }
/* Card body */ .ind-card-body{
    padding: 20px 18px 22px;
    display: flex; flex-direction: column;
   flex: 1;
  }
.ind-card-body p{
    font-size: 13.5px; font-weight: 400;
    color: #5F6B7A; line-height: 1.6;
    margin: 0;
  }
/* Tags */ .ind-tags{
    display: flex; flex-wrap: wrap; gap: 6px;
    margin-top: auto;
  }
.ind-tags span{
    background: #F1F4F8;
    color: #0B1F3A;
    font-size: 11px; font-weight: 700;
    padding: 4px 10px; border-radius: 4px;
    border: 1px solid #E0E6EF;
    letter-spacing: .2px;
  }
/* ════════════════════════════════ SECTION 8 — FINAL CTA BG: #0B1F3A (navy — allowed for trust/CTA section) ════════════════════════════════ */ .section-8{
    background: #0B1F3A;
    padding: 90px 0;
  }
.cta-final-layout{
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 72px;
    align-items: center;
  }
/* Left */ .cta-final-left h2{
    font-size: 34px; font-weight: 700;
    line-height: 1.3; color: #FFFFFF;
    margin-bottom: 16px;
  }
.cta-final-intro{
    font-size: 16px; font-weight: 400;
    color: rgba(255,255,255,.55);
    line-height: 1.6; margin-bottom: 20px;
  }
/* Use case list */ 
.cta-use-list{ list-style: none; margin-bottom: 28px; }
.cta-use-list li{
    display: flex; align-items: center; gap: 14px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    font-size: 16px; font-weight: 500;
    color: rgba(255,255,255,.85); line-height: 1.4;
  }
.cta-use-list li:last-child{ border-bottom: none; }
.cta-use-icon{
    width: 28px; height: 28px;
    background: #1F6FD5;
    border-radius: 50%;
    display: flex; align-items: center;
    justify-content: center;
    color: #FFFFFF; font-size: 16px;
    font-weight: 700; flex-shrink: 0;
  }
.cta-final-note{
    font-size: 15px; font-weight: 400;
    color: rgba(255,255,255,.50);
    line-height: 1.6; font-style: italic;
  }
/* Right — CTA Card */ .cta-card{
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
  }
.cta-card-top{
    padding: 32px 28px 24px;
    border-bottom: 1px solid #E4E9F0;
  }
.cta-card-top h3{
    font-size: 20px; font-weight: 700;
    color: #0B1F3A; line-height: 1.3;
    margin-bottom: 10px;
  }
.cta-card-top p{
    font-size: 14px; font-weight: 400;
    color: #5F6B7A; line-height: 1.6;
    margin: 0;
  }
/* Buttons inside card */ .cta-card-btns{
    padding: 24px 28px;
    display: flex; flex-direction: column; gap: 12px;
    border-bottom: 1px solid #E4E9F0;
  }
.btn-wa-lg{
    display: flex; align-items: center; gap: 12px;
    background: #1a8f3c; color: #FFFFFF;
    height: 50px; padding: 0 22px;
    border-radius: 7px;
    font-family: 'Inter', sans-serif;
    font-size: 15px; font-weight: 600;
    text-decoration: none;
    transition: background .2s;
  }
.btn-wa-lg:hover{ background: #157a32;color: #FFFFFF; }
.btn-enquiry-lg{
    display: flex; align-items: center; gap: 12px;
    background: #1F6FD5; color: #FFFFFF;
    height: 50px; padding: 0 22px;
    border-radius: 7px;
    font-family: 'Inter', sans-serif;
    font-size: 15px; font-weight: 600;
    text-decoration: none;
    transition: background .2s;
  }
.btn-enquiry-lg:hover{ background: #1860ba; color: #FFFFFF;}
.btn-icon{ font-size: 18px; }
/* Card footer */ .cta-card-footer{
    padding: 16px 28px;
    display: flex; flex-wrap: wrap; gap: 8px 24px;
    background: #F5F7FA;
  }
.cta-card-footer span{
    font-size: 12.5px; font-weight: 600;
    color: #5F6B7A;
  }
/* ════════════════════════════════ SECTION 9 — FAQ BG: #F5F7FA ════════════════════════════════ */ .section-9{
    background: #F5F7FA;
    padding: 90px 0;
    overflow-x: hidden;
  }
.faq-header{
    max-width: 800px;
    margin: 0 auto 52px;
    text-align: center;
  }
.faq-header h2{
    font-size: 34px; font-weight: 700;
    line-height: 1.3; color: #0B1F3A;
    margin-bottom: 12px;
  }
.faq-header p{
    font-size: 16px; font-weight: 400;
    color: #5F6B7A; line-height: 1.6;
  }
/* Two-column layout */ .faq-layout{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 28px;
    align-items: start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }
.faq-col{ display: flex; flex-direction: column; gap: 12px; min-width: 0; width: 100%; max-width: 100%; overflow: hidden; }
/* Accordion item */ .faq-item{
    background: #FFFFFF;
    border: 1px solid #E4E9F0;
    border-radius: 10px;
    transition: box-shadow .2s;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
.faq-item.open{
    border-color: #1F6FD5;
    box-shadow: 0 4px 14px rgba(11,31,58,0.07);
  }
/* Question button */ .faq-q{
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex; align-items: flex-start; gap: 10px;
    padding: 16px 18px;
    background: none; border: none; cursor: pointer;
    font-family: 'Inter', sans-serif;
    text-align: left;
    min-width: 0;
    overflow: hidden;
  }
.faq-q:hover{ background: #F8FAFC; }
.faq-num{
    background: #EBF2FF;
    color: #1F6FD5;
    font-size: 11px; font-weight: 700;
    padding: 3px 8px; border-radius: 4px;
    flex-shrink: 0; letter-spacing: .5px;
    align-self: flex-start; margin-top: 2px;
  }
.faq-item.open .faq-num{
    background: #1F6FD5;
    color: #FFFFFF;
  }
.faq-q > span:nth-child(2){
    font-size: 15px; font-weight: 600;
    color: #0B1F3A; line-height: 1.4;
    flex: 1;
    min-width: 0;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }
.faq-arrow{
    font-size: 16px; color: #5F6B7A;
    flex-shrink: 0; transition: transform .25s;
    display: inline-block;
    align-self: flex-start; margin-top: 2px;
  }
.faq-item.open .faq-arrow{ transform: rotate(180deg); color: #1F6FD5; }
/* Answer */ .faq-a{
    max-height: 0;
    overflow: hidden;
    padding: 0 20px 0 52px;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
.faq-item.open .faq-a{
    max-height: 300px;
    padding: 0 20px 18px 52px;
  }
.faq-a p{
    font-size: 14.5px; font-weight: 400;
    color: #5F6B7A; line-height: 1.65;
    margin: 0;
  }
/* Responsive */

/* ════════════════════════════════════════════════
   RESPONSIVE — COMPREHENSIVE BREAKPOINTS
   Tablet: 960px  |  Mobile L: 768px  |  Mobile: 480px
════════════════════════════════════════════════ */

/* ── TABLET (≤ 960px) ── */
@media (max-width: 960px) {

  /* Container */
  .container { padding: 0 24px; }

  /* Section padding */
  .about-section, .section-2, .section-3, .section-4,
  .section-5, .section-6, .section-7, .section-8, .section-9 {
    padding: 72px 0;
  }

  /* Section 1 — About */
  .about-layout { grid-template-columns: 1fr; gap: 48px; }
  .img-accent   { display: none; }
  .img-badge    { left: 16px; bottom: 20px; }
  .about-content h2 { font-size: 28px; }
  .img-placeholder  { min-height: 360px; }

  /* Section 2 — Trusted Solutions */
  .section-header h2  { font-size: 28px; }
  .industry-grid      { grid-template-columns: repeat(2, 1fr); }
  .closing-row        { flex-direction: column; align-items: flex-start; }

  /* Section 3 — Products */
  .s3-header h2  { font-size: 28px; }
  .product-grid  { grid-template-columns: repeat(2, 1fr); }

  /* Section 4 — Why */
  .why-layout   { grid-template-columns: 1fr; gap: 48px; }
  .why-left h2  { font-size: 28px; }
  .stat-grid-2  { grid-template-columns: repeat(2, 1fr); }

  /* Section 5 — Manufacturing */
  .mfg-layout   { grid-template-columns: 1fr; gap: 48px; }
  .mfg-right    { order: -1; }
  .mfg-left h2  { font-size: 28px; }
  .mfg-img-placeholder { min-height: 300px; }

  /* Section 6 — Global */
  .global-layout  { grid-template-columns: 1fr; gap: 48px; }
  .global-right   { order: -1; }
  .global-left h2 { font-size: 28px; }
  .global-img-placeholder { min-height: 280px; }

  /* Section 7 — Industries */
  .ind-header h2   { font-size: 28px; }
  .ind-cards-grid  { grid-template-columns: repeat(2, 1fr); }

  /* Section 8 — CTA */
  .cta-final-layout { grid-template-columns: 1fr; gap: 48px; }
  .cta-final-left h2 { font-size: 28px; }

  /* Section 9 — FAQ */
  .faq-header h2 { font-size: 28px; }
  .faq-layout    { grid-template-columns: 1fr; gap: 12px; }
}

/* ── MOBILE LARGE (≤ 768px) ── */
@media (max-width: 768px) {

  /* Section padding */
  .about-section, .section-2, .section-3, .section-4,
  .section-5, .section-6, .section-7, .section-8, .section-9 {
    padding: 60px 0;
  }

  /* Section headers center → left */
  .section-header, .s3-header, .ind-header, .faq-header {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  /* Typography */
  .about-content h2, .section-header h2, .s3-header h2,
  .why-left h2, .mfg-left h2, .global-left h2,
  .ind-header h2, .cta-final-left h2, .faq-header h2 { font-size: 26px; }

  /* Section 2 */
  .industry-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .industry-card { padding: 24px 18px; }
  .closing-row   { padding: 24px 20px; gap: 20px; }

  /* Section 3 */
  .product-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .product-img  { height: 160px; }
  .product-body { padding: 20px 18px 22px; }

  /* Section 4 */
  .why-list li  { font-size: 14px; padding: 12px 0; }
  .stat-grid-2  { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .stat-box     { padding: 22px 18px; }
  .stat-box .stat-num { font-size: 26px; }
  .diff-row     { flex-direction: column; align-items: flex-start; gap: 2px; }
  .diff-val     { white-space: normal; }

  /* Section 6 */
  .region-cards { grid-template-columns: 1fr 1fr; gap: 10px; }

  /* Section 8 */
  .cta-card-top  { padding: 24px 22px 20px; }
  .cta-card-btns { padding: 18px 22px; }
  .cta-card-footer { padding: 14px 22px; }
  .cta-use-list li { font-size: 15px; }
}

/* ── MOBILE (≤ 480px) ── */
@media (max-width: 480px) {

  /* Container */
  .container { padding: 0 16px; }

  /* Section padding */
  .about-section, .section-2, .section-3, .section-4,
  .section-5, .section-6, .section-7, .section-8, .section-9 {
    padding: 52px 0;
  }

  /* Typography */
  .about-content h2, .section-header h2, .s3-header h2,
  .why-left h2, .mfg-left h2, .global-left h2,
  .ind-header h2, .cta-final-left h2, .faq-header h2 { font-size: 22px; }
  body { font-size: 15px; }

  /* Section 1 — About */
  .img-badge    { left: 12px; bottom: 16px; min-width: auto; padding: 12px 14px; }
  .badge-text strong { font-size: 12px; }
  .badge-text span   { font-size: 11px; }
  .tag-row      { gap: 6px; }
  .tag          { font-size: 12px; padding: 5px 10px; }
  .cta-group    { flex-direction: column; align-items: flex-start; width: 100%; }
  .btn-primary, .btn-enquiry-lg, .btn-wa-lg { width: 100%; justify-content: center; }

  /* Section 2 */
  .industry-grid   { grid-template-columns: 1fr; }
  .section-header  { margin-bottom: 36px; }
  .section-header h2, .s3-header h2 { font-size: 22px; }

  /* Section 3 */
  .product-grid    { grid-template-columns: 1fr; }
  .s3-header       { margin-bottom: 32px; }

  /* Section 4 */
  .why-diff-card   { overflow-x: auto; }
  .stat-grid-2     { grid-template-columns: 1fr 1fr; }

  /* Section 5 */
  .mfg-list li     { gap: 12px; }
  .mfg-icon-wrap   { width: 36px; height: 36px; font-size: 16px; }
  .mfg-item-text strong { font-size: 14px; }
  .mfg-tags        { gap: 6px; }
  .mfg-tag         { font-size: 11px; padding: 5px 10px; }

  /* Section 6 */
  .region-cards    { grid-template-columns: 1fr; }
  .global-closing  { padding: 14px 16px; }

  /* Section 7 */
  .ind-cards-grid  { grid-template-columns: 1fr; }
  .ind-header      { margin-bottom: 32px; }
  .ind-card-img    { height: 180px; }

  /* Section 8 */
  .cta-final-layout { gap: 36px; }
  .cta-use-list li  { font-size: 14px; gap: 10px; }
  .cta-card-top h3  { font-size: 18px; }

  /* Section 9 */
  .faq-header      { margin-bottom: 32px; }
  /* FAQ mobile — full width enforcement */
  .faq-layout        { grid-template-columns: 1fr; overflow: hidden; }
  .faq-col           { width: 100%; max-width: 100%; overflow: hidden; }
  .faq-item          { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }
  .faq-q             { width: 100%; max-width: 100%; box-sizing: border-box; padding: 14px 14px; gap: 8px; overflow: hidden; }
  .faq-q > span:nth-child(2) { font-size: 13.5px; min-width: 0; max-width: 100%; word-break: break-word; }
  .faq-num           { font-size: 10px; padding: 2px 6px; }
  .faq-arrow         { font-size: 14px; }
  .faq-item.open .faq-a { padding: 0 14px 16px 36px; }
  .faq-a p           { font-size: 13px; }
  .faq-a p         { font-size: 13.5px; }
}


.hero {
  background: #F5F7FA;
  border-bottom: 1px solid #E4E9F0;
  padding: 80px 0;
}
.hero-layout {
  display: grid; grid-template-columns: 1fr 420px;
  gap: 60px; align-items: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center;
  background: #EBF2FF; color: #1F6FD5;
  font-size: 11px; font-weight: 700; letter-spacing: 1.2px;
  text-transform: uppercase; padding: 4px 10px; border-radius: 4px; margin-bottom: 16px;
}
.hero h1 {
  font-size: 44px; font-weight: 700; line-height: 1.15;
  color: #0B1F3A; margin-bottom: 14px;
}
.hero-sub {
  font-size: 16px; color: #5F6B7A; line-height: 1.6;
  margin-bottom: 24px; font-weight: 400;
}
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.hero-tag {
  background: #FFFFFF; border: 1px solid #D4DCE8;
  color: #1A1A1A; font-size: 12px; font-weight: 600;
  padding: 4px 12px; border-radius: 5px;
}
.hero-img { border-radius: 10px; overflow: hidden; }
.hero-img .img-ph { min-height: 280px; border-radius: 10px; }

/* ════════════════════════
   SECTION 2 — ABOUT / INTRO
   BG: #FFFFFF — primary
════════════════════════ */
.sec-intro1 { background: #fff; padding: 90px 0; }
.intro-layout1 { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }

.intro-left h2 {
  font-size: 32px; font-weight: 700; line-height: 1.3; color: #0B1F3A; margin-bottom: 12px;
}
.intro-left p { font-size: 15px; color: #5F6B7A; line-height: 1.6; margin-bottom: 14px; }

/* Used-in box — navy permitted as one trust block */
.used-in-box {
  background: #0B1F3A; border-radius: 10px; padding: 22px 20px; margin-bottom: 14px;
}
.used-in-box h4 {
  font-size: 11px; font-weight: 700; color: rgba(255,255,255,.4);
  letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 12px;
}
.used-in-box ul { list-style: none; }
.used-in-box ul li {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: rgba(255,255,255,.78); font-weight: 400;
  padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.06);
}
.used-in-box ul li:last-child { border-bottom: none; }
.dot-blue { width: 5px; height: 5px; border-radius: 50%; background: #1F6FD5; flex-shrink: 0; }

/* Why SS box */
.why-ss-box {
  background: #F5F7FA; border: 1px solid #E4E9F0; border-radius: 10px; padding: 22px 20px;
}
.why-ss-box h4 { font-size: 14px; font-weight: 700; color: #0B1F3A; margin-bottom: 12px; }

.sec-img { border-radius: 10px; overflow: hidden; margin-top: 14px; }
.sec-img .img-ph { min-height: 190px; border-radius: 10px; }

/* ════════════════════════
   CTA BANNER 1
   BG: #F1F4F8 — section separator only
════════════════════════ */
.cta-banner {
  background: #F1F4F8;
  border-top: 1px solid #E4E9F0;
  border-bottom: 1px solid #E4E9F0;
  padding: 48px 0;
}
.cta-banner-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px; flex-wrap: wrap;
}
.cta-banner-inner h3 { font-size: 20px; font-weight: 700; color: #0B1F3A; margin-bottom: 5px; }
.cta-banner-inner p  { font-size: 15px; color: #5F6B7A; }

/* ════════════════════════
   SECTION 3 — PRODUCT RANGE
   BG: #FFFFFF — primary
════════════════════════ */
.sec-range { background: #FFFFFF; padding: 90px 0; border-top: 1px solid #E4E9F0; }
.range-hdr { max-width: 980px; margin: 0 auto 44px; text-align: center; }
.range-hdr h2 { font-size: 32px; font-weight: 700; color: #0B1F3A; line-height: 1.3; margin-bottom: 10px; }
.range-hdr p { font-size: 15px; color: #5F6B7A; line-height: 1.6; }

.range-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* Cards — structured, documentation-like, no glow */
.range-card {
  background: #FFFFFF; border: 1px solid #E4E9F0; border-radius: 10px;
  overflow: hidden; display: flex; flex-direction: column;
  transition: border-color .15s;
}
.range-card:hover { border-color: #1F6FD5; }

/* Consistent image height — guideline rule */
.range-img { width: 100%; overflow: hidden; flex-shrink: 0; background: #F1F4F8; }
.range-img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .3s ease;
}
.range-card:hover .range-img img { transform: scale(1.03); }
.range-img-ph {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
}
.range-img-ph span {
  font-size: 10px; font-weight: 600; color: #9BA8B5;
  letter-spacing: 1.2px; text-transform: uppercase;
}

/* Card body — 24px padding as per guideline */
.range-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }

/* Two-line max description enforced via CSS clamp */
.range-card h3 { font-size: 14px; font-weight: 700; color: #0B1F3A; line-height: 1.4; }
.range-card p  {
  font-size: 13px; color: #5F6B7A; line-height: 1.55; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.range-bar { width: 24px; height: 2px; background: #1F6FD5; border-radius: 2px; margin-top: 4px; }
.range-read-more {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 12.5px; font-weight: 600; color: #1F6FD5;
  text-decoration: none; margin-top: 4px; transition: gap .12s;
}
.range-read-more:hover { gap: 7px; }

.range-footer {
  background: #F5F7FA; border: 1px solid #E4E9F0; border-radius: 10px;
  padding: 15px 24px; margin-top: 28px; text-align: center;
  font-size: 14px; color: #5F6B7A; line-height: 1.5;
}
.range-footer strong { color: #0B1F3A; }

/* ════════════════════════
   SECTION 4 — ENGINEERING
   BG: #F5F7FA — section separator
════════════════════════ */
.sec-eng { background: #F5F7FA; padding: 90px 0; }
.eng-intro { margin-bottom: 48px; }
.eng-intro h2 { font-size: 32px; font-weight: 700; color: #0B1F3A; line-height: 1.3; margin-bottom: 10px; }
.eng-intro p  { font-size: 15px; color: #5F6B7A; line-height: 1.6; }
.eng-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }

/* Feature tiles — white cards on grey section */
.eng-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px; }
.eng-tile {
  background: #FFFFFF; border: 1px solid #E4E9F0; border-radius: 10px; padding: 16px;
}
.eng-tile-ico { font-size: 18px; margin-bottom: 8px; }
.eng-tile h4 { font-size: 13px; font-weight: 700; color: #0B1F3A; margin-bottom: 3px; }
.eng-tile p  { font-size: 12.5px; color: #5F6B7A; line-height: 1.5; }

.eng-note {
  background: #FFFFFF; border: 1px solid #E4E9F0;
  border-left: 3px solid #1F6FD5; border-radius: 0 10px 10px 0;
  padding: 13px 16px; font-size: 13.5px; color: #5F6B7A; line-height: 1.6;
}

/* Material table */
.mat-table { width: 100%; border-collapse: collapse; border-radius: 10px; overflow: hidden; border: 1px solid #E4E9F0; }
.mat-table thead tr th {
  background: #0B1F3A; color: #FFFFFF;
  font-size: 11.5px; font-weight: 700; letter-spacing: .6px;
  text-transform: uppercase; padding: 11px 14px; text-align: left;
}
.mat-table tbody td {
  padding: 10px 14px; font-size: 13.5px; color: #1A1A1A;
  font-weight: 400; border-bottom: 1px solid #EEF1F5;
  background: #FFFFFF;
}
.mat-table tbody tr:last-child td { border-bottom: none; }
.mat-table tbody tr:nth-child(even) td { background: #F8FAFC; }
.grade-badge {
  display: inline-block; background: #EBF2FF; color: #1F6FD5;
  font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 4px;
}

/* Finish pills */
.finish-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.finish-pill {
  flex: 1; min-width: 96px; background: #FFFFFF; border: 1px solid #E4E9F0;
  border-radius: 8px; padding: 11px 12px; text-align: center;
}
.finish-pill strong { display: block; font-size: 12.5px; font-weight: 700; color: #0B1F3A; margin-bottom: 3px; }
.finish-pill span   { font-size: 11px; color: #5F6B7A; line-height: 1.4; }

/* CIP block */
.cip-block {
  background: #FFFFFF; border: 1px solid #E4E9F0;
  border-left: 3px solid #1F6FD5; border-radius: 0 10px 10px 0;
  padding: 14px 16px; margin-top: 16px;
}
.cip-block h4 { font-size: 13.5px; font-weight: 700; color: #0B1F3A; margin-bottom: 8px; }
.cip-block ul { list-style: none; }
.cip-block ul li {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 13px; color: #5F6B7A; padding: 4px 0;
}
.cip-block ul li::before { content: '✓'; color: #1F6FD5; font-weight: 700; font-size: 11px; flex-shrink: 0; margin-top: 3px; }

/* CTA banner 2 — inline card, no heavy styles */
.cta-banner-2 {
  background: #FFFFFF; border: 1px solid #E4E9F0; border-radius: 10px;
  padding: 26px 28px; margin-top: 44px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.cta-banner-2 h3 { font-size: 16px; font-weight: 700; color: #0B1F3A; margin-bottom: 4px; }
.cta-banner-2 p  { font-size: 13.5px; color: #5F6B7A; }

/* ════════════════════════
   SECTION 4B — BACKFLOW & CUSTOM FAB
   BG: #FFFFFF — primary
════════════════════════ */
.sec-backflow-custom { background: #FFFFFF; padding: 90px 0; border-top: 1px solid #E4E9F0; }
.bc-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }

.bc-left h2, .bc-right h2 {
  font-size: 24px; font-weight: 700; color: #0B1F3A; line-height: 1.3; margin-bottom: 8px;
}
.bc-left > p, .bc-right > p { font-size: 15px; color: #5F6B7A; line-height: 1.6; margin-bottom: 16px; }

.bc-cards { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.bc-card {
  background: #FFFFFF; border: 1px solid #E4E9F0; border-radius: 10px;
  padding: 16px; display: flex; align-items: flex-start; gap: 12px;
  transition: border-color .15s;
}
.bc-card:hover { border-color: #1F6FD5; }
.bc-card-icon {
  width: 36px; height: 36px; background: #F1F4F8; border-radius: 7px;
  display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0;
}
.bc-card-body h4 { font-size: 13.5px; font-weight: 700; color: #0B1F3A; margin-bottom: 3px; }
.bc-card-body p  { font-size: 13px; color: #5F6B7A; line-height: 1.5; }

.bc-note {
  background: #F5F7FA; border: 1px solid #E4E9F0; border-radius: 10px; padding: 16px 18px;
}
.bc-note > p {
  font-size: 11px; font-weight: 700; color: #5F6B7A;
  letter-spacing: 1.1px; text-transform: uppercase; margin-bottom: 10px;
}
.bc-note ul { list-style: none; }
.bc-note ul li {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: #1A1A1A; font-weight: 400;
  padding: 7px 0; border-bottom: 1px solid #E8ECF2;
}
.bc-note ul li:last-child { border-bottom: none; }

.cf-list { display: flex; flex-direction: column; margin-bottom: 18px; }
.cf-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 13px 0; border-bottom: 1px solid #E4E9F0;
}
.cf-item:last-child { border-bottom: none; }
.cf-icon {
  width: 36px; height: 36px; background: #F1F4F8; border-radius: 7px;
  display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0;
}
.cf-text h4 { font-size: 13.5px; font-weight: 700; color: #0B1F3A; margin-bottom: 3px; }
.cf-text p  { font-size: 13px; color: #5F6B7A; line-height: 1.5; }

.cf-closing {
  background: #F5F7FA; border: 1px solid #E4E9F0;
  border-left: 3px solid #1F6FD5; border-radius: 0 10px 10px 0; padding: 13px 16px;
}
.cf-closing p { font-size: 13.5px; color: #5F6B7A; line-height: 1.6; }

/* ════════════════════════
   SECTION 5 — WHY SANIPURE
   BG: #F5F7FA — section separator
════════════════════════ */
.sec-why { background: #F5F7FA; padding: 90px 0; }
.why-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }
.why-left h2 { font-size: 32px; font-weight: 700; color: #0B1F3A; line-height: 1.3; margin-bottom: 12px; }
.why-left p  { font-size: 15px; color: #5F6B7A; line-height: 1.6; margin-bottom: 18px; }

.why-closing {
  background: #FFFFFF; border: 1px solid #E4E9F0;
  border-left: 3px solid #1F6FD5; border-radius: 0 10px 10px 0;
  padding: 13px 16px; font-size: 13.5px; color: #5F6B7A; line-height: 1.6; margin-top: 4px;
}

/* Support cards — white on grey section */
.support-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
.support-card {
  background: #FFFFFF; border: 1px solid #E4E9F0; border-radius: 10px;
  padding: 16px; display: flex; align-items: flex-start; gap: 12px;
  transition: border-color .15s;
}
.support-card:hover { border-color: #1F6FD5; }
.sup-icon {
  width: 36px; height: 36px; background: #F1F4F8; border-radius: 7px;
  display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0;
}
.sup-txt h4 { font-size: 13.5px; font-weight: 700; color: #0B1F3A; margin-bottom: 2px; }
.sup-txt p  { font-size: 13px; color: #5F6B7A; line-height: 1.5; }

/* Global strip — navy permitted as one trust block per page */
.global-strip {
  background: #0B1F3A; border-radius: 10px; padding: 20px 22px; margin-top: 12px;
}
.global-strip h5 {
  font-size: 11px; font-weight: 700; color: rgba(255,255,255,.4);
  letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 12px;
}
.region-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.rtag {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11);
  color: rgba(255,255,255,.75); font-size: 12.5px; font-weight: 500;
  padding: 5px 12px; border-radius: 5px;
}

/* ════════════════════════
   SECTION 6 — FINAL CTA
   BG: #FFFFFF — primary
════════════════════════ */
.sec-cta { background: #FFFFFF; padding: 90px 0; border-top: 1px solid #E4E9F0; }
.cta-layout { display: grid; grid-template-columns: 1fr 400px; gap: 60px; align-items: start; }
.cta-left h2 { font-size: 32px; font-weight: 700; color: #0B1F3A; line-height: 1.3; margin-bottom: 10px; }
.cta-left p  { font-size: 15px; color: #5F6B7A; line-height: 1.6; margin-bottom: 20px; }

.cta-use-list1 { list-style: none; }
.cta-use-list1 li {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 0; border-bottom: 1px solid #EEF1F5;
  font-size: 15px; color: #1A1A1A; font-weight: 400;
}
.cta-use-list1 li:last-child { border-bottom: none; }
.arrow-ico {
  width: 22px; height: 22px; background: #1F6FD5; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #FFFFFF; font-size: 11px; font-weight: 700; flex-shrink: 0;
}

/* CTA card — structured, documentation-like */
.cta-card {
  background: #F1F4F8; border: 1px solid #E4E9F0; border-radius: 10px; overflow: hidden;
}
.cta-card-top {
  padding: 24px 22px 18px; background: #FFFFFF; border-bottom: 1px solid #E4E9F0;
}
.cta-card-top h3 { font-size: 17px; font-weight: 700; color: #0B1F3A; margin-bottom: 6px; }
.cta-card-top p  { font-size: 13.5px; color: #5F6B7A; line-height: 1.6; }
.cta-card-btns {
  padding: 18px 22px; display: flex; flex-direction: column; gap: 10px;
  background: #FFFFFF; border-bottom: 1px solid #E4E9F0;
}
.cta-full { width: 100%; justify-content: center; height: 46px; }
.cta-card-foot {
  padding: 12px 22px; background: #F1F4F8;
  display: flex; gap: 16px; flex-wrap: wrap; align-items: center;
}
.cta-card-foot span { font-size: 12px; font-weight: 500; color: #5F6B7A; }





	.elementskit-menu-overlay {
 background-color: rgba(255,255,255,.5);
	display: none !important;}	

.hero-about{background:#0B1F3A;padding:100px 0 80px;position:relative;overflow:hidden}
.hero-about::before{content:'';position:absolute;top:0;right:0;width:480px;height:100%;background:repeating-linear-gradient(90deg,transparent,transparent 38px,rgba(255,255,255,.025) 38px,rgba(255,255,255,.025) 39px);pointer-events:none}
.hero-about-inner{position:relative;z-index:1}
.hero-about-kicker{display:inline-flex;align-items:center;gap:8px;background:rgba(31,111,213,.2);color:#7BBFFF;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:5px 14px;border-radius:4px;margin-bottom:24px}
.hero-about h1{font-size:52px;font-weight:700;line-height:1.1;color:#FFFFFF;margin-bottom:6px;max-width:700px}
.hero-about h1 span{color:#1F6FD5}
.hero-about-sub{font-size:17px;color:rgba(255,255,255,.55);line-height:1.65;margin-bottom:36px;max-width:580px;font-weight:400}
.hero-about-meta{display:flex;align-items:center;gap:32px;flex-wrap:wrap;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.10)}
.hero-meta-item{display:flex;flex-direction:column;gap:3px}
.hero-meta-item strong{font-size:22px;font-weight:700;color:#FFFFFF;line-height:1}
.hero-meta-item span{font-size:12px;color:rgba(255,255,255,.40);font-weight:400}
.hero-meta-sep{width:1px;height:32px;background:rgba(255,255,255,.12);flex-shrink:0}
.hero-about-btns{display:flex;gap:12px;flex-wrap:wrap}
 
.btn-outline-white{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#FFFFFF;height:46px;padding:0 24px;border-radius:7px;font-family:'Inter',sans-serif;font-size:15px;font-weight:600;text-decoration:none;border:1.5px solid rgba(255,255,255,.4);white-space:nowrap;transition:border-color .15s}
.btn-outline-white:hover{border-color:#FFFFFF; color:#FFFFFF;}
.btn-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#1F6FD5;height:46px;padding:0 24px;border-radius:7px;font-family:'Inter',sans-serif;font-size:15px;font-weight:600;text-decoration:none;border:1.5px solid #1F6FD5;white-space:nowrap;transition:background .15s,color .15s}

/* STATS BAR */
.stats-bar{background:#F1F4F8;border-top:1px solid #E4E9F0;border-bottom:1px solid #E4E9F0}
.stats-bar-inner{display:flex;align-items:stretch}
.stat-cell{flex:1;padding:32px 36px;border-right:1px solid #E4E9F0;display:flex;flex-direction:column;gap:4px}
.stat-cell:last-child{border-right:none}
.stat-cell-num{font-size:34px;font-weight:700;color:#0B1F3A;line-height:1}
.stat-cell-num span{color:#1F6FD5}
.stat-cell-lbl{font-size:13px;color:#5F6B7A;font-weight:400;line-height:1.4}

/* ALTERNATING SECTIONS */
.sec-who{background:#FFFFFF;padding:96px 0}
.alt-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.alt-layout.reverse{direction:rtl}
.alt-layout.reverse>*{direction:ltr}
.alt-text h2{font-size:36px;font-weight:700;line-height:1.2;color:#0B1F3A;margin-bottom:16px}
.alt-text p{font-size:15px;color:#5F6B7A;line-height:1.7;margin-bottom:14px}
.alt-image{border-radius:12px;overflow:hidden;background:#EEF1F5;display:flex;align-items:center;justify-content:center;min-height:380px}
.alt-image-ph{display:flex;flex-direction:column;align-items:center;gap:10px}
.alt-image-ph span:first-child{font-size:40px;opacity:.18}
.alt-image-ph span:last-child{font-size:10px;font-weight:600;color:#9BA8B5;letter-spacing:1.5px;text-transform:uppercase}
.address-inline{background:#F5F7FA;border:1px solid #E4E9F0;border-radius:10px;padding:20px 22px;margin-top:24px}
.address-inline h4{font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:#5F6B7A;margin-bottom:12px}
.address-line{display:flex;align-items:baseline;gap:10px;font-size:14px;color:#1A1A1A;padding:5px 0}

/* VISION — navy mid-page */
.sec-vision{background:#0B1F3A;padding:96px 0}
.vision-layout{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start}
.vision-left h2{font-size:36px;font-weight:700;line-height:1.2;color:#FFFFFF;margin-bottom:16px}
.vision-left p{font-size:15px;color:rgba(255,255,255,.55);line-height:1.7;margin-bottom:28px}
.vision-quote{border-left:3px solid #1F6FD5;padding:16px 20px;background:rgba(255,255,255,.04);border-radius:0 8px 8px 0}
.vision-quote p{font-size:15px;color:rgba(255,255,255,.75);line-height:1.65;font-style:italic;margin:0}
.mission-items{display:flex;flex-direction:column;gap:0}
.mission-item{display:flex;align-items:flex-start;gap:16px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.07)}
.mission-item:last-child{border-bottom:none}
.mission-num{width:28px;height:28px;border:1.5px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:rgba(255,255,255,.5);flex-shrink:0;margin-top:2px}
.mission-item p{font-size:15px;color:rgba(255,255,255,.72);line-height:1.55}
.client-strip{margin-top:36px;background:rgba(31,111,213,.15);border:1px solid rgba(31,111,213,.3);border-radius:10px;padding:22px 24px}
.client-strip h4{font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:#7BBFFF;margin-bottom:14px}
.client-strip ul{list-style:none;display:flex;flex-direction:column;gap:8px}
.client-strip ul li{display:flex;align-items:center;gap:10px;font-size:14px;color:rgba(255,255,255,.70)}
.client-strip ul li::before{content:'✓';color:#1F6FD5;font-weight:700;font-size:12px}
 
/* TIMELINE */
.sec-timeline{background:#FFFFFF;padding:96px 0;border-top:1px solid #E4E9F0}
.timeline-hdr{text-align:center;max-width:620px;margin:0 auto 56px}
.timeline-hdr h2{font-size:36px;font-weight:700;color:#0B1F3A;line-height:1.2;margin-bottom:10px}
.timeline-hdr p{font-size:15px;color:#5F6B7A;line-height:1.6}
.timeline{position:relative;max-width:760px;margin:0 auto}
.timeline::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:1px;background:#E4E9F0;transform:translateX(-50%)}
.tl-item{display:grid;grid-template-columns:1fr 40px 1fr;gap:0;margin-bottom:48px;align-items:start}
.tl-item:last-child{margin-bottom:0}
.tl-left{text-align:right;padding-right:32px}
.tl-right{padding-left:32px}
.tl-dot{width:40px;height:40px;background:#FFFFFF;border:2px solid #1F6FD5;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1;font-size:13px;font-weight:700;color:#1F6FD5}
.tl-year{font-size:22px;font-weight:700;color:#0B1F3A;line-height:1;margin-bottom:6px}
.tl-title{font-size:14px;font-weight:700;color:#0B1F3A;margin-bottom:4px}
.tl-desc{font-size:15.5px;color:#5F6B7A;line-height:1.6}
.tl-tag{display:inline-block;background:#EBF2FF;color:#1F6FD5;font-size:11px;font-weight:700;padding:3px 9px;border-radius:4px;margin-top:6px;letter-spacing:.3px}
 
/* PRODUCTS list */
.sec-products{background:#F5F7FA;padding:96px 0}
.products-layout{display:grid;grid-template-columns:380px 1fr;gap:72px;align-items:start}
.products-left h2{font-size:36px;font-weight:700;color:#0B1F3A;line-height:1.2;margin-bottom:14px}
.products-left p{font-size:15px;color:#5F6B7A;line-height:1.7;margin-bottom:28px}
.products-list{display:grid;grid-template-columns:1fr 1fr;border:1px solid #E4E9F0;border-radius:10px;overflow:hidden;background:#FFFFFF}
.product-row{display:flex;align-items:center;gap:14px;padding:16px 20px;border-bottom:1px solid #E4E9F0;border-right:1px solid #E4E9F0}
.product-row:nth-child(even){border-right:none}
.product-row:nth-last-child(-n+2){border-bottom:none}
.pr-ico{width:54px;height:54px;background:#F1F4F8;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:25px;flex-shrink:0}
.pr-txt h4{font-size:16px;font-weight:700;color:#0B1F3A;margin:0}
.pr-txt p{font-size:15px;color:#5F6B7A;}
 
/* MANUFACTURING */
.sec-mfg{background:#FFFFFF;padding:96px 0;border-top:1px solid #E4E9F0}
.mfg-capabilities{display:flex;flex-direction:column;gap:0;margin-top:20px}
.mfg-cap{display:flex;align-items:flex-start;gap:16px;padding:18px 0;border-bottom:1px solid #EEF1F5}
.mfg-cap:last-child{border-bottom:none}
.mfg-cap-ico{width:40px;height:40px;background:#F1F4F8;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}
.mfg-cap h4{font-size:15px;font-weight:700;color:#0B1F3A;margin-bottom:3px}
.mfg-cap p{font-size:14.5px;color:#5F6B7A;line-height:1.55}
 
/* INDUSTRIES strip */
.sec-industries{background:#F5F7FA;padding:72px 0}
.ind-hdr{text-align:center;margin-bottom:40px}
.ind-hdr h2{font-size:28px;font-weight:700;color:#0B1F3A;margin-bottom:8px}
.ind-hdr p{font-size:15px;color:#5F6B7A}
.ind-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #E4E9F0;border-radius:10px;overflow:hidden;background:#FFFFFF}
.ind-cell{padding:28px 24px;border-right:1px solid #E4E9F0;display:flex;flex-direction:column;gap:10px}
.ind-cell:last-child{border-right:none}
.ind-cell-ico{font-size:24px}
.ind-cell h3{font-size:16px;font-weight:700;color:#0B1F3A;line-height:1.35}
.ind-cell p{font-size:15px;color:#5F6B7A;line-height:1.55}
.ind-cell-tag{display:inline-block;background:#EBF2FF;color:#1F6FD5;font-size:13.5px;font-weight:700;padding:3px 9px;border-radius:4px;letter-spacing:.3px;margin-top:auto}
 
/* WHY 5-col */
.sec-why{background:#FFFFFF;padding:96px 0;border-top:1px solid #E4E9F0}
.why-hdr{max-width:560px;margin-bottom:52px}
.why-hdr h2{font-size:36px;font-weight:700;color:#0B1F3A;line-height:1.2;margin-bottom:10px}
.why-hdr p{font-size:15px;color:#5F6B7A;line-height:1.6}
.why-features{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid #E4E9F0;border-radius:10px;overflow:hidden}
.why-feat{padding:28px 22px;border-right:1px solid #E4E9F0;display:flex;flex-direction:column;gap:10px;background:#FFFFFF;transition:background .15s}
.why-feat:hover{background:#F8FAFC}
.why-feat:last-child{border-right:none}
.why-feat-ico{width:40px;height:40px;background:#F1F4F8;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px}
.why-feat h4{font-size:13.5px;font-weight:700;color:#0B1F3A;line-height:1.35}
.why-feat p{font-size:12.5px;color:#5F6B7A;line-height:1.55}
.export-banner{margin-top:32px;background:#0B1F3A;border-radius:10px;padding:28px 36px;display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}
.export-banner-left h3{font-size:17px;font-weight:700;color:#FFFFFF;margin-bottom:6px}
.export-banner-left p{font-size:14px;color:rgba(255,255,255,.45)}
.export-tags{display:flex;gap:8px;flex-wrap:wrap}
.export-tag{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.75);font-size:13px;font-weight:500;padding:6px 14px;border-radius:5px}
 
/* CTA editorial */
.sec-cta{background:#F1F4F8;padding:96px 0;border-top:1px solid #E4E9F0}
.cta-editorial{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.cta-ed-left h2{font-size:36px;font-weight:700;color:#0B1F3A;line-height:1.2;margin-bottom:14px}
.cta-ed-left p{font-size:16px;color:#5F6B7A;line-height:1.7;margin-bottom:32px}
.cta-ed-left-btns{display:flex;gap:12px;flex-wrap:wrap}
.cta-ed-right{display:flex;flex-direction:column;gap:14px}
.contact-block{background:#FFFFFF;border:1px solid #E4E9F0;border-radius:10px;padding:20px 22px;display:flex;align-items:flex-start;gap:14px}
.contact-block-icon{width:40px;height:40px;background:#EBF2FF;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0}
.contact-block h4{font-size:13px;font-weight:700;color:#0B1F3A;margin-bottom:3px}
.contact-block p{font-size:14px;color:#5F6B7A;line-height:1.5}
.contact-block a{color:#1F6FD5;text-decoration:none;font-weight:600}
.contact-block a:hover{text-decoration:underline}

/* ═══════════════════════════
   SECTION 1 — PRODUCT HERO
   BG: #FFFFFF
═══════════════════════════ */
.sec-intro{background:#F5F7FA;padding:56px 0 72px;border-bottom:1px solid #E4E9F0}
.intro-layout{display:grid;grid-template-columns:1fr 480px;gap:64px;align-items:start}
 
/* Left — product info */
.intro-left{}
.product-eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:16px;flex-wrap:wrap}
.product-cat-tag{display:inline-flex;align-items:center;background:#F1F4F8;border:1px solid #E4E9F0;color:#5F6B7A;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:4px 12px;border-radius:4px;text-decoration:none;transition:border-color .15s}
.product-cat-tag:hover{border-color:#1F6FD5;color:#1F6FD5}
.product-cat-sep{font-size:11px;color:#C5CDD8}
 
.intro-left h1{font-size:40px;font-weight:700;line-height:1.15;color:#0B1F3A;margin-bottom:10px}
.hero-sub{font-size:16px;color:#5F6B7A;line-height:1.6;margin-bottom:20px;font-weight:400}

/* Key specs row */
.specs-row{display:flex;gap:0;border:1px solid #E4E9F0;border-radius:10px;overflow:hidden;margin-bottom:28px;background: #fff;}
.specs-cell{flex:1;padding:14px 18px;border-right:1px solid #E4E9F0;display:flex;flex-direction:column;gap:3px}
.specs-cell:last-child{border-right:none}
.specs-cell-lbl{font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#9BA8B5}
.specs-cell-val{font-size:13.5px;font-weight:700;color:#0B1F3A; }

/* Intro text */
.intro-p{font-size:15px;color:#5F6B7A;line-height:1.7;margin-bottom:14px}
.intro-p:last-of-type{margin-bottom:24px}

/* Right — product image */
.intro-right{}
.product-img-main{border-radius:12px;overflow:hidden;background:#F5F7FA;border:1px solid #E4E9F0;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;margin-bottom:12px}
.product-img-main img{width:100%;height:100%;object-fit:cover;display:block}
.product-img-main .img-ph{width:100%;height:100%;min-height:400px;border-radius:0}

.sec-designed { background: #ffffff; padding: 90px 0; border-top: 1px solid #E4E9F0; }
.designed-layout { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; margin-bottom: 48px; }
 
/* Info card — used-in, why, material */
.info-card {
  background: #FFFFFF; border: 1px solid #E4E9F0; border-radius: 10px; padding: 28px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.info-card h3 { font-size: 16px; font-weight: 700; color: #0B1F3A; line-height: 1.4; }
.info-card > p { font-size: 13.5px; color: #5F6B7A; line-height: 1.6; margin-top: -4px; }
 
.info-list { list-style: none; display: flex; flex-direction: column; gap: 0; }
.info-list li {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 8px 0; border-bottom: 1px solid #EEF1F5;
  font-size: 14px; color: #1A1A1A; line-height: 1.5;
}
.info-list li:last-child { border-bottom: none; }
.info-list li::before { content: '–'; color: #1F6FD5; font-weight: 700; flex-shrink: 0; margin-top: 1px; }
 
/* Material grade pills */
.mat-grade-row { display: flex; flex-direction: column; gap: 10px; }
.mat-grade {
  background: #F5F7FA; border: 1px solid #E4E9F0; border-radius: 8px; padding: 12px 14px;
}
.mat-grade-badge {
  display: inline-block; background: #EBF2FF; color: #1F6FD5;
  font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 4px;
  margin-bottom: 5px; letter-spacing: .3px;
}
.mat-grade p { font-size: 13px; color: #5F6B7A; line-height: 1.5; }
 
/* Closing note on card */
.info-card-note {
  background: #F5F7FA; border-left: 3px solid #1F6FD5;
  border-radius: 0 8px 8px 0; padding: 11px 14px;
  font-size: 13px; color: #5F6B7A; line-height: 1.6; margin-top: 4px;
}
 
/* Left accent blocks */
.eng-block {
  background: #FFFFFF; border: 1px solid #E4E9F0;
  border-left: 3px solid #1F6FD5; border-radius: 0 10px 10px 0;
  padding: 16px 18px; margin-bottom: 14px;
}
.eng-block:last-child { margin-bottom: 0; }
.eng-block h4 { font-size: 14px; font-weight: 700; color: #0B1F3A; margin-bottom: 10px; }
.eng-block ul { list-style: none; }
.eng-block ul li {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 13.5px; color: #5F6B7A; padding: 4px 0;
}
.eng-block ul li::before { content: '✓'; color: #1F6FD5; font-weight: 700; font-size: 11px; flex-shrink: 0; margin-top: 3px; }
.eng-block p { font-size: 13.5px; color: #5F6B7A; line-height: 1.6; }

/* Video embed */
.video-block {
  border-radius: 10px; overflow: hidden; border: 1px solid #E4E9F0;
  background: #0B1F3A; position: relative; aspect-ratio: 16/9;
  margin-top: 0;
}
.video-block iframe { width: 100%; height: 100%; border: none; display: block; }
.video-caption { font-size: 13px; color: #333333; margin-top: 8px; text-align: center; }

.why-points { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.why-point {
  background: #FFFFFF; border: 1px solid #E4E9F0; border-radius: 10px;
  padding: 16px; display: flex; align-items: flex-start; gap: 12px;
  transition: border-color .15s;
}
.why-point:hover { border-color: #1F6FD5; }
.why-point-ico {
  width: 36px; height: 36px; background: #F1F4F8; border-radius: 7px;
  display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0;
}
.why-point h4 { font-size: 15.5px; font-weight: 700; color: #0B1F3A; margin-bottom: 4px; }
.why-point ul { list-style: none; }
.why-point ul li {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 14px; color: #5F6B7A; padding: 3px 0; line-height: 1.5;
}
.why-point ul li::before { content: '✓'; color: #1F6FD5; font-weight: 700; font-size: 11px; flex-shrink: 0; margin-top: 3px; }

/* Supply markets strip */
.supply-strip {
  background: #0B1F3A; border-radius: 10px; padding: 22px 24px; margin-top: 12px;
}
.supply-strip h5 {
  font-size: 11px; font-weight: 700; color: rgba(255,255,255,.4);
  letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 12px;
}
.supply-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.stag {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11);
  color: rgba(255,255,255,.75); font-size: 12.5px; font-weight: 500;
  padding: 5px 12px; border-radius: 5px;
}
.supply-list { list-style: none; }
.supply-list li {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 13px; color: rgba(255,255,255,.55); padding: 4px 0;
}
.supply-list li::before { content: '›'; color: #1F6FD5; font-weight: 700; flex-shrink: 0; }

/* RESPONSIVE */
@media(max-width:1024px){
  .why-features{grid-template-columns:repeat(3,1fr)}
  .why-feat:nth-child(3){border-right:none}
  .why-feat:nth-child(4),.why-feat:nth-child(5){border-top:1px solid #E4E9F0}
  .why-feat:nth-child(5){border-right:none}
  .products-layout{grid-template-columns:1fr;gap:44px}
}
/* ════════════════════════
   RESPONSIVE — 960px
════════════════════════ */
@media (max-width: 960px) {
  .container { padding: 0 24px; }
  .hero-layout, .intro-layout, .eng-layout, .why-layout,
  .cta-layout, .bc-layout { grid-template-columns: 1fr; gap: 40px; }
  .hero h1 { font-size: 32px; }
  .intro-left h2, .eng-intro h2, .why-left h2, .cta-left h2,
  .bc-left h2, .bc-right h2 { font-size: 26px; }
  .range-grid { grid-template-columns: repeat(2, 1fr); }
  .eng-tiles { grid-template-columns: 1fr 1fr; }
  .cta-banner-inner, .cta-banner-2 { flex-direction: column; align-items: flex-start; }
  .hero, .sec-intro, .sec-range, .sec-eng, .sec-why,
  .sec-cta, .sec-backflow-custom { padding: 70px 0; }
	.hero-about h1{font-size:36px}
  .alt-layout,.alt-layout.reverse,.vision-layout,.sec-mfg .alt-layout,.cta-editorial{grid-template-columns:1fr;gap:44px;direction:ltr}
  .alt-layout.reverse>*{direction:ltr}
  .stats-bar-inner{flex-wrap:wrap}
  .stat-cell{flex:1 1 50%;border-bottom:1px solid #E4E9F0}
  .stat-cell:nth-child(2n){border-right:none}
  .ind-strip{grid-template-columns:1fr 1fr}
  .ind-cell:nth-child(2){border-right:none}
  .ind-cell:nth-child(3),.ind-cell:nth-child(4){border-top:1px solid #E4E9F0}
  .why-features{grid-template-columns:1fr 1fr}
  .why-feat{border-right:none;border-bottom:1px solid #E4E9F0}
  .why-feat:nth-last-child(-n+2){border-bottom:none}
  .timeline::before{left:20px}
  .tl-item{grid-template-columns:40px 1fr}
  .tl-left{display:none}
  .tl-right{padding-left:20px}

  .hero-about,.sec-who,.sec-vision,.sec-timeline,.sec-products,.sec-mfg,.sec-industries,.sec-why,.sec-cta,.section-9{padding:72px 0}
	.header-inner{padding:0 24px}
	.intro-layout{grid-template-columns:1fr;gap:40px}
  .intro-left h1{font-size:32px}
  .intro-right{order:-1}
  .product-img-main{aspect-ratio:4/3}
  .product-img-main .img-ph{min-height:280px}
	.designed-layout { grid-template-columns: 1fr; gap: 16px; }
  .sec-designed { padding: 70px 0; }
}

/* ════════════════════════
   RESPONSIVE — 640px
════════════════════════ */
@media (max-width: 640px) {
  .container { padding: 0 18px; }
  .hero h1 { font-size: 26px; }
  .intro-left h2, .eng-intro h2, .why-left h2, .cta-left h2,
  .bc-left h2, .bc-right h2, .range-hdr h2 { font-size: 22px; }
  .hero, .sec-intro, .sec-range, .sec-eng, .sec-why,
  .sec-cta, .sec-backflow-custom { padding: 56px 0; }
  .cta-banner { padding: 36px 0; }
  .range-grid { grid-template-columns: 1fr; }
  .eng-tiles { grid-template-columns: 1fr; }
  .finish-row { flex-direction: column; }
  .cta-row { flex-direction: column; width: 100%; }
  .btn-primary, .btn-wa, .btn-outline { width: 100%; justify-content: center; }
  .range-hdr { text-align: left; }
  .cta-layout { grid-template-columns: 1fr; }
  .range-card p { -webkit-line-clamp: unset; }
	  .hero-about h1{font-size:28px}
  .alt-text h2,.vision-left h2,.why-hdr h2,.cta-ed-left h2,.faq-header h2,.timeline-hdr h2,.products-left h2{font-size:26px}
  .stat-cell{flex:1 1 100%;border-right:none}
  .ind-strip{grid-template-columns:1fr}
  .ind-cell{border-right:none;border-bottom:1px solid #E4E9F0}
  .ind-cell:last-child{border-bottom:none}
  .why-features{grid-template-columns:1fr}
  .products-list{grid-template-columns:1fr}
  .product-row{border-right:none}
  .hero-about-btns,.cta-ed-left-btns{flex-direction:column}
  .btn-primary,.btn-wa,.btn-outline,.btn-outline-white{width:100%;justify-content:center}

  .hero-about,.sec-who,.sec-vision,.sec-timeline,.sec-products,.sec-mfg,.sec-industries,.sec-why,.sec-cta,.section-9{padding:56px 0}
	.intro-left h1{font-size:28px}
  .specs-row{flex-wrap:wrap}
  .specs-cell{flex:1 1 50%}
  .specs-cell:nth-child(2){border-right:none}
  .specs-cell:nth-child(3),.specs-cell:nth-child(4){border-top:1px solid #E4E9F0}
.sec-designed { padding: 56px 0; }
}

/* ==========================================================================
   HOMEPAGE UI/UX ENHANCEMENTS (Merged from index.html inline styles)
   ========================================================================== */

:root{
  --brand:#1F6FD5;
  --brand-dark:#1860ba;
  --ink:#0B1F3A;
  --ink-soft:#2A3D58;
  --muted:#5F6B7A;
  --line:#E4E9F0;
  --tint:#F5F7FA;
  --tint-2:#EBF2FF;
  --wa:#1a8f3c;
  --shadow-sm:0 2px 8px rgba(11,31,58,.06);
  --shadow-md:0 8px 24px rgba(11,31,58,.08);
  --shadow-lg:0 18px 48px rgba(11,31,58,.12);
  --radius-sm:8px;
  --radius:12px;
  --radius-lg:18px;
}
html{scroll-behavior:smooth;}
body{overflow-x:hidden;}

/* Improve base typography */
h1,h2,h3,h4{color:var(--ink);letter-spacing:-0.01em;}
a{transition:color .2s ease;}

/* ───── Hero section — overlay over banner ───── */
.hero{
  position:relative;
  min-height:560px;
  display:flex;align-items:center;
  background:var(--ink);
  overflow:hidden;
}
.hero-bg{
  position:absolute;inset:0;
  background:url('images/banner-hero.jpg') center/cover no-repeat;
  opacity:.45;
}
.hero::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(11,31,58,.92) 0%,rgba(11,31,58,.72) 50%,rgba(11,31,58,.45) 100%);
}
.hero-content{position:relative;z-index:2;color:#fff;padding:96px 0;max-width:720px;}
.hero-eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  padding:8px 16px;border-radius:999px;
  font-size:13px;font-weight:600;letter-spacing:.5px;
  backdrop-filter:blur(6px);
  margin-bottom:22px;
}
.hero-eyebrow .dot{width:8px;height:8px;border-radius:50%;background:#6BE3A7;box-shadow:0 0 10px #6BE3A7;}
.hero h1{
  font-size:clamp(32px,4.2vw,56px);
  line-height:1.1;font-weight:800;
  color:#fff;margin-bottom:20px;letter-spacing:-.02em;
}
.hero h1 .accent{color:#6BAEFF;}
.hero-sub{
  font-size:clamp(16px,1.3vw,19px);
  line-height:1.6;color:rgba(255,255,255,.82);
  max-width:620px;margin-bottom:34px;
}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;align-items:center;}
.btn-primary.btn-lg{height:54px;padding:0 30px;font-size:16px;border-radius:9px;}
.btn-ghost{
  display:inline-flex;align-items:center;gap:8px;
  height:54px;padding:0 26px;border-radius:9px;
  background:rgba(255,255,255,.08);color:#fff;
  border:1.5px solid rgba(255,255,255,.28);
  font-weight:600;font-size:15px;text-decoration:none;
  transition:all .2s;backdrop-filter:blur(6px);
}
.btn-ghost:hover{background:rgba(255,255,255,.16);border-color:#fff;color:#fff;}

/* Hero trust strip */
.hero-trust{
  position:relative;z-index:2;
  display:flex;flex-wrap:wrap;gap:32px;
  padding:22px 0;margin-top:0;
  border-top:1px solid rgba(255,255,255,.12);
}
.hero-trust .item{
  display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.9);font-size:14px;font-weight:500;
}
.hero-trust .item strong{color:#fff;font-weight:700;}
.hero-trust .icon{
  width:36px;height:36px;border-radius:8px;
  background:rgba(107,174,255,.16);color:#6BAEFF;
  display:flex;align-items:center;justify-content:center;
  font-size:16px;flex-shrink:0;
}

/* ───── Marquee of trust/logos row (quick credibility) ───── */
.trust-strip{
  background:#fff;border-bottom:1px solid var(--line);
  padding:22px 0;
}
.trust-strip .container{
  display:flex;align-items:center;gap:28px;flex-wrap:wrap;justify-content:space-between;
}
.trust-strip .label{font-size:12px;font-weight:700;color:var(--muted);letter-spacing:1.5px;text-transform:uppercase;}
.trust-strip .pills{display:flex;gap:10px;flex-wrap:wrap;}
.trust-strip .pill{
  background:var(--tint);color:var(--ink);
  padding:8px 14px;border-radius:999px;
  font-size:13px;font-weight:600;
  border:1px solid var(--line);
}

/* ───── General section polish ───── */
section{scroll-margin-top:100px;}
.section-label{display:inline-block;}

/* ───── About section ───── */
.about-section{padding:100px 0 !important;}
.about-content h2{font-size:clamp(28px,3vw,38px) !important;line-height:1.2 !important;}

/* ───── Product cards polish ───── */
.section-3{padding:100px 0;background:var(--tint);}
.s3-header{text-align:center;max-width:720px;margin:0 auto 56px;}
.s3-header h2{font-size:clamp(28px,3vw,38px);font-weight:700;color:var(--ink);margin-bottom:14px;}
.s3-header p{font-size:16px;color:var(--muted);line-height:1.6;}
.product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}
.product-card{
  background:#fff;border-radius:var(--radius);
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow:var(--shadow-sm);
  transition:transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, border-color .3s ease;
  display:flex;flex-direction:column;
}
.product-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow-lg);
  border-color:rgba(31,111,213,.3);
}
.product-img{position:relative;aspect-ratio:16/10;overflow:hidden;background:var(--tint);}
.product-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block;}
.product-card:hover .product-img img{transform:scale(1.06);}
.product-tag{
  position:absolute;top:14px;left:14px;
  background:rgba(11,31,58,.88);backdrop-filter:blur(6px);
  color:#fff;font-size:12px;font-weight:600;
  padding:6px 12px;border-radius:999px;letter-spacing:.3px;
}
.product-body{padding:24px;flex:1;display:flex;flex-direction:column;}
.product-body h3{font-size:19px;font-weight:700;color:var(--ink);margin-bottom:10px;line-height:1.35;}
.product-body p{font-size:14.5px;color:var(--muted);line-height:1.6;margin-bottom:18px;flex:1;}
.product-link{
  display:inline-flex;align-items:center;gap:6px;
  color:var(--brand);font-weight:600;font-size:14px;
  text-decoration:none;transition:gap .2s;
  margin-top:auto;
}
.product-link:hover{gap:10px;color:var(--brand-dark);}

.product-card--cta{
  background:linear-gradient(135deg,var(--ink) 0%,#1F3557 100%);
  color:#fff;border:none;
  position:relative;overflow:hidden;
}
.product-card--cta::before{
  content:"";position:absolute;top:-40%;right:-40%;
  width:400px;height:400px;border-radius:50%;
  background:radial-gradient(circle,rgba(31,111,213,.3) 0%,transparent 70%);
}
.cta-card-inner{padding:36px;display:flex;flex-direction:column;justify-content:center;height:100%;position:relative;z-index:1;}
.cta-card-icon{
  width:60px;height:60px;border-radius:14px;
  background:rgba(31,111,213,.2);
  display:flex;align-items:center;justify-content:center;
  font-size:28px;margin-bottom:20px;
}
.product-card--cta h3{color:#fff;font-size:22px;margin-bottom:12px;line-height:1.3;}
.product-card--cta p{color:rgba(255,255,255,.78);font-size:14.5px;line-height:1.6;}

/* ───── Why section ───── */
.section-4{padding:100px 0;background:#fff;}
.why-layout{display:grid;grid-template-columns:1fr 1.05fr;gap:72px;align-items:start;}
.why-left h2{font-size:clamp(28px,3vw,38px);color:var(--ink);margin:10px 0 18px;}
.why-intro{font-size:16px;color:var(--muted);line-height:1.7;margin-bottom:24px;}
.why-list{list-style:none;display:grid;gap:12px;margin-bottom:28px;}
.why-list li{
  display:flex;align-items:flex-start;gap:14px;
  padding:14px 18px;
  background:var(--tint);border-radius:10px;
  font-size:15px;color:var(--ink);font-weight:500;
  border:1px solid transparent;
  transition:border-color .2s, background .2s;
}
.why-list li:hover{background:var(--tint-2);border-color:rgba(31,111,213,.2);}
.why-check{
  width:24px;height:24px;border-radius:50%;
  background:var(--brand);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:13px;font-weight:700;flex-shrink:0;
}
.why-closing{
  padding:18px 22px;border-left:3px solid var(--brand);
  background:var(--tint-2);border-radius:0 8px 8px 0;
}
.why-closing p{color:var(--ink);font-weight:600;font-size:15.5px;margin:0;}
.stat-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:22px;}
.stat-box{
  background:#fff;border:1px solid var(--line);
  border-radius:12px;padding:26px 22px;
  transition:all .25s;
  position:relative;overflow:hidden;
}
.stat-box::before{
  content:"";position:absolute;top:0;left:0;width:3px;height:0;
  background:var(--brand);transition:height .3s;
}
.stat-box:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);}
.stat-box:hover::before{height:100%;}
.stat-num{font-size:30px;font-weight:800;color:var(--brand);line-height:1;margin-bottom:8px;letter-spacing:-.02em;}
.stat-lbl{font-size:13.5px;color:var(--muted);line-height:1.45;font-weight:500;}
.why-diff-card{
  background:var(--ink);color:#fff;
  border-radius:14px;padding:28px;
  position:relative;overflow:hidden;
}
.why-diff-card::before{
  content:"";position:absolute;top:-50%;right:-30%;
  width:300px;height:300px;border-radius:50%;
  background:radial-gradient(circle,rgba(107,174,255,.15) 0%,transparent 70%);
}
.why-diff-card h4{color:#fff;font-size:17px;margin-bottom:18px;position:relative;}
.diff-row{
  display:flex;justify-content:space-between;gap:14px;
  padding:11px 0;border-top:1px solid rgba(255,255,255,.1);
  position:relative;font-size:14px;
}
.diff-row:first-of-type{border-top:none;}
.diff-label{color:rgba(255,255,255,.65);}
.diff-val{color:#fff;font-weight:600;text-align:right;}

/* ───── Manufacturing section ───── */
.section-5{padding:100px 0;background:var(--tint);}
.mfg-layout{display:grid;grid-template-columns:1.05fr 1fr;gap:72px;align-items:center;}
.mfg-left h2{font-size:clamp(28px,3vw,38px);color:var(--ink);margin:10px 0 18px;}
.mfg-intro{font-size:16px;color:var(--muted);margin-bottom:22px;line-height:1.7;}
.mfg-list{list-style:none;display:grid;gap:14px;margin-bottom:24px;}
.mfg-list li{
  display:flex;align-items:flex-start;gap:16px;
  background:#fff;border:1px solid var(--line);
  padding:18px 20px;border-radius:12px;
  transition:all .25s;
}
.mfg-list li:hover{box-shadow:var(--shadow-sm);border-color:rgba(31,111,213,.3);}
.mfg-icon-wrap{
  width:44px;height:44px;border-radius:10px;
  background:var(--tint-2);color:var(--brand);
  display:flex;align-items:center;justify-content:center;
  font-size:20px;flex-shrink:0;
}
.mfg-item-text strong{display:block;color:var(--ink);font-size:15.5px;margin-bottom:4px;font-weight:700;}
.mfg-item-text span{color:var(--muted);font-size:14px;line-height:1.55;}
.mfg-closing{padding:18px 22px;background:#fff;border-radius:10px;border:1px solid var(--line);}
.mfg-closing p{color:var(--ink-soft);font-size:15px;line-height:1.6;margin:0;}
.mfg-right{position:relative;}
.mfg-img-outer{border-radius:14px;overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:4/5;}
.mfg-img-outer img{width:100%;height:100%;object-fit:cover;display:block;}
.mfg-badge{
  position:absolute;bottom:20px;left:-16px;
  background:#fff;border-radius:12px;padding:14px 18px;
  box-shadow:var(--shadow-md);border:1px solid var(--line);
  display:flex;align-items:center;gap:12px;min-width:220px;
}
.mfg-badge-icon{
  width:40px;height:40px;border-radius:10px;
  background:var(--tint-2);color:var(--brand);
  display:flex;align-items:center;justify-content:center;font-size:18px;
}
.mfg-badge-text strong{display:block;font-size:14px;color:var(--ink);font-weight:700;}
.mfg-badge-text span{font-size:12.5px;color:var(--muted);}
.mfg-tags{
  display:flex;flex-wrap:wrap;gap:8px;
  position:absolute;top:-16px;right:-16px;
  max-width:260px;justify-content:flex-end;
}
.mfg-tag{
  background:#fff;border:1px solid var(--line);
  padding:7px 12px;border-radius:999px;
  font-size:12px;font-weight:600;color:var(--ink);
  box-shadow:var(--shadow-sm);
}

/* ───── Global section ───── */
.section-6{padding:100px 0;background:#fff;}
.global-layout{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;}
.global-left h2{font-size:clamp(28px,3vw,38px);color:var(--ink);margin:10px 0 16px;}
.global-intro{font-size:16px;color:var(--muted);margin-bottom:24px;}
.region-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:26px;}
.region-card{
  display:flex;align-items:center;gap:14px;
  padding:16px 18px;border:1px solid var(--line);
  border-radius:12px;background:var(--tint);
  transition:all .25s;
}
.region-card:hover{background:#fff;border-color:var(--brand);box-shadow:var(--shadow-md);transform:translateY(-2px);}
.region-flag{
  width:44px;height:44px;border-radius:10px;
  background:#fff;border:1px solid var(--line);
  display:flex;align-items:center;justify-content:center;
  font-size:22px;flex-shrink:0;
}
.region-info strong{display:block;color:var(--ink);font-size:15px;font-weight:700;margin-bottom:3px;}
.region-info span{font-size:12.5px;color:var(--muted);line-height:1.45;}
.global-closing{padding:18px 22px;background:var(--tint-2);border-radius:10px;border-left:3px solid var(--brand);}
.global-closing p{color:var(--ink-soft);font-size:15px;line-height:1.6;margin:0;}
.global-img-outer{border-radius:14px;overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:1/1;}
.global-img-outer img{width:100%;height:100%;object-fit:cover;display:block;}

/* ───── Industries section ───── */
.section-7{padding:100px 0;background:var(--tint);}
.ind-header{text-align:center;max-width:720px;margin:0 auto 56px;}
.ind-header h2{font-size:clamp(28px,3vw,38px);color:var(--ink);margin-bottom:14px;font-weight:700;}
.ind-header p{color:var(--muted);font-size:16px;line-height:1.6;}
.ind-cards-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
}
.ind-card-full{
  position:relative;
  border-radius:14px;overflow:hidden;
  min-height:340px;
  background:var(--ink);
  box-shadow:var(--shadow-md);
  transition:transform .35s ease, box-shadow .35s ease;
}
.ind-card-full:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);}
.ind-card-img{position:absolute;inset:0;}
.ind-card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease;}
.ind-card-full:hover .ind-card-img img{transform:scale(1.08);}
.ind-card-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(11,31,58,.1) 0%,rgba(11,31,58,.88) 70%,rgba(11,31,58,.96) 100%);
}
.ind-card-body{
  position:absolute;left:0;right:0;bottom:0;
  padding:28px;color:#fff;z-index:2;
}
.ind-card-body h3{color:#fff;font-size:22px;font-weight:700;margin-bottom:10px;line-height:1.3;}
.ind-card-body p{color:rgba(255,255,255,.82);font-size:14.5px;line-height:1.6;}

/* ───── Final CTA section ───── */
.section-8{
  padding:100px 0;
  background:linear-gradient(135deg,var(--ink) 0%,#162E52 100%);
  position:relative;overflow:hidden;
}
.section-8::before{
  content:"";position:absolute;top:-50%;left:-10%;
  width:500px;height:500px;border-radius:50%;
  background:radial-gradient(circle,rgba(31,111,213,.25) 0%,transparent 70%);
}
.section-8::after{
  content:"";position:absolute;bottom:-30%;right:-10%;
  width:400px;height:400px;border-radius:50%;
  background:radial-gradient(circle,rgba(107,174,255,.12) 0%,transparent 70%);
}
.cta-final-layout{
  display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;
  position:relative;z-index:1;
}
.cta-final-left h2{color:#fff;font-size:clamp(28px,3.2vw,40px);line-height:1.2;margin:10px 0 20px;}
.cta-final-intro{color:rgba(255,255,255,.78);font-size:16px;margin-bottom:16px;}
.cta-use-list{list-style:none;display:grid;gap:10px;margin-bottom:22px;}
.cta-use-list li{
  display:flex;align-items:center;gap:14px;
  color:#fff;font-size:15.5px;font-weight:500;
}
.cta-use-icon{
  width:28px;height:28px;border-radius:50%;
  background:rgba(107,174,255,.2);color:#6BAEFF;
  display:flex;align-items:center;justify-content:center;
  font-size:14px;font-weight:700;flex-shrink:0;
}
.cta-final-note{color:rgba(255,255,255,.78);font-size:15px;line-height:1.6;}
.cta-card{
  background:#fff;border-radius:18px;padding:36px;
  box-shadow:0 24px 60px rgba(0,0,0,.28);
}
.cta-card-top h3{font-size:24px;color:var(--ink);margin-bottom:10px;font-weight:700;line-height:1.3;}
.cta-card-top p{color:var(--muted);font-size:15px;line-height:1.6;margin-bottom:26px;}
.cta-card-btns{display:grid;gap:12px;margin-bottom:24px;}
.btn-wa-lg,.btn-enquiry-lg{
  display:flex;align-items:center;justify-content:center;gap:10px;
  height:54px;border-radius:10px;
  font-weight:700;font-size:15.5px;text-decoration:none;
  transition:all .2s;
}
.btn-wa-lg{background:var(--wa);color:#fff;box-shadow:0 6px 18px rgba(26,143,60,.3);}
.btn-wa-lg:hover{background:#157a32;transform:translateY(-2px);box-shadow:0 8px 22px rgba(26,143,60,.4);}
.btn-enquiry-lg{background:var(--brand);color:#fff;box-shadow:0 6px 18px rgba(31,111,213,.3);}
.btn-enquiry-lg:hover{background:var(--brand-dark);transform:translateY(-2px);box-shadow:0 8px 22px rgba(31,111,213,.4);}
.cta-card-footer{
  display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;
  padding-top:20px;border-top:1px solid var(--line);
  font-size:13px;color:var(--muted);font-weight:500;
}

/* ───── FAQ section ───── */
.section-9{padding:100px 0;background:#fff;}
.faq-header{text-align:center;max-width:720px;margin:0 auto 56px;}
.faq-header h2{font-size:clamp(28px,3vw,38px);color:var(--ink);margin-bottom:14px;}
.faq-header p{color:var(--muted);font-size:16px;}
.faq-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:1100px;margin:0 auto;}
.faq-col{display:grid;gap:12px;}
.faq-item{
  background:#fff;border:1px solid var(--line);border-radius:12px;
  overflow:hidden;transition:all .25s;
}
.faq-item:hover{border-color:rgba(31,111,213,.3);box-shadow:var(--shadow-sm);}
.faq-item.open{border-color:var(--brand);box-shadow:var(--shadow-md);}
.faq-q{
  width:100%;border:0;background:transparent;cursor:pointer;
  display:flex;align-items:center;gap:14px;
  padding:18px 22px;text-align:left;
  font-family:inherit;font-size:15.5px;font-weight:600;color:var(--ink);
  line-height:1.4;
}
.faq-num{
  flex-shrink:0;
  width:34px;height:34px;border-radius:50%;
  background:var(--tint-2);color:var(--brand);
  display:flex;align-items:center;justify-content:center;
  font-size:12.5px;font-weight:700;
}
.faq-item.open .faq-num{background:var(--brand);color:#fff;}
.faq-q > span:nth-child(2){flex:1;}
.faq-arrow{
  flex-shrink:0;width:28px;height:28px;border-radius:50%;
  background:var(--tint);color:var(--muted);
  display:flex;align-items:center;justify-content:center;
  font-size:14px;font-weight:700;
  transition:transform .25s, background .25s, color .25s;
}
.faq-item.open .faq-arrow{transform:rotate(180deg);background:var(--brand);color:#fff;}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease;}
.faq-item.open .faq-a{max-height:400px;}
.faq-a p{
  padding:0 22px 20px 70px;
  color:var(--muted);font-size:14.5px;line-height:1.65;margin:0;
}

/* ───── Footer polish ───── */
.site-footer{background:var(--ink);color:#fff;padding:72px 0 0;}
.footer-grid{
  display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;
  padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1);
}
.footer-grid h3{font-size:17px;font-weight:700;margin-bottom:18px;color:#fff;letter-spacing:-.01em;}
.footer-grid p{font-size:14px;color:rgba(255,255,255,.62);line-height:1.7;margin-bottom:20px;}
.footer-contact{display:grid;gap:10px;margin-top:8px;}
.footer-contact a{
  display:flex;align-items:center;gap:10px;
  color:rgba(255,255,255,.72);text-decoration:none;font-size:14px;
  transition:color .2s;
}
.footer-contact a:hover{color:#6BAEFF;}
.footer-contact .icon{
  width:30px;height:30px;border-radius:8px;
  background:rgba(255,255,255,.06);
  display:flex;align-items:center;justify-content:center;
  font-size:12px;flex-shrink:0;
}
.footer-list{list-style:none;padding:0;display:grid;gap:10px;}
.footer-list a{
  color:rgba(255,255,255,.7);text-decoration:none;font-size:14px;
  transition:color .2s,padding-left .2s;display:inline-block;
}
.footer-list a:hover{color:#6BAEFF;padding-left:4px;}
.footer-bottom{
  display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;
  padding:22px 0;font-size:13px;color:rgba(255,255,255,.5);
}
.footer-bottom a{color:rgba(255,255,255,.7);text-decoration:none;}
.footer-bottom a:hover{color:#6BAEFF;}
.footer-social{display:flex;gap:8px;}
.footer-social a{
  width:34px;height:34px;border-radius:50%;
  background:rgba(255,255,255,.06);color:#fff;
  display:flex;align-items:center;justify-content:center;
  text-decoration:none;font-weight:600;font-size:12px;
  transition:all .2s;
}
.footer-social a:hover{background:var(--brand);transform:translateY(-2px);}


/* ───── Reveal on scroll ───── */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease, transform .7s ease;}
.reveal.in-view{opacity:1;transform:none;}

/* ==========================================================================
   MOBILE & RESPONSIVE REFINEMENTS (Fluid layout down to 320px)
   ========================================================================== */

@media (max-width:1024px){
  .product-grid{grid-template-columns:repeat(2,1fr);}
  .why-layout,.mfg-layout,.global-layout,.cta-final-layout{grid-template-columns:1fr;gap:48px;}
  .ind-cards-grid{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .about-layout{grid-template-columns:1fr !important;gap:48px !important;}
}
@media (max-width:768px){
  .container{padding:0 24px;}
  .topbar .container{flex-direction:column;gap:10px;align-items:flex-start;}
  
  /* Hero refinements */
  .hero{min-height:auto;}
  .hero-content{padding:60px 0 40px;}
  .hero-trust{gap:16px 20px;}
  
  /* Trust strip center-aligned on mobile */
  .trust-strip .container{justify-content:center;text-align:center;gap:16px;}
  .trust-strip .pills{justify-content:center;}
  
  /* Standardized fluid padding for all sections */
  .section-3, .section-4, .section-5, .section-6, .section-7, .section-8, .section-9, .about-section {
    padding: 60px 0 !important;
  }
}
@media (max-width:576px){
  .product-grid{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr;}
  .region-cards{grid-template-columns:1fr;}
  .stat-grid-2{grid-template-columns:1fr;}
  .cta-card-inner { padding: 24px; }
  .cta-final-layout { gap: 32px; }
  .cta-card { padding: 24px; }
  
  /* Manufacturing Section Badge & Tags flow */
  .mfg-badge {
    position: static;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
    left: 0;
  }
  .mfg-tags {
    position: static;
    justify-content: flex-start;
    max-width: 100%;
    margin-top: 15px;
  }
}
