* {
    box-sizing: border-box;
}

html {
    min-width: 320px;
}

body {
    margin: 0;
    background: #fff;
    color: #202020;
    font-family: Poppins, Arial, sans-serif;
    font-size: 15px;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.row,
.full-box {
    width: 100%;
}

.margin-bottom15px {
    margin-bottom: 0;
}

.header {
    background: #fff;
    border-bottom: 1px solid #eadde2;
    position: sticky;
    top: 0;
    z-index: 50;
}

.header-bottom {
    min-height: 76px;
    display: grid;
    grid-template-columns: auto minmax(220px, 1fr) auto;
    gap: 22px;
    align-items: center;
}

.shadi-logo a,
.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-logo-img {
    display: block;
    width: min(210px, 42vw);
    height: auto;
    max-height: 58px;
    object-fit: contain;
}

.footer-logo-img {
    width: 190px;
    max-height: 54px;
    border-radius: 6px;
}

.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #8f1d46;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    flex: 0 0 auto;
}

.brand-copy {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.1;
    color: #222;
}

.brand-copy strong {
    font-size: 22px;
    color: #8f1d46;
}

.brand-copy small {
    margin-top: 3px;
    font-size: 12px;
    color: #555;
    text-transform: uppercase;
}

.header-assurance {
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 10px;
    width: 100%;
}

.assurance-item {
    min-height: 42px;
    border: 1px solid #ead9df;
    border-radius: 6px;
    background: #fff8fa;
    color: #432c36;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.assurance-item i {
    color: #8f1d46;
    font-size: 16px;
    flex: 0 0 auto;
}

.member-nav-actions {
    display: flex;
    gap: 14px;
    align-items: center;
}

.member-nav-actions a,
.user-account-box a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
/*    color: #432c36;*/
    font-weight: 600;
    white-space: nowrap;
}

.right-profile-number {
    display: none;
}

.user-account-main {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 1px);
    width: 250px;
    background: #fff;
    border: 1px solid #eadde2;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(0,0,0,.14);
    padding: 16px;
}

.ca-nv-user {
    position: relative;
}

.ca-nv-user:hover .user-account-main,
.user-account-main.open {
    display: block;
}

.fa-color-profile {
    color: #8f1d46;
}

.flyout-bottons {
    display: flex;
    gap: 8px;
}

.regi-btn,
.sign-btn {
    display: inline-flex;
    min-height: 36px;
    padding: 0 12px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-weight: 700;
}

.regi-btn {
    background: #8f1d46;
    color: #fff;
}

.sign-btn {
    border: 1px solid #8f1d46;
    color: #8f1d46;
}

.user-fast-entry {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.user-fast-entry li a {
    display: block;
    padding: 8px 0;
    color: #4e4549;
}

.top-nav {
    background: #fff;
    border-top: 1px solid #f0e3e8;
    border-bottom: 1px solid #e3d1d8;
    box-shadow: 0 8px 22px rgba(42, 32, 36, .06);
}

.box-wrapper,
.left-box {
    width: 100%;
}

.shadi-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.shadi-nav li a {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 16px;
    color: #432c36;
    font-weight: 600;
    border-bottom: 3px solid transparent;
    transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.shadi-nav li a i {
    color: #8f1d46;
    font-size: 14px;
}

.shadi-nav li a:hover,
.shadi-nav li a:focus {
    color: #8f1d46;
    background: #fff6f8;
    border-bottom-color: #d8a24a;
}

.menu-toggle {
    display: none;
}

.contents-body {
    min-height: 54vh;
}

.theme-bg-color {
    background: #f7f2f4;
    padding: 44px 0 64px;
}

.page-wrapper {
    background: #fff;
    border: 1px solid #eadde2;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(42, 32, 36, .07);
}

.page-body {
    padding: 30px;
}

.pageTitle {
    margin: 0 0 14px;
    color: #2a2024;
    font-size: 34px;
    line-height: 1.18;
}

.page-lead {
    max-width: 860px;
    color: #5d5056;
    font-size: 17px;
    line-height: 1.75;
}

.pageContent {
    color: #50474b;
    line-height: 1.72;
}

.info-page-block {
    display: grid;
    gap: 24px;
}

.info-step-grid,
.info-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.info-step-grid article,
.info-split section,
.info-highlight {
    background: #fffaf7;
    border: 1px solid #eadde2;
    border-radius: 8px;
    padding: 22px;
}

.info-step-grid article span {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #8f1d46;
    color: #fff;
    font-weight: 700;
}

.info-step-grid h2,
.info-split h2,
.info-highlight h2 {
    margin: 14px 0 8px;
    color: #2a2024;
    font-size: 20px;
}

.info-step-grid p,
.info-split p,
.info-highlight p {
    margin: 0;
}

.info-step-grid.compact article span {
    background: #f3e5d0;
    color: #8f1d46;
}

.shadi-home {
    background: #fff;
    color: #202020;
}

.shadi-hero {
    position: relative;
    color: #fff;
    min-height: 560px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #2a2024 url("../img/swajanbd-hero-couple.png") center right / cover no-repeat;
}

.shadi-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(34,18,30,.92) 0%, rgba(72,20,45,.76) 42%, rgba(34,18,30,.18) 100%);
    z-index: 1;
}

