/* ============================================================
   IBFC — INNER PAGES SHARED STYLES  (pages.css)
   ============================================================ */

/* ---- Page Hero Banner ---- */
.page-hero {
  position: relative;
  background: linear-gradient(135deg, #0b2416 0%, #1b5e20 60%, #2e7d32 100%);
  padding: 140px 0 80px;
  overflow: hidden;
}

.page-hero::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%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.page-hero::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0; right: 0;
  height: 60px;
  background: #fff;
  clip-path: ellipse(55% 100% at 50% 100%);
}

.page-hero--light-wave::after {
  background: #f8fafc;
}

.page-hero__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: #a7f3d0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.page-hero__title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 16px;
}

.page-hero__title em {
  font-style: normal;
  color: #4ade80;
}

.page-hero__sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.8);
  max-width: 580px;
  margin: 0 auto 28px;
  line-height: 1.7;
}

.page-hero__breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.65);
}

.page-hero__breadcrumb a {
  color: #86efac;
  text-decoration: none;
  transition: color 0.2s;
}

.page-hero__breadcrumb a:hover { color: #fff; }

.page-hero__breadcrumb i {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.4);
}

/* ---- Page Hero Decorative Leaf ---- */
.page-hero__leaf {
  position: absolute;
  right: -60px;
  top: 20px;
  width: 340px;
  height: 340px;
  background: rgba(74,222,128,0.06);
  border-radius: 50% 20% 50% 20%;
  transform: rotate(30deg);
  pointer-events: none;
}

.page-hero__leaf2 {
  position: absolute;
  left: -80px;
  bottom: 40px;
  width: 280px;
  height: 280px;
  background: rgba(74,222,128,0.04);
  border-radius: 20% 50% 20% 50%;
  transform: rotate(-20deg);
  pointer-events: none;
}

/* ---- About Page Specific ---- */
.about-story {
  padding: 96px 0 80px;
  background: #fff;
}

.about-story__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.about-story__img-wrap {
  position: relative;
}

.about-story__img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  height: 440px;
  display: block;
}

.about-story__badge {
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: #16a34a;
  color: #fff;
  border-radius: 16px;
  padding: 20px 24px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(22,163,74,0.4);
}

.about-story__badge-num {
  font-size: 2rem;
  font-weight: 800;
  display: block;
  line-height: 1;
}

.about-story__badge-txt {
  font-size: 0.75rem;
  opacity: 0.9;
  margin-top: 4px;
  display: block;
}

.about-story__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #16a34a;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.about-story__heading {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  color: #0b2416;
  line-height: 1.2;
  margin-bottom: 20px;
}

.about-story__heading em {
  font-style: normal;
  color: #16a34a;
}

.about-story__text {
  font-size: 0.98rem;
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 16px;
}

.about-story__highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
}

.about-story__hl {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  background: #f0fdf4;
  border-radius: 12px;
  border-left: 3px solid #16a34a;
}

.about-story__hl i {
  color: #16a34a;
  font-size: 1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.about-story__hl span {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1b5e20;
  line-height: 1.4;
}

/* ---- Mission Vision ---- */
.mission-vision {
  padding: 80px 0;
  background: #f8fafc;
}

.mv__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  margin-top: 52px;
}

.mv__card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 32px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  border-top: 4px solid transparent;
  transition: transform 0.3s, box-shadow 0.3s;
}

.mv__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(22,163,74,0.15);
  border-top-color: #16a34a;
}

.mv__icon {
  width: 72px; height: 72px;
  background: linear-gradient(135deg, #dcfce7, #bbf7d0);
  border-radius: 20px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.6rem;
  color: #15803d;
}

.mv__card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0b2416;
  margin-bottom: 14px;
}

.mv__card p {
  font-size: 0.92rem;
  color: #6b7280;
  line-height: 1.7;
}

/* ---- Values ---- */
.values {
  padding: 80px 0;
  background: #0b2416;
}

.values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 52px;
}

.values__card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: background 0.3s, transform 0.3s;
}

.values__card:hover {
  background: rgba(255,255,255,0.12);
  transform: translateY(-4px);
}

.values__icon {
  font-size: 2rem;
  color: #4ade80;
  margin-bottom: 16px;
}

.values__card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.values__card p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
}

/* ---- Certificates ---- */
.certs-page {
  padding: 80px 0;
  background: #fff;
}

.certs-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 52px;
}

.cert-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 36px 28px;
  background: #f8fafc;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  text-align: center;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.cert-card:hover {
  border-color: #16a34a;
  box-shadow: 0 8px 28px rgba(22,163,74,0.12);
  transform: translateY(-4px);
}

