
/*
Theme Name: Supercoat International Website
Theme URI: https://supercoatinternational.co.zw
Author: Shadoweb / ChatGPT
Description: Upload-ready WordPress landing page theme for Supercoat International. Version 3 mirrors the approved visual layout more closely using branded hero and footer assets.
Version: 11.0.0
License: GPLv2 or later
Text Domain: supercoat
*/

:root{
  --blue:#073f8f; --blue2:#0b58b7; --deep:#061a3a;
  --teal:#008f8d; --green:#159447; --yellow:#f5b31a; --orange:#f36c21; --red:#e7332a;
  --ink:#071225; --muted:#5f6b7c; --light:#f7f9fd; --white:#fff;
  --shadow:0 18px 45px rgba(9,31,72,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial, Helvetica, sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
.container{width:min(1180px,92%);margin:0 auto}

.sc-topbar{background:linear-gradient(90deg,#073f8f,#062b67);color:#fff;font-size:14px;padding:8px 0}
.sc-topbar .container{display:flex;justify-content:space-between;gap:18px;align-items:center;flex-wrap:wrap}
.sc-topbar span{display:inline-flex;gap:8px;align-items:center;font-weight:700}

.sc-header{background:#fff;box-shadow:0 8px 26px rgba(7,63,143,.09);position:sticky;top:0;z-index:60}
.admin-bar .sc-header{top:32px}
.sc-nav{min-height:110px;display:flex;align-items:center;justify-content:space-between;gap:34px}
.sc-logo img{width:260px;max-height:102px;object-fit:contain}
.sc-menu{display:flex;align-items:center;gap:28px;text-transform:uppercase;font-weight:900;font-size:14px;color:#09162d;letter-spacing:.02em}
.sc-menu a:not(.quote-btn){padding:11px 0;border-bottom:3px solid transparent}
.sc-menu a:not(.quote-btn):hover,.sc-menu a.active{color:var(--blue);border-color:var(--blue)}
.quote-btn{display:inline-flex;align-items:center;gap:9px;background:linear-gradient(90deg,var(--blue),var(--blue2));color:#fff!important;border-radius:999px;padding:14px 24px;box-shadow:0 12px 26px rgba(7,63,143,.25);font-weight:900}
.quote-btn:hover{background:linear-gradient(90deg,var(--blue),var(--teal),var(--orange))}
.sc-mobile-toggle{display:none;border:0;background:#fff;font-size:28px;color:var(--blue)}

.sc-hero{position:relative;overflow:hidden;background:#fff}
.sc-hero .container{min-height:620px;display:grid;grid-template-columns:42% 58%;align-items:stretch}
.sc-hero-copy{padding:72px 30px 70px 0;display:flex;flex-direction:column;justify-content:center}
.sc-eyebrow{font-size:16px;color:var(--blue);font-weight:950;letter-spacing:.13em;text-transform:uppercase;display:flex;align-items:center;gap:14px;margin-bottom:24px}
.sc-eyebrow:after{content:"";height:4px;width:210px;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--teal),var(--yellow),var(--orange),var(--red))}
.sc-hero h1{font-size:clamp(46px,5.6vw,72px);line-height:1.02;letter-spacing:-.055em;text-transform:uppercase;margin:0 0 22px;font-weight:950;color:#071225}
.gradient-word{background:linear-gradient(90deg,var(--blue),var(--teal),var(--yellow),var(--orange),var(--red));-webkit-background-clip:text;background-clip:text;color:transparent}
.sc-subtitle{font-size:22px;line-height:1.25;color:#11203a;font-weight:900;margin:0 0 14px}
.sc-hero p{font-size:18px;color:#263447;margin:0 0 30px;max-width:560px}
.sc-hero-actions{display:flex;gap:16px;flex-wrap:wrap}
.sc-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:999px;padding:14px 27px;background:linear-gradient(90deg,var(--blue),var(--blue2));color:#fff!important;font-weight:950;text-transform:uppercase;box-shadow:0 14px 26px rgba(7,63,143,.22)}
.sc-btn.outline{background:#fff;color:var(--blue)!important;border:2px solid var(--blue);box-shadow:none}

.hero-visual{
  min-height:620px;
  background-image:url('assets/images/hero-paint-visual.jpg');
  background-size:cover;
  background-position:center;
  position:relative;
}
.hero-visual:before{
  content:"";position:absolute;left:-2px;top:0;bottom:0;width:24%;
  background:#fff;clip-path:polygon(0 0,100% 0,18% 100%,0 100%);
}

/* Feature cards */
.features-section{padding:54px 0 46px;background:#fff}
.section-title{text-align:center;margin-bottom:36px}
.section-title .small{color:var(--blue);font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.section-title h2{font-size:clamp(30px,4vw,42px);line-height:1.1;margin:5px 0 12px;color:#071225}
.section-title:after{content:"";display:block;width:190px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--teal),var(--yellow),var(--orange),var(--red));margin:0 auto}
.feature-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.feature-card{background:#fff;border:1px solid #e7edf5;border-radius:12px;padding:28px 22px;text-align:center;box-shadow:var(--shadow)}
.feature-icon{width:66px;height:66px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:30px;border:2px solid currentColor}
.feature-card h3{text-transform:uppercase;margin:0 0 10px;font-size:15px}
.feature-card p{margin:0;color:#334155;font-size:14px}
.blue{color:var(--blue)}.green{color:var(--green)}.yellow{color:#f3a000}.red{color:var(--red)}

.products{background:var(--light);padding:54px 0 64px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.product-card{position:relative;min-height:210px;border-radius:10px;overflow:hidden;box-shadow:var(--shadow);background:#fff;display:flex;align-items:flex-end}
.product-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(6,18,37,.68));z-index:1}
.product-img{position:absolute;inset:0;background-size:cover;background-position:center}
.arch .product-img{background:linear-gradient(135deg,#c9ddf5,#0f67c7), repeating-linear-gradient(90deg,transparent 0 25px,rgba(255,255,255,.15) 25px 26px)}
.industrial .product-img{background:linear-gradient(135deg,#dce8e5,#0a8e7c), repeating-linear-gradient(0deg,transparent 0 28px,rgba(255,255,255,.12) 28px 29px)}
.roof .product-img{background:linear-gradient(135deg,#ffd39c,#f36c21), repeating-linear-gradient(45deg,rgba(120,40,0,.18) 0 15px,transparent 15px 32px)}
.special .product-img{background:linear-gradient(135deg,#c3c8ce,#111827), repeating-linear-gradient(105deg,transparent 0 38px,#f7c20d 38px 44px,transparent 44px 72px)}
.product-content{position:relative;z-index:2;background:rgba(255,255,255,.94);width:100%;display:grid;grid-template-columns:56px 1fr;gap:12px;align-items:center;padding:18px}
.product-badge{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:25px;background:var(--blue);box-shadow:0 8px 18px rgba(0,0,0,.18)}
.industrial .product-badge{background:var(--teal)}.roof .product-badge{background:#f4a000}.special .product-badge{background:var(--red)}
.product-content h3{margin:0;font-size:20px;line-height:1.1;color:#061326}

.sc-contact{
  position:relative;overflow:hidden;color:#fff;
  background-image:linear-gradient(90deg,rgba(7,63,143,.96),rgba(5,39,94,.96)),url('assets/images/footer-contact-bg.jpg');
  background-size:cover;background-position:center;
  padding:56px 0 50px;
}
.sc-contact .container{display:grid;grid-template-columns:.75fr 1.25fr;align-items:center;gap:48px}
.contact-logo{width:280px;filter:brightness(0) invert(1);margin-bottom:20px}
.contact-panel{border-left:1px solid rgba(255,255,255,.55);padding-left:44px}
.contact-panel h2{font-size:30px;margin:0 0 20px;text-transform:uppercase}
.contact-row{display:flex;align-items:center;gap:14px;margin:14px 0;font-size:18px;font-weight:700}
.contact-row .contact-icon{font-size:24px;width:30px;text-align:center}
.contact-row a{color:#fff}

.quote-section{padding:58px 0;background:#fff}
.quote-form{max-width:760px;margin:0 auto;background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:28px;box-shadow:var(--shadow)}
.quote-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.quote-form input,.quote-form select,.quote-form textarea{width:100%;padding:14px;border:1px solid #d8e0ea;border-radius:12px;font:inherit}
.quote-form textarea{min-height:130px;margin-top:14px}
.quote-form button{margin-top:14px}

.footer{background:#041d45;color:#fff;text-align:center;padding:24px 0;font-size:15px}
.footer span{opacity:.78}

@media(max-width:980px){
  .sc-mobile-toggle{display:block}
  .sc-menu{position:absolute;top:100%;left:0;right:0;background:#fff;display:none;flex-direction:column;align-items:flex-start;padding:24px 5%;box-shadow:0 20px 35px rgba(0,0,0,.12)}
  .sc-menu.open{display:flex}
  .sc-nav{min-height:94px}.sc-logo img{width:210px}
  .sc-hero .container{grid-template-columns:1fr}
  .sc-hero-copy{padding:42px 0}
  .hero-visual{min-height:460px}.hero-visual:before{display:none}
  .feature-cards,.product-grid{grid-template-columns:1fr 1fr}
  .sc-contact .container{grid-template-columns:1fr}.contact-panel{border-left:0;padding-left:0}
}
@media(max-width:600px){
  .sc-topbar{font-size:12px}
  .sc-logo img{width:175px}
  .sc-hero h1{font-size:40px}
  .sc-hero p,.sc-subtitle{font-size:16px}
  .hero-visual{min-height:340px;background-position:center}
  .feature-cards,.product-grid,.quote-grid{grid-template-columns:1fr}
}


/* v5 corrected product image assets - uses reference-style real visuals */
.product-card{
  min-height:220px !important;
  background:#fff !important;
}
.product-card .product-img{
  background-size:cover !important;
  background-position:center center !important;
  filter:none !important;
}
.product-card.arch .product-img{background-image:url('assets/images/product-architectural.jpg') !important;}
.product-card.industrial .product-img{background-image:url('assets/images/product-industrial.jpg') !important;}
.product-card.roof .product-img{background-image:url('assets/images/product-roof.jpg') !important;}
.product-card.special .product-img{background-image:url('assets/images/product-speciality.jpg') !important;}
.product-card:before{
  background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 48%,rgba(6,18,37,.12) 100%) !important;
}
.product-content{
  min-height:92px !important;
  background:rgba(255,255,255,.96) !important;
  backdrop-filter: blur(3px);
}


/* v7 premium polish: logo, sharper images, clean footer */
.sc-logo img{
  width:330px !important;
  max-height:118px !important;
  object-fit:contain !important;
}
.sc-nav{
  min-height:128px !important;
}
.hero-visual{
  background-image:url('assets/images/hero-paint-visual.jpg') !important;
  background-size:cover !important;
  background-position:center center !important;
}
.product-card .product-img{
  background-size:cover !important;
  background-position:center center !important;
  filter:saturate(1.08) contrast(1.05) !important;
}
.product-card.arch .product-img{background-image:url('assets/images/product-architectural.jpg') !important;}
.product-card.industrial .product-img{background-image:url('assets/images/product-industrial.jpg') !important;}
.product-card.roof .product-img{background-image:url('assets/images/product-roof.jpg') !important;}
.product-card.special .product-img{background-image:url('assets/images/product-speciality.jpg') !important;}

.sc-contact{
  background:
    radial-gradient(circle at 87% 40%, rgba(255,255,255,.10), transparent 28%),
    linear-gradient(105deg,#073f8f 0%,#063372 56%,#041d45 100%) !important;
}
.sc-contact:before{
  content:"" !important;
  position:absolute !important;
  left:-90px !important;
  top:-45px !important;
  width:530px !important;
  height:250px !important;
  background:linear-gradient(90deg,#073f8f,#008f8d,#159447,#f5b31a,#f36c21,#e7332a) !important;
  clip-path:polygon(0 70%,20% 55%,38% 72%,58% 42%,82% 62%,100% 50%,94% 100%,0 100%) !important;
  opacity:.72 !important;
}
.sc-contact:after{
  content:"" !important;
  position:absolute !important;
  right:-90px !important;
  bottom:-75px !important;
  width:430px !important;
  height:250px !important;
  background:rgba(255,255,255,.06) !important;
  border-radius:50% !important;
}
.contact-logo{
  width:330px !important;
  max-height:210px !important;
  object-fit:contain !important;
  filter:none !important;
  background:#fff !important;
  border-radius:18px !important;
  padding:24px !important;
  box-shadow:0 22px 45px rgba(0,0,0,.20) !important;
}
.contact-panel{
  position:relative !important;
  z-index:2 !important;
}
.sc-contact .container{
  position:relative !important;
  z-index:2 !important;
}
@media(max-width:980px){
  .sc-logo img{width:240px !important;}
  .sc-nav{min-height:105px !important;}
}
@media(max-width:600px){
  .sc-logo img{width:190px !important;}
  .contact-logo{width:260px !important;}
}


/* v8 product image and WhatsApp polish */
.product-card{
  min-height:245px !important;
}
.product-card .product-img{
  background-size:cover !important;
  background-position:center center !important;
  image-rendering:auto;
  filter:saturate(1.12) contrast(1.07) !important;
}
.product-card.arch .product-img{background-image:url('assets/images/product-architectural.jpg') !important;}
.product-card.industrial .product-img{background-image:url('assets/images/product-industrial.jpg') !important;}
.product-card.roof .product-img{background-image:url('assets/images/product-roof.jpg') !important;}
.product-card.special .product-img{background-image:url('assets/images/product-speciality.jpg') !important;}
.product-content{
  min-height:100px !important;
  padding:20px !important;
}

.floating-whatsapp{
  position:fixed;
  right:24px;
  bottom:24px;
  width:64px;
  height:64px;
  border-radius:50%;
  background:#25D366;
  color:#fff !important;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:31px;
  z-index:9999;
  box-shadow:0 16px 35px rgba(37,211,102,.38);
  transition:transform .2s ease, box-shadow .2s ease;
}
.floating-whatsapp:hover{
  transform:translateY(-4px) scale(1.04);
  box-shadow:0 20px 42px rgba(37,211,102,.46);
}
@media(max-width:600px){
  .floating-whatsapp{
    width:56px;
    height:56px;
    right:16px;
    bottom:16px;
    font-size:27px;
  }
}


/* v9 premium product visuals */
.products{
  background:linear-gradient(180deg,#f7f9fd 0%,#edf2f8 100%) !important;
}
.product-card{
  min-height:255px !important;
  border-radius:18px !important;
  overflow:hidden !important;
  box-shadow:0 22px 48px rgba(8,31,72,.14) !important;
}
.product-card .product-img{
  background-size:cover !important;
  background-position:center !important;
  transform:scale(1.01);
  filter:saturate(1.05) contrast(1.05) !important;
}
.product-card.arch .product-img{background-image:url('assets/images/product-architectural.jpg') !important;}
.product-card.industrial .product-img{background-image:url('assets/images/product-industrial.jpg') !important;}
.product-card.roof .product-img{background-image:url('assets/images/product-roof.jpg') !important;}
.product-card.special .product-img{background-image:url('assets/images/product-speciality.jpg') !important;}
.product-card:before{
  background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 47%,rgba(255,255,255,.08) 48%,rgba(255,255,255,.18) 100%) !important;
}
.product-content{
  min-height:104px !important;
  background:rgba(255,255,255,.96) !important;
  backdrop-filter:blur(6px) !important;
}


/* v10 premium product cards without weak placeholder photos */
.premium-product-grid{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:26px !important;
}
.premium-product-card{
  position:relative;
  min-height:330px;
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  padding:34px 28px 28px;
  box-shadow:0 24px 55px rgba(8,31,72,.13);
  border:1px solid rgba(7,63,143,.10);
  transition:transform .25s ease, box-shadow .25s ease;
}
.premium-product-card:hover{
  transform:translateY(-7px);
  box-shadow:0 30px 68px rgba(8,31,72,.18);
}
.premium-product-card .product-accent{
  position:absolute;
  inset:0 0 auto 0;
  height:12px;
  background:linear-gradient(90deg,#073f8f,#0b58b7);
}
.premium-product-card.industrial .product-accent{background:linear-gradient(90deg,#008f8d,#159447);}
.premium-product-card.roof .product-accent{background:linear-gradient(90deg,#f5b31a,#f36c21);}
.premium-product-card.special .product-accent{background:linear-gradient(90deg,#6b7280,#111827);}
.premium-product-card:before{
  content:"";
  position:absolute;
  right:-45px;
  top:-45px;
  width:160px;
  height:160px;
  border-radius:50%;
  background:rgba(7,63,143,.07);
}
.premium-product-card.industrial:before{background:rgba(0,143,141,.09);}
.premium-product-card.roof:before{background:rgba(245,179,26,.16);}
.premium-product-card.special:before{background:rgba(17,24,39,.08);}
.premium-product-icon{
  width:74px;
  height:74px;
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:34px;
  background:#073f8f;
  box-shadow:0 18px 35px rgba(7,63,143,.22);
  margin-bottom:26px;
}
.premium-product-card.industrial .premium-product-icon{background:#008f8d;box-shadow:0 18px 35px rgba(0,143,141,.22);}
.premium-product-card.roof .premium-product-icon{background:#f5a400;box-shadow:0 18px 35px rgba(245,164,0,.22);}
.premium-product-card.special .premium-product-icon{background:#e7332a;box-shadow:0 18px 35px rgba(231,51,42,.22);}
.premium-product-card h3{
  margin:0 0 16px;
  font-size:27px;
  line-height:1.1;
  color:#071225;
}
.premium-product-card p{
  margin:0 0 22px;
  color:#465365;
  font-size:15.5px;
  line-height:1.65;
}
.premium-product-card span{
  display:inline-flex;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#073f8f;
  background:#eef5ff;
  padding:9px 12px;
  border-radius:999px;
}
.premium-product-card.industrial span{color:#008f8d;background:#e8fbf8;}
.premium-product-card.roof span{color:#c66c00;background:#fff4da;}
.premium-product-card.special span{color:#374151;background:#eef0f3;}
@media(max-width:980px){
  .premium-product-grid{grid-template-columns:1fr 1fr !important;}
}
@media(max-width:600px){
  .premium-product-grid{grid-template-columns:1fr !important;}
  .premium-product-card{min-height:auto;}
}


/* v11 production polish: fixed-header anchor alignment */
html{
  scroll-padding-top: 172px;
}
section[id], .anchor-spacer[id]{
  scroll-margin-top: 172px;
}
.anchor-spacer{
  height:0;
  padding:0;
  margin:0;
  border:0;
}
.sc-menu a.active-section{
  color:var(--blue) !important;
  border-color:var(--blue) !important;
}
.back-to-top{
  position:fixed;
  right:24px;
  bottom:98px;
  width:46px;
  height:46px;
  border-radius:50%;
  border:0;
  background:#073f8f;
  color:#fff;
  font-size:22px;
  font-weight:900;
  cursor:pointer;
  z-index:9998;
  box-shadow:0 14px 30px rgba(7,63,143,.30);
  opacity:0;
  pointer-events:none;
  transform:translateY(8px);
  transition:.2s ease;
}
.back-to-top.visible{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}
.back-to-top:hover{
  background:#0b58b7;
}
@media(max-width:980px){
  html{scroll-padding-top: 125px;}
  section[id], .anchor-spacer[id]{scroll-margin-top: 125px;}
}
@media(max-width:600px){
  html{scroll-padding-top: 112px;}
  section[id], .anchor-spacer[id]{scroll-margin-top: 112px;}
  .back-to-top{
    right:16px;
    bottom:86px;
    width:42px;
    height:42px;
    font-size:20px;
  }
}