.shadi-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .55fr);
    gap: 38px;
    align-items: center;
    padding-top: 42px;
    padding-bottom: 42px;
}

.shadi-kicker {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #d1a341;
    margin: 0 0 10px;
}

.shadi-hero h1 {
    max-width: 760px;
    font-size: 46px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 18px;
}

.shadi-hero-text {
    max-width: 640px;
    font-size: 22px;
    line-height: 1.7;
    margin: 0 0 26px;
}

.shadi-hero-actions,
.shadi-cta .container {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.shadi-primary-btn,
.shadi-secondary-btn,
.shadi-search-form button,
.login-btn,
.registerBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 6px;
    font-weight: 700;
    border: 0;
    cursor: pointer;
}

.shadi-primary-btn,
.shadi-search-form button,
.login-btn,
.registerBtn {
    background: #8f1d46;
    color: #fff;
}

.shadi-secondary-btn {
    color: #fff;
    border: 1px solid rgba(255,255,255,.75);
}

.shadi-search-panel {
    background: #fff;
    color: #242424;
    border-radius: 8px;
    padding: 26px;
    box-shadow: 0 18px 45px rgba(0,0,0,.22);
}

.shadi-hero-card {
    align-self: end;
    max-width: 330px;
    justify-self: end;
    background: rgba(255, 255, 255, .93);
    color: #2a2024;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 18px 45px rgba(0,0,0,.22);
}

.shadi-hero-card h2 {
    margin: 14px 0 10px;
    color: #8f1d46;
    font-size: 24px;
    line-height: 1.35;
}

.shadi-hero-card p {
    margin: 0 0 18px;
    color: #5b5557;
    line-height: 1.65;
}

.shadi-search-panel h2,
.login-title h1,
.login-title h3 {
    font-size: 24px;
    margin: 0 0 18px;
    color: #8f1d46;
}

.shadi-search-form,
.login-form {
    display: grid;
    gap: 14px;
}

.shadi-search-form label,
.login-form label {
    display: grid;
    gap: 7px;
    font-weight: 700;
    color: #333;
}

.login-form .verification-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 22px;
    margin-top: 8px;
}

.login-form .verification-form label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    line-height: 1.2;
}

.login-form .verification-form input[type="radio"] {
    flex: 0 0 auto;
    margin: 0;
    accent-color: #8f1d46;
}

.shadi-search-form input,
.shadi-search-form select,
.form-control,
.login-form input[type="text"],
.login-form input[type="password"] {
    width: 100%;
    min-height: 42px;
    border: 1px solid #d8d2d5;
    border-radius: 6px;
    padding: 0 12px;
    background: #fff;
}

.shadi-stats {
    background: #f7f2f4;
    border-bottom: 1px solid #eadde2;
}

.shadi-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
}

.shadi-stats-grid div {
    padding: 24px 18px;
    background: #fdfafb;
}

.shadi-stats-grid strong {
    display: block;
    color: #8f1d46;
    font-size: 22px;
}

.shadi-stats-grid span {
    color: #555;
}

.shadi-section {
    padding: 62px 0;
}

.shadi-muted {
    background: #faf7f2;
}

.shadi-section-head {
    max-width: 760px;
    margin-bottom: 28px;
}

.shadi-section-head h2,
.shadi-safety h2,
.shadi-cta h2 {
    font-size: 34px;
    line-height: 1.2;
    color: #2a2024;
    margin: 0;
}

.shadi-steps,
.shadi-profile-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.shadi-steps article,
.shadi-profile-grid article {
    background: #fff;
    border: 1px solid #eadde2;
    border-radius: 8px;
    padding: 24px;
}

.shadi-steps span {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #8f1d46;
    color: #fff;
    font-weight: 700;
}

.shadi-steps h3,
.shadi-profile-grid h3 {
    margin: 16px 0 8px;
    color: #2a2024;
    font-size: 20px;
}

.shadi-steps p,
.shadi-profile-grid p,
.shadi-profile-grid span,
.shadi-safety p,
.shadi-safety li,
.shadi-cta p,
.footer-intro {
    color: #5b5557;
    line-height: 1.65;
}

