body.pgs-landing-body {
  --pg-deep: #073e2b;
  --pg-deeper: #052f22;
  --pg-green: #0b5b3e;
  --pg-green-2: #11724f;
  --pg-lime: #9fc63a;
  --pg-lime-soft: #dceaa9;
  --pg-cream: #f5f7ef;
  --pg-white: #ffffff;
  --pg-ink: #17392d;
  --pg-muted: #5f7269;
  --pg-line: #dce4dd;
  --pg-shadow: 0 18px 50px rgba(6, 61, 42, .14);
  --pg-radius: 24px;
  --pg-max: 1180px;
}

.pgs-site, .pgs-site *, .pgs-site *::before, .pgs-site *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.pgs-landing-body { background: #fbfcf8; }
#potomac-green-site { min-height: 100vh; overflow-x: clip; }
body.pgs-landing-body {
  margin: 0;
  color: var(--pg-ink);
  background: #fbfcf8;
  font-family: Inter, Aptos, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.pgs-site img { max-width: 100%; height: auto; }
.pgs-site a { color: inherit; }
.pgs-site button, .pgs-site input, .pgs-site select, .pgs-site textarea { font: inherit; }
.pgs-site button { cursor: pointer; }

.pgs-screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.pgs-screen-reader-text:focus {
  clip: auto !important; width: auto; height: auto; margin: 0; padding: 12px 16px;
  top: 8px; left: 8px; z-index: 100000; background: white; color: var(--pg-deep);
}

.pg-container { width: min(calc(100% - 40px), var(--pg-max)); margin-inline: auto; }
.pg-section { padding: 96px 0; }
.pg-section--soft { background: var(--pg-cream); }
.pg-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  color: var(--pg-green-2); font-size: .78rem; font-weight: 800;
  letter-spacing: .13em; text-transform: uppercase;
}
.pg-eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 10px; background: var(--pg-lime); }
.pg-section-title { margin: 12px 0 14px; color: var(--pg-deep); font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.05; letter-spacing: -.04em; }
.pg-lead { max-width: 720px; margin: 0; color: var(--pg-muted); font-size: 1.08rem; }

.pg-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 12px 22px; border: 2px solid transparent; border-radius: 999px;
  text-decoration: none; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.pg-button:hover { transform: translateY(-2px); }
.pg-button--lime { background: var(--pg-lime); color: var(--pg-deeper); box-shadow: 0 10px 24px rgba(159, 198, 58, .25); }
.pg-button--lime:hover { background: #afd44a; }
.pg-button--outline { color: white; border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.06); }
.pg-button--outline:hover { background: rgba(255,255,255,.13); }
/* Use explicit, high-specificity text colors so the active WordPress theme cannot
   override the dark-green buttons with its normal link color. */
.pgs-site a.pg-button.pg-button--green,
.pgs-site a.pg-button.pg-button--green:link,
.pgs-site a.pg-button.pg-button--green:visited,
.pgs-site button.pg-button.pg-button--green {
  background: var(--pg-deep);
  color: #f5f7ef !important;
}
.pgs-site a.pg-button.pg-button--green:hover,
.pgs-site a.pg-button.pg-button--green:focus-visible,
.pgs-site button.pg-button.pg-button--green:hover,
.pgs-site button.pg-button.pg-button--green:focus-visible {
  background: var(--pg-green);
  color: #ffffff !important;
}
.pgs-site .pg-button--green * { color: inherit !important; }

.pgs-site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(251, 252, 248, .92); backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(7, 62, 43, .08);
}
body.admin-bar .pgs-site-header { top: 32px; }
.pg-header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.pg-brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; min-width: max-content; }
.pg-brand-mark { width: 44px; height: 52px; object-fit: contain; filter: drop-shadow(0 4px 8px rgba(7,62,43,.12)); }
.pg-brand-mark--badge { width: 54px; height: 54px; padding: 6px; border-radius: 14px; background: var(--pg-deep); box-shadow: 0 10px 18px rgba(7,62,43,.14); }
.pg-brand-text { display: grid; line-height: 1; }
.pg-brand-name { color: var(--pg-deep); font-size: 1.08rem; font-weight: 900; letter-spacing: .045em; }
.pg-brand-tag { margin-top: 6px; color: var(--pg-green-2); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pg-nav { display: flex; align-items: center; gap: 26px; }
.pg-nav ul { display: flex; align-items: center; gap: 25px; list-style: none; margin: 0; padding: 0; }
.pg-nav a { color: var(--pg-ink); text-decoration: none; font-size: .94rem; font-weight: 700; }
.pg-nav a:hover { color: var(--pg-green-2); }
.pg-header-call { white-space: nowrap; }
.pg-menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--pg-cream); color: var(--pg-deep); }
.pg-menu-toggle span, .pg-menu-toggle::before, .pg-menu-toggle::after { content: ""; display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; transition: .2s ease; }

