/* FILTER FORM */
.hmc-filter-form {
    max-width: 1100px;
    margin: 0 auto 30px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    background: #fff;
    padding: 18px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,.07);
}

.hmc-filter-form input,
.hmc-filter-form select {
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 14px;
}

.hmc-filter-form button {
    background: #8b1022;
    color: #fff;
    border: none;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
}

.hmc-filter-form button:hover {
    background: #6e0c1a;
}

.hmc-reset {
    display: inline-block;
    background: #555;
    color: #fff;
    padding: 12px 18px;
    border-radius: 999px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
}

/* GRID */
.hmc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}

/* CARD */
.hmc-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.hmc-card:hover {
    transform: translateY(-5px);
}

/* IMAGE */
.hmc-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

/* CONTENT */
.hmc-content {
    padding: 15px;
    text-align: center;
}

.hmc-content h3 {
    margin: 10px 0 5px;
    color: #7a0019;
}

/* META */
.hmc-meta {
    font-size: 14px;
    color: #777;
    display: flex;
    justify-content: center;
    gap: 10px;
}

/* BUTTON */
.hmc-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #8b1e2d;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
}

/* MOBILE */
@media (max-width: 900px) {
    .hmc-filter-form {
        grid-template-columns: 1fr 1fr;
    }
}

.hm-about p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}
.hm-interest-btn {
    transition: 0.3s;
}

.hm-interest-btn:hover {
    background: #a62b4a;
}
 
 
.hm-badge {
    background: #eaf7ee;
    color: #1f7a3f;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block;
}
.hm-success-msg {
    background: #eaf7ee;
    color: #1f7a3f;
    padding: 12px 16px;
    border-radius: 10px;
    margin: 15px 0;
    font-weight: 600;
}
/* After Login Menu  */

/* USER MENU Home Page */
.hmc-user-menu {
    display: flex;
    gap: 20px;
    justify-content: center;
    background: #7a0f1c;
    padding: 14px;
    border-radius: 12px;
    margin: 20px auto 30px;
    max-width: 800px;
}

.hmc-user-menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 8px;
}

.hmc-user-menu a:hover {
    background: #a3192d;
}

/* PROFILE GRID */
.hmc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}

.hmc-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.hmc-card:hover {
    transform: translateY(-5px);
}

.hmc-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.hmc-content {
    padding: 15px;
    text-align: center;
}

.hmc-content h3 {
    margin: 10px 0 5px;
    color: #7a0019;
}

.hmc-meta {
    font-size: 14px;
    color: #777;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.hmc-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #8b1e2d;
    color: #fff;
    border-radius: 20px;
}

/* Send And Receive Interest */

.hmc-interest-btn {
    display: inline-block;
    background: #8b1022;
    color: #fff;
    padding: 16px 34px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 20px;
}

.hmc-interest-btn:hover {
    background: #6e0c1a;
}

.hmc-success {
    background: #eaf8ef;
    color: #1f7a3a;
    padding: 12px 18px;
    border-radius: 12px;
    margin: 20px 0;
    font-weight: 700;
}

.hmc-dashboard-box,
.hmc-interest-section {
    max-width: 900px;
    margin: 30px auto;
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0,0,0,.07);
}

.hmc-dashboard-box h2,
.hmc-interest-section h3 {
    color: #7a0019;
    margin-bottom: 20px;
}

.hmc-interest-card {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}

.hmc-interest-card a {
    color: #8b1022;
    font-weight: 700;
}
.hmc-login-form {
    max-width: 420px;
    margin: 80px auto;
    padding: 35px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    text-align: center;
}

.hmc-login-form h2 {
    margin-bottom: 25px;
    color: #8b1022;
    font-size: 24px;
    font-weight: 700;
}

/* Inputs */
.hmc-login-form input[type="text"],
.hmc-login-form input[type="password"] {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    transition: 0.2s;
}

.hmc-login-form input:focus {
    border-color: #8b1022;
    outline: none;
    box-shadow: 0 0 0 2px rgba(139,16,34,0.1);
}

