/*
Theme Name: Birdman Saviary
Theme URI: https://parrot-appointment-pro.lovable.app/
Author: Birdman Saviary
Description: Hand-Raised Exotic Parrots - Premium WordPress Theme v2
Version: 2.0
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
  --green-dark: #1a2e1a;
  --green-mid: #2d5a27;
  --green-light: #4a8c3f;
  --green-pale: #e8f5e3;
  --gold: #c9a84c;
  --gold-light: #e8c97a;
  --cream: #faf8f2;
  --white: #ffffff;
  --text-dark: #1a1a1a;
  --text-mid: #4a4a4a;
  --text-light: #7a7a7a;
  --border: #e0ddd5;
  --red: #e53935;
  --orange: #f57c00;
  --shadow: 0 4px 24px rgba(26,46,26,0.10);
  --shadow-lg: 0 12px 48px rgba(26,46,26,0.18);
  --radius: 12px;
  --radius-lg: 20px;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --transition: 0.3s cubic-bezier(0.4,0,0.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--cream); color: var(--text-dark); line-height: 1.65; font-size: 16px; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ANNOUNCEMENT BAR */
.announcement-bar {
  background: var(--green-dark);
  color: rgba(255,255,255,0.88);
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.announcement-bar strong { color: var(--gold-light); }
.announcement-bar a { color: var(--gold-light); text-decoration: underline; }

/* NAVBAR */
.navbar {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(250,248,242,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0 5%; height: 70px;
  display: flex; align-items: center; justify-content: space-between;
  box-shadow: var(--shadow);
}
.navbar-brand { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; color: var(--green-dark); }
.navbar-brand span { color: var(--gold); }
.navbar-nav { display: flex; align-items: center; gap: 1.8rem; }
.navbar-nav a { font-size: 0.88rem; font-weight: 500; color: var(--text-mid); transition: color var(--transition); position: relative; }
.navbar-nav a::after { content:''; position:absolute; bottom:-3px; left:0; width:0; height:2px; background:var(--gold); transition:width var(--transition); }
.navbar-nav a:hover { color: var(--green-dark); }
.navbar-nav a:hover::after { width:100%; }
.navbar-cta { background:var(--green-mid)!important; color:var(--white)!important; padding:0.55rem 1.3rem!important; border-radius:6px!important; font-weight:600!important; }
.navbar-cta::after { display:none!important; }
.navbar-cta:hover { background:var(--green-dark)!important; }
.hamburger { display:none; flex-direction:column; gap:5px; cursor:pointer; background:none; border:none; padding:4px; }
.hamburger span { width:24px; height:2px; background:var(--green-dark); display:block; border-radius:2px; transition:var(--transition); }

/* BUTTONS */
.btn { display:inline-flex; align-items:center; gap:0.5rem; padding:0.8rem 1.8rem; border-radius:8px; font-family:var(--font-body); font-size:0.95rem; font-weight:600; cursor:pointer; border:none; transition:all var(--transition); }
.btn-primary { background:var(--green-mid); color:var(--white); }
.btn-primary:hover { background:var(--green-dark); transform:translateY(-2px); box-shadow:0 8px 24px rgba(45,90,39,0.3); }
.btn-outline { background:transparent; color:var(--green-dark); border:2px solid var(--green-mid); }
.btn-outline:hover { background:var(--green-pale); transform:translateY(-2px); }
.btn-gold { background:var(--gold); color:var(--green-dark); font-weight:700; }
.btn-gold:hover { background:var(--gold-light); transform:translateY(-2px); box-shadow:0 8px 24px rgba(201,168,76,0.4); }

/* HERO */
.hero {
  min-height: 92vh; display:flex; align-items:center;
  padding: 60px 5%;
  background: linear-gradient(135deg, var(--green-dark) 0%, #243824 55%, #1e3a1e 100%);
  position: relative; overflow: hidden;
}
.hero::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 80% 20%, rgba(201,168,76,0.07) 0%, transparent 60%); }
.hero-inner { max-width:1200px; margin:0 auto; width:100%; display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:4rem; position:relative; z-index:1; }
.hero-badge { display:inline-flex; align-items:center; gap:0.5rem; background:rgba(201,168,76,0.15); border:1px solid rgba(201,168,76,0.3); color:var(--gold-light); font-size:0.78rem; font-weight:600; padding:0.4rem 1rem; border-radius:50px; letter-spacing:0.06em; text-transform:uppercase; margin-bottom:1.5rem; }
.hero h1 { font-family:var(--font-display); font-size:clamp(2.4rem,4vw,3.6rem); font-weight:700; line-height:1.12; color:var(--white); margin-bottom:1.2rem; letter-spacing:-0.03em; }
.hero h1 em { font-style:italic; color:var(--gold-light); }
.hero-desc { font-size:1.05rem; color:rgba(255,255,255,0.72); line-height:1.7; margin-bottom:1.5rem; max-width:480px; }
.hero-actions { display:flex; gap:1rem; flex-wrap:wrap; margin-bottom:1.5rem; }
.hero-trust { display:flex; gap:1.5rem; flex-wrap:wrap; margin-bottom:2rem; }
.trust-item { display:flex; align-items:center; gap:0.4rem; font-size:0.78rem; color:rgba(255,255,255,0.6); }
.hero-stats { display:flex; gap:2rem; padding-top:1.5rem; border-top:1px solid rgba(255,255,255,0.12); }
.stat-num { font-family:var(--font-display); font-size:1.5rem; font-weight:700; color:var(--gold-light); display:block; }
.stat-label { font-size:0.72rem; color:rgba(255,255,255,0.5); text-transform:uppercase; letter-spacing:0.05em; }
.hero-img-wrap { position:relative; border-radius:var(--radius-lg); overflow:hidden; aspect-ratio:4/5; box-shadow:var(--shadow-lg); }
.hero-img-wrap img { width:100%; height:100%; object-fit:cover; }
.hero-img-badge { position:absolute; bottom:1.2rem; left:1.2rem; background:rgba(26,46,26,0.92); backdrop-filter:blur(8px); border:1px solid rgba(201,168,76,0.3); color:var(--white); padding:0.7rem 1.1rem; border-radius:10px; display:flex; align-items:center; gap:0.7rem; }
.hero-img-badge strong { display:block; font-size:0.82rem; color:var(--gold-light); }
.hero-img-badge span { font-size:0.72rem; color:rgba(255,255,255,0.6); }

/* SOCIAL BAR */
.social-bar { background:#162616; padding:0.8rem 5%; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:1rem; }
.social-bar-left { font-size:0.8rem; color:rgba(255,255,255,0.55); }
.social-links { display:flex; align-items:center; gap:0.6rem; }
.social-link { width:34px; height:34px; border-radius:7px; display:flex; align-items:center; justify-content:center; font-size:0.95rem; color:rgba(255,255,255,0.7); background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.12); transition:all var(--transition); }
.social-link:hover { background:var(--gold); color:var(--green-dark); border-color:var(--gold); transform:translateY(-2px); }

/* FEATURES STRIP */
.features-strip { background:#f0ede6; padding:50px 5%; border-bottom:1px solid var(--border); }
.features-grid { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:repeat(4,1fr); gap:1.5rem; }
.feature-card { text-align:center; padding:1.8rem 1.2rem; background:var(--white); border-radius:var(--radius); border:1px solid var(--border); transition:all var(--transition); }
.feature-card:hover { transform:translateY(-4px); box-shadow:var(--shadow); border-color:var(--green-light); }
.feature-icon { font-size:1.8rem; margin-bottom:0.75rem; }
.feature-card h3 { font-family:var(--font-display); font-size:1rem; color:var(--green-dark); margin-bottom:0.4rem; }
.feature-card p { font-size:0.82rem; color:var(--text-light); line-height:1.5; }

/* SECTION */
section { padding:80px 5%; }
.section-inner { max-width:1200px; margin:0 auto; }
.section-tag { font-size:0.75rem; font-weight:700; text-transform:uppercase; letter-spacing:0.12em; color:var(--green-light); margin-bottom:0.6rem; display:block; }
.section-title { font-family:var(--font-display); font-size:clamp(1.8rem,3vw,2.5rem); font-weight:700; color:var(--green-dark); line-height:1.2; letter-spacing:-0.02em; margin-bottom:0.75rem; }
.section-desc { font-size:1rem; color:var(--text-mid); max-width:540px; line-height:1.7; }

/* PARROTS SECTION */
.parrots-section { background:var(--cream); }
.parrots-header { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:1.5rem; flex-wrap:wrap; gap:1rem; }
.parrots-controls { display:flex; gap:1rem; margin-bottom:1.8rem; flex-wrap:wrap; align-items:center; }
.search-box { position:relative; flex:1; min-width:220px; }
.search-box input { width:100%; padding:0.65rem 1rem 0.65rem 2.4rem; border:1.5px solid var(--border); border-radius:8px; font-family:var(--font-body); font-size:0.9rem; background:var(--white); outline:none; transition:border-color var(--transition); }
.search-box input:focus { border-color:var(--green-mid); }
.search-box::before { content:'🔍'; position:absolute; left:0.75rem; top:50%; transform:translateY(-50%); font-size:0.85rem; pointer-events:none; }
.filter-tabs { display:flex; gap:0.5rem; flex-wrap:wrap; }
.filter-btn { padding:0.5rem 1.1rem; border-radius:50px; border:1.5px solid var(--border); background:var(--white); color:var(--text-mid); font-family:var(--font-body); font-size:0.82rem; font-weight:500; cursor:pointer; transition:all var(--transition); white-space:nowrap; }
.filter-btn.active, .filter-btn:hover { background:var(--green-mid); color:var(--white); border-color:var(--green-mid); }
.parrots-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:1.8rem; }
.parrot-card { background:var(--white); border-radius:var(--radius-lg); overflow:hidden; border:1px solid var(--border); transition:transform var(--transition),box-shadow var(--transition); position:relative; }
.parrot-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-lg); }
.parrot-card-img { aspect-ratio:4/3; overflow:hidden; position:relative; }
.parrot-card-img img { width:100%; height:100%; object-fit:cover; transition:transform 0.5s ease; }
.parrot-card:hover .parrot-card-img img { transform:scale(1.07); }
.parrot-badge { position:absolute; top:0.75rem; right:0.75rem; font-size:0.68rem; font-weight:700; text-transform:uppercase; padding:0.3rem 0.7rem; border-radius:50px; letter-spacing:0.05em; }
.badge-available { background:var(--green-mid); color:var(--white); }
.badge-few { background:var(--orange); color:var(--white); }
.badge-reserved { background:#9e9e9e; color:var(--white); }
.badge-new { background:var(--gold); color:var(--green-dark); }
.urgency-tag { position:absolute; top:0.75rem; left:0.75rem; background:var(--red); color:var(--white); font-size:0.65rem; font-weight:700; padding:0.25rem 0.6rem; border-radius:4px; animation:pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1}50%{opacity:0.7} }
.parrot-card-body { padding:1.3rem 1.3rem 0.5rem; }
.parrot-species-tag { font-size:0.72rem; font-style:italic; color:var(--green-light); margin-bottom:0.35rem; display:block; }
.parrot-card-body h3 { font-family:var(--font-display); font-size:1.2rem; color:var(--green-dark); margin-bottom:0.4rem; }
.parrot-card-body p { font-size:0.84rem; color:var(--text-light); line-height:1.5; margin-bottom:0.6rem; }
.parrot-stars { display:flex; align-items:center; gap:0.3rem; margin-bottom:0.5rem; }
.stars { color:var(--gold); font-size:0.8rem; letter-spacing:1px; }
.stars-count { font-size:0.72rem; color:var(--text-light); }
.parrot-tags { display:flex; gap:0.4rem; flex-wrap:wrap; margin-bottom:0.5rem; }
.parrot-tag { background:var(--green-pale); color:var(--green-mid); font-size:0.68rem; font-weight:600; padding:0.2rem 0.55rem; border-radius:4px; }
.parrot-card-footer { display:flex; justify-content:space-between; align-items:center; padding:0.9rem 1.3rem 1.3rem; border-top:1px solid var(--border); margin-top:0.5rem; }
.parrot-price { font-family:var(--font-display); font-size:1.25rem; font-weight:700; color:var(--green-mid); }
.parrot-price span { font-family:var(--font-body); font-size:0.72rem; color:var(--text-light); font-weight:400; display:block; }

