/*
Theme Name: Pentagon Conextion
Theme URI: https://www.pentagonconnexion.co.zw
Author: Pentagon Conextion
Author URI: https://www.pentagonconnexion.co.zw
Description: A clean, modern, fully customizable WordPress theme for Pentagon Conextion, built around financial access, community connectivity, smart devices, and protection services.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pentagon-conextion
Tags: custom-logo, custom-menu, featured-images, full-width-template, block-styles, custom-colors, editor-style, one-column
*/

:root {
  --pc-purple: #6e3f97;
  --pc-blue: #3876e5;
  --pc-deep-blue: #1f4bc1;
  --pc-mist: #f0f2fa;
  --pc-ink: #11121b;
  --pc-white: #ffffff;
  --pc-muted: #5d6675;
  --pc-line: rgba(17, 18, 27, 0.08);
  --pc-shadow: 0 15px 35px rgba(17, 18, 27, 0.08);
  --pc-radius: 20px;

  /* Lime Accent */
  --pc-lime: #c2f01f;
  --pc-lime-hover: #aee010;
  --pc-bg-light: #f1f0f8;
  --pc-dark-card-bg: #11121b;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f0f8;
}
::-webkit-scrollbar-thumb {
  background: rgba(110, 63, 151, 0.15);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--pc-purple);
}

body {
  margin: 0;
  color: var(--pc-ink);
  background: linear-gradient(135deg, #f1f0f8 0%, #ffffff 50%, #f7f6fd 100%);
  background-attachment: fixed;
  font-family: Lato, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--pc-blue);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover,
a:focus {
  color: var(--pc-purple);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pc-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* Premium Buttons with arrow/micro-animations */
.pc-button,
.wp-block-button__link,
button,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 28px;
  border: 0;
  border-radius: 30px;
  color: var(--pc-ink);
  background: var(--pc-lime);
  font-family: Lato, Arial, sans-serif;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(194, 240, 31, 0.25);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.pc-button:hover,
.pc-button:focus,
.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover {
  color: var(--pc-ink);
  background: var(--pc-lime-hover);
  box-shadow: 0 6px 20px rgba(194, 240, 31, 0.4);
  transform: translateY(-2px);
}

.pc-btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--pc-ink);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 900;
  margin-left: 4px;
  transition: transform 0.3s ease;
}

.pc-button:hover .pc-btn-arrow {
  transform: translateX(3px);
}

.pc-button.pc-button-light {
  color: var(--pc-ink);
  background: rgba(17, 18, 27, 0.05);
  border: 1px solid rgba(17, 18, 27, 0.08);
  box-shadow: none;
}

.pc-button.pc-button-light:hover {
  background: rgba(17, 18, 27, 0.1);
  box-shadow: 0 4px 12px rgba(17, 18, 27, 0.05);
}

.pc-button.pc-button-outline {
  color: var(--pc-deep-blue);
  background: transparent;
  border: 1px solid rgba(31, 75, 193, 0.24);
  box-shadow: none;
}

.pc-button.pc-button-outline:hover {
  background: rgba(31, 75, 193, 0.05);
  border-color: var(--pc-deep-blue);
}

/* Frosted glass header */
.pc-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(17, 18, 27, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all 0.3s ease;
}

.pc-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 80px;
}

.pc-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.pc-brand img {
  width: auto;
  max-width: 210px;
  max-height: 52px;
  object-fit: contain;
}

.pc-brand-text {
  color: var(--pc-purple);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.pc-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.pc-menu,
.pc-menu ul {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 16px;
  border-radius: 20px;
  color: #4a4d5a;
  font-weight: 700;
  transition: all 0.2s ease;
}

.pc-menu a:hover,
.pc-menu a:focus,
.pc-menu .current-menu-item > a {
  color: var(--pc-purple);
  background: rgba(110, 63, 151, 0.06);
}

.pc-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(17, 18, 27, 0.1);
  border-radius: var(--pc-radius);
  color: var(--pc-deep-blue);
  background: rgba(17, 18, 27, 0.05);
  cursor: pointer;
  transition: all 0.3s ease;
}