/* Button */
.hmc-login-form input[type="submit"] {
    width: 100%;
    background: #8b1022;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.hmc-login-form input[type="submit"]:hover {
    background: #6e0c1a;
}

/* Remember me */
.hmc-login-form .login-remember {
    text-align: left;
    margin-bottom: 15px;
    font-size: 13px;
}

/* Register link */
.hmc-login-form a {
    color: #8b1022;
    font-weight: 600;
    text-decoration: none;
}

.hmc-login-form a:hover {
    text-decoration: underline;
}

.hmc-accept-btn,
.hmc-reject-btn {
    padding: 8px 14px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    margin-left: 8px;
}

.hmc-accept-btn {
    background: #218838;
}

.hmc-reject-btn {
    background: #8b1022;
}

 
/* Recovered Hello Elementor Additional CSS */
.hmc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}

.hmc-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.hmc-card:hover {
    transform: translateY(-5px);
}

.hmc-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.hmc-content {
    padding: 15px;
    text-align: center;
}

.hmc-content h3 {
    margin: 10px 0 5px;
    color: #7a0019;
}

.hmc-meta {
    font-size: 14px;
    color: #777;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.hmc-profession {
    margin: 8px 0;
    font-weight: 500;
}

.hmc-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #8b1e2d;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}

.hmc-container {
    max-width: 1200px;
    margin: auto;
    padding-top: 20px;
}

.hmc-title {
    text-align: center;
    margin-bottom: 30px;
    color: #7a0019;
}

.hmc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.hmc-card {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.hmc-img img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
}

.hmc-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 18px;
    background: #8b1e2d;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
}

.hmc-user-menu {
    display: flex;
    gap: 20px;
    justify-content: center;
    background: #7a0f1c;
    padding: 14px;
    border-radius: 12px;
    margin: 20px auto 30px;
    max-width: 800px;
}

.hmc-user-menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 8px;
    transition: 0.3s;
}

.hmc-user-menu a:hover {
    background: #a3192d;
}

.hmc-create-profile-form {
    max-width: 850px;
    margin: 70px auto;
    background: #fff;
    padding: 45px;
    border-radius: 24px;
    box-shadow: 0 25px 70px rgba(0,0,0,.08);
}

.hmc-create-profile-form h2 {
    color: #7a0f1c;
    font-size: 34px;
    text-align: center;
    margin-bottom: 35px;
}

.hmc-create-profile-form label {
    display: block;
    font-weight: 700;
    color: #333;
    margin: 20px 0 8px;
}

.hmc-create-profile-form input,
.hmc-create-profile-form select,
.hmc-create-profile-form textarea {
    width: 100%;
    padding: 15px 16px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 16px;
    background: #fff;
}

.hmc-create-profile-form input:focus,
.hmc-create-profile-form select:focus,
.hmc-create-profile-form textarea:focus {
    outline: none;
    border-color: #8b1022;
    box-shadow: 0 0 0 3px rgba(139,16,34,.12);
}

.hmc-create-profile-form input[type="file"] {
    padding: 18px;
    background: #faf7f2;
    border: 1px dashed #c9a96a;
}

.hmc-create-profile-form textarea {
    min-height: 150px;
}

