.poe-page {
    color: #fff;
    background: #0d0e10;
}

.poe-hero {
    min-height: 700px;
    padding: 155px 8% 86px;
    background-image: url("../img/path-of-exile-2-hero.jpg");
    background-position: center;
}

.poe-hero-overlay {
    background:
        radial-gradient(circle at 78% 45%, rgba(197, 83, 31, 0.1), transparent 28%),
        linear-gradient(90deg, rgba(4, 5, 7, 0.98) 0%, rgba(4, 5, 7, 0.85) 37%, rgba(4, 5, 7, 0.35) 68%, rgba(4, 5, 7, 0.14) 100%),
        linear-gradient(0deg, #0d0e10 0%, transparent 30%);
}

.poe-hero-content {
    width: min(980px, 100%);
    max-width: none;
    margin: 0;
}

.poe-hero h1 {
    max-width: 920px;
    margin: 12px 0 17px;
    font-size: clamp(62px, 7.4vw, 108px);
    letter-spacing: -0.045em;
}

.poe-hero p {
    max-width: 610px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    line-height: 1.7;
}

.poe-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.poe-hero-meta span {
    padding: 7px 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    background: rgba(26, 19, 16, 0.72);
    border: 1px solid rgba(255, 128, 48, 0.2);
    border-radius: 999px;
    backdrop-filter: blur(8px);
}

.poe-hero-actions {
    margin-top: 26px;
}

.poe-hero-actions .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 18px;
    color: #15100c;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.01em;
    background: linear-gradient(135deg, #ff922f, #ff701a);
    border: 1px solid #ff8a2b;
    border-radius: 9px;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.poe-hero-actions .button:first-child::after {
    content: "→";
    font-size: 14px;
    transition: transform 0.18s ease;
}

.poe-hero-actions .button:first-child:hover::after {
    transform: translateX(3px);
}

.poe-hero-actions .button.button-secondary {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(11, 12, 14, 0.7);
    border-color: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(9px);
}

.poe-hero-actions .button.button-secondary:hover {
    color: #fff;
    background: rgba(25, 25, 26, 0.88);
    border-color: rgba(255, 138, 43, 0.4);
}

.poe-hero-actions .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(255, 92, 0, 0.16);
}

.poe-tabs-nav {
    top: 80px;
    z-index: 45;
    gap: 5px;
    padding: 11px 5%;
    background: rgba(13, 14, 16, 0.9);
    border-color: rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(14px);
}

.poe-tabs-nav a {
    padding: 10px 14px;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: 0.18s ease;
}

.poe-tabs-nav a:hover,
.poe-tabs-nav a.active {
    color: #ff8a2b;
    background: rgba(255, 122, 26, 0.09);
    border-color: rgba(255, 122, 26, 0.15);
}

.poe-home-container {
    width: min(1320px, calc(100% - 48px));
    padding-top: 22px;
}

.poe-home-section {
    padding-top: 62px;
}

.poe-feature-grid {
    gap: 18px;
}

.poe-feature-card {
    min-height: 210px;
    padding: 28px;
    background: linear-gradient(145deg, rgba(28, 28, 29, 0.96), rgba(17, 18, 20, 0.96));
    border-color: rgba(255, 255, 255, 0.085);
    border-radius: 14px;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.poe-feature-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 122, 26, 0.24);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.poe-feature-icon {
    border-radius: 11px;
}

.poe-information-event {
    margin-top: 54px;
    padding: 30px;
    background: linear-gradient(145deg, rgba(24, 24, 25, 0.94), rgba(15, 16, 18, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 15px;
}

.poe-information-event .poe-home-section-heading {
    margin-bottom: 24px;
}

.poe-information-event .game-events-empty {
    margin: 0;
    border-radius: 11px;
}

.poe-recruitment-banner,
.poe-guild-info-card,
.poe-next-event,
.poe-application-status {
    border-radius: 15px;
}

.poe-tab-content[data-tab-content="reclutamiento"] .poe-recruitment-form-section {
    margin-top: 42px;
}

.poe-tab-content[data-tab-content="reclutamiento"] .poe-members-list-heading {
    margin-bottom: 0;
}

.poe-inline-recruitment-form {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
    width: min(1040px, 100%);
    max-width: none;
    margin-top: 28px;
    padding: 32px;
    overflow: hidden;
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 112, 26, 0.08), transparent 32%),
        linear-gradient(145deg, rgba(24, 24, 25, 0.98), rgba(16, 17, 19, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 16px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.poe-inline-recruitment-form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 32px;
    width: 110px;
    height: 2px;
    background: linear-gradient(90deg, #ff6818, #ff9b45, transparent);
}

.poe-inline-recruitment-form .form-group {
    min-width: 0;
    margin: 0;
}

.poe-inline-recruitment-form .poe-form-full,
.poe-inline-recruitment-form .recruitment-submit {
    grid-column: 1 / -1;
}

.poe-inline-recruitment-form .form-group label {
    margin-bottom: 9px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.055em;
}

.poe-inline-recruitment-form .form-group input,
.poe-inline-recruitment-form .form-group select,
.poe-inline-recruitment-form .form-group textarea {
    min-height: 52px;
    padding: 14px 16px;
    color: #f5f5f5;
    font-size: 15px;
    background: rgba(10, 11, 13, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 10px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.poe-inline-recruitment-form .form-group textarea {
    min-height: 150px;
    line-height: 1.6;
}

.poe-inline-recruitment-form .form-group input:hover,
.poe-inline-recruitment-form .form-group select:hover,
.poe-inline-recruitment-form .form-group textarea:hover {
    border-color: rgba(255, 255, 255, 0.19);
}

.poe-inline-recruitment-form .form-group input:focus,
.poe-inline-recruitment-form .form-group select:focus,
.poe-inline-recruitment-form .form-group textarea:focus {
    background: rgba(12, 13, 15, 0.94);
    border-color: #ff7a1a;
    box-shadow: 0 0 0 3px rgba(255, 106, 24, 0.11);
}

.poe-inline-recruitment-form .form-group input::placeholder,
.poe-inline-recruitment-form .form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.27);
}

.poe-inline-recruitment-form .poe-discord-field input:disabled {
    color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.035);
    border-color: rgba(255, 122, 26, 0.16);
    opacity: 1;
}

.poe-inline-recruitment-form .recruitment-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    min-width: 210px;
    min-height: 50px;
    margin-top: 2px;
    padding: 0 22px;
    justify-self: start;
    color: #17100b;
    font-size: 14px;
    font-weight: 900;
    background: linear-gradient(135deg, #ff922f, #ff701a);
    border: 1px solid #ff8a2b;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(255, 92, 0, 0.1);
}

.poe-inline-recruitment-form .recruitment-submit span {
    font-size: 16px;
    transition: transform 0.18s ease;
}

.poe-inline-recruitment-form .recruitment-submit:hover span {
    transform: translateX(3px);
}

@media (min-width: 1700px) {
    .poe-hero {
        padding-right: 8%;
        padding-left: 8%;
    }

    .poe-home-container {
        width: min(1500px, calc(100% - 48px));
    }
}

@media (max-width: 900px) {
    .poe-hero {
        min-height: 650px;
        padding: 130px 6% 70px;
        background-position: 64% center;
    }

    .poe-hero-overlay {
        background:
            linear-gradient(0deg, #0d0e10 0%, rgba(4, 5, 7, 0.65) 67%, rgba(4, 5, 7, 0.3)),
            linear-gradient(90deg, rgba(4, 5, 7, 0.78), rgba(4, 5, 7, 0.18));
    }

    .poe-tabs-nav {
        top: 0;
    }
}

@media (max-width: 600px) {
    .poe-hero {
        min-height: 620px;
    }

    .poe-hero h1 {
        font-size: clamp(52px, 16vw, 72px);
    }

    .poe-hero-actions,
    .poe-hero-actions .button {
        width: 100%;
    }

    .poe-home-container {
        width: min(100% - 28px, 1320px);
    }

    .poe-information-event {
        padding: 20px;
    }

    .poe-inline-recruitment-form {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px 18px;
    }

    .poe-inline-recruitment-form .poe-form-full,
    .poe-inline-recruitment-form .recruitment-submit {
        grid-column: 1;
    }

    .poe-inline-recruitment-form .recruitment-submit {
        width: 100%;
    }
}
