/* ========================================
   Virtuoso Content V2 — Page Specific Styles
   ======================================== */

/* Common page header used on inner pages */
.page-header {
  background: var(--navy);
  color: var(--white);
  padding: 120px 0 100px;
  text-align: center;
}
.page-header .overline {
  color: var(--gold);
}
.page-header h1 {
  color: var(--white);
  font-size: 52px;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto 24px;
}
.page-header p {
  font-size: 18px;
  color: rgba(255,255,255,0.75);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
}
.page-header .btn-primary,
.page-header .btn-secondary {
  margin-top: 32px;
}

/* ================= SERVICES PAGE ================= */
.services-list { background: var(--white); padding: 96px 0; }
.services-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.service-detail-card {
  background: var(--offwhite);
  border-radius: 12px;
  padding: 40px;
  border: 1px solid var(--border);
  transition: box-shadow .2s, transform .2s;
}
.service-detail-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}
.service-detail-card .service-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: var(--navy);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-family: 'JetBrains Mono', monospace;
  margin-bottom: 24px;
}
.service-detail-card h3 {
  font-size: 26px;
  margin-bottom: 14px;
}
.service-detail-card p {
  font-size: 15px;
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 16px;
}
.service-detail-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.service-detail-card li {
  font-size: 14px;
  color: var(--gray);
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
.service-detail-card li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--gold);
}
.service-detail-card .btn-primary {
  margin-top: 8px;
}

.process { background: var(--navy); color: var(--white); padding: 96px 0; }
.process .section-header h2 { color: var(--white); }
.process .section-header p { color: rgba(255,255,255,0.7); }
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.step {
  text-align: center;
  padding: 0 16px;
}
.step-number {
  font-family: 'JetBrains Mono', monospace;
  font-size: 48px;
  color: var(--gold);
  opacity: 0.35;
  margin-bottom: 16px;
}
.step h4 {
  font-size: 20px;
  margin-bottom: 12px;
  color: var(--white);
}
.step p {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
}

/* ================= TAB PAGE ================= */
/* .tab-hero .container — layout handled by .tab-hero-grid inside */

.why-tab { background: var(--white); padding: 96px 0; }
.deliverables { background: var(--offwhite); padding: 96px 0; }
.deliverable-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.deliverable-card {
  background: var(--white);
  border-radius: 12px;
  padding: 36px;
  box-shadow: var(--shadow);
}
.deliverable-card h4 {
  font-size: 22px;
  margin-bottom: 12px;
}
.deliverable-card p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.6;
}

.example-topics { background: var(--white); padding: 96px 0; }
.topic-tree {
  max-width: 900px;
  margin: 0 auto;
}
.tree-pillar {
  background: var(--navy);
  color: var(--gold);
  padding: 20px 32px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}
.tree-clusters {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.tree-card {
  background: var(--offwhite);
  border-radius: 12px;
  padding: 28px;
  border: 1px solid var(--border);
}
.tree-card strong {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
  color: var(--navy);
}
.tree-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tree-card li {
  font-size: 14px;
  color: var(--gray);
  margin-bottom: 8px;
  padding-left: 18px;
  position: relative;
}
.tree-card li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--gold);
}

.pricing-tease { background: var(--offwhite); padding: 96px 0; }
.pricing-tease .pricing-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  background: var(--white);
  border-radius: 12px;
  padding: 48px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.pricing-copy h2 { font-size: 36px; margin-bottom: 16px; }
.pricing-copy p { color: var(--gray); line-height: 1.7; margin-bottom: 24px; }
.pricing-highlight {
  background: var(--offwhite);
  border-radius: 12px;
  padding: 36px;
  border: 1px solid var(--border);
}
.price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 8px;
}
.price {
  font-family: 'JetBrains Mono', monospace;
  font-size: 36px;
  color: var(--navy);
  font-weight: 600;
}
.price-note {
  font-size: 14px;
  color: var(--gray);
}
.pricing-highlight .price-features {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}
.pricing-highlight .price-features li {
  font-size: 14px;
  color: var(--gray);
  margin-bottom: 10px;
  padding-left: 24px;
  position: relative;
}
.pricing-highlight .price-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: 600;
}

