@charset "UTF-8";
/* Bulma Utilities */
#vyfrgg { /* Simple Element */ /* ── Logo — centred, overrides Bulma's 1.75rem cap ── */ /* ── All nav links ── */ /* ── Current-page highlight — LEFT menu only (never the CTA) ── */ /* ── "Free Consultation" CTA — right pill, stays amber even when .is-active ── */ /* ── Push the link group to the right, beside the CTA (matches mock) ── */ }

#vyfrgg .navbar-brand { align-items: center; }

#vyfrgg .navbar-brand .navbar-item { padding-top: 0; padding-bottom: 0; }

#vyfrgg .navbar-brand img { height: clamp(3rem, 4vw, 4rem); /* ~48–64px */ max-height: none !important; /* beats .navbar-item img { max-height:1.75rem } */ width: auto; display: block; }

#vyfrgg .navbar-item { color: var(--text-secondary); font-size: .875rem; font-weight: 500; }

#vyfrgg .navbar-item:hover { background-color: transparent !important; color: var(--text-primary); }

#vyfrgg .navbar-start .navbar-item.is-active, #vyfrgg .navbar-start .navbar-item.is-active:hover { color: var(--amber); background-color: transparent !important; }

#vyfrgg .navbar-end { align-items: center; /* stop children stretching to full navbar height */ margin-left: 0; /* don't let end grab its own auto-margin */ }

#vyfrgg .navbar-end .navbar-item, #vyfrgg .navbar-end .navbar-item.is-active { align-self: center; /* compact pill, not a full-height slab */ margin-left: .5rem; margin-right: .75rem; /* gutter from the right edge */ padding: .5rem 1.25rem; background: var(--amber) !important; color: #000 !important; border-radius: 6px; font-weight: 600; }

#vyfrgg .navbar-end .navbar-item:hover, #vyfrgg .navbar-end .navbar-item.is-active:hover { background: var(--amber-light) !important; color: #000 !important; }

#vyfrgg .navbar-menu { justify-content: flex-end; }

#vyfrgg .navbar-start { margin-left: auto; /* absorb free space to the LEFT of the links */ margin-right: 0; /* remove Bulma's auto gap between start and end */ }

#tywcow { /* Simple Element */ background: #040B17; border-top: 1px solid var(--border); padding: 2.5rem 2rem 3rem; }

#odwtir { /* Section */ background: var(--navy-deep); padding: calc(clamp(72px, calc(7vw + 44px), 116px) + 56px) 2rem 72px; position: relative; overflow: hidden; }

#odwtir::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 80% at 20% 50%, rgba(63, 123, 232, 0.08) 0%, transparent 70%); pointer-events: none; }

#odwtir .container { position: relative; z-index: 1; }

#udvdak { /* Row */ }

#udvdak .columns { align-items: flex-end; /* note card bottom-aligns with the heading block */ gap: 2rem; }

#udvdak .columns > .column { padding: 0; }

@media (max-width: 900px) { #udvdak .columns { flex-direction: column; align-items: flex-start; gap: 1.5rem; } }

#mwccwo { /* Element */ }

#mwccwo .eyebrow { display: inline-flex; align-items: center; gap: .6rem; font-family: 'JetBrains Mono', monospace; font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; color: var(--amber); margin-bottom: 1.25rem; }

#mwccwo .eyebrow::before { content: ''; width: 20px; height: 2px; background: var(--amber); flex-shrink: 0; }

#mwccwo .page-h1 { font-family: 'Space Grotesk', sans-serif; font-size: clamp(2.25rem, 5vw, 4rem); font-weight: 700; letter-spacing: -.04em; line-height: .97; margin-bottom: 1rem; color: var(--text-primary); }

#mwccwo .page-h1 em { font-style: normal; color: var(--amber); }

#mwccwo .page-intro { font-size: 1rem; color: var(--text-secondary); line-height: 1.7; max-width: 440px; }

#pgarjn { /* Element */ }

#pgarjn .header-note { background: var(--navy-card); border: 1px solid var(--border-amber); border-radius: 12px; padding: 1.25rem 1.5rem; }

#pgarjn .header-note p { font-size: .875rem; color: var(--text-secondary); line-height: 1.65; }

#pgarjn .header-note a { color: var(--amber); text-decoration: none; font-weight: 600; }

#pgarjn .header-note a:hover { text-decoration: underline; }

#fwpzmp { /* Section */ background: var(--navy-mid); border-top: 1px solid var(--border); padding: 80px 2rem 100px; }

@media (max-width: 640px) { #fwpzmp { padding: 60px 1.25rem 80px; } }

#rnhhop { /* Element */ /* Constrain to narrower reading width (860px) centred within the 1200px container */ max-width: 860px; margin-left: auto; margin-right: auto; /* Group wrapper */ /* Group label row (icon + mono title + underline) */ /* Accordion item */ /* Question button */ /* Plus/× toggle icon */ /* Open state — icon rotates 45deg (+ becomes ×), question text turns amber */ /* Answer panel — max-height animated by the inline script below */ }

#rnhhop .faq-group { margin-bottom: 3.5rem; }

#rnhhop .faq-group:last-child { margin-bottom: 0; }

#rnhhop .faq-group-label { display: flex; align-items: center; gap: .75rem; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border); }

#rnhhop .faq-group-icon { width: 32px; height: 32px; border-radius: 8px; background: rgba(240, 165, 0, 0.09); border: 1px solid var(--border-amber); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

#rnhhop .faq-group-icon svg { width: 14px; height: 14px; }

#rnhhop .faq-group-title { font-family: 'JetBrains Mono', monospace; font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; color: var(--amber); font-weight: 600; }

#rnhhop .faq-item { border-bottom: 1px solid var(--border); }

#rnhhop .faq-item:last-child { border-bottom: none; }

#rnhhop .faq-question { width: 100%; background: none; border: none; padding: 1.25rem 0; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; cursor: pointer; text-align: left; }

#rnhhop .faq-question-text { font-family: 'Space Grotesk', sans-serif; font-size: 1rem; font-weight: 600; color: var(--text-primary); letter-spacing: -.01em; line-height: 1.4; }

#rnhhop .faq-icon { width: 28px; height: 28px; border-radius: 50%; background: var(--navy-card); border: 1px solid var(--border); color: var(--text-primary); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .2s, border-color .2s, transform .3s; }

#rnhhop .faq-icon svg { width: 12px; height: 12px; transition: transform .3s; }

#rnhhop .faq-item.open .faq-icon { background: rgba(240, 165, 0, 0.12); border-color: var(--border-amber); transform: rotate(45deg); }

#rnhhop .faq-item.open .faq-question-text { color: var(--amber); }

#rnhhop .faq-answer { overflow: hidden; max-height: 0; transition: max-height .35s ease; }

#rnhhop .faq-answer-inner { padding-bottom: 1.25rem; }

#rnhhop .faq-answer-inner p { font-size: .9375rem; color: var(--text-secondary); line-height: 1.75; }

#rnhhop .faq-answer-inner p + p { margin-top: .75rem; }

#rnhhop .faq-answer-inner p strong { color: var(--text-primary); font-weight: 600; }

#rnhhop .faq-answer-inner p a { color: var(--amber); text-decoration: none; font-weight: 500; }

#rnhhop .faq-answer-inner p a:hover { text-decoration: underline; }

#hshgpt { /* Section */ background: var(--navy-deep); border-top: 1px solid var(--border); padding: 80px 2rem; }

/*# sourceMappingURL=page.css.map */