/* Landing only: legal pages retain their existing styles. */
:root { --brand: #ab4925; --brand-dark: #84381d; --muted: #626158; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
.landing { width: min(1120px, calc(100% - 64px)); padding-top: 24px; }
.masthead,.brand,.header-nav,.site-footer,.site-footer nav { display: flex; align-items: center; }
.masthead { justify-content: space-between; gap: 24px; padding-bottom: 22px; border-bottom: 1px solid var(--line); margin: 0; }
.brand { gap: 10px; white-space: nowrap; }.brand img { border-radius: 12px; }
.header-nav { gap: 28px; margin-left: auto; }.header-nav a,.text-link { color: var(--ink); font-size: 13px; }
.lang-switch button { color: #666158; min-height: 44px; padding-inline: 5px; }
.intro { display: grid; grid-template-columns: 1.5fr 1fr; align-items: center; gap: 70px; padding: 80px 0 70px; }
.intro h1 { font-size: clamp(34px, 4.5vw, 54px); line-height: 1.45; letter-spacing: -.05em; }.intro h1 em { font-style: normal; color: var(--brand); }
.eyebrow { font-size: 11px; letter-spacing: .12em; }.intro-lead { font-size: 16px; max-width: 35em; margin-top: 22px; }
.cta-row { align-items: center; gap: 20px; margin-top: 28px; }.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 12px 24px; border-radius: 9px; font-weight: 700; font-size: 14px; text-decoration: none; }.btn-primary { background: var(--brand); color: #fff; border: 1px solid var(--brand); }.btn-primary:hover { background: var(--brand-dark); }
.fine { font-size: 12px; color: var(--muted); }.benefit-note { position: relative; padding: 42px 28px 24px; background: #f0eadd; border-radius: 4px 32px 4px 32px; transform: rotate(2deg); border: 1px solid #e2d8c4; }.benefit-note > * { transform: rotate(-2deg); }.professor { margin-top: -72px; margin-bottom: 6px; border-radius: 26px; }.note-heading { font-weight: 800; color: var(--ink); font-size: 19px; }.checks { list-style: none; padding: 0; }.checks li { color: var(--ink); padding: 8px 0; font-size: 14px; }.checks li::before { content: '✓'; color: var(--brand); margin-right: 12px; font-weight: 800; }.benefit-note > p:last-child { font-size: 12px; padding-top: 12px; border-top: 1px solid #d9d0bf; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 20px; }h2 { margin: 0 0 16px; font-size: clamp(24px, 3vw, 32px); line-height: 1.5; letter-spacing: -.03em; }.section-heading h2 { margin: 0; }.free-label { background: #ebeede; color: #47502d; padding: 5px 12px; border-radius: 30px; font-size: 12px; white-space: nowrap; }
.search-box { padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 12px 36px #43341e08; }.kw-label { font-size: 14px; }.kw { margin-top: 6px; font-size: 18px; padding: 16px; border-color: #b7b9b1; border-radius: 8px; }.kw:focus { outline-color: var(--brand); border-color: var(--brand); }.examples { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 12px 0; font-size: 12px; color: var(--muted); }.examples button { font: inherit; padding: 8px 12px; border: 1px solid #e1e0d9; background: #faf9f5; border-radius: 20px; color: #555449; cursor: pointer; min-height: 38px; }.examples button:hover { background: var(--pale); border-color: var(--brand); }
.filter-details { margin: 12px 0 24px; font-size: 13px; }.filter-details summary { padding: 10px 0; cursor: pointer; }.opt { min-height: 44px; }.opt input { accent-color: var(--brand); }
.site-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }.site-card { border-radius: 9px; padding: 15px 12px; box-shadow: none; background: #fff; min-height: 78px; gap: 10px; }.site-card.is-disabled { opacity: .7; cursor: pointer; }.site-card:hover:not(.is-disabled) { border-color: var(--brand); background: #fffaf5; }.site-text strong { font-size: 13px; line-height: 1.5; }.site-text > span { font-size: 10px; }.site-icon { width: 32px; height: 32px; }.site-card.is-visited { background: #f2f5e9; border-color: #b6c494; }.site-card.is-visited .site-text strong::after { color: #496035; }.search-status { font-size: 12px; min-height: 22px; margin-bottom: 0; }
.why-section { padding: 88px 0 70px; }.section-lead { max-width: 720px; font-size: 15px; }.reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 36px; }.reason-grid article { padding-top: 20px; border-top: 1px solid #d7cebd; }.step { font-size: 13px; color: var(--brand); }.reason-grid h3 { font-size: 19px; margin: 14px 0 8px; }.reason-grid p { font-size: 14px; }
.app-section { display: grid; grid-template-columns: 1.3fr 1fr; gap: 60px; align-items: center; background: #eeeade; padding: 50px 60px; border-radius: 20px; }.app-copy > p { font-size: 14px; }.app-preview { margin: 0; text-align: center; }.app-preview img { display: block; width: min(100%, 228px); height: auto; margin: 0 auto; border: 6px solid #262820; border-radius: 26px; box-shadow: 0 18px 35px #373b2422; }.app-preview figcaption { margin-top: 14px; color: var(--muted); font-size: 11px; }.release-label { display: inline-block; border: 1px solid #a8a18e; padding: 5px 12px; border-radius: 4px; }.app-copy .btn { display: flex; width: fit-content; margin-top: 14px; }
.faq-section { padding: 72px 0 40px; max-width: 800px; margin: auto; }.faq-section details { border-bottom: 1px solid var(--line); }.faq-section summary { cursor: pointer; font-size: 15px; font-weight: 700; padding: 20px 0; }.faq-section details p { font-size: 14px; margin: 0 0 20px; }.affiliate-disclosure { background: transparent; border: 0; border-top: 1px solid var(--line); border-radius: 0; padding: 24px 0; margin: 24px 0 0; }.affiliate-disclosure p { font-size: 12px; }.affiliate-disclosure strong { font-size: 13px; }.site-footer { flex-wrap: wrap; gap: 20px; border-top: 1px solid var(--line); padding-top: 25px; }.site-footer nav { gap: 20px; margin-left: auto; }.site-footer a { font-size: 12px; color: var(--ink); }.site-footer small { width: 100%; font-size: 11px; color: var(--muted); }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 4px; }.skip-link { position: absolute; left: 12px; top: -100px; padding: 12px; background: white; z-index: 10; }.skip-link:focus { top: 10px; }
@media(max-width: 850px) { .header-nav { display: none; }.intro { gap: 28px; }.site-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.app-section { padding: 35px; gap: 30px; } }
@media(max-width: 600px) { .landing { width: calc(100% - 32px); padding-top: 12px; }.masthead { gap: 10px; padding-bottom: 12px; }.brand { font-size: 15px; gap: 6px; }.brand img { width: 30px; height: 30px; }.lang-switch { gap: 2px; font-size: 11px; }.intro { grid-template-columns: 1fr; padding: 40px 0 36px; gap: 30px; }.intro h1 { font-size: 34px; }.intro-lead { font-size: 14px; margin-top: 15px; }.intro .cta-row { margin-top: 20px; gap: 12px; }.intro .btn { width: 100%; }.intro .text-link { font-size: 12px; }.benefit-note { display: none; }.section-heading { align-items: flex-start; }.section-heading h2 { font-size: 22px; }.free-label { font-size: 10px; padding: 4px 8px; margin-top: 4px; }.section-heading .eyebrow { font-size: 10px; }.search-box { padding: 18px 14px; }.kw { font-size: 16px; }.examples { gap: 6px; }.examples button { padding: 7px 9px; font-size: 11px; }.site-grid { gap: 8px; }.site-card { padding: 12px 8px; min-height: 84px; gap: 7px; }.site-icon { width: 26px; height: 26px; }.site-arrow { display: none; }.site-text strong { font-size: 12px; }.site-text > span { font-size: 9px; }.why-section { padding: 52px 0 36px; }.reason-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 24px; }.reason-grid article { padding-top: 14px; }.reason-grid h3 { display: inline; margin-left: 12px; font-size: 18px; }.app-section { grid-template-columns: 1fr; padding: 26px 22px; gap: 28px; }.app-section h2 { font-size: 25px; }.app-preview img { width: 200px; }.faq-section { padding-top: 45px; }.site-footer nav { margin-left: 0; gap: 16px; }.site-footer { gap: 15px; }.site-footer > .brand { width: 100%; } }
@media(max-width: 600px) { .section-heading { display: block; position: relative; }.section-heading .free-label { position: absolute; right: 0; top: -4px; }.section-heading h2 { font-size: 22px; }.site-text strong { overflow-wrap: anywhere; } }
@media(max-width: 360px) { .intro h1 { font-size: 30px; }.section-heading h2 { font-size: 20px; } }
@media(prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
