html,
body {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: linear-gradient(135deg, #1f2933, #111827);
    color: #ffffff;
    min-height: 100vh;
}

.container {
    text-align: center;
    max-width: 600px;
    padding: 40px 20px;
    margin: 0 auto;
}

h1 {
    font-size: 2.8rem;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 1.1rem;
    color: #d1d5db;
}

.divider {
    width: 80px;
    height: 4px;
    background-color: #f59e0b;
    margin: 30px auto;
    border-radius: 2px;
}

.coming-soon {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.contact1 {
    font-size: 1rem;
    color: #f9fafb;
    margin-bottom: 40px;
}

.logo {
    max-width: 220px;
    width: 100%;
    height: auto;
    margin: 0 auto 25px;
    display: block;
}

footer {
    font-size: 0.85rem;
    color: #9ca3af;
    margin-top: 40px;
}

.instagram-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 14px 30px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #111827;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 40px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 0px;
    margin-bottom: 35px;
}

.instagram-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.instagram-icon {
    width: 20px;
    height: 20px;
    fill: #111827;
}

.gallery {
    padding: 40px 10px;
    text-align: center;
    background-color: #111827;
}

.gallery h2 {
    color: #f59e0b;
    margin-bottom: 10px;
}

.gallery p {
    color: #d1d5db;
    margin-bottom: 40px;
}

.contact {
    padding: 80px 20px;
    background-color: #020617;
    text-align: center;
}

.contact h2 {
    color: #f59e0b;
    margin-bottom: 10px;
}

.contact p {
    color: #d1d5db;
    margin-bottom: 40px;
}

.contact-form {
    max-width: 800px;
    margin: 0 auto;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-row input,
.form-row select,
.form-row textarea {
    width: 100%;
    padding: 14px 16px;
    background-color: #111827;
    border: 1px solid #374151;
    border-radius: 8px;
    color: #f9fafb;
    font-size: 1rem;
}

.form-row textarea {
    min-height: 140px;
    resize: vertical;
}

.form-row input::placeholder,
.form-row textarea::placeholder {
    color: #9ca3af;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    outline: none;
    border-color: #f59e0b;
}

.submit-button {
    margin-top: 20px;
    padding: 14px 40px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border: none;
    border-radius: 40px;
    color: #111827;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

/* Mobile */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
}

.form-message {
    margin-top: 15px;
    font-size: 14px;
}

.form-message.success {
    color: #1a7f37;
}

.form-message.error {
    color: #b00020;
}

.thumbtack {
    font-size: 1rem;
    color: #f9fafb;
    padding: 20px 10px;
    margin-bottom: 40px;
    margin-top: 40px;
    background-color: #111827;
}

.thumbtack h2 {
    color: #f59e0b;
    margin-bottom: 10px;
}

.thumbtack p {
    color: #d1d5db;
    margin-bottom: 40px;
}

.about,
.standards {
    margin-top: 20px;
    text-align: left;
}

.about p,
.standards p {
    max-width: 700px;
    margin: 0 auto 10px auto;
    line-height: 1.6;
    font-size: 16px;
}

.standards {
    
    padding: 20px 20px;
    border-radius: 8px;
}

.signature {
    margin-top: 30px;
    font-style: italic;
}

.carousel {
    position: relative;
    width: 100%;
    max-width: 420px;
    aspect-ratio: 4 / 5;
    margin: 30px auto;
    overflow: hidden;
    border-radius: 12px;
    background-color: #000;
}

.carousel-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.8s ease-in-out;
}

.carousel-slide {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Thumbtack Award Section */

.award-badge-wrapper {
    width: 100x;
    margin: 20px 20px 20px 20px;
    opacity: 0.95;
}

.award-badge-wrapper img {
    width: 70%;
    height: auto;
    display: block;
    margin: auto;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.4));
}

.award-text {
    font-size: 16px;
    line-height: 1.6;
    color: #d1d5db;
}

.g-recaptcha {
    margin: 40px 0;
    display: flex;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
}

@media (max-width: 600px) {
    .carousel {
        max-width: 95%;
        aspect-ratio: 3 / 4;
    }
}