/*
Theme Name: Power Green
Description: ثيم باور جرين للتنمية الزراعية - ACF Free
Version: 1.0.0
Text Domain: power-green
*/

/* ══════════════════════════════
   VARIABLES
══════════════════════════════ */
:root {
  --green:        #2d6a2d;
  --green-dark:   #1a4a1a;
  --green-mid:    #3d8b3d;
  --green-light:  #5aaa5a;
  --green-pale:   #a8d5a8;
  --green-bg:     #eef5ee;
  --green-xbg:    #f5faf5;
  --white:        #ffffff;
  --light:        #f8faf8;
  --gray:         #5a6b5a;
  --dark:         #1a2e1a;
  --text:         #2d3d2d;
  --border:       #d4e8d4;
  --shadow:       0 4px 24px rgba(45,106,45,.09);
  --shadow-lg:    0 12px 48px rgba(45,106,45,.17);
  --r:    12px;
  --r-sm: 6px;
  --tr:   all .3s ease;
  --fh:   'Cairo', sans-serif;
  --fb:   'Tajawal', sans-serif;
}

/* ══════════════════════════════
   RESET
══════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--fb);
  color: var(--text);
  direction: rtl;
  background: #fff;
  line-height: 1.75;
  font-size: 16px;
}
img  { max-width: 100%; height: auto; display: block; }
a    { text-decoration: none; color: inherit; transition: var(--tr); }
ul   { list-style: none; }

/* ══════════════════════════════
   UTILITIES
══════════════════════════════ */
.container { max-width: 1280px; margin: 0 auto; padding: 0 28px; }

.sec-head { text-align: center; margin-bottom: 48px; }
.sec-tag {
  font-family: var(--fh);
  font-size: .85rem;
  font-weight: 700;
  color: var(--green);
  display: block;
  margin-bottom: 8px;
  letter-spacing: .5px;
}
.sec-title {
  font-family: var(--fh);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--dark);
  display: block;
  margin-bottom: 14px;
}
.sec-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}
.sec-divider::before, .sec-divider::after {
  content: '';
  width: 40px; height: 2px;
  background: var(--green-pale);
  border-radius: 2px;
}
.sec-divider span {
  display: flex;
  gap: 6px;
}
.sec-divider span i {
  width: 8px; height: 8px;
  background: var(--green);
  border-radius: 50%;
  display: block;
}

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px;
  border-radius: var(--r-sm);
  font-family: var(--fh); font-weight: 700; font-size: .92rem;
  cursor: pointer; transition: var(--tr); border: 2px solid transparent;
}
.btn-primary  { background: var(--green); color: #fff; border-color: var(--green); }
.btn-primary:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-outline  { background: transparent; color: var(--green); border-color: var(--green); }
.btn-outline:hover { background: var(--green); color: #fff; }
.btn-white { background: #fff; color: var(--green-dark); border-color: #fff; }
.btn-white:hover { background: var(--green-dark); color: #fff; border-color: var(--green-dark); }
.btn-sm { padding: 8px 18px; font-size: .82rem; }

.fade-in { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.fade-in.visible { opacity: 1; transform: none; }

/* ══════════════════════════════
   TOP BAR
══════════════════════════════ */
#pg-topbar {
  background: var(--green-dark);
  color: rgba(255,255,255,.85);
  font-size: .8rem;
  padding: 7px 0;
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}
.topbar-contacts { display: flex; align-items: center; gap: 20px; }
.topbar-contacts a { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.85); }
.topbar-contacts a:hover { color: #fff; }
.topbar-contacts svg { width: 13px; height: 13px; stroke: var(--green-pale); fill: none; stroke-width: 2; flex-shrink: 0; }
.topbar-location { display: flex; align-items: center; gap: 6px; }
.topbar-location svg { width: 13px; height: 13px; stroke: var(--green-pale); fill: none; stroke-width: 2; }

/* ══════════════════════════════
   HEADER
══════════════════════════════ */
#pg-header {
  position: sticky; top: 0; z-index: 999;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0,0,0,.07);
}
.hdr-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 28px; max-width: 1280px; margin: 0 auto;
}
.site-logo { display: flex; align-items: center; gap: 10px; }
.site-logo img { height: 56px; width: auto; }
.logo-txt { font-family: var(--fh); font-size: 1.1rem; font-weight: 900; color: var(--dark); line-height: 1.2; }
.logo-txt small { display: block; font-size: .72rem; font-weight: 500; color: var(--gray); }

.main-nav ul {
  display: flex; align-items: center; gap: 2px;
}
.main-nav a {
  font-size: .9rem; font-weight: 600;
  padding: 9px 14px; border-radius: var(--r-sm);
  color: var(--dark); display: block;
}
.main-nav a:hover,
.main-nav .current-menu-item > a { color: var(--green); background: var(--green-bg); }

.nav-cta-btn {
  background: var(--green) !important;
  color: #fff !important;
  border-radius: var(--r-sm) !important;
  padding: 9px 20px !important;
}
.nav-cta-btn:hover { background: var(--green-dark) !important; color: #fff !important; }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  padding: 6px; background: none; border: none; cursor: pointer;
}
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--dark); border-radius: 2px; transition: var(--tr); }