/* ================= RESULTS PAGE ================= */
.results-aggregate { background: var(--white); padding: 96px 0; }
.stats-grid.large .stat-value {
  font-size: 56px;
  color: var(--navy);
}
.stats-grid.large .stat-desc {
  color: var(--gray);
  font-size: 14px;
}

.case-studies { background: var(--white); padding: 0 0 96px; }
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.case-card {
  background: var(--offwhite);
  border-radius: 12px;
  padding: 40px;
  border: 1px solid var(--border);
  transition: box-shadow .2s, transform .2s;
}
.case-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}
.case-meta {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.case-card h3 {
  font-size: 24px;
  margin-bottom: 14px;
}
.case-card p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.6;
  margin-bottom: 20px;
}
.case-stats { display: grid; gap: 12px; }
.case-stats > div {
  font-size: 14px;
  color: var(--navy);
}
.case-stats strong {
  color: var(--navy);
  font-weight: 600;
}

.metrics { background: var(--offwhite); padding: 96px 0; }
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.metric-card {
  background: var(--white);
  border-radius: 12px;
  padding: 36px;
  box-shadow: var(--shadow);
}
.metric-card h4 {
  font-size: 20px;
  margin-bottom: 12px;
}
.metric-card p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.6;
}

/* ================= PRICING PAGE ================= */
.pricing-toggle-wrap {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 32px 0;
  text-align: center;
}
.pricing-toggle {
  display: inline-flex;
  background: var(--offwhite);
  border-radius: 8px;
  padding: 4px;
  gap: 4px;
  margin-bottom: 12px;
}
.toggle-btn {
  padding: 10px 24px;
  border: none;
  background: transparent;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--gray);
  cursor: pointer;
  transition: all .2s;
}
.toggle-btn.active {
  background: var(--navy);
  color: var(--gold);
}
.toggle-note {
  font-size: 13px;
  color: var(--gray);
  margin: 0;
}

.pricing-table { background: var(--white); padding: 80px 0 96px; }
.pricing-table .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: start;
}
.price-card {
  background: var(--offwhite);
  border-radius: 12px;
  padding: 44px 32px;
  border: 1px solid var(--border);
  text-align: center;
  position: relative;
  transition: box-shadow .2s;
}
.price-card:hover { box-shadow: var(--shadow); }
.price-card.featured {
  border-color: var(--gold);
  border-width: 2px;
  box-shadow: 0 8px 32px rgba(201,168,76,0.12);
  padding: 54px 32px;
}
.price-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  background: rgba(201,168,76,0.15);
  color: var(--gold);
  margin-bottom: 20px;
}
.price-tier {
  font-size: 22px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 8px;
}
.price-amount {
  font-family: 'JetBrains Mono', monospace;
  font-size: 40px;
  color: var(--navy);
  margin-bottom: 4px;
}
.price-cycle {
  font-size: 13px;
  color: var(--gray);
  margin-bottom: 28px;
}
.price-card .price-features {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  text-align: left;
}
.price-card .price-features li {
  font-size: 14px;
  color: var(--gray);
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
  line-height: 1.5;
}
.price-card .price-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: 600;
}
.price-card .btn-primary,
.price-card .btn-secondary { width: 100%; text-align: center; }

.add-ons { background: var(--offwhite); padding: 96px 0; }
.add-ons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.add-on-card {
  background: var(--white);
  border-radius: 12px;
  padding: 32px;
  border: 1px solid var(--border);
  transition: box-shadow .2s;
}
.add-on-card:hover { box-shadow: var(--shadow); }
.add-on-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.add-on-card p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.6;
  margin-bottom: 16px;
}
.add-on-price {
  font-family: 'JetBrains Mono', monospace;
  font-size: 16px;
  color: var(--navy);
  font-weight: 600;
}

/* FAQ used on pricing page */
.faq { background: var(--white); padding: 80px 0 96px; }
.faq-list {
  max-width: 720px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  border: none;
  background: none;
  font-size: 17px;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
  text-align: left;
  font-family: 'Inter', sans-serif;
}
.faq-icon {
  font-size: 24px;
  color: var(--gold);
  transition: transform .2s;
}
.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease, padding .3s ease;
}
.faq-answer p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.7;
  padding-bottom: 24px;
  margin: 0;
}
.faq-item.open .faq-answer {
  max-height: 300px;
}