/* TESTIMONIALS */
.testimonials-section { background:var(--green-dark); padding:80px 5%; }
.testimonials-section .section-title { color:var(--white); }
.testimonials-section .section-tag { color:var(--gold-light); }
.testimonials-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; margin-top:3rem; }
.testimonial-card { background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.1); border-radius:var(--radius-lg); padding:1.8rem; transition:background var(--transition); }
.testimonial-card:hover { background:rgba(255,255,255,0.1); }
.t-stars { color:var(--gold); font-size:0.9rem; letter-spacing:2px; margin-bottom:1rem; }
.t-text { font-size:0.92rem; color:rgba(255,255,255,0.82); line-height:1.7; margin-bottom:1.2rem; font-style:italic; }
.t-author { display:flex; align-items:center; gap:0.75rem; }
.t-avatar { width:40px; height:40px; border-radius:50%; background:var(--green-mid); display:flex; align-items:center; justify-content:center; font-size:1.1rem; flex-shrink:0; }
.t-name { font-weight:600; font-size:0.88rem; color:var(--white); }
.t-location { font-size:0.73rem; color:rgba(255,255,255,0.5); }
.t-verified { display:inline-flex; align-items:center; gap:0.3rem; font-size:0.68rem; color:var(--gold-light); margin-top:0.2rem; }