.profile-avatar {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    background: #efe2d1;
    color: #8f1d46;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}

.profile-avatar-img,
.profile-head-photo,
.media-thumb {
    object-fit: cover;
}

.profile-head-with-photo {
    display: flex;
    align-items: center;
    gap: 14px;
}

.profile-head-photo {
    width: 86px;
    height: 86px;
    border-radius: 8px;
    border: 1px solid #eadde2;
}

.shadi-safety {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr);
    gap: 32px;
    align-items: start;
}

.shadi-safety ul {
    margin: 0;
    padding: 22px 24px 22px 42px;
    background: #fdfafb;
    border: 1px solid #eadde2;
    border-radius: 8px;
}

.shadi-safety li {
    margin-bottom: 10px;
}

.shadi-cta {
    background: #2a2024;
    color: #fff;
    padding: 42px 0;
}

.shadi-cta h2,
.shadi-cta p {
    color: #fff;
}

.shadi-cta .container {
    justify-content: space-between;
}

.packages-page {
    background: #fff;
}

.packages-hero {
    background: linear-gradient(135deg, #fff4f7 0%, #ffffff 58%, #f8edf1 100%);
    border-bottom: 1px solid #eadde2;
    padding: 58px 0;
}

.packages-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    gap: 32px;
    align-items: center;
}

.packages-hero h1 {
    max-width: 740px;
    margin: 0 0 16px;
    color: #2a2024;
    font-size: 44px;
    line-height: 1.14;
}

.packages-hero p {
    max-width: 680px;
    color: #5b5557;
    font-size: 16px;
    line-height: 1.7;
}

.packages-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.packages-trust-panel {
    display: grid;
    gap: 12px;
    padding: 22px;
    border: 1px solid #ead9df;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(76, 28, 46, .08);
}

.packages-trust-panel span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #432c36;
    font-weight: 600;
}

.packages-trust-panel i,
.package-features i {
    color: #8f1d46;
}

.packages-section {
    padding: 58px 0;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.package-card,
.package-empty {
    border: 1px solid #eadde2;
    border-radius: 8px;
    background: #fff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 0 14px 28px rgba(42, 32, 36, .06);
}

.package-card-free {
    background: #fff8fa;
}

.package-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.package-card h3,
.package-empty h3,
.packages-note h2 {
    margin: 0;
    color: #2a2024;
}

.package-price {
    color: #8f1d46;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.package-card p,
.package-empty p,
.packages-note p {
    color: #5b5557;
    line-height: 1.65;
}

.package-features {
    display: grid;
    gap: 10px;
    margin: 4px 0 10px;
    padding: 0;
    list-style: none;
}

.package-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #432c36;
}

.package-card .shadi-primary-btn,
.package-card .shadi-secondary-light-btn,
.package-empty .shadi-primary-btn {
    margin-top: auto;
    justify-content: center;
}

.packages-note {
    background: #2a2024;
    color: #fff;
    padding: 38px 0;
}

.packages-note .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.packages-note h2,
.packages-note p {
    color: #fff;
}

.footer {
    background: #241d20;
    color: #fff;
    padding: 44px 0;
}

.footer .container {
    display: grid;
    grid-template-columns: 1.2fr .8fr .9fr;
    gap: 28px;
}

.footer .title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
}

.shadi-footer .brand-copy strong,
.shadi-footer .brand-copy small,
.footer a {
    color: #fff;
}

.footer-intro {
    color: #d9cfd3;
}

.footer-links,
.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.social-icons li {
    margin-bottom: 9px;
}

.social-icons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.social-icons a {
    font-size: 13px;
    color: #e9d8df;
}

.copyright {
    color: #c9bdc1;
    font-size: 13px;
}

.login-box {
    max-width: 880px;
    margin: 44px auto;
    background: #fff;
    border: 1px solid #eadde2;
    border-radius: 8px;
    padding: 28px;
    box-shadow: 0 12px 34px rgba(0,0,0,.08);
}

.login-title {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    border-bottom: 1px solid #eadde2;
    padding-bottom: 16px;
    margin-bottom: 22px;
}

.login-right {
    color: #5b5557;
}

.login-right a,
.creat-new-acc a,
.lost-password a,
.regi-policy a {
    color: #8f1d46;
    font-weight: 700;
}

.myaccount-area form,
.aa-myaccount-register form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.form-group {
    margin-bottom: 14px;
}

.regiH {
    color: #2a2024;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
}

.success {
    color: #155724;
    background: #d4edda;
    border-radius: 6px;
    padding: 10px 12px;
}

.error,
.ferror {
    color: #9d173d;
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgba(0,0,0,.45);
}

.modal.show-modal {
    display: block;
}

.modal-dialog {
    width: min(420px, calc(100% - 32px));
    margin: 80px auto;
}

