#contact .contact-map-flex {
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
#contact .map-embed {
    min-width: 320px;
    max-width: 400px;
    flex: 1 1 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.2rem;
}
#contact .contact-info {
    flex: 1 1 350px;
    min-width: 300px;
    max-width: 420px;
}
@media (max-width: 900px) {
    #contact .contact-map-flex {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
    #contact .map-embed {
        margin-top: 0;
    }
}
body {
    font-family: 'Segoe UI', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #f7f7f7 60%, #e0ffe0 100%);
    color: #222;
    min-height: 100vh;
    transition: background 0.5s;
}
header {
    background: linear-gradient(90deg, #1e3c72 0%, #2d8659 60%, #ffd700 100%);
    color: #fff;
    padding: 2rem 0 1.2rem 0;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 24px #2d865933;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    animation: fadeInDown 1s;
}
header h1 {
    margin: 0 0 0.5rem 0;
    font-size: 2.5rem;
    letter-spacing: 2.5px;
    text-shadow: 1px 2px 12px #1e5c3a44;
    font-weight: 800;
    background: linear-gradient(90deg, #fffbe0 30%, #ecd658 70%, #2d8659 100%);
    #contact {
        background: linear-gradient(120deg, #f0f8ff 60%, #e0ffe0 100%);
        padding: 2.5rem 1rem 2rem 1rem;
        text-align: center;
        border-radius: 30px;
        margin: 2rem 1rem 1.5rem 1rem;
        box-shadow: 0 4px 24px #2d865922;
        animation: fadeInUp 1.2s;
    }
    #contact h3 {
        color: #2d8659;
        margin-bottom: 1.2rem;
        font-size: 1.4rem;
        font-weight: 700;
    }
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
/* Header contact info */
.header-contact {
    margin-top: 0.5rem;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}
.header-contact a {
    color: #fff;
    #contact .contact-info {
        margin-bottom: 1.5rem;
        background: #fffbe0;
        padding: 1.1rem;
        border-radius: 10px;
        box-shadow: 0 2px 12px #ffd70033;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.13rem;
        font-weight: 500;
    }
    #contact .contact-info a {
        color: #1e3c72;
        text-decoration: underline;
        font-weight: 600;
    }
    text-decoration: underline;
}
nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    font-size: 1.1rem;
}
    #pickup-form {
        max-width: 420px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 1.1rem;
        background: #fff;
        padding: 1.7rem 1.2rem 1.2rem 1.2rem;
        border-radius: 12px;
        box-shadow: 0 4px 18px #2d865922;
        animation: fadeIn 1.2s;
    }
nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    #pickup-form label {
        text-align: left;
        font-weight: 600;
        color: #1e3c72;
        margin-bottom: 0.2rem;
    }
    letter-spacing: 1px;
    padding: 0.3rem 1rem;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
}
nav a:hover {
    background: #ffd700;
    #pickup-form input, #pickup-form textarea {
        padding: 0.7rem;
        border: 1.5px solid #ffd700;
        border-radius: 7px;
        font-size: 1.05rem;
        resize: vertical;
        background: #fffbe0;
        transition: border 0.2s, box-shadow 0.2s;
        box-shadow: 0 1px 4px #ffd70022;
    }
    #pickup-form input:focus, #pickup-form textarea:focus {
        border: 1.5px solid #2d8659;
        outline: none;
        box-shadow: 0 2px 8px #2d865955;
    }
    color: #1e3c72;
}
/* Hero section with images */
.hero {
    background: linear-gradient(120deg, #e0ffe0 60%, #fffbe0 100%);
    padding: 3.2rem 1rem 2.5rem 1rem;
    text-align: center;
    border-radius: 0 0 40px 40px;
    box-shadow: 0 4px 24px #ffd70022;
    animation: fadeIn 1.2s;
    #pickup-form button {
        background: linear-gradient(90deg, #ffd700 60%, #2d8659 100%);
        color: #1e3c72;
        border: none;
        padding: 0.9rem;
        border-radius: 7px;
        font-size: 1.13rem;
        font-weight: 700;
        cursor: pointer;
        transition: background 0.2s, color 0.2s, box-shadow 0.2s;
        box-shadow: 0 2px 8px #ffd70033;
        letter-spacing: 1px;
    }
}
.hero-content {
    display: flex;
    #pickup-form button:hover {
        background: linear-gradient(90deg, #2d8659 60%, #ffd700 100%);
        color: #fff;
        box-shadow: 0 4px 16px #2d865955;
    }
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}
    #form-message {
        margin-top: 1rem;
        font-size: 1.13rem;
        color: #2d8659;
        font-weight: 600;
        letter-spacing: 0.5px;
    }