/* AVIARY */
.aviary-section { background:var(--white); }
.aviary-inner { display:grid; grid-template-columns:1fr 1fr; gap:5rem; align-items:center; }
.aviary-img { border-radius:var(--radius-lg); overflow:hidden; aspect-ratio:5/4; box-shadow:var(--shadow-lg); position:relative; }
.aviary-img img { width:100%; height:100%; object-fit:cover; }
.aviary-list { margin:1.5rem 0 2rem; display:flex; flex-direction:column; gap:0.85rem; }
.aviary-list li { display:flex; align-items:flex-start; gap:0.75rem; font-size:0.95rem; color:var(--text-mid); }
.aviary-list li::before { content:'✓'; display:flex; align-items:center; justify-content:center; width:22px; height:22px; min-width:22px; background:var(--green-pale); color:var(--green-mid); font-size:0.75rem; font-weight:800; border-radius:50%; margin-top:1px; }

/* TRUST BADGES */
.trust-section { background:var(--cream); padding:55px 5%; border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
.trust-grid { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:repeat(5,1fr); gap:1.5rem; text-align:center; }
.trust-badge { display:flex; flex-direction:column; align-items:center; gap:0.5rem; }
.trust-badge .t-icon { font-size:2rem; }
.trust-badge h4 { font-family:var(--font-display); font-size:0.9rem; color:var(--green-dark); }
.trust-badge p { font-size:0.75rem; color:var(--text-light); line-height:1.4; }

/* CTA BANNER */
.cta-banner { background:linear-gradient(135deg,var(--green-dark) 0%,var(--green-mid) 100%); padding:80px 5%; text-align:center; position:relative; overflow:hidden; }
.cta-banner::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 70% 50%,rgba(201,168,76,0.12) 0%,transparent 60%); }
.cta-banner-inner { max-width:700px; margin:0 auto; position:relative; z-index:1; }
.cta-banner h2 { font-family:var(--font-display); font-size:clamp(1.8rem,3vw,2.5rem); color:var(--white); margin-bottom:1rem; }
.cta-banner p { font-size:1rem; color:rgba(255,255,255,0.72); margin-bottom:2rem; line-height:1.7; }
.cta-actions { display:flex; gap:1rem; justify-content:center; flex-wrap:wrap; }