.modal-content {
    background: #fff;
    border-radius: 8px;
    padding: 22px;
    box-shadow: 0 18px 45px rgba(0,0,0,.2);
}

.close {
    float: right;
    border: 0;
    background: transparent;
    font-size: 26px;
    cursor: pointer;
}

.member-area {
    background: #f7f2f4;
    padding: 36px 0 58px;
}

.member-shell {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.member-sidebar,
.member-main,
.member-card,
.form-section,
.biodata-preview,
.biodata-detail-grid article,
.biodata-long-card {
    background: #fff;
    border: 1px solid #eadde2;
    border-radius: 8px;
}

.member-sidebar {
    padding: 18px;
    position: sticky;
    top: 112px;
}

.member-sidebar h2 {
    font-size: 18px;
    color: #2a2024;
    margin: 0 0 14px;
}

.member-sidebar a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 6px;
    color: #4e4549;
    font-weight: 700;
}

.member-sidebar a.active,
.member-sidebar a:hover {
    background: #8f1d46;
    color: #fff;
}

.member-main {
    padding: 24px;
}

.member-hero-panel,
.member-page-title,
.biodata-preview-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 22px;
}

.member-hero-panel {
    background: #2a2024;
    color: #fff;
    border-radius: 8px;
    padding: 26px;
}

.member-hero-panel h1,
.member-page-title h1,
.biodata-preview-head h1 {
    margin: 0 0 8px;
    color: inherit;
    font-size: 30px;
    line-height: 1.2;
}

.member-hero-panel p,
.member-page-title p,
.biodata-preview-head p {
    margin: 0;
}

.member-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.member-progress-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.member-card {
    padding: 20px;
}

.member-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3e5d0;
    color: #8f1d46;
}

.member-card h3,
.form-section h2,
.biodata-detail-grid h2,
.biodata-long-card h2 {
    margin: 14px 0 8px;
    color: #2a2024;
    font-size: 20px;
}

.member-card p {
    min-height: 52px;
    color: #5b5557;
    line-height: 1.55;
}

.member-card form {
    margin-top: 12px;
}

.profile-view-usage-card .usage-numbers {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 8px;
}

.profile-view-usage-card .usage-numbers strong {
    color: #8f1d46;
    font-size: 34px;
    line-height: 1;
}

.profile-view-usage-card .usage-numbers span,
.profile-view-usage-card small {
    color: #5b5557;
    font-weight: 600;
}

.usage-meter {
    height: 8px;
    overflow: hidden;
    margin: 14px 0 10px;
    border-radius: 999px;
    background: #eadfe3;
}

.usage-meter span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #8f1d46;
}

.verification-card .verification-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.verification-card input,
.verification-card select {
    width: 100%;
    min-height: 42px;
    border: 1px solid #d8d2d5;
    border-radius: 6px;
    padding: 0 12px;
    font: inherit;
}

.shadi-primary-btn[disabled],
.shadi-primary-btn:disabled {
    opacity: .58;
    cursor: not-allowed;
}

.member-actions,
.form-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 22px;
}

.member-actions form {
    margin: 0;
}

.shadi-secondary-light-btn {
    display: inline-flex;
    min-height: 44px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #8f1d46;
    color: #8f1d46;
    font-weight: 700;
    background: #fff;
}

.status-pill {
    display: inline-flex;
    min-height: 32px;
    padding: 0 12px;
    align-items: center;
    border-radius: 999px;
    background: #eadde2;
    color: #432c36;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

.verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 8px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #d8f1df;
    color: #14672b;
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle;
}

.safety-action-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(220px, .8fr);
    gap: 16px;
}

.safety-action-card textarea,
.safety-action-card select {
    width: 100%;
    border: 1px solid #d8d2d5;
    border-radius: 6px;
    padding: 10px 12px;
    font: inherit;
}

.safety-action-card textarea {
    margin: 10px 0;
    resize: vertical;
}

.danger-link-btn {
    border-color: #8f1d46;
    color: #8f1d46;
}

.status-APPROVED {
    background: #d8f1df;
    color: #14672b;
}

.status-SUBMITTED {
    background: #fff0c6;
    color: #7b5600;
}

.status-REJECTED {
    background: #f7d8de;
    color: #8f1d46;
}

.status-PENDING {
    background: #fff0c6;
    color: #7b5600;
}

.media-upload-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.biodata-media-selector-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
    gap: 20px;
    align-items: end;
    margin-bottom: 18px;
}

.biodata-media-selector-card h3 {
    margin-top: 0;
}

.biodata-media-selector-card p {
    min-height: 0;
    margin-bottom: 0;
}

.biodata-media-selector {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 10px;
    align-items: end;
}

.biodata-media-selector label {
    grid-column: 1 / -1;
    font-weight: 700;
}