.pc-menu-toggle:hover {
  background: rgba(17, 18, 27, 0.1);
}

.pc-menu-toggle span,
.pc-menu-toggle::before,
.pc-menu-toggle::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  content: "";
  margin: 0 auto;
}

.pc-menu-toggle span {
  margin: 4px auto;
}

/* Two-column tech layout hero */
.pc-hero {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background: transparent;
}

.pc-hero-inner-wrapper {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 40px;
  align-items: center;
}

/* Sidebar navigation mirroring mockup */
.pc-hero-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 10px;
  background: #ffffff;
  border: 1px solid rgba(17, 18, 27, 0.06);
  border-radius: 30px;
  box-shadow: 0 10px 35px rgba(17, 18, 27, 0.04);
  width: 60px;
}

.pc-hero-sidebar a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #7b7e8d;
  transition: all 0.3s ease;
}

.pc-hero-sidebar a.active,
.pc-hero-sidebar a:hover {
  color: var(--pc-ink);
  background: rgba(17, 18, 27, 0.06);
}

.pc-sidebar-icon {
  font-size: 1.2rem;
}

/* Two-column layout */
.pc-hero-main-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 50px;
  align-items: center;
  width: 100%;
}

.pc-hero-text-block {
  text-align: left;
}

.pc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 24px;
  padding: 6px 16px;
  border-radius: 20px;
  color: var(--pc-purple);
  background: rgba(110, 63, 151, 0.08);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pc-hero h1 {
  margin: 0 0 24px;
  font-size: clamp(2.6rem, 5vw, 4rem);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--pc-ink);
}

.pc-hero h1 span,
.pc-hero h1 strong {
  color: var(--pc-purple);
}

.pc-hero p {
  margin: 0 0 36px;
  font-size: clamp(1.05rem, 2vw, 1.18rem);
  color: #4a4d5a;
  line-height: 1.6;
  max-width: 540px;
}

.pc-hero-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}

/* Floating devices showcase container */
.pc-hero-showcase {
  position: relative;
}

.pc-showcase-frame {
  position: relative;
  border-radius: 24px;
  background: radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 18px;
  box-shadow: 0 30px 60px rgba(17, 18, 27, 0.12), 0 0 40px rgba(110, 63, 151, 0.06);
  backdrop-filter: blur(10px);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.pc-showcase-frame:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 35px 70px rgba(17, 18, 27, 0.16), 0 0 50px rgba(110, 63, 151, 0.12);
}

.pc-showcase-frame img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}

.pc-showcase-glow {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: radial-gradient(circle at 50% 100%, rgba(110, 63, 151, 0.1) 0%, transparent 60%);
  pointer-events: none;
}

/* Sections Base */
.pc-section {
  padding: 90px 0;
  position: relative;
}

.pc-section-header {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin-bottom: 50px;
}