/* ══════════════════════════════
   HERO SLIDER
══════════════════════════════ */
.pg-hero {
  position: relative;
  overflow: hidden;
  background: var(--green-dark);
}
.hero-slides { position: relative; }
.hero-slide {
  position: relative;
  min-height: 580px;
  display: none;
  align-items: center;
}
.hero-slide.active { display: flex; }
.hero-slide-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
}
.hero-slide-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10,35,10,.78) 0%, rgba(20,55,20,.45) 60%, transparent 100%);
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 1280px; margin: 0 auto; padding: 80px 28px;
  width: 100%;
}
.hero-text-wrap { max-width: 560px; }
.hero-tag-label {
  display: inline-block;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  font-family: var(--fh);
  font-size: .82rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
  backdrop-filter: blur(4px);
}
.hero-content h1 {
  font-family: var(--fh);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 12px;
}
.hero-content h1 span { color: var(--green-pale); }
.hero-content p {
  color: rgba(255,255,255,.88);
  font-size: .97rem;
  line-height: 1.85;
  margin-bottom: 32px;
  max-width: 460px;
}
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* سهم السلايدر */
.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 10;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,.15);
  border: 2px solid rgba(255,255,255,.3);
  color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: var(--tr); backdrop-filter: blur(4px);
}
.hero-arrow:hover { background: var(--green); border-color: var(--green); }
.hero-arrow svg { width: 18px; height: 18px; stroke: #fff; fill: none; stroke-width: 2.5; }
.hero-arrow-prev { right: 20px; }
.hero-arrow-next { left: 20px; }

/* نقاط السلايدر */
.hero-dots {
  position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; z-index: 10;
}
.hero-dots button {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255,255,255,.4); border: none; cursor: pointer; transition: var(--tr);
  padding: 0;
}
.hero-dots button.active { background: #fff; width: 28px; border-radius: 5px; }

/* ══════════════════════════════
   FEATURES BAR
══════════════════════════════ */
.pg-features { padding: 60px 0; background: #fff; }
.feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.feat-card {
  text-align: center;
  padding: 32px 20px;
  border-radius: var(--r);
  transition: var(--tr);
  border: 1px solid transparent;
}
.feat-card:hover {
  border-color: var(--border);
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
}
.feat-ico {
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--green-bg);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
}
.feat-ico svg { width: 32px; height: 32px; stroke: var(--green); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feat-card h3 { font-family: var(--fh); font-size: 1rem; font-weight: 800; color: var(--dark); margin-bottom: 8px; }
.feat-card p  { font-size: .87rem; color: var(--gray); line-height: 1.65; }

/* ══════════════════════════════
   ABOUT
══════════════════════════════ */
.pg-about { padding: 84px 0; background: var(--light); }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
}
.about-media { position: relative; }
.about-media-wrap {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.about-media-wrap img { width: 100%; object-fit: cover; display: block; }
.about-badge {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: var(--green);
  color: #fff;
  border-radius: var(--r);
  padding: 18px 22px;
  text-align: center;
  font-family: var(--fh);
  box-shadow: var(--shadow-lg);
}
.about-badge-num { font-size: 2.2rem; font-weight: 900; line-height: 1; display: block; }
.about-badge-txt { font-size: .82rem; opacity: .9; margin-top: 4px; display: block; }

.about-body { }
.about-tag { font-family: var(--fh); font-size: .85rem; font-weight: 700; color: var(--green); display: block; margin-bottom: 10px; }
.about-body h2 { font-family: var(--fh); font-size: 1.9rem; font-weight: 800; color: var(--dark); margin-bottom: 16px; line-height: 1.3; }
.about-body .abt-txt { color: var(--gray); line-height: 1.85; margin-bottom: 24px; font-size: .95rem; }

.about-points { margin-bottom: 28px; display: flex; flex-direction: column; gap: 12px; }
.about-point { display: flex; align-items: flex-start; gap: 12px; }
.about-point-ico {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--green-bg);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px;
}
.about-point-ico svg { width: 14px; height: 14px; stroke: var(--green); fill: none; stroke-width: 2.5; }
.about-point p { font-size: .9rem; color: var(--text); }

/* ══════════════════════════════
   PRODUCTS
══════════════════════════════ */
.pg-products { padding: 84px 0; background: #fff; }
.prod-slider-wrap { position: relative; overflow: hidden; }
.prod-track {
  display: flex;
  gap: 20px;
  transition: transform .42s ease;
}
.prod-card {
  flex: 0 0 calc(16.666% - 17px);
  border-radius: var(--r);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: var(--tr);
  background: #fff;
  overflow: hidden;
}
.prod-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.prod-thumb { position: relative; overflow: hidden; }
.prod-thumb img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .4s; }
.prod-card:hover .prod-thumb img { transform: scale(1.07); }
.prod-ph {
  background: var(--green-bg); aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
}
.prod-ph svg { width: 48px; height: 48px; stroke: var(--green-mid); fill: none; stroke-width: 1.5; opacity: .6; }
.prod-info { padding: 14px 12px; text-align: center; }
.prod-info h3 { font-family: var(--fh); font-size: .88rem; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
.prod-info p { font-size: .78rem; color: var(--gray); margin-bottom: 12px; }
.prod-info .btn { width: 100%; justify-content: center; }
.prod-slider-nav { display: flex; justify-content: center; gap: 12px; margin-top: 28px; }
.prod-nav-btn {
  width: 44px; height: 44px; border-radius: 50%;
  border: 2px solid var(--green); background: transparent;
  cursor: pointer; font-size: 1rem; transition: var(--tr);
  display: flex; align-items: center; justify-content: center; color: var(--green);
}
.prod-nav-btn:hover { background: var(--green); color: #fff; }
.prod-nav-btn svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2.5; }
.prod-cta { text-align: center; margin-top: 36px; }

/* ══════════════════════════════
   SOLUTIONS / CATEGORIES
══════════════════════════════ */
.pg-solutions { padding: 84px 0; background: var(--green-xbg); }
.solutions-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.sol-card {
  background: #fff;
  border-radius: var(--r);
  padding: 28px 16px;
  text-align: center;
  border: 1px solid var(--border);
  transition: var(--tr);
  cursor: pointer;
}
.sol-card:hover {
  border-color: var(--green);
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
.sol-ico {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--green-bg);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
  transition: var(--tr);
}
.sol-card:hover .sol-ico { background: var(--green); }
.sol-ico svg { width: 28px; height: 28px; stroke: var(--green); fill: none; stroke-width: 1.8; stroke-linecap: round; transition: var(--tr); }
.sol-card:hover .sol-ico svg { stroke: #fff; }
.sol-card h3 { font-family: var(--fh); font-size: .9rem; font-weight: 700; color: var(--dark); }
.solutions-cta { text-align: center; margin-top: 36px; }

/* ══════════════════════════════
   WHY US — خلفية داكنة
══════════════════════════════ */
.pg-why {
  padding: 84px 0;
  background: var(--green-dark);
  position: relative;
  overflow: hidden;
}
.pg-why::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1.5' fill='rgba(255,255,255,0.04)'/%3E%3C/svg%3E");
}
.pg-why .container { position: relative; z-index: 1; }
.pg-why .sec-tag { color: var(--green-pale); }
.pg-why .sec-title { color: #fff; }
.pg-why .sec-divider::before, .pg-why .sec-divider::after { background: rgba(255,255,255,.2); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.why-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r);
  padding: 32px 20px;
  text-align: center;
  transition: var(--tr);
  backdrop-filter: blur(4px);
}
.why-card:hover { background: rgba(255,255,255,.12); transform: translateY(-6px); }
.why-ico {
  width: 68px; height: 68px; border-radius: 50%;
  background: rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
}
.why-ico svg { width: 28px; height: 28px; stroke: var(--green-pale); fill: none; stroke-width: 2; stroke-linecap: round; }
.why-card h3 { font-family: var(--fh); font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 10px; }
.why-card p  { font-size: .87rem; color: rgba(255,255,255,.72); line-height: 1.65; }

/* ══════════════════════════════
   BLOG / NEWS
══════════════════════════════ */
.pg-blog { padding: 84px 0; background: #fff; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-card {
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: var(--tr);
  background: #fff;
}
.blog-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.blog-thumb { position: relative; overflow: hidden; }
.blog-thumb img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .4s; }
.blog-card:hover .blog-thumb img { transform: scale(1.05); }
.blog-date {
  position: absolute; top: 14px; right: 14px;
  background: var(--green);
  color: #fff;
  font-family: var(--fh); font-size: .78rem; font-weight: 700;
  padding: 6px 10px; border-radius: var(--r-sm);
  text-align: center; line-height: 1.2;
}
.blog-date span { display: block; font-size: 1.1rem; font-weight: 900; }
.blog-body { padding: 22px; }
.blog-cat {
  font-family: var(--fh); font-size: .75rem; font-weight: 700;
  color: var(--green); margin-bottom: 8px; display: block;
}
.blog-body h3 { font-family: var(--fh); font-size: 1rem; font-weight: 700; color: var(--dark); margin-bottom: 10px; line-height: 1.45; }
.blog-body p  { font-size: .87rem; color: var(--gray); line-height: 1.65; margin-bottom: 14px; }
.blog-more { font-family: var(--fh); font-size: .85rem; font-weight: 700; color: var(--green); display: flex; align-items: center; gap: 6px; }
.blog-more:hover { gap: 10px; }
.blog-more svg { width: 14px; height: 14px; stroke: var(--green); fill: none; stroke-width: 2.5; }
.blog-cta { text-align: center; margin-top: 36px; }

/* ══════════════════════════════
   CTA SECTION
══════════════════════════════ */
.pg-cta {
  padding: 80px 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
.pg-cta::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(15,45,15,.88) 0%, rgba(30,70,30,.78) 100%);
}
.pg-cta .container { position: relative; z-index: 1; }
.cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}
.cta-text h2 { font-family: var(--fh); font-size: 2rem; font-weight: 900; color: #fff; margin-bottom: 10px; line-height: 1.3; }
.cta-text p { color: rgba(255,255,255,.82); font-size: .95rem; }
.cta-btn-wrap { display: flex; align-items: center; gap: 14px; }
.cta-phone {
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: var(--r-sm);
  padding: 12px 18px;
  color: #fff;
  font-family: var(--fh); font-size: .92rem; font-weight: 700;
}
.cta-phone svg { width: 18px; height: 18px; stroke: var(--green-pale); fill: none; stroke-width: 2; }

/* ══════════════════════════════
   FOOTER
══════════════════════════════ */
#pg-footer { background: var(--green-dark); color: #fff; }
.foot-top {
  padding: 64px 0 40px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.foot-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
}
.foot-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.foot-brand img { height: 54px; width: auto; }
.foot-brand-name { font-family: var(--fh); font-size: 1.1rem; font-weight: 900; color: #fff; line-height: 1.25; }
.foot-brand-name small { display: block; font-size: .7rem; font-weight: 400; opacity: .7; }
.foot-about p { font-size: .87rem; opacity: .72; line-height: 1.75; margin-bottom: 20px; }
.foot-socials { display: flex; gap: 10px; }
.foot-socials a {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  transition: var(--tr);
}
.foot-socials a:hover { background: var(--green-mid); }
.foot-socials svg { width: 15px; height: 15px; stroke: #fff; fill: none; stroke-width: 2; }

.foot-col h4 { font-family: var(--fh); font-size: .9rem; font-weight: 700; color: var(--green-pale); margin-bottom: 18px; }
.foot-links li { margin-bottom: 9px; }
.foot-links a { font-size: .86rem; opacity: .72; transition: var(--tr); }
.foot-links a:hover { opacity: 1; color: var(--green-pale); padding-right: 6px; }

.foot-contact li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: .86rem; opacity: .8; }
.foot-contact svg { width: 15px; height: 15px; flex-shrink: 0; stroke: var(--green-pale); fill: none; stroke-width: 2; margin-top: 3px; }

.foot-btm { padding: 18px 0; text-align: center; font-size: .8rem; opacity: .5; }

/* ══════════════════════════════
   BACK TO TOP
══════════════════════════════ */
#pg-btt {
  position: fixed; bottom: 28px; left: 28px;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--green); border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-lg); transition: var(--tr);
  opacity: 0; pointer-events: none; z-index: 998;
}
#pg-btt.show { opacity: 1; pointer-events: all; }
#pg-btt:hover { background: var(--green-dark); transform: translateY(-3px); }
#pg-btt svg { width: 20px; height: 20px; stroke: #fff; fill: none; stroke-width: 2.5; stroke-linecap: round; }