.biodata-media-selector select {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d8d2d5;
    border-radius: 6px;
    padding: 0 12px;
    background: #fff;
    font: inherit;
}

.media-upload-grid form,
.media-list-card {
    display: grid;
    gap: 14px;
}

.file-field input[type="file"] {
    margin-top: 8px;
}

.inline-check {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #5b5557;
}

.member-table {
    width: 100%;
    border-collapse: collapse;
}

.member-table th,
.member-table td {
    padding: 12px;
    border-bottom: 1px solid #eadde2;
    text-align: left;
    vertical-align: middle;
}

.member-table th {
    color: #2a2024;
    font-size: 13px;
    text-transform: uppercase;
}

.member-table td:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
}

.media-thumb {
    width: 54px;
    height: 54px;
    border-radius: 8px;
    border: 1px solid #eadde2;
}

.member-biodata-photo {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #eadde2;
    background: #f8edf1;
    color: #8f1d46;
    overflow: hidden;
}

.member-biodata-photo-default {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.media-main-photo-form {
    margin: 0;
}

.media-main-switch {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    border: 0;
    background: transparent;
    color: #5b5557;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    padding: 0;
    cursor: pointer;
}

.media-main-switch.is-active {
    color: #236235;
    cursor: default;
}

.media-main-switch-track {
    position: relative;
    width: 42px;
    height: 24px;
    border-radius: 999px;
    background: #d8d2d5;
    transition: background .2s ease;
}

.media-main-switch-track span {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(42, 32, 36, .22);
    transition: transform .2s ease;
}

.media-main-switch:hover .media-main-switch-track {
    background: #bfa7b0;
}

.media-main-switch.is-active .media-main-switch-track {
    background: #2f8f4e;
}

.media-main-switch.is-active .media-main-switch-track span {
    transform: translateX(18px);
}

.message-send-form {
    display: grid;
    gap: 12px;
}

.message-send-form textarea {
    width: 100%;
    min-height: 120px;
    border: 1px solid #ddcbd2;
    border-radius: 8px;
    padding: 12px 14px;
    resize: vertical;
    font: inherit;
}

.member-alert {
    margin-bottom: 16px;
    border-radius: 8px;
    padding: 12px 14px;
    font-weight: 600;
}

.member-alert.success {
    background: #edf8f0;
    border: 1px solid #b8dfc1;
    color: #236235;
}

.member-alert.error {
    background: #fff1f1;
    border: 1px solid #f0b9b9;
    color: #9a2525;
}

.form-help {
    margin: -2px 0 16px;
    color: #695f64;
    line-height: 1.6;
}

.biodata-form,
.biodata-preview {
    display: grid;
    gap: 18px;
}

.signup-note {
    margin: 8px 0 0;
    color: #675b60;
    max-width: 620px;
}

.signup-minimal-form {
    max-width: 880px;
}

.form-section,
.biodata-long-card {
    padding: 22px;
}

.biodata-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.biodata-form-grid label {
    display: grid;
    gap: 7px;
    color: #3c3337;
    font-weight: 700;
}

.biodata-form-grid input,
.biodata-form-grid select,
.biodata-form-grid textarea {
    width: 100%;
    min-height: 42px;
    border: 1px solid #d8d2d5;
    border-radius: 6px;
    padding: 0 12px;
    font: inherit;
    background: #fff;
}

.biodata-form-grid textarea {
    padding: 12px;
    resize: vertical;
}

.biodata-form-grid select.multi-select {
    min-height: 168px;
    padding: 8px 12px;
}

.biodata-form-grid .wide {
    grid-column: 1 / -1;
}

.biodata-preview {
    padding: 24px;
}

.biodata-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.biodata-detail-grid article {
    padding: 20px;
}

.biodata-detail-grid dl {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 9px 12px;
    margin: 0;
}

.biodata-detail-grid dt {
    color: #6c6266;
    font-weight: 700;
}

.biodata-detail-grid dd {
    margin: 0;
    color: #2a2024;
}

.public-profile-shell {
    display: grid;
    gap: 22px;
}

.public-profile-head,
.profile-search-filters,
.public-profile-results,
.public-profile-empty,
.contact-privacy-note {
    background: #fff;
    border: 1px solid #eadde2;
    border-radius: 8px;
}

.public-profile-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 28px;
}

.public-profile-head h1 {
    margin: 0 0 8px;
    color: #2a2024;
    font-size: 34px;
    line-height: 1.2;
}

.public-profile-head p {
    margin: 0;
    color: #5b5557;
    max-width: 760px;
}

.profile-search-filters {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    padding: 20px;
}

.profile-search-filters label {
    display: grid;
    gap: 7px;
    color: #3c3337;
    font-weight: 700;
}

