/* ═══ COLOR FLOW MAP (from design-spec.sections[].bg_context) ═══
 * index.html:
 *   nav        → transparent-on-dark (scrolled: #1E1B4B solid)
 *   hero       → DARK (#1E1B4B)          | text: #EEF0FF / #A5B4FC
 *   trust-bar  → WHITE (#FFFFFF)          | text: #0F0E1A / #4B4D6B
 *   problem    → CREAM (#F0F1FA)          | text: #0F0E1A / #4B4D6B
 *   pillars    → WHITE (#FFFFFF)          | text: #0F0E1A
 *   how-it-works → DARK (#1E1B4B)        | text: #EEF0FF
 *   pricing-prev → CREAM (#F0F1FA)        | text: #0F0E1A
 *   testimonials → WHITE (#FFFFFF)        | text: #0F0E1A
 *   cta-band   → DARK (#1E1B4B)          | text: #EEF0FF
 *   footer     → DARK (#1E1B4B)          | text: #A5B4FC / #EEF0FF
 *
 * product sub-pages (dark-top):
 *   nav        → transparent-on-dark → scrolled solid dark
 *   hero       → DARK (#1E1B4B)
 *   sections   → WHITE / CREAM
 *   cta        → DARK (#1E1B4B)
 *
 * pricing/docs/blog/about/security/integrations/contact/login (light-top):
 *   nav        → SOLID (#1E1B4B) at all scroll states (light-top = force solid)
 *   hero/header → LIGHT (#F8F9FD) or WHITE (#FFFFFF)
 *   sections   → WHITE / CREAM
 *   cta        → DARK (#1E1B4B)
 *
 * legal pages (light-top):
 *   nav        → SOLID (#1E1B4B)
 *   content    → WHITE (#FFFFFF)
 *   footer     → DARK (#1E1B4B)
 *
 * NAV DECISION: dark-top pages → initial transparent, white text;
 *               light-top pages → always solid #1E1B4B, white text
 * Adjacent same-polarity sections (dark→dark cta after testimonials): use
 *   border-top separator on cta-band
 * ═══════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

/* ─── DESIGN TOKENS ─── */
:root {
  --pwt-brand-primary:      #1E1B4B;
  --pwt-accent-decorative:  #6366F1;
  --pwt-accent-on-light:    #4338CA;
  --pwt-accent-on-dark:     #818CF8;
  --pwt-fg-light-primary:   #0F0E1A;
  --pwt-fg-light-secondary: #4B4D6B;
  --pwt-fg-dark-primary:    #EEF0FF;
  --pwt-fg-dark-secondary:  #A5B4FC;
  --pwt-bg-light:           #F8F9FD;
  --pwt-bg-white:           #FFFFFF;
  --pwt-bg-dark:            #1E1B4B;
  --pwt-bg-dark-alt:        #2D2A6E;
  --pwt-bg-cream:           #F0F1FA;
  --pwt-border-light:       #E4E6F5;
  --pwt-border-dark:        #3730A3;
  --pwt-success:            #059669;
  --pwt-warning:            #D97706;
  --pwt-code-bg:            #F1F2FA;

  --pwt-font-sans: 'IBM Plex Sans', system-ui, -apple-system, sans-serif;
  --pwt-font-mono: 'IBM Plex Mono', 'Fira Code', Consolas, 'Courier New', monospace;

  --pwt-radius-card:   8px;
  --pwt-radius-btn:    6px;
  --pwt-radius-code:   4px;
  --pwt-radius-modal:  12px;

  --pwt-shadow-subtle: 0 1px 3px rgba(30,27,75,0.08), 0 4px 12px rgba(30,27,75,0.04);
  --pwt-shadow-card:   0 4px 16px rgba(30,27,75,0.12);

  --pwt-container: 1200px;
  --pwt-section-v: 80px;
}

/* ─── RESET / BASE ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--pwt-font-sans);
  color: var(--pwt-fg-light-primary);
  background: var(--pwt-bg-white);
  line-height: 1.625;
  -webkit-font-smoothing: antialiased;
}

body.pwt-page--dark-top {
  background: var(--pwt-bg-dark);
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; font-family: inherit; }
svg { display: block; }

/* ─── CONTAINER ─── */
.pwt-container {
  max-width: var(--pwt-container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ─── TYPOGRAPHY SCALE ─── */
.pwt-display {
  font-size: 56px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.pwt-h1 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: -0.015em;
}
.pwt-h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.pwt-h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}
.pwt-h4 {
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
}
.pwt-body-lg {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.pwt-body {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.pwt-body-sm {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.pwt-eyebrow {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ─── BUTTONS ─── */
.pwt-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: var(--pwt-radius-btn);
  font-family: var(--pwt-font-sans);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  border: 2px solid transparent;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  white-space: nowrap;
}

/* Primary — dark section context: indigo bg + white text */
.pwt-btn--primary {
  background: var(--pwt-accent-decorative);
  color: #FFFFFF;
  border-color: var(--pwt-accent-decorative);
}
.pwt-btn--primary:hover {
  background: var(--pwt-accent-on-light);
  border-color: var(--pwt-accent-on-light);
}

/* Primary on light section: brand dark bg */
.pwt-section--white .pwt-btn--primary,
.pwt-section--light .pwt-btn--primary,
.pwt-section--cream .pwt-btn--primary {
  background: var(--pwt-brand-primary);
  color: var(--pwt-fg-dark-primary);
  border-color: var(--pwt-brand-primary);
}
.pwt-section--white .pwt-btn--primary:hover,
.pwt-section--light .pwt-btn--primary:hover,
.pwt-section--cream .pwt-btn--primary:hover {
  background: var(--pwt-bg-dark-alt);
  border-color: var(--pwt-bg-dark-alt);
}

/* Ghost on dark */
.pwt-btn--ghost-dark {
  background: transparent;
  color: var(--pwt-fg-dark-primary);
  border-color: rgba(238,240,255,0.35);
}
.pwt-btn--ghost-dark:hover {
  background: rgba(238,240,255,0.08);
  border-color: rgba(238,240,255,0.6);
}

/* Outline light (on light/cream sections) */
.pwt-btn--outline-light {
  background: transparent;
  color: var(--pwt-brand-primary);
  border-color: var(--pwt-brand-primary);
}
.pwt-btn--outline-light:hover {
  background: var(--pwt-brand-primary);
  color: var(--pwt-fg-dark-primary);
}

/* Text link on light */
.pwt-btn--text-link {
  background: transparent;
  color: var(--pwt-accent-on-light);
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.pwt-btn--text-link:hover {
  color: var(--pwt-brand-primary);
  text-decoration: underline;
}

/* ─── NAVIGATION ─── */
.pwt-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

/* dark-top pages: start transparent, text white */
body.pwt-page--dark-top .pwt-nav {
  background: transparent;
}
body.pwt-page--dark-top .pwt-nav.pwt-nav--scrolled {
  background: var(--pwt-bg-dark);
  box-shadow: 0 2px 16px rgba(30,27,75,0.24);
}

/* light-top pages: always solid dark */
body.pwt-page--light-top .pwt-nav {
  background: var(--pwt-bg-dark);
  box-shadow: 0 2px 16px rgba(30,27,75,0.12);
}

.pwt-nav__inner {
  display: flex;
  align-items: center;
  height: 64px;
  gap: 0;
}

.pwt-nav__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 40px;
}
.pwt-nav__logo img {
  height: 32px;
  width: auto;
  max-width: 220px;
}

.pwt-nav__links {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
}

.pwt-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  color: var(--pwt-fg-dark-primary);
  font-size: 14px;
  font-weight: 500;
  border-radius: var(--pwt-radius-btn);
  transition: background 0.15s, color 0.15s;
  background: none;
  border: none;
  font-family: inherit;
  cursor: pointer;
}
.pwt-nav__link:hover {
  background: rgba(238,240,255,0.1);
  color: #FFFFFF;
}

.pwt-nav__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
}

.pwt-nav__signin {
  padding: 8px 16px;
  color: var(--pwt-fg-dark-secondary);
  font-size: 14px;
  font-weight: 500;
  border-radius: var(--pwt-radius-btn);
  transition: background 0.15s, color 0.15s;
}
.pwt-nav__signin:hover {
  background: rgba(238,240,255,0.1);
  color: var(--pwt-fg-dark-primary);
}

.pwt-nav__cta {
  padding: 8px 20px;
  background: var(--pwt-accent-decorative);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--pwt-radius-btn);
  transition: background 0.15s;
}
.pwt-nav__cta:hover {
  background: var(--pwt-accent-on-light);
}

/* Product Dropdown */
.pwt-nav__dropdown {
  position: relative;
}
.pwt-nav__dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: var(--pwt-bg-dark);
  border: 1px solid var(--pwt-border-dark);
  border-radius: var(--pwt-radius-card);
  box-shadow: 0 8px 32px rgba(30,27,75,0.24);
  min-width: 220px;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.15s, visibility 0.15s, transform 0.15s;
  z-index: 100;
}
.pwt-nav__dropdown:hover .pwt-nav__dropdown-menu,
.pwt-nav__dropdown-menu:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.pwt-nav__dropdown-item {
  display: block;
  padding: 10px 12px;
  color: var(--pwt-fg-dark-primary);
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  transition: background 0.1s;
}
.pwt-nav__dropdown-item:hover {
  background: rgba(238,240,255,0.1);
  color: #FFFFFF;
}

