/* utility-layer.css — dark editorial theme for utility/legal pages
   (privacy, FAQ, careers, pricing, thank-you, what-to-expect).
   Loads AFTER odoo-shared.css to override its light globals. Mirrors about.html. */
body { background: #0a0608; color: #fdf6e8; margin: 0; font-family: 'Inter', system-ui, sans-serif; }
body h1, body h2, body h3, body h4 { color: #fdf6e8; font-family: 'Instrument Serif', 'Georgia', serif; font-weight: 400; }
body p, body li { color: #e8ddc8; }
body a { color: #5fb84a; text-decoration: none; }
body a:hover { color: #7ace64; }

.page-hero { padding: 116px 24px 52px; text-align: center;
  background: radial-gradient(ellipse at 30% 0%, rgba(230,71,59,0.08), transparent 55%), radial-gradient(ellipse at 70% 100%, rgba(95,184,74,0.08), transparent 55%), #0a0608; }
.page-hero__inner { max-width: 820px; margin: 0 auto; }
.eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: #5fb84a; margin-bottom: 18px; }
.page-hero h1 { font-size: clamp(40px, 5.4vw, 66px); line-height: 1.04; letter-spacing: -0.02em; margin: 0 0 20px; }
.page-hero h1 em { font-style: italic; color: #e6473b; }
.page-hero p.lead { font-size: 18px; line-height: 1.6; color: #e8ddc8; margin: 0 auto 28px; max-width: 660px; }

.section { max-width: 820px; margin: 0 auto; padding: 40px 24px; }
.section--narrow { max-width: 720px; }
.section h2 { font-size: clamp(27px, 3.3vw, 38px); line-height: 1.12; margin: 0 0 18px; }
.section h2 em { font-style: italic; color: #e6473b; }
.section h3 { font-size: 21px; margin: 26px 0 10px; }
.section p { font-size: 17px; line-height: 1.7; margin: 0 0 16px; }
.section ul { padding-left: 22px; margin: 0 0 18px; }
.section li { font-size: 17px; line-height: 1.7; margin-bottom: 8px; }
.section strong { color: #fdf6e8; font-weight: 600; }

.steps { display: grid; gap: 14px; margin-top: 26px; }
.step-card { background: rgba(253,246,232,0.03); border: 1px solid rgba(253,246,232,0.08); border-radius: 12px; padding: 22px 24px; display: grid; grid-template-columns: 44px 1fr; gap: 18px; align-items: start; }
.step-card .n { font-family: 'JetBrains Mono', monospace; font-size: 22px; font-weight: 700; color: #e6473b; line-height: 1.2; }
.step-card h4 { font-size: 20px; margin: 0 0 6px; }
.step-card p { font-size: 15px; line-height: 1.6; color: #b8a988; margin: 0; }

/* Override odoo-shared.css .faq-item (white card) for the dark theme. */
.faq-list { margin-top: 12px; display: grid; gap: 12px; }
.faq-item { background: rgba(253,246,232,0.04); border: 1px solid rgba(253,246,232,0.10); border-radius: 12px; margin: 0; overflow: hidden; transition: border-color .15s, background .15s; }
.faq-item:hover { border-color: rgba(95,184,74,0.40); }
.faq-item[open] { background: rgba(253,246,232,0.05); border-color: rgba(95,184,74,0.30); }
.faq-item summary { cursor: pointer; list-style: none; padding: 18px 22px; font-family: 'Instrument Serif', 'Georgia', serif; font-weight: 400; font-size: 20px; color: #fdf6e8; display: flex; justify-content: space-between; gap: 16px; align-items: baseline; }
.faq-item summary:hover { color: #fff; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: #5fb84a; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 24px; line-height: 1; }
.faq-item[open] summary::after { content: "\2013"; }
.faq-item .faq-body { padding: 0 22px 18px; }
.faq-item .faq-body p { font-size: 16px; line-height: 1.7; color: #cabfa8; margin: 0; }
.faq-cat { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #5fb84a; margin: 36px 0 4px; }

.legal { max-width: 820px; margin: 0 auto; padding: 16px 24px 64px; }
.legal h2 { font-size: 23px; margin: 34px 0 10px; }
.legal h3 { font-size: 18px; margin: 22px 0 8px; color: #fdf6e8; font-family: 'Instrument Serif','Georgia',serif; }
.legal p, .legal li { font-size: 15px; line-height: 1.72; color: #cabfa8; }
.legal ul { padding-left: 22px; margin: 0 0 16px; }
.legal strong { color: #fdf6e8; }
.muted { color: rgba(253,246,232,0.55); font-size: 13px; }

.btn-primary { background: linear-gradient(135deg, #2ea043 0%, #1f7a32 100%); color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,0.2); padding: 14px 26px; border-radius: 8px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; box-shadow: 0 6px 20px rgba(31,122,50,0.4); transition: transform .15s, box-shadow .15s; }
.btn-primary:link, .btn-primary:visited, .btn-primary:hover, .btn-primary:focus { color: #fff; }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(31,122,50,0.5); }
.btn-outline { border: 1px solid rgba(253,246,232,0.30); color: #fdf6e8; padding: 14px 26px; border-radius: 8px; font-weight: 600; text-decoration: none; }
.btn-outline:hover { color: #fdf6e8; border-color: rgba(253,246,232,0.55); }
.cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 24px; }

.final-cta { text-align: center; padding: 64px 24px 96px; }
.final-cta h2 { font-size: clamp(30px, 4vw, 44px); margin: 0 0 14px; }
.final-cta h2 em { font-style: italic; color: #e6473b; }
.final-cta p { font-size: 18px; color: #e8ddc8; margin: 0 0 26px; }

footer { padding: 60px 24px 40px; border-top: 1px solid rgba(253,246,232,0.06); }
footer .footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
@media (max-width: 760px) { footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
footer h5 { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase; color: rgba(253,246,232,0.55); margin: 0 0 16px; }
footer p { margin: 0 0 8px; font-size: 14px; color: rgba(253,246,232,0.85); }
footer a { color: rgba(253,246,232,0.85); }
footer a:hover { color: #fdf6e8; }
footer .footer-bottom { max-width: 1200px; margin: 40px auto 0; padding-top: 24px; border-top: 1px solid rgba(253,246,232,0.06); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; color: rgba(253,246,232,0.55); }
.brand-logo { height: 52px; width: auto; }
