/* Legal Bill Buster — editorial landing page */

:root {
  --navy: #101f42;
  --navy-deep: #0b1631;
  --navy-soft: #1b2c53;
  --gold: #c39a45;
  --gold-light: #e0bd70;
  --gold-dark: #987126;
  --paper: #f7f6f1;
  --paper-dark: #eeece4;
  --white: #ffffff;
  --ink: #172033;
  --muted: #5c6470;
  --line: #dcdedb;
  --red: #a54639;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --max: 1240px;
  --shadow: 0 20px 45px rgba(16, 31, 66, 0.12);
  --shadow-soft: 0 10px 28px rgba(16, 31, 66, 0.08);
  --ease: 220ms ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { background: var(--white); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
ul { list-style: none; }

.container { width: min(100% - 48px, var(--max)); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.section-paper { background: var(--paper); }

.announcement-bar { background: var(--navy-deep); color: rgba(255,255,255,.84); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.announcement-inner { display: flex; align-items: center; justify-content: space-between; min-height: 35px; gap: 24px; }
.announcement-inner span, .announcement-inner a { display: inline-flex; align-items: center; gap: 8px; }
.announcement-inner i { color: var(--gold-light); font-size: .78rem; }
.announcement-inner a { color: var(--gold-light); transition: color var(--ease); }
.announcement-inner a:hover { color: var(--white); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(16,31,66,.1); backdrop-filter: blur(14px); }
.header-inner { position: relative; display: flex; align-items: center; min-height: 92px; gap: 32px; }
.brand { display: inline-flex; flex: 0 0 auto; flex-direction: column; align-items: flex-start; line-height: 1; }
.brand-name { color: var(--navy); font-family: var(--serif); font-size: 1.36rem; font-weight: 700; letter-spacing: .025em; }
.brand-rule { width: 100%; height: 2px; margin: 7px 0 5px; background: var(--gold); }
.brand-tagline { color: var(--gold-dark); font-size: .54rem; font-weight: 700; letter-spacing: .21em; }
.primary-nav { margin-left: auto; }
.primary-nav ul { display: flex; align-items: center; gap: clamp(18px, 2.35vw, 34px); }
.primary-nav a { position: relative; display: block; padding: 35px 0 31px; color: var(--navy); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: color var(--ease); }
.primary-nav a::after { position: absolute; right: 0; bottom: 24px; left: 0; height: 2px; background: var(--gold); content: ''; transform: scaleX(0); transform-origin: left; transition: transform var(--ease); }
.primary-nav a:hover, .primary-nav a.active { color: var(--gold-dark); }
.primary-nav a:hover::after, .primary-nav a.active::after { transform: scaleX(1); }
.header-cta { display: inline-flex; align-items: center; gap: 8px; padding: 11px 15px; border: 1px solid var(--navy); color: var(--navy); font-size: .67rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; transition: background var(--ease), color var(--ease), transform var(--ease); }
.header-cta:hover { background: var(--navy); color: var(--white); transform: translateY(-1px); }
.header-cta i { font-size: .75rem; }
.nav-toggle { display: none; border: 0; background: transparent; cursor: pointer; }
.hamburger, .hamburger::before, .hamburger::after { display: block; width: 25px; height: 2px; background: var(--navy); transition: transform var(--ease), opacity var(--ease); }
.hamburger { position: relative; }
.hamburger::before, .hamburger::after { position: absolute; left: 0; content: ''; }
.hamburger::before { top: -7px; }
.hamburger::after { top: 7px; }
.nav-toggle[aria-expanded="true"] .hamburger { background: transparent; }
.nav-toggle[aria-expanded="true"] .hamburger::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .hamburger::after { top: 0; transform: rotate(-45deg); }

.hero { overflow: hidden; background: var(--white); padding: clamp(64px, 9vw, 128px) 0 clamp(76px, 9vw, 128px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(380px, .96fr); align-items: center; gap: clamp(56px, 8vw, 124px); }
.hero-text { padding-left: clamp(0px, 2.5vw, 34px); }
.eyebrow { margin-bottom: 16px; color: var(--gold-dark); font-size: .67rem; font-weight: 700; letter-spacing: .18em; line-height: 1.35; text-transform: uppercase; }
.hero h1, .section-heading h2, .about-content h2, .invoice-cta h3, .contact-inner h2 { color: var(--navy); font-family: var(--serif); font-weight: 600; line-height: 1.1; }
.hero h1 { max-width: 680px; font-size: clamp(3.25rem, 6.3vw, 6rem); letter-spacing: -.045em; }
em { font-style: italic; }
.gold-line { width: 68px; height: 3px; margin: 30px 0 25px; background: var(--gold); }
.hero-sub { margin-bottom: 17px; color: #3d4450; font-family: var(--serif); font-size: clamp(1.22rem, 2vw, 1.6rem); line-height: 1.3; }
.hero-body { max-width: 555px; color: var(--muted); font-size: .98rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 49px; padding: 13px 21px; border: 1px solid transparent; cursor: pointer; font-size: .74rem; font-weight: 700; letter-spacing: .06em; line-height: 1.2; text-align: center; text-transform: uppercase; transition: background var(--ease), border var(--ease), color var(--ease), box-shadow var(--ease), transform var(--ease); }
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-soft); }
.btn i { font-size: .92rem; }
.btn-primary { background: var(--navy); border-color: var(--navy); color: var(--white); }
.btn-primary:hover { background: var(--navy-soft); border-color: var(--navy-soft); }
.btn-outline { background: transparent; border-color: var(--navy); color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: var(--white); }
.btn-gold { background: var(--gold); border-color: var(--gold); color: var(--navy-deep); }
.btn-gold:hover { background: var(--gold-light); border-color: var(--gold-light); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 14px 23px; margin-top: 35px; padding-top: 19px; border-top: 1px solid var(--line); color: var(--muted); font-size: .68rem; font-weight: 600; letter-spacing: .04em; }
.hero-proof span { display: inline-flex; align-items: center; gap: 6px; }
.hero-proof i { color: var(--gold-dark); font-size: .85rem; }
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column; margin: 0; }
.hero-visual img { display: block; width: min(100%, 510px); }
.hero-visual figcaption { align-self: flex-end; margin: 17px 7% 0 0; color: var(--muted); font-family: var(--serif); font-size: .93rem; font-style: italic; line-height: 1.35; text-align: right; }
.hero-visual figcaption strong { color: var(--navy); font-size: 1.05rem; }

.problems { padding: clamp(72px, 9vw, 118px) 0; }
.section-heading h2 { font-size: clamp(2.1rem, 3.7vw, 3.35rem); letter-spacing: -.035em; }
.section-heading > p:last-child { max-width: 540px; margin-top: 16px; color: var(--muted); font-size: .94rem; }
.centered { text-align: center; }
.centered > p:last-child { margin-inline: auto; }
.centered .eyebrow { margin-bottom: 12px; }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 47px; }
.problem-card { min-height: 265px; padding: 28px 23px 25px; background: var(--white); border: 1px solid var(--line); transition: box-shadow var(--ease), border-color var(--ease), transform var(--ease); }
.problem-card:hover { border-color: rgba(195,154,69,.65); box-shadow: var(--shadow-soft); transform: translateY(-5px); }
.icon-circle { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; margin-bottom: 23px; border-radius: 50%; background: var(--gold); color: var(--navy-deep); font-size: 1.45rem; }
.card-number { margin-bottom: 11px; color: var(--gold-dark); font-size: .6rem; font-weight: 700; letter-spacing: .16em; }
.problem-card h3 { margin-bottom: 12px; color: var(--navy); font-size: .77rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.problem-card > p:last-child { color: var(--muted); font-size: .85rem; line-height: 1.62; }

.checklist-bar { position: relative; overflow: hidden; background: var(--navy); color: var(--white); padding: 48px 0; }
.checklist-bar::after { position: absolute; top: -64px; right: 7%; width: 180px; height: 180px; border: 1px solid rgba(224,189,112,.2); border-radius: 50%; content: ''; }
.checklist-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr); align-items: center; gap: 50px; }
.checklist-info { display: flex; align-items: flex-start; gap: 23px; }
.checklist-info .eyebrow { margin-bottom: 11px; color: var(--gold-light); }
.checklist-icon { flex: 0 0 56px; color: var(--gold-light); font-size: 3.1rem; line-height: 1; }
.checklist-info h2 { margin-bottom: 8px; color: var(--white); font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.15rem); font-weight: 600; line-height: 1.1; }
.checklist-info p:last-child { max-width: 450px; color: rgba(255,255,255,.72); font-size: .86rem; }
.checklist-form .form-row { display: flex; gap: 10px; }
.checklist-form input { min-width: 0; flex: 1; height: 49px; padding: 0 16px; border: 1px solid rgba(255,255,255,.3); border-radius: 0; outline: 0; background: rgba(255,255,255,.08); color: var(--white); font-size: .82rem; transition: border-color var(--ease), background var(--ease), box-shadow var(--ease); }
.checklist-form input::placeholder { color: rgba(255,255,255,.65); }
.checklist-form input:focus { border-color: var(--gold-light); background: rgba(255,255,255,.13); box-shadow: 0 0 0 3px rgba(224,189,112,.15); }
.privacy-text { margin-top: 10px; color: rgba(255,255,255,.56); font-size: .68rem; }
.privacy-text i { margin-right: 4px; color: var(--gold-light); }
.form-message { min-height: 1.3em; margin-top: 8px; font-size: .76rem; }
.form-message.success { color: var(--gold-light); }
.form-message.error { color: #f4b0a3; }

.about { padding: clamp(82px, 10vw, 136px) 0; background: var(--white); }
.about-grid { display: grid; grid-template-columns: minmax(230px, 280px) minmax(0, 1fr) minmax(220px, 280px); align-items: center; gap: clamp(35px, 5vw, 76px); }
.about-portrait { position: relative; margin: 0; }
.about-portrait img { width: 100%; aspect-ratio: 0.91; object-fit: cover; object-position: 50% 20%; filter: saturate(.85); }
.about-portrait::after { position: absolute; top: 14px; right: -14px; bottom: -14px; left: 14px; z-index: -1; border: 1px solid var(--gold); content: ''; }
.about-portrait figcaption { display: flex; justify-content: space-between; gap: 12px; margin-top: 14px; color: var(--muted); font-size: .65rem; }
.about-portrait figcaption span:first-child { color: var(--navy); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.about-content h2 { font-size: clamp(2.1rem, 3.8vw, 3.35rem); }
.about-content .lead { margin: 14px 0 20px; color: var(--gold-dark); font-family: var(--serif); font-size: 1.25rem; font-style: italic; }
.about-content > p:not(.eyebrow):not(.lead) { max-width: 560px; color: var(--muted); font-size: .92rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 27px; border-bottom: 1px solid var(--gold); color: var(--navy); font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: color var(--ease), gap var(--ease); }
.text-link:hover { color: var(--gold-dark); gap: 12px; }
.about-credentials { align-self: stretch; padding: 27px 0 0 32px; border-left: 1px solid var(--line); }
.credentials-label { margin-bottom: 24px; color: var(--gold-dark); font-size: .65rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.about-credentials ul { display: flex; flex-direction: column; gap: 21px; }
.about-credentials li { display: flex; gap: 11px; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.check { flex: 0 0 auto; color: var(--gold-dark); font-size: 1rem; }

.invoice-section { padding: clamp(82px, 10vw, 135px) 0; background: var(--paper); }
.invoice-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(260px, .75fr); align-items: center; gap: clamp(55px, 8vw, 125px); }
.invoice-main .section-heading { margin-bottom: 38px; }
.invoice-main .section-heading h2 { max-width: 620px; }
.invoice-main .section-heading > p:last-child { margin-top: 13px; }
.invoice-stage { display: grid; grid-template-columns: minmax(96px, .19fr) minmax(0, 1fr) minmax(96px, .19fr); align-items: stretch; gap: clamp(8px, 1vw, 15px); }
.annotation-rail { display: flex; flex-direction: column; justify-content: space-between; padding: 54px 0 50px; }
.annotation-rail-left { align-items: flex-end; text-align: right; }
.annotation-rail-right { align-items: flex-start; }
.invoice-wrapper { position: relative; min-width: 0; padding: 22px clamp(17px, 2.5vw, 31px) 29px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.invoice-meta { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 19px; color: var(--muted); font-size: .57rem; font-weight: 700; letter-spacing: .1em; }
.invoice-table { width: 100%; border-collapse: collapse; font-size: .68rem; }
.invoice-table th { padding: 9px 6px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .56rem; font-weight: 700; letter-spacing: .06em; text-align: left; text-transform: uppercase; }
.invoice-table td { padding: 11px 6px; border-bottom: 1px solid #e8e8e4; color: var(--ink); white-space: nowrap; }
.invoice-table tbody tr:last-child td { border-bottom: 0; }
.invoice-table th:nth-child(n+4), .invoice-table td:nth-child(n+4) { text-align: right; }
.invoice-table tfoot td { padding-top: 16px; border-top: 2px solid var(--navy); border-bottom: 0; color: var(--navy); font-weight: 700; }
.total-label { font-size: .65rem; letter-spacing: .06em; text-align: right !important; text-transform: uppercase; }
.total-amount { font-size: .77rem; text-align: right; }
.callout { display: flex; align-items: center; gap: 5px; max-width: 96px; color: var(--red); font-family: var(--serif); font-size: .68rem; font-style: italic; line-height: 1.18; }
.callout i { flex: 0 0 auto; font-family: var(--sans); font-size: .95rem; font-style: normal; }
.invoice-note { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 22px; color: var(--muted); font-family: var(--serif); font-size: .86rem; font-style: italic; }
.invoice-note i { color: var(--gold-dark); font-family: var(--sans); font-size: 1rem; font-style: normal; }
.invoice-cta { padding: 34px 0 34px 38px; border-left: 1px solid var(--line); }
.invoice-cta .eyebrow { margin-bottom: 14px; }
.invoice-cta h3 { font-size: clamp(2.2rem, 4vw, 3.65rem); }
.gold-line.small { width: 45px; height: 2px; margin: 25px 0 21px; }
.invoice-cta > p:not(.eyebrow) { color: var(--muted); font-size: .87rem; }
.invoice-cta .btn { width: 100%; margin-top: 26px; }
.rating { display: flex; flex-direction: column; gap: 6px; margin-top: 25px; color: var(--muted); font-size: .67rem; }
.stars, .review-stars { color: var(--gold); letter-spacing: .15em; }
.stars { font-size: 1.15rem; }

.field-notes { padding: clamp(80px, 9vw, 120px) 0; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(210px, .42fr); align-items: end; gap: 40px; }
.split-heading > p { margin: 0 0 5px; color: var(--muted); font-family: var(--serif); font-size: 1.04rem; font-style: italic; }
.notes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 48px; }
.note-card { min-height: 255px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px 27px; border-top: 3px solid var(--gold); background: var(--white); box-shadow: inset 0 0 0 1px var(--line); transition: box-shadow var(--ease), transform var(--ease); }
.note-card:hover { box-shadow: var(--shadow-soft), inset 0 0 0 1px var(--gold); transform: translateY(-5px); }
.note-type { color: var(--gold-dark); font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.note-card h3 { margin-top: 27px; color: var(--navy); font-family: var(--serif); font-size: 1.36rem; font-weight: 600; line-height: 1.25; }
.note-card .text-link { margin-top: auto; }

.reviews { padding: clamp(78px, 9vw, 117px) 0; background: var(--navy); color: var(--white); }
.reviews .section-heading h2 { color: var(--white); }
.reviews .eyebrow { color: var(--gold-light); }
.reviews .section-heading > p:last-child { color: rgba(255,255,255,.65); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 47px; }
.review-card { display: flex; min-height: 250px; flex-direction: column; align-items: flex-start; padding: 28px; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.045); }
.review-card.featured { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.review-card blockquote { margin: 28px 0 22px; color: var(--white); font-family: var(--serif); font-size: 1.25rem; font-style: italic; line-height: 1.35; }
.review-card.featured blockquote { color: var(--navy); }
.review-card figcaption { margin-top: auto; color: var(--gold-light); font-size: .7rem; font-weight: 600; letter-spacing: .05em; }
.review-card.featured figcaption { color: var(--navy); }
.review-mark { font-family: var(--serif); font-size: 3.8rem; line-height: .8; }

.contact-cta { padding: 48px 0; background: var(--gold); }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.contact-inner .eyebrow { margin-bottom: 9px; color: var(--navy); }
.contact-inner h2 { color: var(--navy); font-size: clamp(1.9rem, 3.1vw, 2.55rem); }
.contact-inner p:last-child { margin-top: 7px; color: rgba(16,31,66,.72); font-size: .84rem; }
.contact-inner .btn { flex: 0 0 auto; background: var(--navy); border-color: var(--navy); color: var(--white); }
.contact-inner .btn:hover { background: var(--navy-soft); border-color: var(--navy-soft); }

.site-footer { padding: 30px 0; background: var(--navy-deep); color: rgba(255,255,255,.6); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: .66rem; }
.footer-brand { display: flex; flex-direction: column; color: var(--white); font-family: var(--serif); font-size: .9rem; font-weight: 700; line-height: 1.1; letter-spacing: .05em; }
.footer-brand span { margin-top: 5px; color: var(--gold-light); font-family: var(--sans); font-size: .48rem; letter-spacing: .17em; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { transition: color var(--ease); }
.footer-links a:hover { color: var(--gold-light); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 90ms; }
.reveal-delay-2 { transition-delay: 160ms; }
.reveal-delay-3 { transition-delay: 230ms; }

@media (max-width: 1120px) {
  .header-inner { gap: 20px; }
  .primary-nav ul { gap: 18px; }
  .header-cta { display: none; }
  .hero-grid { gap: 55px; }
  .invoice-stage { display: block; }
  .annotation-rail { display: none; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 40px, var(--max)); }
  .primary-nav ul { gap: 14px; }
  .primary-nav a { font-size: .61rem; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(300px, .82fr); gap: 35px; }
  .hero h1 { font-size: clamp(3rem, 6.3vw, 4.5rem); }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: minmax(210px, .65fr) minmax(0, 1.35fr); gap: 38px; }
  .about-credentials { grid-column: 1 / -1; padding: 25px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .about-credentials ul { display: grid; grid-template-columns: repeat(2, 1fr); }
  .invoice-grid { grid-template-columns: 1fr; gap: 53px; }
  .invoice-cta { max-width: 470px; padding: 0; border-top: 1px solid var(--line); border-left: 0; }
  .invoice-stage { display: block; }
  .annotation-rail { display: none; }
}

@media (max-width: 700px) {
  .announcement-inner { min-height: 31px; font-size: .56rem; }
  .announcement-inner span { max-width: 60%; }
  .announcement-inner a { white-space: nowrap; }
  .header-inner { min-height: 75px; }
  .brand-name { font-size: 1.12rem; }
  .brand-tagline { font-size: .46rem; }
  .nav-toggle { display: block; margin-left: auto; padding: 10px 3px 10px 10px; }
  .primary-nav { position: absolute; top: 100%; right: -20px; left: -20px; max-height: 0; overflow: hidden; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-soft); transition: max-height 300ms ease; }
  .primary-nav.open { max-height: 430px; }
  .primary-nav ul { display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 17px; }
  .primary-nav li { border-bottom: 1px solid var(--line); }
  .primary-nav li:last-child { border-bottom: 0; }
  .primary-nav a { padding: 13px 0; font-size: .68rem; }
  .primary-nav a::after { bottom: -1px; }
  .hero { padding: 62px 0 76px; }
  .hero-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero-text { padding-left: 0; }
  .hero h1 { font-size: clamp(2.95rem, 13vw, 4.25rem); }
  .hero-sub { font-size: 1.27rem; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn { width: 100%; }
  .hero-proof { gap: 10px 18px; }
  .hero-visual { max-width: 460px; margin-inline: auto; }
  .hero-visual figcaption { margin-right: 3%; }
  .problems, .about, .invoice-section, .field-notes, .reviews { padding-block: 74px; }
  .section-heading h2 { font-size: 2.25rem; }
  .problem-grid, .notes-grid, .reviews-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 0; padding: 26px 23px; }
  .checklist-bar { padding: 40px 0; }
  .checklist-grid { grid-template-columns: 1fr; gap: 27px; }
  .checklist-info { gap: 16px; }
  .checklist-icon { flex-basis: 45px; font-size: 2.55rem; }
  .checklist-form .form-row { flex-direction: column; }
  .checklist-form .btn { width: 100%; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-portrait { width: min(100%, 340px); }
  .about-content h2 { font-size: 2.55rem; }
  .about-credentials ul { grid-template-columns: 1fr; gap: 16px; }
  .invoice-wrapper { overflow: hidden; padding-inline: 13px; }
  .invoice-table { min-width: 615px; }
  .invoice-table th, .invoice-table td { padding-inline: 4px; }
  .callout { display: none; }
  .invoice-note { align-items: flex-start; justify-content: flex-start; }
  .invoice-cta { max-width: none; }
  .split-heading { display: block; }
  .split-heading > p { max-width: 310px; margin-top: 19px; }
  .note-card { min-height: 220px; }
  .review-card { min-height: 220px; }
  .contact-inner { align-items: flex-start; flex-direction: column; }
  .contact-inner .btn { width: 100%; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-links { gap: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
