.hackher-sign-up {
    --hackher-su-navy: #18294f;
    --hackher-su-orange: #d47055;
    --hackher-su-muted: #667085;
    --hackher-su-panel: #f3f4f6;
}

.hackher-sign-up .hackher-su-section {
    padding: 56px 20px 64px;
}

.hackher-sign-up .hackher-su-card {
    max-width: 460px;
    margin: 0 auto;
    padding: 40px 32px 36px;
    text-align: center;
}

.hackher-su-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    border-radius: 18px;
    background: var(--hackher-su-orange);
    box-shadow: 0 8px 24px rgba(212, 112, 85, 0.28);
}

.hackher-sign-up .hackher-su-title {
    margin-bottom: 12px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
}

.hackher-sign-up .hackher-su-subtitle {
    margin: 0 auto 28px;
    max-width: 360px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--hackher-su-muted);
}

.hackher-su-stores {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 24px;
}

.hackher-su-store-btn,
.hackher-su-store-btn:hover,
.hackher-su-store-btn:focus,
.hackher-su-store-btn:active,
.hackher-su-store-btn:visited,
.hackher-su-store-btn span {
    text-decoration: none !important;
}

.hackher-su-store-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    min-height: 54px;
    padding: 11px 14px;
    border: none;
    border-radius: 14px;
    background: #1a2340;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    text-align: left;
    box-shadow: 0 4px 14px rgba(26, 35, 64, 0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.hackher-su-store-btn:hover,
.hackher-su-store-btn:focus {
    color: #fff !important;
    background: #1a2340 !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(26, 35, 64, 0.24);
}

.hackher-su-store-btn:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(26, 35, 64, 0.16);
}

.hackher-su-store-icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #fff;
}

.hackher-su-store-icon svg {
    display: block;
    width: 24px;
    height: 24px;
}

.hackher-su-store-copy {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}

.hackher-su-store-label {
    display: block;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
}

.hackher-su-store-name {
    display: block;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #fff;
    white-space: nowrap;
}

.hackher-su-benefits {
    margin-bottom: 24px;
    padding: 18px 20px 16px;
    border-radius: 14px;
    background: var(--hackher-su-panel);
    text-align: left;
}

.hackher-su-benefits-title {
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--hackher-su-navy);
    text-align: center;
}

.hackher-su-benefits-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hackher-su-benefits-list li {
    position: relative;
    padding-left: 22px;
    font-size: 12px;
    line-height: 1.45;
    color: var(--hackher-su-navy);
}

.hackher-su-benefits-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8.2 6.2 11.4 13 4.6' stroke='%23d47055' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.hackher-su-divider {
    position: relative;
    margin: 8px 0 16px;
    text-align: center;
}

.hackher-su-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e4e7ec;
}

.hackher-su-divider span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 12px;
    background: #fff;
    font-size: 13px;
    line-height: 1;
    color: var(--hackher-su-muted);
}

.hackher-su-login {
    margin: 0;
    text-align: center;
}

.hackher-su-login a {
    font-size: 15px;
    font-weight: 600;
    color: var(--hackher-su-orange);
    text-decoration: none;
}

.hackher-su-login a:hover,
.hackher-su-login a:focus {
    color: var(--hackher-su-orange, #ea6d3c);
    text-decoration: none;
}

@media (max-width: 520px) {
    .hackher-sign-up .hackher-su-card {
        padding: 32px 22px 28px;
    }

    .hackher-su-stores {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hackher-su-store-btn {
        width: 100%;
    }

    .hackher-su-benefits-list {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
