.hero{background:linear-gradient(135deg,#fdf5ef 0%,#fef8f3 50%,#f5ede6 100%);border-bottom:none;padding:72px 40px 96px}.hero-inner{text-align:center;max-width:740px;margin:0 auto}.hero-tag{background:var(--orange-pale);color:var(--orange);border-radius:20px;align-items:center;gap:6px;margin-bottom:14px;padding:5px 12px;font-size:12px;font-weight:700;display:inline-flex}.hero-heading{margin-bottom:14px;font-family:Fraunces,serif;font-size:42px;font-weight:700;line-height:1.1}.hero-heading span{color:var(--orange)}.hero-sub{color:var(--mid);max-width:540px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-size:16px;line-height:1.7}.hero-btns{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:24px;display:flex}.btn-hero-primary{background:var(--orange);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:700;text-decoration:none;transition:background .2s;display:inline-flex}.btn-hero-primary:hover{background:var(--orange-light)}.btn-hero-outline{color:var(--dark);border:1.5px solid var(--border);cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-hero-outline:hover{border-color:var(--orange);color:var(--orange)}.search-wrap{z-index:10;margin-top:-40px;padding:0 40px;position:relative}.search-section{border:1px solid var(--border);background:#fff;border-radius:20px;max-width:860px;margin:0 auto;padding:22px 28px;box-shadow:0 16px 56px #00000026}.search-grid{align-items:center;gap:0;display:flex}.search-field{flex:1;padding:0 16px}.search-field label{color:var(--light);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:11px;font-weight:700;display:block}.search-select{width:100%;color:var(--dark);cursor:pointer;appearance:none;background:0 0;border:none;outline:none;font-family:inherit;font-size:14px}.search-divider{background:var(--border);flex-shrink:0;width:1px;height:40px}.btn-search{background:var(--orange);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;align-items:center;gap:8px;margin-left:16px;padding:14px 28px;font-family:inherit;font-size:14px;font-weight:700;text-decoration:none;transition:background .2s;display:flex}.btn-search:hover{background:var(--orange-light)}.featured-section{padding:48px 40px}.featured-inner{max-width:1200px;margin:0 auto}.section-header{justify-content:space-between;align-items:flex-end;margin-bottom:28px;display:flex}.section-tag{color:var(--orange);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-size:11px;font-weight:700}.section-title{font-family:Fraunces,serif;font-size:32px;font-weight:700}.section-title em{color:var(--orange);font-style:normal}.view-all-link{color:var(--orange);align-items:center;gap:4px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.pets-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.features{background:#fff;padding:48px 40px}.features-inner{max-width:1200px;margin:0 auto}.features-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:32px;display:grid}.feature-card{border:1px solid var(--border);background:var(--cream);border-radius:14px;padding:24px;transition:all .2s}.feature-card:hover{background:#fff;box-shadow:0 4px 16px #0000000f}.feature-icon{background:var(--orange-pale);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:16px;font-size:24px;display:flex}.feature-title{margin-bottom:8px;font-size:15px;font-weight:700}.feature-desc{color:var(--mid);font-size:13px;line-height:1.7}.how-section{background:var(--cream);padding:72px 40px}.how-inner{text-align:center;max-width:900px;margin:0 auto}.how-steps{grid-template-columns:repeat(4,1fr);gap:0;margin-top:48px;display:grid;position:relative}.how-steps:before{content:"";background:var(--border);height:2px;position:absolute;top:32px;left:12.5%;right:12.5%}.how-step{text-align:center;z-index:1;padding:0 16px;position:relative}.how-step-num{background:var(--orange);color:#fff;width:64px;height:64px;box-shadow:var(--shadow-brand);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-family:Fraunces,serif;font-size:28px;font-weight:700;display:flex}.how-step h3{margin-bottom:8px;font-size:15px;font-weight:700}.how-step p{color:var(--mid);font-size:13px;line-height:1.6}@media (max-width:768px){.hero{padding:28px 16px 32px}.hero-heading{font-size:32px}.hero-sub{max-width:100%;font-size:14px}.hero-btns{flex-direction:column}.btn-hero-primary,.btn-hero-outline{justify-content:center;width:100%;margin:0}.search-wrap{margin-top:16px;padding:0 16px}.search-section{border-radius:12px;padding:14px 16px}.search-grid,.search-section form>div{flex-direction:column;gap:10px;width:100%}.search-divider{display:none}.search-field{width:100%;padding:0}.btn-search{border-radius:10px;justify-content:center;width:100%;margin-left:0}.featured-section{padding:28px 16px}.section-header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:16px}.section-title{font-size:24px}.pets-grid{grid-template-columns:repeat(2,1fr);gap:12px}.features{padding:28px 16px}.features-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}.how-section{padding:40px 16px}.how-steps{grid-template-columns:repeat(2,1fr);gap:32px}.how-steps:before{display:none}}@media (max-width:480px){.pets-grid,.features-grid,.how-steps{grid-template-columns:1fr}.hero-heading{font-size:28px}}