/* Mobile hamburger */
.pwt-nav__hamburger {
  display: none;
  background: transparent;
  border: none;
  color: var(--pwt-fg-dark-primary);
  font-size: 20px;
  padding: 8px;
  margin-left: auto;
}

/* Mobile menu */
.pwt-nav__mobile {
  display: none;
  flex-direction: column;
  background: var(--pwt-bg-dark);
  border-top: 1px solid var(--pwt-border-dark);
  padding: 16px 24px 24px;
  gap: 4px;
}
.pwt-nav__mobile.is-open {
  display: flex;
}
.pwt-nav__mobile-link {
  display: block;
  padding: 10px 12px;
  color: var(--pwt-fg-dark-primary);
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
}
.pwt-nav__mobile-link:hover {
  background: rgba(238,240,255,0.1);
}
.pwt-nav__mobile-divider {
  height: 1px;
  background: var(--pwt-border-dark);
  margin: 8px 12px;
}

/* ─── SECTIONS ─── */
.pwt-section--dark {
  background: var(--pwt-bg-dark);
  color: var(--pwt-fg-dark-primary);
}
.pwt-section--dark-alt {
  background: var(--pwt-bg-dark-alt);
  color: var(--pwt-fg-dark-primary);
}
.pwt-section--white {
  background: var(--pwt-bg-white);
  color: var(--pwt-fg-light-primary);
}
.pwt-section--light {
  background: var(--pwt-bg-light);
  color: var(--pwt-fg-light-primary);
}
.pwt-section--cream {
  background: var(--pwt-bg-cream);
  color: var(--pwt-fg-light-primary);
}

/* Section padding */
.pwt-section {
  padding: var(--pwt-section-v) 0;
}
.pwt-section--sm {
  padding: 48px 0;
}
.pwt-section--lg {
  padding: 120px 0;
}

/* ─── HERO ─── */
.pwt-hero {
  position: relative;
  padding-top: 140px;
  padding-bottom: 80px;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.pwt-hero__bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  z-index: 0;
}
.pwt-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(30,27,75,0.95) 0%, rgba(30,27,75,0.7) 60%, rgba(45,42,110,0.6) 100%);
  z-index: 1;
}
.pwt-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.pwt-hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pwt-hero__eyebrow {
  color: var(--pwt-accent-on-dark);
}
.pwt-hero__title {
  color: var(--pwt-fg-dark-primary);
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: -0.015em;
}
.pwt-hero__subhead {
  color: var(--pwt-fg-dark-secondary);
  font-size: 18px;
  line-height: 28px;
  max-width: 520px;
}
.pwt-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 8px;
}

/* Hero sub-page variant (smaller, text only or with inline SVG) */
.pwt-subhero {
  position: relative;
  padding-top: 120px;
  padding-bottom: 64px;
  min-height: 360px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.pwt-subhero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--pwt-container);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.pwt-subhero__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pwt-subhero__eyebrow { color: var(--pwt-accent-on-dark); }
.pwt-subhero__title {
  color: var(--pwt-fg-dark-primary);
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -0.015em;
}
.pwt-subhero__sub {
  color: var(--pwt-fg-dark-secondary);
  font-size: 17px;
  line-height: 27px;
  max-width: 460px;
}

