body {
    background: linear-gradient(180deg, #fffdf9 0%, #f3f7ee 100%);
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    color: #1f2d1f;
}

.navbar {
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 25px rgba(26, 46, 28, 0.06);
    border-bottom: 1px solid rgba(119, 147, 113, 0.12);
}

.navbar-brand {
    font-weight: 800;
    color: #2c6d3d !important;
    letter-spacing: 0.02em;
}

.brand-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    border-radius: 12px;
    background: linear-gradient(135deg, #e8f7df, #cfecc7);
    font-size: 1.3rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.nav-link {
    color: #425942 !important;
    font-weight: 600;
    transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
    color: #2d6b3d !important;
}

.pet-hero {
    padding: 4rem 0;
}

.hero-panel {
    background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(245,250,243,0.9));
    border: 1px solid rgba(127, 160, 121, 0.18);
    border-radius: 28px;
    padding: 2.5rem;
    box-shadow: 0 18px 36px rgba(29, 43, 29, 0.08);
}

.hero-badge {
    display: inline-block;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: #edf9ee;
    color: #2d6b3d;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}

h1 {
    color: #183a22;
    line-height: 1.08;
    margin-top: 1rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.hero-panel p {
    color: #4f5f4f;
    font-size: 1.06rem;
    line-height: 1.8;
    margin-top: 1rem;
}

.cta-row {
    margin-top: 1.8rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.btn-success {
    background: linear-gradient(135deg, #3d9f63, #2d7d53);
    border: none;
    border-radius: 12px;
    padding: 0.9rem 1.5rem;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(61, 159, 99, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-success:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(61, 159, 99, 0.28);
}

.btn-outline-success {
    border-radius: 12px;
    padding: 0.9rem 1.5rem;
    font-weight: 700;
    border-width: 2px;
    color: #2d6b3d;
    border-color: #2d6b3d;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
}

.feature-list li {
    background: linear-gradient(180deg, #fbfdf9 0%, #f5faf3 100%);
    border: 1px solid rgba(111, 146, 114, 0.18);
    border-radius: 14px;
    padding: 0.9rem 1rem;
    font-weight: 600;
    color: #2d4c3a;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}

.image-column {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-card {
    position: relative;
    width: 100%;
    max-width: 460px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 28px 45px rgba(24, 58, 34, 0.12);
    border: 8px solid rgba(255, 255, 255, 0.9);
    background: #fff;
}

.image-card img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
}

.care-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #eef9f0;
    border: 1px solid rgba(58, 123, 78, 0.15);
    border-radius: 999px;
    padding: 0.7rem 1rem;
    box-shadow: 0 10px 20px rgba(23, 52, 34, 0.06);
    margin-top: 1rem;
}

.care-pill small {
    color: #5e795f;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    font-weight: 700;
}

.care-pill strong {
    color: #1a3924;
    font-size: 1.1rem;
}

.card {
    border-radius: 22px;
}

.card-body h5 {
    color: #1d3a27;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.card-text {
    color: #4a5a4a;
    line-height: 1.8;
}

.services-wrapper {
    padding: 2.5rem 0 4rem;
}

.services-header {
    text-align: center;
    margin-bottom: 2rem;
}

.services-header p {
    margin: 0;
    color: #2d6b3d;
    font-weight: 800;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.services-header h3 {
    margin-top: 0.5rem;
    color: #183a22;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.service-card {
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(127, 160, 121, 0.18);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 16px 28px rgba(24, 58, 34, 0.06);
    height: 100%;
}

.service-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    background: #edf5eb;
}

.service-card .card-body {
    padding: 1.5rem 1.4rem 1.2rem;
}

.service-card h5 {
    color: #1d3a27;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 0.9rem;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.55rem;
}

.service-list li {
    position: relative;
    padding-left: 1.5rem;
    color: #4a5a4a;
    line-height: 1.7;
}

.service-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #2d6b3d;
    font-weight: 700;
}

.service-btn {
    margin-top: 1rem;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.contact-hero {
    padding: 4rem 0 3rem;
}

.hero-panel {
    background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(245,250,243,0.9));
    border: 1px solid rgba(127, 160, 121, 0.18);
    border-radius: 28px;
    padding: 2.5rem;
    box-shadow: 0 18px 36px rgba(29, 43, 29, 0.08);
}

.hero-badge {
    display: inline-block;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: #edf9ee;
    color: #2d6b3d;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}

.contact-grid {
    margin-top: 2rem;
}

.info-card {
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(127, 160, 121, 0.18);
    border-radius: 22px;
    box-shadow: 0 16px 28px rgba(24, 58, 34, 0.06);
    height: 100%;
    overflow: hidden;
}

.info-card .card-body {
    padding: 1.75rem 1.5rem;
}

.icon-badge {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #e8f7df, #d5f4d4);
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.info-card h5 {
    color: #1d3a27;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}

.info-card p,
.info-card a {
    color: #4a5a4a;
    line-height: 1.8;
    margin-bottom: 0;
    text-decoration: none;
}

.info-card a:hover {
    color: #2d6b3d;
}

.visit-card {
    margin-top: 2rem;
    border: 1px solid rgba(127, 160, 121, 0.18);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(243,249,242,0.92));
    box-shadow: 0 18px 36px rgba(29, 43, 29, 0.06);
    overflow: hidden;
}

.visit-map {
    background: linear-gradient(135deg, #eafaf2, #dff1e5);
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    position: relative;
}

.map-placeholder {
    width: 100%;
    max-width: 420px;
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(80, 117, 88, 0.15);
    border-radius: 24px;
    min-height: 240px;
    position: relative;
    overflow: hidden;
}

.map-placeholder::before,
.map-placeholder::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(93,130,102,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(93,130,102,0.08) 1px, transparent 1px);
    background-size: 28px 28px;
}

.map-marker {
    position: absolute;
    top: 48%;
    left: 52%;
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: linear-gradient(135deg, #3f9d5d, #245c43);
    transform: rotate(-45deg) translate(-50%, -50%);
    box-shadow: 0 12px 18px rgba(36, 92, 67, 0.2);
}

.map-marker::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    top: 9px;
    left: 9px;
}

.visit-details {
    padding: 2rem;
}

.visit-details h4 {
    color: #1d3a27;
    font-weight: 800;
    margin-bottom: 1.2rem;
}

.detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1rem;
}

.detail-list li {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    color: #425942;
    line-height: 1.7;
}

.detail-list strong {
    display: block;
    color: #1d3a27;
}

.detail-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: #edf9ee;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 0.15rem;
}

@media (max-width: 991.98px) {
    .pet-hero {
        padding-top: 2.5rem;
    }

    .hero-panel {
        padding: 2rem 1.5rem;
    }

    .image-card img {
        height: 420px;
    }

    .contact-hero {
        padding-top: 2.5rem;
    }

    .visit-map {
        min-height: 220px;
    }
}
