/* ========================================
   Footer Section (Premium Redesign)
   ======================================== */

.footer {
    background: linear-gradient(180deg, #2d4a35 0%, #1e3527 100%);
    color: #ffffff;
    padding: 4rem 0 2rem;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #c9a962, #f0d78c, #c9a962);
}

.footer-content {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    align-items: start;
}

.footer-logo {
    margin-bottom: 1.25rem;
}

.footer-logo-img {
    max-width: 200px;
    height: auto;
    display: block;
    filter: brightness(0) invert(1);
    opacity: 0.95;
    transition: opacity 0.3s ease;
}

.footer-logo-img:hover {
    opacity: 1;
}

.footer-tagline {
    color: #c9a962 !important;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1rem !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.75rem;
}

.footer-services {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 500;
    line-height: 1.6;
}

.footer-contact h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
    display: inline-block;
}

.footer-contact h4::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #c9a962, #f0d78c);
    border-radius: 2px;
}

.footer-phone {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #c9a962 0%, #f0d78c 100%);
    color: #1e3527 !important;
    padding: 0.875rem 1.5rem;
    border-radius: 12px;
    font-size: 1.35rem;
    font-weight: 800;
    text-decoration: none;
    margin-top: 1rem;
    margin-bottom: 0;
    transition: all 0.3s ease;
    box-shadow: 0 6px 25px rgba(201, 169, 98, 0.5);
}

.footer-phone:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 35px rgba(201, 169, 98, 0.6);
}

.footer-phone i {
    font-size: 1rem;
}

.footer-info {
    display: block;
    text-align: center;
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1rem;
}

.footer-info i {
    width: 22px;
    color: #c9a962;
    font-size: 0.9rem;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.footer-bottom p {
    margin: 0;
}

/* Premium Footer Additions */
.premium-footer .footer-phone {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: var(--space-3) var(--space-6);
    border-radius: var(--radius-full);
    display: inline-flex;
    align-items: center;
    gap: var(--space-3);
    font-weight: var(--font-weight-bold);
    margin-bottom: var(--space-5);
    transition: all var(--transition-base);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
}

.premium-footer .footer-phone:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.premium-footer .footer-phone i {
    font-size: 1.25rem;
}

.premium-footer .footer-info {
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: var(--font-size-sm);
    margin-bottom: var(--space-2);
}

.premium-footer .footer-info i {
    width: 20px;
    color: rgba(255, 255, 255, 0.7);
}

/* Responsive Footer */
@media (max-width: 480px) {
    .premium-footer .footer-logo-img {
        max-width: 120px;
    }
}

/* =========================================
   Premium Footer Styles (Refactored)
   ========================================= */
.footer-premium {
    background: #1d4d32;
    padding: 100px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 20px 40px rgba(0, 0, 0, 0.2);
}

.footer-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.15;
    background-image: radial-gradient(#d4b779 1.5px, transparent 1.5px);
    background-size: 40px 40px;
}

.footer-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.brand-section {
    margin-bottom: 50px;
}

.brand-title {
    font-size: 2.8rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.brand-slogan {
    font-size: 1.1rem;
    color: #f0d78c;
    letter-spacing: 3px;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.services-divider {
    margin-bottom: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 24px 0;
    width: 100%;
}

.services-text {
    font-size: 1.1rem;
    line-height: 2;
    word-break: keep-all;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.service-item {
    display: inline-block;
    margin: 0 12px;
}

.service-separator {
    color: #f0d78c;
    opacity: 0.8;
}

.info-section {
    margin-bottom: 60px;
    width: 100%;
    text-align: center;
}

.info-text-box {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #e5e7eb;
    font-weight: 500;
    text-align: center;
}

.info-row {
    margin-bottom: 8px;
}

.info-label {
    color: #f0d78c;
    font-weight: 700;
}

.info-sub-row {
    margin-bottom: 30px;
    color: #d1d5db;
}

.info-highlight {
    color: #fff;
    font-weight: 600;
}

.footer-btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(180deg, #F5D77A 0%, #E8C55A 100%);
    color: #1a3d28;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(200, 170, 80, 0.3);
}

.footer-btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    background: linear-gradient(180deg, #F9DC85 0%, #EBCA65 100%);
}

.footer-copyright {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 400;
}

.footer-phone-icon {
    font-size: 0.9em;
    margin-right: 10px;
}
.footer-btn-cta i {
    color: #1a3d28;
    font-size: 1.1rem;
}
