
:root{
  --bg:#080a0d;--bg2:#0c0f13;--panel:#11151a;--panel2:#151a20;--line:#292f37;
  --text:#f7f7f5;--muted:#aab1bb;--dim:#737c88;--orange:#ff8600;--orange2:#ff9d20;
  --green:#3bd179;--red:#ff5a5f;--max:1180px;--radius:18px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.eyebrow{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--orange2);font-weight:850}
h1,h2,h3,p{margin-top:0}h1{font-size:clamp(48px,6vw,82px);line-height:.96;letter-spacing:-.045em;margin-bottom:24px}h2{font-size:clamp(34px,4vw,56px);line-height:1.03;letter-spacing:-.035em;margin-bottom:14px}h3{font-size:20px;line-height:1.2}.lead{font-size:clamp(18px,2vw,22px);color:#c4c9cf;max-width:680px}.muted{color:var(--muted)}
.section{padding:92px 0;border-top:1px solid rgba(255,255,255,.06)}.section-tight{padding:58px 0}
.header{position:sticky;top:0;z-index:50;background:rgba(8,10,13,.88);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.nav{height:78px;display:flex;align-items:center;gap:28px}.brand img{width:168px;height:auto}.navlinks{display:flex;gap:28px;margin-left:auto;font-size:14px;color:#d9dde2}.navlinks a:hover{color:#fff}.nav-actions{display:flex;gap:10px;margin-left:18px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:46px;padding:0 20px;border:1px solid #343b44;border-radius:9px;font-weight:800;font-size:14px;background:transparent;color:#fff;cursor:pointer}.btn.primary{background:var(--orange);border-color:var(--orange);color:#111}.btn:hover{transform:translateY(-1px)}.btn.primary:hover{background:#ff981f}.menu-btn{display:none;margin-left:auto;background:none;border:1px solid #343b44;color:#fff;border-radius:8px;padding:9px 12px}
.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line);background:
radial-gradient(750px 440px at 80% 5%,rgba(255,134,0,.13),transparent 62%),
linear-gradient(180deg,#090b0e,#080a0d)}
.hero-grid{min-height:650px;display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:42px;padding:74px 0}.hero .accent{color:var(--orange)}
.hero-copy{position:relative;z-index:3}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.shelf-scene{position:relative;height:500px;border-radius:24px;overflow:hidden;background:
linear-gradient(180deg,rgba(255,255,255,.04),transparent 15%),
radial-gradient(circle at 70% 20%,#5b2816 0 10%,transparent 30%),
linear-gradient(180deg,#1b120c 0 30%,#111 30% 31%,#28241e 31% 35%,#111 35% 67%,#34302a 67% 70%,#0b0c0e 70%);
border:1px solid #30353b;box-shadow:0 30px 80px rgba(0,0,0,.45)}
.bottles{position:absolute;inset:20px 0 auto 0;height:270px;display:flex;align-items:end;justify-content:center;gap:22px;opacity:.55;filter:blur(.7px)}
.bottle{width:82px;height:210px;border-radius:22px 22px 8px 8px;background:linear-gradient(90deg,#2e140c,#8b3d15,#3a160d);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.bottle:nth-child(2){height:235px;background:linear-gradient(90deg,#41230e,#9c5a1e,#3b1b09)}.bottle:nth-child(3){height:190px}
.tags{position:absolute;left:32px;right:32px;top:215px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tag{background:#f1eee8;color:#0b0b0b;border-radius:9px;padding:18px 15px;border:5px solid #d4d0c9;box-shadow:0 8px 25px rgba(0,0,0,.35)}.tag .name{font-size:12px;font-weight:900;text-transform:uppercase}.tag .price{font-size:34px;font-weight:950;letter-spacing:-.04em;line-height:1.1;margin:10px 0}.tag small{color:#777;font-size:9px}
.hero-strip{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);background:#0c0f12}.strip-item{padding:24px 26px;border-right:1px solid var(--line)}.strip-item:last-child{border-right:0}.strip-item strong{display:block;margin-bottom:7px}.strip-item span{font-size:13px;color:var(--muted)}
.icon{width:46px;height:46px;border:1px solid var(--orange);border-radius:50%;display:grid;place-items:center;color:var(--orange);font-size:22px;margin-bottom:15px}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.card{background:linear-gradient(180deg,#14181d,#101318);border:1px solid var(--line);border-radius:14px;padding:24px;min-height:210px}.card p{color:var(--muted);font-size:14px}.card .mini{color:#fff;font-weight:800}
.split{display:grid;grid-template-columns:.8fr 1.2fr;gap:56px;align-items:center}
.checks{display:grid;gap:13px;margin:24px 0}.check{display:flex;gap:12px;color:#d2d7dc}.check:before{content:"✓";color:var(--orange);font-weight:900}
.dashboard{border:1px solid #343a43;border-radius:16px;overflow:hidden;background:#0c0f13;box-shadow:0 28px 70px rgba(0,0,0,.4)}
.windowbar{height:38px;border-bottom:1px solid #2c323a;background:#161a20;display:flex;align-items:center;padding:0 12px;gap:6px}.windowbar i{width:8px;height:8px;background:#656b72;border-radius:50%}
.dashbody{display:grid;grid-template-columns:132px 1fr;min-height:360px}.sidebar{padding:18px 10px;border-right:1px solid #262c33;background:#101318}.sidebar strong{display:block;margin:0 8px 15px;font-size:13px}.sideitem{padding:8px 10px;border-radius:7px;color:#7f8893;font-size:11px;margin:2px 0}.sideitem.active{background:#24190d;color:#ff9b24}.dashmain{padding:19px}.dashhead{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.dashhead h3{margin:0}.badge{font-size:10px;padding:5px 8px;border-radius:999px;border:1px solid rgba(59,209,121,.35);color:var(--green)}
.metricgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.metric{border:1px solid #292f37;border-radius:9px;padding:12px;background:#13171c}.metric small{display:block;color:#7f8995;font-size:9px}.metric strong{display:block;font-size:20px;margin:3px 0}.metric em{font-style:normal;color:var(--green);font-size:8px}
.chartgrid{display:grid;grid-template-columns:1.15fr .85fr;gap:9px;margin-top:9px}.chartbox{border:1px solid #292f37;border-radius:9px;padding:14px;background:#13171c;min-height:145px}.bars{height:85px;display:flex;align-items:end;gap:7px;padding-top:10px}.bars i{flex:1;background:linear-gradient(180deg,#ff9e28,#a94f00);border-radius:3px 3px 0 0}.ring{width:82px;height:82px;border-radius:50%;margin:12px auto;background:conic-gradient(var(--green) 0 78%,var(--orange) 78% 92%,#343a43 92%);display:grid;place-items:center}.ring:after{content:"";width:56px;height:56px;background:#13171c;border-radius:50%}
.feature-row{display:grid;grid-template-columns:repeat(6,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.feature-mini{padding:30px 18px;text-align:center;border-right:1px solid var(--line)}.feature-mini:last-child{border-right:0}.feature-mini .icon{margin:0 auto 12px}.feature-mini h3{font-size:14px}.feature-mini p{font-size:12px;color:var(--muted)}
.industry-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.industry{min-height:220px;border:1px solid var(--line);border-radius:14px;padding:20px;display:flex;flex-direction:column;justify-content:end;background:
linear-gradient(180deg,transparent,rgba(0,0,0,.84)),
radial-gradient(circle at 30% 20%,rgba(255,134,0,.34),transparent 34%),
linear-gradient(135deg,#222a31,#101318)}.industry h3{margin-bottom:5px}.industry p{font-size:13px;color:#c5cad0;margin:0}
.cta{background:linear-gradient(90deg,#1e1104,#713500 45%,#1b0f03);border-top:1px solid #74410d;border-bottom:1px solid #74410d}.cta-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:28px;align-items:center;padding:48px 0}.cta h2{font-size:38px;margin:0}.cta-box{display:flex;gap:15px;align-items:center}.cta-box .icon{margin:0}
.pagehero{padding:88px 0 62px;background:radial-gradient(700px 350px at 78% 0,rgba(255,134,0,.12),transparent 65%);border-bottom:1px solid var(--line)}.pagehero .container{display:grid;grid-template-columns:1fr .9fr;gap:50px;align-items:center}.pagehero h1{font-size:clamp(44px,5vw,68px)}
.two{display:grid;grid-template-columns:1fr 1fr;gap:18px}.three{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.panel{background:#101419;border:1px solid var(--line);border-radius:14px;padding:25px}.panel p{color:var(--muted)}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:32px}.contact-card{background:#11151a;border:1px solid var(--line);border-radius:16px;padding:28px}.contact-list{display:grid;gap:18px;margin-top:26px}.contact-list span{display:block;margin-bottom:5px;font-size:13px}.contact-list a{display:inline-block}.contact-list a{color:#fff}.form{display:grid;gap:14px}.form label{font-size:13px;color:#c9ced4}.form input,.form textarea,.form select{width:100%;margin-top:6px;background:#0a0d10;border:1px solid #343a43;color:#fff;border-radius:9px;padding:13px}.form textarea{min-height:140px;resize:vertical}.form-note{font-size:12px;color:var(--dim)}
footer{border-top:1px solid var(--line);background:#07090b;padding:44px 0 28px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:30px}.footer-grid img{width:154px;height:auto;margin-bottom:13px}.footer-grid p,.footer-grid a{font-size:13px;color:#8f98a4;display:block;margin:7px 0}.footer-grid strong{font-size:13px}.copyright{margin-top:32px;padding-top:20px;border-top:1px solid #20252b;color:#666f79;font-size:12px;display:flex;justify-content:space-between}
.mobile-only{display:none}
@media(max-width:980px){
  .navlinks,.nav-actions{display:none}.menu-btn{display:block}.nav.open{height:auto;align-items:flex-start;flex-wrap:wrap;padding:15px 0}.nav.open .navlinks{display:grid;order:3;width:100%;gap:0;border-top:1px solid var(--line);padding-top:10px}.nav.open .navlinks a{padding:11px 0}.nav.open .nav-actions{display:flex;order:4;width:100%;margin:0 0 12px}
  .hero-grid,.split,.pagehero .container,.contact-grid{grid-template-columns:1fr}.hero-grid{padding:58px 0;min-height:auto}.shelf-scene{height:430px}.hero-strip{grid-template-columns:1fr 1fr}.strip-item:nth-child(2){border-right:0}.cards{grid-template-columns:1fr 1fr}.feature-row{grid-template-columns:repeat(3,1fr)}.industry-grid{grid-template-columns:repeat(2,1fr)}.industry:last-child{grid-column:span 2}.cta-grid{grid-template-columns:1fr 1fr}.cta-grid>div:first-child{grid-column:span 2}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-grid>div:nth-child(4),.footer-grid>div:nth-child(5){display:none}
}
@media(max-width:620px){
  .container{width:min(100% - 28px,var(--max))}.section{padding:68px 0}.nav{height:70px}.brand img{width:138px}h1{font-size:48px}.lead{font-size:17px}.hero-grid{gap:26px}.shelf-scene{height:370px;border-radius:16px}.tags{left:12px;right:12px;top:180px;gap:7px}.tag{padding:12px 8px;border-width:3px}.tag .name{font-size:9px}.tag .price{font-size:24px}.hero-strip,.cards,.two,.three,.industry-grid,.cta-grid,.footer-grid{grid-template-columns:1fr}.strip-item{border-right:0;border-bottom:1px solid var(--line)}.strip-item:last-child{border-bottom:0}.cards .card{min-height:auto}.dashbody{grid-template-columns:1fr}.sidebar{display:none}.metricgrid{grid-template-columns:1fr 1fr}.chartgrid{grid-template-columns:1fr}.feature-row{grid-template-columns:1fr 1fr}.feature-mini:nth-child(even){border-right:0}.industry:last-child,.cta-grid>div:first-child{grid-column:auto}.cta h2{font-size:31px}.pagehero{padding:58px 0 48px}.pagehero h1{font-size:46px}.footer-grid>div:nth-child(n+3){display:none}.copyright{display:block}.copyright span{display:block;margin:6px 0}
}

/* Real ESL hero device */
.esl-hero-stage{
  position:relative;min-height:500px;display:flex;align-items:center;justify-content:center;
  padding:24px;border-radius:24px;overflow:hidden;
  background:radial-gradient(circle at 72% 22%,rgba(255,134,0,.12),transparent 40%),linear-gradient(180deg,#111419,#090b0e);
  border:1px solid #30353b;box-shadow:0 30px 80px rgba(0,0,0,.45)
}
.esl-hero-stage:before{
  content:"";position:absolute;left:-8%;right:-8%;bottom:46px;height:34px;
  background:linear-gradient(180deg,#393b3d,#17191b);box-shadow:0 7px 20px rgba(0,0,0,.45)
}
.esl-device{
  position:relative;z-index:2;width:min(100%,570px);aspect-ratio:1.62/1;border-radius:28px;padding:24px;
  background:linear-gradient(145deg,#fff 0%,#f4f3ef 48%,#d9d8d3 100%);
  border:1px solid #c8c6c0;
  box-shadow:0 28px 55px rgba(0,0,0,.42),inset 0 0 0 3px rgba(255,255,255,.75),inset 0 -3px 7px rgba(0,0,0,.08)
}
.esl-device:after{content:"";position:absolute;inset:10px;border-radius:21px;border:1px solid rgba(0,0,0,.08);pointer-events:none}
.esl-sensor{position:absolute;top:15px;left:25px;width:9px;height:9px;border-radius:50%;background:#202020;z-index:4}
.esl-led{position:absolute;right:15px;top:50%;width:5px;height:18px;border-radius:5px;background:#38e7d1;box-shadow:0 0 10px rgba(56,231,209,.8);z-index:4}
.esl-screen{height:100%;border:1px solid #bbb9b3;background:#efede5;color:#101010;padding:16px 19px 13px;overflow:hidden;font-family:Arial,Helvetica,sans-serif}
.esl-clearance{background:#a8272a;color:#fff;text-align:center;font-size:clamp(20px,2.4vw,36px);line-height:1;font-weight:800;letter-spacing:.03em;padding:10px 8px}
.esl-product{text-align:center;font-size:clamp(16px,1.75vw,27px);font-weight:800;line-height:1.1;margin:10px 0 14px}
.esl-price-row{display:grid;grid-template-columns:1.25fr .75fr;gap:14px;align-items:center}
.esl-price{font-size:clamp(50px,7vw,92px);line-height:.95;font-weight:800;letter-spacing:-.05em}
.esl-saving{display:grid;gap:16px}.esl-saving strong{font-size:clamp(15px,1.55vw,23px);line-height:1}
.esl-saving span{color:#a3292b;font-size:clamp(17px,1.8vw,27px);font-weight:800;line-height:1}
.esl-bottom{display:grid;grid-template-columns:1fr 1.15fr;align-items:end;gap:16px;margin-top:22px}
.esl-origin{font-size:clamp(13px,1.35vw,20px);white-space:nowrap}.esl-origin strong{color:#a3292b}
.esl-barcode-wrap{text-align:center}.esl-barcode{width:100%;height:38px;background:repeating-linear-gradient(90deg,#111 0 2px,transparent 2px 4px,#111 4px 5px,transparent 5px 8px,#111 8px 11px,transparent 11px 13px,#111 13px 14px,transparent 14px 17px)}
.esl-barcode-number{font-size:11px;letter-spacing:.12em;margin-top:4px}
@media(max-width:980px){.esl-hero-stage{min-height:440px}.esl-device{width:min(92%,570px)}}
@media(max-width:620px){
  .esl-hero-stage{min-height:330px;padding:14px}.esl-device{width:100%;padding:16px;border-radius:20px}
  .esl-device:after{inset:7px;border-radius:15px}.esl-screen{padding:10px 11px 9px}.esl-clearance{padding:7px 6px}
  .esl-product{margin:7px 0 10px}.esl-price-row{gap:8px}.esl-saving{gap:8px}.esl-bottom{gap:8px;margin-top:14px}
  .esl-barcode{height:27px}.esl-barcode-number{font-size:8px}
}



/* THEME_CARDS_CLEANURL_FIX */
.theme-toggle{display:inline-flex;align-items:center;gap:8px;height:46px;padding:0 14px;border:1px solid #343b44;border-radius:9px;background:transparent;color:#fff;cursor:pointer;font-weight:800}
.theme-toggle:hover{transform:translateY(-1px)}
.theme-toggle-icon{font-size:16px;line-height:1}
.theme-toggle-label{font-size:13px}

.industry-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;align-items:stretch}
.industry.industry-photo{min-height:320px;padding:0;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:flex-end;background:#101318}
.industry-media{position:absolute;inset:0}
.industry-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.industry-photo:hover .industry-media img{transform:scale(1.04)}
.industry-photo:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(8,10,13,.04) 0%,rgba(8,10,13,.16) 40%,rgba(8,10,13,.92) 100%)}
.industry-copy{position:relative;z-index:2;padding:22px}
.industry-copy h3{margin-bottom:6px}
.industry-copy p{color:#d7dde4;margin:0}

html[data-theme="light"]{--bg:#f5f7fb;--bg2:#fff;--panel:#fff;--panel2:#fff;--line:#dbe2ea;--text:#121821;--muted:#5d6875;--dim:#6d7783}
html[data-theme="light"] body{background:var(--bg);color:var(--text)}
html[data-theme="light"] .header{background:rgba(255,255,255,.9);border-bottom-color:#dce3eb}
html[data-theme="light"] .navlinks{color:#293340}
html[data-theme="light"] .navlinks a:hover{color:#000}
html[data-theme="light"] .btn{color:#111;background:#fff;border-color:#c9d2dc}
html[data-theme="light"] .btn.primary{background:var(--orange);border-color:var(--orange);color:#111}
html[data-theme="light"] .theme-toggle,html[data-theme="light"] .menu-btn{color:#111;background:#fff;border-color:#c9d2dc}
html[data-theme="light"] .hero{background:radial-gradient(760px 420px at 80% 2%,rgba(255,134,0,.14),transparent 60%),linear-gradient(180deg,#fff,#f5f7fb)}
html[data-theme="light"] .hero-strip{background:#fff}
html[data-theme="light"] .lead,html[data-theme="light"] .muted,html[data-theme="light"] .card p,html[data-theme="light"] .panel p,html[data-theme="light"] .strip-item span,html[data-theme="light"] .form-note{color:#5e6875}
html[data-theme="light"] .card,html[data-theme="light"] .panel,html[data-theme="light"] .contact-card,html[data-theme="light"] .dashboard,html[data-theme="light"] .form input,html[data-theme="light"] .form textarea,html[data-theme="light"] .form select{background:#fff;color:#121821;border-color:#dbe2ea;box-shadow:0 8px 24px rgba(17,22,29,.05)}
html[data-theme="light"] .dashboard{box-shadow:0 24px 60px rgba(17,22,29,.10)}
html[data-theme="light"] .windowbar{background:#f4f6f9;border-bottom-color:#dbe2ea}
html[data-theme="light"] .dashbody{background:#fff}
html[data-theme="light"] .sidebar{background:#fafbfd;border-right-color:#e2e8ef}
html[data-theme="light"] .sideitem{color:#596572}
html[data-theme="light"] .sideitem.active{background:#fff1df;color:#c66500}
html[data-theme="light"] .metric,html[data-theme="light"] .chartbox{background:#fbfcfe;border-color:#e2e8ef}
html[data-theme="light"] .pagehero{background:radial-gradient(700px 350px at 78% 0,rgba(255,134,0,.12),transparent 65%),linear-gradient(180deg,#fff,#f6f8fb)}
html[data-theme="light"] .cta{background:linear-gradient(90deg,#fff0d8,#ffc174 44%,#ffe5c5)}
html[data-theme="light"] footer{background:#eef2f6}
html[data-theme="light"] .footer-grid p,html[data-theme="light"] .footer-grid a,html[data-theme="light"] .copyright{color:#56616e}
html[data-theme="light"] .contact-list a{color:#111}
html[data-theme="light"] .section,html[data-theme="light"] .hero-strip,html[data-theme="light"] .feature-row,html[data-theme="light"] footer,html[data-theme="light"] .copyright{border-color:#dbe2ea}

@media(max-width:980px){
  .theme-toggle{margin-left:auto}
  .industry-grid{grid-template-columns:repeat(2,1fr)}
  .industry:last-child{grid-column:span 2}
}
@media(max-width:620px){
  .theme-toggle-label{display:none}
  .industry-grid{grid-template-columns:1fr}
  .industry:last-child{grid-column:auto}
  .industry.industry-photo{min-height:280px}
}




/* v5 homepage photo cards + light mode polish */

.industry-grid--homepage{align-items:stretch}

.industry-grid--homepage .industry.industry-photo{min-height:300px}

.industry-link{position:relative;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}

.industry-link:hover{transform:translateY(-4px);border-color:rgba(255,134,0,.38);box-shadow:0 18px 34px rgba(0,0,0,.24)}

.industry-link .industry-copy{padding:18px 18px 20px}

.industry-link .industry-copy h3{font-size:18px}

.industry-link .industry-copy p{margin:0}



html[data-theme="light"] .industry-grid--homepage .industry.industry-photo,

html[data-theme="light"] .industry.industry-photo{border-color:#d7e0ea;box-shadow:0 10px 26px rgba(17,22,29,.06)}

html[data-theme="light"] .industry-link:hover{box-shadow:0 16px 34px rgba(17,22,29,.12);border-color:rgba(255,134,0,.4)}

html[data-theme="light"] .industry-photo::before{background:linear-gradient(180deg,rgba(255,255,255,.00) 0%,rgba(255,255,255,.00) 35%,rgba(17,22,29,.84) 100%)}

html[data-theme="light"] .hero-strip .strip-item{background:rgba(255,255,255,.84)}

html[data-theme="light"] .strip-item strong{color:#11161d}

html[data-theme="light"] .theme-toggle{min-width:94px;justify-content:center;box-shadow:0 4px 10px rgba(17,22,29,.04)}

html[data-theme="light"] .btn:not(.primary){box-shadow:0 4px 10px rgba(17,22,29,.04)}

html[data-theme="light"] .cta-box .muted{color:#4c5663}



@media(max-width:980px){

  .industry-grid--homepage{grid-template-columns:repeat(2,1fr)}

  .industry-grid--homepage .industry.industry-photo:last-child{grid-column:span 2}

}

@media(max-width:620px){

  .industry-grid--homepage{grid-template-columns:1fr}

  .industry-grid--homepage .industry.industry-photo,

  .industry-grid--homepage .industry.industry-photo:last-child{grid-column:auto;min-height:260px}

}




/* Industry card readability final fix */

.industry.industry-photo .industry-copy h3,

.industry-link.industry-photo .industry-copy h3,

html[data-theme="light"] .industry.industry-photo .industry-copy h3,

html[data-theme="dark"] .industry.industry-photo .industry-copy h3{

    color:#ffffff !important;

    opacity:1 !important;

    text-shadow:0 2px 8px rgba(0,0,0,.9) !important;

}



.industry.industry-photo .industry-copy p,

.industry-link.industry-photo .industry-copy p,

html[data-theme="light"] .industry.industry-photo .industry-copy p,

html[data-theme="dark"] .industry.industry-photo .industry-copy p{

    color:#ffffff !important;

    opacity:.96 !important;

    text-shadow:0 2px 7px rgba(0,0,0,.9) !important;

}



.industry.industry-photo::before,

.industry-link.industry-photo::before{

    background:linear-gradient(

        180deg,

        rgba(0,0,0,.02) 0%,

        rgba(0,0,0,.08) 32%,

        rgba(0,0,0,.52) 62%,

        rgba(0,0,0,.94) 100%

    ) !important;

}

