/* Content pages (services, training, pricing, FAQ, aftercare, press, articles).
   Uses the theme variables from style.css so the pages match the homepage. */
.page { padding-top: 7rem; color: hsl(var(--foreground)); }
.wrap { max-width: 80rem; margin: 0 auto; padding-inline: 1.5rem; }

.crumbs { max-width: 80rem; margin: 0 auto; padding: 0 1.5rem 1rem; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; color: hsl(var(--muted-foreground)); }
.crumbs a { color: inherit; text-decoration: none; }
.crumbs a:hover { color: hsl(var(--primary)); }
.crumbs span + span::before { content: "/"; margin: 0 .5rem; opacity: .5; }

.page-hero { padding-block: 1.5rem 3.5rem; }
.eyebrow { margin: 0 0 1rem; font-size: .75rem; letter-spacing: .4em; text-transform: uppercase; color: hsl(var(--primary) / .8); }
.page-hero h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: 1.08; max-width: 18ch; }
.page-hero h1 em, .cta-band h2 em { display: block; font-style: italic; font-weight: 300; color: hsl(var(--primary)); }
.lede { margin-top: 1.5rem; max-width: 42rem; font-size: 1.125rem; line-height: 1.75; color: hsl(var(--muted-foreground)); }

.ctas { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: 1rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border-radius: 9999px; background: hsl(var(--primary)); color: hsl(var(--background)); padding: 1rem 2rem; font-size: .875rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; transition: background .3s, box-shadow .3s, color .3s; }
.btn:hover { background: hsl(var(--primary) / .9); box-shadow: 0 0 30px rgba(196, 168, 76, .3); }
.btn-ghost { background: transparent; color: hsl(var(--foreground)); border: 1px solid hsl(var(--border)); }
.btn-ghost:hover { background: hsl(var(--primary) / .08); color: hsl(var(--primary)); box-shadow: none; }

.grid-2 { display: grid; gap: 3rem; padding-bottom: 5rem; }
@media (min-width: 1024px) {
  .grid-2 { grid-template-columns: minmax(0, 1fr) 22rem; align-items: start; }
  .grid-2 > aside { position: sticky; top: 7rem; }
}
.aside-stack { display: grid; gap: 1.25rem; }
.hero-img { display: block; width: 100%; max-width: 44rem; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 2rem; margin-bottom: 2.5rem; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .5); }

.prose { max-width: 44rem; font-size: 1.0625rem; line-height: 1.8; color: hsl(var(--foreground) / .85); }
.prose h2 { margin: 3rem 0 1rem; font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif; font-size: clamp(1.75rem, 3vw, 2.25rem); line-height: 1.2; color: hsl(var(--foreground)); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 2rem 0 .5rem; font-size: 1.125rem; font-weight: 700; color: hsl(var(--foreground)); }
.prose p, .prose ul, .prose ol { margin: 0 0 1.25rem; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li { margin-bottom: .5rem; }
.prose li::marker { color: hsl(var(--primary)); }
.prose a { color: hsl(var(--primary)); text-underline-offset: 3px; }
.prose strong { color: hsl(var(--foreground)); }
.table-wrap { overflow-x: auto; margin: 0 0 1.5rem; }
.prose table { width: 100%; border-collapse: collapse; font-size: .9375rem; }
.prose th, .prose td { text-align: left; padding: .75rem; border-bottom: 1px solid hsl(var(--border) / .6); vertical-align: top; }
.prose th { color: hsl(var(--primary)); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }

.card { border: 1px solid hsl(var(--border) / .6); border-radius: 1.5rem; background: hsl(var(--card)); padding: 1.75rem; }
.card h2, .card h3 { margin: 0 0 1rem; font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif; font-size: 1.5rem; color: hsl(var(--foreground)); }
.card .btn { width: 100%; margin-top: 1.25rem; }
.price-row { display: flex; justify-content: space-between; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid hsl(var(--border) / .5); font-size: .9375rem; color: hsl(var(--foreground) / .85); }
.price-row:last-of-type { border-bottom: 0; }
.price-row b { color: hsl(var(--primary)); white-space: nowrap; }
.note { margin: 1rem 0 0; font-size: .8125rem; line-height: 1.6; color: hsl(var(--muted-foreground)); }

.quote { margin: 2rem 0; padding: 1.5rem 1.75rem; border-left: 2px solid hsl(var(--primary)); background: hsl(var(--card)); border-radius: 0 1rem 1rem 0; }
.quote blockquote { margin: 0; font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif; font-style: italic; font-size: 1.125rem; line-height: 1.7; color: hsl(var(--foreground)); }
.quote figcaption { margin-top: .75rem; font-size: .8125rem; color: hsl(var(--muted-foreground)); }

.faq { border-bottom: 1px solid hsl(var(--border) / .6); }
.faq summary { cursor: pointer; list-style: none; position: relative; padding: 1.125rem 2rem 1.125rem 0; font-weight: 700; color: hsl(var(--foreground)); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: .9rem; font-size: 1.25rem; color: hsl(var(--primary)); }
.faq[open] summary::after { content: "\2013"; }
.faq p { margin: 0 0 1.25rem; color: hsl(var(--foreground) / .8); }

.tiles { display: grid; gap: 1.25rem; padding-bottom: 5rem; }
@media (min-width: 768px) { .tiles { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .tiles { grid-template-columns: repeat(3, 1fr); } }
.tile { display: block; text-decoration: none; transition: border-color .3s, transform .3s; }
.tile:hover { border-color: hsl(var(--primary) / .5); transform: translateY(-2px); }
.tile p { margin: 0; font-size: .9375rem; line-height: 1.6; color: hsl(var(--muted-foreground)); }
.tile .meta { margin-top: 1rem; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: hsl(var(--primary)); }

.cta-band { margin-bottom: 5rem; padding: 3.5rem 1.5rem; text-align: center; border: 1px solid hsl(var(--border) / .6); border-radius: 2rem; background: linear-gradient(135deg, hsl(var(--primary) / .08), transparent); }
.cta-band h2 { margin: 0; font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif; font-size: clamp(1.75rem, 4vw, 2.75rem); line-height: 1.15; }
.cta-band p { margin: 1rem auto 0; max-width: 36rem; color: hsl(var(--muted-foreground)); }
.cta-band .ctas { justify-content: center; }

.related { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.related a { font-size: .9375rem; color: hsl(var(--foreground) / .85); text-decoration: none; }
.related a:hover { color: hsl(var(--primary)); }
