/* ============================================================
   D3 Digital Media — Work With Us page
   Self-contained — design tokens match the homepage.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&display=swap');

:root {
  --sky: #10dde0; --sky-bright: #14e8eb; --sky-deep: #0a8a8c;
  --sky-soft: rgba(16, 221, 224, 0.12); --sky-glow: rgba(16, 221, 224, 0.35);
  --bg: #050608; --bg-card: #0c0e12; --bg-elevated: #11141a; --bg-soft: #161922;
  --border: #1c2029; --border-strong: #2a2f3a;
  --text: #f4f6f8; --text-muted: #dde3ea; --text-dim: #b8c0c8;
  --r-btn: 4px; --r-card: 14px; --r-pill: 999px;
  --t-fast: .18s; --t-medium: .32s; --ease: cubic-bezier(.22, .61, .36, 1);
  --container: 1280px; --gutter: clamp(20px, 4vw, 56px);
  --display: 'Fraunces', Georgia, serif;
  --body: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Override Divi inline h1-h6 { color:#333 } — see home-d3v0290.css for full notes */
#top h1, #top h2, #top h3, #top h4, #top h5, #top h6 { color: var(--text); }

#top, #top * { box-sizing: border-box; }
#top {
  font-family: var(--body); font-size: 17px; line-height: 1.6;
  color: var(--text); background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
#top img, #top svg { display: block; max-width: 100%; }
#top a { color: inherit; text-decoration: none; }
#top ::selection { background: var(--sky); color: #000; }

#top .container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
#top .section { position: relative; padding: clamp(80px, 12vw, 140px) 0; }

#top .eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--sky);
}
#top .eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--sky); }
#top .eyebrow-num {
  font-family: var(--body); font-size: 13px; font-weight: 700;
  letter-spacing: 0.2em; color: var(--text-dim);
}
#top .h-section {
  font-family: var(--display); font-weight: 700;
  font-variation-settings: 'opsz' 96;
  letter-spacing: -0.018em; line-height: 1.05;
  font-size: clamp(36px, 5vw, 64px);
  text-wrap: balance; color: #ffffff;
}
#top .accent { color: var(--sky); }
#top .italic { font-style: italic; }
#top .lede {
  font-size: clamp(18px, 1.5vw, 22px); line-height: 1.55;
  color: var(--text-muted); max-width: 60ch; text-wrap: pretty;
}

#top .btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px; font: inherit; font-weight: 600;
  font-size: 14px; letter-spacing: 0.04em; text-transform: uppercase;
  border-radius: var(--r-btn); border: 1px solid transparent;
  transition: all var(--t-fast) var(--ease); cursor: pointer;
}
#top .btn--primary { background: var(--sky); color: #000; }
#top .btn--primary:hover {
  background: var(--sky-bright); transform: translateY(-1px);
  box-shadow: 0 8px 24px -8px var(--sky-glow);
}
#top .btn--ghost {
  background: transparent; color: var(--text);
  border-color: var(--border-strong);
}
#top .btn--ghost:hover { border-color: var(--sky); color: var(--sky); }

#top .fade-in { opacity: 1; transform: none; }

/* ============================================================
   HERO
   ============================================================ */
#top .wwu-hero {
  position: relative;
  padding: clamp(80px, 12vh, 140px) 0 clamp(40px, 6vh, 80px);
  overflow: hidden;
  background: var(--bg);
}
#top .wwu-hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 50% 40% at 80% 25%, var(--sky-glow), transparent 70%),
    radial-gradient(ellipse 70% 50% at 10% 95%, rgba(16, 221, 224, 0.08), transparent 70%);
  filter: blur(40px); pointer-events: none;
}
#top .wwu-hero::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(28,32,41,0.5) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(28,32,41,0.5) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 30%, transparent 80%);
  opacity: 0.5; pointer-events: none;
}
#top .wwu-hero .container { position: relative; z-index: 1; }
#top .wwu-hero__chip {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px;
  border: 1px solid var(--border-strong);
  border-radius: var(--r-pill);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--sky); background: var(--sky-soft);
  margin-bottom: 24px;
}
#top .wwu-hero__chip-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--sky); box-shadow: 0 0 12px var(--sky);
}
#top .wwu-hero h1 {
  font-family: var(--display); font-weight: 600;
  font-variation-settings: 'opsz' 144;
  letter-spacing: -0.025em; line-height: 1.02;
  font-size: clamp(48px, 7vw, 96px);
  text-wrap: balance; color: #ffffff;
  margin-bottom: 24px; max-width: 16ch;
}
#top .wwu-hero h1 .accent { font-style: italic; font-weight: 600; color: var(--sky); }
#top .wwu-hero__sub {
  font-size: clamp(18px, 1.5vw, 21px); line-height: 1.55;
  color: var(--text-muted); max-width: 64ch;
  margin-bottom: 20px; text-wrap: pretty;
}
#top .wwu-hero__sub strong { color: #ffffff; font-weight: 600; }

/* ============================================================
   TIER GRID — 4 cards
   ============================================================ */
