/*
Theme Name: maxbr.info
Theme URI: https://maxbr.info/
Description: Static Elementor-compatible visual layer for the maxbr.info archive.
Version: 1.0.0
Text Domain: maxbr-info
*/
:root {
  --e-global-color-primary: #1e4b43;
  --e-global-color-secondary: #d8694b;
  --e-global-color-text: #273332;
  --e-global-color-accent: #f5b862;
  --e-global-color-muted: #e7efe9;
  --e-global-color-surface: #fffdf9;
  --e-global-color-ink: #18332d;
  --e-global-typography-primary-font-family: Georgia, 'Times New Roman', serif;
  --e-global-typography-secondary-font-family: Inter, Arial, sans-serif;
  --e-global-typography-text-font-family: Inter, Arial, sans-serif;
  --e-global-typography-accent-font-family: Inter, Arial, sans-serif;
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-weight: 700;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.page { margin: 0; background: var(--e-global-color-surface); color: var(--e-global-color-text); font-family: var(--e-global-typography-text-font-family); line-height: 1.65; }
a { color: var(--e-global-color-primary); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: #0d2e28; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
.skip-link { background: var(--e-global-color-ink); color: #fff; left: 1rem; padding: .7rem 1rem; position: absolute; top: -5rem; z-index: 99; }
.skip-link:focus { top: 1rem; }
.elementor { overflow: hidden; }
.elementor-section { padding: 76px 24px; position: relative; }
.elementor-container { margin: 0 auto; max-width: 1180px; width: 100%; }
.elementor-container--wide { max-width: 1320px; }
.elementor-column { min-width: 0; }
.elementor-widget { margin-bottom: 18px; }
.elementor-widget:last-child { margin-bottom: 0; }
.elementor-widget-container > *:first-child { margin-top: 0; }
.elementor-widget-container > *:last-child { margin-bottom: 0; }
.site-header { background: rgba(255,253,249,.97); border-bottom: 1px solid #e4e8e1; padding: 0 24px; position: sticky; top: 0; z-index: 10; }
.header-grid { align-items: center; display: grid; grid-template-columns: minmax(140px,1fr) auto; margin: 0 auto; max-width: 1180px; min-height: 76px; }
.brand { color: var(--e-global-color-ink); font-family: var(--e-global-typography-primary-font-family); font-size: 1.45rem; font-weight: 600; letter-spacing: -.04em; text-decoration: none; }
.brand span { color: var(--e-global-color-secondary); }
.main-navigation ul { list-style: none; margin: 0; padding: 0; text-align: right; }
.main-navigation li { display: inline-block; margin: 0 0 0 24px; }
.main-navigation a { color: var(--e-global-color-text); font-size: .91rem; font-weight: 700; text-decoration: none; }
.main-navigation a[aria-current='page'], .main-navigation a:hover { color: var(--e-global-color-secondary); }
.hero-section { background: #f0f3eb; padding-bottom: 96px; padding-top: 76px; }
.hero-grid { align-items: center; display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); column-gap: 64px; }
.eyebrow { color: var(--e-global-color-secondary); font-size: .77rem; font-weight: 800; letter-spacing: .12em; margin: 0 0 15px; text-transform: uppercase; }
h1, h2, h3 { color: var(--e-global-color-ink); font-family: var(--e-global-typography-primary-font-family); line-height: 1.14; }
h1 { font-size: clamp(2.55rem, 5vw, 4.8rem); letter-spacing: -.055em; margin: 0 0 22px; }
h2 { font-size: clamp(1.85rem, 3.4vw, 3rem); letter-spacing: -.04em; margin: 0 0 18px; }
h3 { font-size: 1.34rem; letter-spacing: -.025em; margin: 0 0 11px; }
p { margin: 0 0 17px; }
.lead { color: #42514c; font-size: 1.16rem; line-height: 1.65; max-width: 540px; }
.hero-visual { border-radius: 4px 42px 4px 4px; box-shadow: 22px 22px 0 #dce6dd; overflow: hidden; }
.hero-visual img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }
.elementor-button-wrapper { margin-top: 27px; }
.elementor-button { background: var(--e-global-color-primary); border: 1px solid var(--e-global-color-primary); border-radius: 2px; color: #fff; display: inline-block; font-size: .94rem; font-weight: 800; padding: 13px 22px; text-decoration: none; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.elementor-button:hover { background: #133a33; border-color: #133a33; color: #fff; transform: translateY(-1px); }
.elementor-button--outline { background: transparent; color: var(--e-global-color-primary); }
.elementor-button--outline:hover { color: #fff; }
.section-tint { background: #fcf2e4; }
.section-green { background: var(--e-global-color-primary); }
.section-green h2, .section-green h3, .section-green p { color: #fff; }
.section-green .eyebrow { color: #f9c876; }
.section-intro { margin-bottom: 36px; max-width: 680px; }
.section-intro p { color: #596460; }
.cards-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.info-card { background: #fff; border: 1px solid #edf0eb; border-radius: 4px; box-shadow: 0 10px 26px rgba(24,51,45,.05); padding: 29px; }
.info-card .card-number { color: var(--e-global-color-secondary); display: block; font-size: .78rem; font-weight: 800; letter-spacing: .08em; margin-bottom: 16px; }
.info-card p { color: #58635f; }
.card-link { font-size: .91rem; font-weight: 800; text-decoration: none; }
.steps-grid { counter-reset: flow; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 30px; }
.step { border-top: 1px solid rgba(255,255,255,.42); padding-top: 24px; }
.step::before { color: #f8c56c; content: '0' counter(flow); counter-increment: flow; display: block; font-size: .83rem; font-weight: 800; letter-spacing: .1em; margin-bottom: 14px; }
.content-grid { display: grid; grid-template-columns: minmax(0,1.22fr) minmax(260px,.78fr); gap: 64px; }
.content-grid aside { background: #edf3ee; border-radius: 2px; padding: 28px; }
.content-grid aside h2 { font-size: 1.45rem; }
.check-list { list-style: none; margin: 22px 0 0; padding: 0; }
.check-list li { border-top: 1px solid #d7e3da; padding: 13px 0 13px 28px; position: relative; }
.check-list li::before { color: var(--e-global-color-secondary); content: '•'; font-size: 1.7rem; left: 4px; line-height: 1; position: absolute; top: 9px; }
.page-hero { background: #f0f3eb; padding-bottom: 58px; padding-top: 64px; }
.page-hero h1 { font-size: clamp(2.4rem, 4.4vw, 4.1rem); max-width: 800px; }
.page-hero .lead { max-width: 720px; }
.breadcrumbs { color: #64716c; font-size: .82rem; margin-bottom: 20px; }
.breadcrumbs a { color: #56625d; }
.article-content { max-width: 760px; }
.article-content h2 { font-size: clamp(1.55rem, 2.8vw, 2.35rem); margin-top: 45px; }
.article-content h3 { margin-top: 30px; }
.article-content ul { padding-left: 1.15rem; }
.article-content li { margin-bottom: 10px; }
.callout { background: #fcf2e4; border-left: 4px solid var(--e-global-color-secondary); margin: 30px 0; padding: 18px 20px; }
.guide-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.guide-card { border: 1px solid #e4e9e3; padding: 26px; }
.guide-card p { color: #59645f; }
.faq-list { max-width: 840px; }
.faq-list details { border-bottom: 1px solid #dfe5de; padding: 19px 0; }
.faq-list summary { color: var(--e-global-color-ink); cursor: pointer; font-family: var(--e-global-typography-primary-font-family); font-size: 1.25rem; font-weight: 600; padding-right: 30px; }
.faq-list details p { color: #52605b; margin: 14px 0 4px; }
.cta-grid { align-items: center; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 28px; }
.cta-grid h2 { max-width: 640px; }
.site-footer { background: #143831; color: #dceae1; padding: 58px 24px 28px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 40px; margin: 0 auto; max-width: 1180px; }
.site-footer .brand { color: #fff; }
.site-footer h2 { color: #fff; font-family: var(--e-global-typography-secondary-font-family); font-size: .88rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer p, .site-footer li { color: #d1e0d6; font-size: .9rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 8px; }
.site-footer a { color: #fff; }
.footer-note { border-top: 1px solid rgba(255,255,255,.17); color: #b7cec0; font-size: .78rem; margin: 42px auto 0; max-width: 1180px; padding-top: 20px; }
.contact-box { background: #edf3ee; max-width: 760px; padding: 34px; }
.contact-box label { color: var(--e-global-color-ink); display: block; font-size: .88rem; font-weight: 800; margin-bottom: 7px; }
.contact-box input, .contact-box textarea { background: #fff; border: 1px solid #cbd8ce; border-radius: 2px; margin: 0 0 18px; padding: 11px 12px; width: 100%; }
.contact-box textarea { min-height: 130px; resize: vertical; }
.contact-box button { cursor: pointer; }
.small-note { color: #617069; font-size: .88rem; }
@media (max-width: 800px) {
  .site-header { position: static; }
  .header-grid { grid-template-columns: 1fr; padding: 17px 0; }
  .main-navigation { margin-top: 12px; }
  .main-navigation ul { text-align: left; }
  .main-navigation li { margin: 0 18px 0 0; }
  .hero-grid, .content-grid, .cta-grid { grid-template-columns: 1fr; }
  .hero-grid { row-gap: 38px; }
  .hero-visual { box-shadow: 12px 12px 0 #dce6dd; }
  .cards-grid, .steps-grid, .guide-grid, .footer-grid { grid-template-columns: 1fr; }
  .elementor-section { padding: 58px 20px; }
  .hero-section { padding-top: 56px; }
  .cta-grid .elementor-button-wrapper { margin-top: 0; }
}
@media (max-width: 480px) {
  h1 { font-size: 2.55rem; }
  .main-navigation li { margin-bottom: 8px; }
  .info-card, .contact-box { padding: 23px; }
}
