/* Guaranteed Trophy Page Styles */

/* Trophy Hero Section */
.trophy-hero {
    --bg-position-y: 63%; /* Adjust this value: 0% = top, 50% = center, 100% = bottom */
    background: url('../images/MaquetteChallenge/Picture Ecuador.jpeg') center var(--bg-position-y)/cover no-repeat;
    min-height: 546px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
}

/* Trophy Intro Section */
.trophy-intro-section {
    padding: 0 0 60px 0;
    background: #fff;
}

.trophy-intro {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.trophy-intro__icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    font-size: 60px;
}

.trophy-intro__title {
    background: #6ec1e4;
    color: white;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 15px;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.trophy-intro__text {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
}

.trophy-intro__text strong {
    color: #000;
    font-weight: 600;
}

/* Trophy Steps Section */
.trophy-steps-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.section-title {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}

.trophy-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.trophy-step {
    background: white;
    padding: 30px 25px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.trophy-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.trophy-step__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #4CAF50;
    color: white;
    font-size: 24px;
    font-weight: 700;
    border-radius: 15px;
    margin-bottom: 20px;
}

.trophy-step__title {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}

.trophy-step__text {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}

.trophy-step__email {
    color: #000;
    font-weight: 600;
}

/* Trophy Form Section */
.trophy-form-section {
    padding: 60px 0;
    background: white;
}

/* Alert Messages */
.trophy-alert {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

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

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

.trophy-alert__icon {
    font-size: 24px;
    flex-shrink: 0;
}

.trophy-alert__content h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 600;
}

.trophy-alert__content p {
    margin: 0;
    font-size: 15px;
}

.trophy-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: stretch;
    max-width: 1100px;
    margin: 0 auto;
}

.trophy-form-container {
    background: white;
    padding: 0;
}

.trophy-form__title {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.trophy-form .form-group {
    margin-bottom: 20px;
}

.trophy-label {
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.trophy-input {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    transition: all 0.3s ease;
    font-family: "Inter", sans-serif;
}

.trophy-input::placeholder {
    color: #999;
    font-style: italic;
    font-size: 13px;
}

.trophy-input:focus {
    outline: none;
    border-color: #6ec1e4;
    box-shadow: 0 0 0 2px rgba(110, 193, 228, 0.1);
}

.trophy-submit {
    width: auto;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    background: #6ec1e4 !important;
    border: none !important;
    border-radius: 5px;
}

.trophy-submit:hover {
    background: #5ab3d6 !important;
}

.trophy-form-image {
    overflow: hidden;
    border-radius: 10px;
    background: #f0f0f0;
}

.trophy-form__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Trophy Rules Section */
.trophy-rules-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.trophy-rules {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.trophy-rules__title {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.trophy-rules__text {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    margin-bottom: 25px;
}

.trophy-rules__button {
    background: #6ec1e4 !important;
    color: white !important;
    border: none !important;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.trophy-rules__button:hover {
    background: #5ab3d6 !important;
    transform: translateY(-2px);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .trophy-header {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .trophy-hero__title {
        font-size: 32px;
    }

    .trophy-steps {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .trophy-form-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .trophy-form-image {
        max-height: 400px;
    }
}

@media (max-width: 768px) {
    .trophy-hero {
        min-height: 400px;
    }

    .trophy-header {
        max-width: 100%;
        padding: 25px !important;
        margin: 0 15px;
    }

    .trophy-hero__title {
        font-size: 26px;
    }

    .trophy-hero__subtitle {
        font-size: 16px;
    }

    .trophy-intro-section {
        padding: 0 0 40px 0;
    }

    .trophy-steps-section,
    .trophy-form-section {
        padding: 40px 0;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .trophy-step {
        padding: 25px 20px;
    }

    .trophy-step__number {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }

    .trophy-step__title {
        font-size: 18px;
    }

    .trophy-form__title {
        font-size: 22px;
    }

    .trophy-rules__title {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .trophy-hero__title {
        font-size: 22px;
    }

    .trophy-hero__subtitle {
        font-size: 15px;
    }

    .trophy-intro__title {
        font-size: 16px;
        padding: 6px 20px;
    }

    .trophy-step__title {
        font-size: 17px;
    }

    .trophy-step__text {
        font-size: 13px;
    }

    .trophy-form__title {
        font-size: 20px;
    }

    .trophy-submit {
        font-size: 15px;
        width: 100%;
    }

    .trophy-rules__button {
        font-size: 15px;
        width: 100%;
        max-width: 280px;
    }
}