:root{
  --ink:#2b2b2b;
  --ink-2:#3a3a3a;
  --charcoal:#171717;
  --soft:#f7f6f3;
  --soft-2:#efede8;
  --line:#dedbd3;
  --muted:#6f6b64;
  --gold:#b9975b;
  --gold-dark:#8b6f3e;
  --white:#ffffff;
  --shadow:0 18px 45px rgba(23,23,23,.10);
  --radius:14px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--white);line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}
.topbar{font-size:13px;color:#f3f1ec;background:var(--charcoal);border-bottom:1px solid rgba(255,255,255,.08)}
.topbar-inner{min-height:38px;display:flex;justify-content:flex-end;gap:26px;align-items:center}.topbar i{color:var(--gold)}
.navbar{position:sticky;top:0;z-index:50;background:#ffffff;backdrop-filter:blur(12px);box-shadow:0 8px 24px rgba(0,0,0,.05);border-bottom:1px solid var(--line)}
.nav-inner{height:86px;display:flex;align-items:center;justify-content:space-between}.brand img{width:230px;height:80px;object-fit:contain;object-position:left}.nav-links{display:flex;align-items:center;gap:24px;margin:0;padding:0;list-style:none;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.nav-links a{position:relative}.nav-links a:not(.quote-btn):after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--gold);transition:.25s}.nav-links a:hover:after{right:0}.nav-links a:hover{color:var(--gold-dark)}
.quote-btn,.btn{background:var(--charcoal);color:#fff!important;padding:12px 19px;border-radius:2px;display:inline-block;border:1px solid var(--charcoal);font-weight:800;letter-spacing:.04em;text-transform:uppercase;font-size:13px;transition:.25s}.quote-btn:hover,.btn:hover{background:var(--gold);border-color:var(--gold);color:#fff!important;transform:translateY(-2px)}.btn.light{background:#171717;color:ffffff !important;border-color:#fff}.btn.light:hover{background:var(--gold);border-color:var(--gold);color:#fff!important}.menu-btn{display:none;background:var(--charcoal);color:#fff;border:0;border-radius:2px;padding:10px 12px}
.hero{background:radial-gradient(circle at 80% 20%,rgba(185,151,91,.20),transparent 28%),linear-gradient(125deg,#101010 0%,#2b2b2b 55%,#111 100%);color:#fff;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px);background-size:64px 64px;opacity:.35}.hero-inner{position:relative;display:grid;grid-template-columns:1fr 1.05fr;min-height:560px;align-items:center;gap:42px}.badge{display:inline-block;background:rgba(185,151,91,.14);border:1px solid rgba(185,151,91,.55);color:#f2dfb8;padding:8px 13px;border-radius:0;font-weight:800;font-size:12px;letter-spacing:.16em;text-transform:uppercase}.hero h1{font-family:Georgia,'Times New Roman',serif;font-size:58px;line-height:1.04;margin:22px 0 18px;font-weight:700;letter-spacing:-.02em}.hero p{font-size:17px;line-height:1.8;color:#e4e0d8;max-width:560px}.hero-actions{display:flex;gap:14px;margin-top:30px}.hero img{width:100%;filter:drop-shadow(0 36px 40px rgba(0,0,0,.42));transform:scale(1.02)}
.feature-strip{margin-top:-48px;position:relative;z-index:3}.strip-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:var(--shadow);overflow:hidden}.strip-item{padding:26px;border-right:1px solid var(--line);display:flex;gap:14px;align-items:flex-start}.strip-item:last-child{border-right:0}.strip-item i{font-size:27px;color:var(--gold)}.strip-item b{display:block;font-family:Georgia,'Times New Roman',serif;font-size:18px}.strip-item span{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}
.section{padding:76px 0}.section.alt{background:var(--soft)}.section-title{text-align:center;margin-bottom:38px}.section-title h2{font-family:Georgia,'Times New Roman',serif;font-size:34px;color:var(--charcoal);margin:0;text-transform:none;letter-spacing:-.01em}.section-title h2:after{content:"";display:block;width:64px;height:2px;background:var(--gold);margin:14px auto 0}.section-title p{color:var(--muted);max-width:660px;margin:13px auto 0}.grid{display:grid;gap:22px}.cat-grid{grid-template-columns:repeat(5,1fr)}.card,.product-card,.app-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 10px 26px rgba(23,23,23,.05)}.cat-card{padding:18px;text-align:center;font-weight:800;color:var(--charcoal);transition:.25s}.cat-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:rgba(185,151,91,.45)}.cat-card img{width:100%;height:112px;object-fit:cover;border-radius:10px;background:var(--soft-2);filter:grayscale(.12)}.cat-card p{margin:13px 0 4px}.why-grid{grid-template-columns:repeat(4,1fr)}.why{padding:30px}.why h3,.product-card h3,.app-card h3{font-family:Georgia,'Times New Roman',serif;color:var(--charcoal)}.why i,.app-card i{color:var(--gold);font-size:29px}.blue-band{background:linear-gradient(125deg,#171717,#2f2f2f);color:#fff;position:relative}.blue-band .section-title h2{color:#fff}.blue-band .section-title h2:after{background:var(--gold)}.app-icons{display:grid;grid-template-columns:repeat(8,1fr);gap:14px}.app-icons div{text-align:center;padding:18px 10px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04)}.app-icons i{font-size:28px;margin-bottom:10px;color:var(--gold)}
.page-hero{background:linear-gradient(125deg,#151515,#303030);color:#fff;padding:58px 0;border-bottom:4px solid var(--gold)}.page-hero h1{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:42px}.breadcrumb{font-size:13px;color:#dcd7cf;margin-top:8px;letter-spacing:.08em;text-transform:uppercase}.product-layout{display:grid;grid-template-columns:265px 1fr;gap:28px}.sidebar{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;height:max-content;box-shadow:0 10px 28px rgba(23,23,23,.05)}.sidebar h3{background:var(--charcoal);color:#fff;margin:0;padding:17px 18px;font-family:Georgia,'Times New Roman',serif}.sidebar a{display:block;padding:13px 17px;border-bottom:1px solid #eeeae1;color:var(--ink-2)}.sidebar a:hover{color:var(--gold-dark);background:var(--soft)}.search-row{display:flex;gap:12px;margin-bottom:20px}.search-row input,.form input,.form textarea,.newsletter input{width:100%;padding:14px;border:1px solid var(--line);border-radius:2px;background:#fff}.search-row button,.form button,.newsletter button{padding:14px 20px;background:var(--charcoal);color:#fff;border:0;border-radius:2px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.products-grid{grid-template-columns:repeat(4,1fr)}.product-card{padding:17px;transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-card img{width:100%;height:178px;object-fit:cover;background:var(--soft);border-radius:10px}.product-card h3{font-size:19px;margin:12px 0 4px}.code{color:var(--gold-dark);font-weight:900;font-size:13px;letter-spacing:.06em}.small-btn{display:inline-block;padding:10px 14px;border:1px solid var(--charcoal);color:var(--charcoal);border-radius:2px;font-weight:800;font-size:13px;text-transform:uppercase}.small-btn:hover{background:var(--charcoal);color:#fff}.detail{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.detail img{width:100%;border:1px solid var(--line);border-radius:var(--radius);background:var(--soft)}.spec-list{list-style:none;padding:0}.spec-list li{padding:10px 0;border-bottom:1px solid #eeeae1}.spec-list i{color:var(--gold);margin-right:8px}.about-grid,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:center}.about-grid h2{font-family:Georgia,'Times New Roman',serif;font-size:34px}.about-img{border-radius:var(--radius);padding:28px;border:1px solid var(--line)}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.stat{text-align:center;color:#fff}.stat b{font-family:Georgia,'Times New Roman',serif;font-size:34px;display:block;color:#f2dfb8}.apps-grid{grid-template-columns:repeat(5,1fr)}.app-card{padding:30px;text-align:center}.form{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow)}.form .row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form input,.form textarea{margin-bottom:14px}.map{height:430px;background:var(--soft);border-radius:var(--radius);display:grid;place-items:center;color:var(--muted);border:1px solid var(--line)}.download-card{padding:24px;display:flex;align-items:center;justify-content:space-between}.newsletter{background:#222;padding:30px 0;color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}.newsletter-inner{display:flex;justify-content:space-between;gap:20px;align-items:center}.newsletter h3{font-family:Georgia,'Times New Roman',serif;font-size:26px;margin:0}.newsletter form{display:flex;gap:10px;min-width:420px}.footer{background:#111;color:#d6d1c8}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:32px;padding:56px 0}.footer-logo{width:200px;background:#fff;border-radius:4px;padding:7px}.footer a{display:block;margin:10px 0;color:#d6d1c8}.footer a:hover{color:#f2dfb8}.footer i{color:var(--gold)}.social{display:flex;gap:10px;align-items:center;margin-top:18px}.footer .social a{width:38px;height:38px;margin:0;border:1px solid rgba(255,255,255,.14);border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.04)}.footer .social a:hover{background:#f2dfb8;border-color:#f2dfb8}.social i{margin:0;font-size:15px}.footer .social a:hover i{color:#111}.copyright{text-align:center;border-top:1px solid rgba(255,255,255,.12);padding:18px;color:#a9a39a}.whatsapp{position:fixed;right:22px;bottom:22px;background:#20b15a;color:#fff;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;font-size:26px;box-shadow:var(--shadow);z-index:40}.whatsapp i{color:#fff}
@media(max-width:992px){.hero-inner,.about-grid,.contact-grid,.detail,.product-layout{grid-template-columns:1fr}.cat-grid,.apps-grid{grid-template-columns:repeat(3,1fr)}.why-grid,.strip-grid,.stats{grid-template-columns:repeat(2,1fr)}.products-grid{grid-template-columns:repeat(2,1fr)}.app-icons{grid-template-columns:repeat(4,1fr)}.menu-btn{display:block}.nav-links{display:none;position:absolute;top:86px;left:0;right:0;background:#fff;flex-direction:column;align-items:flex-start;padding:20px 4%;box-shadow:var(--shadow);border-bottom:1px solid var(--line)}.nav-links.show{display:flex}.hero h1{font-size:44px}.feature-strip{margin-top:0}.strip-grid{border-radius:0}}
@media(max-width:640px){.topbar-inner{justify-content:center;gap:10px;font-size:11px;flex-wrap:wrap;padding:6px 0}.brand img{width:174px}.hero-inner{min-height:auto;padding:54px 0}.hero h1{font-size:36px}.hero-actions,.newsletter-inner,.newsletter form{flex-direction:column;align-items:stretch;min-width:0}.strip-grid,.cat-grid,.why-grid,.products-grid,.apps-grid,.stats,.footer-grid,.form .row{grid-template-columns:1fr}.app-icons{grid-template-columns:repeat(2,1fr)}.section{padding:52px 0}.page-hero h1{font-size:34px}}

/* Product listing width and balanced card layout */
.product-layout.container{width:min(1360px,96vw);gap:24px;align-items:start}.products-main{min-width:0}.products-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;align-items:stretch}.product-card{height:100%;display:flex;flex-direction:column;padding:16px}.product-card img{height:172px}.product-card h3{line-height:1.25}.product-card p{flex:1;margin:8px 0 16px}.product-card .small-btn{align-self:flex-start;margin-top:auto}
@media(min-width:1200px){.products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:1199px) and (min-width:993px){.product-layout.container{width:min(1160px,94vw)}.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:992px){.product-layout.container{width:min(1180px,92%);gap:24px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card img{height:190px}}
@media(max-width:640px){.product-layout.container{width:min(1180px,92%)}.products-grid{grid-template-columns:1fr;gap:18px}.product-card{padding:16px}.product-card img{height:210px}}
@media(max-width:420px){.product-card img{height:180px}}
/* Product search helper text */
.search-row{margin-bottom:8px}.search-row input{min-width:0}.search-hint{margin:0 0 22px;color:var(--muted);font-size:13px;line-height:1.5}.search-hint:before{content:"";display:inline-block;width:28px;height:1px;background:var(--gold);vertical-align:middle;margin-right:9px}
@media(max-width:640px){.search-row{flex-direction:column}.search-row button{width:100%}.search-hint{font-size:12px;margin-bottom:18px}.search-hint:before{display:none}}
/* Live product search state */
.product-card[hidden]{display:none!important}.live-no-products{margin-top:20px;padding:26px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.live-no-products h3{font-family:Georgia,'Times New Roman',serif;margin:0 0 6px;color:var(--charcoal)}.live-no-products p{margin:0;color:var(--muted)}
/* Premium corporate homepage */
:root{
  --premium-black:#111111;
  --premium-charcoal:#2C2C2C;
  --premium-gold:#C8A44D;
  --premium-light-gold:#E2C87A;
  --premium-grey:#F5F5F5;
  --metal-gradient:linear-gradient(135deg,#8b6f32 0%,#e2c87a 45%,#9f7b2c 100%);
}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--premium-light-gold);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;}.eyebrow:before{content:"";width:34px;height:1px;background:currentColor}.eyebrow.dark{color:var(--premium-gold)}
.home-hero{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 78% 18%,rgba(226,200,122,.28),transparent 28%),radial-gradient(circle at 12% 82%,rgba(200,164,77,.12),transparent 30%),linear-gradient(125deg,#080808 0%,#1c1c1c 48%,#2c2c2c 100%)}
.home-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px);background-size:74px 74px;mask-image:linear-gradient(90deg,#000,transparent 88%);opacity:.8}.home-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(255,255,255,.08),transparent 18%,transparent 78%,rgba(226,200,122,.14));pointer-events:none}.hero-orbit{position:absolute;right:-90px;top:72px;width:520px;height:520px;border:1px solid rgba(226,200,122,.22);border-radius:50%;box-shadow:0 0 90px rgba(200,164,77,.12);animation:floatSlow 9s ease-in-out infinite}.premium-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,1.05fr);gap:46px;align-items:center;min-height:720px;padding:58px 0 76px}.premium-hero-copy h1{font-family:Georgia,'Times New Roman',serif;font-size:76px;line-height:.95;margin:20px 0 20px;letter-spacing:-.03em}.premium-hero-copy p{max-width:640px;color:#ece7db;font-size:18px;line-height:1.85;margin:0}.premium-actions{flex-wrap:wrap}.gold-btn{background:var(--metal-gradient)!important;border-color:rgba(226,200,122,.85)!important;color:#111!important;box-shadow:0 12px 26px rgba(200,164,77,.24)}.ghost-btn{background:rgb(23 23 23);border-color:rgba(226,200,122,.45);color:#fff!important;backdrop-filter:blur(10px)}.hero-trust-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-trust-row span{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(10px);font-size:13px;font-weight:800}.hero-trust-row i{color:var(--premium-light-gold)}
.premium-hero-visual{position:relative;min-height:560px}.skyline-card{position:absolute;inset:32px 0 98px 78px;border:1px solid rgba(226,200,122,.28);background:rgba(255,255,255,.08);box-shadow:0 28px 80px rgba(0,0,0,.38);overflow:hidden}.skyline-card:after{content:"Dubai | Industrial Supply | Cable Technology";position:absolute;left:24px;right:24px;bottom:22px;padding:13px 16px;border:1px solid rgba(255,255,255,.18);background:rgba(17,17,17,.6);backdrop-filter:blur(12px);color:#f3e7c2;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.skyline-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.85) contrast(1.08) brightness(.72)}.cable-stack{position:absolute;left:0;right:20px;bottom:48px;height:330px}.drum{position:absolute;filter:drop-shadow(0 26px 34px rgba(0,0,0,.42));animation:floatSlow 7s ease-in-out infinite}.drum-one{width:330px;right:100px;bottom:12px}.drum-two{width:260px;left:46px;bottom:52px;animation-delay:.7s}.drum-three{width:210px;right:0;bottom:112px;animation-delay:1.2s}.cable-tags{position:absolute;left:20px;right:0;bottom:0;display:flex;gap:8px;flex-wrap:wrap}.cable-tags span{padding:8px 10px;background:rgba(17,17,17,.68);border:1px solid rgba(226,200,122,.32);font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#f5ecd2}
.stats-band{position:relative;z-index:2;margin-top:-34px}.premium-stats{grid-template-columns:repeat(5,1fr);background:#fff;border:1px solid rgba(200,164,77,.26);box-shadow:0 22px 60px rgba(17,17,17,.14);padding:20px}.premium-stat{color:#111;padding:18px 12px;border-right:1px solid #ebe5d6}.premium-stat:last-child{border-right:0}.premium-stat b{color:#111;font-size:36px}.premium-stat span{display:block;color:#6f6b64;font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:900}.home-about .about-grid{gap:56px}.home-about h2,.split-premium h2,.premium-cta h2{font-family:Georgia,'Times New Roman',serif;font-size:40px;line-height:1.15;margin:14px 0 18px;color:#111}.warehouse-panel{position:relative;min-height:460px;padding:0;overflow:hidden;background:#111}.warehouse-panel img{width:100%;object-fit:cover;filter:saturate(.8) contrast(1.05)}.glass-note{position:absolute;left:28px;right:28px;bottom:28px;padding:19px;border:1px solid rgba(255,255,255,.22);background:rgba(17,17,17,.62);backdrop-filter:blur(14px);color:#fff}.glass-note strong{display:block;font-family:Georgia,'Times New Roman',serif;font-size:22px;color:#f2dfb8}.glass-note span{color:#eee}.feature-list{display:grid;gap:12px;margin-top:24px}.feature-list.two-col{grid-template-columns:1fr 1fr}.feature-list span{display:flex;gap:10px;align-items:flex-start;color:#2c2c2c;font-weight:700}.feature-list i{color:var(--premium-gold);margin-top:5px}.premium-card-grid{display:grid;gap:22px}.categories-grid{grid-template-columns:repeat(4,1fr)}.premium-product-card{background:#fff;border:1px solid #e5dfcf;border-radius:8px;padding:18px;box-shadow:0 10px 26px rgba(17,17,17,.05);transition:.25s}.premium-product-card:hover{transform:translateY(-6px);box-shadow:0 22px 52px rgba(17,17,17,.12);border-color:rgba(200,164,77,.55)}.category-media{position:relative;height:150px;place-items:center;border-radius:6px;margin-bottom:16px;overflow:hidden}.category-media img{width:80%;height:100%;object-fit:contain;}.category-media i{position:absolute;right:12px;top:12px;width:38px;height:38px;display:grid;place-items:center;background:#111;color:#e2c87a;border-radius:50%}.premium-product-card h3{font-family:Georgia,'Times New Roman',serif;margin:0 0 8px;font-size:21px;line-height:1.2;color:#111}.premium-product-card p{color:#6f6b64;margin:0 0 16px;font-size:14px}.icon-box-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.icon-box{display:flex;gap:12px;align-items:center;padding:18px;border:1px solid #e8e1d2;background:#fff;box-shadow:0 8px 20px rgba(17,17,17,.04);font-weight:800}.icon-box i{color:var(--premium-gold)}.black-section{background:radial-gradient(circle at 18% 22%,rgba(226,200,122,.14),transparent 26%),linear-gradient(125deg,#111,#2c2c2c);color:#fff}.light-title h2,.light-title p{color:#fff!important}.industry-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.industry-grid div{min-height:116px;padding:18px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.055);transition:.25s}.industry-grid div:hover{background:rgba(200,164,77,.18);transform:translateY(-4px)}.industry-grid i{color:#e2c87a;font-size:25px}.industry-grid span{font-weight:800}.split-premium{display:grid;grid-template-columns:.82fr 1.18fr;gap:48px;align-items:center}.application-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.application-grid span,.feature-tile{display:flex;gap:10px;align-items:center;padding:15px;background:#fff;border:1px solid #e8e1d2;box-shadow:0 8px 18px rgba(17,17,17,.04);font-weight:800}.application-grid i,.feature-tile i{color:var(--premium-gold)}.feature-tile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.quality-section{background:linear-gradient(180deg,#fff,#f8f6ef)}.certificate-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.certificate-card{position:relative;min-height:150px;padding:24px;border:1px solid #d9c897;background:#fff;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 14px 34px rgba(17,17,17,.06)}.certificate-card:before{content:"";position:absolute;inset:8px;border:1px solid rgba(200,164,77,.25);pointer-events:none}.certificate-card i{font-size:28px;color:var(--premium-gold)}.certificate-card strong{font-family:Georgia,'Times New Roman',serif;font-size:20px;color:#111}.certificate-note{text-align:center;color:#6f6b64;font-weight:800;margin-top:22px}.featured-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(250px,1fr);gap:20px;overflow-x:auto;padding:4px 2px 18px;scroll-snap-type:x proximity}.premium-featured-card{scroll-snap-align:start;min-width:250px;border-radius:8px}.process-section{background:#fff}.timeline{display:grid;grid-template-columns:repeat(7,1fr);gap:0;position:relative}.timeline:before{content:"";position:absolute;left:7%;right:7%;top:31px;height:2px;background:linear-gradient(90deg,transparent,var(--premium-gold),transparent)}.timeline-step{position:relative;text-align:center;padding:0 8px}.timeline-step b{position:relative;z-index:1;margin:auto;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#111;color:#e2c87a;border:2px solid #c8a44d;font-family:Georgia,'Times New Roman',serif;font-size:22px}.timeline-step span{display:block;margin-top:13px;font-weight:800;color:#2c2c2c}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.testimonial-grid article{padding:28px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06)}.logo-mark{width:54px;height:54px;display:grid;place-items:center;background:#fff;color:#111;font-weight:900;border-radius:50%}.stars{color:#e2c87a;letter-spacing:2px;margin:18px 0 10px}.testimonial-grid p{color:#ebe6d8}.resource-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.resource-grid article{padding:22px;background:#fff;border:1px solid #e8e1d2;box-shadow:0 8px 18px rgba(17,17,17,.04)}.resource-grid span{font-size:11px;font-weight:900;color:#c8a44d;letter-spacing:.14em;text-transform:uppercase}.resource-grid h3{font-family:Georgia,'Times New Roman',serif;font-size:21px;line-height:1.18;color:#111}.resource-grid p{color:#6f6b64;font-size:14px}.resource-grid a{font-weight:900;color:#111;border-bottom:1px solid #c8a44d}.faq-layout{align-items:start}.faq-list{display:grid;gap:12px}.faq-list details{background:#fff;border:1px solid #e5dfcf;padding:17px 20px;box-shadow:0 8px 18px rgba(17,17,17,.04)}.faq-list summary{cursor:pointer;font-weight:900;color:#111}.faq-list p{margin:12px 0 0;color:#6f6b64}.premium-cta{padding:70px 0;background:linear-gradient(120deg,#111 0%,#2c2c2c 58%,#111 100%);color:#fff;position:relative;overflow:hidden}.premium-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 30%,rgba(226,200,122,.22),transparent 24%)}.cta-inner{position:relative;display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center}.premium-cta h2{color:#fff;max-width:820px}.cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.whatsapp-btn{background:#20b15a!important;border-color:#20b15a!important;color:#fff!important}
.footer-grid{grid-template-columns:1.6fr 1fr 1fr 1.6fr}.newsletter p{margin:6px 0 0;color:#d6d1c8}.footer h4{color:#f2dfb8;font-family:Georgia,'Times New Roman',serif;font-size:19px;margin:0 0 14px}.footer .social a[aria-label="YouTube"]{display:grid}
@keyframes floatSlow{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
@media(max-width:1180px){.premium-hero-inner{grid-template-columns:1fr}.premium-hero-visual{min-height:500px}.premium-stats,.categories-grid,.feature-tile-grid,.certificate-grid{grid-template-columns:repeat(3,1fr)}.icon-box-grid,.resource-grid{grid-template-columns:repeat(3,1fr)}.industry-grid{grid-template-columns:repeat(4,1fr)}.timeline{grid-template-columns:repeat(4,1fr);gap:24px}.timeline:before{display:none}}
@media(max-width:992px){.premium-hero-copy h1{font-size:58px}.premium-hero-inner{min-height:auto;padding:56px 0}.premium-stats{grid-template-columns:repeat(2,1fr);margin-top:0}.premium-stat{border-right:0;border-bottom:1px solid #ebe5d6}.categories-grid,.application-grid,.feature-tile-grid,.certificate-grid,.testimonial-grid,.resource-grid{grid-template-columns:repeat(2,1fr)}.icon-box-grid{grid-template-columns:repeat(2,1fr)}.industry-grid{grid-template-columns:repeat(3,1fr)}.split-premium,.cta-inner{grid-template-columns:1fr}.cta-actions{justify-content:flex-start}.feature-list.two-col{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.newsletter-inner{align-items:flex-start}}
@media(max-width:640px){.premium-hero-copy h1{font-size:42px}.premium-hero-copy p{font-size:16px}.premium-hero-visual{min-height:430px}.skyline-card{inset:16px 0 126px 0}.cable-stack{height:260px;bottom:72px}.drum-one{width:240px;right:42px}.drum-two{width:184px;left:0}.drum-three{width:154px;right:0}.cable-tags{left:0}.premium-stats,.categories-grid,.application-grid,.feature-tile-grid,.certificate-grid,.testimonial-grid,.resource-grid,.icon-box-grid,.industry-grid,.footer-grid{grid-template-columns:1fr}.premium-stat{padding:15px}.home-about h2,.split-premium h2,.premium-cta h2{font-size:32px}.warehouse-panel,.warehouse-panel img{min-height:340px;height:340px}.timeline{grid-template-columns:1fr 1fr}.hero-actions .btn,.cta-actions .btn{width:100%;text-align:center}.industry-grid div{min-height:92px}.featured-rail{grid-auto-columns:minmax(230px,86vw)}}

/* ===========================================
   Responsive Hero Banner - Full Image Display
   =========================================== */

.corrected-hero{
    position:relative;
    width:100%;
    min-height:100vh;
    background:#171717  url("../img/banner.webp") center center no-repeat;
    background-size:contain;
    overflow:hidden;
}

.corrected-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),
        linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px);
    background-size:72px 72px;
    opacity:.45;
    pointer-events:none;
}

.corrected-hero::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 78% 24%,rgba(226,200,122,.18),transparent 24%);
    pointer-events:none;
}

.corrected-hero-inner{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);
    gap:64px;
    align-items:center;
    min-height:100vh;
    padding:70px 0;
}

.corrected-hero-copy h1{
    font-family:Georgia,"Times New Roman",serif;
    font-size:37px;
    line-height:1.05;
    color:#171717;
    margin:20px 0;
}

.hero-lead{
    color:#171717;
    font-size:18px;
    line-height:1.7;
}

.corrected-hero-visual{
    position:relative;
    width:100%;
    min-height:550px;
}

.hero-image-frame{
    position:absolute;
    inset:0;
    display:flex;
    justify-content:center;
    align-items:center;
    background:transparent;
    border:none;
    box-shadow:none;
}

.hero-image-frame img{
    display:block;
    width:100%;
    height:100%;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    object-position:center;
    filter:none;
}

/* ---------- Large Desktop ---------- */

@media (min-width:1600px){

.corrected-hero{
    min-height:900px;
}

.hero-image-frame img{
    width:100%;
    height:100%;
    object-fit:contain;
}

}

/* ---------- Laptop ---------- */

@media (max-width:1200px){

.corrected-hero-inner{
    grid-template-columns:1fr;
    gap:40px;
}

.corrected-hero-copy{
  
}

.corrected-hero-copy h1{
    font-size:37px;
}

.corrected-hero-visual{
    min-height:480px;
}

}

/* ---------- Tablet ---------- */

@media (max-width:992px){

.corrected-hero{
    min-height:auto;
    background-size:contain;
    background-position:center top;
}

.corrected-hero-inner{
    padding:60px 20px;
}

.corrected-hero-copy h1{
    font-size:37px;
}

.hero-lead{
    font-size:17px;
}

.corrected-hero-visual{
    min-height:420px;
}

.hero-image-frame img{
    width:100%;
    height:auto;
    object-fit:contain;
}

}

/* =========================
   RESPONSIVE HERO BANNER
========================= */

.corrected-hero {
    position: relative;
    min-height: clamp(620px, 82vh, 860px);
    display: flex;
    align-items: center;
    overflow: hidden;

    background-image: url("./assets/img/banner-home.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* Soft overlay for better text visibility */
.corrected-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;

    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(255, 255, 255, 0.86) 38%,
        rgba(255, 255, 255, 0.32) 68%,
        rgba(255, 255, 255, 0.05) 100%
    );
}

.corrected-hero > .container {
    position: relative;
    z-index: 1;
    width: 100%;
}

.corrected-hero-copy {
    width: min(100%, 760px);
}

/* =========================
   TABLET
========================= */

@media (max-width: 991.98px) {
    .corrected-hero {
        min-height: clamp(560px, 76svh, 740px);
        background-position: 58% center;
    }

    .corrected-hero-copy {
        width: min(100%, 680px);
        margin-left: clamp(16px, 3vw, 40px);
        margin-right: 20px;
    }

    .corrected-hero::before {
        background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.96) 0%,
            rgba(255, 255, 255, 0.87) 48%,
            rgba(255, 255, 255, 0.30) 78%,
            rgba(255, 255, 255, 0.08) 100%
        );
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767.98px) {
    .corrected-hero {
        min-height: clamp(600px, 100svh, 760px);
        padding: 0px 0 20px;
        align-items: flex-end;

        /*
         * "contain" displays the complete banner image.
         * Background colour fills any remaining empty area.
         */
        background-color: #f4f5f7;
        background-size: contain;
        background-position: center top;
    }

    .corrected-hero::before {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.02) 0%,
            rgba(255, 255, 255, 0.08) 34%,
            rgba(255, 255, 255, 0.78) 62%,
            rgba(255, 255, 255, 0.97) 100%
        );
    }

    .corrected-hero-copy {
        width: auto;
        margin-left: 12px;
        margin-right: 12px;
        padding: 22px 18px;

        background: rgba(255, 255, 255, 0.84);
        border: 1px solid rgba(255, 255, 255, 0.8);
        border-radius: 18px;
        box-shadow: 0 16px 40px rgba(15, 30, 45, 0.12);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .corrected-hero .hero-title {
        max-width: 14ch;
        margin-bottom: 14px;
        font-size: clamp(1.75rem, 7vw, 2.5rem);
        line-height: 1.05;
    }

    .corrected-hero .hero-lead {
        max-width: 100%;
        margin-bottom: 22px;
        font-size: 0.96rem;
        line-height: 1.55;
    }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 575.98px) {
    .corrected-hero {
        min-height: clamp(570px, 96svh, 700px);
        padding: 88px 0 30px;
        background-position: center top;
    }

    .corrected-hero-copy {
        margin-left: 10px;
        margin-right: 10px;
        padding: 20px 16px;
        border-radius: 16px;
    }

    .corrected-hero .premium-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 11px;
        width: 100%;
    }

    .corrected-hero .premium-actions .btn {
        width: 100%;
        min-height: 48px;
    }
}

@media (max-width: 420px) {
    .corrected-hero {
        min-height: 620px;
        padding-top: 82px;
        padding-bottom: 22px;
    }

    .corrected-hero-copy {
        margin-left: 8px;
        margin-right: 8px;
        padding: 18px 14px;
    }

    .corrected-hero .hero-title {
        font-size: 1.72rem;
    }
}

@media (max-width: 360px) {
    .corrected-hero {
        min-height: 590px;
    }

    .corrected-hero .hero-title {
        font-size: 1.55rem;
    }
}

/* =========================
   LARGE DESKTOP
========================= */

@media (min-width: 1600px) {
    .corrected-hero-copy {
        width: min(100%, 900px);
    }

    .corrected-hero .hero-title {
        font-size: clamp(3.4rem, 3.5vw, 4.6rem);
    }
}

/* =========================
   STAT TITLES
========================= */

.icon-only-stat .stat-title {
    display: block;
    margin: 0;
    color: #24364a;
    font-size: clamp(0.68rem, 0.62rem + 0.18vw, 0.82rem);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .icon-only-stat .stat-title {
        font-size: 0.68rem;
        line-height: 1.25;
    }
}

@media (max-width: 420px) {
    .icon-only-stat .stat-title {
        font-size: 0.62rem;
    }
}

/* =========================
   REDUCED MOTION
========================= */

@media (prefers-reduced-motion: reduce) {
    .corrected-hero .premium-actions .btn {
        transition: none;
    }
}
/* Hero proportion correction */
.corrected-hero-inner{min-height:620px;padding:58px 0 66px}.corrected-hero-copy h1{font-size:37px;max-width:620px}.corrected-hero-visual{min-height:455px}.hero-image-frame{inset:0 0 74px 28px}.hero-spec-primary{bottom:118px}.hero-spec-secondary{bottom:22px}.corrected-trust-row{margin-top:22px}.corrected-trust-row span{padding:9px 12px}
@media(max-width:992px){.corrected-hero-copy h1{font-size:37px}.corrected-hero-inner{min-height:auto}}
@media(max-width:640px){.corrected-hero-copy h1{font-size:36px}.corrected-hero-inner{padding:260px 0 50px}.corrected-hero-visual{min-height:370px}.hero-spec-primary{margin-top:274px}}


/* Equal-size premium product category cards */
.categories-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:22px;
    align-items:stretch;
}

.premium-product-card{
    width:100%;
    height:100%;
    min-width:0;
    display:flex;
    flex-direction:column;
    padding:18px;
}

.category-media{
    width:100%;
    height:160px;
    min-height:160px;
    display:grid;
    place-items:center;
    flex:0 0 160px;
}

.category-media img{
    width:100%;
    height:100%;
    max-width:100%;
    object-fit:contain;
    object-position:center;
}

.premium-product-card-content{
    flex:1;
    display:flex;
    flex-direction:column;
    min-width:0;
}

.premium-product-card h3{
    min-height:52px;
    margin:0 0 10px;
    display:flex;
    align-items:flex-start;
    font-size:21px;
    line-height:1.25;
    overflow-wrap:anywhere;
}

.premium-product-card p{
    min-height:72px;
    margin:0 0 18px;
    font-size:14px;
    line-height:1.7;
    flex:1;
}

.premium-product-card .small-btn{
    width:max-content;
    max-width:100%;
    margin-top:auto;
    align-self:flex-start;
}

@media(max-width:1180px){
    .categories-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:992px){
    .categories-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:640px){
    .categories-grid{grid-template-columns:1fr}
    .premium-product-card h3,
    .premium-product-card p{min-height:auto}
    .category-media{height:190px;min-height:190px;flex-basis:190px}
}