/* Light-top subhero (pricing, integrations, security, about, blog, contact, login) */
.pwt-page-hero--light {
  padding-top: 120px;
  padding-bottom: 64px;
  background: var(--pwt-bg-light);
}
.pwt-page-hero--light .pwt-page-hero__inner {
  max-width: var(--pwt-container);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.pwt-page-hero--light .pwt-page-hero__eyebrow { color: var(--pwt-accent-on-light); }
.pwt-page-hero--light .pwt-page-hero__title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--pwt-fg-light-primary);
  margin-top: 12px;
}
.pwt-page-hero--light .pwt-page-hero__sub {
  color: var(--pwt-fg-light-secondary);
  font-size: 17px;
  line-height: 27px;
  margin-top: 16px;
}
.pwt-page-hero--light .pwt-page-hero__visual {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* ─── HERO API PANEL (inline code mock) ─── */
.pwt-hero__panel {
  position: relative;
  z-index: 2;
}
.pwt-code-panel {
  background: #13112E;
  border: 1px solid var(--pwt-border-dark);
  border-radius: var(--pwt-radius-modal);
  overflow: hidden;
  box-shadow: 0 8px 48px rgba(30,27,75,0.4), 0 2px 8px rgba(0,0,0,0.3);
}
.pwt-code-panel__chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.pwt-code-panel__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.pwt-code-panel__dot--red    { background: #FF5F57; }
.pwt-code-panel__dot--yellow { background: #FFBD2E; }
.pwt-code-panel__dot--green  { background: #28CA41; }
.pwt-code-panel__title {
  margin-left: 8px;
  color: rgba(238,240,255,0.5);
  font-family: var(--pwt-font-mono);
  font-size: 12px;
}
.pwt-code-panel__body {
  padding: 20px 20px;
  font-family: var(--pwt-font-mono);
  font-size: 12.5px;
  line-height: 1.5;
  overflow-x: auto;
  white-space: pre;
  color: #C8C4E8;
}

/* Syntax tokens */
.pwt-t-key    { color: #818CF8; }
.pwt-t-str    { color: #6EE7B7; }
.pwt-t-num    { color: #FCD34D; }
.pwt-t-bool   { color: #F87171; }
.pwt-t-null   { color: #9CA3AF; }
.pwt-t-punct  { color: #7C7A9A; }
.pwt-t-comment{ color: #5C5A80; font-style: italic; }
.pwt-t-method { color: #C084FC; }

/* ─── TRUST BAR ─── */
.pwt-trust-bar {
  padding: 40px 0;
  border-top: 1px solid var(--pwt-border-light);
  border-bottom: 1px solid var(--pwt-border-light);
}
.pwt-trust-bar__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.pwt-trust-bar__item {
  padding: 24px 32px;
  text-align: center;
  border-right: 1px solid var(--pwt-border-light);
}
.pwt-trust-bar__item:last-child { border-right: none; }
.pwt-trust-bar__number {
  font-family: var(--pwt-font-mono);
  font-size: 28px;
  font-weight: 500;
  color: var(--pwt-brand-primary);
  letter-spacing: -0.02em;
  display: block;
}
.pwt-trust-bar__label {
  font-size: 13px;
  color: var(--pwt-fg-light-secondary);
  margin-top: 6px;
  line-height: 1.4;
}

/* ─── PROBLEM STATEMENT ─── */
.pwt-problem__headline {
  max-width: 680px;
  margin-bottom: 48px;
  color: var(--pwt-fg-light-primary);
}
.pwt-problem__blocks {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 760px;
}
.pwt-problem__block {
  display: flex;
  gap: 0;
}
.pwt-problem__stripe {
  width: 3px;
  background: var(--pwt-accent-on-light);
  border-radius: 2px;
  flex-shrink: 0;
  margin-right: 24px;
  min-height: 100%;
}
.pwt-problem__block-content {}
.pwt-problem__block-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
  margin-bottom: 10px;
}
.pwt-problem__block-body {
  font-size: 16px;
  line-height: 26px;
  color: var(--pwt-fg-light-secondary);
}

/* ─── PILLAR GRID (3-col features) ─── */
.pwt-pillars__header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 56px;
}
.pwt-pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.pwt-pillar-card {
  padding: 36px 32px;
  background: var(--pwt-bg-white);
  border: 1px solid var(--pwt-border-light);
  border-radius: var(--pwt-radius-card);
  transition: box-shadow 0.2s;
}
.pwt-pillar-card:hover { box-shadow: var(--pwt-shadow-card); }
.pwt-pillar-card__icon {
  width: 48px;
  height: 48px;
  background: var(--pwt-bg-cream);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pwt-accent-on-light);
  font-size: 20px;
  margin-bottom: 20px;
}
.pwt-pillar-card__title {
  font-size: 18px;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
  margin-bottom: 12px;
}
.pwt-pillar-card__body {
  font-size: 15px;
  line-height: 24px;
  color: var(--pwt-fg-light-secondary);
  margin-bottom: 20px;
}
.pwt-pillar-card__link {
  font-size: 14px;
  font-weight: 600;
  color: var(--pwt-accent-on-light);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.pwt-pillar-card__link:hover { text-decoration: underline; }

/* ─── HOW IT WORKS (4-step dark) ─── */
.pwt-section--dark .pwt-section-headline,
.pwt-section--dark h2,
.pwt-section--dark .pwt-h2 {
  color: var(--pwt-fg-dark-primary);
}
.pwt-section--dark p,
.pwt-section--dark .pwt-body {
  color: var(--pwt-fg-dark-secondary);
}
.pwt-section--dark .pwt-eyebrow { color: var(--pwt-accent-on-dark); }

.pwt-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.pwt-steps__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.pwt-step {
  display: flex;
  gap: 20px;
}
.pwt-step__num {
  font-family: var(--pwt-font-mono);
  font-size: 13px;
  font-weight: 500;
  color: var(--pwt-accent-on-dark);
  background: rgba(99,102,241,0.15);
  border: 1px solid rgba(129,140,248,0.3);
  border-radius: 6px;
  padding: 4px 10px;
  flex-shrink: 0;
  height: 28px;
  display: flex;
  align-items: center;
  margin-top: 2px;
}
.pwt-step__content {}
.pwt-step__title {
  font-family: var(--pwt-font-mono);
  font-size: 15px;
  font-weight: 500;
  color: var(--pwt-fg-dark-primary);
  margin-bottom: 8px;
}
.pwt-step__body {
  font-size: 15px;
  line-height: 24px;
  color: var(--pwt-fg-dark-secondary);
}

/* Step diagram (SVG panel) */
.pwt-steps__diagram {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

/* ─── PRICING TEASE ─── */
.pwt-pricing-tease {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  padding: 56px;
  background: var(--pwt-bg-white);
  border: 1px solid var(--pwt-border-light);
  border-radius: var(--pwt-radius-card);
  box-shadow: var(--pwt-shadow-subtle);
}
.pwt-pricing-tease__title {
  font-size: 28px;
  font-weight: 700;
  color: var(--pwt-fg-light-primary);
  margin-bottom: 12px;
}
.pwt-pricing-tease__body {
  font-size: 16px;
  line-height: 26px;
  color: var(--pwt-fg-light-secondary);
}

/* ─── TESTIMONIALS ─── */
.pwt-testimonials__header {
  text-align: center;
  margin-bottom: 48px;
}
.pwt-testimonials__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.pwt-testimonial-card {
  padding: 40px 36px;
  background: var(--pwt-bg-light);
  border: 1px solid var(--pwt-border-light);
  border-radius: var(--pwt-radius-card);
}
.pwt-testimonial-card__quote {
  font-size: 17px;
  line-height: 27px;
  color: var(--pwt-fg-light-primary);
  margin-bottom: 28px;
  quotes: "\201C" "\201D";
}
.pwt-testimonial-card__quote::before { content: open-quote; color: var(--pwt-accent-on-light); margin-right: 2px; }
.pwt-testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pwt-avatar-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--pwt-bg-dark);
  color: var(--pwt-fg-dark-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--pwt-font-mono);
  font-size: 15px;
  font-weight: 600;
  flex-shrink: 0;
}
.pwt-testimonial-card__name {
  font-size: 14px;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
}
.pwt-testimonial-card__company {
  font-size: 13px;
  color: var(--pwt-fg-light-secondary);
}

/* ─── CTA BAND ─── */
.pwt-cta-band {
  text-align: center;
  padding: 96px 0;
  border-top: 1px solid var(--pwt-border-dark);
}
.pwt-cta-band__title {
  font-size: 36px;
  font-weight: 700;
  color: var(--pwt-fg-dark-primary);
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.pwt-cta-band__sub {
  color: var(--pwt-fg-dark-secondary);
  font-size: 17px;
  margin-bottom: 40px;
}
.pwt-cta-band__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ─── FOOTER ─── */
.pwt-footer {
  background: var(--pwt-bg-dark);
  color: var(--pwt-fg-dark-secondary);
  padding: 64px 0 32px;
  border-top: 1px solid var(--pwt-border-dark);
}
.pwt-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--pwt-border-dark);
}
.pwt-footer__brand-logo {
  margin-bottom: 16px;
}
.pwt-footer__brand-logo img {
  height: 28px;
  width: auto;
}
.pwt-footer__tagline {
  font-size: 14px;
  line-height: 22px;
  color: var(--pwt-fg-dark-secondary);
  margin-bottom: 20px;
  max-width: 280px;
}
.pwt-footer__socials {
  display: flex;
  gap: 12px;
}
.pwt-footer__social-link {
  width: 34px;
  height: 34px;
  background: rgba(238,240,255,0.08);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pwt-fg-dark-secondary);
  font-size: 15px;
  transition: background 0.15s, color 0.15s;
}
.pwt-footer__social-link:hover {
  background: rgba(238,240,255,0.16);
  color: var(--pwt-fg-dark-primary);
}
.pwt-footer__col-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pwt-fg-dark-primary);
  margin-bottom: 16px;
}
.pwt-footer__col-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pwt-footer__col-links a {
  font-size: 14px;
  color: var(--pwt-fg-dark-secondary);
  transition: color 0.15s;
}
.pwt-footer__col-links a:hover { color: var(--pwt-fg-dark-primary); }
.pwt-footer__bottom {
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.pwt-footer__copy {
  font-size: 13px;
  color: var(--pwt-fg-dark-secondary);
}
.pwt-footer__cookie-pref {
  font-size: 13px;
  color: var(--pwt-fg-dark-secondary);
  cursor: pointer;
  transition: color 0.15s;
}
.pwt-footer__cookie-pref:hover { color: var(--pwt-fg-dark-primary); }

/* ─── SECTION HEADINGS (light sections) ─── */
.pwt-section-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pwt-accent-on-light);
  margin-bottom: 12px;
}
.pwt-section-headline {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--pwt-fg-light-primary);
  margin-bottom: 16px;
}
.pwt-section-sub {
  font-size: 17px;
  line-height: 27px;
  color: var(--pwt-fg-light-secondary);
}

/* ─── PRICING PAGE ─── */
.pwt-pricing-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 64px;
}
.pwt-pricing-header h1 { color: var(--pwt-fg-light-primary); }
.pwt-pricing-header p { color: var(--pwt-fg-light-secondary); margin-top: 12px; font-size: 17px; }

.pwt-pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}
.pwt-pricing-card {
  background: var(--pwt-bg-white);
  border: 1px solid var(--pwt-border-light);
  border-radius: var(--pwt-radius-card);
  padding: 36px 32px;
  position: relative;
}
.pwt-pricing-card--featured {
  border-color: var(--pwt-accent-decorative);
  box-shadow: 0 0 0 3px rgba(99,102,241,0.12);
}
.pwt-pricing-card__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--pwt-accent-decorative);
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 12px;
  border-radius: 20px;
  white-space: nowrap;
}
.pwt-pricing-card__tier {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pwt-accent-on-light);
  margin-bottom: 16px;
}
.pwt-pricing-card__price {
  font-size: 38px;
  font-weight: 700;
  color: var(--pwt-fg-light-primary);
  font-family: var(--pwt-font-mono);
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.pwt-pricing-card__unit {
  font-size: 13px;
  color: var(--pwt-fg-light-secondary);
  font-family: var(--pwt-font-sans);
  margin-top: 4px;
  margin-bottom: 8px;
}
.pwt-pricing-card__cap {
  font-size: 13px;
  color: var(--pwt-fg-light-secondary);
  font-family: var(--pwt-font-mono);
  background: var(--pwt-code-bg);
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 16px;
}
.pwt-pricing-card__target {
  font-size: 14px;
  line-height: 22px;
  color: var(--pwt-fg-light-secondary);
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--pwt-border-light);
}
.pwt-pricing-card__features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}
.pwt-pricing-card__feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--pwt-fg-light-secondary);
  line-height: 1.4;
}
.pwt-pricing-card__feature-check {
  color: var(--pwt-success);
  flex-shrink: 0;
  margin-top: 1px;
}

/* ─── PRICING FAQ ─── */
.pwt-faq {
  max-width: 760px;
  margin: 0 auto;
}
.pwt-faq__headline {
  text-align: center;
  margin-bottom: 40px;
}
.pwt-faq__item {
  border-bottom: 1px solid var(--pwt-border-light);
}
.pwt-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-family: inherit;
  gap: 16px;
}
.pwt-faq__question:hover { color: var(--pwt-accent-on-light); }
.pwt-faq__chevron {
  flex-shrink: 0;
  color: var(--pwt-fg-light-secondary);
  transition: transform 0.2s;
}
.pwt-faq__item.is-open .pwt-faq__chevron { transform: rotate(180deg); }
.pwt-faq__answer {
  display: none;
  padding: 0 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: var(--pwt-fg-light-secondary);
}
.pwt-faq__item.is-open .pwt-faq__answer { display: block; }

/* ─── DOCS PAGES ─── */
.pwt-docs-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 64px;
  align-items: start;
  padding-top: 96px;
  padding-bottom: 80px;
  max-width: var(--pwt-container);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
