#home1{
	z-index:100;
	width:100%;
}

.member-page{
    max-width:1100px;
    margin:40px auto;
    padding:0 20px;
}

.member-hero{
    display:grid;
    grid-template-columns:55% 45%;
    min-height:560px;
    border:1px solid rgba(244,197,80,.45);
    border-radius:22px;
    overflow:hidden;
    background:#080d09;
    box-shadow:0 0 35px rgba(244,197,80,.12);
}

.hero-image{
    position:relative;
    background-image:url("/img/customer9.webp");
    background-size:cover;
    background-position:center center;
}

/* use this if the face is still cropped */
/*
.hero-image{
    background-position:left center;
}
*/

.hero-image::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to right,
        rgba(0,0,0,.08),
        rgba(0,0,0,.55),
        rgba(0,0,0,.95)
    );
}

.hero-content{
    padding:55px 45px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:24px;
    max-width:520px;
}

.hero-content h1{
    margin:0;
    font-size:58px;
    line-height:.95;
    font-weight:900;
}

.hero-content h1 span{
    display:block;
    color:#f4c550;
}

.hero-desc{
    margin:0;
    font-size:19px;
    line-height:1.7;
}

.hero-desc strong{
    color:#f4c550;
}

.benefit-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:14px;
}

.benefit-card{
    padding:22px 12px;
    text-align:center;
    border-radius:14px;
    border:1px solid rgba(244,197,80,.35);
    background:rgba(255,255,255,.035);
    backdrop-filter:blur(6px);
}

.benefit-icon{
    width:54px;
    height:54px;
    margin:0 auto 14px;
    border-radius:50%;
    background:rgba(244,197,80,.18);
    color:#f4c550;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    font-size:22px;
}

.benefit-card strong{
    display:block;
    font-size:18px;
    margin-bottom:5px;
}

.benefit-card small{
    color:#ddd;
    font-size:13px;
}

.main-cta{
    width:100%;
    max-width:430px;
    border:none;
    border-radius:50px;
    padding:16px 26px;
    background:linear-gradient(135deg,#f8d665,#e8aa2d);
    color:#111;
    font-size:18px;
    font-weight:900;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
    box-shadow:0 8px 24px rgba(244,197,80,.25);
}

.main-cta span{
    font-size:30px;
    line-height:1;
}

.info-card{
    margin-top:26px;
    padding:32px;
    border-radius:22px;
    border:1px solid rgba(244,197,80,.2);
    background:rgba(255,255,255,.035);
}

.info-card h2{
    color:#f4c550;
    margin:0 0 14px;
}

.info-card p{
    color:#eee;
    line-height:1.7;
    margin-bottom:24px;
}

.perk-list{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.perk-item{
    display:flex;
    align-items:center;
    gap:14px;
}

.perk-item span{
    min-width:48px;
    height:48px;
    border-radius:50%;
    border:1px solid #f4c550;
    color:#f4c550;
    display:flex;
    align-items:center;
    justify-content:center;
}

.perk-item strong{
    display:block;
}

.perk-item small{
    color:#bbb;
}

/* Mobile */
@media(max-width:768px){

    .member-page{
        margin:20px auto;
        padding:0 14px;
    }

    .member-hero{
        grid-template-columns:1fr;
        min-height:auto;
    }

    .hero-image{
        min-height:340px;
        background-position:center top;
    }

    .hero-image::after{
        background:linear-gradient(
            to bottom,
            rgba(0,0,0,.05),
            rgba(0,0,0,.9)
        );
    }

    .hero-content{
        padding:30px 22px;
        max-width:none;
    }

    .hero-content h1{
        font-size:44px;
    }

    .hero-desc{
        font-size:17px;
    }

    .benefit-grid{
        grid-template-columns:1fr;
    }

    .main-cta{
        max-width:none;
        font-size:16px;
    }

    .info-card{
        padding:24px 20px;
    }

    .perk-list{
        grid-template-columns:1fr;
    }
}


/* DROPSHIP PAGE ONLY */

.dropship-page {
    --gold: #f4c550;
    --gold2: #e8aa2d;
    --panel: rgba(255,255,255,.035);
    --line: rgba(244,197,80,.25);
}

.dropship-hero-panel {
    display: grid;
    grid-template-columns: 52% 48%;
    min-height: 470px;
    border: 1px solid var(--line);
    border-radius: 22px;
    overflow: hidden;
    background: #080d09;
    box-shadow: 0 0 35px rgba(244,197,80,.12);
}

.dropship-hero-content {
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
    z-index: 2;
}

.dropship-hero-content h1 {
    margin: 0;
    font-size: 56px;
    line-height: .95;
    font-weight: 900;
}

.dropship-hero-content h1 span {
    color: var(--gold);
}

.tagline {
    width: fit-content;
    padding: 9px 18px;
    border-radius: 12px;
    color: var(--gold);
    background: rgba(244,197,80,.12);
    font-weight: 800;
    font-style: italic;
}

.dropship-hero-content p {
    max-width: 480px;
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}

.dropship-hero-image {
    position: relative;
    background: 
        linear-gradient(to right, rgba(0,0,0,.95), rgba(0,0,0,.25)),
        url("/img/dropship_clean.webp") center center / cover no-repeat;
}

.dropship-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.dropship-benefits div,
.walang-lugi-grid div,
.perfect-grid div {
    padding: 16px;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(0,0,0,.28);
}

.dropship-benefits span,
.walang-lugi-grid span,
.perfect-grid span {
    display: flex;
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
    border-radius: 50%;
    border: 1px solid var(--gold);
    color: var(--gold);
    align-items: center;
    justify-content: center;
}

.dropship-benefits strong,
.walang-lugi-grid strong,
.perfect-grid strong {
    display: block;
    color: var(--gold);
    margin-bottom: 6px;
}

.dropship-benefits small,
.walang-lugi-grid small,
.perfect-grid small {
    color: #ddd;
    line-height: 1.4;
}

.drop-section {
    margin-top: 24px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--panel);
}

.drop-section h2 {
    margin: 0 0 20px;
    color: var(--gold);
}

.walang-lugi-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.drop-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.drop-step {
    position: relative;
    padding: 22px;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(0,0,0,.25);
}

.drop-step b {
    display: inline-flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: var(--gold);
    color: #111;
}

.drop-step strong {
    display: block;
    margin: 14px 0 8px;
}

.drop-step small {
    color: #ddd;
    line-height: 1.5;
}

.drop-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.drop-option {
    padding: 22px;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(0,0,0,.25);
}

.drop-option span {
    font-size: 36px;
}

.drop-option h3 {
    margin: 12px 0 8px;
}

.drop-option p {
    color: #ddd;
    line-height: 1.5;
}

.drop-option button,
.drop-table button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 30px;
    background: linear-gradient(135deg, #f8d665, var(--gold2));
    color: #111;
    font-weight: 900;
    cursor: pointer;
}

.dropship-tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.drop-link-card label {
    display: block;
    margin-top: 18px;
    font-weight: bold;
}

.discount-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 10px 0;
}

.discount-row input {
    width: 130px;
    padding: 14px;
    border-radius: 8px;
    border: none;
    font-size: 18px;
}

.discount-row strong {
    color: var(--gold);
}

.drop-link-card .main-cta {
    margin-top: 20px;
}

.table-wrap {
    overflow-x: auto;
}

.drop-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 420px;
}

.drop-table th,
.drop-table td {
    padding: 14px;
    border-bottom: 1px solid rgba(255,255,255,.14);
    text-align: left;
}

.drop-table th {
    color: var(--gold);
}

.drop-table .active {
    color: #8ee36b;
    font-weight: bold;
}

.perfect-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.drop-final-cta {
    margin-top: 24px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(244,197,80,.12), rgba(255,255,255,.035));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.drop-final-cta h2 {
    margin: 0 0 6px;
    color: var(--gold);
}

.drop-final-cta p {
    margin: 0;
    color: #ddd;
}

/* MOBILE */
@media(max-width: 768px) {

    .dropship-hero-panel {
        grid-template-columns: 1fr;
    }

    .dropship-hero-image {
        min-height: 280px;
        order: -1;
        background:
            linear-gradient(to bottom, rgba(0,0,0,.15), rgba(0,0,0,.9)),
            url("/img/dropship_clean.webp") center center / cover no-repeat;
    }

    .dropship-hero-content {
        padding: 28px 22px;
    }

    .dropship-hero-content h1 {
        font-size: 42px;
    }

    .dropship-benefits,
    .walang-lugi-grid,
    .drop-steps,
    .drop-options,
    .dropship-tools,
    .perfect-grid {
        grid-template-columns: 1fr;
    }

    .drop-section {
        padding: 20px;
    }

    .drop-final-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .drop-final-cta .main-cta {
        width: 100%;
        max-width: none;
    }
}

.profile-page {
    --gold: #f4c550;
    --line: rgba(244,197,80,.25);
    --panel: rgba(255,255,255,.035);
}

.profile-hero {
    padding: 34px;
    border-radius: 22px;
    border: 1px solid var(--line);
    background: linear-gradient(135deg, rgba(244,197,80,.10), rgba(255,255,255,.035));
    box-shadow: 0 0 35px rgba(244,197,80,.10);
}

.profile-user {
    display: flex;
    align-items: center;
    gap: 22px;
}

.profile-user img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--gold);
}

.profile-user h1 {
    margin: 0 0 8px;
    font-size: 34px;
}

.status-badge {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 30px;
    background: rgba(244,197,80,.15);
    color: var(--gold);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
}

.profile-stats {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.profile-stats div,
.profile-card {
    padding: 22px;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: rgba(0,0,0,.28);
}

.profile-stats small {
    display: block;
    color: #bbb;
    margin-bottom: 8px;
}

.profile-stats strong {
    color: #fff;
    font-size: 20px;
}

.profile-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 24px;
}

.profile-card h2 {
    margin-top: 0;
    color: var(--gold);
}

.profile-row {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.profile-row span {
    color: #bbb;
}

.profile-row strong {
    text-align: right;
}

.profile-card button {
    width: 100%;
    margin-top: 12px;
    padding: 15px 18px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255,255,255,.04);
    color: #fff;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
}

.profile-card button:hover {
    background: rgba(244,197,80,.12);
    color: var(--gold);
}

@media(max-width:768px) {
    .profile-hero {
        padding: 24px 20px;
    }

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

    .profile-user h1 {
        font-size: 28px;
    }

    .profile-stats,
    .profile-grid {
        grid-template-columns: 1fr;
    }

    .profile-row {
        flex-direction: column;
        gap: 6px;
    }

    .profile-row strong {
        text-align: left;
    }
}

/* EARNINGS PAGE ONLY */

.earnings-page {
    --gold: #f4c550;
    --gold2: #e8aa2d;
    --line: rgba(244,197,80,.25);
    --panel: rgba(255,255,255,.035);
}

.earnings-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.earnings-header h1 {
    margin: 0 0 8px;
    color: var(--gold);
    font-size: 42px;
}

.earnings-header p {
    margin: 0;
    color: #ccc;
}

.earnings-icon {
    width: 90px;
    height: 90px;
    border-radius: 24px;
    border: 1px solid var(--line);
    color: var(--gold);
    background: rgba(244,197,80,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    font-weight: 900;
}

.earnings-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.earning-stat,
.earnings-card,
.earnings-note {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--panel);
}

.earning-stat {
    padding: 22px;
}