/* ══════════════════════════════
   INNER PAGES
══════════════════════════════ */
.pg-banner {
  background: linear-gradient(135deg, var(--green-dark) 0%, var(--green-mid) 100%);
  padding: 64px 0; text-align: center;
}
.pg-banner h1 { font-family: var(--fh); font-size: 2.2rem; font-weight: 900; color: #fff; margin-bottom: 8px; }
.pg-banner .breadcrumb { font-size: .87rem; color: rgba(255,255,255,.7); }
.pg-banner .breadcrumb a { color: rgba(255,255,255,.7); }
.pg-banner .breadcrumb a:hover { color: #fff; }

/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */
@media (max-width: 1100px) {
  .solutions-grid { grid-template-columns: repeat(3, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .prod-card { flex: 0 0 calc(25% - 15px); }
}
@media (max-width: 900px) {
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .cta-inner { grid-template-columns: 1fr; }
  .prod-card { flex: 0 0 calc(33.33% - 14px); }
}
@media (max-width: 768px) {
  #pg-topbar { display: none; }
  .main-nav { display: none; width: 100%; background: #fff; border-top: 1px solid var(--border); padding: 10px 0; }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; gap: 2px; }
  .nav-toggle { display: flex; }
  .hdr-inner { flex-wrap: wrap; }
  .hero-slide { min-height: 420px; }
  .hero-content h1 { font-size: 1.7rem; }
  .solutions-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .prod-card { flex: 0 0 calc(50% - 10px); }
}
@media (max-width: 480px) {
  .feat-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .prod-card { flex: 0 0 calc(100%); }
}