.pwt-docs-sidebar {
  position: sticky;
  top: 80px;
}
.pwt-docs-nav-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pwt-fg-light-secondary);
  padding: 12px 12px 6px;
}
.pwt-docs-nav-link {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  color: var(--pwt-fg-light-secondary);
  border-radius: 4px;
  transition: background 0.1s, color 0.1s;
}
.pwt-docs-nav-link:hover,
.pwt-docs-nav-link.is-active {
  background: var(--pwt-bg-cream);
  color: var(--pwt-accent-on-light);
}

/* Docs prose content */
body.pwt-page--light-top .pwt-docs-content h1 {
  font-size: 32px;
  font-weight: 700;
  color: var(--pwt-fg-light-primary);
  margin-bottom: 8px;
}
body.pwt-page--light-top .pwt-docs-content h2 {
  font-size: 22px;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
  margin-top: 40px;
  margin-bottom: 12px;
  padding-top: 8px;
  border-top: 1px solid var(--pwt-border-light);
}
body.pwt-page--light-top .pwt-docs-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
  margin-top: 24px;
  margin-bottom: 8px;
}
body.pwt-page--light-top .pwt-docs-content p {
  font-size: 15px;
  line-height: 26px;
  color: var(--pwt-fg-light-secondary);
  margin-bottom: 16px;
}
body.pwt-page--light-top .pwt-docs-content ul,
body.pwt-page--light-top .pwt-docs-content ol {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 16px;
}
body.pwt-page--light-top .pwt-docs-content li {
  font-size: 15px;
  line-height: 24px;
  color: var(--pwt-fg-light-secondary);
  margin-bottom: 6px;
}
body.pwt-page--light-top .pwt-docs-content a {
  color: var(--pwt-accent-on-light);
  text-decoration: underline;
}
body.pwt-page--light-top .pwt-docs-content a:hover { color: var(--pwt-brand-primary); }
body.pwt-page--light-top .pwt-docs-content code {
  font-family: var(--pwt-font-mono);
  font-size: 13px;
  background: var(--pwt-code-bg);
  color: var(--pwt-accent-on-light);
  padding: 2px 6px;
  border-radius: 3px;
}

/* Code blocks in docs */
.pwt-code-block {
  background: #13112E;
  border-radius: var(--pwt-radius-code);
  overflow: hidden;
  margin: 20px 0;
  border: 1px solid rgba(55,48,163,0.5);
}
.pwt-code-block__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background: rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.pwt-code-block__lang {
  font-family: var(--pwt-font-mono);
  font-size: 11px;
  color: var(--pwt-accent-on-dark);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.pwt-code-block__body {
  padding: 20px 20px;
  overflow-x: auto;
}
.pwt-code-block__body pre {
  font-family: var(--pwt-font-mono);
  font-size: 13px;
  line-height: 1.5;
  color: #C8C4E8;
  white-space: pre;
  margin: 0;
}

/* Method badges */
.pwt-method {
  display: inline-block;
  font-family: var(--pwt-font-mono);
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 3px;
  margin-right: 8px;
}
.pwt-method--post { background: rgba(5,150,105,0.15); color: #059669; }
.pwt-method--get  { background: rgba(99,102,241,0.15); color: #4338CA; }
.pwt-method--delete { background: rgba(239,68,68,0.12); color: #DC2626; }

/* ─── BLOG ─── */
.pwt-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.pwt-blog-card {
  background: var(--pwt-bg-white);
  border: 1px solid var(--pwt-border-light);
  border-radius: var(--pwt-radius-card);
  overflow: hidden;
  transition: box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}
.pwt-blog-card:hover { box-shadow: var(--pwt-shadow-card); }
.pwt-blog-card__img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  height: auto;
}
.pwt-blog-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pwt-blog-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}
.pwt-blog-card__tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pwt-accent-on-light);
  background: var(--pwt-bg-cream);
  padding: 3px 8px;
  border-radius: 3px;
}
.pwt-blog-card__title {
  font-size: 17px;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
  line-height: 1.4;
  margin-bottom: 10px;
}
.pwt-blog-card__title:hover { color: var(--pwt-accent-on-light); }
.pwt-blog-card__summary {
  font-size: 14px;
  line-height: 22px;
  color: var(--pwt-fg-light-secondary);
  flex: 1;
  margin-bottom: 16px;
}
.pwt-blog-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: var(--pwt-fg-light-secondary);
  margin-top: auto;
}
.pwt-blog-card__author { font-weight: 600; color: var(--pwt-fg-light-primary); }
.pwt-blog-card__sep { color: var(--pwt-border-light); }

/* Blog article page */
.pwt-blog-article-layout {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}
.pwt-blog-article__cover {
  width: 100%;
  height: auto;
  border-radius: var(--pwt-radius-card);
  margin-bottom: 40px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.pwt-blog-article__header {
  margin-bottom: 40px;
}
.pwt-blog-article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}
.pwt-blog-article__tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pwt-accent-on-light);
  background: var(--pwt-bg-cream);
  padding: 3px 8px;
  border-radius: 3px;
}
.pwt-blog-article__title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--pwt-fg-light-primary);
  margin-bottom: 20px;
}
.pwt-blog-article__byline {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--pwt-fg-light-secondary);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--pwt-border-light);
}
.pwt-blog-article__byline-name { font-weight: 600; color: var(--pwt-fg-light-primary); }

/* Blog article body — scoped to light-top */
body.pwt-page--light-top .pwt-blog-article h2 {
  font-size: 24px;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
  margin-top: 40px;
  margin-bottom: 14px;
}
body.pwt-page--light-top .pwt-blog-article h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
  margin-top: 28px;
  margin-bottom: 10px;
}
body.pwt-page--light-top .pwt-blog-article p {
  font-size: 16px;
  line-height: 28px;
  color: var(--pwt-fg-light-secondary);
  margin-bottom: 18px;
}
body.pwt-page--light-top .pwt-blog-article ul,
body.pwt-page--light-top .pwt-blog-article ol {
  list-style: disc;
  padding-left: 28px;
  margin-bottom: 18px;
}
body.pwt-page--light-top .pwt-blog-article li {
  font-size: 16px;
  line-height: 26px;
  color: var(--pwt-fg-light-secondary);
  margin-bottom: 8px;
}
body.pwt-page--light-top .pwt-blog-article a {
  color: var(--pwt-accent-on-light);
  text-decoration: underline;
}
body.pwt-page--light-top .pwt-blog-article strong { color: var(--pwt-fg-light-primary); font-weight: 600; }
body.pwt-page--light-top .pwt-blog-article code {
  font-family: var(--pwt-font-mono);
  font-size: 13px;
  background: var(--pwt-code-bg);
  color: var(--pwt-accent-on-light);
  padding: 2px 6px;
  border-radius: 3px;
}
body.pwt-page--light-top .pwt-blog-article blockquote {
  border-left: 3px solid var(--pwt-accent-on-light);
  padding-left: 20px;
  margin: 28px 0;
  font-style: italic;
  color: var(--pwt-fg-light-secondary);
}

/* ─── LEGAL PAGES ─── */
body.pwt-page--light-top .pwt-legal-content h1 {
  font-size: 36px;
  font-weight: 700;
  color: var(--pwt-fg-light-primary);
  margin-bottom: 8px;
}
body.pwt-page--light-top .pwt-legal-content h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
  margin-top: 40px;
  margin-bottom: 12px;
  padding-top: 8px;
  border-top: 1px solid var(--pwt-border-light);
}
body.pwt-page--light-top .pwt-legal-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
  margin-top: 20px;
  margin-bottom: 8px;
}
body.pwt-page--light-top .pwt-legal-content p {
  font-size: 15px;
  line-height: 26px;
  color: var(--pwt-fg-light-secondary);
  margin-bottom: 14px;
}
body.pwt-page--light-top .pwt-legal-content ul,
body.pwt-page--light-top .pwt-legal-content ol {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 14px;
}
body.pwt-page--light-top .pwt-legal-content li {
  font-size: 15px;
  line-height: 24px;
  color: var(--pwt-fg-light-secondary);
  margin-bottom: 6px;
}
body.pwt-page--light-top .pwt-legal-content a {
  color: var(--pwt-accent-on-light);
  text-decoration: underline;
}
body.pwt-page--light-top .pwt-legal-content address {
  font-style: normal;
  font-size: 15px;
  line-height: 26px;
  color: var(--pwt-fg-light-secondary);
}
.pwt-legal-content .legal-meta {
  font-size: 14px;
  color: var(--pwt-fg-light-secondary);
  margin-bottom: 4px;
}
.pwt-legal-layout {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}

/* Legal table */
body.pwt-page--light-top .pwt-legal-content .legal-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 20px;
  font-size: 14px;
}
body.pwt-page--light-top .pwt-legal-content .legal-table th {
  background: var(--pwt-bg-cream);
  color: var(--pwt-fg-light-primary);
  font-weight: 600;
  padding: 10px 12px;
  text-align: left;
  border-bottom: 2px solid var(--pwt-border-light);
}
body.pwt-page--light-top .pwt-legal-content .legal-table td {
  padding: 10px 12px;
  color: var(--pwt-fg-light-secondary);
  border-bottom: 1px solid var(--pwt-border-light);
}