.pc-section-header.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pc-eyebrow {
  margin: 0;
  color: var(--pc-purple);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pc-section h2,
.pc-entry-title {
  margin: 0;
  color: var(--pc-ink);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.pc-section-header p {
  margin: 0;
  color: #4a4d5a;
  font-size: 1.12rem;
}

/* Dark Card Services container (BUILT FOR THE FUTURE look) */
.pc-services {
  background: transparent;
  padding: 60px 0;
}

.pc-services .pc-container {
  background: var(--pc-dark-card-bg);
  border-radius: 28px;
  padding: 60px 48px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.pc-services .pc-section-header {
  margin-bottom: 48px;
}

.pc-services .pc-section-header h2 {
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.pc-services .pc-section-header p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.05rem;
}

.pc-services .pc-eyebrow {
  color: var(--pc-lime);
}

.pc-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 0;
  position: relative;
  z-index: 10;
}

.pc-service-card {
  min-height: auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  align-items: flex-start;
  transition: transform 0.3s ease;
}

.pc-service-card:hover {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  transform: translateY(-4px);
}

.pc-service-card:first-child {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.pc-service-icon {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--pc-lime);
  font-size: 2rem;
  width: auto;
  height: auto;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.pc-service-card:first-child .pc-service-icon {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.pc-service-card:hover .pc-service-icon {
  background: transparent;
  box-shadow: none;
  transform: none;
  color: var(--pc-lime-hover);
}

.pc-service-card h3 {
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 10px;
  font-weight: 800;
}

.pc-service-card p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.94rem;
  line-height: 1.5;
}

/* About Layout */
.pc-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 60px;
  align-items: center;
}

.pc-image-frame {
  overflow: hidden;
  border-radius: var(--pc-radius);
  background: #ffffff;
  border: 1px solid rgba(17, 18, 27, 0.08);
  padding: 12px;
  box-shadow: var(--pc-shadow);
  transition: transform 0.4s ease;
}

.pc-image-frame:hover {
  transform: scale(1.02);
}

.pc-image-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
}

.pc-feature-list {
  display: grid;
  gap: 18px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.pc-feature-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: center;
}

.pc-feature-list li span:last-child {
  color: #4a4d5a;
  font-size: 1.05rem;
}

.pc-check {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--pc-purple);
  background: rgba(110, 63, 151, 0.08);
  border: 1px solid rgba(110, 63, 151, 0.2);
  font-weight: 900;
  box-shadow: 0 0 10px rgba(110, 63, 151, 0.05);
}

/* Vibrant Purple Stats Bar */
.pc-stats {
  background: linear-gradient(90deg, #482d8c 0%, #6e3f97 100%);
  padding: 48px 0;
  color: #fff;
  border-radius: 0;
}

.pc-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pc-stat {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  transition: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: left;
}

.pc-stat:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.pc-stat strong {
  display: block;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  color: #fff;
  font-weight: 900;
}

.pc-stat span {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
  font-size: 0.98rem;
}

/* Process steps as clean white cards */
.pc-process {
  background: transparent;
  border: 0;
}

.pc-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pc-process-step {
  padding: 36px 30px;
  border-radius: var(--pc-radius);
  background: #ffffff;
  border: 1px solid rgba(17, 18, 27, 0.06);
  box-shadow: 0 10px 30px rgba(17, 18, 27, 0.04);
  transition: all 0.3s ease;
}

.pc-process-step:hover {
  transform: translateY(-6px);
  border-color: rgba(110, 63, 151, 0.2);
  box-shadow: 0 15px 35px rgba(17, 18, 27, 0.08);
}

.pc-process-step b {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--pc-purple);
  background: rgba(110, 63, 151, 0.08);
  border: 1px solid rgba(110, 63, 151, 0.2);
  font-size: 1.1rem;
  font-weight: 900;
}

.pc-process-step h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  color: var(--pc-ink);
}

.pc-process-step p {
  margin: 0;
  color: #5d6675;
  font-size: 0.96rem;
  line-height: 1.6;
}

/* Deep Indigo CTA Block with grid styling */
.pc-cta {
  position: relative;
  overflow: hidden;
  background: transparent;
  padding: 60px 0;
}

.pc-cta .pc-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 50px;
  align-items: center;
  padding: 60px 48px;
  border-radius: 28px;
  background: linear-gradient(135deg, #11121b 0%, #1f2235 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.pc-cta h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
}

.pc-cta p {
  max-width: 720px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
}

.pc-cta .pc-button.pc-button-light {
  background: var(--pc-lime);
  color: var(--pc-ink);
  border: 0;
  box-shadow: 0 4px 15px rgba(194, 240, 31, 0.25);
}

.pc-cta .pc-button.pc-button-light:hover {
  background: var(--pc-lime-hover);
  box-shadow: 0 6px 20px rgba(194, 240, 31, 0.4);
}

/* Page Templates / Blog layouts */
.pc-content-area {
  padding: 80px 0;
}

.pc-entry {
  max-width: 860px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(17, 18, 27, 0.06);
  padding: 40px;
  border-radius: var(--pc-radius);
  box-shadow: var(--pc-shadow);
}