.cert-card__icon {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, #dcfce7, #bbf7d0);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  color: #15803d;
}

.cert-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #0b2416;
}

.cert-card p {
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.6;
}

/* ---- Services Detail Page ---- */
.svc-detail {
  padding: 96px 0 80px;
  background: #fff;
}

.svc-detail + .svc-detail {
  padding-top: 0;
}

.svc-detail__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.svc-detail__grid--reverse {
  direction: rtl;
}

.svc-detail__grid--reverse > * {
  direction: ltr;
}

.svc-detail__img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  height: 400px;
}

.svc-detail__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #dcfce7;
  color: #15803d;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 14px;
}

.svc-detail__heading {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 800;
  color: #0b2416;
  line-height: 1.25;
  margin-bottom: 16px;
}

.svc-detail__heading em {
  font-style: normal;
  color: #16a34a;
}

.svc-detail__text {
  font-size: 0.97rem;
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 20px;
}

.svc-detail__features {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.svc-detail__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: #374151;
}

.svc-detail__features li i {
  color: #16a34a;
  margin-top: 3px;
  flex-shrink: 0;
}

.svc-detail__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  background: #16a34a;
  color: #fff;
  padding: 13px 28px;
  border-radius: 50px;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
}

.svc-detail__cta:hover {
  background: #15803d;
  transform: translateY(-2px);
}

/* ---- Services Overview Grid ---- */
.svc-overview {
  padding: 80px 0;
  background: #f8fafc;
}

.svc-overview__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 52px;
}

.svc-ov-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}

.svc-ov-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(22,163,74,0.15);
}

.svc-ov-card__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.svc-ov-card__body {
  padding: 24px;
}

.svc-ov-card__icon {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, #dcfce7, #bbf7d0);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  color: #15803d;
  margin-bottom: 14px;
  margin-top: -38px;
  position: relative;
  box-shadow: 0 4px 12px rgba(22,163,74,0.2);
}

.svc-ov-card__tag {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #16a34a;
  margin-bottom: 6px;
  display: block;
}

.svc-ov-card__body h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0b2416;
  margin-bottom: 10px;
}

.svc-ov-card__body p {
  font-size: 0.86rem;
  color: #6b7280;
  line-height: 1.65;
  margin-bottom: 16px;
}

.svc-ov-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #16a34a;
  text-decoration: none;
  transition: gap 0.2s;
}

.svc-ov-card__link:hover { gap: 10px; }

/* ---- Products Page ---- */
.prod-intro {
  padding: 80px 0;
  background: #fff;
}

.prod-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.prod-intro__img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  height: 420px;
}

.prod-benefits {
  padding: 80px 0;
  background: #f0fdf4;
}

.prod-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 52px;
}

.benefit-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  border: 1px solid #d1fae5;
  transition: border-color 0.3s, transform 0.3s;
}

.benefit-card:hover {
  border-color: #16a34a;
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(22,163,74,0.12);
}

.benefit-card__num {
  font-size: 2.4rem;
  font-weight: 800;
  color: #16a34a;
  line-height: 1;
  margin-bottom: 8px;
}

.benefit-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0b2416;
  margin-bottom: 10px;
}

.benefit-card p {
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.65;
}

.prod-applications {
  padding: 80px 0;
  background: #0b2416;
}

.prod-app__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 52px;
}

.prod-app__item {
  text-align: center;
  padding: 28px 20px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  transition: background 0.3s, transform 0.3s;
}

.prod-app__item:hover {
  background: rgba(255,255,255,0.13);
  transform: translateY(-4px);
}

.prod-app__icon {
  font-size: 2rem;
  color: #4ade80;
  margin-bottom: 14px;
}

.prod-app__item h3 {
  font-size: 0.92rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.prod-app__item p {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}

/* ---- News Full Page ---- */
.news-full {
  padding: 80px 0;
  background: #f8fafc;
}

.news-full__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}

.news-featured {
  padding: 80px 0;
  background: #fff;
}

.news-featured__card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 48px;
  background: #f8fafc;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
}

.news-featured__img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 16px;
}

.news-featured__cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #dcfce7;
  color: #15803d;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.news-featured__title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  color: #0b2416;
  line-height: 1.3;
  margin-bottom: 16px;
}

.news-featured__meta {
  font-size: 0.82rem;
  color: #9ca3af;
  margin-bottom: 16px;
  display: flex;
  gap: 16px;
}

