.ps-container { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; }
.ps-wide { width: min(1360px, calc(100% - 2rem)); margin: 0 auto; }
.ps-site-header { position: sticky; top: 0; z-index: 200; background: rgba(255, 248, 232, .94); backdrop-filter: blur(18px); border-bottom: 1px solid var(--ps-line); }
.ps-header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.ps-brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--ps-navy); min-width: 230px; }
.ps-brand-icon { width: 54px; height: 54px; flex: 0 0 54px; }
.ps-brand-name { display: block; font-size: clamp(1.1rem, 2vw, 1.45rem); font-weight: 900; line-height: 1.05; letter-spacing: -.03em; }
.ps-brand-tagline { display: block; font-size: .72rem; font-weight: 800; color: var(--ps-emerald); text-transform: uppercase; letter-spacing: .06em; }
.ps-nav-wrap { display: flex; align-items: center; gap: 1rem; }
.ps-menu-toggle { display: none; border: 0; background: var(--ps-navy); color: var(--ps-white); padding: .7rem .9rem; border-radius: 999px; font-weight: 800; cursor: pointer; }
.ps-primary-menu { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: .25rem; margin: 0; padding: 0; list-style: none; }
.ps-primary-menu li { position: relative; }
.ps-primary-menu a { display: block; padding: .72rem .85rem; text-decoration: none; color: var(--ps-navy); font-weight: 850; border-radius: 999px; font-size: .95rem; }
.ps-primary-menu a:hover, .ps-primary-menu .current-menu-item > a { background: var(--ps-white); color: var(--ps-orange); box-shadow: 0 8px 22px rgba(7,24,74,.08); }
.ps-header-cta { display: inline-flex; align-items: center; justify-content: center; padding: .82rem 1.1rem; border-radius: 999px; color: var(--ps-white); background: linear-gradient(135deg, var(--ps-violet), var(--ps-emerald)); text-decoration: none; font-weight: 900; white-space: nowrap; box-shadow: 0 14px 32px rgba(15,166,106,.22); }
.ps-main { min-height: 60vh; }
.ps-section { padding: clamp(3rem, 7vw, 6rem) 0; }
.ps-section-tight { padding: clamp(2rem, 4vw, 3.5rem) 0; }
.ps-bright { background: linear-gradient(135deg, rgba(255,194,71,.24), rgba(18,189,242,.14)); }
.ps-navy { background: var(--ps-navy); color: var(--ps-white); }
.ps-navy a { color: var(--ps-gold); }
.ps-hero { position: relative; overflow: hidden; padding: clamp(4rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5rem); background: radial-gradient(circle at 15% 20%, rgba(255,194,71,.55), transparent 18rem), radial-gradient(circle at 90% 10%, rgba(54,198,95,.28), transparent 22rem), radial-gradient(circle at 65% 80%, rgba(111,53,255,.18), transparent 18rem); }
.ps-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.ps-kicker { display: inline-flex; align-items: center; gap: .5rem; padding: .42rem .78rem; border-radius: 999px; background: var(--ps-white); color: var(--ps-orange); font-weight: 950; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; box-shadow: 0 12px 30px rgba(7,24,74,.08); }
.ps-kicker::before { content: ""; width: .72rem; height: .72rem; border-radius: 50%; background: linear-gradient(135deg, var(--ps-gold), var(--ps-growth)); }
h1, h2, h3, h4 { color: var(--ps-navy); line-height: 1.05; letter-spacing: -.04em; margin: 0 0 1rem; }
h1 { font-size: clamp(2.65rem, 7vw, 6rem); max-width: 12ch; }
h2 { font-size: clamp(2rem, 4.6vw, 4rem); max-width: 14ch; }
h3 { font-size: clamp(1.3rem, 2vw, 1.8rem); }
p { margin-top: 0; }
.ps-lede { font-size: clamp(1.08rem, 1.8vw, 1.28rem); max-width: 70ch; color: rgba(7,24,74,.82); }
.ps-navy h2, .ps-navy h3, .ps-navy .ps-lede, .ps-navy p { color: var(--ps-white); }
.ps-actions { display: flex; flex-wrap: wrap; gap: .85rem; align-items: center; margin-top: 1.6rem; }
.ps-btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 48px; padding: .9rem 1.2rem; border: 0; border-radius: 999px; text-decoration: none; cursor: pointer; font-weight: 950; color: var(--ps-white); background: linear-gradient(135deg, var(--ps-orange), var(--ps-violet)); box-shadow: 0 16px 34px rgba(255,122,0,.24); }
.ps-btn:hover { color: var(--ps-white); transform: translateY(-1px); }
.ps-btn-secondary { background: var(--ps-white); color: var(--ps-navy); border: 2px solid var(--ps-line); box-shadow: none; }
.ps-btn-secondary:hover { color: var(--ps-orange); }
.ps-hero-card { position: relative; background: var(--ps-white); border: 1px solid rgba(7,24,74,.1); border-radius: 32px; padding: clamp(1.4rem, 4vw, 2.5rem); box-shadow: var(--ps-shadow); overflow: hidden; }
.ps-hero-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 12px; background: linear-gradient(90deg, var(--ps-orange), var(--ps-gold), var(--ps-growth), var(--ps-cyan), var(--ps-violet)); }
.ps-score { display: grid; gap: 1rem; margin: 1.3rem 0; }
.ps-score-row { display: grid; gap: .35rem; }
.ps-score-row span { font-weight: 850; }
.ps-meter { height: 14px; background: rgba(7,24,74,.1); border-radius: 999px; overflow: hidden; }
.ps-meter i { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--ps-orange), var(--ps-growth)); }
.ps-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 1.4rem; }
.ps-card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ps-card-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ps-card { background: var(--ps-white); border: 1px solid var(--ps-line); border-radius: var(--ps-radius); padding: 1.35rem; box-shadow: 0 16px 42px rgba(7,24,74,.07); }
.ps-card:nth-child(4n+1) { border-top: 6px solid var(--ps-orange); }
.ps-card:nth-child(4n+2) { border-top: 6px solid var(--ps-growth); }
.ps-card:nth-child(4n+3) { border-top: 6px solid var(--ps-cyan); }
.ps-card:nth-child(4n+4) { border-top: 6px solid var(--ps-violet); }
.ps-card p:last-child { margin-bottom: 0; }
.ps-text-link { font-weight: 950; color: var(--ps-violet); }
.ps-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 1.5rem; counter-reset: step; }
.ps-step { background: var(--ps-white); border-radius: var(--ps-radius); padding: 1.3rem; border: 1px solid var(--ps-line); }
.ps-step strong { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--ps-gold); margin-bottom: .8rem; }
.ps-tabs, .ps-finder, .ps-tool, .ps-checklist, .ps-filter-box { background: var(--ps-white); border: 1px solid var(--ps-line); border-radius: 30px; padding: clamp(1rem, 3vw, 1.8rem); box-shadow: var(--ps-shadow); margin-top: 1.4rem; }
.ps-tab-buttons, .ps-finder-options, .ps-filter-row { display: flex; flex-wrap: wrap; gap: .65rem; margin-bottom: 1rem; }
.ps-tab, .ps-chip, .ps-filter-btn { border: 2px solid var(--ps-line); border-radius: 999px; padding: .7rem 1rem; background: var(--ps-white); color: var(--ps-navy); font-weight: 900; cursor: pointer; }
.ps-tab.is-active, .ps-chip.is-active, .ps-filter-btn.is-active { border-color: transparent; color: var(--ps-white); background: linear-gradient(135deg, var(--ps-emerald), var(--ps-violet)); }
.ps-panel[hidden] { display: none; }
.ps-input-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; }
.ps-field label { display: block; font-weight: 900; margin-bottom: .35rem; }
.ps-field input, .ps-field select, .ps-field textarea { width: 100%; border: 2px solid rgba(7,24,74,.2); border-radius: 16px; padding: .9rem 1rem; background: var(--ps-white); color: var(--ps-navy); }
.ps-field textarea { min-height: 120px; resize: vertical; }
.ps-result { margin-top: 1rem; padding: 1rem; border-radius: 20px; background: linear-gradient(135deg, rgba(54,198,95,.14), rgba(255,194,71,.22)); border: 1px solid rgba(15,166,106,.2); }
.ps-badge { display: inline-flex; padding: .35rem .7rem; border-radius: 999px; background: rgba(255,122,0,.13); color: var(--ps-orange); font-weight: 950; }
.ps-accordion { display: grid; gap: .75rem; margin-top: 1.2rem; }
.ps-accordion button { width: 100%; text-align: left; border: 0; background: var(--ps-white); color: var(--ps-navy); border-radius: 18px; padding: 1rem 1.1rem; font-weight: 950; box-shadow: 0 10px 26px rgba(7,24,74,.07); cursor: pointer; }
.ps-accordion .ps-acc-panel { padding: 1rem 1.1rem; background: rgba(255,255,255,.72); border-radius: 18px; border: 1px solid var(--ps-line); }
.ps-acc-panel[hidden] { display: none; }
.ps-table-wrap { overflow-x: auto; background: var(--ps-white); border-radius: 24px; border: 1px solid var(--ps-line); margin-top: 1rem; }
.ps-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.ps-table th, .ps-table td { padding: 1rem; border-bottom: 1px solid var(--ps-line); text-align: left; vertical-align: top; }
.ps-table th { background: rgba(255,194,71,.2); }
.ps-pricing { font-size: 1.35rem; font-weight: 950; color: var(--ps-emerald); }
.ps-form-status { padding: 1rem; border-radius: 18px; margin: 1rem 0; background: rgba(54,198,95,.14); border: 1px solid rgba(15,166,106,.28); }
.ps-honeypot { position: absolute; left: -9999px; opacity: 0; }
.ps-site-footer { background: var(--ps-navy); color: var(--ps-white); padding: 3rem 0 2rem; }
.ps-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 1.4rem; }
.ps-footer-grid h3, .ps-footer-grid h4 { color: var(--ps-white); }
.ps-footer-grid a { color: var(--ps-gold); }
.ps-footer-menu { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.ps-copyright { border-top: 1px solid rgba(255,255,255,.16); margin-top: 2rem; padding-top: 1rem; font-size: .92rem; color: rgba(255,255,255,.78); }
.ps-search-form { display: flex; gap: .6rem; align-items: center; }
.ps-search-form input { min-height: 46px; border: 2px solid var(--ps-line); border-radius: 999px; padding: .6rem 1rem; }
.ps-search-form button { min-height: 46px; border: 0; border-radius: 999px; background: var(--ps-orange); color: var(--ps-white); font-weight: 900; padding: .6rem 1rem; }
@media (max-width: 980px) {
  .ps-menu-toggle { display: inline-flex; }
  .ps-nav { position: absolute; top: 82px; left: 0; right: 0; background: var(--ps-cream); border-bottom: 1px solid var(--ps-line); padding: 1rem; display: none; }
  .ps-nav.is-open { display: block; }
  .ps-primary-menu { align-items: stretch; flex-direction: column; }
  .ps-primary-menu a { border-radius: 16px; }
  .ps-header-cta { display: none; }
  .ps-hero-grid, .ps-card-grid, .ps-card-grid.two, .ps-card-grid.four, .ps-steps, .ps-footer-grid { grid-template-columns: 1fr; }
  .ps-input-grid { grid-template-columns: 1fr; }
  h1 { max-width: 100%; }
}
@media (max-width: 640px) {
  .ps-brand-tagline { display: none; }
  .ps-brand { min-width: auto; }
  .ps-brand-icon { width: 46px; height: 46px; flex-basis: 46px; }
  .ps-hero { padding-top: 3rem; }
  .ps-actions { align-items: stretch; }
  .ps-actions .ps-btn { width: 100%; }
}

/* Productive Squirrel v2.2 vibrant header and mega menu */
body {
  background:
    radial-gradient(circle at 8% 5%, rgba(255, 194, 71, .42), transparent 24rem),
    radial-gradient(circle at 96% 12%, rgba(18, 189, 242, .28), transparent 26rem),
    radial-gradient(circle at 10% 92%, rgba(255, 122, 0, .18), transparent 24rem),
    linear-gradient(180deg, #fff8e8 0%, #ffffff 36%, #fff8e8 100%);
}
.ps-site-header {
  background: rgba(255, 248, 232, .96);
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--ps-orange), var(--ps-gold), var(--ps-growth), var(--ps-cyan), var(--ps-violet)) 1;
  box-shadow: 0 16px 40px rgba(7, 24, 74, .08);
}
.ps-header-inner {
  min-height: 92px;
  gap: 1.1rem;
}
.ps-brand {
  min-width: 320px;
  gap: .75rem;
  padding: .55rem .65rem .55rem .3rem;
  border-radius: 24px;
}
.ps-brand:hover {
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 34px rgba(7, 24, 74, .08);
}
.ps-brand-mark-wrap {
  display: inline-grid;
  place-items: center;
  width: 82px;
  height: 70px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(255, 194, 71, .2));
  box-shadow: 0 10px 28px rgba(255, 122, 0, .18);
  border: 1px solid rgba(255, 122, 0, .16);
  overflow: hidden;
}
.ps-brand-icon {
  width: 74px;
  height: auto;
  flex: 0 0 auto;
}
.ps-brand-name {
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  font-weight: 950;
  color: var(--ps-navy);
  letter-spacing: -.055em;
}
.ps-brand-name strong {
  color: var(--ps-orange);
  font-weight: 950;
}
.ps-brand-tagline {
  max-width: 245px;
  color: var(--ps-emerald);
  letter-spacing: .05em;
  line-height: 1.25;
}
.ps-nav-wrap {
  flex: 1;
  justify-content: flex-end;
  min-width: 0;
}
.ps-nav {
  position: static;
}
.ps-mega-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .18rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ps-mega-item {
  position: static;
}
.ps-mega-top {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  padding: .78rem .78rem;
  border-radius: 999px;
  color: var(--ps-navy);
  text-decoration: none;
  font-weight: 950;
  font-size: .92rem;
  letter-spacing: -.02em;
  white-space: nowrap;
}
.ps-mega-top:hover,
.ps-mega-item:focus-within > .ps-mega-top,
.ps-mega-item:hover > .ps-mega-top {
  color: var(--ps-white);
  background: linear-gradient(135deg, var(--ps-orange), var(--ps-violet));
  box-shadow: 0 12px 28px rgba(111, 53, 255, .18);
}
.ps-mega-panel {
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  transform: translateX(-50%) translateY(10px);
  width: min(1180px, calc(100vw - 2rem));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index: 999;
}
.ps-mega-item:hover .ps-mega-panel,
.ps-mega-item:focus-within .ps-mega-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.ps-mega-panel-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(220px, .85fr);
  gap: 1rem;
  padding: 1.05rem;
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 194, 71, .28), transparent 18rem),
    radial-gradient(circle at 88% 0%, rgba(18, 189, 242, .18), transparent 18rem),
    #ffffff;
  border: 1px solid rgba(7, 24, 74, .12);
  box-shadow: 0 26px 80px rgba(7, 24, 74, .18);
}
.ps-mega-group {
  padding: .95rem;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff, #fff8e8);
  border: 1px solid rgba(7, 24, 74, .1);
}
.ps-mega-group h3 {
  display: flex;
  align-items: center;
  gap: .4rem;
  margin: 0 0 .85rem;
  font-size: .86rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ps-emerald);
}
.ps-mega-group h3::before {
  content: "";
  width: .72rem;
  height: .72rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ps-orange), var(--ps-gold), var(--ps-growth));
}
.ps-mega-link-list {
  display: grid;
  gap: .48rem;
}
.ps-mega-link {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: start;
  gap: .7rem;
  padding: .68rem;
  border-radius: 18px;
  text-decoration: none;
  color: var(--ps-navy);
}
.ps-mega-link:hover,
.ps-mega-link:focus-visible {
  background: #fff8e8;
  color: var(--ps-navy);
  box-shadow: inset 0 0 0 2px rgba(255, 122, 0, .14);
}
.ps-mega-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 122, 0, .18), rgba(18, 189, 242, .18));
  font-size: 1.1rem;
}
.ps-mega-link strong {
  display: block;
  font-size: .94rem;
  line-height: 1.12;
  letter-spacing: -.02em;
}
.ps-mega-link small {
  display: block;
  margin-top: .2rem;
  font-size: .78rem;
  line-height: 1.35;
  color: rgba(7, 24, 74, .78);
}
.ps-mega-cta {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 1.05rem;
  color: var(--ps-white);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 194, 71, .5), transparent 8rem),
    linear-gradient(135deg, var(--ps-navy), var(--ps-violet) 52%, var(--ps-emerald));
  box-shadow: 0 18px 45px rgba(7, 24, 74, .18);
}
.ps-mega-cta::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -50px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 194, 71, .22);
}
.ps-mega-cta strong,
.ps-mega-cta p,
.ps-mega-cta a {
  position: relative;
  z-index: 1;
}
.ps-mega-cta strong {
  display: block;
  font-size: 1.25rem;
  line-height: 1.1;
}
.ps-mega-cta p {
  color: rgba(255, 255, 255, .92);
  margin: .7rem 0 1rem;
}
.ps-mega-cta .ps-btn {
  background: linear-gradient(135deg, var(--ps-orange), var(--ps-gold));
  color: var(--ps-navy);
  min-height: 44px;
  padding: .7rem .9rem;
}
.ps-header-cta {
  background: linear-gradient(135deg, var(--ps-growth), var(--ps-emerald));
  box-shadow: 0 14px 32px rgba(15, 166, 106, .25);
}
.ps-hero {
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 194, 71, .55), transparent 22rem),
    radial-gradient(circle at 88% 10%, rgba(18, 189, 242, .3), transparent 26rem),
    radial-gradient(circle at 76% 78%, rgba(111, 53, 255, .16), transparent 22rem),
    linear-gradient(135deg, #fff8e8 0%, #ffffff 46%, rgba(54, 198, 95, .12) 100%);
}
.ps-hero-card,
.ps-card,
.ps-tabs,
.ps-finder,
.ps-tool,
.ps-checklist,
.ps-filter-box {
  box-shadow: 0 22px 70px rgba(7, 24, 74, .11);
}
.ps-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 75px rgba(7, 24, 74, .14);
}
@media (max-width: 1180px) {
  .ps-header-inner { min-height: 86px; }
  .ps-brand { min-width: 270px; }
  .ps-brand-tagline { display: none; }
  .ps-mega-top { font-size: .86rem; padding: .7rem .55rem; }
}
@media (max-width: 980px) {
  .ps-site-header { position: sticky; }
  .ps-header-inner { min-height: 78px; }
  .ps-brand { min-width: auto; }
  .ps-brand-mark-wrap { width: 66px; height: 58px; }
  .ps-brand-icon { width: 62px; }
  .ps-brand-name { font-size: 1.08rem; }
  .ps-nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    max-height: calc(100vh - 78px);
    overflow: auto;
    background: #fff8e8;
    border-bottom: 3px solid var(--ps-gold);
    padding: 1rem;
    display: none;
  }
  .ps-nav.is-open { display: block; }
  .ps-mega-menu {
    display: grid;
    gap: .8rem;
    align-items: stretch;
    justify-content: stretch;
  }
  .ps-mega-item { position: relative; }
  .ps-mega-top {
    width: 100%;
    justify-content: flex-start;
    padding: .9rem 1rem;
    background: #ffffff;
    border: 1px solid rgba(7, 24, 74, .1);
  }
  .ps-mega-panel {
    position: static;
    width: 100%;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: block;
    margin-top: .55rem;
  }
  .ps-mega-panel-inner {
    grid-template-columns: 1fr;
    padding: .8rem;
    border-radius: 24px;
  }
  .ps-mega-link small { display: none; }
  .ps-mega-cta { display: none; }
}
@media (max-width: 640px) {
  .ps-brand-copy { display: block; }
  .ps-brand-name { font-size: .98rem; }
  .ps-brand-mark-wrap { width: 58px; height: 52px; border-radius: 18px; }
  .ps-brand-icon { width: 54px; }
}