.pc-entry-content {
  margin-top: 28px;
}

.pc-entry-content > * {
  max-width: 860px;
}

.pc-entry-content .alignwide {
  max-width: 1180px;
}

.pc-entry-content .alignfull {
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.pc-post-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pc-post-card {
  overflow: hidden;
  border: 1px solid rgba(17, 18, 27, 0.06);
  border-radius: var(--pc-radius);
  background: #ffffff;
  box-shadow: var(--pc-shadow);
  transition: all 0.3s ease;
}

.pc-post-card:hover {
  transform: translateY(-5px);
  border-color: rgba(110, 63, 151, 0.2);
  box-shadow: 0 20px 45px rgba(17, 18, 27, 0.12);
}

.pc-post-card-content {
  padding: 24px;
}

.pc-post-card h3 {
  font-size: 1.25rem;
  margin: 0 0 12px;
  color: var(--pc-ink);
}

.pc-post-card p {
  color: #5d6675;
  margin: 0;
}

/* Footer Section styling */
.pc-site-footer {
  color: rgba(255, 255, 255, 0.7);
  background: #0d0e15;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.pc-footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr));
  gap: 40px;
  padding: 70px 0;
}

.pc-footer-logo img,
.pc-site-footer .pc-footer-logo {
  display: block;
  max-width: 190px;
  max-height: 52px;
  object-fit: contain;
  margin-bottom: 20px;
}

.pc-footer-top p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.pc-footer-title {
  margin: 0 0 20px;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.pc-footer-top a,
.pc-footer-top li {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.96rem;
  transition: color 0.2s ease;
}

.pc-footer-top a:hover {
  color: var(--pc-lime);
}

.pc-footer-top ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc-footer-bottom {
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.9rem;
}

/* Inputs styling */
input,
textarea,
select {
  width: 100%;
  min-height: 46px;
  padding: 12px 16px;
  background: #ffffff;
  border: 1px solid rgba(17, 18, 27, 0.1);
  border-radius: var(--pc-radius);
  color: var(--pc-ink);
  font: inherit;
  transition: all 0.3s ease;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--pc-purple);
  box-shadow: 0 0 15px rgba(110, 63, 151, 0.12);
}

::placeholder {
  color: #7b7e8d;
}

textarea {
  min-height: 140px;
}

/* Responsive adjustments */
@media (max-width: 980px) {
  .pc-menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .pc-nav {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 24px;
    border: 1px solid rgba(17, 18, 27, 0.08);
    border-radius: var(--pc-radius);
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(17, 18, 27, 0.12);
    z-index: 100;
  }

  .pc-nav.is-open {
    display: flex;
  }

  .pc-menu,
  .pc-menu ul {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .pc-menu a {
    justify-content: center;
    padding: 10px;
  }

  .pc-hero-inner-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pc-hero-sidebar {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
  }

  .pc-hero-main-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .pc-hero-text-block {
    text-align: center;
  }

  .pc-hero-actions {
    justify-content: center;
  }

  .pc-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-post-list,
  .pc-footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-split,
  .pc-cta .pc-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pc-cta .pc-container {
    text-align: center;
    justify-items: center;
    padding: 40px;
  }
}

@media (max-width: 720px) {
  .pc-container {
    width: min(100% - 32px, 1180px);
  }

  .pc-header-inner {
    min-height: 72px;
  }

  .pc-brand img {
    max-width: 168px;
  }

  .pc-hero h1 {
    font-size: clamp(2.2rem, 8vw, 3rem);
  }

  .pc-section {
    padding: 70px 0;
  }

  .pc-service-grid,
  .pc-stat-grid,
  .pc-process-grid,
  .pc-post-list,
  .pc-footer-top {
    grid-template-columns: 1fr;
  }

  .pc-stat {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  .pc-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .pc-button {
    width: 100%;
  }

  .pc-showcase-frame {
    padding: 12px;
  }
}