/* ─── ABOUT PAGE ─── */
.pwt-founder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.pwt-founder-img {
  border-radius: var(--pwt-radius-card);
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.pwt-founder-content {}
.pwt-founder-name {
  font-size: 28px;
  font-weight: 700;
  color: var(--pwt-fg-light-primary);
  margin-bottom: 4px;
}
.pwt-founder-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--pwt-accent-on-light);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.pwt-founder-bio {
  font-size: 16px;
  line-height: 28px;
  color: var(--pwt-fg-light-secondary);
}
.pwt-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.pwt-team-card {
  background: var(--pwt-bg-white);
  border: 1px solid var(--pwt-border-light);
  border-radius: var(--pwt-radius-card);
  overflow: hidden;
  padding-bottom: 24px;
}
.pwt-team-card__portrait {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  height: auto;
}
.pwt-team-card__body {
  padding: 20px 20px 0;
}
.pwt-team-card__name {
  font-size: 17px;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
  margin-bottom: 2px;
}
.pwt-team-card__title {
  font-size: 13px;
  font-weight: 600;
  color: var(--pwt-accent-on-light);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.pwt-team-card__bio {
  font-size: 14px;
  line-height: 22px;
  color: var(--pwt-fg-light-secondary);
}

/* Values section */
.pwt-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.pwt-value-card {
  padding: 32px;
  background: var(--pwt-bg-light);
  border-radius: var(--pwt-radius-card);
  border: 1px solid var(--pwt-border-light);
}
.pwt-value-card__title {
  font-size: 17px;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
  margin-bottom: 10px;
}
.pwt-value-card__body {
  font-size: 15px;
  line-height: 24px;
  color: var(--pwt-fg-light-secondary);
}

/* ─── CONTACT PAGE ─── */
.pwt-contact-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 48px;
  align-items: start;
}
.pwt-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}
.pwt-form-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
}
.pwt-form-input,
.pwt-form-select,
.pwt-form-textarea {
  font-family: var(--pwt-font-sans);
  font-size: 15px;
  padding: 10px 14px;
  border: 1px solid var(--pwt-border-light);
  border-radius: var(--pwt-radius-btn);
  background: var(--pwt-bg-white);
  color: var(--pwt-fg-light-primary);
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  max-width: 520px;
  width: 100%;
  appearance: none;
}
.pwt-form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234B4D6B' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}
.pwt-form-input:focus,
.pwt-form-select:focus,
.pwt-form-textarea:focus {
  border-color: var(--pwt-accent-on-light);
  box-shadow: 0 0 0 3px rgba(67,56,202,0.1);
}
.pwt-form-textarea {
  resize: vertical;
  min-height: 100px;
}
.pwt-contact-aside {
  background: var(--pwt-bg-cream);
  border-radius: var(--pwt-radius-card);
  border: 1px solid var(--pwt-border-light);
  padding: 32px;
  position: sticky;
  top: 96px;
}
.pwt-contact-aside__label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--pwt-accent-on-light);
  margin-bottom: 16px;
}
.pwt-contact-aside__row {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 14px;
  color: var(--pwt-fg-light-secondary);
  align-items: flex-start;
}
.pwt-contact-aside__row i {
  color: var(--pwt-accent-on-light);
  margin-top: 2px;
  flex-shrink: 0;
}

/* ─── AUTH / LOGIN ─── */
.pwt-auth-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.pwt-auth-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 24px 48px;
  background: var(--pwt-bg-light);
}
.pwt-auth-panel {
  background: var(--pwt-bg-white);
  border: 1px solid var(--pwt-border-light);
  border-radius: var(--pwt-radius-modal);
  padding: 48px 40px;
  width: 100%;
  max-width: 440px;
  box-shadow: var(--pwt-shadow-card);
}
.pwt-auth-panel__logo {
  margin-bottom: 28px;
}
.pwt-auth-panel__logo img {
  height: 28px;
  width: auto;
}
.pwt-auth-panel__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--pwt-fg-light-primary);
  margin-bottom: 8px;
}
.pwt-auth-panel__sub {
  font-size: 14px;
  color: var(--pwt-fg-light-secondary);
  margin-bottom: 32px;
  line-height: 1.5;
}
.pwt-auth-panel .pwt-form-input,
.pwt-auth-panel .pwt-form-select,
.pwt-auth-panel .pwt-form-textarea {
  max-width: 100%;
}
.pwt-auth-panel .pwt-btn {
  width: 100%;
  justify-content: center;
}
.pwt-auth-panel__footer {
  text-align: center;
  font-size: 14px;
  color: var(--pwt-fg-light-secondary);
  margin-top: 20px;
}
.pwt-auth-panel__footer a {
  color: var(--pwt-accent-on-light);
  text-decoration: underline;
}
.pwt-auth-panel__demo-note {
  font-size: 13px;
  color: var(--pwt-fg-light-secondary);
  background: var(--pwt-bg-cream);
  border: 1px solid var(--pwt-border-light);
  border-radius: 6px;
  padding: 12px 14px;
  margin-top: 16px;
  line-height: 1.5;
}

/* ─── SECURITY PAGE ─── */
.pwt-security-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.pwt-security-card {
  background: var(--pwt-bg-white);
  border: 1px solid var(--pwt-border-light);
  border-radius: var(--pwt-radius-card);
  padding: 28px;
}
.pwt-security-card__icon {
  width: 44px;
  height: 44px;
  background: var(--pwt-bg-cream);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pwt-accent-on-light);
  font-size: 18px;
  margin-bottom: 16px;
}
.pwt-security-card__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
  margin-bottom: 8px;
}
.pwt-security-card__body {
  font-size: 14px;
  line-height: 22px;
  color: var(--pwt-fg-light-secondary);
}

/* ─── INTEGRATIONS PAGE ─── */
.pwt-integration-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pwt-integration-card {
  padding: 32px;
  background: var(--pwt-bg-white);
  border: 1px solid var(--pwt-border-light);
  border-radius: var(--pwt-radius-card);
}
.pwt-integration-card__icon {
  font-size: 28px;
  color: var(--pwt-accent-on-light);
  margin-bottom: 16px;
}
.pwt-integration-card__title {
  font-size: 18px;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
  margin-bottom: 10px;
}
.pwt-integration-card__body {
  font-size: 15px;
  line-height: 24px;
  color: var(--pwt-fg-light-secondary);
}

