/* Canvas: Pulsewave */

/* ──────────────────────────────────────────────────────────
   Pulsewave — AI Social Media on Autopilot
   Brand overrides for Canvas Framework.
   Aesthetic: gradient purple + pink, social-native, vibrant.
   ────────────────────────────────────────────────────────── */

:root {
  /* Brand tokens */
  --cnvs-themecolor: #7C3AED;
  --cnvs-themecolor-rgb: 124, 58, 237;
  --cnvs-themecolor-2: #EC4899;
  --cnvs-themecolor-2-rgb: 236, 72, 153;

  /* Page system */
  --pw-bg: #FFFFFF;
  --pw-fg: #1A0B2E;
  --pw-muted: #5E5772;
  --pw-border: #ECE6F8;
  --pw-surface: #F7F4FF;
  --pw-dark: #160A2E;
  --pw-on-dark: #F4EEFF;
  --pw-muted-dark: #B4A9D6;

  /* Type */
  --cnvs-body-font: 'Inter', system-ui, sans-serif;
  --cnvs-primary-font: 'Inter', system-ui, sans-serif;
  --cnvs-secondary-font: 'Outfit', system-ui, sans-serif;

  /* Motion */
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);

  /* Rhythm */
  --pw-pad-y: clamp(4rem, 8vh, 7rem);
}

html { scroll-behavior: smooth; }
body { font-family: var(--cnvs-body-font); color: var(--pw-fg); background: var(--pw-bg); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, .pw-h1, .pw-h2, .pw-h3 { font-family: var(--cnvs-secondary-font); color: var(--pw-fg); letter-spacing: -0.02em; text-wrap: balance; }
p { color: var(--pw-muted); }
.text-wrap-balance { text-wrap: balance; }

/* Section rhythm overrides */
.sec-compact { padding-block: 2.5rem; }
.sec-default { padding-block: clamp(4rem, 7vh, 6rem); }
.sec-generous { padding-block: clamp(6rem, 11vh, 9rem); }

/* ───── Buttons ───── */
.button { font-family: var(--cnvs-secondary-font); letter-spacing: -0.01em; }
.pw-btn-primary {
  background: linear-gradient(135deg, var(--cnvs-themecolor) 0%, var(--cnvs-themecolor-2) 100%);
  color: #fff !important; border: 0 !important;
  padding: 0.95rem 1.6rem; border-radius: 999px; font-weight: 600;
  transition: transform 200ms var(--ease-out), box-shadow 200ms var(--ease-out);
  box-shadow: 0 6px 20px -8px rgba(var(--cnvs-themecolor-rgb), 0.55);
}
.pw-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 28px -10px rgba(var(--cnvs-themecolor-rgb), 0.7); color: #fff; }
.pw-btn-primary:active { transform: scale(0.97); }
.pw-btn-outline {
  background: #fff; color: var(--pw-fg) !important;
  border: 1.5px solid var(--pw-border) !important;
  padding: 0.95rem 1.6rem; border-radius: 999px; font-weight: 600;
  transition: all 200ms var(--ease-out);
}
.pw-btn-outline:hover { border-color: var(--cnvs-themecolor) !important; color: var(--cnvs-themecolor) !important; }
.pw-btn-lg { padding: 1.1rem 2rem; font-size: 1.05rem; }
.pw-login { color: var(--pw-fg); border-color: var(--pw-border) !important; }
.pw-cta {
  background: linear-gradient(135deg, var(--cnvs-themecolor) 0%, var(--cnvs-themecolor-2) 100%);
  color: #fff !important; border: 0 !important; padding: 0.55rem 1.1rem; border-radius: 999px; font-weight: 600; font-size: 13px;
}
.pw-cta:hover { color: #fff; transform: translateY(-1px); }
.pw-link-secondary { color: var(--pw-fg); font-weight: 600; text-decoration: none; margin-left: 1rem; }
.pw-link-secondary i { margin-left: 4px; transition: transform 200ms var(--ease-out); display: inline-block; }
.pw-link-secondary:hover i { transform: translate(3px, -3px); }
.pw-link-light { color: rgba(255,255,255,0.9); font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.4); padding-bottom: 2px; }

/* ───── Header ───── */
#header.full-header.header-size-sm { background: rgba(255,255,255,0.85); backdrop-filter: saturate(180%) blur(12px); border-bottom: 1px solid var(--pw-border); }
#header .menu-link { font-family: var(--cnvs-secondary-font); font-size: 13.5px; font-weight: 600; letter-spacing: -0.005em; color: var(--pw-fg); text-transform: none; }
.is-expanded-menu #header .menu-link { padding: 0 0.95rem; }
#header .menu-link:hover { color: var(--cnvs-themecolor); }

/* ───── HERO ───── */
.pw-hero {
  position: relative; overflow: hidden;
  padding-top: clamp(6rem, 12vh, 9rem);
  padding-bottom: 0;
  background: #FBFAFF;
}
.pw-hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 80% 10%, rgba(236, 72, 153, 0.18), transparent 60%),
    radial-gradient(ellipse 70% 50% at 10% 80%, rgba(124, 58, 237, 0.18), transparent 60%);
  pointer-events: none;
}
.pw-hero-glow {
  position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; opacity: 0.45;
}
.pw-glow-1 { width: 360px; height: 360px; background: var(--cnvs-themecolor); top: -80px; right: 10%; }
.pw-glow-2 { width: 280px; height: 280px; background: var(--cnvs-themecolor-2); bottom: 40%; left: -80px; }