/* APPOINTMENT */
.appointment-section { background:var(--cream); }
.appointment-inner { display:grid; grid-template-columns:1fr 1.4fr; gap:4rem; align-items:start; }
.appt-info h2 { font-family:var(--font-display); font-size:2rem; color:var(--green-dark); margin-bottom:1rem; }
.appt-info p { color:var(--text-mid); line-height:1.7; margin-bottom:1.5rem; }
.appt-steps { display:flex; flex-direction:column; gap:1rem; }
.appt-step { display:flex; align-items:flex-start; gap:1rem; padding:1rem 1.2rem; background:var(--white); border-radius:var(--radius); border:1px solid var(--border); }
.appt-step-num { width:32px; height:32px; min-width:32px; background:var(--green-mid); color:var(--white); font-size:0.8rem; font-weight:700; border-radius:50%; display:flex; align-items:center; justify-content:center; }
.appt-step-text strong { display:block; font-size:0.9rem; color:var(--green-dark); margin-bottom:0.2rem; }
.appt-step-text span { font-size:0.82rem; color:var(--text-light); }
.appt-form-wrap { background:var(--white); border-radius:var(--radius-lg); border:1px solid var(--border); padding:2.5rem; box-shadow:var(--shadow); }
.appt-form-wrap h3 { font-family:var(--font-display); font-size:1.4rem; color:var(--green-dark); margin-bottom:1.8rem; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
.form-group { margin-bottom:1.2rem; }
.form-group label { display:block; font-size:0.82rem; font-weight:600; color:var(--green-dark); margin-bottom:0.5rem; }
.form-group input,.form-group select,.form-group textarea { width:100%; padding:0.75rem 1rem; border:1.5px solid var(--border); border-radius:8px; font-family:var(--font-body); font-size:0.9rem; color:var(--text-dark); background:var(--cream); transition:border-color var(--transition),box-shadow var(--transition); outline:none; appearance:none; }
.form-group input:focus,.form-group select:focus,.form-group textarea:focus { border-color:var(--green-mid); box-shadow:0 0 0 3px rgba(45,90,39,0.08); background:var(--white); }
.form-group textarea { resize:vertical; min-height:100px; }
.form-submit { width:100%; padding:0.9rem; font-size:1rem; justify-content:center; margin-top:0.5rem; }

/* FOOTER */
footer { background:var(--green-dark); color:rgba(255,255,255,0.75); padding:60px 5% 0; }
.footer-inner { max-width:1200px; margin:0 auto; }
.footer-top { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:3rem; padding-bottom:3rem; border-bottom:1px solid rgba(255,255,255,0.1); }
.footer-brand-name { font-family:var(--font-display); font-size:1.3rem; font-weight:700; color:var(--white); margin-bottom:0.75rem; }
.footer-brand-name span { color:var(--gold-light); }
.footer-desc { font-size:0.875rem; line-height:1.7; max-width:260px; margin-bottom:1.2rem; }
.footer-social { display:flex; gap:0.6rem; }
.footer-social-link { width:34px; height:34px; border-radius:7px; background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.12); display:flex; align-items:center; justify-content:center; font-size:0.95rem; color:rgba(255,255,255,0.7); transition:all var(--transition); }
.footer-social-link:hover { background:var(--gold); color:var(--green-dark); border-color:var(--gold); }
.footer-col h4 { font-size:0.78rem; font-weight:700; text-transform:uppercase; letter-spacing:0.1em; color:var(--gold-light); margin-bottom:1rem; }
.footer-col ul { display:flex; flex-direction:column; gap:0.6rem; }
.footer-col ul li a { font-size:0.875rem; color:rgba(255,255,255,0.65); transition:color var(--transition); }
.footer-col ul li a:hover { color:var(--white); }
.footer-col ul li { font-size:0.875rem; display:flex; align-items:flex-start; gap:0.5rem; }
.footer-bottom-bar { display:flex; justify-content:space-between; align-items:center; padding:1.5rem 0; font-size:0.78rem; color:rgba(255,255,255,0.35); flex-wrap:wrap; gap:1rem; border-top:1px solid rgba(255,255,255,0.08); }