.pg-hero {
  position: relative; overflow: hidden; color: white;
  background:
    radial-gradient(circle at 83% 18%, rgba(159,198,58,.24), transparent 27%),
    radial-gradient(circle at 14% 95%, rgba(159,198,58,.13), transparent 26%),
    linear-gradient(135deg, var(--pg-deeper), var(--pg-green));
}
.pg-hero::after {
  content: ""; position: absolute; inset: auto 0 0; height: 16px;
  background: repeating-linear-gradient(135deg, var(--pg-lime) 0 3px, transparent 3px 7px);
  opacity: .85;
}
.pg-hero-inner { position: relative; z-index: 2; min-height: 700px; display: grid; grid-template-columns: 1.1fr .78fr; gap: 72px; align-items: center; padding: 86px 0 105px; }
.pg-hero-badge { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 22px; color: var(--pg-lime-soft); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.pg-hero-badge::before { content: ""; width: 42px; height: 2px; background: var(--pg-lime); }
.pg-hero h1 { max-width: 760px; margin: 0; font-size: clamp(3rem, 6.5vw, 5.8rem); line-height: .96; letter-spacing: -.055em; }
.pg-hero h1 span { color: var(--pg-lime); }
.pg-hero-copy { max-width: 680px; margin: 28px 0 32px; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.8vw, 1.28rem); }
.pg-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.pg-hero-note { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 32px; color: rgba(255,255,255,.72); font-size: .91rem; }
.pg-hero-note span { display: inline-flex; align-items: center; gap: 8px; }
.pg-check { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: var(--pg-deeper); background: var(--pg-lime); font-size: .72rem; font-weight: 900; }

.pg-hero-card {
  position: relative; padding: 34px; border: 1px solid rgba(255,255,255,.15); border-radius: 30px;
  background: rgba(255,255,255,.09); box-shadow: 0 24px 65px rgba(0,0,0,.21); backdrop-filter: blur(12px);
}
.pg-hero-card::before { content: ""; position: absolute; inset: -12px 24px auto; height: 12px; border-radius: 20px 20px 0 0; background: var(--pg-lime); opacity: .7; }
.pg-hero-logo { display: block; width: 118px; height: 140px; margin: 0 auto 17px; }
.pg-hero-card h2 { margin: 0; text-align: center; font-size: 1.65rem; }
.pg-hero-card > p { margin: 8px 0 25px; text-align: center; color: rgba(255,255,255,.72); }
.pg-quick-list { display: grid; gap: 11px; }
.pg-quick-item { display: flex; align-items: center; gap: 13px; padding: 13px 15px; border-radius: 15px; background: rgba(255,255,255,.075); }
.pg-quick-icon { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border-radius: 50%; color: var(--pg-deeper); background: var(--pg-lime); font-weight: 900; }
.pg-quick-item strong { display: block; font-size: .95rem; }
.pg-quick-item small { display: block; color: rgba(255,255,255,.65); }

.pg-intro-strip { margin-top: -43px; position: relative; z-index: 5; }
.pg-intro-grid { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid var(--pg-line); border-radius: var(--pg-radius); background: white; box-shadow: var(--pg-shadow); }
.pg-intro-item { padding: 25px 28px; }
.pg-intro-item + .pg-intro-item { border-left: 1px solid var(--pg-line); }
.pg-intro-item strong { display: block; margin-bottom: 3px; color: var(--pg-deep); }
.pg-intro-item span { color: var(--pg-muted); font-size: .9rem; }

