/* ── Base reset ──────────────────────────────────────────────────────────
   Reconstruction of Tailwind v4's Preflight. The BuilderPilot stylesheet was
   authored with `@import "tailwindcss"` active, so it assumes these defaults.
   Most notably, headings inherit font-size and font-weight rather than being
   bold — many rules in the site CSS set only font-size and rely on this.
   Removing it would render every heading bold.
   ──────────────────────────────────────────────────────────────────────── */

*,
::after,
::before,
::backdrop,
::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}

html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

:-moz-focusring {
  outline: auto;
}

progress {
  vertical-align: baseline;
}

summary {
  display: list-item;
}

ol,
ul,
menu {
  list-style: none;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

button,
input,
select,
optgroup,
textarea,
::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}

:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}

::placeholder {
  opacity: 1;
  color: color-mix(in oklab, currentColor 50%, transparent);
}

textarea {
  resize: vertical;
}

::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

button,
input:where([type="button"], [type="reset"], [type="submit"]),
::file-selector-button {
  appearance: button;
}

[hidden]:where(:not([hidden="until-found"])) {
  display: none !important;
}

/* The original layout applied Tailwind's `antialiased` utility to <body>. */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* ── BuilderPilot site styles (unmodified from app/globals.css) ── */


:root {
  --navy: #00142f;
  --navy-2: #06285d;
  --blue: #246be8;
  --blue-bright: #2f7cff;
  --blue-soft: #e9f1ff;
  --ink: #111c2f;
  --muted: #67758b;
  --line: #dce3ed;
  --paper: #f7f9fc;
  --white: #ffffff;
  --green: #36aa64;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
main { min-height: 100vh; overflow: hidden; }

.site-header { height: 92px; padding: 0 max(32px, calc((100vw - 1440px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: white; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.1); position: relative; z-index: 20; }
.brand { width: 244px; display: block; }
.brand img { width: 100%; height: auto; display: block; }
.site-header nav { display: flex; gap: 32px; font-size: 13px; color: #c4d0e3; }
.site-header nav a:hover { color: white; }
.header-actions { justify-self: end; display: flex; gap: 18px; align-items: center; }
.header-cta { display: flex; gap: 9px; align-items: center; font-size: 12px; font-weight: 650; }
.header-cta span { color: #65a0ff; }
.login-button { min-height: 39px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; color: white; font-size: 11px; font-weight: 750; transition: background .2s ease, border-color .2s ease; }
.login-button:hover, .active-login { background: var(--blue); border-color: var(--blue); }

.hero { min-height: calc(100vh - 92px); display: grid; grid-template-columns: .95fr 1.05fr; background: var(--white); }
.hero-copy { padding: 110px max(60px, calc((100vw - 1440px) / 2)); padding-right: 70px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .section-label { margin: 0 0 24px; color: var(--blue); font-size: 10px; font-weight: 750; letter-spacing: .22em; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 23px; height: 2px; background: var(--blue); }
h1 { margin: 0; color: var(--ink); font-size: clamp(58px, 5.7vw, 94px); line-height: .96; letter-spacing: -.065em; font-weight: 520; }
h1 em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 610px; margin: 30px 0 0; color: #425168; font-size: clamp(18px, 1.4vw, 21px); line-height: 1.6; letter-spacing: -.015em; }
.hero-actions { margin-top: 38px; display: flex; gap: 12px; }
.button { min-height: 52px; padding: 0 23px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; font-size: 13px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 14px 30px rgba(36,107,232,.22); }
.button-secondary { border: 1px solid var(--line); background: white; }
.button-light { color: var(--navy); background: white; }
.trust-line { margin-top: 36px; display: flex; gap: 22px; color: #718096; font-size: 10px; }
.trust-line span::first-letter { color: var(--blue); }

.interface-card { margin: 36px 5% 36px 0; align-self: center; border-radius: 26px; background: white; overflow: hidden; box-shadow: 0 35px 90px rgba(0,24,67,.2); border: 1px solid #d5deeb; position: relative; z-index: 2; }
.interface-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, #ffffff, #f7faff); }
.hero::after { content: ""; position: absolute; right: 0; width: 52.5%; height: calc(100vh - 92px); z-index: 0; background: linear-gradient(145deg, #0a3878, var(--navy)); }
.interface-head { height: 102px; padding: 0 28px; display: grid; grid-template-columns: 64px 1fr auto; gap: 15px; align-items: center; border-bottom: 1px solid var(--line); }
.sarah-avatar { width: 60px; height: 60px; position: relative; }
.sarah-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; border: 2px solid white; box-shadow: 0 0 0 1px #b8c5d7; }
.sarah-avatar i { width: 15px; height: 15px; position: absolute; right: 0; bottom: 1px; border-radius: 50%; background: var(--green); border: 3px solid white; }
.interface-head strong, .interface-head span { display: block; }
.interface-head strong { color: #0d1c32; font-size: 20px; }
.interface-head span { margin-top: 4px; color: #526177; font-size: 11px; }
.interface-status { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; }
.interface-status small { color: #8996a9; font-size: 7px; font-weight: 750; letter-spacing: .12em; }
.interface-status b { color: var(--green); font-size: 9px; font-weight: 650; }
.interface-status b i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: var(--green); }
.interface-body { padding: 28px; }
.micro { margin: 0 0 10px; color: #7f8ba0; font-size: 9px; letter-spacing: .2em; }
.interface-body h2 { margin: 0; font-size: 25px; line-height: 1.2; letter-spacing: -.035em; }
.dashboard-title { display: flex; justify-content: space-between; gap: 20px; align-items: end; }
.dashboard-title > span { color: #68768a; font-size: 8px; font-weight: 600; }
.kpi-grid { margin-top: 21px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.kpi-grid article { min-height: 91px; padding: 11px; border: 1px solid #c8d5e7; border-radius: 11px; background: #e5edf8; box-shadow: inset 0 1px 0 rgba(255,255,255,.7); }
.kpi-grid article > i { width: 25px; height: 25px; display: grid; place-items: center; margin-bottom: 9px; border-radius: 7px; color: var(--blue); background: var(--blue-soft); font-size: 10px; font-style: normal; }
.kpi-grid article.attention { background: #eee9df; border-color: #d8cdb8; }
.kpi-grid article.attention > i { color: #8b641e; background: #f7e8c9; }
.kpi-grid strong, .kpi-grid span { display: block; }
.kpi-grid strong { font-size: 19px; line-height: 1; }
.kpi-grid span { margin-top: 5px; color: #526177; font-size: 7px; line-height: 1.3; }
.dashboard-lower { margin-top: 9px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 8px; }
.activity-chart, .priority-list { min-height: 128px; padding: 12px; border: 1px solid #e1e7ef; border-radius: 11px; }
.chart-head { display: flex; justify-content: space-between; align-items: center; }
.chart-head > span { color: #324158; font-size: 9px; font-weight: 700; }
.chart-head small { color: #8a96a7; font-size: 7px; }
.bars { height: 68px; padding: 10px 7px 0; display: flex; gap: 11px; align-items: end; border-bottom: 1px solid #e7ebf1; }
.bars i { width: 100%; max-width: 18px; min-height: 12px; border-radius: 4px 4px 0 0; background: #b8cef2; }
.bars i.active { background: var(--blue); }
.bar-labels { padding: 5px 7px 0; display: flex; justify-content: space-between; color: #929dac; font-size: 7px; }
.priority-list p { margin: 9px 0 0; display: flex; align-items: center; gap: 7px; color: #536176; font-size: 8px; }
.priority-list p i { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 3px var(--blue-soft); }
.work-row { padding: 15px 0; display: grid; grid-template-columns: 38px 1fr auto; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); }
.work-row > i { width: 34px; height: 34px; display: grid; place-items: center; color: var(--blue); background: var(--blue-soft); border-radius: 9px; font-style: normal; }
.work-row strong, .work-row span { display: block; }
.work-row strong { font-size: 12px; }
.work-row span { margin-top: 4px; color: var(--muted); font-size: 9px; }
.work-row > b { color: var(--blue); font-size: 10px; }
.sarah-note { margin-top: 13px; padding: 18px 20px; display: grid; grid-template-columns: 54px 1fr; gap: 15px; align-items: center; color: #405069; background: #e8f0fb; border: 1px solid #c9d8ec; border-left: 4px solid var(--blue); border-radius: 0 14px 14px 0; box-shadow: 0 8px 22px rgba(17,52,100,.07); }
.sarah-note img { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; border: 2px solid white; box-shadow: 0 0 0 1px #b9c9de; }
.sarah-note p { margin: 0; }
.sarah-note strong, .sarah-note span { display: block; }
.sarah-note strong { color: #0d1d35; font-size: 12px; font-weight: 750; }
.sarah-note span { margin-top: 6px; color: #142a45; font-size: 10px; font-weight: 520; line-height: 1.6; }

.value-section, .team-section, .how-section, .essentials-section { width: min(1440px, calc(100% - 64px)); margin: 0 auto; padding: 120px 0; }
.value-intro { display: grid; grid-template-columns: .35fr 1fr; gap: 70px; align-items: start; }
.value-intro h2, .section-heading h2, .how-heading h2, .essentials-heading h2, .closing-section h2 { margin: 0; max-width: 920px; font-size: clamp(42px, 4.7vw, 70px); line-height: 1.05; letter-spacing: -.052em; font-weight: 500; }
.value-grid { margin-top: 75px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-grid article { padding: 28px 34px 32px 0; border-right: 1px solid var(--line); }
.value-grid article + article { padding-left: 34px; }
.value-grid article:last-child { border: 0; }
.value-grid span { color: var(--blue); font-size: 10px; }
.value-grid h3 { margin: 20px 0 8px; font-size: 23px; }
.value-grid p { margin: 0; color: #536176; font-size: 13px; }

.team-section { width: 100%; padding-left: max(32px, calc((100vw - 1440px) / 2)); padding-right: max(32px, calc((100vw - 1440px) / 2)); color: white; background: var(--navy); }
.team-section .section-label { color: #69a2ff; }
.section-heading { margin-bottom: 58px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.section-heading > p { margin: 0; color: #a8b8cd; font-size: 15px; line-height: 1.65; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.team-card { min-height: 410px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: linear-gradient(145deg, #10336b, #061d46); }
.portrait { position: absolute; inset: 0; display: grid; place-items: center; background: radial-gradient(circle at 50% 42%, rgba(56,123,240,.28), transparent 42%); }
.portrait img { width: 72%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; box-shadow: 0 28px 60px rgba(0,0,0,.34), 0 0 0 1px rgba(255,255,255,.12); transition: transform .45s ease; }
.team-card:hover .portrait img { transform: scale(1.035); }
.team-copy { position: absolute; inset: auto 0 0; padding: 70px 24px 24px; background: linear-gradient(180deg, transparent, rgba(0,14,36,.98) 45%); }
.team-copy p { margin: 0 0 6px; color: #70a5ff; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.team-copy h3 { margin: 0 0 6px; font-size: 25px; }
.team-copy span { color: #a7b5c7; font-size: 11px; line-height: 1.45; }

.how-section { padding-bottom: 90px; }
.how-heading { display: grid; grid-template-columns: .27fr 1fr .52fr; gap: 45px; align-items: end; }
.how-heading > p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.steps { margin-top: 65px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); }
.steps article { padding: 24px 20px 28px 0; border-right: 1px solid var(--line); }
.steps article + article { padding-left: 20px; }
.steps article:last-child { border: 0; }
.steps span { color: var(--blue); font-size: 9px; }
.steps h3 { margin: 16px 0 7px; font-size: 21px; }
.steps p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.trust-banner { margin-top: 64px; min-height: 210px; padding: 36px 42px; display: grid; grid-template-columns: 90px .75fr 1fr auto; gap: 30px; align-items: center; color: white; background: linear-gradient(120deg, var(--navy), var(--navy-2)); border-radius: 22px; }
.trust-banner > div { width: 72px; height: 72px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #72a7ff; font-weight: 800; }
.trust-banner h3 { margin: 0; font-size: 25px; line-height: 1.2; }
.trust-banner h3 em { color: #78acff; font-style: normal; }
.trust-banner > p { margin: 0; color: #b6c4d6; font-size: 12px; line-height: 1.55; }
.trust-banner ul { margin: 0; padding: 0; list-style: none; color: #d7e1ee; font-size: 10px; line-height: 2.1; }
.trust-banner li::before { content: "✓"; margin-right: 8px; color: #66a0ff; }

.essentials-section { padding-top: 90px; }
.essentials-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 90px; align-items: end; }
.essentials-heading > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.package-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.package-grid article { min-height: 340px; padding: 30px; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 16px 45px rgba(7,31,69,.06); }
.package-grid article > span { color: var(--blue); font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.package-grid h3 { margin: 42px 0 10px; font-size: 31px; line-height: 1.15; letter-spacing: -.04em; font-weight: 520; }
.package-grid h3 em { color: var(--blue); font-style: normal; }
.package-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.package-grid a { margin-top: auto; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--blue); font-size: 11px; font-weight: 700; }
.featured-package { color: white; background: linear-gradient(145deg, #0c3a7d, var(--navy)) !important; border-color: #1f5db5 !important; transform: translateY(-10px); }
.featured-package p { color: #b8c7da; }
.featured-package h3 em, .featured-package > span, .featured-package a { color: #7eb1ff; }
.featured-package a { border-color: rgba(255,255,255,.15); }
.package-grid ul { margin: 18px 0 0; padding: 0; list-style: none; color: #536176; font-size: 10px; line-height: 2; }
.package-grid li::before { content: "✓"; margin-right: 8px; color: var(--blue); }
.featured-package ul { color: #c5d1df; }
.featured-package li::before { color: #79acff; }

.closing-actions { display: flex; gap: 12px; align-items: center; }
.button-ghost-light { color: white; border: 1px solid rgba(255,255,255,.32); }

.closing-section { min-height: 570px; padding: 110px 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: white; background: radial-gradient(circle at 50% 20%, #0d448f, var(--navy) 58%); }
.closing-section .section-label { color: #79acff; }
.closing-section h2 { max-width: 900px; }
.closing-section > p:not(.section-label) { max-width: 650px; margin: 26px auto 34px; color: #b9c7d9; font-size: 16px; line-height: 1.65; }

footer { min-height: 138px; padding: 0 max(32px, calc((100vw - 1440px) / 2)); display: grid; grid-template-columns: auto 1fr auto auto; gap: 40px; align-items: center; color: #8292a8; background: var(--navy); border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; }
footer img { width: 210px; }
footer p { margin: 0; }
footer div { display: flex; gap: 24px; color: #a9b7c9; }
.site-header nav a[aria-current="page"] { color: white; }

/* Residential real estate story */
.real-estate-page { background: white; }
.realty-hero { min-height: 760px; display: grid; grid-template-columns: .98fr 1.02fr; position: relative; background: white; }
.realty-hero::after { content: ""; position: absolute; inset: 0 0 0 50%; background: radial-gradient(circle at 70% 24%, #0d448f, var(--navy) 62%); }
.realty-hero-copy { padding: 105px max(54px, calc((100vw - 1440px) / 2)); padding-right: 68px; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 1; }
.realty-hero-copy h1 { max-width: 720px; font-size: clamp(58px, 5.4vw, 85px); }
.realty-hero-copy > p:last-of-type { max-width: 640px; margin: 30px 0 0; color: #40516a; font-size: 18px; line-height: 1.7; }
.realtor-hero-visual { width: min(650px, calc(100% - 70px)); height: 660px; margin: 50px auto; align-self: center; position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 27px; background: #d7e0ea; box-shadow: 0 38px 90px rgba(0,8,29,.42); }
.realtor-hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.realtor-hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 46%, rgba(0,16,43,.3) 72%, rgba(0,16,43,.72)); pointer-events: none; }
.hero-morning-time { position: absolute; top: 24px; left: 24px; z-index: 2; padding: 13px 16px; color: white; border: 1px solid rgba(255,255,255,.28); border-radius: 12px; background: rgba(0,20,47,.72); backdrop-filter: blur(12px); }
.hero-morning-time span, .hero-morning-time strong { display: block; }
.hero-morning-time span { margin-bottom: 4px; color: #8cbbff; font-size: 7px; font-weight: 750; letter-spacing: .18em; }
.hero-morning-time strong { font-size: 15px; }
.hero-sarah-message { width: calc(100% - 44px); min-height: 122px; padding: 20px 22px; display: grid; grid-template-columns: 58px 1fr; gap: 15px; align-items: center; position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 2; color: #19304d; border: 1px solid rgba(255,255,255,.74); border-radius: 17px; background: rgba(247,250,255,.94); box-shadow: 0 18px 50px rgba(0,13,36,.25); backdrop-filter: blur(14px); }
.message-person { width: 56px; height: 56px; position: relative; }
.message-person img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; border: 2px solid white; box-shadow: 0 0 0 1px #adbbce; }
.message-person i { width: 14px; height: 14px; position: absolute; right: 0; bottom: 1px; border-radius: 50%; background: var(--green); border: 3px solid white; }
.hero-sarah-message p { margin: 0; }
.hero-sarah-message strong, .hero-sarah-message span { display: block; }
.hero-sarah-message strong { color: #0e223e; font-size: 12px; }
.hero-sarah-message span { margin-top: 7px; color: #29425f; font-size: 10px; line-height: 1.55; }
.morning-brief { width: min(650px, calc(100% - 70px)); margin: 55px auto; align-self: center; position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(255,255,255,.19); border-radius: 25px; background: #f8faff; box-shadow: 0 38px 90px rgba(0,8,29,.42); }
.brief-top { min-height: 104px; padding: 20px 24px; display: grid; grid-template-columns: 60px 1fr auto; gap: 14px; align-items: center; border-bottom: 1px solid #d9e2ee; background: white; }
.brief-sarah { width: 58px; height: 58px; position: relative; }
.brief-sarah img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; border: 2px solid white; box-shadow: 0 0 0 1px #aebdd1; }
.brief-sarah i { width: 14px; height: 14px; position: absolute; right: 0; bottom: 1px; border-radius: 50%; background: var(--green); border: 3px solid white; }
.brief-top span, .brief-top strong { display: block; }
.brief-top span { margin-bottom: 5px; color: var(--blue); font-size: 8px; font-weight: 750; letter-spacing: .17em; }
.brief-top strong { color: #10213a; font-size: 17px; }
.brief-top small { color: #77869a; font-size: 8px; font-weight: 700; }
.brief-message { padding: 25px 28px; color: white; background: linear-gradient(120deg, #0b3c82, #03204c); }
.brief-message p { margin: 0; max-width: 520px; font-size: 16px; line-height: 1.6; }
.brief-message span { display: block; margin-top: 9px; color: #9cb9df; font-size: 9px; }
.brief-priorities { padding: 10px 28px 4px; background: white; }
.brief-priorities article { min-height: 72px; display: grid; grid-template-columns: 30px 1fr auto; gap: 12px; align-items: center; border-bottom: 1px solid #e0e6ef; }
.brief-priorities article > span { color: #7790b4; font-size: 9px; font-weight: 750; }
.brief-priorities strong, .brief-priorities small { display: block; }
.brief-priorities strong { color: #172a45; font-size: 12px; }
.brief-priorities small { margin-top: 4px; color: #62738a; font-size: 9px; }
.brief-priorities b { min-width: 59px; padding: 7px 9px; color: #1c5bb8; text-align: center; font-size: 8px; border-radius: 999px; background: #e8f1ff; }
.brief-team { min-height: 82px; padding: 15px 28px; display: grid; grid-template-columns: auto auto 1fr; gap: 15px; align-items: center; background: #edf3fb; }
.brief-team > span { color: #6a7c94; font-size: 7px; font-weight: 750; letter-spacing: .15em; }
.brief-team > div { display: flex; }
.brief-team img { width: 31px; height: 31px; margin-left: -7px; object-fit: cover; border-radius: 50%; border: 2px solid #edf3fb; }
.brief-team img:first-child { margin-left: 0; }
.brief-team p { margin: 0; color: #3e5068; font-size: 9px; }
.story-intro { width: min(1200px, calc(100% - 64px)); margin: 0 auto; padding: 125px 0 85px; text-align: center; }
.story-intro h2, .realty-team-heading h2, .realty-outcome h2 { margin: 0 auto; max-width: 950px; font-size: clamp(44px, 4.8vw, 70px); line-height: 1.05; letter-spacing: -.052em; font-weight: 500; }
.story-intro > p:last-child { max-width: 720px; margin: 27px auto 0; color: #55667d; font-size: 16px; line-height: 1.7; }
.workday-story { width: min(1320px, calc(100% - 64px)); margin: 0 auto; padding: 0 0 125px; }
.story-moment { min-height: 330px; padding: 48px 0; display: grid; grid-template-columns: 155px 1fr .8fr; gap: 55px; align-items: center; border-top: 1px solid var(--line); }
.story-time { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; }
.story-time > span { color: #a0acbc; font-size: 10px; }
.story-time strong { color: var(--blue); font-size: 17px; letter-spacing: -.02em; }
.story-copy > p { margin: 0 0 15px; color: var(--blue); font-size: 8px; font-weight: 750; letter-spacing: .17em; }
.story-copy > .story-result { margin: 18px 0 0; color: #172b46; font-size: 11px; font-weight: 750; letter-spacing: 0; }
.story-copy h2 { margin: 0; max-width: 580px; font-size: clamp(34px, 3.2vw, 50px); line-height: 1.06; letter-spacing: -.047em; font-weight: 520; }
.timeline-tasks { max-width: 650px; margin: 24px 0 0; padding: 0; list-style: none; color: #183451; font-size: 14px; font-weight: 620; line-height: 1.55; }
.timeline-tasks li { position: relative; padding: 8px 0 8px 30px; border-bottom: 1px solid #dbe3ee; }
.timeline-tasks li:last-child { border-bottom: 0; }
.timeline-tasks li::before { content: "✓"; position: absolute; left: 0; top: 8px; color: var(--blue); font-weight: 850; }
.story-card { min-height: 220px; padding: 26px; border: 1px solid #cfd9e7; border-radius: 19px; background: linear-gradient(145deg, #f7faff, #eaf1fa); box-shadow: 0 16px 45px rgba(7,31,69,.08); }
.story-person { display: flex; gap: 13px; align-items: center; padding-bottom: 18px; border-bottom: 1px solid #d5deea; }
.story-person img { width: 52px; height: 52px; object-fit: cover; border-radius: 50%; border: 2px solid white; box-shadow: 0 0 0 1px #bac8d9; }
.story-person strong, .story-person span { display: block; }
.story-person strong { color: #10233e; font-size: 14px; }
.story-person span { margin-top: 4px; color: #37805a; font-size: 9px; }
.agent-update { margin: 21px 0 0; color: #1d3654; font-size: 14px; font-weight: 560; line-height: 1.75; font-style: normal; }
.illustrative-note { margin: 26px 0 0; color: #8491a3; text-align: center; font-size: 9px; line-height: 1.6; }
.realty-team-section { padding: 120px max(32px, calc((100vw - 1440px) / 2)); color: white; background: var(--navy); }
.realty-team-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 90px; align-items: end; }
.realty-team-heading h2 { margin: 0; }
.realty-team-heading .section-label { color: #70a7ff; }
.realty-team-heading > p { margin: 0; color: #aab9cd; font-size: 14px; line-height: 1.7; }
.realty-role-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.realty-role-grid article { min-height: 340px; padding: 26px; border: 1px solid rgba(255,255,255,.13); border-radius: 19px; background: linear-gradient(145deg, #10336b, #061d46); }
.realty-role-grid img { width: 122px; height: 122px; margin-bottom: 32px; object-fit: cover; border-radius: 50%; box-shadow: 0 18px 38px rgba(0,0,0,.3); }
.realty-role-grid span { display: block; color: #72a7ff; font-size: 8px; font-weight: 750; letter-spacing: .15em; }
.realty-role-grid h3 { margin: 11px 0 10px; font-size: 27px; }
.realty-role-grid p { margin: 0; color: #aab8ca; font-size: 11px; line-height: 1.65; }
.realty-outcome { padding: 120px max(32px, calc((100vw - 1440px) / 2)); background: #edf3fb; }
.realty-outcome > div:first-child { text-align: center; }
.realty-outcome h2 em { color: var(--blue); font-style: normal; }
.outcome-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cbd6e5; border-bottom: 1px solid #cbd6e5; }
.outcome-grid article { padding: 32px 35px; border-right: 1px solid #cbd6e5; }
.outcome-grid article:first-child { padding-left: 0; }
.outcome-grid article:last-child { border-right: 0; }
.outcome-grid strong { color: #132844; font-size: 20px; }
.outcome-grid p { margin: 10px 0 0; color: #52647c; font-size: 12px; line-height: 1.6; }

/* Essentials page */
.packages-hero { min-height: 580px; padding: 110px max(32px, calc((100vw - 1440px) / 2)); display: flex; flex-direction: column; justify-content: center; color: white; background: radial-gradient(circle at 80% 20%, #0d448f, var(--navy) 55%); }
.packages-hero .eyebrow { color: #7db0ff; }
.packages-hero .eyebrow span { background: #7db0ff; }
.packages-hero h1 { color: white; max-width: 980px; }
.packages-hero h1 em { color: #7eb1ff; }
.packages-hero > p:last-child { max-width: 650px; margin: 30px 0 0; color: #bac8da; font-size: 18px; line-height: 1.65; }
.advisor-profiles { width: min(1440px, calc(100% - 64px)); margin: 0 auto; padding: 75px 0 120px; }
.advisor-profile { min-height: 315px; padding: 34px 0; display: grid; grid-template-columns: 55px 220px 1fr .9fr; gap: 38px; align-items: center; border-bottom: 1px solid var(--line); }
.profile-number { align-self: start; padding-top: 8px; color: var(--blue); font-size: 10px; }
.profile-photo { width: 210px; height: 210px; padding: 12px; border-radius: 50%; background: linear-gradient(145deg, #edf3fc, #dfe9f8); }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; box-shadow: 0 18px 40px rgba(0,30,75,.16); }
.profile-story > p { margin: 0 0 7px; color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.profile-story h2 { margin: 0; font-size: 40px; letter-spacing: -.045em; }
.profile-story blockquote { max-width: 550px; margin: 19px 0 0; color: #253951; font-size: 14px; line-height: 1.7; font-style: normal; }
.profile-tasks { padding: 24px; border-radius: 16px; background: white; border: 1px solid var(--line); box-shadow: 0 10px 35px rgba(7,31,69,.05); }
.profile-tasks > span { color: #31445e; font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.profile-tasks ul { margin: 15px 0 0; padding: 0; list-style: none; color: #1e334e; font-size: 10px; line-height: 2.1; }
.profile-tasks li::before { content: "✓"; margin-right: 8px; color: var(--blue); }
.packages-section { width: 100%; padding: 105px max(32px, calc((100vw - 1440px) / 2)) 120px; background: #eef3fa; }
.packages-divider { margin-bottom: 75px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; color: #748399; font-size: 8px; letter-spacing: .2em; }
.packages-divider::before, .packages-divider::after { content: ""; height: 1px; background: #cdd7e5; }
.package-note { max-width: 800px; margin: 35px auto 0; color: #718096; text-align: center; font-size: 10px; line-height: 1.65; }
.compact-closing { min-height: 500px; }

/* Client access page */
.login-page { background: var(--navy); }
.login-section { min-height: calc(100vh - 230px); display: grid; grid-template-columns: 1fr 1fr; }
.login-story { padding: 110px max(55px, calc((100vw - 1440px) / 2)); padding-right: 80px; display: flex; flex-direction: column; justify-content: center; color: white; background: radial-gradient(circle at 25% 35%, #0b3b80, var(--navy) 55%); }
.login-story .eyebrow { color: #7eb1ff; }
.login-story .eyebrow span { background: #7eb1ff; }
.login-story h1 { color: white; font-size: clamp(54px, 5.4vw, 85px); }
.login-story h1 em { color: #7eb1ff; }
.login-story > p { max-width: 580px; margin: 28px 0 0; color: #b9c7da; font-size: 17px; line-height: 1.65; }
.login-support { margin-top: 38px; display: flex; gap: 13px; align-items: center; }
.login-support img { width: 48px; height: 48px; object-fit: cover; border-radius: 50%; border: 2px solid white; }
.login-support strong, .login-support span { display: block; }
.login-support strong { font-size: 12px; }
.login-support span { margin-top: 4px; color: #9fb0c6; font-size: 10px; }
.access-card { width: min(500px, calc(100% - 50px)); margin: auto; padding: 46px; border-radius: 24px; background: white; box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.access-card h2 { margin: 0; font-size: 42px; letter-spacing: -.045em; }
.access-card > p:not(.section-label) { margin: 17px 0 28px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.access-card small { display: block; margin-top: 22px; color: #8a96a7; font-size: 9px; line-height: 1.55; }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 90px 7%; text-align: center; align-items: center; }
  .hero::after { top: 92px; width: 100%; height: 680px; }
  .interface-card { width: min(620px, calc(100% - 40px)); margin: 40px auto 80px; }
  .value-intro, .section-heading, .how-heading, .essentials-heading { grid-template-columns: 1fr; gap: 25px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(5, 1fr); }
  .trust-banner { grid-template-columns: 70px 1fr; }
  .trust-banner > p, .trust-banner ul { grid-column: 2; }
  footer { grid-template-columns: 1fr 1fr; padding-top: 30px; padding-bottom: 30px; }
  footer div, footer > span { justify-self: end; }
  .advisor-profile { grid-template-columns: 40px 190px 1fr; }
  .profile-photo { width: 180px; height: 180px; }
  .profile-tasks { grid-column: 3; }
  .login-section { grid-template-columns: 1fr; }
  .access-card { margin-top: 70px; margin-bottom: 70px; }
  .realty-hero { grid-template-columns: 1fr; }
  .realty-hero::after { inset: 51% 0 0; }
  .realty-hero-copy { padding: 90px 7% 80px; text-align: center; align-items: center; }
  .morning-brief { margin: 50px auto 80px; }
  .realtor-hero-visual { margin: 50px auto 80px; }
  .story-moment { grid-template-columns: 115px 1fr; }
  .story-card { grid-column: 2; }
  .realty-team-heading { grid-template-columns: 1fr; gap: 25px; }
  .realty-role-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 650px) {
  .site-header { height: 78px; padding: 0 20px; }
  .brand { width: 178px; }
  .header-cta { display: none; }
  .login-button { min-height: 36px; padding: 0 14px; }
  .hero-copy { padding: 76px 20px 55px; }
  h1 { font-size: 53px; }
  .hero-lede { font-size: 17px; }
  .hero-actions { flex-direction: column; width: 100%; max-width: 320px; }
  .trust-line { justify-content: center; flex-wrap: wrap; gap: 10px 16px; }
  .interface-card { margin-top: 20px; }
  .interface-card::before { display: none; }
  .hero::after { top: 78px; height: 640px; }
  .interface-body { padding: 26px 22px; }
  .kpi-grid { grid-template-columns: repeat(2, 1fr); }
  .dashboard-lower { grid-template-columns: 1fr; }
  .value-section, .how-section, .essentials-section { width: calc(100% - 40px); padding: 85px 0; }
  .team-section { padding: 85px 20px; }
  .value-intro h2, .section-heading h2, .how-heading h2, .essentials-heading h2, .closing-section h2 { font-size: 42px; }
  .value-grid, .team-grid, .package-grid { grid-template-columns: 1fr; }
  .value-grid article, .value-grid article + article { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .value-grid article:last-child { border-bottom: 0; }
  .team-card { min-height: 390px; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article + article { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-banner { padding: 28px; grid-template-columns: 1fr; }
  .trust-banner > p, .trust-banner ul { grid-column: auto; }
  .featured-package { transform: none; }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  footer div, footer > span { justify-self: center; }
  .closing-actions { width: 100%; max-width: 320px; flex-direction: column; }
  .closing-actions .button { width: 100%; }
  .packages-hero { min-height: 530px; padding: 90px 20px; }
  .packages-hero h1 { font-size: 52px; }
  .advisor-profiles { width: calc(100% - 40px); padding: 50px 0 85px; }
  .advisor-profile { padding: 42px 0; grid-template-columns: 1fr; gap: 22px; text-align: center; }
  .profile-number { display: none; }
  .profile-photo { margin: 0 auto; }
  .profile-tasks { grid-column: auto; text-align: left; }
  .packages-section { padding: 80px 20px 90px; }
  .packages-divider { margin-bottom: 55px; }
  .login-story { padding: 85px 20px; text-align: center; align-items: center; }
  .login-story h1 { font-size: 51px; }
  .login-support { text-align: left; }
  .access-card { padding: 35px 26px; }
  .realty-hero { min-height: auto; }
  .realty-hero::after { inset: 48% 0 0; }
  .realty-hero-copy { padding: 76px 20px 70px; }
  .realty-hero-copy h1 { font-size: 50px; }
  .realty-hero-copy > p:last-of-type { font-size: 16px; }
  .morning-brief { width: calc(100% - 30px); margin: 35px auto 65px; border-radius: 19px; }
  .realtor-hero-visual { width: calc(100% - 30px); height: 540px; margin: 35px auto 65px; border-radius: 19px; }
  .hero-morning-time { top: 14px; left: 14px; }
  .hero-sarah-message { width: calc(100% - 28px); min-height: 116px; left: 14px; right: 14px; bottom: 14px; padding: 16px; grid-template-columns: 48px 1fr; gap: 12px; }
  .message-person { width: 47px; height: 47px; }
  .hero-sarah-message span { font-size: 9px; }
  .brief-top { min-height: 92px; padding: 16px; grid-template-columns: 52px 1fr; }
  .brief-sarah { width: 50px; height: 50px; }
  .brief-top small { display: none; }
  .brief-message { padding: 22px 20px; }
  .brief-message p { font-size: 14px; }
  .brief-priorities { padding: 8px 20px 3px; }
  .brief-team { padding: 15px 20px; grid-template-columns: 1fr auto; }
  .brief-team > span { grid-column: 1 / -1; }
  .brief-team p { display: none; }
  .story-intro { width: calc(100% - 40px); padding: 90px 0 65px; }
  .story-intro h2, .realty-team-heading h2, .realty-outcome h2 { font-size: 42px; }
  .story-intro > p:last-child { font-size: 14px; }
  .workday-story { width: calc(100% - 40px); padding-bottom: 90px; }
  .story-moment { padding: 45px 0; grid-template-columns: 1fr; gap: 26px; }
  .story-time { min-height: auto; flex-direction: row; align-items: center; }
  .story-card { grid-column: auto; }
  .story-copy h2 { font-size: 38px; }
  .timeline-tasks { font-size: 13px; }
  .agent-update { font-size: 13px; }
  .realty-team-section, .realty-outcome { padding: 90px 20px; }
  .realty-role-grid { grid-template-columns: 1fr; }
  .realty-role-grid article { min-height: 300px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-grid article, .outcome-grid article:first-child { padding: 24px 0; border-right: 0; border-bottom: 1px solid #cbd6e5; }
  .outcome-grid article:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .portrait img { transition: none; }
}
