/* ── INDUSTRIES PAGE-SPECIFIC CSS ── */
body, html { overflow-x: hidden; }

/* Full-width backgrounds via pseudo-elements */
.ind-hero, .ind-showcase-section, .ind-icons-section, .common-app-section, .why-choose, .stories-section, .cta-strip {
    position: relative;
    z-index: 1;
}
.ind-hero::before, .ind-showcase-section::before, .ind-icons-section::before, .common-app-section::before, .why-choose::before, .stories-section::before, .cta-strip::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: inherit;
    z-index: -1;
}

.ind-hero { padding: 90px 0; background: #f8fafc; border-bottom: 1px solid #e2e8f0; }
.ind-hero-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 50px; align-items: center; max-width: 1200px; margin: 0 auto; }
.ind-hero-badge { color: #1ebbf0; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 14px; display: block; }
.ind-hero-title { font-size: 36px; font-weight: 900; line-height: 1.15; color: #0b1329; margin-bottom: 18px; text-transform: uppercase; }
.ind-hero-desc { font-size: 1.05rem; color: #475569; line-height: 1.65; margin-bottom: 36px; }
.ind-hero-btns { display: flex; gap: 16px; }
.ind-hero-img img { width: 100%; border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,0.1); object-fit: cover; height: 380px; }

/* Showcase Rows */
.ind-showcase-section { padding: 90px 0; background: #fff; }
.ind-row { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; padding: 60px 0; border-bottom: 1px solid #e2e8f0; }
.ind-row:last-child { border-bottom: none; }
.ind-row.reverse { grid-template-columns: 1fr 1.2fr; }
.ind-row-img img { width: 100%; border-radius: 12px; box-shadow: 0 15px 35px rgba(0,0,0,0.08); object-fit: cover; height: 340px; }
.ind-row-badge { color: #1ebbf0; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; display: block; }
.ind-row-title { font-size: 2rem; font-weight: 900; color: #0b1329; margin-bottom: 18px; }
.ind-row-desc { font-size: .95rem; color: #475569; line-height: 1.65; margin-bottom: 24px; }
.ind-row-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; list-style: none; margin-bottom: 24px; }
.ind-row-list li { font-size: .9rem; color: #475569; display: flex; align-items: center; gap: 8px; }
.ind-row-list li i { color: #1ebbf0; font-size: .9rem; }
.ind-row-btn { border: 1.5px solid #1ebbf0; color: #1ebbf0; font-family: 'Outfit', sans-serif; font-weight: 700; padding: 10px 20px; border-radius: 4px; font-size: .8rem; transition: all .3s; display: inline-flex; align-items: center; gap: 6px; text-transform: uppercase; width: fit-content; text-decoration: none !important; }
.ind-row-btn:hover { background: #1ebbf0; color: #fff; }

/* Icons row */
.ind-icons-section { padding: 80px 0; background: #f8fafc; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; }
.ind-icons-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; text-align: center; }
.ind-icon-item { display: flex; flex-direction: column; align-items: center; background: #fff; padding: 24px 12px; border-radius: 10px; border: 1px solid #e2e8f0; text-decoration: none; transition: all .3s; }
.ind-icon-item:hover { border-color: #1ebbf0; transform: translateY(-4px); box-shadow: 0 8px 25px rgba(30,187,240,.05); }
.ind-icon-item i { font-size: 1.8rem; color: #1ebbf0; margin-bottom: 12px; }
.ind-icon-item span { font-size: .75rem; font-weight: 800; color: #0b1329; text-transform: uppercase; letter-spacing: .5px; line-height: 1.3; }

/* Common Applications */
.common-app-section { padding: 90px 0; background: #fff; border-bottom: 1px solid #e2e8f0; }
.common-app-intro { text-align: center; margin-bottom: 50px; }
.common-app-intro h2 { font-size: 2.2rem; font-weight: 900; color: #0b1329; margin-bottom: 12px; }
.common-app-intro p { font-size: 1rem; color: #64748b; }
.common-app-grid { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; text-align: center; }
.common-app-card { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 24px 12px; width: calc(25% - 20px); min-width: 160px; max-width: 220px; }
.common-app-card i { font-size: 1.6rem; color: #1ebbf0; margin-bottom: 12px; display: block; }
.common-app-card h4 { font-size: .8rem; font-weight: 800; color: #0b1329; text-transform: uppercase; }

/* Why choose */
.why-choose { padding: 90px 0; background: #f8fafc; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; margin-top: 40px; }
.why-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 30px; }

/* Success Stories */
.stories-section { padding: 90px 0; background: #fff; }
.stories-intro { text-align: center; margin-bottom: 50px; }
.stories-intro-badge { color: #1ebbf0; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 14px; display: block; }
.stories-intro-title { font-size: 2.2rem; font-weight: 900; color: #0b1329; }
.stories-grid { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; }
.story-card { flex: 1; max-width: 380px; min-width: 300px; background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.02); transition: all .3s; }
.story-card:hover { transform: translateY(-6px); box-shadow: 0 15px 35px rgba(0,0,0,0.08); border-color: #1ebbf0; }
.story-card-img img { width: 100%; height: 200px; object-fit: cover; display: block; }
.story-card-body { padding: 30px; }
.story-card-ind { color: #1ebbf0; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 10px; display: block; }
.story-card h3 { font-size: 1.15rem; font-weight: 800; color: #0b1329; margin-bottom: 12px; line-height: 1.4; }
.story-card p { font-size: .88rem; color: #64748b; line-height: 1.6; margin-bottom: 20px; }
.story-card-link { font-weight: 800; font-size: .8rem; color: #0b1329; text-transform: uppercase; letter-spacing: .5px; display: inline-flex; align-items: center; gap: 6px; text-decoration: none !important; }
.story-card:hover .story-card-link { color: #1ebbf0; }

/* Buttons */
.btn-p, .btn-s, .cta-btn-p, .cta-btn-s { font-family: 'Outfit', sans-serif; font-size: .85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 14px 28px; border-radius: 6px; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; transition: all .3s ease; white-space: nowrap; }
.btn-p, .cta-btn-p { background: #1ebbf0; color: #fff; border: 2px solid #1ebbf0; box-shadow: 0 4px 15px rgba(30,187,240,0.3); }
.btn-p:hover, .cta-btn-p:hover { background: #0b1329; border-color: #0b1329; color: #fff; box-shadow: 0 6px 20px rgba(11,19,41,0.2); }
.btn-s { background: transparent; color: #0b1329; border: 2px solid #e2e8f0; }
.btn-s:hover { background: #e2e8f0; color: #0b1329; }

/* CTA Strip */
.cta-strip { padding: 80px 0; background: #0b1329; color: #fff; }
.cta-strip-inner { display: flex; flex-direction: row; justify-content: space-between; align-items: center; gap: 40px; }
.cta-strip-text { text-align: left; }
.cta-strip h2 { font-size: 2.2rem; font-weight: 900; color: #fff; margin-bottom: 12px; text-transform: uppercase; }
.cta-strip p { font-size: 1.05rem; color: #94a3b8; margin-bottom: 0; }
.cta-strip-btns { display: flex; gap: 16px; flex-shrink: 0; }
.cta-btn-s { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.2); }
.cta-btn-s:hover { background: rgba(255,255,255,0.1); color: #fff; border-color: rgba(255,255,255,0.4); }

/* Responsive adjustments */
@media (max-width: 991px) {
  .cta-strip-inner { flex-direction: column; text-align: center; gap: 30px; }
  .cta-strip-text { text-align: center; }
  .ind-hero-grid, .ind-row, .ind-row.reverse, .ind-icons-grid, .why-grid { grid-template-columns: 1fr; }
  .ind-icons-grid { grid-template-columns: repeat(3, 1fr); }
  .common-app-card { width: calc(33.333% - 20px); }
}
@media (max-width: 768px) {
  .ind-icons-grid { grid-template-columns: repeat(2, 1fr); }
  .common-app-card { width: calc(50% - 20px); }
  .ind-hero-title, .ind-row-title, .common-app-intro h2, .stories-intro-title { font-size: 1.8rem; }
}