.pg-services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 46px; }
.pg-service-card { position: relative; min-height: 255px; padding: 27px; border: 1px solid var(--pg-line); border-radius: 22px; background: white; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.pg-service-card:hover { transform: translateY(-5px); border-color: rgba(159,198,58,.8); box-shadow: var(--pg-shadow); }
.pg-service-card::after { content: ""; position: absolute; width: 105px; height: 105px; right: -50px; bottom: -52px; border-radius: 50%; background: var(--pg-lime-soft); opacity: .55; }
.pg-service-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 22px; border-radius: 16px; color: white; background: var(--pg-green); font-size: 1.35rem; }
.pg-service-card h3 { margin: 0 0 9px; color: var(--pg-deep); font-size: 1.16rem; }
.pg-service-card p { margin: 0; color: var(--pg-muted); font-size: .93rem; }
.pg-services-foot { margin-top: 27px; padding: 18px 22px; border-radius: 16px; color: var(--pg-green); background: var(--pg-lime-soft); font-weight: 700; text-align: center; }

.pg-about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: center; }
.pg-card-stack { position: relative; min-height: 470px; }
.pg-business-card { position: absolute; width: min(100%, 520px); border-radius: 24px; box-shadow: 0 25px 60px rgba(7,62,43,.19); }
.pg-business-card--front { top: 0; left: 0; transform: rotate(-2deg); }
.pg-business-card--back { right: 0; bottom: 0; width: 76%; transform: rotate(4deg); }
.pg-about-copy ul { display: grid; gap: 13px; padding: 0; margin: 28px 0 31px; list-style: none; }
.pg-about-copy li { display: flex; gap: 13px; }
.pg-about-copy li::before { content: "✓"; display: grid; place-items: center; flex: 0 0 25px; width: 25px; height: 25px; border-radius: 50%; color: var(--pg-deeper); background: var(--pg-lime); font-size: .78rem; font-weight: 900; }

.pg-process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 46px; counter-reset: pgstep; }
.pg-process-card { position: relative; padding: 32px; border-radius: 22px; color: white; background: var(--pg-deep); counter-increment: pgstep; }
.pg-process-card::before { content: "0" counter(pgstep); display: inline-block; margin-bottom: 27px; color: var(--pg-lime); font-size: 2.6rem; font-weight: 900; line-height: 1; }
.pg-process-card h3 { margin: 0 0 9px; font-size: 1.25rem; }
.pg-process-card p { margin: 0; color: rgba(255,255,255,.7); }

.pg-contact-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; margin-top: 46px; }
.pg-contact-panel { padding: 38px; border-radius: 26px; color: white; background: var(--pg-deep); }
.pg-contact-panel h3 { margin: 0 0 11px; font-size: 1.7rem; }
.pg-contact-panel > p { margin: 0 0 28px; color: rgba(255,255,255,.72); }
.pg-contact-link { display: flex; align-items: center; gap: 15px; padding: 15px 0; text-decoration: none; border-top: 1px solid rgba(255,255,255,.12); }
.pg-contact-link:last-of-type { border-bottom: 1px solid rgba(255,255,255,.12); }
.pg-contact-link span:first-child { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--pg-deeper); background: var(--pg-lime); }
.pg-contact-link strong { display: block; }
.pg-contact-link small { display: block; color: rgba(255,255,255,.62); }
.pg-service-area { margin-top: 28px; padding: 18px; border-radius: 16px; background: rgba(255,255,255,.07); }
.pg-service-area strong { display: block; color: var(--pg-lime); }
.pg-service-area span { color: rgba(255,255,255,.75); font-size: .92rem; }

