/*
Theme Name: Paynes Professional Cleaning LLC
Theme URI: https://paynecleanings.com/
Author: Custom Theme
Description: A custom cyan-and-black WordPress Coming Soon theme for Paynes Professional Cleaning LLC.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: paynes-professional-cleaning
*/


:root {
  --ppc-cyan: #00b9d7;
  --ppc-cyan-bright: #08d2ec;
  --ppc-cyan-dark: #006f82;
  --ppc-black: #050505;
  --ppc-dark: #0b0b0d;
  --ppc-dark-2: #121214;
  --ppc-white: #f5f5f5;
  --ppc-muted: #a4a4a8;
  --ppc-border: rgba(255,255,255,.10);
  --ppc-max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ppc-black);
  color: var(--ppc-white);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }

.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;
}

/* WordPress admin bar */
.admin-bar .ppc-coming-soon { min-height: calc(100vh - 32px); }
@media (max-width: 782px) {
  .admin-bar .ppc-coming-soon { min-height: calc(100vh - 46px); }
}

/* =============================
   COMING SOON FRONT PAGE
   ============================= */
.ppc-coming-soon {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 58px 24px;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 18%, rgba(0,185,215,.15), transparent 32%),
    radial-gradient(circle at 12% 82%, rgba(0,135,160,.08), transparent 26%),
    linear-gradient(135deg, #040404 0%, #0c0c0d 48%, #030303 100%);
}

.ppc-coming-soon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: .6;
}

.ppc-coming-soon::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 720px;
  height: 720px;
  top: -430px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(0,210,236,.15);
  filter: blur(145px);
}

.ppc-noise {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .18;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.04) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 70% 60%, rgba(255,255,255,.03) 0 1px, transparent 1px 100%);
  background-size: 8px 8px, 11px 11px;
}

.ppc-shell {
  position: relative;
  width: 100%;
  max-width: var(--ppc-max);
  margin: 0 auto;
}

.ppc-top-line {
  height: 1px;
  width: 100%;
  margin-bottom: 34px;
  background: linear-gradient(90deg, transparent, rgba(0,210,236,.25), var(--ppc-cyan), rgba(0,210,236,.25), transparent);
  box-shadow: 0 0 18px rgba(0,210,236,.42);
}

.ppc-status-wrap { display: flex; justify-content: center; margin-bottom: 24px; }
.ppc-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 15px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  color: #d5d5d7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.ppc-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ppc-cyan-bright);
  box-shadow: 0 0 0 4px rgba(0,210,236,.09), 0 0 13px rgba(0,210,236,.85);
  animation: ppcPulse 1.8s infinite;
}
@keyframes ppcPulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50% { opacity: .55; transform: scale(.76); }
}
@media (prefers-reduced-motion: reduce) {
  .ppc-status-dot { animation: none; }
}

.ppc-logo-wrap { text-align: center; margin-bottom: 30px; }
.ppc-logo-wrap img,
.ppc-logo-wrap .custom-logo {
  display: inline-block;
  width: min(365px, 80vw);
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 17px 22px rgba(0,0,0,.75)) drop-shadow(0 0 12px rgba(0,210,236,.16));
}
.ppc-logo-link { display: inline-flex; text-decoration: none; }

.ppc-heading {
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(42px, 7vw, 86px);
  line-height: .98;
  letter-spacing: -3px;
  font-weight: 900;
  text-transform: uppercase;
}
.ppc-heading span {
  color: var(--ppc-cyan-bright);
  text-shadow: 0 0 20px rgba(0,210,236,.2), 0 4px 20px rgba(0,0,0,.7);
}

.ppc-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: 100%;
  max-width: 500px;
  margin: 28px auto;
}
.ppc-divider-line { height: 1px; flex: 1; background: linear-gradient(90deg, transparent, rgba(255,255,255,.22)); }
.ppc-divider-line:last-child { background: linear-gradient(90deg, rgba(255,255,255,.22), transparent); }
.ppc-divider-icon { width: 10px; height: 10px; transform: rotate(45deg); background: var(--ppc-cyan); box-shadow: 0 0 15px rgba(0,210,236,.6); }

.ppc-intro {
  max-width: 710px;
  margin: 0 auto;
  text-align: center;
  color: var(--ppc-muted);
  font-size: 16px;
  line-height: 1.75;
}
.ppc-intro strong { color: #fff; }

.ppc-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 31px auto 0;
}
.ppc-service {
  position: relative;
  padding: 10px 16px;
  color: #cacacc;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border: 1px solid var(--ppc-border);
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.015));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 5px 20px rgba(0,0,0,.25);
}
.ppc-service::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 46%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--ppc-cyan);
}