/* PAGE HERO */
.page-hero { background:linear-gradient(135deg,var(--green-dark),#2a4a2a); padding:100px 5% 70px; position:relative; overflow:hidden; }
.page-hero::before { content:''; position:absolute; top:-50%; right:-20%; width:600px; height:600px; background:radial-gradient(circle,rgba(201,168,76,0.08) 0%,transparent 70%); }
.page-hero-inner { max-width:800px; position:relative; z-index:1; }
.page-hero h1 { font-family:var(--font-display); font-size:clamp(2rem,4vw,2.8rem); color:var(--white); margin-bottom:0.75rem; }
.page-hero p { font-size:1.05rem; color:rgba(255,255,255,0.7); line-height:1.7; }

/* ABOUT */
.about-grid { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:4rem; align-items:center; }
.about-text h2 { font-family:var(--font-display); font-size:2rem; color:var(--green-dark); margin-bottom:1rem; }
.about-text p { color:var(--text-mid); line-height:1.75; margin-bottom:1.2rem; }
.about-img { border-radius:var(--radius-lg); overflow:hidden; aspect-ratio:4/3; box-shadow:var(--shadow-lg); }
.about-img img { width:100%; height:100%; object-fit:cover; }
.values-grid { max-width:1100px; margin:3rem auto 0; display:grid; grid-template-columns:repeat(3,1fr); gap:2rem; }
.value-card { padding:2rem; background:var(--green-pale); border-radius:var(--radius-lg); border:1px solid rgba(74,140,63,0.15); }
.value-card .icon { font-size:2rem; margin-bottom:1rem; }
.value-card h3 { font-family:var(--font-display); font-size:1.1rem; color:var(--green-dark); margin-bottom:0.5rem; }
.value-card p { font-size:0.875rem; color:var(--text-mid); line-height:1.6; }

/* FLOATING BOOK BUTTON */
.float-book-btn {
  position:fixed; bottom:5.5rem; right:1.5rem; z-index:999;
  background:var(--gold); color:var(--green-dark);
  font-family:var(--font-body); font-size:0.85rem; font-weight:700;
  padding:0.75rem 1.3rem; border-radius:50px;
  box-shadow:0 6px 24px rgba(201,168,76,0.45);
  display:flex; align-items:center; gap:0.5rem;
  border:none; cursor:pointer;
  animation:floatIn 0.5s 1s ease both;
  transition:all var(--transition);
}
.float-book-btn:hover { transform:translateY(-3px) scale(1.05); box-shadow:0 10px 32px rgba(201,168,76,0.55); }

/* FLOATING CHAT */
.float-chat-btn {
  position:fixed; bottom:1.5rem; right:1.5rem; z-index:999;
  width:54px; height:54px; background:#25D366; color:var(--white);
  border-radius:50%; display:flex; align-items:center; justify-content:center;
  font-size:1.5rem; box-shadow:0 6px 20px rgba(37,211,102,0.4);
  cursor:pointer; animation:floatIn 0.5s 1.2s ease both;
  transition:all var(--transition); border:none;
}
.float-chat-btn:hover { transform:scale(1.1); }

/* CHAT POPUP */
.chat-popup {
  position:fixed; bottom:7rem; right:1.5rem; z-index:998;
  background:var(--white); border-radius:var(--radius-lg);
  box-shadow:var(--shadow-lg); padding:1.5rem; width:280px;
  border:1px solid var(--border); display:none;
}
.chat-popup.open { display:block; animation:popUp 0.3s ease; }
@keyframes floatIn { from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)} }
@keyframes popUp { from{opacity:0;transform:scale(0.9) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)} }
.chat-popup-header { display:flex; justify-content:space-between; align-items:center; margin-bottom:1rem; }
.chat-popup-header strong { font-size:0.95rem; color:var(--green-dark); font-family:var(--font-display); }
.chat-popup-close { background:none; border:none; font-size:1.2rem; cursor:pointer; color:var(--text-light); }
.chat-popup p { font-size:0.85rem; color:var(--text-mid); line-height:1.5; margin-bottom:1rem; }
.chat-option { display:flex; align-items:center; gap:0.75rem; padding:0.75rem; border-radius:8px; border:1px solid var(--border); margin-bottom:0.5rem; font-size:0.85rem; font-weight:500; color:var(--text-dark); cursor:pointer; transition:all var(--transition); }
.chat-option:hover { background:var(--green-pale); border-color:var(--green-mid); }
.chat-option .c-icon { font-size:1.2rem; }