/* Exchange coverage table */
.pwt-exchange-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.pwt-exchange-table th {
  background: var(--pwt-bg-cream);
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
  border-bottom: 2px solid var(--pwt-border-light);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.pwt-exchange-table td {
  padding: 12px 16px;
  color: var(--pwt-fg-light-secondary);
  border-bottom: 1px solid var(--pwt-border-light);
}
.pwt-exchange-table tbody tr:hover td { background: var(--pwt-bg-light); }
.pwt-exchange-flag {
  display: inline-block;
  font-family: var(--pwt-font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: var(--pwt-bg-dark);
  color: var(--pwt-fg-dark-primary);
  padding: 2px 6px;
  border-radius: 3px;
  margin-right: 6px;
}
.pwt-exchange-indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px;
}
.pwt-exchange-indicator--yes { background: var(--pwt-success); }
.pwt-exchange-indicator--no  { background: var(--pwt-border-light); }

/* Exchange grid (product page) */
.pwt-exchange-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.pwt-exchange-tile {
  padding: 20px 16px;
  background: var(--pwt-bg-white);
  border: 1px solid var(--pwt-border-light);
  border-radius: var(--pwt-radius-card);
  text-align: center;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.pwt-exchange-tile:hover {
  box-shadow: var(--pwt-shadow-card);
  border-color: var(--pwt-accent-decorative);
}
.pwt-exchange-tile__flag {
  display: inline-block;
  font-family: var(--pwt-font-mono);
  font-size: 12px;
  font-weight: 700;
  background: var(--pwt-bg-dark);
  color: var(--pwt-fg-dark-primary);
  padding: 3px 8px;
  border-radius: 4px;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}
.pwt-exchange-tile__name {
  font-size: 13px;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
  margin-bottom: 6px;
}
.pwt-exchange-tile__hours {
  font-family: var(--pwt-font-mono);
  font-size: 11px;
  color: var(--pwt-fg-light-secondary);
  margin-bottom: 8px;
}
.pwt-exchange-tile__fractional {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.pwt-exchange-tile__fractional--yes { color: var(--pwt-success); }
.pwt-exchange-tile__fractional--partial { color: var(--pwt-warning); }

/* ─── FEATURE LIST ─── */
.pwt-feature-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pwt-feature-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid var(--pwt-border-light);
  align-items: start;
}
.pwt-feature-row:first-child { border-top: 1px solid var(--pwt-border-light); }
.pwt-feature-row__icon {
  width: 40px;
  height: 40px;
  background: var(--pwt-bg-cream);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pwt-accent-on-light);
  font-size: 16px;
}
.pwt-feature-row__title {
  font-size: 15px;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
  margin-bottom: 4px;
}
.pwt-feature-row__body {
  font-size: 14px;
  line-height: 22px;
  color: var(--pwt-fg-light-secondary);
}

/* ─── SUB PRODUCT LINK CARDS ─── */
.pwt-subproduct-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pwt-subproduct-card {
  padding: 28px;
  background: var(--pwt-bg-white);
  border: 1px solid var(--pwt-border-light);
  border-radius: var(--pwt-radius-card);
  text-decoration: none;
  transition: box-shadow 0.2s, border-color 0.2s;
  display: block;
}
.pwt-subproduct-card:hover {
  box-shadow: var(--pwt-shadow-card);
  border-color: var(--pwt-accent-decorative);
}
.pwt-subproduct-card__icon {
  font-size: 24px;
  color: var(--pwt-accent-on-light);
  margin-bottom: 14px;
}
.pwt-subproduct-card__title {
  font-size: 17px;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
  margin-bottom: 8px;
}
.pwt-subproduct-card__body {
  font-size: 14px;
  line-height: 22px;
  color: var(--pwt-fg-light-secondary);
}
.pwt-subproduct-card__arrow {
  font-size: 14px;
  color: var(--pwt-accent-on-light);
  margin-top: 12px;
  display: block;
}

/* ─── TECHNICAL SPECS TABLE ─── */
.pwt-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.pwt-spec-table th {
  background: var(--pwt-bg-cream);
  padding: 10px 16px;
  text-align: left;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
  border-bottom: 2px solid var(--pwt-border-light);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.pwt-spec-table td {
  padding: 10px 16px;
  color: var(--pwt-fg-light-secondary);
  border-bottom: 1px solid var(--pwt-border-light);
  vertical-align: top;
}
.pwt-spec-table td:first-child {
  font-family: var(--pwt-font-mono);
  font-size: 13px;
  color: var(--pwt-accent-on-light);
  white-space: nowrap;
}

/* Tax wrapper table */
.pwt-wrapper-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.pwt-wrapper-table th {
  background: var(--pwt-bg-cream);
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
  border-bottom: 2px solid var(--pwt-border-light);
}
.pwt-wrapper-table td {
  padding: 12px 16px;
  color: var(--pwt-fg-light-secondary);
  border-bottom: 1px solid var(--pwt-border-light);
}
.pwt-wrapper-badge {
  font-family: var(--pwt-font-mono);
  font-size: 12px;
  font-weight: 700;
  background: var(--pwt-bg-dark);
  color: var(--pwt-fg-dark-primary);
  padding: 2px 8px;
  border-radius: 3px;
  letter-spacing: 0.04em;
}

/* Compliance disclaimer */
.pwt-disclaimer {
  background: var(--pwt-bg-white);
  border: 1px solid var(--pwt-border-light);
  border-left: 4px solid var(--pwt-accent-on-light);
  border-radius: 4px;
  padding: 20px 24px;
  font-size: 14px;
  line-height: 22px;
  color: var(--pwt-fg-light-secondary);
}
.pwt-disclaimer strong { color: var(--pwt-fg-light-primary); }

/* ─── DOCS INDEX CARDS ─── */
.pwt-docs-start-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.pwt-docs-start-card {
  padding: 28px;
  background: var(--pwt-bg-white);
  border: 1px solid var(--pwt-border-light);
  border-radius: var(--pwt-radius-card);
  text-decoration: none;
  display: block;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.pwt-docs-start-card:hover {
  box-shadow: var(--pwt-shadow-card);
  border-color: var(--pwt-accent-decorative);
}
.pwt-docs-start-card__icon {
  font-size: 24px;
  color: var(--pwt-accent-on-light);
  margin-bottom: 14px;
}
.pwt-docs-start-card__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
  margin-bottom: 6px;
}
.pwt-docs-start-card__desc {
  font-size: 13px;
  line-height: 21px;
  color: var(--pwt-fg-light-secondary);
}

/* ─── COOKIE BANNER ─── */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  background: var(--pwt-bg-dark);
  border-top: 1px solid var(--pwt-border-dark);
  padding: 16px 0;
}
.cookie-banner__inner {
  max-width: var(--pwt-container);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.cookie-banner__text {
  font-size: 14px;
  color: var(--pwt-fg-dark-secondary);
  line-height: 1.5;
  flex: 1;
}
.cookie-banner__text a {
  color: var(--pwt-accent-on-dark);
  text-decoration: underline;
}
.cookie-banner__actions {
  flex-shrink: 0;
}
.cookie-banner__btn--primary {
  padding: 8px 20px;
  background: var(--pwt-accent-decorative);
  color: #FFFFFF;
  border: none;
  border-radius: var(--pwt-radius-btn);
  font-family: var(--pwt-font-sans);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
}
.cookie-banner__btn--primary:hover { background: var(--pwt-accent-on-light); }

/* ─── PRODUCT INDEX ARCHITECTURE DIAGRAM ─── */
.pwt-arch-diagram {
  background: var(--pwt-bg-light);
  border: 1px solid var(--pwt-border-light);
  border-radius: var(--pwt-radius-card);
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 280px;
}

/* ─── FADE-IN ANIMATIONS ─── */
.pwt-fade-in {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.pwt-fade-in.pwt-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Failsafe: force visible after 1.2s */
@keyframes pwt-force-visible {
  to { opacity: 1; transform: translateY(0); }
}
.pwt-fade-in {
  animation: pwt-force-visible 0s 1.2s forwards;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .pwt-hero__inner,
  .pwt-subhero__inner,
  .pwt-page-hero--light .pwt-page-hero__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .pwt-hero__panel { display: none; }
  .pwt-steps { grid-template-columns: 1fr; gap: 40px; }
  .pwt-pillars__grid { grid-template-columns: 1fr 1fr; }
  .pwt-founder-grid { grid-template-columns: 1fr; }
  .pwt-docs-layout { grid-template-columns: 200px 1fr; gap: 40px; }
  .pwt-pricing-cards { grid-template-columns: 1fr 1fr; }
  .pwt-exchange-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  :root { --pwt-section-v: 56px; }
  .pwt-nav__links,
  .pwt-nav__actions { display: none; }
  .pwt-nav__hamburger { display: flex; align-items: center; justify-content: center; }
  .pwt-hero__title { font-size: 32px; line-height: 40px; }
  .pwt-pillars__grid { grid-template-columns: 1fr; }
  .pwt-testimonials__grid { grid-template-columns: 1fr; }
  .pwt-trust-bar__grid { grid-template-columns: repeat(2, 1fr); }
  .pwt-team-grid { grid-template-columns: 1fr; }
  .pwt-values-grid { grid-template-columns: 1fr; }
  .pwt-blog-grid { grid-template-columns: 1fr; }
  .pwt-docs-layout { grid-template-columns: 1fr; }
  .pwt-docs-sidebar { position: static; }
  .pwt-pricing-cards { grid-template-columns: 1fr; }
  .pwt-contact-grid { grid-template-columns: 1fr; }
  .pwt-integration-cards { grid-template-columns: 1fr; }
  .pwt-security-grid { grid-template-columns: 1fr; }
  .pwt-exchange-grid { grid-template-columns: repeat(2, 1fr); }
  .pwt-subproduct-cards { grid-template-columns: 1fr; }
  .pwt-pricing-tease { grid-template-columns: 1fr; gap: 24px; padding: 32px; }
  .pwt-footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .pwt-cta-band__title { font-size: 28px; }
  .pwt-docs-start-cards { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .pwt-hero { padding-top: 110px; }
  .pwt-subhero { padding-top: 100px; }
  .pwt-page-hero--light { padding-top: 100px; }
  .pwt-auth-panel { padding: 32px 24px; }
  .pwt-exchange-grid { grid-template-columns: 1fr 1fr; }
  .pwt-trust-bar__grid { grid-template-columns: 1fr; }
}

/* ─── PAGE HERO INNER VARIANTS ─── */
.pwt-page-hero__inner--narrow {
  max-width: 760px;
}

/* ─── ABOUT PAGE HERO ─── */
.pwt-about-hero {
  padding-top: 120px;
  padding-bottom: 64px;
  background: var(--pwt-bg-light);
}
.pwt-about-hero__inner {
  max-width: var(--pwt-container);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.pwt-about-hero__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pwt-about-hero__title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--pwt-fg-light-primary);
}
.pwt-about-hero__body {
  font-size: 16px;
  line-height: 27px;
  color: var(--pwt-fg-light-secondary);
}
.pwt-about-hero__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pwt-about-hero__photo {
  width: 100%;
  height: auto;
  border-radius: var(--pwt-radius-card);
  aspect-ratio: 4/3;
  object-fit: cover;
}

/* Team card portrait wrapper and role */
.pwt-team-card__portrait {
  overflow: hidden;
}
.pwt-team-card__photo {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  height: auto;
  display: block;
}
.pwt-team-card__role {
  font-size: 13px;
  font-weight: 600;
  color: var(--pwt-accent-on-light);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

/* Values list (alternative to values-grid) */
.pwt-values-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.pwt-value-item {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--pwt-border-light);
}
.pwt-value-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.pwt-value-item__title {
  font-size: 18px;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
  margin-bottom: 10px;
}
.pwt-value-item__body {
  font-size: 16px;
  line-height: 27px;
  color: var(--pwt-fg-light-secondary);
}

/* ─── CONTACT PAGE (split layout variant used in contact/index.html) ─── */
.pwt-contact-layout {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 56px;
  align-items: start;
}
.pwt-contact-form-wrap {}
.pwt-contact-form-wrap__heading {
  font-size: 22px;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
  margin-bottom: 28px;
}
.pwt-contact-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pwt-contact-aside__block {
  margin-bottom: 24px;
}
.pwt-contact-aside__block:last-child { margin-bottom: 0; }
.pwt-contact-aside__value {
  font-size: 15px;
  color: var(--pwt-fg-light-secondary);
  line-height: 1.6;
}
a.pwt-contact-aside__value {
  color: var(--pwt-accent-on-light);
  text-decoration: underline;
}
a.pwt-contact-aside__value:hover { color: var(--pwt-brand-primary); }

/* ─── AUTH FORM (shared across login, signup, contact form) ─── */
.pwt-auth-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}
.pwt-auth-form__label {
  font-size: 14px;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
}
.pwt-auth-form__input {
  font-family: var(--pwt-font-sans);
  font-size: 15px;
  padding: 10px 14px;
  border: 1px solid var(--pwt-border-light);
  border-radius: var(--pwt-radius-btn);
  background: var(--pwt-bg-white);
  color: var(--pwt-fg-light-primary);
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  width: 100%;
  max-width: 560px;
  appearance: none;
}
.pwt-auth-form__input:focus {
  border-color: var(--pwt-accent-on-light);
  box-shadow: 0 0 0 3px rgba(67,56,202,0.1);
}
.pwt-auth-form__textarea {
  resize: vertical;
  min-height: 88px;
}
.pwt-auth-form__row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 18px;
}
.pwt-auth-form__row--two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
  justify-content: initial;
}
.pwt-auth-form__forgot {
  font-size: 13px;
  color: var(--pwt-accent-on-light);
  text-decoration: underline;
}
.pwt-auth-form__forgot:hover { color: var(--pwt-brand-primary); }
.pwt-auth-form__submit {
  width: 100%;
  justify-content: center;
  margin-top: 4px;
}
.pwt-auth-form__message {
  margin-top: 12px;
  font-size: 14px;
  padding: 10px 14px;
  border-radius: var(--pwt-radius-btn);
  background: var(--pwt-bg-cream);
  color: var(--pwt-fg-light-secondary);
}

