
:root {
  --black: #111110;
  --dark: #1E1E1C;
  --mid: #222221;
  --muted: #444442;
  --light: #888886;
  --border: #E2E2DE;
  --bg: #FAFAF8;
  --bg2: #F2F2EE;
  --white: #ffffff;
  --font: 'Outfit', system-ui, sans-serif;
  --max: 860px;
  --pad: 48px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--black); background: var(--bg); line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p { margin-bottom: 16px; }
p:last-child { margin-bottom: 0; }
.nav { position: sticky; top: 0; z-index: 100; background: var(--bg); padding: 10px var(--pad); display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--border); }
.nav-logo img { height: 72px; width: auto; display: block; }
.nav-links { display: flex; gap: 32px; list-style: none; align-items: center; }
.nav-links a { font-size: 13px; font-weight: 300; color: var(--muted); transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--black); }
.nav-book { font-size: 13px !important; font-weight: 500 !important; color: var(--black) !important; border-bottom: 1px solid var(--black); padding-bottom: 2px; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { width: 22px; height: 1px; background: var(--black); display: block; }
.mobile-menu { display: none; position: absolute; top: 93px; left: 0; right: 0; background: var(--bg); border-bottom: 1px solid var(--border); padding: 20px 24px; z-index: 99; flex-direction: column; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 15px; font-weight: 300; color: var(--muted); padding: 14px 0; border-bottom: 1px solid var(--border); }
.mobile-menu a:last-child { color: var(--black); font-weight: 500; border-bottom: none; }
.btn { display: inline-block; padding: 13px 28px; font-size: 13px; font-weight: 500; font-family: var(--font); cursor: pointer; transition: all 0.2s; border: none; text-align: center; }
.btn-primary { background: var(--black); color: var(--bg); }
.btn-primary:hover { background: var(--dark); }
.btn-outline { background: transparent; color: var(--black); border: 1px solid var(--border); }
.btn-outline:hover { border-color: var(--black); }
.btn-wa { background: #25D366; color: white; }
.btn-wa:hover { background: #1ebe5d; }
.btn-text { font-size: 13px; font-weight: 500; color: var(--black); border-bottom: 1px solid var(--black); padding-bottom: 2px; display: inline-block; transition: color 0.2s; }
.btn-text:hover { color: var(--black); border-color: var(--black); }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.section { padding: 56px var(--pad); border-bottom: 1px solid var(--border); }
.bg-warm { background: var(--bg2); }
.inner { max-width: var(--max); margin: 0 auto; }
.inner-wide { max-width: 1080px; margin: 0 auto; }
.eyebrow { font-size: 10px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: var(--light); margin-bottom: 14px; }
.eyebrow-c { font-size: 10px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: var(--light); margin-bottom: 14px; text-align: center; }
h1 { font-size: 60px; font-weight: 200; line-height: 1.0; letter-spacing: -2px; color: var(--black); margin-bottom: 20px; }
h2 { font-size: 36px; font-weight: 200; line-height: 1.1; letter-spacing: -1px; color: var(--black); margin-bottom: 14px; }
h3 { font-size: 16px; font-weight: 500; color: var(--black); margin-bottom: 8px; }
.body-lg { font-size: 17px; font-weight: 300; color: var(--mid); line-height: 1.85; }
.body-md { font-size: 15px; font-weight: 300; color: var(--mid); line-height: 1.85; }
.body-sm { font-size: 13px; font-weight: 300; color: var(--muted); line-height: 1.8; }
.fold { padding: 64px var(--pad); border-bottom: 1px solid var(--border); }
.fold-inner { max-width: 680px; margin: 0 auto; }
.fold-eyebrow { font-size: 10px; font-weight: 400; letter-spacing: 3px; text-transform: uppercase; color: var(--light); margin-bottom: 28px; }
.fold h1 { font-size: 72px; font-weight: 200; color: var(--black); line-height: 0.98; letter-spacing: -3px; margin-bottom: 36px; }
.fold-sub { font-size: 16px; font-weight: 300; color: var(--mid); line-height: 1.85; padding-top: 28px; border-top: 1px solid var(--border); margin-top: 0; }
.trust { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--border); }
.trust-item { padding: 24px 20px; border-right: 1px solid var(--border); }
.trust-item:last-child { border-right: none; }
.trust-label { font-size: 10px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: var(--light); margin-bottom: 6px; }
.trust-value { font-size: 13px; font-weight: 400; color: var(--black); line-height: 1.5; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--border); }
.svc { padding: 40px 32px; border-right: 1px solid var(--border); }
.svc:last-child { border-right: none; }
.svc-num { font-size: 11px; font-weight: 500; letter-spacing: 2px; color: var(--light); margin-bottom: 18px; }
.svc-title { font-size: 17px; font-weight: 500; color: var(--black); margin-bottom: 10px; }
.svc-desc { font-size: 14px; font-weight: 300; color: var(--mid); line-height: 1.8; margin-bottom: 20px; }
.svc-includes { list-style: none; margin-bottom: 24px; display: flex; flex-direction: column; gap: 7px; }
.svc-includes li { font-size: 13px; font-weight: 300; color: var(--mid); display: flex; gap: 10px; line-height: 1.5; }
.svc-includes li::before { content: '—'; color: var(--light); flex-shrink: 0; }
.svc-price { font-size: 38px; font-weight: 200; color: var(--black); letter-spacing: -1.5px; margin-bottom: 4px; line-height: 1; }
.svc-note { font-size: 12px; font-weight: 300; color: var(--light); margin-bottom: 20px; }
.svc-link { font-size: 13px; font-weight: 500; color: var(--black); border-bottom: 1px solid var(--black); padding-bottom: 2px; display: inline-block; }
.phil { padding: 64px var(--pad); border-bottom: 1px solid var(--border); }
.phil-inner { max-width: var(--max); margin: 0 auto; }
.phil-quote { font-size: 32px; font-weight: 200; color: var(--black); line-height: 1.3; letter-spacing: -0.5px; margin-bottom: 28px; }
.phil-body { font-size: 15px; font-weight: 300; color: var(--mid); line-height: 1.9; margin-bottom: 16px; }
.about-split { display: grid; grid-template-columns: 380px 1fr; border-bottom: 1px solid var(--border); }
.about-img { overflow: hidden; background: var(--bg2); border-right: 1px solid var(--border); position: relative; min-height: 480px; }
.about-img img { width: 100%; height: 100%; object-fit: cover; object-position: top center; position: absolute; top: 0; left: 0; }
.about-img-cap { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px 20px; background: rgba(250,250,248,0.95); border-top: 1px solid var(--border); }
.about-img-cap strong { font-size: 13px; font-weight: 500; color: var(--black); display: block; }
.about-img-cap span { font-size: 11px; font-weight: 300; color: var(--muted); }
.about-text { padding: 56px 48px; display: flex; flex-direction: column; justify-content: center; }
.about-name { font-size: 40px; font-weight: 200; color: var(--black); letter-spacing: -1.5px; line-height: 1; margin-bottom: 6px; }
.about-title { font-size: 13px; font-weight: 300; color: var(--muted); margin-bottom: 28px; }
.creds { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 9px; }
.cred { font-size: 13px; font-weight: 300; color: var(--mid); display: flex; gap: 12px; line-height: 1.5; }
.cred::before { content: '→'; color: var(--light); flex-shrink: 0; }
.page-hero { padding: 64px var(--pad); border-bottom: 1px solid var(--border); }
.page-hero .hero-inner { max-width: var(--max); margin: 0 auto; }
.page-hero .sub { font-size: 17px; font-weight: 300; color: var(--mid); line-height: 1.8; margin-top: 12px; }
.content-aside { display: grid; grid-template-columns: 1fr 280px; gap: 48px; align-items: start; }
.aside-block { border: 1px solid var(--border); padding: 28px; background: var(--bg2); position: sticky; top: 104px; }
.aside-label { font-size: 10px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: var(--light); margin-bottom: 12px; }
.aside-quote { font-size: 18px; font-weight: 300; color: var(--black); line-height: 1.45; margin-bottom: 12px; }
.aside-stat { font-size: 44px; font-weight: 200; color: var(--black); letter-spacing: -2px; line-height: 1; margin-bottom: 6px; }
.aside-stat-label { font-size: 13px; font-weight: 300; color: var(--muted); margin-bottom: 16px; }
.aside-cta { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--border); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); }
.grid-cell { background: var(--bg); padding: 28px; }
.grid-cell-warm { background: var(--bg2); padding: 28px; }
.row-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 16px; }
.row-item { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; font-weight: 300; color: var(--mid); line-height: 1.6; }
.row-item::before { content: '→'; color: var(--light); flex-shrink: 0; margin-top: 2px; }
.price-big { font-size: 52px; font-weight: 200; color: var(--black); letter-spacing: -2px; line-height: 1; margin: 10px 0 4px; }
.divider { height: 1px; background: var(--border); margin: 40px 0; }
.coverage { background: var(--black); padding: 28px var(--pad); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.coverage-title { font-size: 14px; font-weight: 500; color: white; margin-bottom: 4px; }
.coverage-sub { font-size: 12px; font-weight: 300; color: #555; }
.pills { display: flex; flex-wrap: wrap; gap: 6px; }
.pill { border: 1px solid #2A2A28; color: #666; font-size: 12px; font-weight: 300; padding: 4px 12px; }
.cta-section { padding: 64px var(--pad); text-align: center; border-bottom: 1px solid var(--border); }
.cta-section h2 { max-width: 520px; margin: 0 auto 14px; }
.cta-sub { font-size: 15px; font-weight: 300; color: var(--muted); max-width: 400px; margin: 0 auto 32px; line-height: 1.8; }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { width: 100%; text-align: left; padding: 20px 0; background: none; border: none; cursor: pointer; font-family: var(--font); font-size: 16px; font-weight: 400; color: var(--black); display: flex; justify-content: space-between; align-items: center; gap: 16px; line-height: 1.4; }
.faq-q:hover { color: var(--muted); }
.faq-icon { font-size: 22px; font-weight: 200; color: var(--light); flex-shrink: 0; width: 24px; text-align: center; line-height: 1; }
.faq-a { display: none; padding-bottom: 20px; font-size: 14px; font-weight: 300; color: var(--mid); line-height: 1.85; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-icon { color: var(--black); }
footer { padding: 48px var(--pad); border-top: 1px solid var(--border); }
.footer-grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px; margin-bottom: 32px; }
.footer-tag { font-size: 13px; font-weight: 300; color: var(--muted); line-height: 1.75; margin-top: 14px; }
.footer-h { font-size: 10px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: var(--light); margin-bottom: 14px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-links a { font-size: 13px; font-weight: 300; color: var(--muted); transition: color 0.2s; }
.footer-links a:hover { color: var(--black); }
.footer-contact { display: flex; flex-direction: column; gap: 7px; }
.footer-contact a { font-size: 13px; font-weight: 300; color: var(--muted); transition: color 0.2s; }
.footer-contact a:hover { color: var(--black); }
.footer-bottom { max-width: 1080px; margin: 0 auto; padding-top: 20px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.footer-copy { font-size: 11px; font-weight: 300; color: var(--light); }
@media (max-width: 900px) {
  .content-aside { grid-template-columns: 1fr; }
  .content-aside .aside-block { position: static; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  :root { --pad: 20px; }
  .nav-logo img { height: 52px; }
  .nav-links { display: none !important; }
  .hamburger { display: flex; }
  .mobile-menu { top: 73px; }
  .fold h1 { font-size: 40px; letter-spacing: -1.5px; }
  h1 { font-size: 34px; letter-spacing: -1px; }
  h2 { font-size: 26px; }
  .section { padding: 40px var(--pad); }
  .page-hero { padding: 40px var(--pad); }
  .phil { padding: 40px var(--pad); }
  .trust { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: none; }
  .trust-item:nth-child(3) { border-top: 1px solid var(--border); }
  .services-grid { grid-template-columns: 1fr; }
  .svc { border-right: none !important; }
  .about-split { grid-template-columns: 1fr; }
  .about-img { min-height: 360px; border-right: none; border-bottom: 1px solid var(--border); }
  .about-text { padding: 36px var(--pad); }
  .coverage { flex-direction: column; align-items: flex-start; }
  .cta-section { padding: 48px var(--pad); }
  footer { padding: 36px var(--pad); }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; }
}
