/* Only the main landing loads this file. Shared niche and privacy pages keep their styles. */
.landing-home { --muted: #4d665d; background: #fff; }
.landing-home::before { display: none; }
.landing-home h1, .landing-home h2, .landing-home h3 { overflow-wrap: normal; text-wrap: balance; }
.landing-home h2 { margin: 0; font-size: clamp(1.8rem, 3.1vw, 2.75rem); line-height: 1.13; letter-spacing: -.035em; }
.landing-home h3 { line-height: 1.3; }
.landing-home p { color: var(--muted); }
.landing-home figure { margin: 0; min-width: 0; }
.landing-home img { height: auto; }
.landing-home main > section { padding-block: 80px; }
.landing-home .container { width: min(calc(100% - 48px), var(--container)); }
.landing-home .eyebrow { color: var(--brand-dark); font-size: .73rem; margin-bottom: 16px; }
.landing-home .site-header { background: rgba(255,255,255,.96); border-bottom-color: #e5ebe7; }
.landing-home :focus-visible { outline: 3px solid #ad6300; outline-offset: 4px; }
.landing-home .button { border-radius: 10px; font-size: .93rem; min-height: 48px; }
.landing-home .button:hover { transform: none; }
.landing-home .text-link { font-size: .95rem; }
.landing-home .home-hero { padding-block: 68px 60px; background: linear-gradient(120deg, #fbfcf7 0%, #f0f7f1 100%); }
.landing-home .home-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 48px; }
.landing-home .home-hero-copy { min-width: 0; }
.landing-home h1 { font-size: clamp(2.1rem, 3.35vw, 3.2rem); line-height: 1.1; letter-spacing: -.045em; }
.landing-home h1 span { display: block; margin-top: 8px; }
.landing-home .hero-lead { font-size: 1.08rem; line-height: 1.65; margin-top: 24px; }
.landing-home .hero-actions { margin-top: 26px; gap: 14px; align-items: center; }
.landing-home .home-secondary-link { padding-block: 8px; font-size: .9rem; font-weight: 700; color: var(--brand-dark); }
.landing-home .home-secondary-link:hover { text-decoration: underline; }
.landing-home .home-offer { display: grid; gap: 2px; font-size: .84rem; margin: 24px 0 0; }
.landing-home .home-offer strong { color: var(--ink); font-size: .97rem; }
.landing-home .home-hero-figure { background: #fff; border: 1px solid #d1ded6; border-radius: 16px; padding: 10px; box-shadow: 0 18px 48px #21463714; }
.landing-home .home-capture-heading { display: flex; align-items: center; gap: 9px; padding: 12px 8px 16px; color: var(--ink); font-size: .8rem; font-weight: 700; flex-wrap: wrap; }
.landing-home .home-capture-heading > span:not(.home-status-dot) { margin-left: auto; font-weight: 500; color: var(--muted); font-size: .75rem; }
.landing-home .home-status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand); flex: 0 0 auto; }
.landing-home .home-hero-capture { display: block; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.landing-home .home-hero-capture img { width: 100%; }
.landing-home figcaption { color: var(--muted); font-size: .76rem; line-height: 1.6; padding: 12px 6px 3px; }
.landing-home .home-hero-figure figcaption { text-align: center; }
.landing-home .home-benefit-strip { border-block: 1px solid var(--line); background: #fff; }
.landing-home .home-benefit-strip > div { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; }
.landing-home .home-benefit-strip span { font-size: .92rem; color: var(--ink); }
.landing-home .home-benefit-strip b { color: var(--brand); margin-right: 7px; }
.landing-home .home-section-heading { max-width: 680px; margin: 0 auto 38px; text-align: center; }
.landing-home .home-section-heading > p:last-child { font-size: 1.02rem; margin: 18px 0 0; }
.landing-home .home-journey-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; max-width: 1056px; margin-inline: auto; }
.landing-home .home-step-title { display: flex; align-items: center; gap: 12px; }
.landing-home .home-step-title > span { display: grid; place-items: center; width: 30px; height: 30px; flex-shrink: 0; border-radius: 50%; color: #fff; background: var(--brand); font-size: .84rem; font-weight: 800; }
.landing-home .home-step-title h3 { font-size: 1.1rem; margin: 0; text-wrap: auto; }
.landing-home .home-journey-step > p { min-height: 50px; margin: 14px 0 22px; font-size: .93rem; }
.landing-home .home-journey-step .home-screen { max-width: 270px; margin-inline: auto; }
.landing-home .home-capture-button { display: block; width: 100%; padding: 0; color: inherit; border: 1px solid var(--line); border-radius: 12px; background: #fff; overflow: hidden; cursor: zoom-in; }
.landing-home .home-capture-button img { display: block; width: 100%; }
.landing-home .home-explanation { max-width: 860px; margin: 38px auto 0; padding: 20px 24px; border-radius: 12px; background: #f1f6f3; font-size: .93rem; }
.landing-home .home-explanation strong { color: var(--ink); }
.landing-home .home-setup { background: #f4f7f2; text-align: center; }
.landing-home .home-setup-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px; margin: 0 0 30px; padding: 0; list-style: none; text-align: left; }
.landing-home .home-setup-steps li { border-top: 1px solid #cddacf; padding-top: 20px; }
.landing-home .home-setup-steps li > span { color: var(--brand); font-size: .8rem; font-weight: 800; }
.landing-home .home-setup-steps h3 { margin: 12px 0; font-size: 1.17rem; }
.landing-home .home-setup-steps p { margin: 0; font-size: .95rem; }
.landing-home .home-panel-details { border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.landing-home .home-panel-details > summary { padding: 20px 24px; color: var(--brand-dark); font-weight: 700; cursor: pointer; }
.landing-home .home-panel-details > summary::marker, .landing-home .home-plan-details > summary::marker { color: var(--brand); }
.landing-home .home-panel-details-content { padding: 28px; border-top: 1px solid var(--line); }
.landing-home .home-panel-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); align-items: center; gap: 50px; }
.landing-home .home-panel-copy h3 { margin: 0; font-size: clamp(1.5rem, 2.5vw, 2.2rem); letter-spacing: -.035em; }
.landing-home .home-panel-copy h3 span { color: var(--brand); }
.landing-home .home-panel-copy > p:not(.eyebrow) { margin-block: 22px; }
.landing-home .home-check-list { display: grid; gap: 18px; list-style: none; padding: 0; margin: 24px 0 0; }
.landing-home .home-check-list li { padding-left: 26px; position: relative; }
.landing-home .home-check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--brand); font-weight: 800; }
.landing-home .home-check-list strong, .landing-home .home-check-list span { display: block; font-size: .94rem; }
.landing-home .home-check-list span { color: var(--muted); margin-top: 3px; }
.landing-home .home-panel-figure { min-width: 0; padding: 12px; background: #f3f7f5; border: 1px solid var(--line); border-radius: 16px; }
.landing-home .home-detail-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; margin-top: 44px; }
.landing-home .home-detail-grid figcaption { font-size: .85rem; }
.landing-home .home-operations { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 48px; align-items: center; margin-top: 48px; border-top: 1px solid var(--line); padding-top: 44px; }
.landing-home .home-operations h3 { margin: 0; font-size: 1.65rem; letter-spacing: -.025em; }
.landing-home .home-small { font-size: .84rem; }
.landing-home .home-center { text-align: center; margin: 24px auto 0; }
.landing-home .home-examples { background: #f7f8f5; }
.landing-home .home-examples-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.landing-home .home-example { display: flex; flex-direction: column; min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.landing-home .home-example > a { display: block; border-bottom: 1px solid var(--line); }
.landing-home .home-example > a[data-capture] { cursor: zoom-in; }
.landing-home .home-example img { width: 100%; }
.landing-home .home-example > div { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.landing-home .home-example .text-link { align-self: flex-start; margin-top: auto; padding-block: 10px; }
.landing-home .home-example-preview { margin-top: 12px; width: 100%; padding: 12px 10px; font-size: .85rem; }
.landing-home .home-example-kind { color: var(--brand-dark); font-size: .73rem; font-weight: 700; margin: 0 0 10px; }
.landing-home .home-example h3 { margin: 0; font-size: 1.4rem; }
.landing-home .home-example h3 + p { min-height: 50px; font-size: .91rem; }
.landing-home .home-included { padding: 24px 30px; border: 1px solid #c7ddcf; border-radius: 14px; background: #f2f8f3; margin-bottom: 30px; }
.landing-home .home-included > strong { font-size: .95rem; }
.landing-home .home-included ul { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px 24px; margin: 16px 0 0; padding: 0; list-style: none; }
.landing-home .home-included li { font-size: .88rem; }
.landing-home .home-included li::before { content: '✓'; color: var(--brand); font-weight: 800; margin-right: 8px; }
.landing-home .home-product-count { max-width: 820px; margin: 0 auto 24px; text-align: center; font-size: .88rem; }
.landing-home .home-product-count strong { color: var(--ink); }
.landing-home .home-plan-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.landing-home .home-plan { display: flex; flex-direction: column; padding: 25px 22px; border: 1px solid var(--line); border-radius: 14px; min-width: 0; background: #fff; }
.landing-home .home-plan--featured { border: 2px solid var(--brand); padding: 24px 21px; background: #f7fbf8; }
.landing-home .home-plan--wholesale { background: #f7f6f0; border-color: #dedbcd; }
.landing-home .home-plan-name { margin: 0; min-height: 47px; font-weight: 800; font-size: 1.25rem; color: var(--ink); }
.landing-home .home-plan-name span { display: block; font-size: .72rem; font-weight: 600; color: var(--muted); }
.landing-home .home-plan h3 { font-weight: 600; font-size: .91rem; min-height: 3.9em; margin: 10px 0 20px; text-wrap: auto; color: var(--ink); }
.landing-home .home-plan-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px; margin: 0; }
.landing-home .home-plan-price strong { color: var(--ink); font-size: clamp(1.65rem,2.3vw,2rem); white-space: nowrap; letter-spacing: -.05em; }
.landing-home .home-plan-price span { font-size: .8rem; }
.landing-home .home-plan-capacity { font-size: .89rem; margin: 6px 0 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.landing-home .home-plan-capacity strong { color: var(--ink); }
.landing-home .home-plan-intro { margin: 0 0 16px; font-size: .86rem; }
.landing-home .home-plan ul { display: grid; gap: 12px; margin: 0 0 24px; padding: 0; list-style: none; font-size: .86rem; }
.landing-home .home-plan li { padding-left: 17px; position: relative; }
.landing-home .home-plan li::before { content: '✓'; position: absolute; left: 0; color: var(--brand); font-size: .8rem; }
.landing-home .home-plan-note { font-size: .77rem; margin: 0 0 24px; }
.landing-home .home-plan-details { margin: 0 0 24px; border-block: 1px solid var(--line); }
.landing-home .home-plan-details > summary { padding: 12px 2px; color: var(--brand-dark); font-size: .85rem; font-weight: 700; cursor: pointer; }
.landing-home .home-plan-details ul { margin: 4px 0 16px; }
.landing-home .home-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.landing-home .home-plan > .button { margin-top: auto; padding: 12px 8px; font-size: .83rem; }
.landing-home .home-pricing-help { text-align: center; font-size: .94rem; margin: 30px 0 0; }
.landing-home .home-pricing-help a { color: var(--brand-dark); text-decoration: underline; text-underline-offset: 3px; }
.landing-home .home-faq { background: #fafbf8; border-block: 1px solid #e5ebe2; }
.landing-home .home-faq-grid { display: grid; grid-template-columns: minmax(0,.65fr) minmax(0,1fr); align-items: start; gap: 80px; }
.landing-home .faq-list details { border-radius: 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; box-shadow: none; }
.landing-home .faq-list summary { padding: 19px 32px 19px 0; font-size: .98rem; }
.landing-home .faq-list details p { padding: 0 20px 20px 0; margin: 0; font-size: .93rem; }
.landing-home .home-final-card { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.7fr); gap: 60px; align-items: center; padding: 48px; border-radius: 20px; background: #173e30; }
.landing-home .home-final-card .eyebrow { color: #bedfc7; }
.landing-home .home-final-card h2 { color: #fff; }
.landing-home .home-final-card p:not(.eyebrow) { color: #d2e3d8; margin-bottom: 0; }
.landing-home .home-final-action { display: grid; gap: 14px; text-align: center; }
.landing-home .home-final-action .button { background: #ffcd5d; border-color: #ffcd5d; color: #17372d; box-shadow: none; }
.landing-home .home-final-action .button:hover { background: #ffdb8a; }
.landing-home .home-final-action > span { color: #d2e3d8; font-size: .8rem; }
.landing-home .site-footer { padding-bottom: 40px; }
.landing-home .home-floating-cta { display: none; }
.landing-home .home-floating-cta[hidden] { display: none; }
.landing-home .home-capture-dialog { width: min(1400px,calc(100% - 32px)); max-width: none; max-height: calc(100dvh - 32px); padding: 0; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: var(--ink); }
.landing-home .home-capture-dialog::backdrop { background: #102b23cc; }
.landing-home .home-capture-dialog-bar { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 12px 20px; position: sticky; top: 0; background: #fff; border-bottom: 1px solid var(--line); }
.landing-home .home-capture-dialog-bar h2 { font-size: .95rem; letter-spacing: 0; text-wrap: auto; }
.landing-home .home-capture-dialog-bar button { background: #eef5f0; border: 1px solid var(--line); color: var(--ink); padding: 10px 14px; border-radius: 8px; cursor: pointer; white-space: nowrap; }
.landing-home .home-capture-dialog-content { padding: 16px; }
.landing-home .home-capture-gallery { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px 20px; border-bottom: 1px solid var(--line); }
.landing-home .home-capture-gallery[hidden] { display: none; }
.landing-home .home-capture-gallery button { padding: 9px 14px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: #fff; font: inherit; font-size: .85rem; cursor: pointer; }
.landing-home .home-capture-gallery button[aria-pressed="true"] { background: var(--brand-dark); border-color: var(--brand-dark); color: #fff; }
.landing-home .home-capture-dialog-content img { display: block; max-width: 100%; width: auto; margin-inline: auto; }
.landing-home.home-capture-open { overflow: hidden; }
@media (max-width: 1100px) {
  .landing-home .home-examples-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .landing-home .home-hero-grid { gap: 30px; }
  .landing-home .home-plan-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .landing-home .home-plan-price strong { font-size: 2rem; }
  .landing-home .home-plan h3 { min-height: 0; }
  .landing-home .home-plan-name { min-height: 0; }
  .landing-home .home-panel-grid { grid-template-columns: minmax(0,1fr); gap: 28px; }
  .landing-home .home-panel-copy { max-width: 680px; }
  .landing-home .home-panel-figure { max-width: 850px; width: 100%; margin-inline: auto; }
  .landing-home .home-faq-grid { gap: 40px; }
  .landing-home .home-journey-grid { gap: 24px; }
  .landing-home .home-journey-step > p { min-height: 76px; }
}
@media (max-width: 760px) {
  .landing-home .container { width: min(calc(100% - 32px), var(--container)); }
  .landing-home main > section { padding-block: 52px; }
  .landing-home .home-hero { padding-block: 36px 40px; }
  .landing-home .home-hero-grid { grid-template-columns: minmax(0,1fr); gap: 30px; }
  .landing-home h1 { font-size: clamp(1.95rem,5.6vw,2.75rem); line-height: 1.13; }
  .landing-home .hero-lead { font-size: 1rem; margin-top: 20px; }
  .landing-home .hero-actions { margin-top: 22px; }
  .landing-home .home-offer { margin-top: 18px; }
  .landing-home .home-hero-figure { width: 100%; max-width: 540px; margin-inline: auto; }
  .landing-home .home-benefit-strip > div { flex-wrap: wrap; justify-content: flex-start; gap: 12px 30px; padding-block: 20px; }
  .landing-home .home-benefit-strip span { font-size: .84rem; }
  .landing-home .home-section-heading { text-align: left; margin-bottom: 30px; }
  .landing-home .home-journey-grid { grid-template-columns: minmax(0,1fr); gap: 34px; }
  .landing-home .home-journey-step { max-width: 480px; margin-inline: auto; width: 100%; }
  .landing-home .home-journey-step > p { min-height: 0; margin-block: 12px 18px; }
  .landing-home .home-journey-step .home-screen { max-width: 270px; }
  .landing-home .home-explanation { margin-top: 28px; padding: 18px; }
  .landing-home .home-setup { text-align: left; }
  .landing-home .home-setup-steps { grid-template-columns: minmax(0,1fr); gap: 22px; }
  .landing-home .home-setup-steps li { padding-top: 16px; }
  .landing-home .home-panel-details > summary { padding: 18px 16px; }
  .landing-home .home-panel-details-content { padding: 20px 16px; }
  .landing-home .home-product-count { text-align: left; }
  .landing-home .home-detail-grid, .landing-home .home-operations, .landing-home .home-faq-grid, .landing-home .home-final-card { grid-template-columns: minmax(0,1fr); gap: 28px; }
  .landing-home .home-detail-grid { margin-top: 28px; }
  .landing-home .home-operations { padding-top: 28px; margin-top: 32px; }
  .landing-home .home-example h3 + p { min-height: 0; }
  .landing-home .home-included { padding: 22px; }
  .landing-home .home-included ul { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 20px; }
  .landing-home .home-final-card { padding: 30px 24px; }
  .landing-home .home-final-action { text-align: left; }
  .landing-home .site-footer { padding-bottom: 40px; }
  .landing-home .home-floating-cta { display: flex; position: static; width: calc(100% - 32px); margin: 0 16px 12px; box-shadow: none; }
  .landing-home main > section { scroll-margin-top: 70px; }
  .landing-home .home-capture-dialog { width: calc(100% - 16px); max-height: calc(100dvh - 16px); }
  .landing-home .home-capture-dialog-bar { padding: 10px 12px; }
  .landing-home .home-capture-dialog-content { padding: 8px; }
}
@media (max-width: 600px) {
  .landing-home .home-examples-grid { grid-template-columns: minmax(0,1fr); }
  .landing-home .hero-actions { align-items: stretch; flex-direction: column; }
  .landing-home .hero-actions > .button { width: 100%; }
  .landing-home .home-secondary-link { text-align: center; }
  .landing-home .home-hero-figure { max-width: 310px; }
  .landing-home .home-panel-figure, .landing-home .home-detail-grid .home-screen, .landing-home .home-operations .home-screen { max-width: 340px; margin-inline: auto; width: 100%; }
  .landing-home .home-capture-heading { font-size: .76rem; }
  .landing-home .home-plan-grid { grid-template-columns: minmax(0,1fr); }
  .landing-home .home-plan { padding: 24px; }
  .landing-home .home-plan--featured { padding: 23px; }
  .landing-home .home-plan-name { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
  .landing-home .home-plan h3 { margin-block: 8px 18px; }
  .landing-home .home-included ul { grid-template-columns: minmax(0,1fr); }
}
@media (prefers-reduced-motion: reduce) {
  .landing-home *, .landing-home *::before, .landing-home *::after { scroll-behavior: auto !important; transition: none !important; }
}
