/*
Theme Name: WELTCHEMERZ Corporate
Theme URI: https://weltchemerz.com/
Author: Abhi Digitals & Dev Digitals
Description: Custom pharmaceutical corporate WordPress theme for WELTCHEMERZ. Built to match the approved homepage reference layout.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: weltchemerz
*/

:root{
  --blue:#0d4d8f;
  --blue-dark:#063b73;
  --green:#159447;
  --green-light:#eaf8ef;
  --text:#17324d;
  --muted:#60758a;
  --line:#dce7ef;
  --bg:#f7fbfd;
  --white:#fff;
  --shadow:0 10px 30px rgba(13,77,143,.08);
  --radius:14px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{width:min(1180px,92%);margin:auto}
.topbar{background:var(--blue-dark);color:#fff;font-size:13px}
.topbar .container{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:8px 0}
.top-left,.top-right{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.header{background:#fff;border-bottom:1px solid #edf2f6;position:sticky;top:0;z-index:50}
.header .container{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:14px 0}
.logo img{width:210px;height:auto}
.nav{display:flex;align-items:center;gap:27px;font-size:14px;font-weight:600}
.nav a{padding:10px 0;border-bottom:2px solid transparent}
.nav a:hover,.nav .current-menu-item>a{color:var(--blue);border-bottom-color:var(--green)}
.header-cta{background:var(--green);color:#fff;padding:13px 20px;border-radius:0 0 10px 10px;font-weight:700;white-space:nowrap}
.mobile-toggle{display:none;background:none;border:0;font-size:28px;color:var(--blue)}
.hero{padding:0 0 10px;background:#fff}
.hero-grid{display:grid;grid-template-columns:1.55fr .45fr;gap:8px}
.hero-main{min-height:450px;border-radius:0 0 14px 14px;overflow:hidden;position:relative;background:linear-gradient(120deg,#eaf5fc,#dceff8 55%,#eefbf3)}
.hero-main:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 42%,rgba(21,148,71,.16),transparent 30%),linear-gradient(90deg,rgba(255,255,255,.96) 0 44%,rgba(255,255,255,.15) 78%,rgba(255,255,255,.02));}
.hero-content{position:relative;z-index:2;padding:58px 48px;max-width:720px}
.eyebrow{font-size:14px;font-weight:700;color:var(--green);letter-spacing:.08em;text-transform:uppercase}
.hero h1{font-size:48px;line-height:1.08;margin:12px 0 12px;color:var(--blue)}
.hero h1 span{color:var(--green)}
.hero p{font-size:16px;max-width:600px;color:#39566f}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin:24px 0}
.btn{display:inline-flex;align-items:center;gap:9px;padding:13px 21px;border-radius:8px;border:1px solid var(--blue);font-weight:700}
.btn-primary{background:var(--blue);color:#fff}
.btn-green{background:var(--green);color:#fff;border-color:var(--green)}
.btn-outline-green{color:var(--green);border-color:var(--green);background:#fff}
.hero-features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px}
.hero-feature{font-size:12px;font-weight:700;color:#29475f;text-align:center}
.hero-feature .icon{display:block;font-size:25px;color:var(--green);margin-bottom:4px}
.hero-aside{background:linear-gradient(145deg,#f3fbf6,#e6f7ec);border-radius:0 0 14px 14px;padding:40px 28px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}
.hero-aside:after{content:"";position:absolute;right:-40px;bottom:-55px;width:180px;height:180px;border-radius:50%;background:rgba(21,148,71,.10)}
.hero-aside h2{font-size:29px;line-height:1.15;color:var(--blue);margin:0 0 25px}
.hero-aside h2 span{color:var(--green)}
.check-list{list-style:none;padding:0;margin:0 0 25px}
.check-list li{padding:9px 0 9px 28px;position:relative;font-size:14px;font-weight:600}
.check-list li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}
.section{padding:65px 0}
.section-light{background:var(--bg)}
.section-title{font-size:36px;line-height:1.15;color:var(--blue);margin:0 0 10px}
.section-title span{color:var(--green)}
.section-lead{color:var(--muted);max-width:720px}
.about-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:55px;align-items:center}
.about-copy p{margin:0 0 15px}
.vision-boxes{display:grid;gap:18px}
.info-box{display:flex;gap:14px;padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}
.info-icon{width:44px;height:44px;border-radius:50%;background:var(--green-light);color:var(--green);display:grid;place-items:center;font-weight:900;flex:0 0 44px}
.info-box h3{margin:0 0 3px;color:var(--blue);font-size:17px}
.info-box p{margin:0;font-size:13px;color:var(--muted)}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:28px}
.stat{padding:16px;border-top:3px solid var(--green);background:#fff;text-align:center}
.stat strong{display:block;font-size:25px;color:var(--blue)}
.stat span{font-size:12px;color:var(--muted)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:30px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:.2s}
.product-card:hover{transform:translateY(-3px)}
.product-thumb{height:145px;background:linear-gradient(135deg,#e9f4fb,#effaf2);display:grid;place-items:center;color:var(--blue);font-size:42px}
.product-card .body{padding:14px}
.product-card h3{font-size:15px;margin:0;color:var(--blue)}
.product-card a{font-size:12px;color:var(--green);font-weight:700}
.franchise{background:linear-gradient(100deg,#eff8fc,#eefaf2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.franchise-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:40px;align-items:center}
.franchise-photo{min-height:260px;border-radius:14px;background:linear-gradient(135deg,#dbeefa,#e7f7ed);display:grid;place-items:center;font-size:64px;color:var(--blue)}
.franchise-content h2{font-size:35px;line-height:1.15;color:var(--blue);margin:0 0 10px}
.franchise-content h2 span{color:var(--green)}
.benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:22px 0}
.benefit{padding:12px;background:#fff;border:1px solid var(--line);border-radius:9px;font-size:13px;font-weight:700}
.manufacturing-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}
.image-placeholder{min-height:310px;border-radius:14px;background:linear-gradient(135deg,#dfeef7,#edf8f1);display:grid;place-items:center;color:var(--blue);font-size:55px}
.quality-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}
.cert-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:25px}
.cert{padding:18px 8px;background:#fff;border:1px solid var(--line);border-radius:10px;text-align:center;font-size:12px;font-weight:700;color:var(--blue)}
.cta-strip{background:var(--blue);color:#fff;padding:22px 0}
.cta-strip .container{display:flex;align-items:center;justify-content:space-between;gap:20px}
.cta-strip h3{margin:0;font-size:22px}
.footer{background:#fff}
.footer-main{padding:30px 0 20px;border-bottom:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:30px}
.footer h4{margin:0 0 12px;color:var(--blue)}
.footer p,.footer li{font-size:13px;color:var(--muted)}
.footer ul{list-style:none;padding:0;margin:0}
.footer li{margin:7px 0}
.footer-logo{width:200px}
.footer-bottom{padding:15px 0;font-size:12px;color:var(--muted)}
.footer-bottom .container{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.credit{color:var(--blue);font-weight:700}
.credit span{color:var(--green)}
@media(max-width:950px){
  .nav{display:none}.mobile-toggle{display:block}.header-cta{display:none}
  .hero-grid,.about-grid,.franchise-grid,.manufacturing-grid,.quality-grid{grid-template-columns:1fr}
  .hero h1{font-size:39px}.hero-content{padding:45px 30px}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .top-left{display:none}.topbar .container{justify-content:center}
  .logo img{width:175px}.hero h1{font-size:32px}.hero-features,.stats,.cert-grid{grid-template-columns:repeat(2,1fr)}
  .product-grid{grid-template-columns:1fr 1fr}.benefits{grid-template-columns:1fr}
  .section{padding:45px 0}.section-title{font-size:30px}
  .footer-grid{grid-template-columns:1fr}.footer-bottom .container{flex-direction:column}
}
