/* The Souschef landing shares the family site's fonts, logo, hero and palette.
   Every override is scoped so the existing homepage is unchanged. */
.app-landing-page { --app-sage: #6f8871; --app-rose: #bd726c; --app-ink: #2c2c2c; --app-muted: #666761; --app-cream: #fcf7ee; color: var(--app-ink); background: #fff; }
.app-landing-page .app-container { width: min(1200px, calc(100% - 64px)); margin-inline: auto; }
.app-landing-page a { -webkit-tap-highlight-color: transparent; }
.app-landing-page a:focus-visible, .app-landing-page summary:focus-visible { outline: 3px solid var(--app-sage); outline-offset: 5px; }
.app-landing-page .app-skip-link { position: absolute; left: 16px; top: -70px; padding: 12px 18px; background: white; color: var(--app-ink); z-index: 1100; border-radius: 8px; }
.app-landing-page .app-skip-link:focus { top: 12px; }
.app-landing-page .app-header { border-color: #e0e0e0; }
.app-landing-page .app-navbar { max-width: 1264px; margin: auto; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); padding: 16px 32px; }
.app-landing-page .app-navbar .nav-brand { grid-column: 2; justify-self: center; }
.app-landing-page .app-login-link { grid-column: 3; justify-self: end; text-decoration: none; font-size: 13px; white-space: nowrap; }
.app-landing-page .app-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--app-sage); margin-bottom: 18px; }
.app-landing-page .app-intro { text-align: center; padding-top: 28px; padding-bottom: 16px; }
.app-landing-page h1 { font-size: 1.3rem; line-height: 1.6; font-weight: 500; color: black; }
.app-landing-page .app-intro-copy { max-width: 590px; margin: 14px auto 20px; color: var(--app-muted); font-size: 14px; line-height: 1.8; }
.app-landing-page .app-actions { display: flex; justify-content: center; align-items: center; gap: 14px; flex-wrap: wrap; }
.app-landing-page .app-primary-button { display: inline-flex; gap: 22px; justify-content: center; align-items: center; text-decoration: none; padding: 13px 21px; font-size: 13px; box-shadow: 0 4px 12px rgba(189,114,108,.15); }
.app-landing-page .app-secondary-button { padding: 12px 19px; color: var(--app-ink); text-decoration: none; font-size: 13px; border: 1px solid #e9e4dd; border-radius: 8px; }
.app-landing-page .app-secondary-button:hover { background: var(--app-cream); }
.app-landing-page .app-secondary-button span { margin-left: 14px; color: var(--app-rose); }
.app-landing-page .app-intro-note { font-size: 11px; color: #87877e; margin-top: 16px; }
.app-landing-page .app-hero { position: relative; margin-top: 16px; overflow: hidden; border-radius: 20px; }
.app-landing-page .app-hero picture { display: block; }
.app-landing-page .app-hero img { width: 100%; height: 50vh; object-fit: cover; object-position: center 20%; display: block; }
.app-landing-page .app-hero-cta { position: absolute; top: 55%; left: 50%; transform: translate(-50%, -50%); white-space: nowrap; }
.app-landing-page .app-promise-strip { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px 44px; padding-block: 25px; font-size: 12px; color: var(--app-muted); border-bottom: 1px solid #eee9e3; }
.app-landing-page .app-promise-strip span span { color: var(--app-rose); margin-right: 8px; font-size: 18px; vertical-align: -1px; }
.app-landing-page .app-section { padding-block: 80px; scroll-margin-top: 24px; }
.app-landing-page h2 { font-size: clamp(25px, 2.6vw, 32px); font-weight: 500; letter-spacing: -.03em; line-height: 1.25; }
.app-landing-page .app-section-copy > p:not(.app-eyebrow):not(.app-privacy-note) { font-size: 14px; line-height: 1.9; color: var(--app-muted); margin-top: 22px; max-width: 460px; }
.app-landing-page .app-discovery { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.app-landing-page .app-discovery > *, .app-landing-page .app-whatsapp-grid > *, .app-landing-page .app-faq > * { min-width: 0; }
.app-landing-page .app-text-link { display: inline-block; font-size: 13px; font-weight: 500; color: var(--app-rose); text-decoration: none; margin-top: 25px; }
.app-landing-page .app-text-link span { margin-left: 10px; }
.app-landing-page .app-text-link:hover { text-decoration: underline; }
.app-landing-page .app-request-board { background: #fcfaf7; padding: 28px; border: 1px solid #eee8df; border-radius: 16px; }
.app-landing-page .app-board-label { color: #888b7e; font-size: 10px; font-weight: 600; letter-spacing: .13em; margin-bottom: 18px; }
.app-landing-page .app-request { display: flex; align-items: center; gap: 14px; margin-top: 12px; border-radius: 10px; padding: 19px 17px; text-decoration: none; color: var(--app-ink); font-size: 13px; transition: transform .2s ease; }
.app-landing-page .app-request:hover { transform: translateX(4px); }
.app-landing-page .app-request > span:first-child { font-size: 19px; color: var(--app-sage); }
.app-landing-page .app-request > span:last-child { margin-left: auto; color: var(--app-muted); }
.app-landing-page .app-request-sage { background: #edf1e9; }
.app-landing-page .app-request-rose { background: #f6eae5; }
.app-landing-page .app-request-cream { background: #f5eedd; }
.app-landing-page .app-board-note { font-size: 11px; color: #888b7e; margin-top: 20px; text-align: center; }
.app-landing-page .app-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; padding-bottom: 75px; }
.app-landing-page .app-benefits article { border-top: 1px solid #eae5df; padding-top: 28px; }
.app-landing-page .app-benefit-icon { display: grid; place-items: center; background: #edf1e9; color: var(--app-sage); width: 38px; height: 38px; border-radius: 10px; font-size: 23px; margin-bottom: 17px; }
.app-landing-page .app-icon-rose { color: var(--app-rose); background: #f6eae5; }
.app-landing-page .app-icon-cream { background: #f5eedd; color: #9c8359; }
.app-landing-page .app-benefits h3 { font-size: 15px; font-weight: 600; margin-bottom: 10px; }
.app-landing-page .app-benefits p { color: var(--app-muted); font-size: 13px; line-height: 1.8; max-width: 320px; }
.app-landing-page .app-whatsapp { background: #f0f3ed; border-block: 1px solid #e5eade; }
.app-landing-page .app-whatsapp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.app-landing-page .app-connect-steps { list-style: none; counter-reset: connect; margin: 24px 0 28px; }
.app-landing-page .app-connect-steps li { counter-increment: connect; display: flex; align-items: center; gap: 12px; margin-top: 12px; font-size: 12px; color: #5e6859; }
.app-landing-page .app-connect-steps li::before { content: counter(connect); border: 1px solid #cbd4c3; border-radius: 50%; width: 24px; height: 24px; display: grid; place-items: center; flex-shrink: 0; font-size: 10px; }
.app-landing-page .app-privacy-note { font-size: 10px; line-height: 1.8; max-width: 320px; color: #7b8473; margin-top: 15px; }
.app-landing-page .app-phone-demo { width: 310px; max-width: 100%; margin: 0 auto; background: #fcfaf4; border: 6px solid white; border-radius: 30px; overflow: hidden; box-shadow: 0 18px 45px rgba(60,75,48,.12), 0 0 0 1px #dde3d6; }
.app-landing-page .app-phone-top { display: flex; justify-content: space-between; padding: 12px 20px 8px; font-size: 10px; font-weight: 600; }
.app-landing-page .app-chat-header { display: flex; gap: 10px; align-items: center; padding: 10px 13px 16px; border-bottom: 1px solid #e9e6dc; }
.app-landing-page .app-chat-header img { background: #f9e8cb; border-radius: 50%; }
.app-landing-page .app-chat-header strong { display: block; font-size: 12px; }
.app-landing-page .app-chat-header span { display: block; font-size: 9px; color: #85877c; }
.app-landing-page .app-chat-body { background-color: #ece8de; background-image: radial-gradient(#ded9cb 1px, transparent 1px); background-size: 15px 15px; padding: 22px 12px; }
.app-landing-page .app-chat-outgoing, .app-landing-page .app-chat-incoming { width: 88%; font-size: 12px; line-height: 1.55; border-radius: 10px; padding: 11px 12px 7px; box-shadow: 0 1px 1px #d8d3c8; }
.app-landing-page .app-chat-outgoing { margin-left: auto; background: #dcf4cb; border-top-right-radius: 2px; }
.app-landing-page .app-chat-incoming { background: #fff; margin-top: 13px; border-top-left-radius: 2px; }
.app-landing-page .app-chat-time { display: block; text-align: right; color: #92958b; font-size: 8px; margin-top: 3px; }
.app-landing-page .app-chat-time span { color: #7cac96; }
.app-landing-page .app-chat-recipe { display: block; background: white; width: 92%; border-radius: 10px; padding: 5px 5px 6px; margin-top: 9px; text-decoration: none; color: var(--app-ink); box-shadow: 0 1px 1px #d8d3c8; }
.app-landing-page .app-chat-preview { display: grid; grid-template-columns: 76px 1fr; background: #f4f5f1; border-radius: 7px; overflow: hidden; }
.app-landing-page .app-pesto-illustration { background: #d7dfca; display: grid; place-items: center; }
.app-landing-page .app-pesto-illustration svg { width: 76px; height: 90px; }
.app-landing-page .app-chat-preview > div:last-child { padding: 12px 8px; }
.app-landing-page .app-chat-preview strong { display: block; font-size: 11px; }
.app-landing-page .app-chat-preview span { display: block; font-size: 9px; line-height: 1.6; color: #93968d; margin-top: 3px; }
.app-landing-page .app-chat-preview small { display: block; font-size: 8px; margin-top: 8px; color: #72796a; }
.app-landing-page .app-chat-recipe > .app-chat-time { padding-right: 6px; }
.app-landing-page .app-chat-composer { display: flex; align-items: center; gap: 10px; padding: 12px 10px; color: #7b8673; }
.app-landing-page .app-chat-composer div { border: 1px solid #e4e4da; background: white; border-radius: 20px; padding: 7px 12px; flex: 1; font-size: 9px; color: #a0a297; }
.app-landing-page .app-phone-demo figcaption { text-align: center; font-size: 8px; color: #969a8d; padding: 0 10px 13px; }
.app-landing-page .app-faq { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.app-landing-page .app-faq-list details { border-bottom: 1px solid #eae5df; padding: 18px 0; }
.app-landing-page .app-faq-list details:first-child { padding-top: 0; }
.app-landing-page .app-faq-list summary { list-style: none; cursor: pointer; font-size: 13px; font-weight: 500; display: flex; justify-content: space-between; gap: 15px; }
.app-landing-page .app-faq-list summary::-webkit-details-marker { display: none; }
.app-landing-page .app-faq-list summary::after { content: '+'; color: var(--app-rose); font-size: 19px; line-height: 1; }
.app-landing-page .app-faq-list details[open] summary::after { content: '−'; }
.app-landing-page .app-faq-list p { font-size: 12px; color: var(--app-muted); line-height: 1.8; padding-top: 12px; }
.app-landing-page .app-final-cta { text-align: center; border-radius: 20px; background: var(--app-cream); padding: 48px 24px; margin-bottom: 70px; }
.app-landing-page .app-final-cta h2 { margin-bottom: 26px; }
.app-landing-page .app-footer { padding: 24px 0; background: #fff; }
.app-landing-page .app-footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.app-landing-page .app-footer-inner > a { font-size: 13px; }
.app-landing-page .app-footer .footer-links { margin-bottom: 0; gap: 24px; flex-wrap: wrap; }
.app-landing-page .app-footer .copyright { font-size: 10px; white-space: nowrap; }
@media (max-width: 900px) {
  .app-landing-page .app-discovery, .app-landing-page .app-whatsapp-grid, .app-landing-page .app-faq { gap: 35px; }
  .app-landing-page .app-footer-inner { flex-wrap: wrap; justify-content: center; }
}
@media (max-width: 640px) {
  .app-landing-page .app-container { width: calc(100% - 36px); }
  .app-landing-page .app-navbar { padding: 16px 12px; }
  .app-landing-page .app-navbar .brand-name { font-size: 14px; }
  .app-landing-page .app-navbar .logo { width: 24px; height: 24px; }
  .app-landing-page .app-login-link { font-size: 10px; padding: 6px 7px; }
  .app-landing-page .app-intro { padding-top: 24px; padding-bottom: 16px; }
  .app-landing-page h1 { font-size: 1.1rem; }
  .app-landing-page .app-intro-copy { font-size: 13px; }
  .app-landing-page .app-eyebrow { font-size: 9px; line-height: 1.8; }
  .app-landing-page .app-actions { gap: 10px; }
  .app-landing-page .app-hero { margin-top: 0; }
  .app-landing-page .app-hero img { height: auto; max-height: 40vh; object-position: center 20%; }
  .app-landing-page .app-promise-strip { gap: 16px 25px; font-size: 10px; padding-block: 22px; }
  .app-landing-page .app-discovery, .app-landing-page .app-whatsapp-grid, .app-landing-page .app-faq { grid-template-columns: minmax(0, 1fr); gap: 35px; }
  .app-landing-page .app-section { padding-block: 48px; }
  .app-landing-page .app-request-board { padding: 20px; }
  .app-landing-page .app-request { font-size: 12px; padding: 16px 12px; }
  .app-landing-page .app-benefits { grid-template-columns: 1fr; gap: 25px; padding-bottom: 48px; }
  .app-landing-page .app-benefits article { display: grid; grid-template-columns: 38px 1fr; column-gap: 16px; padding-top: 22px; }
  .app-landing-page .app-benefit-icon { grid-row: 1 / 3; margin: 0; }
  .app-landing-page .app-benefits p { max-width: none; }
  .app-landing-page .app-privacy-note { max-width: none; }
  .app-landing-page .app-final-cta { padding: 36px 20px; margin-bottom: 40px; }
  .app-landing-page .app-footer .footer-links { gap: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .app-landing-page *, .app-landing-page *::before, .app-landing-page *::after { transition: none !important; animation: none !important; }
}