.hero-text {
    flex: 1 1 250px;
    min-width: 250px;
    text-align: left;
    max-width: 420px;
}
.hero-images {
    display: flex;
    flex-direction: row;
    gap: 1.2rem;
    flex: 1 1 200px;
    justify-content: center;
    min-width: 200px;
}
.hero-images img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 4px 18px #ffd70033;
    border: 2.5px solid #ffd700;
    background: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
}
.hero-images img:hover {
    transform: scale(1.08) rotate(-2deg);
    box-shadow: 0 8px 32px #2d865955;
}
.hero h2 {
    margin-top: 0;
    font-size: 2rem;
    color: #2d8659;
}
.cta {
    font-size: 1.2rem;
    color: #d35400;
    margin-top: 1rem;
}
#scrap-types {
    background: #fff;
    padding: 2.5rem 1rem 2rem 1rem;
    text-align: center;
    border-radius: 30px;
    margin: 2rem 1rem 1.5rem 1rem;
    box-shadow: 0 4px 24px #ffd70022;
    animation: fadeInUp 1.2s;
}
#scrap-types h3 {
    color: #2d8659;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
}
.scrap-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}
.scrap-item {
    background: linear-gradient(120deg, #fffbe0 60%, #e0ffe0 100%);
    border: 1.5px solid #ffd700;
    border-radius: 14px;
    padding: 1.3rem 2rem;
    font-size: 1.35rem;
    min-width: 140px;
    box-shadow: 0 2px 12px #ffd70022;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    transition: transform 0.18s, box-shadow 0.18s;
    font-weight: 500;
    cursor: pointer;
}
.scrap-item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px #ffd70033);
}
.scrap-item:hover {
    transform: translateY(-6px) scale(1.07);
    box-shadow: 0 8px 28px #ffd70055;
    background: linear-gradient(120deg, #e0ffe0 60%, #fffbe0 100%);
}
#contact .contact-info {
    margin-bottom: 1.5rem;
    background: #e0ffe0;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px #b2d8b244;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1rem;
}
#contact .contact-info a {
    color: #2d8659;
    text-decoration: underline;
}
#contact {
    background: #f0f8ff;
    padding: 2rem 1rem;
    text-align: center;
}
#contact h3 {
    color: #2d8659;
    margin-bottom: 1rem;
}
#pickup-form {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
#pickup-form label {
    text-align: left;
    font-weight: 500;
}
#pickup-form input, #pickup-form textarea {
    padding: 0.6rem;
    border: 1px solid #b2d8b2;
    border-radius: 5px;
    font-size: 1rem;
    resize: vertical;
}
#pickup-form button {
    background: #2d8659;
    color: #fff;
    border: none;
    padding: 0.8rem;
    border-radius: 5px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background 0.2s;
}
#pickup-form button:hover {
    background: #1e5c3a;
}
#form-message {
    margin-top: 1rem;
    font-size: 1.1rem;
    color: #2d8659;
}
footer {
    background: linear-gradient(90deg, #1e3c72 0%, #2d8659 70%, #ffd700 100%);
    color: #fff;
    text-align: center;
    padding: 1.2rem 0 0.7rem 0;
    margin-top: 2rem;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0 -4px 24px #2d865933;
}
.footer-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
    letter-spacing: 1px;
}
@media (max-width: 900px) {
    .hero-content {
        flex-direction: column;
        gap: 1.5rem;
    }
    .hero-images img {
        width: 90px;
        height: 90px;
    }
}
@media (max-width: 600px) {
    .scrap-list {
        flex-direction: column;
        gap: 0.7rem;
    }
    .scrap-item {
        min-width: 80px;
        padding: 0.7rem 1rem;
    }
    #pickup-form {
        padding: 1rem;
    }
    .hero-images img {
        width: 60px;
        height: 60px;
    }
    .hero-text {
        text-align: center;
    }
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: none; }
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(60px); }
    to { opacity: 1; transform: none; }
}
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-60px); }
    to { opacity: 1; transform: none; }
}