.pg-form-card { padding: 38px; border: 1px solid var(--pg-line); border-radius: 26px; background: white; box-shadow: var(--pg-shadow); }
.pg-form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.pg-field { display: grid; gap: 7px; }
.pg-field--full { grid-column: 1 / -1; }
.pg-field label { color: var(--pg-deep); font-size: .85rem; font-weight: 800; }
.pg-field input, .pg-field select, .pg-field textarea { width: 100%; padding: 13px 14px; border: 1px solid #cfd9d2; border-radius: 12px; color: var(--pg-ink); background: #fcfdfb; outline: none; }
.pg-field input:focus, .pg-field select:focus, .pg-field textarea:focus { border-color: var(--pg-green-2); box-shadow: 0 0 0 3px rgba(17,114,79,.11); }
.pg-field textarea { min-height: 130px; resize: vertical; }
.pg-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.pg-form-note { margin: 14px 0 0; color: var(--pg-muted); font-size: .8rem; }
.pg-alert { margin-bottom: 18px; padding: 13px 15px; border-radius: 12px; font-weight: 700; }
.pg-alert--success { color: #124a28; background: #e1f3e4; border: 1px solid #b9dfc1; }
.pg-alert--error { color: #7c2e28; background: #f8e7e5; border: 1px solid #e8c3bf; }

.pgs-site-footer { color: rgba(255,255,255,.72); background: var(--pg-deeper); }
.pg-footer-main { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 50px; padding: 65px 0 48px; }
.pg-footer-brand { display: flex; align-items: center; gap: 14px; color: white; text-decoration: none; }
.pg-footer-brand img { width: 55px; height: 65px; }
.pg-footer-brand strong { display: block; font-size: 1.15rem; letter-spacing: .04em; }
.pg-footer-brand span { display: block; color: var(--pg-lime); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.pg-footer-copy { max-width: 460px; margin: 19px 0 0; }
.pg-footer-heading { margin: 0 0 15px; color: white; font-size: .95rem; }
.pg-footer-links { display: grid; gap: 9px; list-style: none; padding: 0; margin: 0; }
.pg-footer-links a { text-decoration: none; }
.pg-footer-links a:hover { color: var(--pg-lime); }
.pg-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 26px; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; }

.pg-floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 999; display: inline-flex; align-items: center; gap: 9px; padding: 12px 16px; border-radius: 999px; color: white; background: #1e9f52; box-shadow: 0 12px 30px rgba(0,0,0,.22); text-decoration: none; font-weight: 800; }
.pg-floating-whatsapp:hover { transform: translateY(-2px); }

.pg-content { width: min(calc(100% - 40px), 860px); margin: 0 auto; padding: 80px 0; }
.pg-content h1 { color: var(--pg-deep); font-size: clamp(2.4rem,5vw,4rem); line-height: 1; }
.pg-content a { color: var(--pg-green-2); }

@media (max-width: 1050px) {
  .pg-services-grid { grid-template-columns: repeat(2,1fr); }
  .pg-hero-inner { grid-template-columns: 1fr .72fr; gap: 40px; }
  .pg-about-grid { gap: 45px; }
}

@media (max-width: 860px) {
  body.admin-bar .pgs-site-header { top: 46px; }
  .pg-menu-toggle { display: block; }
  .pg-header-call { display: none; }
  .pg-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: none; padding: 20px; border: 1px solid var(--pg-line); border-radius: 18px; background: white; box-shadow: var(--pg-shadow); }
  .pg-nav.is-open { display: block; }
  .pg-nav ul { display: grid; gap: 5px; }
  .pg-nav a { display: block; padding: 10px; border-radius: 10px; }
  .pg-nav a:hover { background: var(--pg-cream); }
  .pg-hero-inner { min-height: auto; grid-template-columns: 1fr; padding-top: 70px; }
  .pg-hero-card { max-width: 560px; }
  .pg-intro-grid { grid-template-columns: 1fr; }
  .pg-intro-item + .pg-intro-item { border-left: 0; border-top: 1px solid var(--pg-line); }
  .pg-about-grid, .pg-contact-wrap { grid-template-columns: 1fr; }
  .pg-card-stack { max-width: 620px; min-height: 510px; }
  .pg-process-grid { grid-template-columns: 1fr; }
  .pg-footer-main { grid-template-columns: 1fr 1fr; }
  .pg-footer-main > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .pg-container { width: min(calc(100% - 28px), var(--pg-max)); }
  .pg-section { padding: 72px 0; }
  .pg-brand-tag { display: none; }
  .pg-hero-inner { padding: 58px 0 90px; }
  .pg-hero h1 { font-size: clamp(2.8rem, 15vw, 4.3rem); }
  .pg-hero-card { padding: 25px; }
  .pg-services-grid { grid-template-columns: 1fr; }
  .pg-card-stack { min-height: 390px; }
  .pg-business-card--back { width: 84%; }
  .pg-form-grid { grid-template-columns: 1fr; }
  .pg-field--full { grid-column: auto; }
  .pg-form-card, .pg-contact-panel { padding: 26px; }
  .pg-footer-main { grid-template-columns: 1fr; }
  .pg-footer-main > :first-child { grid-column: auto; }
  .pg-footer-bottom { display: grid; }
  .pg-floating-whatsapp span { display: none; }
  .pg-floating-whatsapp { width: 52px; height: 52px; justify-content: center; padding: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .pgs-site *, .pgs-site *::before, .pgs-site *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