.profile-search-filters input,
.profile-search-filters select {
    width: 100%;
    min-height: 42px;
    border: 1px solid #d8d2d5;
    border-radius: 6px;
    padding: 0 12px;
    background: #fff;
    font: inherit;
}

.profile-search-actions {
    display: flex;
    gap: 10px;
    align-items: end;
    flex-wrap: wrap;
}

.public-profile-results {
    padding: 22px;
}

.public-profile-result-head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
}

.public-profile-result-head h2 {
    margin: 0;
    color: #2a2024;
}

.public-profile-result-head span {
    color: #6c6266;
    font-weight: 700;
}

.public-profile-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.public-profile-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 20px;
    border: 1px solid #eadde2;
    border-radius: 8px;
    background: #fff;
}

.public-profile-card h3 {
    margin: 0 0 8px;
    color: #2a2024;
    font-size: 21px;
}

.public-profile-card p {
    margin: 0 0 7px;
    color: #5b5557;
    line-height: 1.45;
}

.public-profile-card strong {
    display: block;
    color: #2a2024;
    margin-top: 6px;
}

.public-profile-card .shadi-secondary-light-btn {
    grid-column: 1 / -1;
}

.public-profile-empty {
    grid-column: 1 / -1;
    padding: 24px;
}

.public-profile-empty h3,
.public-profile-empty p {
    margin: 0 0 8px;
}

.contact-privacy-note {
    padding: 14px 16px;
    color: #614221;
    background: #fff8e9;
    border-color: #f0d9aa;
    font-weight: 700;
}

.public-profile-detail {
    max-width: 1100px;
    margin: 0 auto;
}

@media (max-width: 920px) {
    .header-bottom,
    .shadi-hero-inner,
    .shadi-safety,
    .shadi-steps,
    .shadi-profile-grid,
    .shadi-stats-grid,
    .footer .container,
    .packages-hero-inner,
    .packages-grid,
    .myaccount-area form,
    .aa-myaccount-register form,
    .member-shell,
    .member-grid,
    .member-progress-grid,
    .biodata-form-grid,
    .biodata-detail-grid,
    .profile-search-filters,
    .public-profile-grid,
    .media-upload-grid,
    .biodata-media-selector-card,
    .info-step-grid,
    .info-split {
        grid-template-columns: 1fr;
    }

    .biodata-media-selector {
        grid-template-columns: 1fr;
    }

    .header-bottom {
        padding: 14px 0;
    }

    .header-assurance {
        grid-template-columns: 1fr;
    }

    .packages-hero h1 {
        font-size: 34px;
    }

    .packages-note .container {
        align-items: flex-start;
        flex-direction: column;
    }

    .member-nav-actions,
    .shadi-nav ul,
    .login-title {
        align-items: flex-start;
    }

    .member-nav-actions,
    .shadi-nav ul,
    .login-title {
        flex-direction: column;
    }

    .shadi-nav ul {
        display: grid;
    }

    .public-profile-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .shadi-hero h1 {
        font-size: 34px;
    }

    .shadi-hero-card {
        justify-self: stretch;
        max-width: none;
    }

    .shadi-section-head h2,
    .shadi-safety h2,
    .shadi-cta h2 {
        font-size: 28px;
    }

    .member-sidebar {
        position: static;
    }

    .member-hero-panel,
    .member-page-title,
    .biodata-preview-head {
        display: grid;
    }

    .profile-head-with-photo {
        align-items: flex-start;
    }
}

@media (max-width: 560px) {
    .container {
        width: min(100% - 22px, 1180px);
    }

    .shadi-hero {
        min-height: auto;
    }

    .shadi-hero h1 {
        font-size: 30px;
    }

    .shadi-hero-text {
        font-size: 16px;
    }
}

/* Professional typography and palette refinement */
:root {
    --mm-font-sans: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    --mm-text: #1f2933;
    --mm-muted: #667085;
    --mm-soft-text: #475467;
    --mm-heading: #111827;
    --mm-brand: #7a2042;
    --mm-brand-dark: #5f1834;
    --mm-accent: #b8873d;
    --mm-page: #f5f6f8;
    --mm-surface: #ffffff;
    --mm-surface-soft: #f9fafb;
    --mm-surface-tint: #f7f1f4;
    --mm-border: #d9dee7;
    --mm-border-soft: #e6e9ef;
    --mm-shadow: 0 10px 24px rgba(16, 24, 40, .07);
}