/* Select in auth forms */
select.pwt-auth-form__input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234B4D6B' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-color: var(--pwt-bg-white);
  padding-right: 36px;
  color: var(--pwt-fg-light-primary);
}

/* ─── AUTH LAYOUT (split two-column: dark aside + white panel) ─── */
.pwt-auth-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
}
.pwt-auth-layout--centered {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pwt-bg-light);
  padding: 80px 24px;
}
.pwt-auth-aside {
  background: var(--pwt-bg-dark);
  display: flex;
  flex-direction: column;
  padding: 48px 40px;
}
.pwt-auth-aside__logo {
  display: inline-block;
  margin-bottom: 48px;
}
.pwt-auth-aside__logo img {
  height: 28px;
  width: auto;
}
.pwt-auth-aside__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pwt-auth-aside__tagline {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: var(--pwt-fg-dark-primary);
  margin-bottom: 40px;
}
.pwt-auth-aside__metric-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pwt-auth-aside__metric {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.pwt-auth-aside__metric-val {
  font-family: var(--pwt-font-mono);
  font-size: 28px;
  font-weight: 500;
  color: var(--pwt-accent-on-dark);
  letter-spacing: -0.02em;
}
.pwt-auth-aside__metric-label {
  font-size: 14px;
  color: var(--pwt-fg-dark-secondary);
}
.pwt-auth-aside__checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pwt-auth-aside__checklist li {
  font-size: 15px;
  color: var(--pwt-fg-dark-secondary);
  display: flex;
  align-items: center;
}

/* Auth panel (right side) — wrapper and inner */
.pwt-auth-panel {
  background: var(--pwt-bg-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 40px;
  min-height: 100vh;
}
.pwt-auth-panel--full {
  background: var(--pwt-bg-white);
  border: 1px solid var(--pwt-border-light);
  border-radius: var(--pwt-radius-modal);
  padding: 48px 40px;
  width: 100%;
  max-width: 440px;
  box-shadow: var(--pwt-shadow-card);
  min-height: unset;
  display: block;
}
.pwt-auth-panel__inner {
  width: 100%;
  max-width: 420px;
}
.pwt-auth-panel__title {
  font-size: 26px;
  font-weight: 700;
  color: var(--pwt-fg-light-primary);
  margin-bottom: 8px;
}
.pwt-auth-panel__sub {
  font-size: 15px;
  color: var(--pwt-fg-light-secondary);
  margin-bottom: 32px;
  line-height: 1.55;
}
.pwt-auth-panel__switch {
  font-size: 14px;
  color: var(--pwt-fg-light-secondary);
  margin-top: 20px;
  text-align: center;
}
.pwt-auth-panel__switch-link {
  color: var(--pwt-accent-on-light);
  text-decoration: underline;
}
.pwt-auth-panel__switch-link:hover { color: var(--pwt-brand-primary); }
.pwt-auth-panel__logo-link {
  display: inline-block;
}

/* ─── LEGAL PAGE HERO (inside main, above content) ─── */
.pwt-legal-hero {
  padding-top: 120px;
  padding-bottom: 40px;
  background: var(--pwt-bg-light);
  border-bottom: 1px solid var(--pwt-border-light);
}
.pwt-legal-hero__title {
  font-size: 36px;
  font-weight: 700;
  color: var(--pwt-fg-light-primary);
  margin-top: 10px;
  margin-bottom: 8px;
}
.pwt-legal-hero__crumb {
  font-size: 13px;
  color: var(--pwt-fg-light-secondary);
  margin-top: 6px;
}
.pwt-legal-hero__crumb a {
  color: var(--pwt-accent-on-light);
  text-decoration: underline;
}
.pwt-container--legal {
  max-width: 760px;
}

/* Legal article (inside pwt-legal-content) */
.legal-article {
  padding: 40px 0 80px;
}
.legal-header {
  margin-bottom: 40px;
}
.legal-header h1 {
  font-size: 32px;
  font-weight: 700;
  color: var(--pwt-fg-light-primary);
  margin-bottom: 8px;
}
.legal-meta {
  font-size: 14px;
  color: var(--pwt-fg-light-secondary);
  margin-bottom: 4px;
}

/* ─── DOCS: NAV VARIANTS (used in quickstart/api-reference/webhooks) ─── */
.pwt-docs-nav {}
.pwt-docs-nav__section {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pwt-fg-light-secondary);
  padding: 12px 12px 6px;
  display: block;
}
.pwt-docs-nav__link {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  color: var(--pwt-fg-light-secondary);
  border-radius: 4px;
  transition: background 0.1s, color 0.1s;
}
.pwt-docs-nav__link:hover,
.pwt-docs-nav__link--active {
  background: var(--pwt-bg-cream);
  color: var(--pwt-accent-on-light);
}

/* Docs content header */
.pwt-docs-content__header {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--pwt-border-light);
  margin-bottom: 32px;
}
.pwt-docs-content__divider {
  border: none;
  border-top: 1px solid var(--pwt-border-light);
  margin: 28px 0;
}

