/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

:root {
  --navy:    #0F2A45;
  --gold:    #D6A93C;
  --gold-lt: #E8BF55;
  --charcoal:#1A1F26;
  --white:   #FFFFFF;
  --cream:   #F5F0E8;
  --gray-lt: #CCCCCC;
  --gray-md: #888888;
  --body:    #333333;
  --font:    'Poppins', sans-serif;
}

.section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  display: block;
}

.btn-header {
  background: var(--gold);
  color: var(--navy);
  font-family: var(--font);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
  flex-shrink: 0;
}

.btn-primary {
  display: inline-block; background: var(--gold); color: var(--navy);
  font-family: var(--font); font-size: 14px; font-weight: 700;
  padding: 14px 28px; letter-spacing: 0.02em; transition: background 0.2s, transform 0.15s; border: none; cursor: pointer;
}

.btn-primary:hover { background: var(--gold-lt); transform: translateY(-1px); }

.btn-secondary {
  display: inline-block; background: transparent; color: var(--white);
  font-family: var(--font); font-size: 14px; font-weight: 700;
  padding: 13px 28px; letter-spacing: 0.02em; border: 2px solid var(--gold); transition: background 0.2s, color 0.2s;
}

.btn-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hamburger span { display: block; width: 24px; height: 2px; background: var(--white); }

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

.audience-name span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  line-height: 1.4;
}

.audience-row:last-child { border-bottom: none; }

.breadcrumb a { color: rgba(255,255,255,0.45); transition: color 0.2s; }

.breadcrumb a:hover { color: var(--gold); }

.breadcrumb span { color: rgba(255,255,255,0.25); margin: 0 8px; }

.btn-header:hover { background: var(--gold-lt); }

.btn-secondary:hover { background: var(--gold); color: var(--navy); }

.build-badge {
  display:inline-block;
  background:var(--gold);
  color:var(--navy);
  font-size:11px;
  font-weight:700;
  letter-spacing:0.12em;
  text-transform:uppercase;
  padding:6px 16px;
  border-radius:20px;
  margin-bottom:20px;
}

.compare-cell.bad::before{content:'✗  ';color:#cc4444;font-weight:700;}

.compare-cell.good::before{content:'✓  ';color:var(--gold);font-weight:700;}

.compare-header{padding:20px 24px;text-align:center;font-size:13px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;}

.compare-header.bad{background:#1a0a0a;color:#cc6666;}

.compare-header.good{background:rgba(184,134,11,0.15);color:var(--gold);}

.compare-table{display:grid;grid-template-columns:1fr 1fr;max-width:900px;margin:0 auto;border:1px solid rgba(184,134,11,0.2);overflow:hidden;}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.deliverable-row:last-child { border-bottom:none; }

.deliverables .section-label,.deliverables .section-headline{text-align:center;}

.final-cta p {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  max-width: 560px;
  margin: 0 auto 12px;
  line-height: 1.7;
}

.final-cta-tagline {
  font-size: 15px;
  color: var(--gold);
  font-style: italic;
  margin-bottom: 36px;
}

.final-trust {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  font-style: italic;
  margin-top: 16px;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom p {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
}

.footer-brand-logo {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 16px;
}

.footer-brand-logo span:first-child { color: var(--white); }

.footer-brand-logo span:last-child  { color: var(--gold); }

.footer-col h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-legal-links {
  display: flex;
  gap: 20px;
}

.footer-legal-links a {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  transition: color 0.2s;
}

.footer-legal-links a:hover { color: var(--gold); }

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links a {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  transition: color 0.2s;
}

.footer-links a:hover { color: var(--gold); }

.footer-tagline .tagline-accent {
  color: var(--gold);
  font-style: italic;
  font-size: 13px;
}

.footer-tagline p {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
  margin-bottom: 4px;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  gap: 16px;
}

.logo {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.03em;
  flex-shrink: 0;
}

.logo span:first-child { color: var(--white); }

.logo span:last-child  { color: var(--gold); }

.next-card h3 {
  font-size:17px;
  font-weight:700;
  color:var(--white);
  margin-bottom:12px;
}

.next-card p {
  font-size:14px;
  color:rgba(255,255,255,0.65);
  line-height:1.65;
  margin-bottom:16px;
}

.next-card-link {
  font-size:13px;
  font-weight:700;
  color:var(--gold);
  display:inline-flex;
  align-items:center;
  gap:6px;
  border-bottom:1px solid rgba(184,134,11,0.4);
  padding-bottom:2px;
}

.next-card-link::after { content:'→'; }

.next-cards {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  max-width:860px;
  margin:0 auto;
}

.next-in-order { background:var(--gold); padding:80px 0; }

.next-step-label {
  font-size:11px;
  font-weight:700;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:8px;
  display:block;
}

.not-a-fit a { color:var(--gold); border-bottom:1px solid rgba(184,134,11,0.4); }

.ownership-box p{font-size:15px;color:var(--white);line-height:1.65;}

.ownership-box strong{color:var(--gold);}

.page-cta .btn-group { justify-content: center; }

.page-cta .cta-tagline {
  font-size: 15px;
  color: var(--gold);
  font-style: italic;
  margin-bottom: 36px;
}

.prerequisite-note a{color:var(--gold);border-bottom:1px solid rgba(184,134,11,0.4);}

.prerequisite-note h4{font-size:13px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--navy);margin-bottom:8px;}

.prerequisite-note p{font-size:14px;color:var(--body);line-height:1.65;}

.pricing-card.featured{border-color:var(--gold);}

.pricing-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:860px;margin:0 auto;}

.pricing-section .section-label,.pricing-section .section-headline{text-align:center;}

.pricing-tier.featured{border-color:var(--gold);box-shadow:0 0 0 2px var(--gold);}

.proof-section .section-label,.proof-section .section-headline{text-align:center;}

.proof-visual-label { color:var(--gold); font-size:11px; font-weight:600; letter-spacing:0.12em; text-transform:uppercase; }

.proof-visual-note { color:rgba(255,255,255,0.3); font-size:11px; font-style:italic; line-height:1.5; }

.site-footer {
  background: var(--navy);
  border-top: 2px solid var(--gold);
  padding: 64px 0 32px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--navy);
  border-bottom: 2px solid var(--gold);
}

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