.hmc-create-profile-form button {
    margin-top: 30px;
    width: 100%;
    border: none;
    background: linear-gradient(135deg, #7a0f1c, #a3192d);
    color: #fff;
    padding: 17px 30px;
    border-radius: 999px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
}

.hmc-create-profile-form button:hover {
    background: linear-gradient(135deg, #5f0b15, #8b1022);
}

.hmc-success {
    max-width: 850px;
    margin: 40px auto;
    background: #fff6dc;
    color: #7a0f1c;
    padding: 18px 24px;
    border-radius: 14px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 768px) {
    .hmc-create-profile-form {
        margin: 30px 15px;
        padding: 28px 20px;
    }

    .hmc-create-profile-form h2 {
        font-size: 28px;
    }
}

.hm-badge {
    background: #eaf7ee;
    color: #1f7a3f;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px;
}


.hm-interest-btn {
    display: inline-block;
    margin-top: 18px;
    padding: 13px 26px;
    border-radius: 50px;
    background: #8b1e3f;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.hmc-create-profile-form {
    max-width: 760px;
    margin: 60px auto;
    background: #fff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0,0,0,.08);
}

.hmc-create-profile-form h2 {
    color: #6f0d1b;
    margin-bottom: 25px;
    text-align: center;
}

.hmc-create-profile-form label {
    display: block;
    font-weight: 700;
    margin: 18px 0 8px;
}

.hmc-create-profile-form input,
.hmc-create-profile-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.hmc-create-profile-form button {
    margin-top: 25px;
    width: 100%;
    background: #8b1022;
    color: #fff;
    border: none;
    padding: 16px;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
}

.hmc-success {
    max-width: 760px;
    margin: 60px auto;
    background: #fff6dc;
    color: #6f0d1b;
    padding: 25px;
    border-radius: 14px;
    text-align: center;
    font-weight: 700;
}

.hmc-profiles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.hmc-profile-card {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
}

.hmc-profile-card h3 {
    margin-bottom: 10px;
}

.hmc-profile-card a {
    display: inline-block;
    margin-top: 10px;
    background: #8b1e2d;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
}

  
 
.hmc-interest-btn {
    display: inline-block;
    margin-top: 22px;
    padding: 16px 34px;
    border-radius: 999px;
    background: #8b1022;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
 

 
.hm-site-footer,
footer {
    margin-top: 60px;
}

.hmc-home-logo {
    text-align: center;
    margin: 0 auto 22px;
}

.hmc-home-logo img {
    display: inline-block;
    width: min(360px, 72vw);
    height: auto;
    max-height: 120px;
    object-fit: contain;
}
/* Date of Birth selector */
.hmc-dob-selects {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.hmc-dob-selects select {
    width: 100%;
    padding: 14px 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    font-size: 16px;
}

@media (max-width: 768px) {
    .hmc-dob-selects {
        grid-template-columns: 1fr;
    }
}

/* Home page hmc_profiles shortcode card alignment */
.hmc-home-profiles-grid {
    align-items: stretch !important;
}

.hmc-home-profiles-grid .hmc-card {
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

.hmc-home-profiles-grid .hmc-img {
    width: 100% !important;
    height: 260px !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    background: #f6f3f1 !important;
}

.hmc-home-profiles-grid .hmc-img img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
    object-fit: cover !important;
    object-position: center top !important;
}

.hmc-home-profiles-grid .hmc-content {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    align-items: center !important;
}

.hmc-home-profiles-grid .hmc-actions,
.hmc-home-profiles-grid .hmc-btn {
    margin-top: auto !important;
}

@media (max-width: 768px) {
    .hmc-home-profiles-grid .hmc-img {
        height: 240px !important;
    }
}
.hmc-section-title {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #eee;
    color: #8b1022;
    font-size: 26px;
}

 
/* Profile in Two Column Layout */
 
 

.hmc-profile-main p,
.hmc-partner-box p {
    font-size: 17px;
    line-height: 1.55;
    margin: 0 0 14px;
}

.hmc-partner-box h3,
.hmc-profile-main h3 {
    font-size: 26px;
    margin-top: 25px;
    margin-bottom: 18px;
}

.hmc-profile-main h1 {
    font-size: 46px;
    margin-bottom: 30px;
}

 
.hmc-profile-top-id {
    font-size: 74px;
    font-weight: 800;
    color: #7b001c;
    line-height: 1;
    margin-bottom: 35px;
}
 
.hmc-profile-main p,
.hmc-partner-box p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.hmc-profile-main h3,
.hmc-partner-box h3 {
    font-size: 28px;
    margin-top: 35px;
    margin-bottom: 20px;
    color: #7b001c;
}

 

@media (max-width: 768px) {
 
    .hmc-profile-top-id {
        font-size: 46px;
        text-align: center;
    }
}

 
 

.hmc-profile-main p,
.hmc-partner-box p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.hmc-profile-main h3,
.hmc-partner-box h3 {
    font-size: 28px;
    margin-top: 35px;
    margin-bottom: 20px;
    color: #7b001c;
}

@media (max-width: 768px) {

 

    .hmc-profile-small-id {
        text-align: center;
    }
}

/* Single Profile Final Layout */

.hmc-single {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    max-width: 1100px;
    margin: 40px auto 90px;
    margin-top: 10px !important;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}



.hmc-profile-small-id {
    font-size: 26px;
    font-weight: 800;
    color: #7b001c;
    margin: 0 0 18px;
    letter-spacing: 1px;
    text-align: center;
}

.hm-profile-photo {
    width: 100%;
    max-width: 300px;
    border-radius: 14px;
    object-fit: cover;
    display: block;
}

.hmc-right {
    flex: 1;
}

.hmc-profile-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    align-items: start;
}

.hmc-profile-main p,
.hmc-partner-box p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.hmc-profile-main h3,
.hmc-partner-box h3 {
    font-size: 28px;
    margin-top: 35px;
    margin-bottom: 20px;
    color: #7b001c;
}

.hmc-interest-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 16px 34px;
    border-radius: 999px;
    background: #8b1022;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.hmc-interest-btn:hover {
    background: #6e0c1a;
}

@media (max-width: 768px) {

    .hmc-single {
        flex-direction: column;
        padding: 12px;
    }

    .hmc-left {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .hmc-profile-details-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .hmc-profile-small-id {
        text-align: center;
    }
}

.hmc-left {
    width: 360px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hm-profile-photo {
    width: 100%;
    max-width: 300px;
    border-radius: 14px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
/* Blur ONLY profile photo before login */

body:not(.logged-in) .hmc-photo-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    isolation: isolate;
}

body:not(.logged-in) .hmc-photo-wrap .hm-profile-photo {
    filter: blur(12px);
    transform: scale(1.08);
    display: block;
}

body:not(.logged-in) .hmc-photo-wrap::after {
    content: "Login to view photo";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(117, 11, 24, 0.30);
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    z-index: 2;
    pointer-events: none;
}

body.logged-in .hmc-photo-wrap .hm-profile-photo {
    filter: none;
    transform: none;
}
body:not(.logged-in) .hmc-img::after,
body:not(.logged-in) .hmc-img-wrap::after,
body:not(.logged-in) .hm-single-photo::after,
body:not(.logged-in) .hmc-left::after {
    display: none !important;
    content: none !important;
}

body:not(.logged-in) .hmc-photo-wrap::after {
    display: flex !important;
    content: "Login to view photo" !important;
}

/* Final desktop spacing fix */
.hmc-single {
    display: grid !important;
    grid-template-columns: 300px 1fr !important;
    gap: 25px !important;
    align-items: flex-start !important;
}

.hmc-left {
    width: 300px !important;
    max-width: 300px !important;
}

.hmc-photo-wrap,
.hm-profile-photo {
    width: 300px !important;
    max-width: 300px !important;
}

.hmc-right {
    width: auto !important;
}

@media (max-width: 768px) {
    .hmc-single {
        display: block !important;
    }

    .hmc-left {
        width: 100% !important;
        max-width: 300px !important;
        margin: 0 auto 20px !important;
    }

    .hmc-photo-wrap,
    .hm-profile-photo {
        width: 100% !important;
        max-width: 300px !important;
    }
}
.single-hm_profile .site-content,
.single-hm_profile .content-area,
.single-hm_profile main {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* May 26 view contact info Button */
  .hmc-view-contact-btn {
    display: inline-block;
    background: #7b1fa2;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

.hmc-contact-box {
    background: #fff7fb;
    border: 1px solid #ead3ef;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
}

.hmc-error {
    background: #ffe5e5;
    color: #9b0000;
    padding: 12px;
    border-radius: 6px;
    margin: 12px 0;
}

/* Payment Page */
.hmc-error a {
    color: #9b0000;
    font-weight: 700;
    text-decoration: underline;
}

.hmc-upgrade-box {
    max-width: 650px;
    margin: 30px auto;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
}

.hmc-plan-card {
    border: 1px solid #ead3ef;
    padding: 25px;
    border-radius: 12px;
    background: #fff7fb;
}

.hmc-upgrade-btn {
    display: inline-block;
    background: #9b0d25;
    color: #fff;
    padding: 12px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
}

.hmc-payment-success{
    max-width:700px;
    margin:60px auto;
    background:#fff;
    padding:40px;
    border-radius:14px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.hmc-payment-success h1{
    color:#9b0d25;
    margin-bottom:20px;
}

.hmc-dashboard-btn{
    display:inline-block;
    margin-top:25px;
    background:#9b0d25;
    color:#fff;
    padding:12px 24px;
    border-radius:30px;
    text-decoration:none;
    font-weight:700;
}
.hmc-delete-profile-form {
    margin-top: 20px;
}

.hmc-delete-profile-form {
    position: absolute;
    top: 35px;
    right: 35px;
    margin: 0;
}
.hmc-delete-profile-form {
    float: right;
    margin-top: -45px;
}

.hmc-delete-btn {
    background: #f3f3f3;
    color: #666;
    border: 1px solid #d5d5d5;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.hmc-delete-btn:hover {
    background: #b00020;
    color: #fff;
    border-color: #b00020;
}
.hmc-dashboard-box {
    position: relative;
    min-height: 230px;
}
.hmc-dashboard-box {
    position: relative;
    min-height: 230px;
    overflow: visible;
}

.hmc-delete-profile-form {
    position: absolute;
    top: 35px;
    right: 35px;
    margin: 0;
    z-index: 5;
}

/*Premium Membership Badge*/
.hmc-membership-status {
    margin: 15px 0 20px;
    padding: 14px 18px;
    border-radius: 12px;
    font-weight: 600;
}

.hmc-premium-active {
    background: #eaf8ef;
    color: #1f7a3a;
    border: 1px solid #bde5c8;
}

.hmc-free-member {
    background: #fff3cd;
    color: #7a4b00;
    border: 1px solid #f2d98d;
}

.hmc-free-member a {
    color: #8b1022;
    font-weight: 800;
    text-decoration: underline;
}
.hmc-how-box{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:18px;
    padding:6px 26px 18px;
    margin-top:16px;
}

.hmc-how-box h4{
    margin-bottom:14px;
    color:#8b1022;
    font-size:20px;
    line-height:1.2;
    font-weight:800;
}

.hmc-flow-line{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:10px;
    font-size:17px;
    font-weight:700;
    flex-wrap:wrap;
    line-height:1.3;
}

.hmc-arrow{
    color:#8b1022;
    font-size:20px;
}

.hmc-flow-line:last-child{
    margin-bottom:0;
}



:root {
	--hm-burgundy: #6b001b;
	--hm-burgundy-dark: #4a0011;
	--hm-burgundy-soft: #8b1025;
	--hm-gold: #d4a63a;
	--hm-gold-light: #f0c96a;
	--hm-cream: #faf7f2;
	--hm-text: #292326;
	--hm-muted: #777276;
	--hm-white: #ffffff;
	--hm-shadow: 0 18px 45px rgba(63, 4, 15, 0.16);
}

.hm-hero {
	padding: 170px 24px 90px;
	background:
		radial-gradient(circle at top center, rgba(212, 166, 58, 0.16), transparent 42%),
		linear-gradient(135deg, #4a0011 0%, #6b001b 38%, #8b1025 70%, #4a0011 100%);
	color: var(--hm-white);
	text-align: center;
}
.hm-primary-nav {
	width: min(900px, 100%);
	min-width: 0;
	padding: 20px 42px;
	border-radius: 14px;
	background: rgba(95, 0, 22, 0.72);
	box-shadow: 0 14px 35px rgba(35, 0, 8, 0.22);
	backdrop-filter: blur(8px);
}

.hm-button-gold {
	min-width: 206px;
	min-height: 56px;
	background: linear-gradient(135deg, #f0c96a, #d4a63a);
	color: #4a0011;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}