.pw-hero-text { padding: 2rem 0 4rem; position: relative; z-index: 2; }
.pw-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: #fff; border: 1px solid var(--pw-border);
  padding: 0.4rem 0.9rem; border-radius: 999px;
  font-size: 13px; font-weight: 500; color: var(--pw-fg);
  box-shadow: 0 2px 10px rgba(124, 58, 237, 0.06);
}
.pw-badge-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cnvs-themecolor-2); box-shadow: 0 0 0 4px rgba(236, 72, 153, 0.18); }
.pw-h1 {
  font-size: clamp(2.6rem, 5.6vw, 4.6rem);
  font-weight: 800; line-height: 1.04; letter-spacing: -0.035em;
  margin: 1.25rem 0 1.4rem;
}
.pw-gradient-text {
  background: linear-gradient(120deg, var(--cnvs-themecolor) 0%, var(--cnvs-themecolor-2) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.pw-lede { font-size: 1.18rem; line-height: 1.6; color: var(--pw-muted); max-width: 540px; }
.pw-hero-cta { display: flex; align-items: center; flex-wrap: wrap; gap: 0.75rem; margin: 1.8rem 0 2.6rem; }
.pw-hero-trust { display: flex; align-items: center; gap: 1rem; }
.pw-avatars { display: flex; }
.pw-avatars img { width: 36px; height: 36px; border-radius: 50%; border: 2px solid #fff; margin-left: -10px; object-fit: cover; }
.pw-avatars img:first-child { margin-left: 0; }
.pw-stars { color: #C2410C; font-size: 14px; }
.pw-stars i { margin-right: 2px; }
.pw-trust-meta { font-size: 13px; color: var(--pw-muted); }

/* Hero mockups cluster */
.pw-mockups { position: relative; min-height: 540px; padding: 1rem 0 2rem; }
.pw-mock {
  position: absolute;
  background: #fff; border-radius: 18px;
  box-shadow: 0 18px 50px -18px rgba(22, 10, 46, 0.25);
  border: 1px solid rgba(124, 58, 237, 0.12);
  padding: 0.85rem;
  transition: transform 240ms var(--ease-out);
}
.pw-mock:hover { transform: translateY(-4px) rotate(0deg); }
.pw-mock-head { display: flex; align-items: center; gap: 0.5rem; font-family: var(--cnvs-secondary-font); font-size: 12px; font-weight: 600; color: var(--pw-fg); margin-bottom: 0.5rem; }
.pw-mock-img { width: 100%; aspect-ratio: 1; border-radius: 12px; background-size: cover; background-position: center; }
.pw-mock-caption { font-size: 12px; line-height: 1.4; color: var(--pw-fg); margin-top: 0.6rem; }
.pw-mock-meta { font-size: 12px; color: var(--pw-muted); margin-top: 0.5rem; display: flex; gap: 0.85rem; }
.pw-mock-meta i { color: var(--cnvs-themecolor-2); margin-right: 4px; }
.pw-mock-line { font-size: 12px; line-height: 1.45; color: var(--pw-fg); margin-bottom: 0.3rem; }
.pw-mock-line-sm { color: var(--pw-muted); }

.pw-mock-ig { top: 1rem; left: 6%; width: 210px; transform: rotate(-4deg); z-index: 3; }
.pw-mock-tt { top: 4rem; right: 4%; width: 195px; transform: rotate(5deg); z-index: 4; }
.pw-mock-li { bottom: 5rem; left: 0; width: 230px; transform: rotate(-3deg); z-index: 5; padding: 1rem 1rem 0.7rem; background: #fff; }
.pw-mock-li .pw-mock-head { color: #0A66C2; }
.pw-mock-li .pw-mock-meta i { color: #0A66C2; }
.pw-mock-tw { bottom: 7rem; right: 8%; width: 215px; transform: rotate(4deg); z-index: 2; padding: 0.9rem; }
.pw-mock-tw .pw-mock-head { color: #000; }
.pw-mock-pi { top: 38%; left: 38%; width: 175px; transform: rotate(-1deg); z-index: 6; }

/* Marquee */
.pw-marquee { overflow: hidden; padding: 1.5rem 0; border-top: 1px solid var(--pw-border); border-bottom: 1px solid var(--pw-border); background: #fff; position: relative; z-index: 2; }
.pw-marquee-track { display: flex; gap: 3rem; white-space: nowrap; animation: pw-marquee 32s linear infinite; font-family: var(--cnvs-secondary-font); font-weight: 600; color: var(--pw-muted); font-size: 0.95rem; }
.pw-marquee-track span { display: inline-flex; align-items: center; gap: 0.5rem; }
.pw-marquee-track i { color: var(--cnvs-themecolor); font-size: 1.2rem; }
@keyframes pw-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .pw-marquee-track { animation: none; } }

/* ───── Section heads ───── */
.pw-section-head { max-width: 720px; margin-bottom: 0.5rem; }
.pw-section-head-center { margin: 0 auto; text-align: center; }
.pw-eyebrow {
  display: inline-block; font-family: var(--cnvs-secondary-font); font-size: 13px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--cnvs-themecolor); margin-bottom: 1rem;
}
.pw-eyebrow-light { color: rgba(255,255,255,0.85); }
.pw-h2 {
  font-size: clamp(2rem, 4.2vw, 3.4rem); font-weight: 700; line-height: 1.08; letter-spacing: -0.03em; margin-bottom: 1.1rem;
}
.pw-h2-light { color: #fff; }
.pw-h3 { font-size: 1.25rem; font-weight: 700; letter-spacing: -0.015em; margin-bottom: 0.6rem; }
.pw-section-lede { font-size: 1.1rem; line-height: 1.6; color: var(--pw-muted); max-width: 640px; }
.pw-section-lede-light { color: rgba(255,255,255,0.85); margin-left: auto; margin-right: auto; }
.pw-section-head-center .pw-section-lede { margin: 0 auto; }

/* ───── Stats ───── */
.pw-stats-row {
  display: flex; align-items: center; gap: 2.5rem; flex-wrap: wrap;
  padding: 1.75rem 0; border-top: 1px solid var(--pw-border); border-bottom: 1px solid var(--pw-border);
}
.pw-stat { flex: 1; min-width: 180px; }
.pw-stat-lg { flex: 1.6; }
.pw-stat-num { font-family: var(--cnvs-secondary-font); font-size: clamp(2rem, 3.5vw, 2.6rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1; background: linear-gradient(135deg, var(--cnvs-themecolor), var(--cnvs-themecolor-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.pw-stat-label { font-size: 0.92rem; color: var(--pw-muted); margin-top: 0.4rem; line-height: 1.4; }
.pw-stat-divider { width: 1px; height: 56px; background: var(--pw-border); }
@media (max-width: 768px) { .pw-stat-divider { display: none; } .pw-stats-row { gap: 1.5rem; } }

/* ───── Features ───── */
.pw-feature {
  background: #fff; border: 1px solid var(--pw-border); border-radius: 16px;
  padding: 1.75rem; height: 100%;
  transition: transform 220ms var(--ease-out), border-color 220ms var(--ease-out), box-shadow 220ms var(--ease-out);
}
.pw-feature:hover { transform: translateY(-3px); border-color: rgba(124, 58, 237, 0.25); box-shadow: 0 18px 40px -22px rgba(124, 58, 237, 0.4); }
.pw-feature-wide { background: linear-gradient(135deg, #FBFAFF 0%, #fff 100%); }
.pw-feature-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.12), rgba(236, 72, 153, 0.12));
  display: flex; align-items: center; justify-content: center;
  color: var(--cnvs-themecolor); font-size: 1.4rem; margin-bottom: 1.1rem;
}
.pw-feature p { font-size: 0.95rem; line-height: 1.6; margin-bottom: 1rem; }
.pw-feature-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.pw-tag { background: rgba(124, 58, 237, 0.08); color: var(--cnvs-themecolor); font-size: 12px; font-weight: 600; padding: 0.25rem 0.65rem; border-radius: 999px; }

/* ───── Workflow band ───── */
.pw-band {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 4rem; align-items: center;
  background: linear-gradient(135deg, #1A0B2E 0%, #2B1455 100%);
  border-radius: 28px; padding: clamp(2.5rem, 5vw, 4.5rem);
  color: #fff; position: relative; overflow: hidden;
}
.pw-band::before {
  content: ''; position: absolute; width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.4), transparent 70%);
  top: -100px; right: -100px; pointer-events: none;
}
.pw-band-text { position: relative; }
.pw-band-visual { position: relative; }
.pw-band-visual img { width: 100%; height: auto; border-radius: 16px; box-shadow: 0 24px 60px -20px rgba(0,0,0,0.4); }
.pw-steps { list-style: none; padding: 0; margin: 2rem 0 0; display: flex; flex-direction: column; gap: 1.25rem; }
.pw-steps li { display: flex; gap: 1rem; align-items: flex-start; color: rgba(255,255,255,0.85); line-height: 1.55; font-size: 0.96rem; }
.pw-step-num { font-family: var(--cnvs-secondary-font); font-weight: 700; color: var(--cnvs-themecolor-2); min-width: 2.2rem; }
.pw-steps strong { color: #fff; font-family: var(--cnvs-secondary-font); }
@media (max-width: 992px) { .pw-band { grid-template-columns: 1fr; gap: 2.5rem; } }

/* ───── Platforms ───── */
.pw-platform {
  background: #fff; border: 1px solid var(--pw-border); border-radius: 16px;
  padding: 1.75rem; height: 100%;
  transition: all 220ms var(--ease-out);
}
.pw-platform:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -22px rgba(124, 58, 237, 0.3); }
.pw-platform-icon {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; color: #fff; margin-bottom: 1.1rem;
}
.pw-pl-ig { background: linear-gradient(135deg, #F58529, #DD2A7B 50%, #8134AF); }
.pw-pl-tt { background: linear-gradient(135deg, #25F4EE, #000); }
.pw-pl-li { background: #0A66C2; }
.pw-pl-tw { background: #000; }
.pw-pl-fb { background: #1877F2; }
.pw-pl-pi { background: #E60023; }
.pw-platform p { font-size: 0.95rem; line-height: 1.55; }

/* ───── Proof ───── */
.pw-proof {
  background: var(--pw-surface); border-radius: 16px; padding: 2rem; height: 100%;
  border-left: 4px solid var(--cnvs-themecolor);
}
.pw-proof-num {
  font-family: var(--cnvs-secondary-font); font-size: clamp(2.4rem, 4vw, 3rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1;
  background: linear-gradient(135deg, var(--cnvs-themecolor), var(--cnvs-themecolor-2));
  -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 0.9rem;
}
.pw-proof p { font-size: 1rem; line-height: 1.55; color: var(--pw-fg); margin-bottom: 1.2rem; }
.pw-proof-meta { font-size: 13px; color: var(--pw-muted); border-top: 1px solid var(--pw-border); padding-top: 0.85rem; }
.pw-proof-meta strong { color: var(--pw-fg); }

/* ───── Templates ───── */
.pw-template {
  display: flex; flex-direction: column; gap: 0.3rem;
  background: #fff; border: 1px solid var(--pw-border); border-radius: 14px;
  padding: 1.4rem 1.2rem;
  font-family: var(--cnvs-secondary-font); font-weight: 600; font-size: 1rem; color: var(--pw-fg);
  transition: all 200ms var(--ease-out); cursor: pointer;
}
.pw-template i { font-size: 1.4rem; color: var(--cnvs-themecolor); margin-bottom: 0.4rem; }
.pw-template:hover { border-color: var(--cnvs-themecolor); transform: translateY(-2px); box-shadow: 0 14px 30px -16px rgba(124, 58, 237, 0.35); }
.pw-tcount { font-family: var(--cnvs-body-font); font-weight: 400; font-size: 12px; color: var(--pw-muted); }

/* ───── Pricing ───── */
.pw-price {
  background: #fff; border: 1px solid var(--pw-border); border-radius: 20px;
  padding: 2.25rem 2rem; height: 100%; display: flex; flex-direction: column;
  position: relative;
  transition: transform 220ms var(--ease-out), border-color 220ms var(--ease-out);
}
.pw-price:hover { transform: translateY(-4px); }
.pw-price-name { font-family: var(--cnvs-secondary-font); font-size: 1.1rem; font-weight: 700; color: var(--pw-fg); margin-bottom: 0.6rem; }
.pw-price-amount { display: flex; align-items: baseline; gap: 4px; margin-bottom: 0.6rem; }
.pw-price-cur { font-family: var(--cnvs-secondary-font); font-size: 1.4rem; font-weight: 600; color: var(--pw-fg); }
.pw-price-num { font-family: var(--cnvs-secondary-font); font-size: 3.4rem; font-weight: 800; letter-spacing: -0.035em; line-height: 1; color: var(--pw-fg); }
.pw-price-per { font-size: 1rem; color: var(--pw-muted); }
.pw-price-sub { font-size: 0.92rem; line-height: 1.5; color: var(--pw-muted); margin-bottom: 1.4rem; }
.pw-price-list { list-style: none; padding: 0; margin: 0 0 1.75rem; flex: 1; }
.pw-price-list li { font-size: 0.93rem; color: var(--pw-fg); padding: 0.45rem 0; display: flex; gap: 0.6rem; align-items: flex-start; line-height: 1.45; }
.pw-price-list i { color: var(--cnvs-themecolor); font-size: 1.1rem; flex-shrink: 0; }
.pw-price-featured {
  background: linear-gradient(160deg, #1A0B2E 0%, #2B1455 100%);
  border-color: transparent; color: #fff;
  box-shadow: 0 30px 60px -25px rgba(124, 58, 237, 0.5);
}
.pw-price-featured .pw-price-name, .pw-price-featured .pw-price-num, .pw-price-featured .pw-price-cur { color: #fff; }
.pw-price-featured .pw-price-per, .pw-price-featured .pw-price-sub { color: rgba(255,255,255,0.75); }
.pw-price-featured .pw-price-list li { color: rgba(255,255,255,0.92); }
.pw-price-featured .pw-price-list i { color: var(--cnvs-themecolor-2); }
.pw-price-flag {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--cnvs-themecolor), var(--cnvs-themecolor-2));
  color: #fff; font-family: var(--cnvs-secondary-font); font-size: 12px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 0.35rem 0.9rem; border-radius: 999px;
}
.pw-price-foot { text-align: center; margin-top: 2.5rem; font-size: 0.92rem; color: var(--pw-muted); }
.pw-price-foot i { color: var(--cnvs-themecolor); margin-right: 6px; }

/* ───── FAQ ───── */
.toggle.faq { border-bottom: 1px solid var(--pw-border); padding: 1.3rem 0; }
.toggle.faq .toggle-header { display: flex; align-items: center; gap: 1rem; cursor: pointer; }
.toggle.faq .toggle-icon { color: var(--cnvs-themecolor); font-size: 1.3rem; flex-shrink: 0; }
.toggle.faq .toggle-title { font-family: var(--cnvs-secondary-font); font-weight: 600; font-size: 1.05rem; color: var(--pw-fg); flex: 1; }
.toggle.faq .toggle-content { padding-top: 0.75rem; padding-left: 2.3rem; font-size: 0.97rem; line-height: 1.6; color: var(--pw-muted); }

/* ───── CTA band ───── */
.pw-cta-band {
  background: linear-gradient(135deg, #7C3AED 0%, #EC4899 100%);
  border-radius: 28px; padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 4vw, 4rem);
  text-align: center; position: relative; overflow: hidden;
}
.pw-cta-band::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255,255,255,0.15), transparent 50%);
  pointer-events: none;
}
.pw-cta-band > * { position: relative; }
.pw-cta-band .pw-h2-light { margin-bottom: 1rem; }
.pw-cta-actions { display: flex; gap: 1.5rem; justify-content: center; align-items: center; flex-wrap: wrap; margin-top: 2rem; }
.pw-cta-band .pw-btn-primary { background: #fff; color: var(--cnvs-themecolor) !important; box-shadow: 0 10px 30px -10px rgba(0,0,0,0.25); }
.pw-cta-band .pw-btn-primary:hover { color: var(--cnvs-themecolor) !important; }

/* ───── Footer ───── */
#footer { background: var(--pw-dark); border-top: 1px solid rgba(255,255,255,0.06); }
#footer .widget h4, .pw-footer-h {
  font-family: var(--cnvs-secondary-font); font-size: 12px; font-weight: 700;
  color: #fff; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1.25rem;
}
.pw-footer-tag { font-size: 0.92rem; line-height: 1.6; color: rgba(255,255,255,0.65); margin-bottom: 1.5rem; max-width: 320px; }
.pw-footer-tag-sm { font-size: 0.88rem; margin-bottom: 1rem; }
.pw-footer-brand .footer-logo { max-width: 140px; height: auto; margin-bottom: 1rem; }
.pw-footer-socials { display: flex; gap: 0.6rem; }
.pw-footer-socials a {
  width: 36px; height: 36px; border-radius: 10px;
  background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.8);
  display: inline-flex; align-items: center; justify-content: center;
  transition: all 200ms var(--ease-out); text-decoration: none;
}
.pw-footer-socials a:hover { background: linear-gradient(135deg, var(--cnvs-themecolor), var(--cnvs-themecolor-2)); color: #fff; transform: translateY(-2px); }
.pw-footer-list { list-style: none; padding: 0; margin: 0; }
.pw-footer-list li { margin-bottom: 0.55rem; }
.pw-footer-list a { color: rgba(255,255,255,0.65); font-size: 0.92rem; text-decoration: none; transition: color 180ms var(--ease-out); }
.pw-footer-list a:hover { color: var(--cnvs-themecolor-2); }
.pw-news-form .pw-news-row { display: flex; gap: 0.5rem; }
.pw-news-form .form-control { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.25); color: #fff; border-radius: 10px; padding: 0.7rem 1rem; font-size: 0.9rem; }
.pw-news-form .form-control::placeholder { color: rgba(255,255,255,0.45); }
.pw-news-form .form-control:focus { background: rgba(255,255,255,0.1); border-color: var(--cnvs-themecolor-2); outline: none; }
.pw-news-form .pw-btn-primary { padding: 0.7rem 1.3rem; font-size: 0.9rem; white-space: nowrap; }
#copyrights { background: var(--pw-dark); padding: 1.25rem 0; border-top: 1px solid rgba(255,255,255,0.06); }
#copyrights, #copyrights a { color: rgba(255,255,255,0.5); font-size: 13px; }
#copyrights a:hover { color: var(--cnvs-themecolor-2); }
.pw-footer-meta-link { color: rgba(255,255,255,0.5); text-decoration: none; }
.pw-footer-meta-link:hover { color: var(--cnvs-themecolor-2); }

/* ───── Responsive hero cleanup ───── */
@media (max-width: 992px) {
  .pw-mockups { min-height: 460px; }
  .pw-mock-ig { left: 4%; width: 180px; }
  .pw-mock-tt { right: 2%; width: 170px; }
  .pw-mock-li { left: 0; width: 190px; }
  .pw-mock-tw { right: 4%; width: 180px; }
  .pw-mock-pi { display: none; }
}
@media (max-width: 768px) {
  .pw-mockups { min-height: 380px; margin-top: 2rem; }
  .pw-mock { position: relative; top: auto !important; right: auto !important; bottom: auto !important; left: auto !important; display: none; }
  .pw-mock-ig, .pw-mock-tt { display: block; width: 60%; margin: 0 auto; transform: none; }
  .pw-mock-tt { margin-top: -2rem; }
}

/* Header CTA spacing on desktop */
@media (min-width: 992px) {
  .header-misc { gap: 0.5rem; display: flex; align-items: center; }
}

.content-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.section {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .pw-hero-text { padding-left: calc(var(--bs-gutter-x) * 0.5); padding-right: calc(var(--bs-gutter-x) * 0.5); }
}

@media (max-width: 575.98px) {
  #header .pw-login { display: none; }
  #footer .footer-widgets-wrap > .row { --bs-gutter-x: 1.5rem; }
}