/* ================= ABOUT PAGE ================= */
.origin { background: var(--white); padding: 96px 0; }
.origin-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.origin-text h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.origin-text p {
  color: var(--gray);
  margin-bottom: 16px;
  line-height: 1.7;
}
.origin-text blockquote {
  border-left: 3px solid var(--gold);
  padding-left: 24px;
  margin: 32px 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-style: italic;
  color: var(--navy);
  line-height: 1.4;
}
.origin-visual {
  background: var(--offwhite);
  border-radius: 12px;
  padding: 48px;
  border: 1px solid var(--border);
}
.timeline { position: relative; }
.timeline::before {
  content:'';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--gold);
}
.timeline-item {
  position: relative;
  padding-left: 48px;
  padding-bottom: 32px;
}
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item .dot {
  position: absolute;
  left: 14px;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--navy);
  border: 3px solid var(--gold);
}
.timeline-item .year {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 4px;
}
.timeline-item .event {
  font-size: 15px;
  color: var(--navy);
  font-weight: 600;
}
.timeline-item .desc {
  font-size: 13px;
  color: var(--gray);
  margin-top: 4px;
  line-height: 1.5;
}

.values { background: var(--offwhite); padding: 96px 0; }
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.value-card {
  background: var(--white);
  border-radius: 12px;
  padding: 40px;
  border: 1px solid var(--border);
  transition: box-shadow .2s;
}
.value-card:hover { box-shadow: var(--shadow); }
.value-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: var(--navy);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 24px;
}
.value-card h4 {
  font-size: 22px;
  margin-bottom: 12px;
}
.value-card p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.6;
}

.team { background: var(--white); padding: 96px 0; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.team-card { text-align: center; }
.team-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--navy);
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-avatar .initials {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  color: var(--gold);
  font-weight: 500;
}
.team-card h4 {
  font-size: 20px;
  margin-bottom: 4px;
}
.team-card .role {
  font-size: 13px;
  color: var(--gold);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
.team-card p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.6;
}

.network-callout {
  background: var(--navy);
  color: var(--white);
  border-radius: 12px;
  padding: 40px 48px;
  max-width: 880px;
  margin: 64px auto 0;
  border-left: 4px solid var(--gold);
}
.network-callout .overline { color: var(--gold); }
.network-callout h3 {
  font-size: 26px;
  margin-bottom: 12px;
  color: var(--white);
}
.network-callout p {
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.writers { background: var(--navy); color: var(--white); padding: 96px 0; }
.writers .section-header h2 { color: var(--white); }
.writers .section-header p { color: rgba(255,255,255,0.7); }
.writers-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.writer-stat { text-align: center; }
.writer-stat .num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 48px;
  color: var(--gold);
  margin-bottom: 8px;
}
.writer-stat .label {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}
.writer-types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.writer-type {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 32px;
  text-align: center;
}
.writer-type .type-icon {
  font-size: 32px;
  margin-bottom: 16px;
}
.writer-type h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--white);
}
.writer-type p {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}

