.landing-page { min-height: 100vh; background: #f7f5ef; color: #202421; }
.landing-nav { max-width: 1220px; margin: 0 auto; padding: 22px 28px; display: flex; align-items: center; justify-content: space-between; }
.landing-brand, .auth-brand { display: inline-flex; align-items: center; gap: 12px; color: #202421; text-decoration: none; }
.landing-brand > span:last-child, .auth-brand > span:last-child { display: flex; flex-direction: column; }
.landing-brand strong, .auth-brand strong { font-size: 1.02rem; }
.landing-brand small, .auth-brand small { color: #6d736e; font-size: .72rem; }
.landing-nav nav { display: flex; align-items: center; gap: 24px; }
.landing-login { color: #303632; font-weight: 700; text-decoration: none; }
.landing-signup { padding: 11px 18px; }
.landing-hero { max-width: 1220px; margin: 0 auto; min-height: 650px; padding: 70px 28px 90px; display: grid; grid-template-columns: .88fr 1.12fr; gap: 68px; align-items: center; overflow: hidden; }
.landing-eyebrow { color: #9a762e; font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-copy h1 { max-width: 600px; margin: 15px 0 22px; font-family: Georgia, serif; font-size: clamp(2.7rem, 5vw, 4.6rem); line-height: 1.01; letter-spacing: -.045em; }
.hero-lead { max-width: 590px; color: #606760; font-size: 1.13rem; line-height: 1.75; }
.hero-actions { margin-top: 31px; display: flex; align-items: center; gap: 25px; }
.hero-primary { padding: 14px 22px; }
.hero-secondary { color: #303632; font-weight: 800; text-decoration: none; }
.hero-secondary span { margin-left: 5px; color: #b28836; }
.hero-trust { margin-top: 24px; display: flex; gap: 20px; color: #737a73; font-size: .8rem; }
.dashboard-preview { width: 730px; padding: 0 22px 24px; background: #fff; border: 1px solid #dedbd0; border-radius: 20px; box-shadow: 0 30px 80px rgba(35, 39, 35, .16); transform: rotate(1.2deg); }
.preview-window-bar { height: 46px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid #ece9df; color: #8a908b; font-size: .66rem; }
.preview-window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #d6d2c6; }
.preview-window-bar span { margin-left: 8px; }
.preview-welcome { padding: 22px 0 16px; display: flex; justify-content: space-between; align-items: center; }
.preview-welcome small, .preview-species > div > small { color: #a0803b; font-size: .55rem; font-weight: 800; letter-spacing: .13em; }
.preview-welcome h2 { margin: 4px 0; font-family: Georgia, serif; font-size: 1.5rem; }
.preview-welcome p { margin: 0; color: #000; font-size: .68rem; font-weight: 700; }
.preview-welcome > span { padding: 9px 12px; border-radius: 7px; background: #d2a94f; font-size: .68rem; font-weight: 800; }
.preview-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.preview-stats article { padding: 15px; border-radius: 11px; background: #f4f0e5; }
.preview-stats article:nth-child(2) { background: #edf2ee; }
.preview-stats article:nth-child(3) { background: #eef1f3; }
.preview-stats small { display: block; color: #70766f; font-size: .48rem; font-weight: 800; }
.preview-stats strong { display: block; margin: 5px 0 2px; font-size: 1.55rem; }
.preview-stats span { color: #777d77; font-size: .55rem; }
.preview-species { margin-top: 18px; padding: 18px; border: 1px solid #e5e1d7; border-radius: 12px; }
.preview-species h3 { margin: 3px 0 13px; font-family: Georgia, serif; }
.preview-animal-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.preview-animal-row span { padding: 12px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 4px; border-radius: 9px; background: #f8f6f0; font-size: 1.1rem; }
.preview-animal-row b { justify-self: end; font-size: 1rem; }
.preview-animal-row small { grid-column: 1 / -1; color: #7a807a; font-size: .55rem; }
.landing-features { padding: 100px 28px; background: #fff; }
.landing-section-heading { max-width: 680px; margin: 0 auto 45px; text-align: center; }
.landing-section-heading h2 { margin: 10px 0 12px; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.15rem); }
.landing-section-heading > p:last-child { color: #687069; font-size: 1.05rem; }
.feature-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-grid article { padding: 34px; border: 1px solid #e5e1d6; border-radius: 15px; background: #fbfaf6; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; background: #eee5ce; font-size: 1.45rem; }
.feature-grid h3 { margin: 20px 0 10px; font-family: Georgia, serif; font-size: 1.3rem; }
.feature-grid p { margin: 0; color: #697069; line-height: 1.65; }
.species-strip { padding: 44px 28px; background: #292d2b; color: #fff; text-align: center; }
.species-strip > p { margin: 0 0 20px; color: #c7baa0; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.species-strip div { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.species-strip span { padding: 8px 13px; border: 1px solid #515653; border-radius: 999px; font-size: .8rem; }
.landing-cta { max-width: 1120px; margin: 90px auto; padding: 53px 60px; display: flex; align-items: center; justify-content: space-between; gap: 35px; border-radius: 19px; background: #e9dfc6; }
.landing-cta h2 { margin: 8px 0; font-family: Georgia, serif; font-size: clamp(1.9rem, 4vw, 2.8rem); }
.landing-cta p:last-child { margin-bottom: 0; color: #656b65; }
.landing-cta .button { flex: 0 0 auto; padding: 14px 22px; }
.landing-footer { max-width: 1220px; margin: 0 auto; padding: 28px; display: flex; justify-content: space-between; border-top: 1px solid #ddd9cd; color: #737973; font-size: .78rem; }
.landing-footer a { color: #343a36; font-weight: 700; }
.auth-page { min-height: 100vh; padding: 30px 22px 55px; background: #f4f1e9; }
.auth-brand { width: max-content; margin: 0 auto 35px; }
.auth-card { width: min(100%, 530px); margin: 0 auto; padding: 42px; border: 1px solid #ddd8ca; border-radius: 18px; background: #fff; box-shadow: 0 18px 50px rgba(39, 43, 39, .09); }
.auth-card-login { margin-top: 75px; }
.auth-card h1 { margin: 8px 0; font-family: Georgia, serif; font-size: 2.25rem; }
.auth-intro { margin: 0 0 28px; color: #6c736d; }
.auth-form { display: grid; gap: 17px; }
.form-field { display: grid; gap: 7px; }
.form-field label { font-size: .82rem; font-weight: 800; }
.form-field input { width: 100%; min-height: 45px; padding: 10px 12px; border: 1px solid #cfcbbf; border-radius: 8px; background: #fff; font: inherit; }
.form-field input:focus { outline: 3px solid rgba(210, 169, 79, .22); border-color: #a98231; }
.form-field small { color: #7b817b; font-size: .7rem; line-height: 1.45; }
.form-field small ul { margin: 3px 0 0; padding-left: 18px; }
.field-error { color: #9f312b; font-size: .75rem; font-weight: 700; }
.form-errors { padding: 11px 13px; border-radius: 8px; background: #f8e5e2; color: #852d27; font-size: .82rem; }
.form-errors ul { margin: 0; padding-left: 18px; }
.auth-submit { width: 100%; margin-top: 5px; min-height: 47px; border: 0; cursor: pointer; }
.auth-switch { margin: 24px 0 0; text-align: center; color: #6e756f; font-size: .85rem; }
.auth-switch a { color: #7d5c1d; font-weight: 800; }
.mobile-profile-avatar { width: 23px; height: 23px; display: grid !important; place-items: center; overflow: hidden; border-radius: 50%; background: #d3a94e; color: #292d2b; font-size: .66rem; font-weight: 850; line-height: 1; }
.mobile-profile-avatar img { width: 100%; height: 100%; display: block; object-fit: cover; }
@media (max-width: 900px) {
  .landing-hero { min-height: 0; padding-top: 45px; grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .dashboard-preview { width: 100%; transform: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .landing-cta { margin: 55px 22px; }
}
@media (max-width: 620px) {
  .landing-nav { padding: 17px; }
  .landing-brand small { display: none; }
  .landing-nav nav { gap: 13px; }
  .landing-login { font-size: .85rem; }
  .landing-signup { padding: 9px 11px; font-size: .78rem; }
  .landing-hero { padding: 42px 18px 65px; }
  .hero-copy h1 { font-size: 2.65rem; }
  .hero-actions { flex-direction: column; }
  .hero-trust { flex-direction: column; gap: 5px; }
  .dashboard-preview { padding: 0 12px 14px; }
  .preview-welcome > span { display: none; }
  .preview-stats { gap: 5px; }
  .preview-stats article { padding: 10px 7px; }
  .preview-stats span { display: none; }
  .preview-animal-row { grid-template-columns: repeat(2, 1fr); }
  .landing-features { padding: 70px 18px; }
  .feature-grid article { padding: 28px; }
  .landing-cta { padding: 38px 28px; flex-direction: column; align-items: flex-start; }
  .landing-footer { flex-direction: column; align-items: center; gap: 9px; }
  .auth-card { padding: 29px 23px; }
}