/* Code panel variants (bar variant in quickstart/api-reference) */
.pwt-code-panel__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.pwt-code-panel__lang {
  font-family: var(--pwt-font-mono);
  font-size: 11px;
  color: var(--pwt-accent-on-dark);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.pwt-code-panel__method {
  font-family: var(--pwt-font-mono);
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
}
.pwt-code-panel__method--post { background: rgba(5,150,105,0.2); color: #34D399; }
.pwt-code-panel__method--get  { background: rgba(129,140,248,0.2); color: #A5B4FC; }
.pwt-code-panel__method--delete { background: rgba(248,113,113,0.2); color: #FCA5A5; }
.pwt-code-panel__path {
  font-family: var(--pwt-font-mono);
  font-size: 12px;
  color: rgba(238,240,255,0.7);
}
/* Syntax token for commands (used in webhooks HMAC snippet) */
.pwt-t-cmd { color: #34D399; }

/* ─── DOC CARDS (docs/index.html) ─── */
.pwt-doc-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pwt-doc-card {
  padding: 28px;
  background: var(--pwt-bg-white);
  border: 1px solid var(--pwt-border-light);
  border-radius: var(--pwt-radius-card);
  text-decoration: none;
  display: block;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.pwt-doc-card:hover {
  box-shadow: var(--pwt-shadow-card);
  border-color: var(--pwt-accent-decorative);
}
.pwt-doc-card__icon {
  font-size: 24px;
  color: var(--pwt-accent-on-light);
  margin-bottom: 14px;
}
.pwt-doc-card__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--pwt-fg-light-primary);
  margin-bottom: 8px;
}
.pwt-doc-card__body {
  font-size: 14px;
  line-height: 22px;
  color: var(--pwt-fg-light-secondary);
  margin-bottom: 14px;
}
.pwt-doc-card__link {
  font-size: 13px;
  font-weight: 600;
  color: var(--pwt-accent-on-light);
  display: block;
}

/* ─── CHANGELOG LIST ─── */
.pwt-changelog-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pwt-changelog-item {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--pwt-border-light);
  flex-wrap: wrap;
}
.pwt-changelog-item:first-child { border-top: 1px solid var(--pwt-border-light); }
.pwt-changelog-item__date {
  font-family: var(--pwt-font-mono);
  font-size: 12px;
  color: var(--pwt-fg-light-secondary);
  flex-shrink: 0;
  min-width: 90px;
}
.pwt-changelog-item__badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 3px;
  flex-shrink: 0;
}
.pwt-changelog-item__badge--new { background: rgba(5,150,105,0.12); color: #059669; }
.pwt-changelog-item__badge--fix { background: rgba(245,158,11,0.12); color: #D97706; }
.pwt-changelog-item__badge--breaking { background: rgba(239,68,68,0.12); color: #DC2626; }
.pwt-changelog-item__desc {
  font-size: 14px;
  color: var(--pwt-fg-light-secondary);
  line-height: 1.5;
  flex: 1;
}
.pwt-changelog-item__desc code {
  font-family: var(--pwt-font-mono);
  font-size: 12px;
  background: var(--pwt-code-bg);
  color: var(--pwt-accent-on-light);
  padding: 1px 5px;
  border-radius: 3px;
}

/* ─── INTEGRATIONS GRID (integrations page) ─── */
.pwt-integrations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pwt-integration-card__list {
  list-style: disc;
  padding-left: 20px;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pwt-integration-card__list li {
  font-size: 13px;
  line-height: 22px;
  color: var(--pwt-fg-light-secondary);
}
.pwt-integration-card__list code {
  font-family: var(--pwt-font-mono);
  font-size: 12px;
  background: var(--pwt-code-bg);
  color: var(--pwt-accent-on-light);
  padding: 1px 5px;
  border-radius: 3px;
}

/* ─── COOKIE BANNER ─── */
.cookie-banner,
.cookie-banner--notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--pwt-bg-dark);
  border-top: 1px solid var(--pwt-border-dark);
  z-index: 9999;
  padding: 14px 0;
}
.cookie-banner__inner {
  max-width: var(--pwt-container);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.cookie-banner__text {
  flex: 1;
  font-size: 14px;
  color: var(--pwt-fg-dark-secondary);
  line-height: 1.5;
}
.cookie-banner__text a {
  color: var(--pwt-fg-dark-primary);
  text-decoration: underline;
}
.cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.cookie-banner__btn {
  cursor: pointer;
  font-family: var(--pwt-font-sans);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: var(--pwt-radius-btn);
  border: 1px solid transparent;
  transition: opacity 0.2s;
}
.cookie-banner__btn:hover { opacity: 0.85; }
.cookie-banner__btn--primary {
  background: var(--pwt-accent-on-dark);
  color: var(--pwt-bg-dark);
  border-color: var(--pwt-accent-on-dark);
}
.cookie-banner__btn--secondary {
  background: transparent;
  color: var(--pwt-fg-dark-primary);
  border-color: rgba(238,240,255,0.3);
}

/* body padding when banner is visible */
body.cookie-visible { padding-bottom: 64px; }

/* ─── BLOG CARD ADDITIONS ─── */
.pwt-blog-card__img-link {
  display: block;
  text-decoration: none;
  overflow: hidden;
}
.pwt-blog-card__img-link img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.pwt-blog-card__img-link:hover img { transform: scale(1.03); }
.pwt-blog-card__date {
  font-size: 12px;
  color: var(--pwt-fg-light-secondary);
}
.pwt-blog-card__footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--pwt-border-light);
}
.pwt-blog-card__footer a {
  font-size: 13px;
  font-weight: 600;
  color: var(--pwt-accent-on-light);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.pwt-blog-card__footer a:hover { text-decoration: underline; }

/* ─── BLOG ARTICLE PAGE ─── */
.pwt-blog-article__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--pwt-accent-on-light);
  text-decoration: none;
  margin-bottom: 28px;
}
.pwt-blog-article__back:hover { text-decoration: underline; }
.pwt-blog-article__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  font-size: 13px;
  color: var(--pwt-fg-light-secondary);
}
.pwt-blog-article__byline-sep {
  color: var(--pwt-border-light);
  user-select: none;
}
.pwt-blog-article__cover-wrap {
  margin: 28px 0 36px;
  border-radius: var(--pwt-radius-card);
  overflow: hidden;
}
.pwt-blog-article__cover-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.pwt-blog-article__body {
  font-size: 17px;
  line-height: 1.75;
  color: var(--pwt-fg-light-primary);
}
body.pwt-page--light-top .pwt-blog-article__body h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--pwt-fg-light-primary);
  margin: 40px 0 14px;
}
body.pwt-page--light-top .pwt-blog-article__body p { margin-bottom: 18px; }
body.pwt-page--light-top .pwt-blog-article__body a { color: var(--pwt-accent-on-light); }
body.pwt-page--light-top .pwt-blog-article__body ul,
body.pwt-page--light-top .pwt-blog-article__body ol {
  padding-left: 24px;
  margin-bottom: 18px;
}
body.pwt-page--light-top .pwt-blog-article__body li { margin-bottom: 6px; }

/* ─── DOCS PAGINATION ─── */
.pwt-docs-next {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--pwt-border-light);
  display: flex;
  justify-content: flex-end;
}
.pwt-docs-next__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--pwt-accent-on-light);
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid var(--pwt-border-light);
  border-radius: var(--pwt-radius-btn);
  transition: background 0.2s, border-color 0.2s;
}
.pwt-docs-next__link:hover {
  background: var(--pwt-bg-cream);
  border-color: var(--pwt-accent-on-light);
}

/* ─── API ENDPOINT BLOCKS ─── */
.pwt-api-endpoint {
  margin-bottom: 32px;
  border: 1px solid var(--pwt-border-light);
  border-radius: var(--pwt-radius-card);
  overflow: hidden;
}
.pwt-api-endpoint__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: var(--pwt-bg-dark);
  border-bottom: 1px solid var(--pwt-border-dark);
  flex-wrap: wrap;
}
.pwt-api-endpoint__path {
  font-family: var(--pwt-font-mono);
  font-size: 13px;
  color: var(--pwt-fg-dark-primary);
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.pwt-api-endpoint__label {
  font-size: 12px;
  color: var(--pwt-fg-dark-secondary);
  margin-left: auto;
}

/* ─── AUTH FORM (base class) ─── */
.pwt-auth-form {
  width: 100%;
}
.pwt-auth-form__submit {
  width: 100%;
  margin-top: 8px;
}
.pwt-auth-form__row {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}
.pwt-auth-form__forgot {
  font-size: 13px;
  color: var(--pwt-accent-on-light);
  text-decoration: none;
}
.pwt-auth-form__forgot:hover { text-decoration: underline; }

/* ─── ADDITIONAL RESPONSIVE RULES ─── */
@media (max-width: 1024px) {
  .pwt-about-hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .pwt-contact-layout { grid-template-columns: 1fr; }
  .pwt-auth-layout { grid-template-columns: 1fr; }
  .pwt-auth-aside { min-height: 280px; }
  .pwt-auth-panel { min-height: unset; padding: 40px 40px; }
  .pwt-doc-cards { grid-template-columns: 1fr 1fr; }
  .pwt-integrations-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .pwt-auth-layout { grid-template-columns: 1fr; }
  .pwt-auth-aside { padding: 32px 24px; min-height: unset; }
  .pwt-auth-aside__metric-list { flex-direction: row; flex-wrap: wrap; gap: 16px; }
  .pwt-auth-panel { min-height: unset; padding: 32px 24px; }
  .pwt-auth-form__row--two { grid-template-columns: 1fr; }
  .pwt-doc-cards { grid-template-columns: 1fr; }
  .pwt-integrations-grid { grid-template-columns: 1fr; }
  .pwt-legal-hero { padding-top: 96px; }
  .pwt-about-hero { padding-top: 96px; }
  .pwt-values-list .pwt-value-item { padding-bottom: 24px; }
}