/* TOAST */
.toast { position:fixed; bottom:2rem; left:50%; transform:translateX(-50%) translateY(100px); background:var(--green-dark); color:var(--white); padding:1rem 1.5rem; border-radius:var(--radius); border-left:4px solid var(--gold); box-shadow:var(--shadow-lg); font-size:0.9rem; z-index:9999; opacity:0; transition:all 0.4s cubic-bezier(0.4,0,0.2,1); white-space:nowrap; }
.toast.show { transform:translateX(-50%) translateY(0); opacity:1; }
.toast strong { display:block; font-size:0.95rem; margin-bottom:0.2rem; color:var(--gold-light); }

/* RESPONSIVE */
@media (max-width:900px) {
  .features-grid { grid-template-columns:repeat(2,1fr); }
  .testimonials-grid { grid-template-columns:1fr 1fr; }
  .trust-grid { grid-template-columns:repeat(3,1fr); }
}
@media (max-width:768px) {
  .hamburger { display:flex; }
  .navbar-nav { display:none; position:fixed; top:70px; left:0; right:0; background:var(--cream); flex-direction:column; align-items:center; padding:2rem 1rem; gap:1.5rem; border-bottom:1px solid var(--border); box-shadow:var(--shadow); z-index:999; }
  .navbar-nav.open { display:flex; }
  .hero-inner { grid-template-columns:1fr; text-align:center; }
  .hero-img-wrap { order:-1; aspect-ratio:16/9; }
  .hero-actions,.hero-trust,.hero-stats { justify-content:center; }
  .hero-desc { margin:0 auto 1.5rem; }
  .aviary-inner,.appointment-inner,.about-grid { grid-template-columns:1fr; }
  .testimonials-grid,.values-grid { grid-template-columns:1fr; }
  .footer-top { grid-template-columns:1fr 1fr; gap:2rem; }
  .form-row { grid-template-columns:1fr; }
  .parrots-grid { grid-template-columns:1fr 1fr; }
  .trust-grid { grid-template-columns:repeat(2,1fr); }
  .social-bar { justify-content:center; }
}
@media (max-width:480px) {
  .parrots-grid { grid-template-columns:1fr; }
  .footer-top { grid-template-columns:1fr; }
  .features-grid { grid-template-columns:1fr; }
}