/* ================= CONTACT PAGE ================= */
.contact-section { background: var(--white); padding: 80px 0 96px; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
.form-side h2 {
  font-size: 32px;
  margin-bottom: 8px;
}
.form-side > p {
  color: var(--gray);
  margin-bottom: 32px;
}
.form-group { margin-bottom: 24px; }
.form-group label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 8px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: var(--navy);
  background: var(--offwhite);
  transition: border-color .2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-note {
  font-size: 12px;
  color: var(--gray);
  margin-top: 16px;
  line-height: 1.5;
}

.calendly-header {
  background: var(--navy);
  border-radius: 12px 12px 0 0;
  padding: 24px 32px;
  color: var(--white);
}
.calendly-header h3 {
  font-size: 22px;
  margin-bottom: 4px;
}
.calendly-header p {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}
.calendly-embed {
  background: var(--offwhite);
  border-radius: 0 0 12px 12px;
  border: 1px solid var(--border);
  border-top: none;
  padding: 48px 32px;
  text-align: center;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cal-icon {
  font-size: 48px;
  margin-bottom: 16px;
  color: var(--gold);
}
.calendly-embed h4 {
  font-size: 20px;
  margin-bottom: 8px;
}
.calendly-embed p {
  font-size: 14px;
  color: var(--gray);
  margin-bottom: 24px;
  max-width: 280px;
}
.calendly-note {
  margin-top: 24px;
  padding: 16px 20px;
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 8px;
}
.calendly-note p {
  font-size: 13px;
  color: var(--gray);
  margin: 0;
}
.calendly-note strong { color: var(--navy); }

.trust-points { background: var(--offwhite); padding: 64px 0; }
.trust-points-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.trust-point {
  text-align: center;
  padding: 32px;
}
.trust-point .icon {
  font-size: 32px;
  color: var(--gold);
  margin-bottom: 16px;
}
.trust-point h4 {
  font-size: 20px;
  margin-bottom: 8px;
}
.trust-point p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.6;
}

.contact-faq { background: var(--white); padding: 80px 0; }
.contact-faq .faq-list {
  max-width: 720px;
  margin: 0 auto;
}
.contact-faq .faq-item {
  border-bottom: 1px solid var(--border);
  padding: 24px 0;
}
.contact-faq .faq-item h4 {
  font-size: 17px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--navy);
}
.contact-faq .faq-item p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.7;
  margin: 0;
}

.direct-contact { background: var(--navy); color: var(--white); padding: 64px 0; }
.direct-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  text-align: center;
}
.direct-item .label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.direct-item .value {
  font-size: 16px;
  color: var(--white);
}
.direct-item a {
  color: var(--gold);
  transition: opacity .2s;
}
.direct-item a:hover { opacity: 0.8; }

/* ================= BLOG PAGE ================= */
.newsletter-bar {
  background: linear-gradient(135deg, var(--navy) 0%, #1e293b 100%);
  padding: 48px 0;
}
.newsletter-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.newsletter-text h3 {
  font-size: 24px;
  color: var(--white);
  margin-bottom: 8px;
}
.newsletter-text p {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}
.newsletter-form {
  display: flex;
  gap: 12px;
}
.newsletter-form input {
  flex: 1;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 6px;
  background: rgba(255,255,255,0.05);
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,0.5); }
.newsletter-form input:focus {
  outline: none;
  border-color: var(--gold);
}
.newsletter-form button {
  padding: 14px 28px;
  border-radius: 6px;
  background: var(--gold);
  color: var(--navy);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background .2s;
}
.newsletter-form button:hover { background: var(--gold-dark); }

.categories {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 24px 0;
  position: sticky;
  top: 72px;
  z-index: 50;
}
.category-list {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.category-list a {
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gray);
  border: 1px solid transparent;
  transition: all .2s;
  text-decoration: none;
  cursor: pointer;
}
.category-list a:hover {
  color: var(--navy);
  background: var(--offwhite);
}
.category-list a.active {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

.featured-post { background: var(--white); padding: 64px 0; }
.featured-card {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  background: var(--offwhite);
  border-radius: 12px;
  border: 1px solid var(--border);
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow .2s;
}
.featured-card:hover { box-shadow: var(--shadow); }
.featured-image {
  height: 100%;
  min-height: 320px;
  background: linear-gradient(135deg, var(--navy) 0%, #1e293b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-image .icon {
  font-size: 80px;
  color: var(--gold);
  opacity: 0.3;
}
.featured-content {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured-content .tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 4px;
  background: rgba(201,168,76,0.15);
  color: var(--gold);
  margin-bottom: 16px;
  width: fit-content;
}
.featured-content h2 {
  font-size: 32px;
  margin-bottom: 16px;
}
.featured-content p {
  color: var(--gray);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.featured-content .meta {
  font-size: 13px;
  color: var(--gray);
}
.featured-content .meta span { color: var(--teal); font-weight: 500; }

.articles { background: var(--offwhite); padding: 80px 0; }
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.article-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  transition: all .2s;
  cursor: pointer;
}
.article-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}
.article-card-img {
  height: 180px;
  background: linear-gradient(135deg, var(--navy) 0%, #1e293b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-card-img .card-icon {
  font-size: 40px;
  color: var(--gold);
  opacity: 0.4;
}
.article-card-body { padding: 24px; }
.article-card-body .tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 4px;
  background: rgba(201,168,76,0.1);
  color: var(--gold);
  margin-bottom: 12px;
}
.article-card-body h4 {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.3;
}
.article-card-body p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.6;
  margin-bottom: 16px;
}
.article-card-body .meta {
  font-size: 12px;
  color: var(--gray);
}
.article-card-body .meta span { color: var(--teal); }

