
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: "PingFang HK", "Microsoft JhengHei", "Heiti TC", "Noto Sans TC", sans-serif;
    line-height: 1.7;
    color: #4a3825;
    background: #fdf8f0;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

/* ====== HERO ====== */
.hero {
    background: linear-gradient(180deg, #fff6e6 0%, #fdf8f0 100%);
    padding: 20px 15px 30px;
    text-align: center;
}
.hero-inner { max-width: 1000px; margin: 0 auto; }
.hero-banner {
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(183, 131, 57, 0.25);
    margin: 0 auto 25px;
    overflow: hidden;
    max-width: 950px;
}
.hero-banner img { width: 100%; }
.hero-badge {
    display: inline-block;
    background: linear-gradient(135deg, #c8933c 0%, #e6b260 100%);
    color: #fff;
    padding: 8px 22px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(200, 147, 60, 0.3);
}
.hero h1 {
    font-size: 32px;
    color: #8b5a1e;
    margin-bottom: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}
.hero h1 span { color: #c8933c; }
.hero p.subtitle {
    font-size: 17px;
    color: #6b4e2e;
    max-width: 720px;
    margin: 0 auto 25px;
}

/* ====== CTA ====== */
.cta-wrap {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 700;
    transition: transform 0.2s, box-shadow 0.2s;
    min-width: 220px;
}
.btn:hover { transform: translateY(-2px); }
.btn-phone {
    background: linear-gradient(135deg, #d99b4a 0%, #b87a2b 100%);
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(184, 122, 43, 0.35);
}
.btn-wa {
    background: linear-gradient(135deg, #25d366 0%, #128c4f 100%);
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);
}
.btn-icon { font-size: 22px; }

.hr-24 {
    background: #fff3dd;
    border: 2px dashed #d99b4a;
    color: #8b5a1e;
    padding: 14px 20px;
    border-radius: 14px;
    margin: 25px auto 0;
    max-width: 700px;
    font-weight: 700;
    font-size: 16px;
}

/* ====== QUICK INFO ====== */
.quick-info {
    max-width: 900px;
    margin: 25px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.quick-info-item {
    background: #fff;
    border-radius: 14px;
    padding: 16px 12px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(183, 131, 57, 0.1);
    border: 1px solid #f4e4c5;
}
.quick-info-item .qi-icon { font-size: 26px; margin-bottom: 5px; }
.quick-info-item .qi-title { color: #a07840; font-size: 13px; margin-bottom: 3px; }
.quick-info-item .qi-value { color: #8b5a1e; font-size: 18px; font-weight: 800; }

/* ====== SECTIONS ====== */
section {
    padding: 55px 20px;
    max-width: 1100px;
    margin: 0 auto;
}
.section-title {
    text-align: center;
    font-size: 28px;
    color: #8b5a1e;
    margin-bottom: 15px;
    font-weight: 800;
}
.section-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #d99b4a, #f0c97a);
    margin: 12px auto 0;
    border-radius: 2px;
}
.section-sub {
    text-align: center;
    color: #8a6d4a;
    font-size: 16px;
    margin-bottom: 40px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

/* ====== ANIMALS WE TREAT ====== */
.animals-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 10px;
}
.animal-card {
    background: #fff;
    padding: 25px 15px;
    border-radius: 16px;
    text-align: center;
    border: 2px solid #f4e4c5;
    box-shadow: 0 4px 14px rgba(183, 131, 57, 0.08);
    transition: transform 0.25s, border-color 0.25s;
}
.animal-card:hover {
    transform: translateY(-4px);
    border-color: #d99b4a;
}
.animal-card .a-icon {
    font-size: 48px;
    margin-bottom: 10px;
    display: block;
}
.animal-card .a-name {
    color: #8b5a1e;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 4px;
}
.animal-card .a-en {
    color: #a07840;
    font-size: 12px;
}

/* ====== INTRO BOX ====== */
.intro-box {
    background: #fff;
    border-radius: 20px;
    padding: 35px 30px;
    box-shadow: 0 8px 30px rgba(183, 131, 57, 0.1);
    border: 1px solid #f4e4c5;
    line-height: 1.85;
    color: #5a4429;
    font-size: 16px;
}
.intro-box h3 {
    color: #8b5a1e;
    font-size: 20px;
    margin-bottom: 14px;
    font-weight: 800;
}
.intro-box p { margin-bottom: 12px; }
.intro-box .highlight {
    background: linear-gradient(180deg, transparent 60%, #fff3dd 60%);
    color: #8b5a1e;
    font-weight: 700;
}

/* ====== SERVICES ====== */
.services-section {
    background: linear-gradient(180deg, #fdf8f0 0%, #fff6e6 100%);
    max-width: 100%;
}
.services-inner { max-width: 1100px; margin: 0 auto; }
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin-top: 10px;
}
.service-card {
    background: #fff;
    padding: 25px 22px;
    border-radius: 16px;
    border-left: 5px solid #d99b4a;
    box-shadow: 0 4px 16px rgba(183, 131, 57, 0.08);
    transition: transform 0.25s;
}
.service-card:hover { transform: translateY(-3px); }
.service-card .s-icon {
    font-size: 36px;
    margin-bottom: 10px;
    display: block;
}
.service-card h4 {
    color: #8b5a1e;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 800;
}
.service-card p {
    color: #6b5838;
    font-size: 14px;
    line-height: 1.7;
}

/* ====== PRICING HIGHLIGHT ====== */
.pricing-highlight {
    background: linear-gradient(180deg, #fff6e6 0%, #fff3dd 100%);
    max-width: 100%;
}
.pricing-inner { max-width: 900px; margin: 0 auto; }
.price-card {
    background: #fff;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(183, 131, 57, 0.15);
    border: 1px solid #f4e4c5;
    margin-top: 10px;
}
.price-card-header {
    background: linear-gradient(135deg, #d99b4a 0%, #b87a2b 100%);
    color: #fff;
    padding: 25px;
    text-align: center;
}
.price-card-header h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 5px;
}
.price-card-header p {
    font-size: 14px;
    opacity: 0.95;
}
.price-main {
    text-align: center;
    padding: 35px 25px;
    background: linear-gradient(135deg, #fff9ed, #fff3dd);
}
.price-main .big-price {
    color: #8b5a1e;
    font-size: 56px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
}
.price-main .big-price small {
    font-size: 22px;
    font-weight: 700;
    vertical-align: top;
    margin-right: 4px;
}
.price-main .p-label {
    color: #a07840;
    font-size: 16px;
    margin-bottom: 15px;
}
.price-main .p-note {
    color: #7a5c3a;
    font-size: 13px;
    max-width: 500px;
    margin: 15px auto 0;
    line-height: 1.7;
}

/* ====== WHY US ====== */
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 10px;
}
.why-item {
    text-align: center;
    padding: 28px 20px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #f4e4c5;
    box-shadow: 0 4px 16px rgba(183, 131, 57, 0.06);
}
.why-item .big-icon {
    font-size: 44px;
    display: block;
    margin-bottom: 10px;
}
.why-item h4 { color: #8b5a1e; margin-bottom: 8px; font-size: 17px; font-weight: 800; }
.why-item p { color: #7a5c3a; font-size: 14px; }

/* ====== FAQ ====== */
.faq-section {
    max-width: 100%;
    background: linear-gradient(180deg, #fdf8f0 0%, #fff6e6 100%);
}
.faq-inner { max-width: 900px; margin: 0 auto; }
.faq-item {
    background: #fff;
    border-radius: 14px;
    padding: 20px 22px;
    margin-bottom: 14px;
    border: 1px solid #f4e4c5;
    box-shadow: 0 3px 12px rgba(183, 131, 57, 0.06);
}
.faq-item h4 {
    color: #8b5a1e;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 800;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.faq-item h4 .q-mark {
    background: #d99b4a;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}
.faq-item p {
    color: #6b5838;
    font-size: 15px;
    line-height: 1.75;
    padding-left: 36px;
}

/* ====== CONTACT ====== */
.contact {
    background: linear-gradient(180deg, #fff6e6 0%, #fdf8f0 100%);
    max-width: 100%;
}
.contact-inner { max-width: 1100px; margin: 0 auto; }
.map-box {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(183, 131, 57, 0.15);
    margin-top: 25px;
    border: 3px solid #fff;
}
.map-box iframe {
    width: 100%;
    height: 380px;
    border: 0;
    display: block;
}
.contact-info {
    background: #fff;
    border-radius: 16px;
    padding: 28px 25px;
    margin-top: 25px;
    text-align: center;
    border: 1px solid #f4e4c5;
    box-shadow: 0 4px 16px rgba(183, 131, 57, 0.08);
}
.contact-info p { margin: 8px 0; color: #5a4429; font-size: 16px; }
.contact-info strong { color: #8b5a1e; }
.branches {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 20px;
}
.branch-item {
    background: linear-gradient(135deg, #fff9ed, #fff3dd);
    padding: 18px;
    border-radius: 12px;
    border-left: 4px solid #c8933c;
    text-align: left;
}
.branch-item .b-label {
    color: #c8933c;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
}
.branch-item .b-addr {
    color: #5a4429;
    font-size: 15px;
    font-weight: 700;
}

/* ====== FINAL CTA ====== */
.final-cta {
    background: linear-gradient(135deg, #d99b4a 0%, #b87a2b 100%);
    color: #fff;
    text-align: center;
    padding: 55px 20px;
    max-width: 100%;
    margin: 0;
}
.final-cta h2 { color: #fff; font-size: 28px; margin-bottom: 12px; font-weight: 800; }
.final-cta p { color: #fff8e8; font-size: 17px; margin-bottom: 25px; }
.final-cta .btn-phone { background: #fff; color: #b87a2b !important; }
.final-cta .btn-wa { background: #128c4f; }

/* ====== MOBILE CTA ====== */
.mobile-cta {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    display: none;
    z-index: 999;
    box-shadow: 0 -4px 18px rgba(0,0,0,0.15);
}
.mobile-cta a {
    flex: 1;
    text-align: center;
    padding: 14px 5px;
    font-weight: 700;
    font-size: 15px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.mobile-cta .m-phone { background: linear-gradient(135deg, #d99b4a, #b87a2b); }
.mobile-cta .m-wa { background: linear-gradient(135deg, #25d366, #128c4f); }

/* ====== RESPONSIVE ====== */
@media (max-width: 768px) {
    .hero { padding: 15px 12px 25px; }
    .hero h1 { font-size: 24px; }
    .hero p.subtitle { font-size: 15px; }
    .hero-badge { font-size: 13px; padding: 7px 16px; }
    .section-title { font-size: 22px; }
    .section-sub { font-size: 14px; }
    section { padding: 40px 15px; }
    .btn { min-width: 100%; padding: 14px 20px; font-size: 16px; }
    .cta-wrap { flex-direction: column; align-items: stretch; }
    .final-cta h2 { font-size: 22px; }
    .mobile-cta { display: flex; }
    body { padding-bottom: 60px; }
    .map-box iframe { height: 300px; }
    .quick-info { grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
    .quick-info-item { padding: 12px 6px; }
    .quick-info-item .qi-icon { font-size: 22px; }
    .quick-info-item .qi-value { font-size: 14px; }
    .quick-info-item .qi-title { font-size: 11px; }
    .intro-box { padding: 25px 20px; font-size: 15px; }
    .animals-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .animal-card { padding: 18px 8px; }
    .animal-card .a-icon { font-size: 36px; }
    .animal-card .a-name { font-size: 14px; }
    .animal-card .a-en { font-size: 11px; }
    .price-main .big-price { font-size: 46px; }
    .branches { grid-template-columns: 1fr; }
}