.ppc-card {
  position: relative;
  max-width: 850px;
  margin: 42px auto 0;
  padding: 30px 32px;
  border: 1px solid var(--ppc-border);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
  box-shadow: 0 30px 60px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(12px);
}
.ppc-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  bottom: 25px;
  width: 3px;
  background: linear-gradient(180deg, transparent, var(--ppc-cyan), transparent);
  box-shadow: 0 0 12px rgba(0,210,236,.4);
}
.ppc-card-grid { display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: center; }
.ppc-card-eyebrow {
  margin: 0 0 8px;
  color: var(--ppc-cyan-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}
.ppc-card-title { margin: 0 0 10px; color: #fff; font-size: 22px; line-height: 1.25; font-weight: 800; }
.ppc-card-text { margin: 0; color: #919196; font-size: 14px; line-height: 1.65; }

.ppc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 23px;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid #08d2ec;
  border-radius: 4px;
  background: linear-gradient(180deg, #00b9d7, #006f82);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 8px 25px rgba(0,185,215,.3);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.ppc-btn:hover,
.ppc-btn:focus {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #24ddf3, #008ca3);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 12px 30px rgba(0,210,236,.4);
}
.ppc-btn svg { width: 17px; height: 17px; }

.ppc-progress-wrap { max-width: 850px; margin: 28px auto 0; }
.ppc-progress-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
  color: #727277;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.ppc-progress-head span:last-child { color: var(--ppc-cyan-bright); }
.ppc-progress { overflow: hidden; height: 4px; border-radius: 20px; background: rgba(255,255,255,.06); }
.ppc-progress-bar {
  width: 72%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(90deg, #006475, #00b9d7, #35def2);
  box-shadow: 0 0 14px rgba(0,210,236,.5);
}

.ppc-footer { margin-top: 46px; text-align: center; color: #5d5d62; font-size: 11px; letter-spacing: .6px; }
.ppc-footer strong { color: #85858a; }

.ppc-corner { position: absolute; width: 180px; height: 180px; pointer-events: none; }
.ppc-corner-left { left: 0; bottom: 0; border-left: 1px solid rgba(0,210,236,.18); border-bottom: 1px solid rgba(0,210,236,.18); }
.ppc-corner-right { right: 0; top: 0; border-top: 1px solid rgba(0,210,236,.18); border-right: 1px solid rgba(0,210,236,.18); }


.ppc-slogan {
  margin: 14px auto 0;
  text-align: center;
  color: var(--ppc-cyan-bright);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.ppc-areas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  max-width: 1000px;
  margin: 16px auto 0;
}
.ppc-areas span {
  padding: 7px 11px;
  border: 1px solid rgba(8,210,236,.22);
  border-radius: 999px;
  color: #aebdc0;
  background: rgba(255,255,255,.025);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .55px;
  text-transform: uppercase;
}
.ppc-contact-actions { display: grid; gap: 9px; min-width: 245px; }
.ppc-contact-link, .ppc-address {
  display: block;
  text-align: center;
  color: #a4b1b4;
  font-size: 11px;
  text-decoration: none;
}
.ppc-contact-link:hover { color: var(--ppc-cyan-bright); }

/* =============================
   INNER PAGE / BLOG BASICS
   ============================= */
.ppc-site-header {
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: #080808;
}
.ppc-header-inner,
.ppc-content,
.ppc-site-footer-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}
.ppc-header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.ppc-brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.ppc-brand img { width: 76px; max-height: 70px; object-fit: contain; }
.ppc-brand-name { font-size: 18px; font-weight: 900; letter-spacing: .5px; text-transform: uppercase; }
.ppc-nav ul { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }
.ppc-nav a { color: #d5d5d5; text-decoration: none; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.ppc-nav a:hover { color: var(--ppc-cyan-bright); }
.ppc-content { min-height: 60vh; padding: 70px 0; }
.ppc-article { max-width: 820px; margin: 0 auto 46px; }
.ppc-article h1,
.ppc-article h2,
.ppc-article h3 { line-height: 1.2; }
.ppc-article a { color: var(--ppc-cyan-bright); }
.ppc-entry-meta { color: #8b8b90; font-size: 13px; margin-bottom: 20px; }
.ppc-site-footer { border-top: 1px solid rgba(255,255,255,.08); background: #080808; }
.ppc-site-footer-inner { padding: 28px 0; color: #777; font-size: 13px; text-align: center; }
.ppc-404 { text-align: center; padding: 80px 0; }
.ppc-404 h1 { font-size: clamp(80px, 16vw, 180px); margin: 0; color: var(--ppc-cyan); line-height: 1; }

@media (max-width: 768px) {
  .ppc-coming-soon { padding: 44px 20px; }
  .ppc-logo-wrap img, .ppc-logo-wrap .custom-logo { width: min(310px, 82vw); }
  .ppc-heading { letter-spacing: -2px; }
  .ppc-card { padding: 26px 23px; }
  .ppc-card-grid { grid-template-columns: 1fr; text-align: center; }
  .ppc-card::before {
    left: 50%; top: 0; bottom: auto; width: 70px; height: 3px; transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, var(--ppc-cyan), transparent);
  }
  .ppc-header-inner { flex-direction: column; align-items: flex-start; padding: 18px 0; }
  .ppc-nav ul { flex-wrap: wrap; }
}

@media (max-width: 480px) {
  .ppc-coming-soon { padding: 34px 16px; }
  .ppc-heading { font-size: 40px; line-height: 1; }
  .ppc-intro { font-size: 14px; }
  .ppc-services { gap: 7px; }
  .ppc-service { font-size: 9px; padding: 9px 11px; }
  .ppc-btn { width: 100%; }
  .ppc-progress-head { font-size: 9px; }
}