.site-nav a {
  color: var(--gray-lt);
  font-size: 13px;
  font-weight: 500;
  transition: color 0.2s;
  white-space: nowrap;
}

.site-nav a:hover { color: var(--gold); }

.site-nav a:hover, .site-nav a.active { color: var(--gold); }

.the-problem {
  background: var(--charcoal);
  padding: 100px 0;
}

.tier-body li::before{content:'✓';position:absolute;left:0;color:var(--gold);font-weight:700;}

.tier-period{font-size:13px;color:rgba(255,255,255,0.5);margin-bottom:8px;}

.what-body p { font-size: 15px; color: var(--body); line-height: 1.8; margin-bottom: 16px; }

.who-its-for .section-label,.who-its-for .section-headline{text-align:center;}

.who-this-is-for {
  background: var(--white);
  padding: 100px 0;
}

@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition:none !important;}}

a { text-decoration: none; color: inherit; }

body {
  font-family: var(--font);
  color: var(--body);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

html { scroll-behavior: smooth; }

img { max-width: 100%; height: auto; display: block; }

.trust-line {
  color: rgba(255,255,255,0.4);
  font-size: 13px;
  font-style: italic;
  margin-top: 16px;
}

.page-cta {
  background: var(--navy);
  padding: 100px 0;
  text-align: center;
}

.page-cta h2 {
  color: var(--white);
  font-size: clamp(28px,4vw,46px);
  font-weight: 800;
  margin-bottom: 16px;
}

.proof-copy p {
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 16px;
}

.proof-stats {
  background: rgba(184,134,11,0.2);
  border: 1px solid rgba(184,134,11,0.2);
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(4,1fr);
  margin-top: 32px;
}

.proof-stat-item {
  background: var(--navy);
  padding: 20px 12px;
  text-align: center;
}

.proof-stat-num {
  color: var(--gold);
  display: block;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 4px;
}

.proof-stat-label {
  color: var(--white);
  font-size: 12px;
  line-height: 1.35;
}

.proof-visual {
  align-items: center;
  aspect-ratio: 4/3;
  background: var(--navy);
  border: 2px solid var(--gold);
  box-shadow: 0 0 40px rgba(184,134,11,0.12);
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  padding: 16px;
  text-align: center;
}

.pricing-section {
  background: var(--white);
  padding: 100px 0;
}

.not-a-fit {
  color: var(--gray-md);
  font-size: 14px;
  font-style: italic;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  max-width: 680px;
  text-align: center;
}

.next-headline {
  color: var(--navy);
  font-size: clamp(22px,3vw,32px);
  font-weight: 800;
  margin-bottom: 48px;
  text-align: center;
}

.next-card {
  background: var(--navy);
  border-top: 3px solid rgba(184,134,11,0.5);
  padding: 32px;
}

.final-cta {
  background: var(--navy);
  padding: 100px 0;
  text-align: center;
}

.compare-cell.bad {
  background: rgba(180,0,0,0.06);
  color: rgba(255,255,255,0.55);
}

.compare-cell.good {
  background: rgba(184,134,11,0.05);
  color: rgba(255,255,255,0.85);
}

.the-problem .section-headline {
  color: var(--white);
}

.service-cards {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 56px;
}

.how-it-works {
  background: var(--charcoal);
  padding: 100px 0;
}

.how-it-works .section-headline {
  color: var(--white);
}

.five-systems {
  background: var(--white);
  padding: 100px 0;
}

.compound-note {
  color: rgba(184,134,11,0.4);
  font-size: 11px;
  font-style: italic;
  margin-top: 12px;
}

.deliverables .section-headline {
  color: var(--white);
  font-size: clamp(22px,3vw,34px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 48px;
  text-align: center;
}

.ownership-note {
  background: rgba(184,134,11,0.1);
  border: 1px solid rgba(184,134,11,0.3);
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  max-width: 900px;
  padding: 24px 28px;
  text-align: center;
}

.ownership-note p {
  color: var(--white);
  font-size: 15px;
  line-height: 1.6;
}

.comparison {
  background: var(--charcoal);
  padding: 100px 0;
}

.ownership-box {
  background: var(--navy);
  border: 2px solid var(--gold);
  margin: 24px auto 0;
  max-width: 900px;
  padding: 28px 32px;
  text-align: center;
}

.pricing-tiers {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3,1fr);
  margin: 48px auto 0;
  max-width: 900px;
}

.pricing-tier {
  border: 2px solid rgba(184,134,11,0.25);
  overflow: hidden;
  position: relative;
}

.popular-badge {
  background: var(--gold);
  color: var(--navy);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 4px 0;
  text-align: center;
  text-transform: uppercase;
}

.tier-header {
  background: var(--navy);
  padding: 28px 24px;
}

.tier-name {
  color: var(--gold);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.tier-price {
  color: var(--white);
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 4px;
}

.tier-body {
  background: var(--cream);
  padding: 24px;
}

.tier-body ul {
  list-style: none;
}

.tier-body li {
  color: var(--body);
  font-size: 13px;
  line-height: 1.45;
  padding: 4px 0 4px 18px;
  position: relative;
}

.prerequisite-note {
  background: var(--cream);
  border: 2px solid var(--gold);
  margin: 24px auto 0;
  max-width: 900px;
  padding: 24px 28px;
}

.definition-box {
  background: var(--cream);
  border: 2px solid var(--gold);
  margin-top: 36px;
  padding: 32px 36px;
}

.definition-box h4 {
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.definition-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}

.definition-list li {
  color: var(--body);
  font-size: 15px;
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
}

.definition-list li::before {
  color: var(--gold);
  content: '►';
  font-size: 10px;
  left: 0;
  position: absolute;
  top: 5px;
}

.card-header {
  background: var(--navy);
  padding: 36px 32px;
}

.card-name {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.card-price {
  color: var(--white);
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 6px;
}

.card-model {
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  margin-bottom: 8px;
}

.card-delivery {
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  font-style: italic;
  margin-bottom: 16px;
}

.card-tag {
  background: var(--gold);
  color: var(--navy);
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  text-transform: uppercase;
}

.card-body {
  background: var(--cream);
  padding: 28px 32px;
}

.card-body p {
  color: var(--body);
  font-size: 14px;
  line-height: 1.65;
}

.what-is-it {
  background: var(--white);
  padding: 48px 0 48px;
}

.what-headline {
  color: var(--navy);
  font-size: clamp(22px,3vw,34px);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 auto 24px;
  max-width: 820px;
  text-align: center;
}

.order-note {
  background: var(--navy);
  border: 2px solid var(--gold);
  margin: 24px auto 0;
  max-width: 920px;
  padding: 28px 32px;
  text-align: center;
}

.order-note p {
  color: var(--white);
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 768px) {
  .site-nav,.btn-header {
      display: none;
  }
}

@media (max-width: 768px) {
  .hamburger {
      display: flex;
  }
}

@media (max-width: 768px) {
  .footer-grid {
      gap: 32px;
      grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .footer-grid {
      grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .footer-bottom {
      flex-direction: column;
      text-align: center;
  }
}

@media (max-width: 768px) {
  .page-hero {
      padding: 40px 0 48px;
  }
}

@media (max-width: 768px) {
  .btn-primary,.btn-secondary {
      max-width: 320px;
      text-align: center;
      width: 100%;
  }
}

@media (max-width: 768px) {
  .proof-stats {
      grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 1024px) {
  .proof-grid {
      grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .audience-row {
      grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .audience-name {
      border-bottom: 3px solid var(--gold);
      border-left: none;
  }
}

@media (max-width: 768px) {
  .next-cards {
      grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .compare-table {
      grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .deliverable-row,.audience-row {
      grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .deliverable-name,.audience-name {
      border-bottom: 3px solid var(--gold);
      border-left: none;
  }
}

@media (max-width: 768px) {
  .compare-header.bad,.compare-cell.bad {
      display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
}