/* ===== STAT ITEM IMPROVED ===== */
.stat-item { display:flex; flex-direction:column; }
.stat-sub { font-size:0.68rem; color:rgba(255,255,255,0.4); margin-top:0.15rem; }
.stat-divider { width:1px; background:rgba(255,255,255,0.15); margin:0 0.5rem; }

/* ===== FEATURE ICON WRAP (SVG) ===== */
.feature-icon-wrap {
  width:56px; height:56px;
  background: linear-gradient(135deg, var(--green-pale), #d4edcc);
  border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  margin: 0 auto 1.1rem;
  color: var(--green-mid);
  border: 1px solid rgba(45,90,39,0.12);
  transition: all var(--transition);
}
.feature-card:hover .feature-icon-wrap {
  background: var(--green-mid);
  color: var(--white);
  transform: scale(1.08);
}

/* ===== SEARCH BOX IMPROVED ===== */
.search-box-pro {
  position: relative;
  max-width: 420px;
}
.search-box-pro input {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 3rem;
  border: 2px solid var(--border);
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 0.92rem;
  background: var(--white);
  outline: none;
  color: var(--text-dark);
  transition: border-color var(--transition), box-shadow var(--transition);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.search-box-pro input:focus {
  border-color: var(--green-mid);
  box-shadow: 0 0 0 3px rgba(45,90,39,0.08);
}
.search-box-pro .search-icon {
  position: absolute;
  left: 1rem; top: 50%;
  transform: translateY(-50%);
  color: var(--text-light);
  pointer-events: none;
}