#top .tiers-grid {
  background: var(--bg);
  border-top: 1px solid var(--border);
}
#top .tiers-grid__head { margin-bottom: 48px; max-width: 800px; }
#top .tiers-grid__head .h-section { margin-top: 18px; margin-bottom: 18px; }
#top .tiers-grid__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}
#top .tier-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-card);
  padding: 32px 24px;
  display: flex; flex-direction: column;
  position: relative;
  transition: transform var(--t-medium) var(--ease), border-color var(--t-medium) var(--ease);
}
#top .tier-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
}
#top .tier-card--featured {
  background: linear-gradient(180deg, rgba(16,221,224,0.06), transparent 60%), var(--bg-card);
  border-color: var(--sky);
  box-shadow: 0 0 0 1px var(--sky), 0 30px 80px -30px var(--sky-glow);
}
#top .tier-card__badge {
  position: absolute; top: -12px; left: 50%;
  transform: translateX(-50%);
  background: var(--sky); color: #000;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.2em;
  padding: 5px 12px; border-radius: var(--r-pill);
  white-space: nowrap;
}
#top .tier-card__eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--sky); font-weight: 700;
  margin-bottom: 8px;
}
#top .tier-card__name {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(22px, 2vw, 26px);
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin-bottom: 4px; color: #ffffff;
}
#top .tier-card__sub {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 22px;
  min-height: 36px;
}
#top .tier-card__price {
  display: flex; align-items: baseline; gap: 4px;
  margin-bottom: 4px;
}
#top .tier-card__from {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 4px;
  display: block; width: 100%;
}
#top .tier-card__amount {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(34px, 3.4vw, 44px);
  line-height: 1; letter-spacing: -0.02em;
  color: #ffffff;
}
#top .tier-card__period {
  font-size: 14px; color: var(--text-muted);
}
#top .tier-card__annual {
  font-size: 12px;
  color: var(--text-dim);
  margin-bottom: 22px;
  min-height: 30px;
}
#top .tier-card__includes {
  list-style: none;
  display: flex; flex-direction: column; gap: 10px;
  margin-bottom: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  flex: 1;
}
#top .tier-card__includes li {
  font-size: 13px; line-height: 1.5;
  color: var(--text-muted);
  position: relative; padding-left: 18px;
}
#top .tier-card__includes li::before {
  content: ''; position: absolute;
  left: 0; top: 8px;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--sky);
}
#top .tier-card__includes li strong { color: #ffffff; font-weight: 600; }
#top .tier-card__best {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 18px;
  line-height: 1.45;
}
#top .tier-card__best strong { color: #ffffff; font-weight: 600; }
#top .tier-card .btn { width: 100%; justify-content: center; }

/* ============================================================
   COMPARE — feature table
   ============================================================ */
#top .compare { background: var(--bg-card); }
#top .compare__head { max-width: 800px; margin-bottom: 48px; }
#top .compare__head .h-section { margin-top: 18px; margin-bottom: 18px; }
#top .compare__table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--r-card);
  background: var(--bg);
  scrollbar-width: thin;
  scrollbar-color: var(--border-strong) transparent;
}
#top .compare__table {
  width: 100%; border-collapse: collapse;
  font-size: 14px; min-width: 800px;
}
#top .compare__table thead th {
  text-align: left; padding: 22px 20px;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-muted);
  background: var(--bg-card);
  border-bottom: 1px solid var(--border-strong);
  vertical-align: top;
  width: 22%;
}
#top .compare__table thead th:first-child {
  background: var(--bg); color: var(--sky); width: 32%;
}
#top .compare__table tbody th {
  text-align: left; padding: 20px;
  font-family: var(--display); font-weight: 600;
  font-size: 14px; line-height: 1.3;
  color: #ffffff;
  background: var(--bg-card);
  border-bottom: 1px solid var(--border);
  letter-spacing: -0.005em;
  width: 32%;
}
#top .compare__table tbody td {
  padding: 20px;
  border-bottom: 1px solid var(--border);
  color: var(--text-muted);
  line-height: 1.5;
  vertical-align: top;
  font-size: 13px;
}
#top .compare__table tbody tr:last-child th,
#top .compare__table tbody tr:last-child td { border-bottom: none; }
#top .compare__check {
  display: inline-block;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--sky);
  color: #000;
  text-align: center;
  font-weight: 800;
  line-height: 22px;
  font-size: 13px;
}
#top .compare__dash {
  display: inline-block;
  color: var(--text-dim);
  font-size: 18px;
  width: 22px; text-align: center;
}

/* ============================================================
   FAQ
   ============================================================ */
#top .wwu-faq { background: var(--bg); }
#top .wwu-faq__head { max-width: 800px; margin-bottom: 48px; }
#top .wwu-faq__head .h-section { margin-top: 18px; margin-bottom: 18px; }
#top .wwu-faq__list {
  display: flex; flex-direction: column;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--r-card);
  overflow: hidden;
}
#top .wwu-faq__item {
  background: var(--bg-card);
  padding: 28px 32px;
}
#top .wwu-faq__q {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.25;
  color: #ffffff;
  letter-spacing: -0.005em;
  margin: 0 0 10px;
}
#top .wwu-faq__a {
  font-size: 15px; line-height: 1.6;
  color: var(--text-muted);
  text-wrap: pretty;
}
#top .wwu-faq__a strong { color: #ffffff; font-weight: 600; }
#top .wwu-faq__a em { font-style: italic; color: var(--sky); font-weight: 500; }

/* ============================================================
   FINAL CTA
   ============================================================ */
#top .wwu-final {
  background: var(--bg);
  position: relative; overflow: hidden;
  text-align: center;
}
#top .wwu-final::before {
  content: ''; position: absolute;
  inset: -50% -10% auto auto;
  width: 80vw; height: 80vw;
  background: radial-gradient(circle, var(--sky-glow), transparent 60%);
  filter: blur(80px); pointer-events: none; z-index: 0;
}
#top .wwu-final .container { position: relative; z-index: 1; }
#top .wwu-final__inner { max-width: 800px; margin: 0 auto; }
#top .wwu-final h2 { margin: 16px 0 22px; }
#top .wwu-final .lede { margin: 0 auto 32px; }
#top .wwu-final__buttons {
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: center;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  #top .tiers-grid__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  #top .tiers-grid__grid { grid-template-columns: 1fr; }
}
