/* ========================================
   FOOTER DECORATION
   ======================================== */

.footer-decoration-line {
    width: 100%;
    background: linear-gradient(90deg, #1aa055 0%, #1aa055 100%);
    text-align: center;
    line-height: 45px;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    padding: 7px 0;
    text-transform: uppercase;
}

/* ========================================
   FOOTER STYLES
   ======================================== */

.site-footer {
    background-color: #2b5d5f;
    color: #e0e0e0;
    overflow: hidden;
}

.footer-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   MAIN FOOTER CONTENT
   ======================================== */

.footer-main {
    padding: 60px 20px;
    background-color: #2b5d5f;
}

.footer-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 60px;
}

.footer-col {
    display: flex;
    flex-direction: column;
}

.footer-col-news .footer-col-title {
    margin-bottom: 45px;
}

.footer-col-title {
    font-size: 1rem;
    font-weight: 700;
    color: #f5b400;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ========================================
   COMPANY SECTION
   ======================================== */

.footer-company-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #f5b400;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.company-info-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 5px;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #d0d0d0;
}

.company-info-item svg {
    min-width: 16px;
    margin-top: 2px;
    color: #f5b400;
}

.company-info-item a {
    color: #d0d0d0;
    text-decoration: none;
    transition: color 0.3s;
}

.company-info-item a:hover {
    color: #f5b400;
}

.purchasing-process {
    margin: 10px 0;
}

.purchasing-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.process-image {
    height: auto;
    width: 60%;
}

.pricing-note {
    font-size: 0.85rem;
    color: #f5b400;
    font-style: italic;
    margin: 5px 0 0 0;
}

/* Company Social */

.social-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px 0;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(245, 180, 0, 0.2);
    border-radius: 50%;
    color: #f5b400;
    transition: background 0.3s, transform 0.3s;
}

.social-links a:hover {
    background: #f5b400;
    color: #2b5d5f;
    transform: translateY(-2px);
}

/* ========================================
   QUICK INQUIRY FORM
   ======================================== */

.footer-inquiry-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #f5b400;
}

.footer-inquiry-form input,
.footer-inquiry-form textarea {
    padding: 12px 15px;
    border: none;
    border-radius: 4px;
    font-size: 0.9rem;
    font-family: inherit;
    background: #fff;
    color: #333;
}

.footer-inquiry-form input::placeholder,
.footer-inquiry-form textarea::placeholder {
    color: #999;
}

.footer-inquiry-form textarea {
    resize: vertical;
    min-height: 80px;
}

.form-error {
    font-size: 0.8rem;
    color: #e74c3c;
    margin-top: 2px;
}

.footer-inquiry-form .btn-inquiry {
    background: #3b8dd4;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.3s;
    text-transform: uppercase;
}

.footer-inquiry-form .btn-inquiry:hover {
    background: #2d6da8;
}

.footer-inquiry-form .btn-inquiry:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.form-message {
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
    margin-top: 10px;
}

.form-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* ========================================
   GOLF NEWS SECTION
   ======================================== */

.footer-news-item {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.news-thumbnail {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
}

.news-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.news-content {
    flex: 1;
}

.news-title {
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.4;
}

.news-title a {
    color: #d0d0d0;
    text-decoration: none;
    transition: color 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-title a:hover {
    color: #f5b400;
}

/* ========================================
   FOOTER BOTTOM
   ======================================== */

.footer-bottom {
    background-color: #234446;
    padding: 30px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 20px;
}

.footer-bottom-left,
.footer-bottom-right {
    flex: 1;
}

.footer-bottom-left {
    text-align: left;
}

.footer-bottom-right {
    text-align: center;
}

.footer-membership {
    text-align: right;
}

.footer-membership p {
    margin: 0 0 8px 0;
    font-size: 0.9rem;
    color: #d0d0d0;
}

.membership-text {
    color: #f5b400;
    font-weight: 600;
}

.membership-text .star {
    color: #f5b400;
    margin-right: 5px;
}

.membership-logos {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
    margin: 10px 0 0 0;
}

.membership-logos img {
    max-width: 200px;
    height: auto;
    object-fit: contain;
}

.payment-methods {
    text-align: center;
}

.payment-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px 0;
}

.accept-payment-image {
    max-width: 250px;
    height: auto;
    object-fit: contain;
}

.footer-copyright {
    text-align: center;
}

.footer-copyright p {
    font-size: 0.85rem;
    color: #999;
    margin: 0;
    line-height: 1.6;
}

.footer-copyright a {
    color: #f5b400;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-copyright a:hover {
    color: #fff;
    text-decoration: underline;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 1024px) {
    .footer-row {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .footer-col-company {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .footer-main {
        padding: 40px 20px;
    }

    .footer-main .footer-container {
        padding: 0;
    }

    .footer-decoration-line {
        font-size: 18px;
    }

    .footer-row {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-col-company {
        grid-column: 1;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .footer-bottom-left,
    .footer-bottom-right {
        text-align: center;
    }

    .footer-membership {
        text-align: center;
    }

    .membership-logos {
        justify-content: center;
    }

    .payment-methods {
        text-align: center;
    }
}

@media (max-width: 480px) {

    .footer-company-title,
    .footer-col-title {
        font-size: 0.95rem;
    }

    .company-info-item {
        font-size: 0.85rem;
    }

    .process-image {
        width: 80%;
        max-width: 100%;
    }

    .accept-payment-image {
        max-width: 100%;
    }

    .membership-logos img {
        max-width: 150px;
    }

    .footer-copyright p {
        font-size: 0.8rem;
    }
}