body {
    background: var(--mm-surface);
    color: var(--mm-text);
    font-family: var(--mm-font-sans);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
dt,
label {
    color: var(--mm-heading);
    font-weight: 600;
}

p,
dd,
li,
small,
span {
    font-weight: 400;
}

input,
select,
textarea,
button {
    font-family: inherit;
}

.header,
.top-nav,
.page-wrapper,
.member-sidebar,
.member-main,
.member-card,
.form-section,
.biodata-preview,
.biodata-detail-grid article,
.biodata-long-card,
.public-profile-head,
.profile-search-filters,
.public-profile-results,
.public-profile-empty,
.contact-privacy-note,
.package-card,
.package-empty,
.packages-note,
.info-step-grid article,
.info-split section,
.info-highlight,
.shadi-search-panel,
.shadi-hero-card,
.user-account-main {
    background: var(--mm-surface);
    border-color: var(--mm-border);
    box-shadow: var(--mm-shadow);
}

.top-nav,
.theme-bg-color,
.member-area,
.shadi-stats,
.packages-hero {
    background: var(--mm-page);
}

.assurance-item,
.package-card-free,
.shadi-stats-grid div {
    background: var(--mm-surface-soft);
    border-color: var(--mm-border-soft);
    color: var(--mm-soft-text);
    font-weight: 500;
}

.brand-mark,
.regi-btn,
.shadi-primary-btn,
.shadi-search-form button,
.login-btn,
.registerBtn,
.info-step-grid article span,
.member-sidebar a.active,
.member-sidebar a:hover,
.usage-meter span {
    background: var(--mm-brand);
    color: #fff;
}

.regi-btn:hover,
.shadi-primary-btn:hover,
.shadi-search-form button:hover,
.login-btn:hover,
.registerBtn:hover {
    background: var(--mm-brand-dark);
}

.brand-copy strong,
.fa-color-profile,
.assurance-item i,
.shadi-nav li a i,
.shadi-nav li a:hover,
.shadi-nav li a:focus,
.shadi-hero-card h2,
.shadi-search-panel h2,
.login-title h1,
.login-title h3,
.member-card-icon,
.profile-view-usage-card .usage-numbers strong,
.danger-link-btn,
.sign-btn,
.shadi-secondary-light-btn {
    color: var(--mm-brand);
}

.sign-btn,
.shadi-secondary-light-btn,
.danger-link-btn {
    border-color: var(--mm-brand);
}

.shadi-nav li a,
.member-nav-actions a,
.user-account-box a,
.member-sidebar a,
.profile-search-filters label,
.shadi-search-form label,
.login-form label {
    color: var(--mm-soft-text);
    font-weight: 500;
}

.shadi-nav li a:hover,
.shadi-nav li a:focus {
    background: var(--mm-surface-tint);
    border-bottom-color: var(--mm-accent);
}

.pageTitle,
.info-step-grid h2,
.info-split h2,
.info-highlight h2,
.shadi-section-head h2,
.shadi-safety h2,
.shadi-cta h2,
.package-card h3,
.package-empty h3,
.packages-note h2,
.member-sidebar h2,
.member-hero-panel h1,
.member-page-title h1,
.biodata-preview-head h1,
.member-card h3,
.form-section h2,
.biodata-detail-grid h2,
.biodata-long-card h2,
.public-profile-head h1,
.public-profile-result-head h2,
.public-profile-card h3 {
    color: var(--mm-heading);
    font-weight: 600;
    letter-spacing: 0;
}

.page-lead,
.pageContent,
.shadi-hero-card p,
.member-card p,
.profile-view-usage-card .usage-numbers span,
.profile-view-usage-card small,
.public-profile-head p,
.public-profile-result-head span,
.public-profile-card p,
.package-card p,
.package-card li,
.packages-hero p,
.user-fast-entry li a {
    color: var(--mm-muted);
    font-weight: 400;
}

.shadi-kicker {
    color: var(--mm-accent);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
}

.shadi-hero::before {
    background: linear-gradient(90deg, rgba(17, 24, 39, .88) 0%, rgba(95, 24, 52, .68) 45%, rgba(17, 24, 39, .16) 100%);
}

.shadi-hero h1 {
    font-weight: 600;
    letter-spacing: 0;
}

.shadi-hero-text {
    font-weight: 400;
}

.shadi-primary-btn,
.shadi-secondary-btn,
.shadi-secondary-light-btn,
.shadi-search-form button,
.login-btn,
.registerBtn,
.regi-btn,
.sign-btn {
    font-weight: 600;
    letter-spacing: 0;
    transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.shadi-secondary-light-btn:hover,
.sign-btn:hover {
    background: var(--mm-surface-tint);
}

.form-control,
.shadi-search-form input,
.shadi-search-form select,
.login-form input[type="text"],
.login-form input[type="password"],
.verification-card input,
.verification-card select,
.profile-search-filters input,
.profile-search-filters select,
.safety-action-card textarea,
.safety-action-card select,
.message-send-form textarea {
    color: var(--mm-text);
    border-color: var(--mm-border);
    background: var(--mm-surface);
    font-weight: 400;
}

.form-control:focus,
.shadi-search-form input:focus,
.shadi-search-form select:focus,
.login-form input[type="text"]:focus,
.login-form input[type="password"]:focus,
.verification-card input:focus,
.verification-card select:focus,
.profile-search-filters input:focus,
.profile-search-filters select:focus,
.safety-action-card textarea:focus,
.safety-action-card select:focus,
.message-send-form textarea:focus {
    border-color: var(--mm-brand);
    box-shadow: 0 0 0 3px rgba(122, 32, 66, .12);
    outline: 0;
}

.member-hero-panel,
.shadi-cta,
.footer {
    background: #1f2933;
    color: #fff;
}

.member-card-icon,
.info-step-grid.compact article span {
    background: var(--mm-surface-tint);
}

.status-pill {
    background: #eef2f6;
    color: #344054;
    font-weight: 600;
    letter-spacing: 0;
}

.verified-badge,
.status-APPROVED {
    background: #e6f4ea;
    color: #1e6b3a;
    font-weight: 600;
}

.status-SUBMITTED,
.status-PENDING {
    background: #fff4d6;
    color: #7a4f01;
}

.status-REJECTED {
    background: #fde7ea;
    color: #9f1239;
}

.status-INACTIVE {
    background: #edf0f5;
    color: #475467;
}

.member-alert.success {
    background: #ecfdf3;
    border-color: #b7e3c3;
    color: #1f6b3b;
}

.member-alert.error {
    background: #fff1f3;
    border-color: #f2b8c1;
    color: #9f1239;
}

.public-profile-card strong,
.profile-view-usage-card .usage-numbers strong {
    font-weight: 600;
}

.text-end {
    text-align: right;
}

.biodata-list-table td:first-child {
    display: table-cell;
}

.biodata-action-cell {
    min-width: 280px;
}

.inline-action-form {
    display: inline-flex;
    margin: 4px 0 0 6px;
}

.small-action-btn {
    min-height: 34px;
    padding: 0 12px;
    font-size: 13px;
}

.password-reset-page {
    background: var(--mm-page);
    padding: 56px 0 72px;
}

.password-reset-shell {
    display: flex;
    justify-content: center;
}

.password-reset-card {
    width: min(100%, 480px);
    background: var(--mm-surface);
    border: 1px solid var(--mm-border);
    border-radius: 8px;
    box-shadow: var(--mm-shadow);
    padding: 34px;
}

.password-reset-head {
    margin-bottom: 22px;
    text-align: left;
}

.password-reset-head h1 {
    margin: 0 0 8px;
    color: var(--mm-heading);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
}

.password-reset-head p {
    margin: 0;
    color: var(--mm-muted);
}

.password-reset-form {
    display: grid;
    gap: 16px;
}

.password-reset-form label {
    display: grid;
    gap: 7px;
    color: var(--mm-soft-text);
    font-weight: 500;
}

.password-reset-form input {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--mm-border);
    border-radius: 6px;
    padding: 0 12px;
    font: inherit;
}

.password-reset-form input:focus {
    border-color: var(--mm-brand);
    box-shadow: 0 0 0 3px rgba(122, 32, 66, .12);
    outline: 0;
}

.password-reset-form .login-btn {
    width: 100%;
    margin-top: 4px;
}

.password-reset-footer {
    margin-top: 18px;
    text-align: center;
}

.password-reset-footer a {
    color: var(--mm-brand);
    font-weight: 500;
}

@media (max-width: 560px) {
    .password-reset-page {
        padding: 32px 0 48px;
    }

    .password-reset-card {
        padding: 24px;
    }
}
.link-button {
    background: none;
    border: 0;
    color: #8b1e3f;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    padding: 0;
    text-decoration: underline;
}

/* Consistent form typography */
.biodata-form-grid label,
.profile-search-filters label,
.shadi-search-form label,
.login-form label,
.password-reset-form label,
.biodata-media-selector label,
.file-field label,
.verification-card label,
.safety-action-card label,
.message-send-form label {
    color: var(--mm-soft-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
}

input:not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="checkbox"]):not([type="radio"]),
select,
textarea {
    color: var(--mm-text);
    font-family: var(--mm-font-sans);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0;
}

input[type="file"] {
    font-size: 14px;
}

select option {
    font-family: var(--mm-font-sans);
    font-size: 15px;
    font-weight: 400;
}

input::placeholder,
textarea::placeholder {
    color: #98a2b3;
    font-weight: 400;
    opacity: 1;
}

input[readonly],
input:disabled,
select:disabled,
textarea:disabled {
    color: #475467;
    font-weight: 400;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    font-family: var(--mm-font-sans);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
}

.login-form .verification-form label,
.inline-check,
.want-offer {
    font-size: 14px;
    font-weight: 400;
}