.earning-stat span {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid var(--gold);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.earning-stat small {
    display: block;
    color: #ccc;
    margin-bottom: 8px;
}

.earning-stat strong {
    display: block;
    font-size: 24px;
    color: #fff;
    margin-bottom: 8px;
}

.earning-stat p {
    margin: 0;
    color: #aaa;
    line-height: 1.4;
}

.earnings-note {
    margin-top: 18px;
    padding: 18px 20px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.earnings-note strong {
    color: var(--gold);
    font-size: 22px;
}

.earnings-note p {
    margin: 0;
    color: #ddd;
    line-height: 1.5;
}

.earnings-card {
    margin-top: 24px;
    padding: 24px;
}

.earnings-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.earnings-card-head h2 {
    margin: 0 0 6px;
    color: var(--gold);
}

.earnings-card-head p {
    margin: 0;
    color: #bbb;
}

.earnings-card-head button,
.table-btn {
    border: none;
    border-radius: 30px;
    padding: 11px 18px;
    background: linear-gradient(135deg, #f8d665, var(--gold2));
    color: #111;
    font-weight: 900;
    cursor: pointer;
}

.earnings-table-wrap {
    overflow-x: auto;
}

.earnings-table {
    width: 100%;
    min-width: 300px;
    border-collapse: collapse;
}

.earnings-table th,
.earnings-table td {
    padding: 15px 14px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    text-align: left;
    vertical-align: middle;
}

.earnings-table th {
    color: var(--gold);
    font-size: 14px;
}

.earnings-table td {
    color: #eee;
}

.earnings-table small {
    color: #bbb;
}

.status-paid {
    color: #8ee36b;
    font-weight: 900;
}

.status-pending {
    padding: 6px 12px;
    border-radius: 20px;
    color: var(--gold);
    background: rgba(244,197,80,.12);
    border: 1px solid rgba(244,197,80,.25);
    font-weight: 900;
}

/* MOBILE */
@media(max-width:768px) {

    .earnings-header {
        align-items: flex-start;
    }

    .earnings-header h1 {
        font-size: 34px;
    }

    .earnings-icon {
        width: 64px;
        height: 64px;
        font-size: 34px;
    }

    .earnings-summary {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .earning-stat {
        padding: 18px;
    }

    .earning-stat strong {
        font-size: 20px;
    }

    .earnings-card {
        padding: 18px;
    }

    .earnings-card-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .earnings-table {
        min-width: 300px;
    }
}

@media(max-width:480px) {
    .earnings-summary {
        grid-template-columns: 1fr;
    }
}

.close-btn{
    width:48px;
    height:48px;
    border-radius:50%;
    border:2px solid #F5C151;
    background:rgba(0,0,0,.55);
    color:#fff;
    display:flex;
	font-size:18px;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:.25s;
    backdrop-filter:blur(6px);
}

.close-btn:hover{
    background:rgba(244,197,80,.12);
    border-color:#f4c550;
    color:#f4c550;
    box-shadow:0 0 18px rgba(244,197,80,.25);
}

/* REFERRAL PAGE ONLY */

.referral-page {
    --gold: #f4c550;
    --gold2: #e8aa2d;
    --line: rgba(244,197,80,.25);
    --panel: rgba(255,255,255,.035);
}

/* Hero */
.referral-hero {
    display: grid;
    grid-template-columns: 52% 48%;
    min-height: 460px;
    border: 1px solid var(--line);
    border-radius: 22px;
    overflow: hidden;
    background: #080d09;
    box-shadow: 0 0 35px rgba(244,197,80,.12);
}

.referral-hero-content {
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
    z-index: 2;
}

.referral-hero-content h1 {
    margin: 0;
    font-size: 60px;
    line-height: .95;
    font-weight: 900;
}

.referral-hero-content h1 span {
    color: var(--gold);
}

.referral-hero-content p {
    max-width: 500px;
    margin: 0;
    font-size: 19px;
    line-height: 1.6;
    color: #eee;
}

.referral-hero-image {
    position: relative;
    background:
        linear-gradient(to right, rgba(0,0,0,.9), rgba(0,0,0,.25)),
        url("/img/recruit.webp") center center / cover no-repeat;
}

/* Benefits */
.referral-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.referral-benefits div {
    padding: 16px;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(0,0,0,.28);
}

.referral-benefits span,
.invite-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--gold);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.referral-benefits strong {
    display: block;
    color: var(--gold);
    margin-bottom: 6px;
}

.referral-benefits small {
    color: #ddd;
    line-height: 1.4;
}

/* Sections */
.referral-section {
    margin-top: 24px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--panel);
}

.referral-section h2 {
    margin: 0 0 20px;
    color: var(--gold);
}

.referral-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
}

.referral-section-head h2 {
    margin-bottom: 6px;
}

.referral-section-head p {
    margin: 0;
    color: #bbb;
}

.referral-section-head button,
.invite-card button {
    border: none;
    border-radius: 30px;
    padding: 12px 20px;
    background: linear-gradient(135deg, #f8d665, var(--gold2));
    color: #111;
    font-weight: 900;
    cursor: pointer;
}

.referral-section-head button span,
.invite-card button span {
    margin-left: 10px;
}

/* Invite Cards */
.invite-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 18px;
}

.invite-card {
    padding: 24px;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: rgba(0,0,0,.28);
}

.invite-card h3 {
    margin: 0 0 8px;
    color: #fff;
}

.invite-card p {
    margin: 0 0 18px;
    color: #ddd;
    line-height: 1.5;
}

.referral-link-card label {
    display: block;
    margin-bottom: 8px;
    color: var(--gold);
    font-weight: 800;
}

.copy-link-box {
    display: flex;
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
    background: rgba(0,0,0,.35);
}

.copy-link-box input {
    flex: 1;
    padding: 14px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 15px;
    outline: none;
}

.copy-link-box .copy-link-btn {
    width: 56px;
    border-radius: 0;
    padding: 0;
}

.referral-link-card small {
    display: block;
    color: #bbb;
    line-height: 1.5;
    margin-bottom: 18px;
}

/* Table */
.referral-table-wrap {
    overflow-x: auto;
}

.referral-table {
    width: 100%;
    min-width: 300px;
    border-collapse: collapse;
}

.referral-table th,
.referral-table td {
    padding: 15px 14px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    text-align: left;
}

.referral-table th {
    color: var(--gold);
    font-size: 14px;
}

.referral-table td {
    color: #eee;
}

.ref-status {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 900;
}

.ref-status.active {
    color: #8ee36b;
    border: 1px solid rgba(142,227,107,.35);
    background: rgba(142,227,107,.08);
}

/* Mobile */
@media(max-width: 768px) {

    .referral-hero {
        grid-template-columns: 1fr;
    }

    .referral-hero-image {
        order: -1;
        min-height: 280px;
        background:
            linear-gradient(to bottom, rgba(0,0,0,.15), rgba(0,0,0,.9)),
            url("/img/recruit.webp") center center / cover no-repeat;
    }

    .referral-hero-content {
        padding: 28px 22px;
    }

    .referral-hero-content h1 {
        font-size: 42px;
    }

    .referral-hero-content p {
        font-size: 17px;
    }

    .referral-benefits,
    .invite-grid {
        grid-template-columns: 1fr;
    }

    .referral-section {
        padding: 20px;
    }

    .referral-section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .referral-section-head button {
        width: 100%;
    }

    .invite-card button {
        width: 100%;
    }

    .referral-table {
        min-width: 300px;
    }
}

/* FREE MATERIALS PAGE ONLY */

.materials-page {
    --gold: #f4c550;
    --gold2: #e8aa2d;
    --line: rgba(244,197,80,.25);
    --panel: rgba(255,255,255,.035);
}

.materials-hero {
    display: grid;
    grid-template-columns: 45% 55%;
    min-height: 430px;
    border: 1px solid var(--line);
    border-radius: 22px;
    overflow: hidden;
    background: #080d09;
    box-shadow: 0 0 35px rgba(244,197,80,.12);
}

.materials-hero-text {
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.materials-hero-text small {
    color: var(--gold);
    font-weight: 900;
    letter-spacing: 1px;
}

.materials-hero-text h1 {
    margin: 0;
    font-size: 56px;
    line-height: .95;
    font-weight: 900;
}

.materials-hero-text h1 span {
    color: var(--gold);
    display: block;
}

.materials-hero-text p {
    max-width: 480px;
    margin: 0;
    color: #eee;
    font-size: 18px;
    line-height: 1.6;
}

.materials-hero-image {
    background:
        linear-gradient(to right, rgba(0,0,0,.9), rgba(0,0,0,.2)),
        url("/img/materials9.webp") center center / cover no-repeat;
}

.materials-section {
    margin-top: 24px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--panel);
}

.materials-section h2 {
    margin: 0 0 18px;
    color: var(--gold);
}

.materials-actions,
.channel-grid,
.featured-materials {
    display: grid;
    gap: 18px;
}

.materials-actions {
    grid-template-columns: repeat(3, 1fr);
}

.material-action-card,
.channel-card,
.material-item {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(0,0,0,.28);
}

.material-action-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px;
}

.material-action-card span {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 50%;
    border: 1px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 26px;
}

.material-action-card h3,
.channel-card h3,
.material-item h3 {
    margin: 0 0 6px;
    color: #fff;
}

.material-action-card p,
.channel-card p {
    margin: 0;
    color: #ccc;
    line-height: 1.4;
}

.material-action-card button {
    margin-left: auto;
    background: none;
    border: none;
    color: var(--gold);
    font-size: 32px;
    cursor: pointer;
}

.channel-grid {
    grid-template-columns: repeat(3, 1fr);
}

.channel-card {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 22px;
}

.channel-card span {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 900;
    color: #fff;
}

.channel-card a,
.channel-card button,
.material-item button,
.materials-head button {
    margin-top: 10px;
    border: none;
    border-radius: 30px;
    padding: 10px 18px;
    background: linear-gradient(135deg,#f8d665,var(--gold2));
    color: #111;
    font-weight: 900;
    cursor: pointer;
}

.facebook span {
    background: #1877f2;
}

.youtube span {
    background: #ff0000;
}

.tiktok span {
    background: #111;
    border: 1px solid #444;
}

.materials-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.featured-materials {
    grid-template-columns: repeat(3, 1fr);
}

.material-item {
    position: relative;
    overflow: hidden;
    padding-bottom: 18px;
}

.material-item img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
}

.material-item span {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--gold);
    color: #111;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 900;
}

.material-item h3,
.material-item button {
    margin-left: 18px;
    margin-right: 18px;
}

.material-item h3 {
    margin-top: 16px;
}

/* MOBILE */
@media(max-width:768px) {

    .materials-hero {
        grid-template-columns: 1fr;
    }

    .materials-hero-image {
        min-height: 260px;
        order: -1;
        background:
            linear-gradient(to bottom, rgba(0,0,0,.1), rgba(0,0,0,.9)),
            url("/img/materials9.webp") center center / cover no-repeat;
    }

    .materials-hero-text {
        padding: 28px 22px;
    }

    .materials-hero-text h1 {
        font-size: 42px;
    }

    .materials-actions,
    .channel-grid,
    .featured-materials {
        grid-template-columns: 1fr;
    }

    .materials-section {
        padding: 20px;
    }

    .materials-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

.cust-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.75);
    backdrop-filter: blur(5px);
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 120px 20px 20px;
}

.cust-modal {
    position: relative;
    width: 100%;
    max-width: 1080px;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    padding: 34px;
    border-radius: 22px;
    background: rgba(12,13,12,.96);
    border: 1px solid rgba(244,197,80,.45);
    box-shadow: 0 0 40px rgba(244,197,80,.18);
    color: #fff;
}

.cust-close-btn {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(244,197,80,.45);
    background: rgba(0,0,0,.45);
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}

.cust-close-btn:hover {
    color: #f4c550;
    box-shadow: 0 0 18px rgba(244,197,80,.35);
}

.cust-modal-head h2 {
    margin: 0 0 8px;
    color: #f4c550;
    font-size: 34px;
}

.cust-modal-head p {
    margin: 0 0 24px;
    color: #ddd;
}

.cust-search-row {
    display: grid;
    grid-template-columns: 1fr 150px 130px;
    gap: 14px;
    margin-bottom: 26px;
}

.cust-search-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 18px;
    border-radius: 12px;
    border: 1px solid rgba(244,197,80,.25);
    background: rgba(255,255,255,.05);
}

.cust-search-box input {
    width: 100%;
    padding: 16px 0;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: 16px;
}

.cust-search-box input::placeholder {
    color: #aaa;
}

.cust-search-btn,
.cust-clear-btn {
    border-radius: 12px;
    font-weight: 900;
    cursor: pointer;
    font-size: 15px;
}

.cust-search-btn {
    border: none;
    background: linear-gradient(135deg,#f8d665,#e8aa2d);
    color: #111;
}

.cust-clear-btn {
    border: 1px solid rgba(244,197,80,.35);
    background: transparent;
    color: #fff;
}

.cust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.cust-card {
    display: grid;
    grid-template-columns: 58px 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border-radius: 16px;
    border: 1px solid rgba(244,197,80,.25);
    background: rgba(255,255,255,.04);
    transition: .2s;
}

.cust-card:hover {
    border-color: #f4c550;
    background: rgba(244,197,80,.07);
    transform: translateY(-2px);
}

.cust-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #f4c550;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f4c550;
    font-size: 24px;
}

.cust-info h3 {
    margin: 0 0 6px;
    font-size: 16px;
}

.cust-info p {
    margin: 3px 0;
    color: #ddd;
    font-size: 13px;
}

.cust-card button {
    padding: 9px 14px;
    border-radius: 9px;
    border: 1px solid #f4c550;
    background: transparent;
    color: #f4c550;
    font-weight: 900;
    cursor: pointer;
}