.resources { background: var(--white); padding: 80px 0; }
.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* ── Single Post / Article ── */
.article-header { background: var(--navy); color: var(--white); padding: 80px 0 72px; }
.article-header-inner { max-width: 760px; }
.article-tag { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 4px 12px; border-radius: 4px; background: rgba(201,168,76,0.2); color: var(--gold); margin-bottom: 20px; }
.article-header h1 { font-size: 48px; font-weight: 300; line-height: 1.1; color: var(--white); margin-bottom: 24px; }
.article-meta-bar { display: flex; align-items: center; gap: 8px; font-size: 14px; color: rgba(255,255,255,0.6); flex-wrap: wrap; }
.article-meta-bar .meta-sep { opacity: 0.4; }
.article-meta-bar strong { color: rgba(255,255,255,0.85); font-weight: 500; }

.article-body { padding: 80px 0 100px; background: var(--white); }
.article-content { max-width: 720px; }
.article-content p { font-size: 17px; line-height: 1.85; color: #374151; margin-bottom: 24px; }
.article-content h2 { font-size: 32px; color: var(--navy); margin: 48px 0 16px; }
.article-content h3 { font-size: 24px; color: var(--navy); margin: 36px 0 12px; }
.article-content ul, .article-content ol { padding-left: 24px; margin-bottom: 24px; }
.article-content li { font-size: 16px; line-height: 1.75; color: #374151; margin-bottom: 8px; }
.article-content blockquote { border-left: 3px solid var(--gold); padding: 16px 24px; margin: 32px 0; background: var(--offwhite); border-radius: 0 8px 8px 0; }
.article-content blockquote p { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-style: italic; color: var(--navy); margin: 0; }

.article-footer-nav { margin-top: 64px; padding-top: 32px; border-top: 1px solid var(--border); }
.back-link { font-size: 14px; font-weight: 500; color: var(--navy); letter-spacing: 0.03em; transition: color .2s; }
.back-link:hover { color: var(--gold); }

.featured-card-link { display: block; text-decoration: none; color: inherit; }
.featured-card-link:hover .featured-card { box-shadow: 0 8px 32px rgba(0,0,0,0.10); }

@media (max-width: 768px) {
  .article-header h1 { font-size: 34px; }
  .article-content { max-width: 100%; }
  .article-content p, .article-content li { font-size: 16px; }
}
.resource-card {
  background: var(--offwhite);
  border-radius: 12px;
  padding: 32px;
  border: 1px solid var(--border);
  display: flex;
  gap: 20px;
  transition: box-shadow .2s;
  cursor: pointer;
}
.resource-card:hover { box-shadow: var(--shadow); }
.resource-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--navy);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.resource-content h4 { font-size: 18px; margin-bottom: 4px; }
.resource-content .type {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 8px;
}
.resource-content p {
  font-size: 13px;
  color: var(--gray);
  line-height: 1.5;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
  .services-columns,
  .deliverable-grid,
  .pricing-tease .pricing-card,
  .stats-grid.large,
  .case-grid,
  .metrics-grid,
  .pricing-table .pricing-grid,
  .add-ons-grid,
  .origin-grid,
  .values-grid,
  .team-grid,
  .writers-stats,
  .writer-types,
  .contact-grid,
  .trust-points-grid,
  .direct-grid,
  .newsletter-inner,
  .featured-card,
  .article-grid,
  .resource-grid,
  .tree-clusters { grid-template-columns: 1fr; }


  .steps { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .page-header h1 {
  color: var(--white); font-size: 36px; }
  .steps { grid-template-columns: 1fr; }
  .category-list { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 8px; }
  .category-list a { white-space: nowrap; }
  .featured-image { min-height: 200px; }
}

@media (max-width: 600px) {
  .page-header { padding: 80px 0 64px; }
  section { padding: 64px 0; }
  .form-row { grid-template-columns: 1fr; }
  .network-callout { padding: 32px 24px; }
}
