:root {
    --blue: #245bff;
    --blue-dark: #1845cf;
    --navy: #0c1738;
    --navy-soft: #172449;
    --mist: #ebf1ff;
    --canvas: #f8fafd;
    --panel: #ffffff;
    --line: #d8e1f2;
    --line-strong: #bdcbe6;
    --slate: #5d6b86;
    --muted: #8793aa;
    --danger: #dc3f50;
    --success: #167c65;
    --shadow: 0 24px 80px rgba(32, 69, 150, .14);
    --font: Inter, "Avenir Next", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--navy);
    background: var(--canvas);
    font-family: var(--font);
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-nav {
    width: min(1420px, calc(100% - 64px));
    height: 80px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid var(--line);
    position: relative;
    z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 760; letter-spacing: -.035em; font-size: 21px; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 7px; font-size: 16px; letter-spacing: 0; }
.nav-links { display: flex; align-items: center; gap: 34px; color: #475673; font-size: 14px; font-weight: 600; }
.nav-links a, .nav-action { transition: color .2s ease; }
.nav-links a:hover { color: var(--blue); }
.nav-action { justify-self: end; display: inline-flex; align-items: center; gap: 16px; color: var(--navy); font-size: 14px; font-weight: 720; }
.nav-action span { color: var(--blue); font-size: 18px; }

.hero { position: relative; overflow: hidden; padding: 72px max(32px, calc((100vw - 1420px) / 2)) 0; }
.hero-grid {
    position: absolute;
    inset: 0 0 auto;
    height: 790px;
    pointer-events: none;
    opacity: .65;
    background-image: linear-gradient(rgba(98, 125, 188, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(98, 125, 188, .08) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, black 35%, transparent 100%);
}
.eyebrow { position: relative; display: flex; align-items: center; gap: 10px; color: #4e5e7c; font-size: 12px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 22px; height: 2px; background: var(--blue); }
.hero-copy { position: relative; display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(330px, .75fr); align-items: end; gap: 80px; margin-top: 40px; }
.hero h1 { max-width: 960px; margin: 0; font-size: clamp(62px, 7.1vw, 118px); line-height: .9; letter-spacing: -.075em; font-weight: 740; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-intro { padding-bottom: 8px; }
.hero-intro p { max-width: 500px; margin: 0 0 34px; color: #4e5d79; font-size: 19px; line-height: 1.58; letter-spacing: -.012em; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 27px; font-size: 14px; font-weight: 750; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { padding: 0 22px; color: white; background: var(--blue); border: 1px solid var(--blue); border-radius: 10px; box-shadow: 0 12px 30px rgba(36, 91, 255, .22); }
.button-primary:hover { background: var(--blue-dark); }
.button-text { min-height: 40px; border-bottom: 1px solid var(--line-strong); }

.product-scene { position: relative; width: min(1320px, calc(100% - 56px)); margin: 92px auto 0; padding: 0 0 74px; }
.scene-caption { display: flex; justify-content: space-between; align-items: center; margin: 0 0 15px; color: #5f6d87; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.scene-caption div { display: flex; align-items: center; gap: 17px; }
.scene-caption span { color: var(--blue); }
.scene-caption small { color: #8b96aa; font-size: 10px; }
.dashboard-shell { min-height: 675px; display: grid; grid-template-columns: 205px 1fr; overflow: hidden; background: white; border: 1px solid var(--line-strong); border-radius: 16px; box-shadow: var(--shadow); }
.dashboard-nav { display: flex; flex-direction: column; padding: 27px 18px 20px; color: #acb8d2; background: var(--navy); }
.dash-brand { display: flex; align-items: center; gap: 9px; color: white; font-weight: 760; letter-spacing: -.03em; }
.dash-brand span { width: 27px; height: 27px; display: grid; place-items: center; color: var(--navy); background: white; border-radius: 6px; font-size: 13px; }
.estate-switcher { margin: 33px 0 28px; padding: 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 9px; }
.estate-switcher small { display: block; margin-bottom: 6px; color: #7e8bab; font-size: 8px; letter-spacing: .15em; }
.estate-switcher strong { color: white; font-size: 12px; }
.dash-links { display: grid; gap: 5px; font-size: 11px; }
.dash-links span { display: flex; align-items: center; gap: 11px; padding: 10px 11px; border-radius: 7px; }
.dash-links span.active { color: white; background: var(--blue); }
.dash-links i { width: 15px; color: #8190b3; font-style: normal; text-align: center; }
.dash-links .active i { color: white; }
.dash-profile { display: flex; align-items: center; gap: 9px; margin-top: auto; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.1); }
.dash-profile b { width: 27px; height: 27px; display: grid; place-items: center; color: white; background: #334266; border-radius: 50%; font-size: 9px; }
.dash-profile span { color: white; font-size: 10px; font-weight: 650; }
.dash-profile small { display: block; margin-top: 3px; color: #7f8dad; font-size: 8px; font-weight: 500; }
.dashboard-main { padding: 39px 39px 50px; background: #f9fbff; }
.dashboard-head { display: flex; align-items: center; justify-content: space-between; }
.dashboard-head small { color: #8490a7; font-size: 9px; font-weight: 750; letter-spacing: .12em; }
.dashboard-head h2 { margin: 7px 0 0; font-size: 26px; letter-spacing: -.035em; }
.dashboard-head button { padding: 11px 16px; color: white; background: var(--blue); border: 0; border-radius: 8px; font-size: 10px; font-weight: 720; }
.metrics-row { display: grid; grid-template-columns: repeat(3, 1fr); margin: 33px 0; background: white; border: 1px solid var(--line); border-radius: 11px; }
.metric { position: relative; padding: 21px 24px; }
.metric + .metric { border-left: 1px solid var(--line); }
.metric span { display: block; color: #7e8aa0; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.metric strong { display: block; margin: 9px 0 4px; color: var(--navy); font-size: 29px; letter-spacing: -.04em; }
.metric small { color: #71809a; font-size: 9px; }
.work-area { display: grid; grid-template-columns: 1.5fr .65fr; gap: 20px; }
.request-list, .notice-panel { background: white; border: 1px solid var(--line); border-radius: 11px; }
.section-title { display: flex; align-items: center; justify-content: space-between; padding: 21px 22px 17px; }
.section-title strong { display: block; margin-bottom: 4px; font-size: 13px; }
.section-title small { color: #8994a8; font-size: 9px; }
.section-title a { color: var(--blue); font-size: 9px; font-weight: 720; }
.request-row { min-height: 67px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 13px 20px; border-top: 1px solid #e7ecf5; }
.request-icon { width: 29px; height: 29px; display: grid; place-items: center; color: #62708c; background: var(--mist); border-radius: 7px; font-size: 9px; font-weight: 800; }
.urgent .request-icon { color: var(--danger); background: #fff0f2; }
.request-row strong { display: block; margin-bottom: 5px; font-size: 10px; }
.request-row small { color: #8c97aa; font-size: 8px; }
.status { padding: 5px 8px; color: var(--danger); background: #fff0f2; border-radius: 5px; font-size: 7px; font-weight: 800; text-transform: uppercase; }
.status.progress { color: var(--blue-dark); background: var(--mist); }
.status.neutral { color: #6a7181; background: #f0f2f6; }
.notice-panel { align-self: start; padding: 20px; background: var(--navy); color: white; border-color: var(--navy); }
.notice-top { display: flex; align-items: center; justify-content: space-between; }
.notice-top span { color: #8fb1ff; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.notice-top small { color: #93a0bb; font-size: 8px; }
.notice-panel h3 { margin: 31px 0 10px; font-size: 17px; letter-spacing: -.025em; }
.notice-panel p { min-height: 50px; margin: 0 0 25px; color: #b6c1d8; font-size: 10px; line-height: 1.55; }
.notice-audience { display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid #2f3a59; font-size: 8px; }
.notice-audience span { color: #8c9ab6; }
.notice-progress { height: 4px; margin: 13px 0 9px; overflow: hidden; background: #2c3959; border-radius: 99px; }
.notice-progress i { width: 94%; height: 100%; display: block; background: #74a0ff; }
.notice-panel > small { color: #8390ab; font-size: 8px; }

.resident-phone { position: absolute; right: -52px; bottom: 0; width: 247px; height: 505px; overflow: hidden; padding: 16px 15px 0; color: var(--navy); background: white; border: 7px solid var(--navy); border-radius: 32px; box-shadow: 0 25px 50px rgba(15, 29, 70, .24); }
.phone-top { display: flex; align-items: center; justify-content: space-between; padding: 0 5px 13px; font-size: 8px; font-weight: 750; }
.phone-top i { width: 42px; height: 5px; background: var(--navy); border-radius: 99px; }
.resident-brand { display: flex; align-items: center; gap: 9px; padding: 12px 0; border-top: 1px solid #e3e9f4; }
.resident-brand b { width: 29px; height: 29px; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 7px; font-size: 9px; }
.resident-brand span { font-size: 10px; font-weight: 760; }
.resident-brand small { display: block; margin-top: 2px; color: #8a95aa; font-size: 7px; font-weight: 550; }
.phone-greeting { margin: 11px 0 12px; font-size: 12px; font-weight: 700; }
.phone-balance { padding: 14px; color: white; background: var(--navy); border-radius: 10px; }
.phone-balance span { display: block; color: #8ba7ea; font-size: 7px; letter-spacing: .12em; }
.phone-balance strong { display: block; margin: 7px 0 3px; font-size: 19px; letter-spacing: -.03em; }
.phone-balance small { color: #a4b1ca; font-size: 7px; }
.phone-balance button { width: 100%; margin-top: 12px; padding: 7px; color: white; background: var(--blue); border: 0; border-radius: 6px; font-size: 7px; font-weight: 700; }
.phone-section { display: flex; justify-content: space-between; align-items: center; margin: 16px 0 8px; font-size: 8px; }
.phone-section a { color: var(--blue); font-size: 7px; }
.phone-section small { color: #8b96aa; font-size: 7px; }
.phone-request { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; }
.phone-request i { width: 7px; height: 7px; background: var(--blue); border-radius: 50%; box-shadow: 0 0 0 4px var(--mist); }
.phone-request strong, .phone-notice strong { display: block; font-size: 8px; }
.phone-request small, .phone-notice small { display: block; margin-top: 3px; color: #8994a8; font-size: 6px; }
.phone-request > span { color: var(--blue); }
.phone-notice { padding: 10px; background: var(--mist); border-radius: 8px; }
.phone-notice span { display: block; margin-bottom: 5px; color: var(--blue); font-size: 6px; font-weight: 800; letter-spacing: .1em; }
.phone-nav { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); padding: 9px 10px 8px; background: white; border-top: 1px solid var(--line); }
.phone-nav span { display: grid; place-items: center; gap: 2px; color: #8b96aa; font-size: 10px; }
.phone-nav span.active { color: var(--blue); }
.phone-nav small { font-size: 6px; }
.trust-line { width: min(1320px, calc(100% - 56px)); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-line span { padding: 19px 0; color: #66748e; font-size: 11px; font-weight: 650; text-align: center; }
.trust-line span + span { border-left: 1px solid var(--line); }

.clarity { width: min(1320px, calc(100% - 64px)); margin: 0 auto; padding: 135px 0 150px; }
.section-kicker { display: flex; align-items: center; gap: 18px; color: #71809a; font-size: 11px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.section-kicker span { color: var(--blue); }
.clarity-head { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 80px; margin: 35px 0 80px; }
.clarity h2 { margin: 0; font-size: clamp(52px, 6vw, 88px); line-height: .96; letter-spacing: -.065em; }
.clarity-head p { margin: 0 0 7px; color: var(--slate); font-size: 18px; line-height: 1.65; }
.workflow-line { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.workflow-line::before { content: ""; position: absolute; top: 17px; right: 0; left: 0; height: 1px; background: var(--line-strong); }
.workflow-line article { position: relative; padding-top: 54px; }
.step-number { position: absolute; top: 0; left: 0; width: 34px; height: 34px; display: grid; place-items: center; color: var(--blue); background: var(--canvas); border: 1px solid var(--blue); border-radius: 50%; font-size: 9px; font-weight: 800; }
.step-visual { height: 245px; margin-bottom: 26px; padding: 27px; background: white; border: 1px solid var(--line-strong); border-radius: 12px; }
.resident-step small, .mini-label { color: var(--blue); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.resident-step strong { display: block; margin: 35px 0 8px; font-size: 17px; }
.resident-step span { display: block; color: #7a879e; font-size: 10px; }
.resident-step button { width: 100%; margin-top: 45px; padding: 11px; color: white; background: var(--blue); border: 0; border-radius: 7px; font-size: 9px; font-weight: 750; }
.admin-step > div:not(.assign) { display: flex; align-items: center; gap: 12px; margin: 28px 0 24px; }
.admin-step i { width: 35px; height: 35px; display: grid; place-items: center; color: var(--blue); background: var(--mist); border-radius: 8px; font-size: 8px; font-style: normal; font-weight: 800; }
.admin-step strong { font-size: 12px; }
.admin-step strong small { display: block; margin-top: 5px; color: #8b96aa; font-size: 8px; font-weight: 500; }
.assign { padding: 15px; background: #f6f8fc; border: 1px solid #e0e6f1; border-radius: 8px; }
.assign span { display: block; margin-bottom: 7px; color: #8a95aa; font-size: 8px; }
.assign b { font-size: 10px; }
.resolved-step { display: grid; place-items: center; align-content: center; text-align: center; background: var(--navy); border-color: var(--navy); }
.resolved-ring { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 20px; color: white; background: var(--blue); border: 8px solid #213469; border-radius: 50%; font-weight: 800; }
.resolved-step strong { color: white; font-size: 15px; }
.resolved-step span { margin: 7px 0 22px; color: #93a1bd; font-size: 8px; }
.resolved-step small { padding: 6px 9px; color: #aac0f5; background: #1c2a51; border-radius: 5px; font-size: 7px; text-transform: uppercase; }
.workflow-line h3 { margin: 0 0 11px; font-size: 18px; letter-spacing: -.025em; }
.workflow-line p { max-width: 335px; margin: 0; color: var(--slate); font-size: 14px; line-height: 1.6; }

.pilot { margin: 0 18px; padding: 110px max(40px, calc((100vw - 1180px) / 2)); color: white; background: var(--blue); text-align: center; border-radius: 18px; }
.pilot-label { color: #b9cbff; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.pilot h2 { max-width: 860px; margin: 30px auto 22px; font-size: clamp(48px, 5.8vw, 82px); line-height: .98; letter-spacing: -.06em; }
.pilot p { max-width: 620px; margin: 0 auto; color: #d6e0ff; font-size: 18px; line-height: 1.6; }
.pilot-actions { display: flex; justify-content: center; align-items: center; gap: 30px; margin-top: 40px; }
.button-light { padding: 0 24px; color: var(--navy); background: white; border-radius: 10px; }
.pilot-actions > a:not(.button) { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 13px; font-weight: 700; }
footer { width: min(1320px, calc(100% - 64px)); min-height: 150px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; color: #74819a; }
.footer-brand { color: var(--navy); }
footer p { font-size: 12px; text-align: center; }
footer > small { justify-self: end; font-size: 10px; }

@media (max-width: 1100px) {
    .hero-copy { grid-template-columns: 1fr; gap: 35px; }
    .hero-intro { max-width: 630px; }
    .product-scene { width: calc(100% - 30px); }
    .dashboard-shell { grid-template-columns: 170px 1fr; }
    .dashboard-main { padding: 30px 25px; }
    .resident-phone { right: -5px; transform: scale(.88); transform-origin: right bottom; }
    .work-area { grid-template-columns: 1fr .55fr; }
}

@media (max-width: 850px) {
    .site-nav { width: calc(100% - 36px); grid-template-columns: 1fr auto; }
    .nav-links { display: none; }
    .hero { padding: 58px 18px 0; }
    .hero h1 { font-size: clamp(58px, 14vw, 90px); }
    .dashboard-shell { min-height: 560px; grid-template-columns: 145px 1fr; }
    .dashboard-nav { padding: 20px 11px; }
    .dashboard-main { padding: 25px 19px; }
    .metrics-row { grid-template-columns: repeat(2, 1fr); }
    .metric:last-child { display: none; }
    .work-area { grid-template-columns: 1fr; }
    .notice-panel { display: none; }
    .resident-phone { display: none; }
    .trust-line { width: calc(100% - 30px); }
    .clarity { width: calc(100% - 36px); padding: 100px 0; }
    .clarity-head { grid-template-columns: 1fr; gap: 28px; }
    .workflow-line { grid-template-columns: 1fr; gap: 50px; }
    .workflow-line::before { top: 0; bottom: 0; left: 17px; width: 1px; height: auto; }
    .workflow-line article { padding: 0 0 0 56px; }
    .step-visual { height: 225px; }
    footer { grid-template-columns: 1fr; padding: 40px 0; text-align: center; }
    .footer-brand { justify-self: center; }
    footer > small { justify-self: center; }
}

@media (max-width: 560px) {
    .site-nav { height: 68px; }
    .nav-action { padding: 10px 12px; color: white; background: var(--blue); border-radius: 8px; font-size: 11px; }
    .nav-action span { display: none; }
    .hero { padding-top: 43px; }
    .eyebrow { font-size: 9px; }
    .hero-copy { margin-top: 29px; }
    .hero h1 { font-size: 58px; letter-spacing: -.07em; }
    .hero-intro p { font-size: 16px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
    .button-primary { width: 100%; }
    .product-scene { width: 100%; margin-top: 65px; padding-bottom: 34px; }
    .scene-caption { padding: 0 4px; }
    .scene-caption small { display: none; }
    .dashboard-shell { min-height: 515px; grid-template-columns: 1fr; border-radius: 11px; }
    .dashboard-nav { display: none; }
    .dashboard-main { padding: 22px 14px; }
    .dashboard-head { align-items: flex-start; }
    .dashboard-head h2 { font-size: 20px; }
    .dashboard-head button { padding: 9px 10px; font-size: 8px; }
    .metrics-row { margin: 25px 0; }
    .metric { padding: 17px 14px; }
    .metric strong { font-size: 24px; }
    .request-row { padding: 13px 12px; }
    .status { display: none; }
    .trust-line { width: 100%; grid-template-columns: 1fr; }
    .trust-line span + span { border-top: 1px solid var(--line); border-left: 0; }
    .clarity { width: calc(100% - 36px); padding: 85px 0; }
    .clarity h2 { font-size: 49px; }
    .clarity-head p { font-size: 16px; }
    .workflow-line article { padding-left: 48px; }
    .step-visual { padding: 21px; }
    .pilot { margin: 0 8px; padding: 75px 22px; border-radius: 13px; }
    .pilot h2 { font-size: 46px; }
    .pilot p { font-size: 16px; }
    .pilot-actions { align-items: stretch; flex-direction: column; gap: 22px; }
    footer { width: calc(100% - 36px); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; }
}
