/* Outset Solutions — marketing site */
:root {
  --navy: #1a2744;
  --blue: #3b5bdb;
  --blue-dark: #2f4ac0;
  --teal: #0d9488;
  --gold: #c9a227;
  --bg: #f8fafc;
  --text: #1e293b;
  --muted: #64748b;
  --white: #ffffff;
  --radius: 8px;
  --shadow: 0 4px 24px rgba(26, 39, 68, 0.08);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
}

a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.container.narrow { max-width: 720px; }

.site-header {
  background: var(--navy);
  color: var(--white);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}

.nav {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: -0.02em;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 28px;
}

.nav-links a { color: rgba(255,255,255,0.9); font-weight: 500; }
.nav-links a:hover { color: var(--white); text-decoration: none; }

.hero {
  background: linear-gradient(135deg, var(--navy) 0%, #2d3a5c 50%, var(--blue-dark) 100%);
  color: var(--white);
  padding: 88px 24px 96px;
  text-align: center;
}

.hero h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.hero .subhead {
  font-size: 1.15rem;
  opacity: 0.92;
  max-width: 640px;
  margin: 0 auto 36px;
}

.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* PrivacyDawg marketing tagline — hero-scale attention block */
.pd-tagline-section {
  background:
    radial-gradient(ellipse 80% 60% at 50% 45%, rgba(13, 148, 136, 0.18) 0%, transparent 55%),
    linear-gradient(180deg, #0b1220 0%, #0f172a 50%, #0b1220 100%);
  color: var(--white);
  padding: clamp(80px, 12vh, 140px) 24px;
  min-height: min(88vh, 920px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pd-tagline-section .container {
  width: 100%;
}

.pd-tagline {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pd-tagline-question {
  font-size: clamp(1.75rem, 4.5vw, 3rem);
  font-weight: 500;
  opacity: 0.95;
  margin-bottom: clamp(16px, 3vh, 32px);
  font-style: italic;
  line-height: 1.2;
  max-width: 18ch;
}

.pd-tagline-broker {
  font-size: clamp(2.25rem, 8vw, 5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #fca5a5;
  line-height: 1.05;
  margin-bottom: 12px;
  text-shadow: 0 0 48px rgba(248, 113, 113, 0.35);
  max-width: 14ch;
}

.pd-tagline-from {
  font-size: clamp(0.75rem, 1.5vw, 0.95rem);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #64748b;
  margin-bottom: clamp(28px, 5vh, 48px);
}

.pd-tagline-brand {
  font-size: clamp(3.5rem, 14vw, 8.5rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.95;
  background: linear-gradient(135deg, #2dd4bf 0%, #5eead4 35%, var(--gold) 85%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: clamp(16px, 3vh, 28px);
  filter: drop-shadow(0 8px 32px rgba(13, 148, 136, 0.35));
}

.pd-tagline-punch {
  font-size: clamp(1.75rem, 5vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--white);
  margin-bottom: clamp(12px, 2vh, 20px);
  max-width: 16ch;
}

.pd-tagline-sub {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #94a3b8;
  margin-bottom: clamp(28px, 4vh, 40px);
  max-width: 42ch;
  line-height: 1.5;
}

.pd-tagline-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.pd-tagline-actions .btn {
  padding: 16px 32px;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
}

.pd-tagline-compact {
  max-width: 980px;
  margin: 0 auto;
}

.pd-tagline-compact .pd-tagline-question {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  margin-bottom: 20px;
}

.pd-tagline-compact .pd-tagline-broker {
  font-size: clamp(2rem, 7vw, 3.75rem);
}

.pd-tagline-compact .pd-tagline-brand {
  font-size: clamp(3rem, 12vw, 6rem);
  margin-bottom: 16px;
}

.pd-tagline-compact .pd-tagline-punch {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  margin-bottom: 12px;
}

.pd-tagline-compact .pd-tagline-from { margin-bottom: 28px; }

.pd-tagline-compact .pd-tagline-sub {
  margin-bottom: 20px;
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
}

.product-tagline {
  font-size: 0.95rem;
  color: var(--muted);
  margin: 12px 0 16px;
  padding: 12px 14px;
  background: #f1f5f9;
  border-radius: var(--radius);
  border-left: 3px solid var(--teal);
  line-height: 1.5;
}

.product-tagline em { font-style: italic; color: var(--text); }
.product-tagline strong.broker-voice { color: #b91c1c; font-weight: 700; }
.product-tagline .brand-hit {
  display: block;
  margin-top: 8px;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--teal);
  letter-spacing: -0.02em;
}

.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
}

.btn:hover { transform: translateY(-2px); text-decoration: none; }

.btn-primary {
  background: var(--white);
  color: var(--navy);
  box-shadow: var(--shadow);
}

.btn-secondary {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.6);
}

.btn-secondary:hover { background: rgba(255,255,255,0.1); color: var(--white); }

.btn-teal { background: var(--teal); color: var(--white); }
.btn-teal:hover { background: #0f766e; color: var(--white); }

.section { padding: 72px 24px; }
.section-alt { background: var(--white); }

.section h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.section .section-lead {
  text-align: center;
  color: var(--muted);
  max-width: 600px;
  margin: 0 auto 48px;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--teal);
  margin-bottom: 8px;
}

.lead { font-size: 1.1rem; color: var(--muted); margin-bottom: 32px; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
}

.product-card {
  background: var(--white);
  border-radius: 12px;
  padding: 32px;
  box-shadow: var(--shadow);
  border: 1px solid #e2e8f0;
}

.product-card.featured {
  border-color: var(--gold);
  box-shadow: 0 8px 32px rgba(201, 162, 39, 0.15);
}

.product-card h3 { font-size: 1.35rem; margin-bottom: 8px; }

.product-card .price {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--navy);
  margin: 16px 0;
}

.product-card .price span { font-size: 0.9rem; font-weight: 500; color: var(--muted); }

.product-card ul {
  list-style: none;
  margin: 20px 0 24px;
}

.product-card li {
  padding: 6px 0 6px 24px;
  position: relative;
  font-size: 0.95rem;
}

.product-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: 700;
}

.badge {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 24px;
  text-align: center;
  margin: 48px 0;
}

.stat-num { font-size: 2.5rem; font-weight: 800; color: var(--blue); }
.stat-label { font-size: 0.9rem; color: var(--muted); }

.content-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

@media (max-width: 768px) {
  .content-block { grid-template-columns: 1fr; }
  .nav-links { gap: 16px; font-size: 0.9rem; }
}

.content-block h3 { font-size: 1.5rem; margin-bottom: 16px; }

.article-teaser {
  background: var(--white);
  border-left: 4px solid var(--teal);
  padding: 24px 28px;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin-top: 32px;
}

.contact-box {
  background: var(--navy);
  color: var(--white);
  border-radius: 12px;
  padding: 48px;
  text-align: center;
}

.contact-box a { color: var(--gold); }

.site-footer {
  background: #0f172a;
  color: rgba(255,255,255,0.75);
  padding: 48px 24px;
  font-size: 0.9rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.footer-grid a { color: rgba(255,255,255,0.85); }

.lead-form {
  background: var(--white);
  padding: 24px;
  border-radius: var(--radius);
  margin-bottom: 32px;
  box-shadow: var(--shadow);
}

.lead-form label { display: block; font-weight: 600; margin-bottom: 8px; }
.lead-form input {
  width: 100%;
  padding: 12px;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius);
  margin-bottom: 16px;
  font-size: 1rem;
}

.form-status {
  margin: -8px 0 16px;
  padding: 10px 12px;
  border-radius: var(--radius);
  font-size: 0.95rem;
}

.form-ok { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.form-error { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }

.check-items { list-style: none; margin: 16px 0 32px; }
.check-items li { padding: 10px 0; border-bottom: 1px solid #e2e8f0; display: flex; gap: 12px; align-items: flex-start; }
.check-items input { margin-top: 4px; }
.check-items label { flex: 1; cursor: pointer; }

.note { background: #fef3c7; padding: 12px 16px; border-radius: var(--radius); font-size: 0.95rem; margin-bottom: 16px; }
.download-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.btn-on-light {
  background: var(--white);
  color: var(--navy);
  border: 2px solid #cbd5e1;
}
.btn-on-light:hover { background: #f1f5f9; color: var(--navy); }
.checklist-loading { color: var(--muted); font-style: italic; }
.check-items .step-num { color: var(--teal); font-weight: 700; margin-right: 4px; }
.print-hint { margin-top: 32px; text-align: center; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

@media print {
  .site-header, .site-footer, .lead-form, .print-hint, .download-actions { display: none; }
}