.cust-card button:hover {
    background: linear-gradient(135deg,#f8d665,#e8aa2d);
    color: #111;
}

.cust-modal-footer {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.cust-modal-footer p {
    margin: 0;
    color: #bbb;
}

.cust-pages {
    display: flex;
    gap: 8px;
}

.cust-pages a {
    min-width: 38px;
    height: 38px;
    border-radius: 10px;
    border: none;
    background: rgba(255,255,255,.06);
    color: #fff;
    cursor: pointer;
    font-weight: 900;
}

.cust-pages a.active {
    background: linear-gradient(135deg,#f8d665,#e8aa2d);
    color: #111;
}

/* Mobile */
@media (max-width: 768px) {
    .cust-modal {
        padding: 24px 18px;
    }

    .cust-modal-head h2 {
        font-size: 28px;
        padding-right: 50px;
    }

    .cust-search-row {
        grid-template-columns: 1fr;
    }

    .cust-grid {
        grid-template-columns: 1fr;
    }

    .cust-card {
        grid-template-columns: 52px 1fr;
    }

    .cust-card button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .cust-modal-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .cust-pages {
        flex-wrap: wrap;
    }
}

.profile-upload-overlay{
    display:none;
    position:fixed;
    inset:0;
    z-index:9999;
    background:rgba(0,0,0,.75);
    backdrop-filter:blur(6px);
    align-items:flex-start;
    justify-content:center;
    padding:120px 20px 30px;
}

.profile-upload-modal{
    position:relative;
    width:100%;
    max-width:680px;
    background:#101010;
    color:#fff;
    border:1px solid rgba(244,197,80,.4);
    border-radius:22px;
    padding:34px;
    box-shadow:0 0 35px rgba(244,197,80,.18);
    text-align:center;
}

.profile-upload-close{
    position:absolute;
    top:18px;
    right:18px;
    width:42px;
    height:42px;
    border-radius:50%;
    border:1px solid rgba(244,197,80,.35);
    background:rgba(0,0,0,.55);
    color:#fff;
    font-size:28px;
    cursor:pointer;
}

.profile-upload-close:hover{
    color:#f4c550;
}

.profile-upload-icon{
    width:70px;
    height:70px;
    margin:0 auto 16px;
    border-radius:50%;
    border:1px solid #f4c550;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
}

.profile-upload-modal h2{
    color:#f4c550;
    margin:0 0 8px;
}

.profile-upload-modal p{
    color:#ccc;
    margin-bottom:28px;
}

.profile-upload-body{
    display:grid;
    grid-template-columns:1.3fr .7fr;
    gap:28px;
    align-items:center;
}

.upload-dropbox{
    border:2px dashed #f4c550;
    border-radius:50%;
    width:204px;
    height:204px;
    margin:auto;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    background:rgba(244,197,80,.05);
}

.upload-dropbox input{
    display:none;
}

.upload-dropbox span{
    font-size:42px;
    opacity:.7;
}

.upload-dropbox strong{
    margin-top:10px;
}

.upload-dropbox small{
    margin-top:8px;
    color:#f4c550;
}

.profile-preview strong{
    color:#f4c550;
    display:block;
    margin-bottom:12px;
}

.profile-preview img{
    width:130px;
    height:130px;
    object-fit:cover;
    border-radius:50%;
    border:3px solid #f4c550;
	margin:auto;
}

.profile-upload-actions{
    margin-top:34px;
    display:flex;
    gap:18px;
    justify-content:center;
}

.cancel-btn,
.upload-btn{
    min-width:180px;
    padding:15px 24px;
    border-radius:14px;
    font-weight:900;
    cursor:pointer;
}

.cancel-btn{
    background:transparent;
    color:#fff;
    border:1px solid rgba(244,197,80,.35);
}

.upload-btn{
    border:none;
    background:linear-gradient(135deg,#f8d665,#e8aa2d);
    color:#111;
}

@media(max-width:768px){
    .profile-upload-body{
        grid-template-columns:1fr;
    }

    .profile-upload-actions{
        flex-direction:column;
    }

    .cancel-btn,
    .upload-btn{
        width:100%;
    }
}

.password-panel{
    position:relative;
    max-width:1000px;
    margin:40px auto;
    display:grid;
    grid-template-columns:36% 64%;
    border:1px solid rgba(244,197,80,.35);
    border-radius:22px;
    background:rgba(255,255,255,.035);
    color:#fff;
    overflow:hidden;
    box-shadow:0 0 35px rgba(244,197,80,.12);
}

.password-close{
    position:absolute;
    top:22px;
    right:22px;
    width:42px;
    height:42px;
    border-radius:50%;
    border:1px solid rgba(244,197,80,.35);
    background:rgba(0,0,0,.55);
    color:#fff;
    font-size:28px;
    cursor:pointer;
}

.password-close:hover{
    color:#f4c550;
}

.password-left{
    padding:48px 36px;
    border-right:1px solid rgba(244,197,80,.18);
    text-align:center;
}

.password-icon{
    width:84px;
    height:84px;
    margin:0 auto 24px;
    border-radius:50%;
    border:1px solid #f4c550;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:36px;
    color:#f4c550;
    background:rgba(244,197,80,.08);
}

.password-left h2{
    margin:0 0 12px;
    color:#f4c550;
    font-size:24px;
}

.password-left p{
    color:#ddd;
    line-height:1.6;
}

.password-rules{
    margin-top:24px;
    padding:24px;
    border-radius:16px;
    border:1px solid rgba(244,197,80,.2);
    background:rgba(0,0,0,.25);
    text-align:left;
}

.password-rules h3{
    margin-top:0;
    color:#f4c550;
    font-size:17px;
}

.password-rules p{
    margin:12px 0;
}

.password-right{
    padding:52px 44px;
}

.password-note{
    color:#ccc;
    margin-bottom:30px;
}

.password-right label{
    display:block;
    margin:20px 0 8px;
    font-weight:bold;
}

.password-input{
    display:flex;
    align-items:center;
    border:1px solid rgba(255,255,255,.22);
    border-radius:10px;
    background:rgba(0,0,0,.25);
    overflow:hidden;
}

.password-input input{
    flex:1;
    padding:18px;
    border:none;
    outline:none;
    background:transparent;
    color:#fff;
    font-size:16px;
}

.password-input span{
    padding:0 18px;
    color:#aaa;
    cursor:pointer;
}

.strength-row{
    margin:14px 0 22px;
    display:flex;
    align-items:center;
    gap:12px;
    color:#bbb;
    font-size:13px;
}

.strength-bar{
    width:150px;
    height:5px;
    background:rgba(255,255,255,.15);
    border-radius:10px;
    overflow:hidden;
}

.strength-bar i{
    display:block;
    width:28%;
    height:100%;
    background:#f4c550;
}

.password-alert{
    margin-top:22px;
    padding:16px;
    border-radius:12px;
    background:rgba(255,255,255,.06);
    color:#ccc;
}

.password-actions{
    margin-top:24px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.show-pass-btn{
    border:none;
    background:transparent;
    color:#f4c550;
    font-weight:bold;
    cursor:pointer;
}

.update-pass-btn{
    border:none;
    border-radius:14px;
    padding:16px 30px;
    background:linear-gradient(135deg,#f8d665,#e8aa2d);
    color:#111;
    font-weight:900;
    cursor:pointer;
}

@media(max-width:768px){
    .password-panel{
        grid-template-columns:1fr;
        margin:20px;
    }

    .password-left{
        border-right:none;
        border-bottom:1px solid rgba(244,197,80,.18);
    }

    .password-right{
        padding:30px 22px;
    }

    .password-actions{
        flex-direction:column;
        align-items:stretch;
    }

    .update-pass-btn{
        width:100%;
    }
}

.password-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,.75);
    backdrop-filter: blur(6px);
    align-items: flex-start;
    justify-content: center;
    padding: 120px 20px 30px;
}

.password-popup {
    margin: 0;
    width: 100%;
    max-width: 1000px;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

@media(max-width:768px) {
    .password-popup-overlay {
        padding-top: 100px;
    }

    .password-popup {
        max-height: calc(100vh - 120px);
    }
}

.main-navbar{
    position:sticky;
    top:0;
    z-index:999;
    padding:5px 5px;
    background:rgba(0,0,0,.55);
    backdrop-filter:blur(14px);
}

.nav-inner{
    max-width:1400px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    padding:14px 26px;
    border-radius:24px;
    border:1px solid rgba(244,197,80,.22);
    background:rgba(15,15,15,.82);
    box-shadow:
        0 0 30px rgba(244,197,80,.08),
        inset 0 0 20px rgba(255,255,255,.02);
}

.nav-left{
    display:flex;
    align-items:center;
    gap:18px;
}

.nav-logo img{
    width:120px;
    display:block;
}

.mobile-menu-btn{
    display:none;
    width:46px;
    height:46px;
    border:none;
    border-radius:12px;
    background:rgba(255,255,255,.05);
    color:#f4c550;
    font-size:24px;
    cursor:pointer;
}

.nav-center{
    display:flex;
    align-items:center;
    gap:34px;
}

.nav-link{
    position:relative;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    letter-spacing:.5px;
    transition:.25s;
}

.nav-link:hover{
    color:#f4c550;
}

.nav-link.active{
    color:#f4c550;
}

.nav-link.active::after{
    content:"";
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-12px;
    width:60px;
    height:4px;
    border-radius:10px;
    background:#f4c550;
    box-shadow:0 0 12px rgba(244,197,80,.65);
}

.nav-right{
    display:flex;
    align-items:center;
    gap:18px;
}

.order-btn{
    display:flex;
    align-items:center;
    gap:5px;
    padding:13px 22px;
    border:none;
    border-radius:40px;
    background:linear-gradient(135deg,#f8d665,#e8aa2d);
    color:#111;
    font-weight:700;
    cursor:pointer;
    transition:.25s;
}

.order-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 0 18px rgba(244,197,80,.35);
}

.profile-dropdown{
    position:relative;
}

.profile-btn{
    display:flex;
    align-items:center;
    gap:12px;
    padding:6px 12px 6px 6px;
    border:none;
    border-radius:40px;
    background:rgba(255,255,255,.04);
    color:#fff;
    cursor:pointer;
}

.profile-btn img{
    width:44px;
    height:44px;
    border-radius:50%;
    border:2px solid rgba(244,197,80,.55);
    object-fit:cover;
}

.profile-btn span{
    font-weight:700;
}

.profile-btn small{
    color:#f4c550;
    font-size:16px;
}

.profile-menu{
    position:absolute;
    top:70px;
    right:0;
    width:280px;
    padding:18px;
    border-radius:20px;
    border:1px solid rgba(244,197,80,.22);
    background:rgba(12,12,12,.96);
    backdrop-filter:blur(14px);
    box-shadow:0 0 30px rgba(0,0,0,.4);
    display:none;
}
/*
.profile-dropdown:hover .profile-menu{
    display:block;
}
*/
.login_name{
	font-size:24px;
	font-weight:600;
	color:#f4c550;
	text-align:center;
}

.login-menu-head{
    display:flex;
    align-items:center;
    gap:14px;
    padding-bottom:18px;
}

.login-menu-head img{
    width:120px;
    height:120px;
    border-radius:50%;
    border:2px solid #f4c550;
    object-fit:cover;
	margin:auto;
}

.profile-menu-head{
    display:flex;
    align-items:center;
    gap:14px;
    padding-bottom:18px;
}

.profile-menu-head img{
    width:58px;
    height:58px;
    border-radius:50%;
    border:2px solid #f4c550;
    object-fit:cover;
}

.profile-menu-head strong{
    display:block;
    color:#fff;
    font-size:18px;
}

.profile-menu-head p{
    margin:4px 0 0;
    color:#aaa;
    font-size:13px;
}

.profile-menu a{
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 12px;
    border-radius:12px;
    color:#fff;
    text-decoration:none;
    transition:.2s;
}

.profile-menu a:hover{
    background:rgba(244,197,80,.08);
    color:#f4c550;
}

.profile-divider{
    height:1px;
    margin:10px 0;
    background:rgba(255,255,255,.08);
}

.logout-link{
    color:#ff7d7d !important;
}

/* MOBILE */
@media(max-width:900px){
	.nav-logo img{
		width:84px;
		display:block;
	}
    .nav-inner{
        padding:12px 16px;
    }

    .mobile-menu-btn{
        display:flex;
        align-items:center;
        justify-content:center;
    }

    .nav-center{
        display:none;
    }

    .order-btn{
        padding:12px 16px;
        font-size:12px;
    }
	
	.profile-dropdown{
		display:none;
	}

    .profile-btn span{
        display:none;
    }

    .profile-btn{
        padding-right:8px;
    }

    .profile-menu{
        width:250px;
        right:-10px;
    }

}

.mobile-nav-menu {
    display: none;
    position: fixed;
    top: 95px;
    left: 20px;
    right: 20px;
    z-index: 998;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid rgba(244,197,80,.25);
    background: rgba(12,12,12,.96);
    backdrop-filter: blur(14px);
    box-shadow: 0 0 30px rgba(0,0,0,.45);
}

.mobile-nav-menu a {
    display: block;
    padding: 15px 14px;
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.mobile-nav-menu a:hover {
    background: rgba(244,197,80,.10);
    color: #f4c550;
}

.mobile-nav-divider {
    height: 1px;
    margin: 10px 0;
    background: rgba(255,255,255,.10);
}

.mobile-logout {
    color: #ff7777 !important;
}

@media(min-width:901px) {
    .mobile-nav-menu {
        display: none !important;
    }
}

.sub-nav-wrap{
    max-width:1100px;
    margin:12px auto 0;
    padding:0 16px;
}

.sub-nav-tabs{
    display:flex;
    gap:8px;
    padding:8px;
    border-radius:20px;
    border:1px solid rgba(244,197,80,.22);
    background:rgba(15,15,15,.86);
    backdrop-filter:blur(12px);
    box-shadow:0 0 22px rgba(244,197,80,.08);
    overflow-x:auto;
    scrollbar-width:none;
}

.sub-nav-tabs::-webkit-scrollbar{
    display:none;
}

.sub-nav-item{
    flex:0 0 auto;
    min-width:120px;
    padding:14px 18px;
    border-radius:15px;
    color:#ddd;
    text-decoration:none;
    font-weight:600;
    text-align:center;
    transition:.25s;
}

.sub-nav-item span{
    display:block;
    margin-bottom:6px;
    color:#f4c550;
    font-size:20px;
}

.sub-nav-item:hover,
.sub-nav-item.active{
    color:#111;
	font-weight:800;
    background:linear-gradient(135deg,#f8d665,#e8aa2d);
    box-shadow:0 0 16px rgba(244,197,80,.28);
}

.sub-nav-item:hover span,
.sub-nav-item.active span{
    color:#111;
}

@media(max-width:768px){

    .sub-nav-wrap{
        padding:0 10px;
        margin-top:8px;
    }

    .sub-nav-tabs{
        gap:4px;
        padding:5px;
        border-radius:16px;
        overflow:hidden;
    }

    .sub-nav-item{
        flex:1;
        min-width:auto;
        padding:10px 4px;
        border-radius:12px;
        font-size:11px;
        font-weight:700;
    }

    .sub-nav-item span{
        font-size:16px;
        margin-bottom:4px;
    }

}

.site-footer{
    margin-top:36px;
    padding:36px;
    border:1px solid rgba(244,197,80,.28);
    border-radius:26px;
    background:rgba(15,15,15,.88);
    backdrop-filter:blur(14px);
    color:#fff;
    box-shadow:0 0 35px rgba(244,197,80,.10);
}

.footer-grid{
    display:grid;
    grid-template-columns:1.4fr .8fr .8fr 1fr 1fr;
    gap:34px;
}

.footer-logo{
    width:170px;
    margin-bottom:16px;
}

.footer-tagline{
    color:#f4c550;
    font-weight:800;
}

.footer-brand p,
.footer-col p{
    color:#ccc;
    line-height:1.6;
}

.footer-socials{
    display:flex;
    gap:12px;
    margin:18px 0;
}

.footer-socials a{
    width:42px;
    height:42px;
    border-radius:50%;
    border:1px solid rgba(244,197,80,.45);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#f4c550;
    text-decoration:none;
    font-weight:900;
}

.footer-community-btn,
.footer-outline-btn{
    display:inline-block;
    padding:12px 20px;
    border-radius:30px;
    border:1px solid rgba(244,197,80,.45);
    color:#f4c550;
    background:transparent;
    text-decoration:none;
    font-weight:800;
    cursor:pointer;
}

.footer-col h3{
    color:#f4c550;
    margin-top:0;
    text-transform:uppercase;
    font-size:15px;
}

.footer-col a{
    display:block;
    color:#ddd;
    text-decoration:none;
    margin:13px 0;
}

.footer-col a:hover{
    color:#f4c550;
}

.partner-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}

.partner-grid div{
    padding:18px;
    border-radius:14px;
    border:1px solid rgba(244,197,80,.22);
    background:rgba(255,255,255,.04);
    text-align:center;
    font-weight:900;
}

.partner-note{
    margin-top:18px;
    font-size:14px;
}

.footer-bottom{
    margin-top:34px;
    padding-top:24px;
    border-top:1px solid rgba(255,255,255,.12);
    display:flex;
    justify-content:space-between;
    gap:20px;
    color:#aaa;
}

.footer-bottom a{
    color:#ccc;
    text-decoration:none;
    margin:0 8px;
}

.footer-bottom a:hover{
    color:#f4c550;
}

.footer-bottom span{
    color:#f4c550;
}

/* Mobile */
@media(max-width:900px){
    .site-footer{
        padding:26px 20px;
        border-radius:22px;
    }

    .footer-grid{
        grid-template-columns:1fr;
        gap:24px;
        text-align:center;
    }

    .footer-socials{
        justify-content:center;
    }

    .partner-grid{
        grid-template-columns:1fr 1fr;
    }

    .footer-bottom{
        flex-direction:column;
        text-align:center;
    }
}

.aff-modal-overlay{
    display:none;
    position:fixed;
    inset:0;
    z-index:9999;
    background:rgba(0,0,0,.78);
    backdrop-filter:blur(7px);
    align-items:flex-start;
    justify-content:center;
    padding:120px 20px 30px;
}

.aff-modal{
    position:relative;
    width:100%;
    max-width:860px;
    max-height:calc(100vh - 100px);
    overflow-y:auto;
    padding:34px;
    border-radius:24px;
    border:1px solid rgba(244,197,80,.4);
    background:rgba(14,14,14,.96);
    color:#fff;
    box-shadow:0 0 40px rgba(244,197,80,.16);
}

.aff-close{
    position:absolute;
    top:20px;
    right:20px;
    width:42px;
    height:42px;
    border-radius:50%;
    border:1px solid rgba(244,197,80,.35);
    background:rgba(0,0,0,.55);
    color:#fff;
    font-size:28px;
    cursor:pointer;
}

.aff-close:hover{
    color:#f4c550;
    box-shadow:0 0 18px rgba(244,197,80,.3);
}

.aff-header{
    text-align:center;
    margin-bottom:28px;
}

.aff-icon{
    width:62px;
    height:62px;
    margin:0 auto 14px;
    border-radius:50%;
    border:1px solid #f4c550;
    color:#f4c550;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    background:rgba(244,197,80,.08);
}

.aff-header h2{
    margin:0 0 8px;
    color:#f4c550;
    font-size:32px;
}

.aff-header p{
    margin:0;
    color:#ccc;
}

.aff-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}

.aff-card{
    display:flex;
    gap:12px;
    align-items:flex-start;
    padding:18px;
    border-radius:16px;
    border:1px solid rgba(244,197,80,.22);
    background:rgba(255,255,255,.04);
    transition:.25s;
}

.aff-card:hover{
    border-color:#f4c550;
    background:rgba(244,197,80,.08);
    transform:translateY(-2px);
}

.aff-card span{
    font-size:30px;
}

.aff-card img{
    width:36px;
	margin-top:20px;
}

.aff-card h3{
    margin:0 0 6px;
    color:#f4c550;
    font-size:16px;
}

.aff-card p{
    margin:0;
    color:#ddd;
    font-size:13px;
    line-height:1.4;
}

.aff-footer{
    margin-top:28px;
    text-align:center;
}

.aff-page-btn{
    border:1px solid rgba(244,197,80,.45);
    background:transparent;
    color:#f4c550;
    border-radius:30px;
    padding:13px 24px;
    font-weight:900;
    cursor:pointer;
}

.aff-page-btn:hover{
    background:rgba(244,197,80,.12);
}

@media(max-width:768px){
    .aff-modal-overlay{
        padding:90px 12px 20px;
    }

    .aff-modal{
        padding:26px 18px;
        max-height:calc(100vh - 110px);
        border-radius:20px;
    }

    .aff-header h2{
        font-size:26px;
        padding:0 45px;
    }

    .aff-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:768px){

    .dropship-tools{
        grid-template-columns:1fr;
    }

    .drop-link-card{
        max-width:none;
        width:100%;
        box-sizing:border-box;
    }

    .drop-link-card .main-cta{
        width:100%;
        max-width:none;
        white-space:normal;
    }

    .drop-table,
    .drop-table thead,
    .drop-table tbody,
    .drop-table tr,
    .drop-table th,
    .drop-table td{
        display:block;
        width:100%;
    }

    .drop-table{
        min-width:0;
    }

    .drop-table thead{
        display:none;
    }

    .drop-table tr{
        margin-bottom:14px;
        padding:14px;
        border:1px solid rgba(244,197,80,.25);
        border-radius:14px;
        background:rgba(0,0,0,.25);
    }

    .drop-table td{
        padding:8px 0;
        border:none;
        display:flex;
        justify-content:space-between;
        gap:12px;
        word-break:break-word;
    }

    .drop-table td::before{
        font-weight:900;
        color:#f4c550;
        min-width:80px;
    }

    .drop-table td:nth-child(1)::before{ content:"Link"; }
    .drop-table td:nth-child(2)::before{ content:"Discount"; }
    .drop-table td:nth-child(3)::before{ content:"Status"; }
    .drop-table td:nth-child(4)::before{ content:"Action"; }

    .drop-table td button{
        width:auto;
        min-width:90px;
        padding:10px 16px;
    }
}

@media(max-width:768px){

    .referral-table-wrap{
        overflow:visible;
    }

    .referral-table,
    .referral-table thead,
    .referral-table tbody,
    .referral-table tr,
    .referral-table th,
    .referral-table td{
        display:block;
        width:100%;
    }

    .referral-table thead{
        display:none;
    }

    .referral-table tr{
        margin-bottom:16px;
        padding:16px;
        border-radius:16px;
        border:1px solid rgba(244,197,80,.22);
        background:rgba(255,255,255,.03);
    }

    .referral-table td{
        display:flex;
        justify-content:space-between;
        align-items:flex-start;
        gap:12px;
        padding:10px 0;
        border:none;
        font-size:14px;
        word-break:break-word;
    }

    .referral-table td::before{
        font-weight:900;
        color:#f4c550;
        min-width:120px;
        flex-shrink:0;
    }

    .referral-table td:nth-child(1)::before{
        content:"Member Name";
    }

    .referral-table td:nth-child(2)::before{
        content:"Member ID";
    }

    .referral-table td:nth-child(3)::before{
        content:"Date Joined";
    }

    .referral-table td:nth-child(4)::before{
        content:"Status";
    }

    .referral-table td:nth-child(5)::before{
        content:"Contact";
    }

    .referral-table td:nth-child(6)::before{
        content:"Province";
    }

    .ref-status{
        margin-left:auto;
    }

}

@media(max-width:768px){

    .earnings-table-wrap{
        overflow:visible;
    }

    .earnings-table,
    .earnings-table thead,
    .earnings-table tbody,
    .earnings-table tr,
    .earnings-table th,
    .earnings-table td{
        display:block;
        width:100%;
    }

    .earnings-table thead{
        display:none;
    }

    .earnings-table tr{
        margin-bottom:16px;
        padding:16px;
        border-radius:16px;
        border:1px solid rgba(244,197,80,.22);
        background:rgba(255,255,255,.03);
    }

    .earnings-table td{
        display:flex;
        justify-content:space-between;
        align-items:flex-start;
        gap:12px;
        padding:10px 0;
        border:none;
        font-size:14px;
        word-break:break-word;
    }

    .earnings-table td::before{
        font-weight:900;
        color:#f4c550;
        min-width:120px;
        flex-shrink:0;
    }

    .earnings-table td:nth-child(1)::before{
        content:"Date";
    }

    .earnings-table td:nth-child(2)::before{
        content:"Particulars";
    }

    .earnings-table td:nth-child(3)::before{
        content:"Reference";
    }

    .earnings-table td:nth-child(4)::before{
        content:"Net Amount";
    }

    .earnings-table td:nth-child(5)::before{
        content:"Status";
    }

    .earnings-table td:nth-child(6)::before{
        content:"Action";
    }


}

.about-page{
    max-width:1200px;
    margin:40px auto;
    padding:0 20px;
    color:#fff;
}

.about-hero{
    display:grid;
    grid-template-columns:45% 55%;
    min-height:480px;
    border-radius:24px;
    overflow:hidden;
    border:1px solid rgba(244,197,80,.3);
    background:#090909;
}

.about-hero-text{
    padding:56px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.about-hero-text small{
    color:#f4c550;
    font-weight:800;
}

.about-hero-text h1{
    font-size:56px;
    line-height:1;
    margin:16px 0;
}

.about-hero-text h1 span{
    color:#f4c550;
    display:block;
}

.about-hero-text p{
    font-size:18px;
    line-height:1.6;
    color:#ddd;
}

.about-actions{
    display:flex;
    gap:14px;
    margin-top:24px;
}

.about-actions button{
    padding:15px 24px;
    border-radius:30px;
    border:none;
    background:linear-gradient(135deg,#f8d665,#e8aa2d);
    font-weight:900;
    cursor:pointer;
}

.about-actions .outline-btn{
    background:transparent;
    border:1px solid rgba(244,197,80,.45);
    color:#f4c550;
}

.about-hero-image{
    background:
        linear-gradient(to right,rgba(0,0,0,.85),rgba(0,0,0,.15)),
        url("/img/scientists2.webp") center/cover no-repeat;
}

.about-section-title{
    margin:38px 0 20px;
    text-align:center;
    color:#f4c550;
    font-size:24px;
    font-weight:900;
}

.about-card-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.about-card,
.about-values,
.about-stats,
.global-grid{
    border:1px solid rgba(244,197,80,.25);
    border-radius:20px;
    background:rgba(255,255,255,.035);
}

.about-card{
    padding:26px;
}

.about-card span{
    font-size:34px;
}

.about-card h3{
    color:#f4c550;
}

.about-card p{
    color:#ddd;
    line-height:1.6;
}

.about-values,
.about-stats{
    padding:24px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.about-values div,
.about-stats div{
    text-align:center;
}

.about-values span{
    display:block;
    font-size:34px;
    margin-bottom:10px;
}

.about-values strong,
.about-stats strong{
    color:#f4c550;
    display:block;
    font-size:20px;
}

.about-values p,
.about-stats p{
    color:#ccc;
}

.global-grid{
    padding:24px;
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:14px;
}

.global-grid img{
	width:24px;
	margin:auto;
}

.global-grid div{
    padding:18px;
    border-radius:16px;
    background:rgba(0,0,0,.25);
    text-align:center;
}

.global-grid strong{
    display:block;
    color:#f4c550;
    margin:8px 0;
}

.global-grid small{
    color:#ccc;
}

.about-bottom-grid{
    margin-top:28px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.social-row{
    display:flex;
    gap:14px;
}

.social-row a{
    width:48px;
    height:48px;
    border-radius:14px;
    background:linear-gradient(135deg,#f8d665,#e8aa2d);
    color:#111;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-weight:900;
}

@media(max-width:768px){
    .about-hero,
    .about-card-grid,
    .about-values,
    .about-stats,
    .global-grid,
    .about-bottom-grid{
        grid-template-columns:1fr;
    }

    .about-hero-image{
        min-height:300px;
        order:-1;
    }

    .about-hero-text{
        padding:30px 22px;
    }

    .about-hero-text h1{
        font-size:40px;
    }

    .about-actions{
        flex-direction:column;
    }
}

.product-page{
    max-width:1200px;
    margin:30px auto;
    padding:0 20px;
    color:#fff;
}

.product-hero{
    display:grid;
    grid-template-columns:45% 55%;
    min-height:500px;
    border-radius:24px;
    overflow:hidden;
    border:1px solid rgba(244,197,80,.3);
    background:#071006;
}

.product-hero-text{
    padding:55px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.product-hero-text h1{
    font-size:60px;
    line-height:1;
    margin:0 0 16px;
}

.product-hero-text h1 span{
    color:#f4c550;
    display:block;
}

.product-hero-text p{
    color:#ddd;
    font-size:19px;
    line-height:1.6;
}

.product-hero-image{
    background:
        linear-gradient(to right,rgba(0,0,0,.40),rgba(0,0,0,.01)),
        url("/img/hero_bottle.webp") center/cover no-repeat;
}

.feature-badges{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
    margin:26px 0;
}

.feature-badges div{
    text-align:center;
    color:#f4c550;
}

.feature-badges span{
    display:block;
    color:#fff;
    font-size:13px;
    margin-top:6px;
}

.hero-buttons{
    display:flex;
    gap:14px;
}

.hero-buttons button{
    padding:15px 24px;
    border-radius:30px;
    border:none;
    background:linear-gradient(135deg,#f8d665,#e8aa2d);
    color:#111;
    font-weight:900;
    cursor:pointer;
}

.outline-btn{
    background:transparent !important;
    border:1px solid rgba(244,197,80,.45) !important;
    color:#f4c550 !important;
}

.section-title{
    color:#f4c550;
    text-align:center;
    margin:38px 0 22px;
}

.feature-grid,
.trust-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.feature-card,
.info-card,
.trust-grid div{
    border:1px solid rgba(244,197,80,.25);
    border-radius:20px;
    background:rgba(255,255,255,.035);
    padding:26px;
    text-align:center;
}

.feature-card span{
    font-size:42px;
}

.feature-card h3,
.info-card h2{
    color:#f4c550;
}

.feature-card p,
.info-card p,
.expect-card li{
    color:#ddd;
    line-height:1.6;
}

.synergy-box{
    margin-top:28px;
    padding:34px;
    border-radius:22px;
    background:#f4ead6;
    color:#111;
    text-align:center;
}

.synergy-box h2{
    margin-top:0;
}

.synergy-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.synergy-grid span{
    font-size:46px;
}

.synergy-note{
    margin-top:24px;
    padding:16px;
    border:1px solid rgba(0,0,0,.15);
    border-radius:14px;
    font-weight:800;
}

.trust-grid{
    grid-template-columns:repeat(6,1fr);
}

.trust-grid div{
    font-size:34px;
}

.trust-grid span{
    display:block;
    margin-top:10px;
    color:#fff;
    font-size:15px;
}

.bottom-grid{
    margin-top:28px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:22px;
}

.info-card{
    text-align:left;
}

.info-row{
    padding:14px 0;
    border-bottom:1px solid rgba(255,255,255,.12);
}

.info-row strong{
    color:#f4c550;
}

.safe-note{
    margin-top:18px;
    padding:16px;
    border-radius:14px;
    border:1px solid rgba(244,197,80,.25);
    color:#f4c550;
}

.expect-card ul{
    padding-left:20px;
}

.script-text{
    color:#f4c550 !important;
    font-size:24px;
    font-style:italic;
}

/* Mobile */
@media(max-width:768px){

    .product-page{
        padding:0 14px;
    }

    .product-hero{
        grid-template-columns:1fr;
    }

    .product-hero-image{
        min-height:320px;
        order:-1;
    }

    .product-hero-text{
        padding:30px 22px;
    }

    .product-hero-text h1{
        font-size:42px;
    }

    .feature-badges,
    .feature-grid,
    .synergy-grid,
    .trust-grid,
    .bottom-grid{
        grid-template-columns:1fr 1fr;
    }

    .hero-buttons{
        flex-direction:column;
    }

    .hero-buttons button{
        width:100%;
    }

    .synergy-grid,
    .bottom-grid{
        grid-template-columns:1fr;
    }

    .trust-grid{
        grid-template-columns:1fr 1fr;
    }
}

.expect-layout{
    display:grid;
    grid-template-columns:160px 1fr;
    gap:22px;
    align-items:center;
}

.expect-layout img{
    width:160px;
    height:160px;
    object-fit:cover;
    border-radius:50%;
    border:3px solid #f4c550;
    box-shadow:0 0 24px rgba(244,197,80,.22);
}

.expect-layout ul{
    margin:0;
    padding-left:22px;
}

@media(max-width:768px){
    .expect-layout{
        grid-template-columns:1fr;
        text-align:center;
    }

    .expect-layout img{
        margin:auto;
    }

    .expect-layout ul{
        text-align:left;
    }
}

.benefits-page{
    max-width:1200px;
    margin:30px auto;
    padding:0 20px;
    color:#111;
    background:#f7f1df;
}

.benefits-hero{
    display:grid;
    grid-template-columns:45% 55%;
    min-height:480px;
    overflow:hidden;
    background:#e8efd8;
}

.benefits-hero-text{
    padding:55px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.benefits-hero-text small{
    color:#274817;
    font-weight:900;
    letter-spacing:1px;
}

.benefits-hero-text h1{
    font-size:58px;
    line-height:1;
    margin:16px 0;
}

.benefits-hero-text h1 span{
    display:block;
    color:#4f7c32;
}

.benefits-hero-text p{
    font-size:18px;
    line-height:1.6;
    max-width:520px;
}

.benefits-hero-image{
    background:
        linear-gradient(to right,rgba(247,241,223,.8),rgba(247,241,223,.01)),
        url("/img/benefitsHero.webp") center/cover no-repeat;
}

.benefit-mini-grid{
    margin-top:28px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    background:rgba(255,255,255,.75);
    border-radius:16px;
    overflow:hidden;
}

.benefit-mini-grid div{
    font-size:24px;
	padding:18px;
    text-align:center;
    border-right:1px solid rgba(0,0,0,.1);
}

.benefit-mini-grid span{
    display:block;
    margin-top:12px;
	font-size:14px;
    font-weight:600;
}

.benefits-title{
    text-align:center;
    margin:40px 0 28px;
    color:#244319;
}

.benefits-list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0 38px;
}

.benefit-item{
    display:grid;
    grid-template-columns:100px 1fr;
    gap:22px;
    padding:24px 0;
    border-bottom:1px solid rgba(0,0,0,.13);
}

.benefit-item img{
    width:92px;
    height:92px;
    border-radius:50%;
    object-fit:cover;
    border:2px solid #244319;
}

.benefit-item b{
    float:left;
    margin-right:16px;
    font-size:34px;
    color:#244319;
}

.benefit-item h3{
    margin:0 0 8px;
    color:#244319;
    font-size:22px;
}

.benefit-item p{
    margin:0;
    line-height:1.6;
}

.benefits-cta{
    margin:40px 0;
    padding:34px;
    border-radius:24px;
    display:grid;
    grid-template-columns:160px 1fr auto;
    gap:28px;
    align-items:center;
    background:linear-gradient(135deg,#021702,#0B360B);
    color:#fff;
}

.benefits-cta img{
    width:150px;
    height:150px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #f4c550;
}

.benefits-cta h2{
    color:#f4c550;
    margin:0 0 10px;
}

.benefits-cta h2 span{
    display:block;
}

.benefits-cta p{
    margin:0;
    line-height:1.6;
}

.benefits-cta button{
    padding:15px 28px;
    border:none;
    border-radius:30px;
    background:linear-gradient(135deg,#f8d665,#e8aa2d);
    color:#111;
    font-weight:900;
    cursor:pointer;
}

@media(max-width:768px){

    .benefits-page{
        padding:0 14px;
    }

    .benefits-hero{
        grid-template-columns:1fr;
    }

    .benefits-hero-image{
        min-height:300px;
        order:-1;
    }

    .benefits-hero-text{
        padding:30px 22px;
    }

    .benefits-hero-text h1{
        font-size:42px;
    }

    .benefit-mini-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .benefits-list{
        grid-template-columns:1fr;
    }

    .benefit-item{
        grid-template-columns:80px 1fr;
        gap:16px;
    }

    .benefit-item img{
        width:72px;
        height:72px;
    }

    .benefit-item h3{
        font-size:18px;
    }

    .benefits-cta{
        grid-template-columns:1fr;
        text-align:center;
    }

    .benefits-cta img{
        margin:auto;
    }

    .benefits-cta button{
        width:100%;
    }
}

.cta-content{
    display:flex;
    flex-direction:column;
    gap:26px;
}

.cta-icons{
    display:flex;
    gap:28px;
    flex-wrap:wrap;
}

.cta-icons div{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    color:#f4c550;
    font-size:34px;
}

.cta-icons span{
    font-size:14px;
    color:#fff;
    text-align:center;
    line-height:1.4;
}

@media(max-width:768px){

    .cta-icons{
        justify-content:center;
        gap:18px;
    }

    .cta-icons div{
        width:120px;
    }
}

.herbs-page{
    max-width:1200px;
    margin:30px auto;
    padding:0 20px;
    color:#fff;
}

.herbs-hero{
    display:grid;
    grid-template-columns:48% 52%;
    min-height:470px;
    border-radius:24px;
    overflow:hidden;
    border:1px solid rgba(244,197,80,.28);
    background:#061306;
}

.herbs-hero-text{
    padding:55px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.herbs-hero-text h1{
    font-size:58px;
    line-height:1;
    margin:0 0 18px;
}

.herbs-hero-text h1 span{
    color:#f4c550;
    display:block;
}

.herbs-hero-text p{
    color:#ddd;
    font-size:18px;
    line-height:1.6;
}

.herbs-hero-image{
    background:
        linear-gradient(to right,rgba(0,0,0,.4),rgba(0,0,0,.01)),
        url("img/herbs/top_herb.webp") right/cover no-repeat;
}

.herb-hero-icons{
    margin-top:28px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}

.herb-hero-icons div{
    text-align:center;
}

.herb-hero-icons b{
    color:#f4c550;
    font-size:28px;
    display:block;
}

.herb-hero-icons span{
    font-size:13px;
    color:#ddd;
}

.synergy-section{
    margin-top:28px;
    padding:28px;
    border-radius:22px;
    border:1px solid rgba(244,197,80,.25);
    background:rgba(255,255,255,.035);
    text-align:center;
}

.synergy-section h2,
.herbs-title{
    color:#f4c550;
    text-align:center;
}

.synergy-row{
    display:grid;
    grid-template-columns:1fr auto 1fr auto 1fr;
    gap:18px;
    align-items:center;
}

.synergy-row div{
    padding:20px;
    border-radius:16px;
    background:rgba(0,0,0,.25);
}

.synergy-row span{
    font-size:38px;
}

.synergy-row h3{
    color:#f4c550;
}

.synergy-row p{
    color:#ddd;
}

.synergy-row strong{
    color:#f4c550;
    font-size:32px;
}

.herbs-title{
    margin:38px 0 20px;
}

.herb-filter{
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
}

.herb-filter button{
    padding:12px 18px;
    border-radius:30px;
    border:1px solid rgba(244,197,80,.35);
    background:transparent;
    color:#f4c550;
    font-weight:800;
    cursor:pointer;
}

.herb-filter button.active,
.herb-filter button:hover{
    background:linear-gradient(135deg,#f8d665,#e8aa2d);
    color:#111;
}

.featured-herbs{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.featured-herb{
    border:1px solid rgba(244,197,80,.25);
    border-radius:18px;
    overflow:hidden;
    background:rgba(255,255,255,.035);
}

.featured-herb img{
    width:100%;
    height:160px;
    object-fit:cover;
}

.featured-herb h3{
    margin:18px 18px 6px;
    color:#fff;
}

.featured-herb small{
    margin:0 18px;
    color:#f4c550;
}

.featured-herb p{
    margin:12px 18px;
    color:#ddd;
    line-height:1.5;
}

.featured-herb a{
    display:block;
    margin:0 18px 18px;
    color:#f4c550;
    text-decoration:none;
    font-weight:800;
}

.herbs-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:12px;
}

.herb-card{
    padding:14px;
    border-radius:16px;
    border:1px solid rgba(244,197,80,.25);
    background:rgba(255,255,255,.035);
    text-align:center;
    transition:.25s;
}

.herb-card:hover{
    transform:translateY(-3px);
    border-color:#f4c550;
}

.herb-card img{
    width:100%;
    height:90px;
    object-fit:contain;
}

.herb-card span{
    display:block;
    margin-top:10px;
    font-weight:800;
}

.herbs-cta{
    margin-top:36px;
    padding:28px;
    border-radius:22px;
    border:1px solid rgba(244,197,80,.28);
    background:linear-gradient(135deg,#0c2b0c,#153f16);
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:24px;
}

.herbs-cta h2{
    color:#f4c550;
    margin:0 0 8px;
}

.herbs-cta p{
    margin:0;
    color:#ddd;
}

.herbs-cta button{
    border:none;
    border-radius:30px;
    padding:15px 26px;
    background:linear-gradient(135deg,#f8d665,#e8aa2d);
    color:#111;
    font-weight:900;
    cursor:pointer;
}

/* Mobile */
@media(max-width:768px){

    .herbs-page{
        padding:0 14px;
    }

    .herbs-hero{
        grid-template-columns:1fr;
    }

    .herbs-hero-image{
        min-height:300px;
        order:-1;
    }

    .herbs-hero-text{
        padding:30px 22px;
    }

    .herbs-hero-text h1{
        font-size:40px;
    }

    .herb-hero-icons,
    .featured-herbs{
        grid-template-columns:1fr 1fr;
    }

    .synergy-row{
        grid-template-columns:1fr;
    }

    .synergy-row strong{
        display:none;
    }

    .herbs-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .herbs-cta{
        flex-direction:column;
        text-align:center;
    }

    .herbs-cta button{
        width:100%;
    }
}

.synergy-flow{
    display:grid;
    grid-template-columns:1.3fr auto 1.3fr auto 1.3fr auto .9fr 1.1fr;
    gap:18px;
    align-items:center;
}

.synergy-step{
    display:flex;
    align-items:center;
    gap:14px;
}

.synergy-step img{
    width:86px;
    height:86px;
    border-radius:50%;
    object-fit:cover;
    border:2px solid #f4c550;
}

.synergy-step h3,
.synergy-final h3{
    margin:0 0 6px;
    color:#f4c550;
    font-size:16px;
}

.synergy-step p,
.synergy-final p{
    margin:0;
    color:#ddd;
    font-size:13px;
    line-height:1.4;
}

.synergy-plus{
    color:#f4c550;
    font-size:28px;
    font-weight:900;
}

.synergy-result{
    width:105px;
    height:105px;
    border-radius:50%;
    border:2px solid #f4c550;
    box-shadow:0 0 25px rgba(244,197,80,.55);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#f4c550;
}

.synergy-result strong{
    font-size:36px;
    line-height:1;
}

.synergy-result span{
    font-size:13px;
    font-weight:900;
}

.synergy-final{
    text-align:left;
}

@media(max-width:768px){
    .synergy-flow{
        grid-template-columns:1fr;
        text-align:center;
    }

    .synergy-step{
        flex-direction:column;
    }

    .synergy-plus{
        display:none;
    }

    .synergy-result{
        margin:auto;
    }

    .synergy-final{
        text-align:center;
    }
}

.herb-modal-overlay {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,.78);
    backdrop-filter: blur(7px);
    align-items: flex-start;
    justify-content: center;
    padding: 110px 20px 30px;
}

.herb-modal {
    width: 100%;
    max-width: 1050px;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    position: relative;
    padding: 28px;
    border-radius: 24px;
    border: 1px solid rgba(244,197,80,.4);
    background: radial-gradient(circle at top left, #103818, #061006 65%);
    color: #fff;
    box-shadow: 0 0 40px rgba(244,197,80,.18);
}

.herb-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(244,197,80,.45);
    background: rgba(0,0,0,.55);
    color: #f4c550;
    font-size: 28px;
    cursor: pointer;
}

.herb-modal-grid {
    display: grid;
    grid-template-columns: 38% 62%;
    gap: 28px;
}

.herb-modal-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 22px;
    border: 1px solid rgba(244,197,80,.35);
}

.herb-modal-content small {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 30px;
    border: 1px solid rgba(244,197,80,.35);
    color: #f4c550;
}

.herb-modal-content h2 {
    margin: 18px 0 4px;
    font-size: 54px;
    color: #fff;
}

.herb-modal-content em {
    color: #f4c550;
    font-size: 20px;
}

.herb-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0;
}

.herb-tags span {
    padding: 8px 14px;
    border-radius: 30px;
    border: 1px solid rgba(244,197,80,.35);
    color: #f4c550;
    font-weight: 800;
}

.herb-summary {
    color: #eee;
    line-height: 1.6;
    font-size: 17px;
}

.herb-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 24px;
}

.herb-info-grid div {
    padding: 18px;
    border-radius: 16px;
    border: 1px solid rgba(244,197,80,.25);
    background: rgba(0,0,0,.25);
}

.herb-info-grid h3 {
    margin-top: 0;
    color: #f4c550;
}

.herb-info-grid p {
    color: #ddd;
    line-height: 1.5;
}

.herb-modal-actions {
    margin-top: 26px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
}

.herb-modal-actions button {
    padding: 13px 22px;
    border-radius: 30px;
    border: 1px solid rgba(244,197,80,.45);
    background: transparent;
    color: #f4c550;
    font-weight: 900;
    cursor: pointer;
}

#viewAllHerbs {
    background: linear-gradient(135deg,#f8d665,#e8aa2d);
    color: #111;
    border: none;
}

@media(max-width:768px) {
    .herb-modal-overlay {
        padding: 90px 12px 20px;
    }

    .herb-modal {
        padding: 20px;
        max-height: calc(100vh - 110px);
    }

    .herb-modal-grid,
    .herb-info-grid {
        grid-template-columns: 1fr;
    }

    .herb-modal-image img {
        height: 260px;
    }

    .herb-modal-content h2 {
        font-size: 38px;
    }

    .herb-modal-actions {
        flex-direction: column;
    }

    .herb-modal-actions button {
        width: 100%;
    }
}

.testimonials-page{
    max-width:1200px;
    margin:30px auto;
    padding:0 20px;
    color:#fff;
}

.testi-hero{
    display:grid;
    grid-template-columns:42% 58%;
    gap:28px;
    align-items:center;
    padding:36px;
    border-radius:24px;
    border:1px solid rgba(244,197,80,.28);
    background:
/*        linear-gradient(135deg,rgba(0,0,0,.9),rgba(10,40,14,.85)),*/
        url("/img/herbs/featured/testiBG.webp") center/cover no-repeat;
}

.testi-hero h1{
    font-size:52px;
    line-height:1.05;
    margin:0 0 20px;
}

.testi-hero h1 span{
    color:#f4c550;
}

.testi-hero p{
    color:#ddd;
    line-height:1.6;
    font-size:18px;
}

.testi-actions{
    display:flex;
    gap:14px;
    margin-top:24px;
}

.testi-actions button,
.share-story button{
    padding:14px 24px;
    border-radius:30px;
    border:none;
    background:linear-gradient(135deg,#f8d665,#e8aa2d);
    color:#111;
    font-weight:900;
    cursor:pointer;
}

.testi-actions .outline,
.share-story .outline{
    background:transparent;
    border:1px solid rgba(244,197,80,.45);
    color:#f4c550;
}

.featured-video{
    position:relative;
    overflow:hidden;
    border-radius:22px;
    border:1px solid rgba(244,197,80,.35);
    background:#111;
}

.featured-video img,
.video-thumb img{
    width:100%;
    display:block;
    object-fit:cover;
}

.featured-video img{
    height:360px;
}

.featured-video p{
    padding:18px 22px 0;
    margin:0;
}

.featured-video small{
    display:block;
    padding:4px 22px 20px;
    color:#f4c550;
}

.play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:76px;
    height:76px;
    border-radius:50%;
    border:2px solid #f4c550;
    background:rgba(0,0,0,.45);
    color:#f4c550;
    font-size:28px;
    cursor:pointer;
    box-shadow:0 0 25px rgba(244,197,80,.45);
}

.testi-stats{
    margin-top:24px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    border-radius:20px;
    border:1px solid rgba(244,197,80,.25);
    background:rgba(255,255,255,.035);
    overflow:hidden;
}

.testi-stats div{
    padding:24px;
    text-align:center;
    border-right:1px solid rgba(255,255,255,.08);
}

.testi-stats strong{
    display:block;
    color:#f4c550;
    font-size:24px;
}

.testi-stats span{
    color:#ddd;
    font-size:14px;
}

.testi-filters{
    margin:24px 0;
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
}

.testi-filters button{
    padding:12px 20px;
    border-radius:30px;
    border:1px solid rgba(244,197,80,.35);
    background:transparent;
    color:#f4c550;
    font-weight:800;
    cursor:pointer;
}

.testi-filters button.active,
.testi-filters button:hover{
    background:linear-gradient(135deg,#f8d665,#e8aa2d);
    color:#111;
}

.testi-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:18px;
}

.testi-card{
    border-radius:18px;
    overflow:hidden;
    border:1px solid rgba(244,197,80,.22);
    background:rgba(255,255,255,.035);
    transition:.25s;
}

.testi-card:hover{
    transform:translateY(-4px);
    border-color:#f4c550;
    box-shadow:0 0 20px rgba(244,197,80,.16);
}

.testi-card.featured{
    border-color:#f4c550;
}

.video-thumb{
    position:relative;
}

.video-thumb img{
    height:150px;
    aspect-ratio:4/5;
}

.video-thumb .play-btn{
    width:52px;
    height:52px;
    font-size:18px;
}

.testi-card .stars{
    color:#f4c550;
    padding:14px 16px 0;
}

.testi-card h3{
    margin:8px 16px;
    color:#f4c550;
    font-size:17px;
}

.testi-card p{
    margin:0 16px 14px;
    color:#ddd;
    font-size:14px;
    line-height:1.5;
}

.testi-card small{
    display:block;
    margin:0 16px 18px;
    color:#aaa;
}

.share-story{
    margin-top:34px;
    padding:28px;
    border-radius:22px;
    border:1px solid rgba(244,197,80,.28);
    background:linear-gradient(135deg,#0c2b0c,#153f16);
    display:grid;
    grid-template-columns:1fr auto auto;
    gap:18px;
    align-items:center;
}

.share-story h2{
    color:#f4c550;
    margin:0 0 6px;
}

.share-story p{
    margin:0;
    color:#ddd;
}

.video-modal{
    display:none;
    position:fixed;
    inset:0;
    z-index:9999;
    background:rgba(0,0,0,.82);
    backdrop-filter:blur(6px);
    align-items:center;
    justify-content:center;
    padding:20px;
}

.video-box{
    position:relative;
    width:100%;
    max-width:900px;
}

.video-box video{
    width:100%;
    border-radius:18px;
    border:1px solid rgba(244,197,80,.35);
}

#closeVideo{
    position:absolute;
    top:-54px;
    right:0;
    width:44px;
    height:44px;
    border-radius:50%;
    border:1px solid rgba(244,197,80,.45);
    background:#111;
    color:#f4c550;
    font-size:28px;
    cursor:pointer;
}

@media(max-width:768px){
    .testimonials-page{
        padding:0 14px;
    }

    .testi-hero{
        grid-template-columns:1fr;
        padding:22px;
    }

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

    .featured-video img{
        height:230px;
    }

    .testi-actions,
    .share-story{
        grid-template-columns:1fr;
        flex-direction:column;
    }

    .testi-actions button,
    .share-story button{
        width:100%;
    }

    .testi-stats{
        grid-template-columns:repeat(2,1fr);
    }
	
	.testi-stats strong{
        font-size:18px;
    }

    .testi-grid{
        grid-template-columns:1fr;
    }

    .testi-filters{
        justify-content:flex-start;
        overflow-x:auto;
        flex-wrap:nowrap;
        padding-bottom:8px;
    }

    .testi-filters button{
        flex:0 0 auto;
    }
}

.youtube-modal{
    display:none;
    position:fixed;
    inset:0;
    z-index:99999;
    background:rgba(0,0,0,.88);
    backdrop-filter:blur(7px);
    justify-content:center;
    align-items:center;
    padding:20px;
}

.youtube-box{
    position:relative;
    width:100%;
    transition:.3s;
}

.youtube-box iframe{
    width:100%;
    height:100%;
    border:none;
    border-radius:22px;
    background:#000;
}

/* LANDSCAPE */
.youtube-box.landscape{
    max-width:1100px;
    aspect-ratio:16/9;
}

/* SQUARE */
.youtube-box.square{
    max-width:700px;
    aspect-ratio:1/1;
}

/* VERTICAL */
.youtube-box.vertical{
    max-width:420px;
    aspect-ratio:9/16;
}

/* MOBILE OPTIMIZATION */
@media(max-width:768px){

    .youtube-box.landscape{
        max-width:100%;
        aspect-ratio:16/9;
    }

    .youtube-box.square{
        max-width:95vw;
        aspect-ratio:1/1;
    }

    .youtube-box.vertical{
        max-width:95vw;
        aspect-ratio:9/16;
    }

}

.order-success-overlay{
    position:fixed;
    inset:0;
    z-index:9999;
    background:rgba(0,0,0,.78);
    backdrop-filter:blur(7px);
    display:flex;
    align-items:flex-start;
    justify-content:center;
    padding:110px 20px 30px;
}

.order-success-modal{
    position:relative;
    width:100%;
	margin:10px auto;
    max-width:800px;
    padding:42px;
    border-radius:26px;
    border:1px solid rgba(244,197,80,.38);
    background:
        radial-gradient(circle at top,#103a1b 0%,#061006 60%),
        #061006;
    color:#fff;
    box-shadow:0 0 45px rgba(244,197,80,.18);
    overflow:hidden;
}

.order-success-modal::before,
.order-success-modal::after{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    background:radial-gradient(circle,rgba(64,140,54,.35),transparent 70%);
    pointer-events:none;
}

.order-success-modal::before{
    left:-80px;
    bottom:-80px;
}

.order-success-modal::after{
    right:-80px;
    top:-80px;
}

.order-success-close{
    position:absolute;
    top:22px;
    right:22px;
    width:44px;
    height:44px;
    border-radius:50%;
    border:1px solid rgba(244,197,80,.5);
    background:rgba(0,0,0,.45);
    color:#f4c550;
    font-size:30px;
    cursor:pointer;
    z-index:2;
}

.success-check{
    width:92px;
    height:92px;
    margin:0 auto 20px;
    border-radius:50%;
    border:3px solid #f4c550;
    background:rgba(29,122,41,.35);
    color:#f4c550;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:54px;
    font-weight:900;
    box-shadow:0 0 30px rgba(244,197,80,.35);
}

.order-success-modal h2{
    margin:0;
    text-align:center;
    font-size:24px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.order-success-modal h2 span{
    color:#f4c550;
}

.success-subtitle{
    text-align:center;
    color:#ddd;
    font-size:18px;
    margin:12px 0 28px;
}

.success-subtitle strong{
    color:#f4c550;
}

.success-info-box{
    position:relative;
    z-index:1;
    max-width:760px;
    margin:0 auto 22px;
    padding:24px;
    border-radius:20px;
    border:1px solid rgba(244,197,80,.28);
    background:rgba(0,0,0,.25);
}

.success-info-row{
    display:grid;
    grid-template-columns:70px 1fr;
    gap:18px;
    align-items:center;
}

.success-icon{
    width:58px;
    height:58px;
    border-radius:50%;
    border:1px solid rgba(244,197,80,.45);
    background:rgba(244,197,80,.08);
    color:#f4c550;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
}

.success-info-row p{
    margin:0;
    color:#eee;
    line-height:1.6;
    font-size:16px;
}

.success-info-row strong{
    color:#f4c550;
}

.success-divider{
    height:1px;
    margin:18px 0;
    background:linear-gradient(to right,transparent,rgba(244,197,80,.35),transparent);
}

.payment-box{
    position:relative;
    z-index:1;
    max-width:760px;
    margin:0 auto;
    padding:28px;
    border-radius:22px;
    border:1px solid rgba(244,197,80,.45);
    background:rgba(244,197,80,.06);
    text-align:center;
    box-shadow:inset 0 0 24px rgba(244,197,80,.08);
}

.payment-box h3{
    margin:0 0 10px;
    color:#f4c550;
    font-size:24px;
    text-transform:uppercase;
}

.payment-box p{
    margin:0 0 20px;
    color:#eee;
    line-height:1.5;
}

.pay-now-btn{
    border:none;
    border-radius:40px;
    padding:16px 42px;
    background:linear-gradient(135deg,#159242,#0c6b2b);
    color:#fff;
    font-weight:900;
    cursor:pointer;
    text-transform:uppercase;
    box-shadow:0 0 20px rgba(21,146,66,.35);
}

.payment-logos{
    margin:18px 0 12px;
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
}

.payment-logos span{
    padding:8px 14px;
    border-radius:8px;
    background:#fff;
    color:#111;
    font-size:12px;
    font-weight:900;
}

.payment-box small{
    color:#f4c550;
}

.success-actions{
    position:relative;
    z-index:1;
    margin-top:28px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}

.success-actions button{
    padding:17px 24px;
    border-radius:18px;
    font-weight:900;
    cursor:pointer;
    font-size:16px;
}

.continue-btn{
    background:transparent;
    border:1px solid rgba(244,197,80,.55);
    color:#f4c550;
}

.track-btn{
    border:none;
    background:linear-gradient(135deg,#f8d665,#e8aa2d);
    color:#111;
}

@media(max-width:768px){
    .order-success-overlay{
        padding:90px 12px 20px;
    }

    .order-success-modal{
        padding:30px 18px;
        overflow-y:auto;
    }

    .order-success-modal h2{
        font-size:24px;
    }

    .success-info-row{
        grid-template-columns:1fr;
        text-align:center;
    }

    .success-icon{
        margin:auto;
    }

    .success-actions{
        grid-template-columns:1fr;
    }

    .pay-now-btn{
        width:100%;
        padding:15px 20px;
    }
}

.earnings-table1 {
    width: 100%;
    min-width: 300px;
    border-collapse: collapse;
}

.earnings-table1 th,
.earnings-table1 td {
    padding: 15px 14px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    text-align: left;
    vertical-align: middle;
}

.earnings-table1 th {
    color: var(--gold);
    font-size: 14px;
}

.earnings-table1 td {
    color: #eee;
}

.earnings-table1 small {
    color: #bbb;
}

@media(max-width:768px){
    .earnings-table1,
    .earnings-table1 thead,
    .earnings-table1 tbody,
    .earnings-table1 tr,
    .earnings-table1 th,
    .earnings-table1 td{
        display:block;
        width:100%;
    }

    .earnings-table1 thead{
        display:none;
    }

    .earnings-table1 tr{
        margin-bottom:16px;
        padding:16px;
        border-radius:16px;
        border:1px solid rgba(244,197,80,.22);
        background:rgba(255,255,255,.03);
    }

    .earnings-table1 td{
        display:flex;
        justify-content:space-between;
        align-items:flex-start;
        gap:12px;
        padding:10px 0;
        border:none;
        font-size:14px;
        word-break:break-word;
    }

    .earnings-table1 td::before{
        font-weight:900;
        color:#f4c550;
        min-width:120px;
        flex-shrink:0;
    }

    .earnings-table1 td:nth-child(1)::before{
        content:"Date";
    }

    .earnings-table1 td:nth-child(2)::before{
        content:"Particulars";
    }

    .earnings-table1 td:nth-child(3)::before{
        content:"Reference";
    }

    .earnings-table1 td:nth-child(4)::before{
        content:"Customer Price";
    }

    .earnings-table1 td:nth-child(5)::before{
        content:"Member Price";
    }

    .earnings-table1 td:nth-child(6)::before{
        content:"Income";
    }
	
	.earnings-table1 td:nth-child(7)::before{
        content:"Status";
    }
	
	.earnings-table1 {
        min-width: 300px;
    }
}

.selling-tips-section .materials-head p{
    margin:6px 0 0;
    color:#ccc;
}

.selling-tips-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.selling-tip-card{
    padding:24px;
    border-radius:18px;
    border:1px solid rgba(244,197,80,.25);
    background:rgba(0,0,0,.28);
    transition:.25s;
}

.selling-tip-card:hover{
    transform:translateY(-3px);
    border-color:#f4c550;
    background:rgba(244,197,80,.07);
}

.selling-tip-card span{
    width:58px;
    height:58px;
    border-radius:50%;
    border:1px solid #f4c550;
    color:#f4c550;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    margin-bottom:16px;
}

.selling-tip-card h3{
    margin:0 0 10px;
    color:#fff;
}

.selling-tip-card p{
    margin:0;
    color:#ccc;
    line-height:1.5;
}

.selling-challenge{
    margin-top:24px;
    padding:28px;
    border-radius:22px;
    border:1px solid rgba(244,197,80,.35);
    background:linear-gradient(135deg,rgba(244,197,80,.12),rgba(0,0,0,.35));
    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:24px;
    align-items:center;
}

.selling-challenge small{
    color:#f4c550;
    font-weight:900;
    letter-spacing:1px;
}

.selling-challenge h3{
    margin:8px 0;
    color:#f4c550;
    font-size:28px;
}

.selling-challenge p{
    margin:0;
    color:#ddd;
    line-height:1.6;
}

.selling-challenge ul{
    margin:0;
    padding:0;
    list-style:none;
}

.selling-challenge li{
    padding:10px 0 10px 28px;
    position:relative;
    color:#fff;
    border-bottom:1px solid rgba(255,255,255,.1);
}

.selling-challenge li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#f4c550;
    font-weight:900;
}

@media(max-width:768px){
    .selling-tips-grid,
    .selling-challenge{
        grid-template-columns:1fr;
    }

    .selling-tip-card{
        padding:20px;
    }

    .selling-challenge{
        padding:22px;
    }
}

body{
    margin:0;
    font-family:Arial, sans-serif;
    background:#020402;
    color:#fff;
}

.home-page{
    background:
        radial-gradient(circle at 80% 10%,rgba(244,197,80,.16),transparent 30%),
        radial-gradient(circle at 20% 80%,rgba(61,130,52,.16),transparent 35%),
        linear-gradient(180deg,#020402,#061108,#020402);
    overflow:hidden;
}

.main-nav{
    max-width:1180px;
    margin:12px auto;
    padding:18px 36px;
    border-radius:28px;
    border:1px solid rgba(244,197,80,.22);
    background:rgba(0,0,0,.72);
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.logo{width:140px}

.nav-links{
    display:flex;
    gap:36px;
}

.nav-links a{
    color:#fff;
    font-weight:900;
    font-size:14px;
}

.nav-links .active{
    color:#f4c550;
}

.order-btn,
.hero-actions button,
.center-btn{
    border:none;
    border-radius:30px;
    padding:14px 28px;
    background:linear-gradient(135deg,#f8d665,#e8aa2d);
    color:#111;
    font-weight:900;
    cursor:pointer;
}

.hero{
    max-width:1180px;
    margin:30px auto 0;
    min-height:620px;
    display:grid;
    grid-template-columns:45% 55%;
    align-items:center;
    gap:30px;
    position:relative;
}

.eyebrow{
    display:inline-block;
    padding:8px 16px;
    border-radius:30px;
    border:1px solid rgba(244,197,80,.35);
    color:#f4c550;
    font-weight:900;
    font-size:13px;
}

.hero h1{
    font-family:Georgia, serif;
    font-size:58px;
    line-height:1.05;
    margin:28px 0 20px;
}

.hero h1 strong{
    color:#f4c550;
    font-weight:inherit;
}

.hero p{
    color:#ddd;
    font-size:18px;
    line-height:1.7;
}

.hero ul{
    list-style:none;
    padding:0;
    margin:24px 0;
}

.hero li{
    margin:14px 0;
    color:#eee;
}

.hero li::before{
    content:"✓";
    color:#f4c550;
    margin-right:12px;
    font-weight:900;
}

.hero-actions{
    display:flex;
    gap:16px;
}

.hero-actions .outline{
    background:transparent;
    color:#f4c550;
    border:1px solid rgba(244,197,80,.45);
}

.hero-product{
    position:relative;
    min-height:580px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.gold-ring{
    position:absolute;
    width:430px;
    height:430px;
    border-radius:50%;
    border:3px solid rgba(244,197,80,.8);
    box-shadow:0 0 60px rgba(244,197,80,.45);
}

.bottle{
    position:relative;
    z-index:2;
    max-height:520px;
    filter:drop-shadow(0 30px 40px rgba(0,0,0,.7));
    animation:floatBottle 5s ease-in-out infinite;
}

@keyframes floatBottle{
    50%{transform:translateY(-12px)}
}

.trust-strip{
    max-width:980px;
    margin:0 auto 70px;
    padding:16px;
    border-radius:18px;
    border:1px solid rgba(244,197,80,.22);
    background:rgba(255,255,255,.04);
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}

.trust-strip div{
    display:grid;
    grid-template-columns:52px 1fr;
    gap:12px;
    align-items:center;
}

.trust-strip img{
    width:46px;
}

.trust-strip strong,
.trust-strip span{
    display:block;
    font-size:13px;
}

.trust-strip span{
    color:#bbb;
}

.nature-section,
.testimonials-home{
    max-width:1180px;
    margin:auto;
    padding:80px 20px;
    text-align:center;
}

.nature-section h2,
.testimonials-home h2{
    font-family:Georgia, serif;
    font-size:42px;
    color:#f4c550;
    margin-bottom:12px;
}

.nature-section > p{
    color:#ddd;
    margin-bottom:42px;
}

.nature-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.glass-card{
    padding:36px 24px;
    border-radius:22px;
    border:1px solid rgba(244,197,80,.22);
    background:rgba(255,255,255,.045);
    backdrop-filter:blur(12px);
}

.glass-card h3{
    color:#f4c550;
}

.glass-card p{
    color:#ddd;
    line-height:1.6;
}

.center-btn{
    margin-top:36px;
}

.stars{
    color:#f4c550;
    font-size:22px;
    margin-bottom:36px;
}

.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.testimonial-card{
    padding:28px;
    border-radius:22px;
    border:1px solid rgba(244,197,80,.22);
    background:rgba(255,255,255,.045);
}

.testimonial-card img{
    width:80px;
    height:80px;
    border-radius:50%;
    object-fit:cover;
    border:2px solid #f4c550;
}

.testimonial-card h3{
    color:#f4c550;
}

.testimonial-card h3 span{
    color:#ccc;
    font-size:13px;
}

.testimonial-card p{
    color:#ddd;
    line-height:1.6;
}

@media(max-width:768px){
    .main-nav{
        margin:8px 12px;
        padding:16px;
    }

    .nav-links{
        display:none;
    }

    .hero{
        grid-template-columns:1fr;
        padding:20px;
        min-height:auto;
    }

    .hero h1{
        font-size:40px;
    }

    .hero-product{
        order:-1;
        min-height:360px;
    }

    .gold-ring{
        width:280px;
        height:280px;
    }

    .bottle{
        max-height:340px;
    }


    .hero-actions{
        flex-direction:column;
    }

    .trust-strip,
    .nature-grid,
    .testimonial-grid{
        grid-template-columns:1fr 1fr;
        margin-left:14px;
        margin-right:14px;
    }

    .nature-section h2,
    .testimonials-home h2{
        font-size:32px;
    }

    .testimonial-grid{
        grid-template-columns:1fr;
    }
}
.hero-section{
    position: relative;
    width: 100%;
	display:block;
    max-height: 700px;

    background-image:
		linear-gradient(
            to right,
            rgba(0,0,0,0.7) 0%,
            rgba(0,0,0,0.28) 35%,
            rgba(0,0,0,0.01) 60%,
            rgba(0,0,0,0.01) 100%
        ),
        url('/img/hero_new2.webp');

    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;

    overflow: hidden;
}

/* optional overlay glow 
.hero-overlay{
    position:absolute;
    inset:0;

    background:
        radial-gradient(circle at 75% 35%,
        rgba(255,184,0,0.18),
        transparent 45%);

    pointer-events:none;
}
*/
.hero-content{
    position: relative;
    z-index: 2;
	display:block;

    width: 90%;
    max-width: 1400px;

    margin: auto;
    padding-top: 80px;
    padding-bottom: 120px;
}

.hero-left{
    width: 48%;
}

.hero-badge{
    display:inline-block;

    padding: 10px 22px;

    border:1px solid rgba(255,194,61,0.35);
    border-radius: 50px;

    color:#ffc84d;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;

    background: rgba(255,194,61,0.06);

    margin-bottom:25px;
}

.hero-left h1{
    font-size:48px;
    line-height:1.05;
    color:#f7d17a;
    font-weight:800;
    margin-bottom:30px;
}

.hero-left p{
    color:#f1f1f1;
    font-size:24	px;
    line-height:1.4;
    max-width:650px;

    margin-bottom:30px;
}

.hero-benefits{
    list-style:none;
    padding:0;
    margin:0 0 40px;
}

.hero-benefits li{
    color:#fff;
    font-size:18px;
    margin-bottom:18px;
    position:relative;
    padding-left:38px;
}

.hero-benefits li::before{
    content:'✔';
    position:absolute;
    left:0;
    top:0;
    color:#ffc84d;
}

.hero-buttons{
    display:flex;
    gap:18px;
}

.btn-primary,
.btn-secondary{
    padding:18px 38px;
    border-radius:60px;
    text-decoration:none;
    font-weight:700;
    transition:0.3s;
}

.btn-primary{
    background:#ffc84d;
    color:#111;
}

.btn-primary:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 30px rgba(255,200,77,0.35);
}

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

.btn-secondary:hover{
    background:rgba(255,255,255,0.08);
}

@media(max-width:991px){

    .hero-section{
        min-height:auto;

        background-position: 72% center;
    }

    .hero-content{
        padding-top:80px;
        padding-bottom:80px;
    }

    .hero-left{
        width:100%;
    }

    .hero-left h1{
        font-size:24px;
    }

    .hero-left p{
        font-size:16px;
        line-height:1.4;
    }

    .hero-benefits li{
        font-size:14px;
    }

    .hero-buttons{
        flex-direction:column;
        width:100%;
    }

    .btn-primary,
    .btn-secondary{
        width:100%;
        text-align:center;
    }
}

@media(max-width:768px){

    .hero-section{

        min-height:auto;
		max-height:1500px;

        background-image:url('/img/hero_new22.webp');

        background-size:100% auto;
        background-position:center top;
        background-repeat:no-repeat;

        padding-top:360px;
        padding-bottom:50px;

        position:relative;
        overflow:hidden;
    }

    .hero-section::before{
        content:'';
        position:absolute;
        inset:0;

        background:
        linear-gradient(
            to bottom,
            rgba(0,0,0,.02) 0%,
            rgba(0,0,0,.02) 35%,
            rgba(0,0,0,.10) 78%,
            rgba(0,0,0,.96) 100%
        );

        z-index:1;
    }

    .hero-content{
        position:relative;
        z-index:2;

        padding:0 24px;
    }

    .hero-left h1{
        font-size:28px;
        line-height:0.95;
    }

    .hero-left p{
        font-size:18px;
        line-height:1.2;
    }

    .hero-benefits li{
        font-size:16px;
    }

}

.portal-login-page{
    min-height:100vh;
    padding:40px 20px;
    color:#fff;
    background:
        radial-gradient(circle at 65% 30%,rgba(244,197,80,.18),transparent 32%),
        linear-gradient(135deg,#020402,#071408 55%,#020402);
}

.portal-hero{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:42px;
    align-items:center;
}

.portal-visual{
    min-height:620px;
    padding:48px;
    border-radius:28px;
    background:
        linear-gradient(to right,rgba(0,0,0,.78),rgba(0,0,0,.2)),
        url("/img/hero_new2.webp") center/cover no-repeat;
    border:1px solid rgba(244,197,80,.25);
}

.portal-badge{
    display:inline-block;
    padding:12px 22px;
    border-radius:30px;
    border:1px solid rgba(244,197,80,.45);
    color:#f4c550;
    text-transform:uppercase;
    font-weight:600;
    background:rgba(0,0,0,.35);
}

.portal-visual h1{
    margin:36px 0 20px;
    font-family:Georgia,serif;
    font-size:48px;
    line-height:1.05;
}

.portal-visual h1 span{
    color:#f4c550;
    display:block;
}

.portal-visual p{
    max-width:520px;
    color:#eee;
    font-size:18px;
    line-height:1.7;
}

.portal-benefits{
    margin-top:36px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.portal-benefits div{
    text-align:center;
    color:#f4c550;
    font-size:32px;
}

.portal-benefits span{
    display:block;
    margin-top:10px;
    color:#fff;
    font-size:14px;
    line-height:1.4;
    font-weight:800;
}

.login-card{
    padding:44px;
    border-radius:28px;
    border:1px solid rgba(244,197,80,.45);
    background:rgba(0,0,0,.72);
    backdrop-filter:blur(14px);
    box-shadow:0 0 40px rgba(244,197,80,.12);
}

.login-icon{
    width:66px;
    height:66px;
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(244,197,80,.35);
    background:rgba(244,197,80,.08);
    font-size:28px;
}

.login-card h2{
    color:#f4c550;
    text-align:center;
    font-family:Georgia,serif;
    font-size:34px;
    margin:22px 0 8px;
}

.login-card > p{
    text-align:center;
    color:#ccc;
    margin-bottom:34px;
}

.login-card label{
    display:block;
    margin:18px 0 8px;
    color:#fff;
    font-weight:700;
}

.input-wrap{
    display:flex;
    align-items:center;
    gap:12px;
    height:56px;
    padding:0 16px;
    border-radius:12px;
    border:1px solid rgba(255,255,255,.18);
    background:rgba(255,255,255,.035);
}

.input-wrap span{
    color:#f4c550;
}

.input-wrap input{
    flex:1;
    border:none;
    outline:none;
    background:transparent;
    color:#fff;
    font-size:15px;
}

.input-wrap button{
    border:none;
    background:transparent;
    color:#ccc;
    cursor:pointer;
}

.login-options{
    margin:22px 0 30px;
    display:flex;
    justify-content:space-between;
    gap:14px;
    align-items:center;
}

.login-options label{
    margin:0;
    color:#ddd;
    font-weight:400;
}

.login-options input{
    accent-color:#f4c550;
}

.login-options a{
    color:#f4c550;
}

.login-btn{
    width:100%;
    border:none;
    border-radius:40px;
    padding:17px;
    background:linear-gradient(135deg,#f8d665,#e8aa2d);
    color:#111;
    font-weight:900;
    font-size:18px;
    cursor:pointer;
}

.signup-divider{
    margin:30px 0 22px;
    display:flex;
    align-items:center;
    gap:16px;
    color:#aaa;
}

.signup-divider span{
    flex:1;
    height:1px;
    background:rgba(255,255,255,.18);
}

.signup-divider p{
    margin:0;
}

.create-account-btn{
    display:block;
    padding:16px;
    border-radius:16px;
    border:1px solid rgba(244,197,80,.45);
    color:#f4c550;
    text-align:center;
    font-weight:900;
    text-decoration:none;
}

.portal-trust-row{
    max-width:1200px;
    margin:34px auto 0;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
    padding:22px;
    border-radius:22px;
    border:1px solid rgba(244,197,80,.22);
    background:rgba(255,255,255,.035);
}

.portal-trust-row div{
    color:#f4c550;
    font-weight:900;
    text-align:center;
}

.portal-trust-row span{
    display:block;
    margin-top:6px;
    color:#ccc;
    font-weight:400;
    font-size:14px;
}

/* Mobile */
@media(max-width:768px){

    .portal-login-page{
        padding:18px 14px;
    }

    .portal-hero{
        grid-template-columns:1fr;
        gap:22px;
    }

    .portal-visual{
        min-height:620px;
        padding:28px;
        background-position:center top;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
    }

    .portal-badge{
        font-size:12px;
        line-height:1.4;
        max-width:260px;
    }

    .portal-visual h1{
        font-size:44px;
    }

    .portal-visual p{
        font-size:17px;
    }

    .portal-benefits{
        grid-template-columns:repeat(4,1fr);
        gap:10px;
    }

    .portal-benefits div{
        font-size:26px;
    }

    .portal-benefits span{
        font-size:12px;
    }

    .login-card{
        padding:28px 20px;
    }

    .login-card h2{
        font-size:30px;
    }

    .login-options{
        font-size:14px;
    }

    .portal-trust-row{
        grid-template-columns:repeat(2,1fr);
        padding:18px;
    }
}

@media(max-width:420px){
    .portal-benefits{
        grid-template-columns:repeat(2,1fr);
    }

    .portal-visual{
        min-height:700px;
    }
}

*{
    box-sizing:border-box;
}

.signup-page{
    min-height:100vh;
    padding:40px 20px;
    color:#fff;
    background:
        radial-gradient(circle at 20% 20%, rgba(244,197,80,.08), transparent 28%),
        radial-gradient(circle at 80% 70%, rgba(47,110,45,.14), transparent 35%),
        linear-gradient(135deg,#020402,#061307 55%,#020402);
}

.signup-layout{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:43% 57%;
    gap:28px;
}

/* LEFT PANEL */
.signup-promo{
    position:relative;
    min-height:600px;
    overflow:hidden;
    border-radius:30px;
    border:1px solid rgba(244,197,80,.28);
    background:
        linear-gradient(
            to bottom,
            rgba(0,0,0,.84) 0%,
            rgba(0,0,0,.48) 35%,
            rgba(0,0,0,.01) 78%,
            rgba(0,0,0,.01) 100%
        ),
        url("/img/hero_bottle.webp") center/cover no-repeat;
    box-shadow:0 0 40px rgba(0,0,0,.45);
}

.signup-promo::before{
    content:"";
    position:absolute;
    inset:0;
/*
    background:
        linear-gradient(to right,rgba(0,0,0,.80),rgba(0,0,0,.05)),
        radial-gradient(circle at top left,rgba(244,197,80,.14),transparent 35%);
		*/
    z-index:1;
}

.promo-inner{
    position:relative;
    z-index:2;
    padding:42px;
}

.signup-logo{
    width:150px;
    margin-bottom:38px;
}

.promo-inner h1{
    font-family:Georgia,serif;
    font-size:30px;
    line-height:1.1;
    margin:0 0 20px;
    color:#fff;
}

.promo-inner h1 span{
    color:#f4c550;
}

.promo-subtitle{
    color:#f4c550;
    font-weight:900;
    font-size:18px;
}

.promo-text{
    max-width:520px;
    color:#eee;
    line-height:1.7;
    font-size:16px;
}

.promo-text strong{
    color:#f4c550;
}

.bundle-list{
    margin:18px 0;
    padding:0;
    list-style:none;
}

.bundle-list li{
    position:relative;
    padding:5px 0 5px 30px;
    font-weight:900;
    color:#fff;
}

.bundle-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#f4c550;
}

.how-it-works{
    margin-top:34px;
    padding:24px;
    border-radius:22px;
    background:linear-gradient(135deg,rgba(248,214,101,.92),rgba(232,170,45,.88));
    color:#111;
    box-shadow:0 18px 35px rgba(0,0,0,.3);
}

.how-it-works h3{
    text-align:center;
    margin:0 0 20px;
    font-size:22px;
}

.work-steps{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}

.work-steps div{
    text-align:center;
    font-weight:900;
}

.work-steps b{
    width:34px;
    height:34px;
    margin:0 auto 8px;
    border-radius:50%;
    background:#071408;
    color:#f4c550;
    display:flex;
    align-items:center;
    justify-content:center;
}

.work-steps span{
    display:block;
}

/* RIGHT CARD */
.signup-card{
    padding:46px;
    border-radius:30px;
    border:1px solid rgba(244,197,80,.34);
    background:
        radial-gradient(circle at top right,rgba(244,197,80,.08),transparent 30%),
        rgba(0,0,0,.74);
    backdrop-filter:blur(14px);
    box-shadow:
        0 0 45px rgba(0,0,0,.45),
        inset 0 0 25px rgba(255,255,255,.02);
}

.signup-steps{
    position:relative;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
    margin-bottom:38px;
}

.signup-steps::before{
    content:"";
    position:absolute;
    top:21px;
    left:10%;
    width:80%;
    height:2px;
    background:linear-gradient(to right,transparent,rgba(244,197,80,.35),transparent);
}

.step-tab{
    position:relative;
    z-index:2;
    background:transparent;
    border:0;
    color:#aaa;
    font-weight:900;
    cursor:pointer;
}

.step-tab::before{
    content:attr(data-step);
    width:44px;
    height:44px;
    margin:0 auto 10px;
    border-radius:50%;
    border:1px solid rgba(244,197,80,.5);
    background:#061307;
    display:flex;
    align-items:center;
    justify-content:center;
}

.step-tab.active{
    color:#f4c550;
}

.step-tab.active::before{
    background:linear-gradient(135deg,#f8d665,#e8aa2d);
    color:#111;
    box-shadow:0 0 22px rgba(244,197,80,.28);
}

.step-tab span{
    display:block;
    font-size:13px;
}

.signup-step{
    display:none;
}

.signup-step.active{
    display:block;
}

.signup-step small{
    color:#f4c550;
    font-weight:900;
}

.signup-step h2{
    margin:10px 0;
    font-size:34px;
}

.signup-step p{
    color:#ccc;
    line-height:1.6;
}

.form-grid{
    margin-top:26px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.form-grid.single{
    grid-template-columns:1fr;
}

.form-grid input,
.form-grid select{
    width:100%;
    height:58px;
    padding:0 18px;
    border-radius:15px;
    border:1px solid rgba(244,197,80,.18);
    background:rgba(255,255,255,.055);
    color:#fff;
    outline:none;
    font-size:15px;
}

.form-grid input::placeholder{
    color:#888;
}

.form-grid input:focus,
.form-grid select:focus{
    border-color:#f4c550;
    box-shadow:0 0 14px rgba(244,197,80,.18);
}

.next-btn,
.submit-btn{
    margin-top:32px;
    float:right;
    border:0;
    border-radius:34px;
    padding:16px 42px;
    background:linear-gradient(135deg,#f8d665,#e8aa2d);
    color:#111;
    font-weight:900;
    cursor:pointer;
    box-shadow:0 12px 28px rgba(244,197,80,.18);
}

.back-btn{
    margin-top:32px;
    border-radius:34px;
    padding:16px 34px;
    border:1px solid rgba(244,197,80,.45);
    background:transparent;
    color:#f4c550;
    font-weight:900;
    cursor:pointer;
}

.form-actions{
    clear:both;
    display:flex;
    justify-content:space-between;
    gap:16px;
}

.package-card{
    margin-top:26px;
    padding:28px;
    border-radius:24px;
    border:1px solid rgba(244,197,80,.38);
    background:linear-gradient(135deg,rgba(244,197,80,.13),rgba(255,255,255,.035));
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:26px;
}

.package-card span{
    color:#f4c550;
    font-weight:900;
    text-transform:uppercase;
}

.package-card h3{
    margin:12px 0;
    color:#f4c550;
    font-size:52px;
}

.package-card ul{
    margin:0;
    padding:0;
    list-style:none;
}

.package-card li{
    position:relative;
    padding:10px 0 10px 28px;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.package-card li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#f4c550;
}

.agree-box{
    margin-top:24px;
    padding:18px;
    border-radius:18px;
    border:1px solid rgba(244,197,80,.16);
    background:rgba(255,255,255,.045);
    display:flex;
    gap:14px;
    color:#ddd;
    line-height:1.5;
}

.agree-box input{
    margin-top:5px;
    accent-color:#f4c550;
}

.agree-box a{
    color:#f4c550;
}

.submit-btn:disabled{
    opacity:.45;
    cursor:not-allowed;
}

/* MOBILE */
@media(max-width:900px){
    .signup-page{
        padding:20px 12px;
    }

    .signup-layout{
        grid-template-columns:1fr;
    }

    .signup-promo{
        min-height:680px;
    }

    .promo-inner{
        padding:28px;
    }

    .promo-inner h1{
        font-size:38px;
    }

    .signup-card{
        padding:28px 20px;
    }

    .signup-steps{
        grid-template-columns:repeat(4,90px);
        overflow-x:auto;
        padding-bottom:10px;
    }

    .form-grid,
    .package-card{
        grid-template-columns:1fr;
    }

    .work-steps{
        grid-template-columns:repeat(2,1fr);
    }

    .form-actions{
        flex-direction:column;
    }

    .next-btn,
    .back-btn,
    .submit-btn{
        width:100%;
        float:none;
    }
}

@media(max-width:900px){

    .signup-promo{
        min-height:auto;
        background-position:72% top;
    }

    .signup-promo::before{
        background:
            linear-gradient(
                to bottom,
                rgba(0,0,0,.48) 0%,
                rgba(0,0,0,.24) 45%,
				rgba(0,0,0,.12) 85%,
                rgba(0,0,0,.01) 100%
            );
    }

    .promo-inner{
        padding:26px 22px;
    }

    .signup-logo{
        width:120px;
        margin-bottom:22px;
    }

    .promo-inner h1{
        font-size:32px;
        line-height:1.08;
        max-width:100%;
    }

    .promo-subtitle{
        font-size:15px;
    }

    .promo-text{
        font-size:14px;
        line-height:1.6;
    }

    .bundle-list li{
        font-size:14px;
        padding:8px 0 8px 26px;
    }

    .how-it-works{
        margin-top:22px;
        padding:20px 16px;
        border-radius:20px;
    }

    .work-steps{
        grid-template-columns:repeat(2,1fr);
        gap:18px;
    }
}

@media(max-width:430px){

    .signup-card{
        padding:22px 16px;
        border-radius:22px;
    }

    .signup-steps{
        grid-template-columns:repeat(4,1fr);
        gap:4px;
        overflow:visible;
        margin-bottom:26px;
    }

    .signup-steps::before{
        top:18px;
        left:13%;
        width:74%;
    }

    .step-tab{
        font-size:11px;
        padding:0;
    }

    .step-tab::before{
        width:36px;
        height:36px;
        margin-bottom:7px;
        font-size:13px;
    }

    .step-tab span{
        font-size:11px;
        line-height:1.15;
    }

    .signup-step h2{
        font-size:26px;
        line-height:1.1;
    }

    .signup-step p{
        font-size:14px;
    }

    .form-grid{
        gap:12px;
    }

    .form-grid input,
    .form-grid select{
        height:54px;
        border-radius:12px;
        font-size:14px;
    }

    .next-btn,
    .back-btn,
    .submit-btn{
        padding:15px 20px;
        font-size:15px;
    }
}

.signup-step{
    position:relative;
}

.signup-step::before{
    content:"";
    position:absolute;
    top:1px;
    left:0;
    width:96px;
    height:2px;
    background:#f4c550;
    border-radius:10px;
}

.form-grid input,
.form-grid select{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(244,197,80,.18);
}

.form-grid input:focus,
.form-grid select:focus{
    border-color:#f4c550;
    box-shadow:0 0 16px rgba(244,197,80,.15);
}

.signup-step{
    padding-top:10px;
}

.birthday-group{
    margin:20px auto auto auto;
	max-width:400px;
	width:100%;
}

.birthday-group label{
    display:block;
    margin-bottom:10px;
    font-weight:700;
}

.birthday-grid{
    display:grid;
    grid-template-columns:1.4fr 1fr 1fr;
    gap:14px;
}

.birthday-grid select{
    width:100%;
    height:58px;
    padding:0 16px;
    border-radius:14px;
    border:1px solid rgba(244,197,80,.18);
    background:rgba(255,255,255,.4);
    color:#fff;
    font-size:15px;
    outline:none;
}

.birthday-grid select:focus{
    border-color:#f4c550;
    box-shadow:0 0 14px rgba(244,197,80,.15);
}

.birthday-grid select option,
.form-grid select option{
    background:#ffffff;
    color:#111111;
}

.birthday-grid select,
.form-grid select{
    background:#061307;
    color:#ffffff;
}

.form-grid select{
    background:#061307;
    color:#fff;
}

.form-grid select option{
    background:#fff;
    color:#111;
	font-size:12px;
}
/*
.input-error{
    border:1px solid #ff4d4d !important;
    box-shadow:0 0 10px rgba(255,0,0,.3);
}
*/
.input-error{
    border-color:#ff5b5b !important;
    box-shadow:0 0 12px rgba(255,91,91,.25) !important;
}

.phone-field{
    width:100%;
}

.phone-field label{
    display:block;
    margin-bottom:8px;
    color:#fff;
    font-weight:700;
}

.phone-input-wrap{
    display:flex;
    height:58px;
}

.phone-code{
    width:78px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px 0 0 14px;
    border:1px solid rgba(244,197,80,.25);
    border-right:none;
    background:#061307;
    color:#f4c550;
    font-weight:900;
}

.phone-input{
    flex:1;
    height:58px;
    padding:0 18px;
    border-radius:0 14px 14px 0;
    border:1px solid rgba(244,197,80,.25);
    background:rgba(255,255,255,.04);
    color:#fff;
    outline:none;
    font-size:15px;
}

.phone-input:focus{
    border-color:#f4c550;
    box-shadow:0 0 14px rgba(244,197,80,.18);
}

.phone-help{
    display:block;
    margin-top:8px;
    color:#aaa;
    font-size:13px;
}
