/* Public landing page only. Application workspaces retain the shared design system. */
html { scroll-behavior: smooth; }
body.homepage-shell { background: #fcfcfa; }
.homepage-shell .app-main { padding-top: 0; }
.homepage-shell.public-shell .app-navbar { background: #fcfcfa; }
.homepage-shell.public-shell .app-navbar .container-xxl { min-height: 62px; max-width: 1214px; }
.homepage-shell .landing-nav { display: flex; align-items: center; gap: 1.7rem; margin-left: auto; margin-right: 2.75rem; }
.landing-nav a { color: #4a5e63; font-size: .8rem; font-weight: 550; text-decoration: none; }
.landing-nav a:hover { color: var(--accent-dark); }
.home-landing { --home-green: #07685f; --home-dark: #163e3b; --home-muted: #536663; --home-line: #dfe7e1; color: #203c38; max-width: 1190px; margin-inline: auto; }
.home-landing h1, .home-landing h2, .home-landing h3 { color: #203c38; }
.home-landing h2 { font-size: clamp(1.5rem, 2.5vw, 2rem); line-height: 1.22; font-weight: 650; letter-spacing: -.035em; margin-bottom: .9rem; }
.home-landing p { color: var(--home-muted); }
.home-landing a { text-underline-offset: 4px; }
.home-landing .ui-icon { flex-shrink: 0; }
.home-landing .btn { display: inline-flex; justify-content: center; align-items: center; gap: .65rem; padding: .8rem 1.15rem; font-size: .82rem; font-weight: 600; min-height: 46px; border-radius: 6px; }
.home-landing .btn-primary { background: var(--home-green); border-color: var(--home-green); box-shadow: none; }
.home-landing .btn-primary:hover { background: #05554e; border-color: #05554e; }
.home-landing .landing-btn-secondary { border: 1px solid #c4d4cc; background: transparent; color: #294740; }
.home-landing .landing-btn-secondary:hover { background: #eaf1ec; border-color: #a1bbb0; }
.landing-hero { display: grid; grid-template-columns: 1fr 1.06fr; align-items: center; gap: clamp(2rem, 5vw, 4.8rem); padding: clamp(2.5rem, 5vw, 4.4rem) .65rem 3.75rem; }
.landing-hero-copy { min-width: 0; }
.landing-kicker { display: inline-flex; align-items: center; gap: .45rem; color: #36675a; font-size: .69rem; font-weight: 600; background: #eaf2e9; border: 1px solid #dfe9dc; border-radius: 4px; padding: .4rem .6rem; margin-bottom: 1.2rem; }
.landing-hero h1 { font-size: clamp(1.8rem, 3.5vw, 2.9rem); line-height: 1.16; letter-spacing: -.045em; font-weight: 650; margin: 0 0 1.15rem; }
.landing-hero h1 span { color: var(--home-green); }
.landing-lead { font-size: .96rem; line-height: 1.8; max-width: 460px; margin-bottom: 1.4rem; }
.landing-actions { display: flex; gap: .65rem; flex-wrap: wrap; }
.landing-signin { font-size: .72rem; margin-top: 1rem; }
.landing-signin a { color: var(--home-green); font-weight: 600; display: inline; }
.landing-hero-prices { display: flex; gap: 1.6rem; margin-top: 1.6rem; padding-top: 1.3rem; border-top: 1px solid var(--home-line); max-width: 445px; }
.landing-hero-prices > div + div { border-left: 1px solid var(--home-line); padding-left: 1.6rem; }
.landing-hero-prices span, .landing-hero-prices strong { display: block; }
.landing-hero-prices span { font-size: .7rem; color: var(--home-muted); margin-bottom: .25rem; }
.landing-hero-prices strong { font-size: 1.05rem; font-weight: 650; }
.landing-hero-prices small { color: var(--home-muted); font-size: .64rem; font-weight: 400; white-space: nowrap; }
.landing-hero-visual { position: relative; min-width: 0; padding: 0 0 1.25rem 1rem; }
.landing-hero-visual::before { content: ''; position: absolute; inset: 22px -12px 2px 32px; background: #e5ede2; border-radius: 10px; z-index: 0; }
.landing-hero-photo { position: relative; margin: 0; overflow: hidden; border-radius: 8px; background: #e5ede2; border: 1px solid #dce3da; }
.landing-hero-photo img { display: block; width: 100%; height: auto; aspect-ratio: 1.3; object-fit: cover; object-position: 52% center; }
.landing-hero-photo figcaption { display: flex; gap: .75rem; align-items: center; background: #fff; padding: 1.1rem 1.2rem 1.1rem 6rem; font-size: .7rem; color: var(--home-muted); }
.landing-hero-photo figcaption > .ui-icon { color: var(--home-green); }
.landing-hero-photo figcaption strong { font-size: .8rem; color: #294740; font-weight: 600; }
.landing-workflow-note { position: absolute; bottom: 110px; left: -14px; display: flex; gap: .7rem; align-items: center; background: #fff; padding: .95rem 1rem; border: 1px solid #dfe7e1; border-radius: 7px; box-shadow: 0 8px 24px #173e3b13; }
.landing-note-icon { display: grid; place-items: center; width: 38px; height: 38px; background: #eaf3ec; color: var(--home-green); border-radius: 6px; }
.landing-workflow-note strong { display: block; font-size: .75rem; font-weight: 650; margin-bottom: .2rem; }
.landing-workflow-note div > span { display: flex; align-items: center; gap: .3rem; color: var(--home-muted); font-size: .65rem; }
.landing-assurances { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--home-line); padding: 1.45rem .65rem; gap: 1rem; }
.landing-assurances span { display: flex; align-items: center; justify-content: center; gap: .6rem; font-size: .78rem; font-weight: 550; color: #405a50; }
.landing-assurances .ui-icon { color: #54795f; }
.landing-section { margin-top: 4.5rem; scroll-margin-top: 18px; }
.landing-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; margin-bottom: 1.75rem; }
.landing-section-heading h2 { margin-bottom: 0; }
.landing-section-heading > p { max-width: 350px; font-size: .83rem; line-height: 1.75; margin: 0; }
.landing-eyebrow { display: block; font-size: .64rem; letter-spacing: .105em; font-weight: 650; text-transform: uppercase; color: var(--home-green); margin-bottom: .7rem; }
.landing-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.1rem; }
.landing-service { display: flex; flex-direction: column; border: 1px solid var(--home-line); border-radius: 8px; padding: 1.65rem; background: #fff; }
.landing-service-featured { background: #f1f6ef; border-color: #c4d6c6; }
.landing-service-top { display: flex; align-items: center; justify-content: space-between; gap: .5rem; margin-bottom: 1.25rem; }
.landing-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 7px; background: #edf3ec; color: var(--home-green); }
.landing-service-featured .landing-icon { background: #e0ebde; }
.landing-service-label { font-size: .64rem; font-weight: 550; color: #526951; }
.landing-service h3 { font-size: 1.15rem; font-weight: 650; letter-spacing: -.02em; margin-bottom: .65rem; }
.landing-service > p { font-size: .82rem; line-height: 1.75; margin-bottom: 1.4rem; }
.landing-price { font-size: 1.65rem; line-height: 1.25; letter-spacing: -.035em; font-weight: 650; margin-top: auto; }
.landing-price span { display: block; font-size: .71rem; font-weight: 400; color: var(--home-muted); letter-spacing: 0; margin-top: .35rem; }
.landing-checks { list-style: none; margin: 1.2rem 0; padding: 0; display: grid; gap: .7rem; }
.landing-checks li { display: flex; gap: .5rem; align-items: flex-start; font-size: .76rem; color: #465e53; }
.landing-checks .ui-icon { color: var(--home-green); margin-top: .12rem; }
.landing-card-link { display: flex; align-items: center; justify-content: space-between; gap: .7rem; border-top: 1px solid var(--home-line); padding-top: 1.15rem; margin-top: .2rem; font-size: .79rem; color: var(--home-green); text-decoration: none; font-weight: 650; }
.landing-service-footnote { display: flex; align-items: flex-start; justify-content: center; gap: .4rem; font-size: .7rem; margin: 1rem 0 0; }
.landing-service-footnote .ui-icon { margin-top: .12rem; }
.landing-process { position: relative; background: var(--home-dark); border-radius: 8px; padding: clamp(1.5rem, 4vw, 3rem); }
.landing-process .landing-eyebrow { color: #b0d2af; }
.landing-process h2, .landing-process h3 { color: #f5f9f4; }
.landing-process p { color: #c2d4cc; }
.landing-process .landing-section-heading { margin-bottom: 2.3rem; }
.landing-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.7rem; list-style: none; padding: 0; margin: 0; }
.landing-steps li { position: relative; }
.landing-steps li:not(:last-child)::after { content: ''; position: absolute; left: 55px; right: -13px; top: 21px; height: 1px; background: #53756a; transform-origin: left; }
.landing-step-number { display: flex; align-items: center; justify-content: center; width: 43px; height: 43px; border: 1px solid #668979; color: #d2e7c6; font-size: .9rem; border-radius: 50%; margin-bottom: 1.2rem; }
.landing-steps li:last-child .landing-step-number { color: #1c4a3c; background: #c5dda9; border-color: #c5dda9; }
.landing-steps h3 { font-size: .88rem; font-weight: 600; margin-bottom: .65rem; }
.landing-steps p { font-size: .77rem; line-height: 1.8; margin-bottom: 0; }
.landing-parts { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem, 5vw, 4.5rem); }
.landing-parts-visual { position: relative; border-radius: 8px; overflow: hidden; background: #e8e6de; }
.landing-parts-visual img { display: block; width: 100%; height: auto; aspect-ratio: 1.23; object-fit: cover; }
.landing-parts-caption { position: absolute; left: 20px; right: 20px; bottom: 20px; display: flex; align-items: center; gap: .6rem; width: fit-content; max-width: calc(100% - 40px); padding: .8rem 1rem; background: #fff; border: 1px solid #dce3da; border-radius: 5px; font-size: .75rem; color: #31584c; }
.landing-parts-caption strong { color: #28463c; }
.landing-parts-copy > p { font-size: .87rem; line-height: 1.8; }
.landing-parts-steps { list-style: none; padding: 0; margin: 1.5rem 0; display: grid; gap: 1.1rem; }
.landing-parts-steps li { display: flex; align-items: flex-start; gap: .85rem; }
.landing-parts-steps li > span { display: grid; place-items: center; flex: 0 0 28px; height: 28px; border-radius: 50%; background: #eaf1e6; color: var(--home-green); font-size: .7rem; font-weight: 600; }
.landing-parts-steps strong { display: block; font-size: .81rem; font-weight: 600; margin: .12rem 0 .22rem; }
.landing-parts-steps p { font-size: .76rem; line-height: 1.65; margin: 0; }
.landing-inline-link { display: inline-flex; align-items: center; gap: .6rem; font-size: .79rem; font-weight: 650; color: var(--home-green); text-decoration: none; }
.landing-inline-link:hover, .landing-card-link:hover { color: #054f48; text-decoration: underline; }
.landing-audience { border-block: 1px solid var(--home-line); padding-block: 2.4rem; }
.landing-audience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
.landing-audience-grid article { display: flex; align-items: flex-start; flex-direction: column; }
.landing-audience-grid article + article { padding-left: 2rem; border-left: 1px solid var(--home-line); }
.landing-audience-grid article > .ui-icon { color: #5c7b57; margin-bottom: .85rem; }
.landing-audience-grid h3 { font-size: 1rem; margin-bottom: .55rem; }
.landing-audience-grid p { font-size: .81rem; line-height: 1.8; max-width: 320px; }
.landing-audience-grid .landing-inline-link { margin-top: auto; }
.landing-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 3.5rem; }
.landing-faq > div > p { font-size: .84rem; max-width: 290px; line-height: 1.8; }
.landing-faq-icon { display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; background: #ecf2e7; color: #62815b; margin-top: 1.2rem; }
.landing-questions details { border-bottom: 1px solid var(--home-line); }
.landing-questions details:first-child { border-top: 1px solid var(--home-line); }
.landing-questions summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.05rem 0; cursor: pointer; list-style: none; font-size: .83rem; font-weight: 600; }
.landing-questions summary::-webkit-details-marker { display: none; }
.landing-questions summary::marker { content: ''; }
.landing-questions summary > .ui-icon { color: #61765d; }
.landing-questions details[open] summary > .ui-icon { transform: rotate(45deg); }
.landing-questions details p { padding: 0 1.75rem 1rem 0; margin: 0; font-size: .8rem; line-height: 1.8; }
.landing-sales { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(1.5rem, 5vw, 4rem); background: #edf3e9; border: 1px solid #dfe8da; padding: clamp(1.25rem, 4vw, 3rem); border-radius: 8px; margin-bottom: 3rem; align-items: start; }
.landing-sales-copy { padding-top: 1rem; }
.landing-sales-copy > p { font-size: .85rem; line-height: 1.85; }
.landing-sales .landing-checks { gap: .85rem; margin-top: 1.6rem; }
.landing-sales-note { display: flex; align-items: center; gap: .85rem; color: #536b4e; font-size: .8rem; border-top: 1px solid #d2dfca; padding-top: 1.5rem; margin-top: 2rem; }
.landing-sales-note .ui-icon { width: 28px; height: 28px; }
.landing-sales-form { background: #fff; border: 1px solid #dce6d7; border-radius: 7px; padding: 1.6rem; }
.landing-sales-form > h3 { font-size: 1rem; margin-bottom: .4rem; }
.landing-sales-form > p { font-size: .72rem; margin-bottom: 1.3rem; }
.landing-sales-form .form-label { font-size: .73rem; }
.landing-sales-form .form-text { font-size: .68rem; }
.landing-sales-form .form-control { background: #fdfefd; border-color: #cbd6ce; }
.landing-sales-form .form-control:focus { border-color: var(--home-green); }
.landing-sales-form .form-control::placeholder { color: #66786c; }
.landing-sales-form .btn { width: 100%; }

/* Content is visible by default; JS only stages offscreen, noninteractive sections. */
@media (prefers-reduced-motion: no-preference) {
    [data-reveal].is-reveal-pending { opacity: 0; transform: translateY(16px); }
    [data-reveal].is-revealed { animation: landing-reveal .6s cubic-bezier(.2,.7,.25,1) backwards; }
    .landing-service-grid > :nth-child(2).is-revealed, .landing-audience-grid > :nth-child(2).is-revealed { animation-delay: 70ms; }
    .landing-service-grid > :nth-child(3).is-revealed, .landing-audience-grid > :nth-child(3).is-revealed { animation-delay: 140ms; }
    .landing-steps li.is-revealed::after { animation: landing-connect .8s .15s ease-out both; }
    .landing-hero-visual.is-revealed .landing-workflow-note { animation: landing-note .85s .25s both; }
    .home-landing .btn .ui-icon, .landing-card-link .ui-icon, .landing-inline-link .ui-icon { transition: transform .2s ease; }
    .landing-questions summary > .ui-icon { transition: transform .2s ease; }
    .landing-service { transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
    .landing-parts-visual img { transition: transform .5s ease; }
    @media (hover: hover) and (pointer: fine) {
        .landing-service:hover { transform: translateY(-4px); border-color: #a7c1ad; box-shadow: 0 8px 18px #163e3b08; }
        .home-landing .btn:hover .ui-icon, .landing-card-link:hover .ui-icon, .landing-inline-link:hover .ui-icon { transform: translateX(3px); }
        .landing-parts-visual:hover img { transform: scale(1.025); }
    }
}
@keyframes landing-reveal { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes landing-note { from { opacity: 0; transform: translate(-8px, 10px); } to { opacity: 1; transform: none; } }
@keyframes landing-connect { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@media (max-width: 1199px) {
    .homepage-shell .landing-nav { gap: 1.1rem; margin-right: 1.5rem; }
    .landing-hero { gap: 2rem; }
    .landing-service { padding: 1.35rem; }
    .has-sidebar .landing-hero { grid-template-columns: 1fr; }
    .has-sidebar .landing-hero-visual { max-width: 680px; }
    .has-sidebar .landing-hero-photo img { aspect-ratio: 1.7; }
}
@media (max-width: 991px) {
    .homepage-shell .landing-nav { display: none; }
    .landing-hero { padding: 2.4rem .5rem 2.8rem; gap: 1.7rem; }
    .landing-kicker { font-size: .63rem; }
    .landing-hero h1 { font-size: 2rem; }
    .landing-lead { font-size: .86rem; }
    .landing-hero-prices { gap: 1rem; }
    .landing-hero-prices > div + div { padding-left: 1rem; }
    .landing-hero-prices small { display: block; margin-top: .1rem; }
    .landing-hero-photo img { aspect-ratio: .9; }
    .landing-hero-photo figcaption { padding-left: 1rem; }
    .landing-workflow-note { left: -5px; bottom: 114px; padding: .7rem; }
    .landing-workflow-note strong { font-size: .67rem; }
    .landing-workflow-note div > span { font-size: .58rem; }
    .landing-assurances { grid-template-columns: repeat(2, 1fr); row-gap: 1.15rem; }
    .landing-section { margin-top: 3.4rem; }
    .landing-section-heading { gap: 2rem; }
    .landing-section-heading > p { max-width: 275px; }
    .landing-service { padding: 1.1rem; }
    .landing-service-label { display: none; }
    .landing-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 2rem; }
    .landing-steps li:nth-child(2)::after { display: none; }
    .landing-steps li:not(:last-child)::after { right: 0; }
    .landing-parts { gap: 2rem; }
    .landing-parts-visual img { aspect-ratio: .8; }
    .landing-audience-grid { gap: 1.25rem; }
    .landing-audience-grid article + article { padding-left: 1.25rem; }
    .landing-faq { grid-template-columns: .7fr 1.3fr; gap: 2rem; }
    .landing-sales { grid-template-columns: 1fr; }
    .landing-sales-copy > p { max-width: 570px; }
    .landing-sales-note { display: none; }
}
@media (max-width: 767px) {
    .landing-hero, .has-sidebar .landing-hero { grid-template-columns: 1fr; gap: 1.9rem; padding: 2rem .25rem 2.2rem; }
    .landing-hero h1 { font-size: clamp(1.85rem, 5.8vw, 2.5rem); }
    .landing-lead { max-width: 540px; }
    .landing-hero-prices { max-width: none; margin-top: 1.3rem; padding-top: 1rem; gap: 1.5rem; }
    .landing-hero-prices > div + div { padding-left: 1.5rem; }
    .landing-hero-prices small { display: inline; }
    .landing-hero-visual { padding: 0 0 12px 0; }
    .landing-hero-visual::before { inset: 14px -4px 0 14px; }
    .landing-hero-photo img, .has-sidebar .landing-hero-photo img { aspect-ratio: 1.65; object-position: center 44%; }
    .landing-hero-photo figcaption { padding: .85rem 1rem; }
    .landing-workflow-note { position: relative; bottom: auto; left: auto; margin: -17px .8rem 0; padding: .75rem; gap: .6rem; }
    .landing-workflow-note strong { font-size: .73rem; }
    .landing-workflow-note div > span { font-size: .64rem; }
    .landing-assurances { padding: 1.2rem .25rem; gap: 1.1rem .5rem; }
    .landing-assurances span { font-size: .69rem; justify-content: flex-start; gap: .4rem; }
    .landing-assurances .ui-icon { width: 17px; height: 17px; }
    .landing-section { margin-top: 2.75rem; }
    .landing-section-heading { display: block; margin-bottom: 1.3rem; }
    .landing-section-heading > p { max-width: 520px; margin-top: .8rem; }
    .landing-service-grid { grid-template-columns: 1fr; gap: 1rem; }
    .landing-service { padding: 1.4rem; }
    .landing-service-top { margin-bottom: 1rem; }
    .landing-service-label { display: block; }
    .landing-service > p { margin-bottom: 1.1rem; }
    .landing-price span { display: inline; margin-left: .25rem; }
    .landing-service-footnote { font-size: .68rem; text-align: left; justify-content: flex-start; }
    .landing-process { padding: 1.5rem; }
    .landing-process .landing-section-heading { margin-bottom: 1.8rem; }
    .landing-steps { gap: 1.8rem 1.2rem; }
    .landing-steps h3 { line-height: 1.5; }
    .landing-parts { grid-template-columns: 1fr; gap: 1.75rem; }
    .landing-parts-visual img { aspect-ratio: 1.5; }
    .landing-parts-copy h2 br { display: none; }
    .landing-audience { padding-block: 1.8rem; }
    .landing-audience-grid { grid-template-columns: 1fr; gap: 1.4rem; }
    .landing-audience-grid article + article { border-left: 0; border-top: 1px solid var(--home-line); padding: 1.4rem 0 0; }
    .landing-audience-grid p { max-width: none; }
    .landing-faq { grid-template-columns: 1fr; gap: 1rem; }
    .landing-faq h2 br { display: none; }
    .landing-faq > div > p { max-width: none; }
    .landing-faq-icon { display: none; }
    .landing-sales { padding: 1.25rem; gap: 1.2rem; margin-bottom: 1.5rem; }
    .landing-sales-copy { padding-top: 0; }
    .landing-sales-form { padding: 1.2rem; }
    .landing-sales-form .row { --bs-gutter-x: 1rem; }
}
@media (max-width: 374px) {
    .home-landing .btn { font-size: .76rem; padding-inline: .9rem; }
    .landing-hero-prices { gap: 1.1rem; }
    .landing-hero-prices > div + div { padding-left: 1.1rem; }
    .landing-hero-prices small { display: block; }
    .landing-workflow-note { margin-inline: .35rem; }
    .landing-workflow-note strong { font-size: .65rem; }
    .landing-workflow-note div > span { font-size: .56rem; }
    .landing-assurances span { font-size: .62rem; }
    .landing-steps { grid-template-columns: 1fr; gap: 1.5rem; }
    .landing-steps li::after { display: none; }
    .landing-step-number { margin-bottom: .7rem; }
    .landing-sales { padding: 1rem; }
    .landing-sales-form { padding: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .home-landing *, .home-landing *::before, .home-landing *::after { animation: none !important; transition: none !important; }
    .home-landing [data-reveal] { opacity: 1 !important; transform: none !important; }
}