.news-featured__meta i { color: #16a34a; }

.news-featured__excerpt {
  font-size: 0.97rem;
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 24px;
}

.news-featured__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #16a34a;
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s;
}

.news-featured__link:hover { background: #15803d; }

/* ---- Contact Full Page ---- */
.contact-full {
  padding: 80px 0;
  background: #f8fafc;
}

.contact-full__layout {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 48px;
  margin-top: 52px;
}

.contact-info-boxes {
  padding: 80px 0;
  background: #fff;
}

.contact-info-boxes__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 52px;
}

.ci-box {
  text-align: center;
  padding: 36px 24px;
  border-radius: 20px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.ci-box:hover {
  border-color: #16a34a;
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(22,163,74,0.12);
}

.ci-box__icon {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, #dcfce7, #bbf7d0);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  color: #15803d;
  margin: 0 auto 16px;
}

.ci-box h3 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #374151;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ci-box p, .ci-box a {
  font-size: 0.95rem;
  color: #1b5e20;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.6;
}

.ci-box a:hover { color: #16a34a; }

/* ---- Gallery Page Full ---- */
.gallery-full {
  padding: 80px 0;
  background: #fff;
}

/* ---- Page Section Divider ---- */
.page-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #16a34a, #4ade80);
  border-radius: 2px;
  margin: 12px auto 0;
}

/* ---- CTA Banner (reused in inner pages) ---- */
.page-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #0b2416, #1b5e20);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-cta::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%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.page-cta__inner {
  position: relative;
  z-index: 2;
}

.page-cta__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: #a7f3d0;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.page-cta h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 16px;
}

.page-cta p {
  font-size: 1rem;
  color: rgba(255,255,255,0.8);
  max-width: 540px;
  margin: 0 auto 36px;
  line-height: 1.7;
}

.page-cta__btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.page-cta__btn:hover { transform: translateY(-3px); }

.page-cta__btn--primary {
  background: #4ade80;
  color: #052e10;
  box-shadow: 0 4px 20px rgba(74,222,128,0.3);
}

.page-cta__btn--primary:hover {
  box-shadow: 0 8px 32px rgba(74,222,128,0.5);
}

.page-cta__btn--outline {
  border: 2px solid rgba(255,255,255,0.5);
  color: #fff;
}

.page-cta__btn--outline:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.08);
}

/* ============================================================
   RESPONSIVE — INNER PAGES
   ============================================================ */

@media (max-width: 1024px) {
  .about-story__grid,
  .svc-detail__grid,
  .prod-intro__grid,
  .news-featured__card {
    gap: 48px;
  }

  .values__grid { grid-template-columns: repeat(2, 1fr); }
  .prod-app__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .mv__grid { grid-template-columns: 1fr 1fr; }
  .certs-page__grid { grid-template-columns: 1fr 1fr; }
  .svc-overview__grid { grid-template-columns: 1fr 1fr; }
  .prod-benefits__grid { grid-template-columns: 1fr 1fr; }
  .contact-info-boxes__grid { grid-template-columns: 1fr 1fr; }
  .news-full__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .page-hero { padding: 120px 0 70px; }
  .page-hero::after { height: 40px; }

  .about-story__grid,
  .svc-detail__grid,
  .prod-intro__grid,
  .contact-full__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .svc-detail__grid--reverse { direction: ltr; }

  .about-story__img, .svc-detail__img, .prod-intro__img {
    height: 260px;
  }

  .about-story__badge {
    bottom: -16px;
    right: 16px;
  }

  .about-story__highlights { grid-template-columns: 1fr; }

  .mv__grid { grid-template-columns: 1fr; gap: 20px; }
  .values__grid { grid-template-columns: 1fr 1fr; }
  .certs-page__grid { grid-template-columns: 1fr; }
  .svc-overview__grid { grid-template-columns: 1fr; }
  .prod-benefits__grid { grid-template-columns: 1fr; }
  .prod-app__grid { grid-template-columns: 1fr 1fr; }
  .contact-info-boxes__grid { grid-template-columns: 1fr 1fr; }
  .news-full__grid { grid-template-columns: 1fr; }
  .news-featured__card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px;
  }
  .news-featured__img { height: 220px; }
}

@media (max-width: 480px) {
  .values__grid { grid-template-columns: 1fr; }
  .prod-app__grid { grid-template-columns: 1fr; }
  .contact-info-boxes__grid { grid-template-columns: 1fr; }
  .page-cta__btns { flex-direction: column; align-items: center; }
  .page-cta__btn { width: 100%; max-width: 280px; justify-content: center; }
}
