/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Hide minimalist admin menu plugin */
.minimalist-main-section {
    display: none;
}

body {
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #291F00;
}

img {
    height: auto !important;
}

.landing-container {
    width: 100%;
    background: #f7f2e7;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    box-shadow: none;
}

.container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px;
}

/* Header Styles */
.landing-header {
    background: #291F00;
    padding: 0;
    border-bottom: none;
}

.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 96px;
}

.header-left,
.header-center,
.header-right {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-left {
    justify-content: flex-start;
}

.header-right {
    justify-content: flex-end;
}

.header-advertorial {
    color: #fff;
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
}

.logo {
    max-height: 56px;
    width: auto;
    display: block;
}

.badge {
    max-height: 48px;
    width: auto;
    display: block;
}

/* Footer Styles */
.landing-footer {
    background: #291F00;
    color: #fff;
    text-align: center;
    padding: 48px 0 32px 0;
    border-top: none;
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
}

.footer-logo {
    margin-bottom: 24px;
}

.footer-logo-img {
    max-height: 56px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.footer-links {
    margin-bottom: 16px;
    font-size: 16px;
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    margin: 0 8px;
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.footer-links a:hover {
    color: #e6c97b;
}

.footer-copyright {
    margin-bottom: 16px;
    font-size: 16px;
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.footer-disclaimer {
    font-size: 16px;
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
    font-weight: 400;
    opacity: 0.8;
    margin-top: 8px;
    line-height: 1.5;
}

.landing-footer .container.footer-flex {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Main Content Layout */
.landing-main {
    flex: 1 0 auto;
    padding: 60px 0 40px 0;
    background-color: #f7f2e7;
}

.main-1500 {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 0 108px;
}

.content-wrapper {
    display: flex;
    align-items: start;
    margin: 0 auto;
    max-width: 1284px;
}

.main-content {
    min-width: 0;
    flex: 1;
    padding: 54px 40px 18px;
    background: #fff;
    border-radius: 5px;
}

.divider {
    width: 1px;
    background: #000;
    opacity: 0.2;
    height: 100%;
    min-height: 400px;
    margin: 0 0;
}

.sidebar {
    width: 373px;
    flex-shrink: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 32px;
}

/* Accent Color for Buttons/Links */
.button,
.btn,
a,
a:visited {
    color: #e94e8a;
}

.button,
.btn {
    background: #e94e8a;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 24px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}

.button:hover,
.btn:hover {
    background: #c93c6e;
}

/* Header visibility */
.header-desktop {
    display: block;
}

.header-mobile {
    display: none;
}

.sidebar-reviews {
    margin-bottom: 32px;
    background: #fff;
    padding: 40px 30px;
    border-radius: 5px;
}

.sidebar-review {
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 16px;
    margin-bottom: 20px;
}

.sidebar-stars {
    height: 20px;
    margin-bottom: 8px;
    width: auto;
}

.sidebar-review-title {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 20px;
    color: #222;
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
}

.sidebar-review-text {
    font-size: 19px;
    color: #222;
    line-height: 150%;
    margin-bottom: 12px;
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
}

.sidebar-review-verified {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 17px;
    color: #666;
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
}

.sidebar-verified {
    height: 16px;
    width: 16px;
    margin-right: 2px;
}

.sidebar-review-name {
    font-weight: 600;
    color: #222;
    margin-right: 2px;
}

.sidebar-benefits {
    height: 16px;
    width: 16px;
    margin-left: 4px;
    margin-right: 2px;
}

.sidebar-review-buyer {
    color: #888;
    font-size: 18px;
    font-weight: 400;
}

.sidebar-product-card {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    padding: 28px 18px 18px 18px;
    text-align: center;
    margin-top: 32px;
}

.sidebar-mask {
    width: 120px;
    height: auto;
    margin-bottom: 18px;
}

.sidebar-product-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #222;
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
}

.sidebar-product-desc {
    font-size: 15px;
    color: #222;
    margin-bottom: 18px;
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
}

.sidebar-cta-btn {
    display: inline-block;
    background: #D69CAD;
    color: #fff !important;
    font-weight: 700;
    font-size: 13px !important;
    border-radius: 100px;
    padding: 12px 24px;
    margin-bottom: 18px;
    text-decoration: none;
    transition: background 0.2s;
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
    white-space: nowrap;
}

.sidebar-cta-btn:hover {
    background: #c93c6e;
}

.sidebar-product-benefits {
    width: 100%;
    max-width: 320px;
    margin: 18px auto 0 auto;
    display: block;
}

.main-trustpilot {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #1A1A1A;
}

.main-stars {
    height: 22px;
    width: auto;
}

.main-trustpilot-text {
    font-size: 18px;
    color: #1A1A1A;
}

.main-trustpilot-excellent {
    font-weight: 700;
    color: #1A1A1A;
}

.main-trustpilot-logo {
    height: 22px;
    margin-left: 4px;
    width: auto;
}

.main-trustpilot-name {
    font-weight: 700;
    color: #1A1A1A;
    margin-left: -4px;
}

.main-heading {
    color: #1A1A1A;
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    text-transform: capitalize;
    margin-bottom: 18px;
}

.main-heading-highlight {
    color: #E94E8A;
    font-weight: 700;
}

.main-divider {
    width: 100%;
    height: 1px;
    background: #1A1A1A;
    opacity: 0.15;
    margin: 24px 0 24px 0;
}

.main-subheading {
    color: #1A1A1A;
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 32px;
}

.main-subheading-red {
    color: #F00;
}

.main-meta-info-desktop {
    display: flex;
}

.main-meta-info-mobile {
    display: none;
}


.main-meta-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 24px;
    width: 100%;
    flex-wrap: nowrap;
    min-width: 0;
}

.main-meta-row>* {
    min-width: 0;
}

.main-meta-socials-container {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.main-meta-by-container,
.main-meta-info-desktop,
.main-meta-socials-container {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.main-meta-by {
    color: #1A1A1A;
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
}

.main-meta-by-light {
    font-weight: 500;
}

.main-meta-info-desktop {
    display: flex;
    align-items: center;
    gap: 15px;
}

.main-meta-date-container,
.main-meta-read-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.main-meta-date,
.main-meta-read {
    color: #1A1A1A;
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
}

.main-meta-icon {
    width: 25px;
    height: 25px;
}

.main-meta-socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-meta-social {
    height: 33px;
    width: 33px;
    transition: box-shadow 0.2s;
    cursor: pointer;
}


.imgbelowtxt {
    margin-top: 10px;
    padding: 14px 10px;
    background: #fff;
    border-radius: 10px;
}

.imgbelowtxt h2 {
    font-family: Urbanist;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.4;

}

.normalparatxt {
    margin: 18px 0;
    font-family: Urbanist;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.4;
}

.bold {
    font-weight: 700;
}

.normaltitle {
    font-family: Urbanist;
    font-weight: 900;
    font-size: 40px;
    line-height: 120%;
    text-transform: capitalize;
    margin-top: 18px;
}

.whitimgbox {
    padding: 26px 30px;
    background: #ffff;
    border-radius: 5px;
    margin-bottom: 24px;
}

.whiteparatxt {
    margin: 0;
    font-family: Urbanist;
    font-weight: 400;
    font-style: italic;
    font-size: 22px;
    line-height: 1.4;
}

.horizontaldivider {
    width: 100%;
    height: 1px;
    border-top: 1px solid #000;
    opacity: 0.2;
}

.pinkbox {
    background: #FF6592;
    padding: 17px 30px;
    border-radius: 10px;
    margin: 18px 0;
}

.pinkboxtxt {
    margin: 0;
    font-family: Urbanist;
    font-weight: 800;
    font-size: 33px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #fff;
}

.whitimgbox {
    padding: 26px 30px;
    background: #ffff;
    border-radius: 5px;
}

.imgbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.rightsidecontent {
    width: 50%;
    padding-left: 20px;
}

.leftsideimg {
    width: 50%;
    padding-right: 20px;
}

.leftsideimg img {
    max-width: 100%;
    max-height: 333px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.rightsidecontent .title {
    display: flex;
    gap: 18px;
    margin-bottom: 16px;
    align-items: center;
}

.rightsidecontent .titlecontent {
    font-family: Urbanist;
    font-weight: 900;
    font-size: 25px;
    line-height: 1.3;
}

.rightsidecontent p.pinknumbers {
    font-family: Urbanist;
    font-weight: 900;
    font-size: 45px;
    color: #EB658C;
    line-height: 1.4;
}

.rightsidecontent p.disc {
    font-family: Urbanist;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.4;
}

.whyisimgs {
    display: flex;
    gap: 20px;
}

.whyis {
    font-family: Urbanist;
    font-weight: 800;
    font-size: 35px;
    line-height: 1.4;
    margin: 18px 0;
}

.whyisimgs img {
    max-width: 100%;
}

.pinkflexbox {
    background: #FFF2F2;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px;
}

.pinkimg img {
    width: 165px;
    height: auto;
    max-height: 208px;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
    object-fit: cover;
}

.pinkboxcontent {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
}

.pink_whitebox {
    background: #FBFAF6;
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;
    font-family: Urbanist;
    font-weight: 400;
    font-style: italic;
    font-size: 22px;
    line-height: 140%;
}

.lightwhitebox {
    padding: 20px;
    border-radius: 10px;
    background: #FBFAF6;
    margin-bottom: 18px;
}

.lightboxtitle {
    font-family: Urbanist;
    font-weight: 700;
    font-size: 25px;
    line-height: 140%;
    margin-bottom: 15px;
}

.lightboxtxt {
    font-family: Urbanist;
    font-weight: 400;
    font-style: italic;
    font-size: 22px;
    line-height: 140%;
}

h2.theproblemtitle {
    margin: 18px 0;
    font-family: Urbanist;
    font-weight: 800;
    font-size: 40px;
    line-height: 120%;
    text-transform: capitalize;
}

.redborder {
    padding: 20px;
    border-radius: 10px;
    background: #FFD0D0;
    margin-bottom: 18px;
    border: 2px dashed #FF0000;
}

.redbordertitle {
    font-family: Urbanist;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
}

.redbordertxt {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-top: 10px;
}

.custgap {
    margin: 40px 0;
}

.font30 {
    font-family: Urbanist;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.boxtitle {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 23px;
    line-height: 150%;
    margin-bottom: 10px;
}

.boxpara {
    font-family: Urbanist;
    font-weight: 400;
    font-style: italic;
    font-size: 19px;
    line-height: 150%;
}

.lightwhitebox .imgandtitle {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.lightwhitebox .imgandtitle:last-child {
    margin-bottom: 0;
}

.offwhitebox {
    background: #F6F2E9;
    padding: 28px 32px;
    border-radius: 10px;
}

.flexdiv {
    display: flex;
    align-items: center;
}

.videobox {
    width: 40%;
    padding-right: 20px;
}

.videobox * {
    width: 100%;
    object-fit: cover;
}

.videocontent {
    width: 60%;
    padding-left: 20px;
}

.mt-18 {
    margin-top: 18px;
}

.mb-18 {
    margin-bottom: 18px;
}

.row-reverse {
    flex-direction: row-reverse;
}

.row-reverse .videocontent {
    padding-left: 0;
    padding-right: 20px;
}

.row-reverse .videobox {
    padding-left: 20px;
    padding-right: 0;
}

.imgandtitle img {
    object-fit: contain;
}

.theresult {
    background: #fff;
    padding: 32px;
    border-radius: 10px;
    margin: 18px 0;
}

.iconboxs {
    background: #00B67A1A;
    padding: 20px;
    border-radius: 10px;
    margin: 18px 0;
}

.iconset {
    display: flex;
    align-items: anchor-center;
    gap: 15px;
    margin: 5px 0 10px;
}

img.iconimg {
    height: 25px;
    width: 25px;
    object-fit: contain;
}

p.icontxt {
    font-family: Urbanist;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
}

.bullwithbtn {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 35px;
    line-height: 140%;
    width: 100%;
    display: block;
    background: #EB658C;
    color: #fff !important;
    text-align: center;
    border-radius: 52px;
    margin: 18px 0;
    padding: 24px;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
}

.bullwithbtn:hover {
    background: #d45a7d;
}

.logoandtext {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.batchimgdiv {
    width: 15%;
}

.batchimg {
    max-width: 100%;
}

h2.icontitle {
    font-family: Urbanist;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    margin-bottom: 10px;
}

.batchcontent {
    width: 85%;
    padding-left: 18px;
}

.offwhitelistdiv {
    background: #F6F2E9;
    border-radius: 5px;
    padding: 20px;
}

.offwhitelist {
    padding-left: 25px;
    position: relative;
    font-family: Urbanist;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 10px;
}

.offwhitelist:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #000;
    left: 0;
    top: 9px;
}

.does_whitebox {
    border-radius: 5px;
    margin: 18px 0;
}

.does_whitebox .normalparatxt {
    margin: 18px 0 0;
}

.does_this_title {
    font-family: Urbanist;
    font-weight: 900;
    font-size: 45px;
    line-height: 120%;
    text-transform: capitalize;
    margin: 18px 0;
}

.does_whitebox p.content {
    margin: 20px 0;
    font-family: Urbanist;
    font-weight: 400;
    font-style: italic;
    font-size: 19px;
    line-height: 150%;
}

.does_whitebox .starimg {
    background: #00B67A;
}

.does_whitebox .admin {
    display: flex;
    align-items: center;
    gap: 10px;
}

.does_whitebox .admindata {
    display: flex;
    align-items: center;
    gap: 7px;
}

.does_whitebox img.verified {
    height: 20px;
    width: 20px;
}

.does_whitebox .admindata p {
    font-family: Urbanist;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
}

.does_card {
    padding: 18px 0;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.does_card:first-child {
    padding-top: 0;
}

.does_card:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.putting_div_heading {
    font-family: Urbanist;
    font-weight: 900;
    font-size: 45px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin: 18px 0;
}

.putting_it .leftside img {
    max-width: 100%;
}

.putting_it .imgcompression {
    display: flex;
    align-items: center;
    margin: 18px 0;
}

.putting_it .leftside {
    width: 55%;
}

.putting_it .rightside {
    width: 45%;
    padding-left: 18px;
}

.whitebtnbox {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.whitebtnbox .btnbox {
    display: flex;
    gap: 18px;
    margin-bottom: 15px;
}

.whitebtnbox .weekbtn {
    display: inline-block;
    min-width: 140px;
    width: fit-content;
    text-align: center;
    background: #D69CAD;
    color: #fff;
    text-decoration: none;
    font-family: Urbanist;
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    padding: 7px;
    border-radius: 5px;
    height: fit-content;
}

.btndivpara {
    font-family: Urbanist;
    font-weight: 500;
    font-size: 19px;
    line-height: 140%;
}

.whitebtnbox .btnbox:last-child {
    margin-bottom: 0;
}

.hereproblem_title {
    margin: 18px 0;
    font-family: Urbanist;
    font-weight: 900;
    font-size: 45px;
    line-height: 120%;
    text-transform: capitalize;
}

.problemimg img {
    width: 100%;
    max-width: 100%;
}

.limitedtime {
    font-family: Urbanist;
    font-weight: 900;
    font-size: 35px;
    line-height: 120%;
    text-transform: capitalize;
}

.here_the_problem .iconboxs {
    margin-right: 60px;
}

.here_the_problem p.icontxt {
    font-size: 18px;
}

.here_the_problem .clam100doller {
    display: inline-block;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 27px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #FF356F;
    padding: 23px;
    border-radius: 100px;
    text-decoration: none;
    width: auto;
    min-width: 633px;
}

.whitetitlecard {
    padding: 8px 10px;
    background: #fff;
    border-radius: 100px;
    width: fit-content;
    margin: 18px 0;
    display: flex;
    gap: 14px;
}

.guarantee,
.warrenty {
    display: flex;
    align-items: center;
    gap: 10px;
}

.whitetitlecard p {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.title_120day {
    font-family: Urbanist;
    font-weight: 900;
    font-size: 45px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin: 18px 0;

}

.fullimg img,
.fullwidthimg {
    max-width: 100%;
    width: 100%;
}

.boldtxt {
    font-family: Urbanist;
    font-weight: 800;
    font-size: 22px;
    line-height: 120%;
    margin: 18px 0;
}

.secondnormaltxt {
    margin: 18px 0;
    font-family: Urbanist;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;

}

.overlapimg {
    margin: 0 -40px;
    width: calc(100% + 80px);
}

.footercontactus {
    padding: 34px 0;
}

a.footercontact {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 21px;
    line-height: 120%;
    color: #000;
    text-decoration: none;
    display: block;
}

.fw-900 {
    font-weight: 900;
}

.footericonandtext,
.footerpoliciesdiv {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 18px;
}

.footericonandtext img {
    height: 30px;
    width: 30px;
    object-fit: contain;
}

.footerpoliciesdiv img {
    height: 45px;
    width: 45px;
    object-fit: contain;

}

a.footerpoliciestxt {
    font-family: Urbanist;
    font-weight: 800;
    font-size: 25px;
    line-height: 120%;
    text-decoration: none;
    display: block;
    color: #000;
}

.footericonandtext:last-child,
.footerpoliciesdiv:last-child {
    margin-bottom: 0;
}

.main-meta-row>* {
    margin-right: 0 !important;
}

.main-feature-image {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.dr-sarah-quote {
    background: #FCFAF5;
    border-radius: 16px;
    padding: 32px 32px 32px 32px;
    margin: 32px 0;
}

.drsarah-imgbox {
    flex: 0 0 auto;
    margin-right: 32px;
    display: flex;
    align-items: center;
}

.drsarah-img {
    width: 165px;
    height: 208px;
    object-fit: cover;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.drsarah-content {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.drsarah-heading {
    color: #000;
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 12px;
}

.drsarah-quote {
    color: #000;
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
}

.drsarah-bold {
    font-weight: 700;
    font-style: italic;
    color: #000;
}

/* Responsive Design */
@media (max-width: 1550px) {
    .main-1500 {
        max-width: 100vw;
    }

    .main-1500 {
        padding: 0px 15px;
    }


}

@media (max-width: 1350px) {
    .main-meta-by {
        font-size: 18px;
    }

    .main-meta-date,
    .main-meta-read {
        font-size: 14px;
    }

    .main-meta-icon {
        width: 25px;
        height: 25px;
    }

    .main-meta-social {
        width: 24px;
        height: 24px;
    }
}


@media (max-width: 1100px) {
    .content-wrapper {
        grid-template-columns: 1fr;
    }

    .divider,
    .sidebar {
        display: none;
    }

    .main-content {
        width: 100%;
        padding: 16px;
    }

    .overlapimg {
        margin: 0 -16px;
        width: calc(100% + 32px);
    }
}



@media (max-width: 800px) {
    .main-trustpilot {
        font-size: 13px;
        margin-bottom: 12px;
        flex-wrap: wrap;
    }

    .main-stars,
    .main-trustpilot-logo {
        height: 14px;
        width: auto;
        max-width: 70px;
    }

    .main-trustpilot-text,
    .main-trustpilot-name {
        font-size: 13px;
    }
}

@media (max-width: 900px) {
    .main-meta-row {
        flex-wrap: wrap;
        gap: 8px;
    }

    .main-meta-by-container {
        flex: 1;
        min-width: 0;
    }

    .main-meta-by {
        font-size: 16px;
        font-weight: 700;
        line-height: 130%;
    }

    .main-meta-socials-container {
        flex: 0 0 auto;
    }

    .main-meta-socials {
        gap: 5px;
    }

    .main-meta-social {
        height: 18px;
        width: 18px;
    }

    .main-meta-info-mobile {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 4px;
        margin-bottom: 16px;
        width: 100%;
    }

    .main-meta-info-mobile .main-meta-date-container,
    .main-meta-info-mobile .main-meta-read-container {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .main-meta-info-mobile .main-meta-icon {
        width: 25px;
        height: 25px;
    }

    .main-meta-info-desktop {
        display: none !important;
    }

    .main-meta-info-mobile {
        display: flex !important;
        align-items: center;
        gap: 6px;
        margin-top: 4px;
        margin-bottom: 16px;
    }

    .main-meta-socials {
        display: inline-flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 4px;
        min-width: 0;
        white-space: nowrap;
        width: auto;
    }

    .main-meta-social {
        height: 28px;
        width: 28px;
    }

    .main-feature-image {
        width: 100%;
        margin-bottom: 20px;
    }

    .main-feature-img {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .drsarah-imgbox {
        margin-right: 16px;
    }

    .drsarah-img {
        width: 90px;
        height: 90px;
    }

    .drsarah-heading {
        font-size: 18px;
    }

    .drsarah-quote {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .main-meta-row {
        gap: 4px;
    }

    .main-meta-socials {
        gap: 2px;
    }

    .main-meta-social {
        height: 18px;
        width: 18px;
    }

    .header-desktop {
        display: none;
    }

    .header-mobile {
        display: block;
    }

    .header-mobile-flex {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 16px 0 8px 0;
    }

    .header-mobile-row1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 6px;
        padding-left: 2px;
        padding-right: 2px;
    }

    .logo-mobile {
        width: 130px;
        max-width: 100%;
        max-height: none;
        padding-left: 8px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .badge-mobile {
        width: 92px;
        max-width: 100%;
        max-height: none;
        padding-right: 8px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .header-mobile-row2 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .header-mobile-row2 .header-advertorial {
        text-align: center;
        width: 100%;
        margin-top: 2px;
    }

    /* Remove previous mobile header overrides for .header-flex, .header-center, .header-left, .header-right, .badge */
    .header-flex,
    .header-center,
    .header-left,
    .header-right,
    .badge {
        all: unset;
    }

    .main-trustpilot {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .main-stars {
        height: 16px;
    }

    .main-trustpilot-logo {
        height: 16px;
    }

    .main-trustpilot-text {
        font-size: 14px;
    }

    .main-feature-image {
        width: 100%;
        margin-bottom: 16px;
    }

    .main-feature-img {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }

    .main-meta-info-mobile img {
        gap: 4px;
    }

    .main-meta-socials img {
        gap: 2px;
    }

    .main-meta-social {
        height: 18px;
        width: 18px;
    }

    .main-heading {
        font-size: 23px;
    }

    .main-subheading {
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 0;
    }

    .main-meta-info-mobile .main-meta-date,
    .main-meta-info-mobile .main-meta-read {
        font-size: 16px;
    }

    .normalparatxt {
        font-size: 16px;
    }

    .normaltitle {
        font-size: 23px;
    }

    .pinkflexbox {
        flex-wrap: wrap;
    }

    .pinkimg,
    .pinkimg img {
        width: 100%;
        height: auto;
        max-height: unset;
    }

    .pinkboxcontent {
        font-size: 16px;
    }

    .lightboxtitle {
        font-size: 20px;
    }

    .lightboxtxt {
        font-size: 16px;
    }

    h2.theproblemtitle {
        font-size: 23px;
    }

    .redbordertitle {
        font-size: 18px;
    }

    .redbordertxt {
        font-size: 16px;
    }

    .font30 {
        font-size: 18px;
    }

    .boxtitle {
        font-size: 18px;
    }

    .boxpara {
        font-style: normal;
        font-size: 15px;
        line-height: 120%;
    }

    .bordertxt {
        font-size: 25px;
    }

    .flexdiv {
        flex-wrap: wrap;
    }

    .offwhitebox {
        padding: 15px;
    }

    .videobox {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .videocontent {
        width: 100%;
        padding-left: 0;
    }

    .row-reverse .videobox,
    .row-reverse .videocontent {
        padding-left: 0;
        padding-right: 0;
    }

    .does_whitebox p.content {
        font-size: 16px;
    }

    .does_whitebox .normalparatxt {
        font-size: 17px;
    }

    p.icontxt {
        font-size: 18px;
    }

    .fs-25 {
        font-size: 25px;
    }

    .bullwithbtn {
        font-size: 15px;
        line-height: 120%;
        padding: 11px;
    }

    .batchimgdiv {
        width: 25%;
    }

    .batchcontent {
        width: 75%;
    }

    .batchcontent .normaltitle {
        margin-top: 0;
        font-size: 25px;
    }

    h2.icontitle {
        font-size: 20px;
    }

    a.footercontact {
        font-size: 14px;
        line-height: 120%;
    }

    .footericonandtext img {
        height: 24px;
        width: 24px;
    }

    a.footerpoliciestxt {
        font-size: 18px;
        line-height: 120%;
    }

    .footerpoliciesdiv img {
        height: 27px;
        width: 27px;
    }

    .landing-main {
        padding-top: 24px;
    }
}

@media (max-width: 700px) {
    .dr-sarah-quote .flexdiv {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .drsarah-imgbox {
        margin: 0 0 18px 0;
        justify-content: flex-start;
        width: 100%;
    }
    .drsarah-img {
        display: block;
        margin: 0;
        width: 120px;
        height: 120px;
        border-radius: 12px;
    }
    .drsarah-content {
        width: 100%;
        align-items: flex-start;
        text-align: left;
        padding: 0;
    }
    .drsarah-heading {
        text-align: left;
        font-size: 20px;
        margin-bottom: 12px;
        width: 100%;
    }
    .drsarah-quote {
        font-size: 16px;
        text-align: left;
        width: 100%;
    }
}

/* Video Modal Styles (Mobile-First) */
.video-modal-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(30, 20, 20, 0.5);
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.video-modal-overlay.active {
  display: flex;
}
.video-modal-content {
  position: relative;
  background: transparent;
  padding: 0;
  margin: 0;
  width: 100vw;
  max-width: 100vw;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.video-modal-content video {
  width: 88vw;
  height: auto;
  max-height: 85vh;
  border-radius: 8px;
  margin: 0;
  display: block;
  background: #000;
  object-fit: contain;
}
.video-modal-close {
    position: absolute;
    top: 8px;
    right: 30px;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #222;
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s;
}
.video-modal-close:hover {
  background: #f3f3f3;
}

/* Desktop Overrides */
@media (min-width: 601px) {
  .video-modal-content {
    width: auto;
    border-radius: 16px;
  }
  .video-modal-content video {
    width: 100vw;
    max-width: 480px;
    max-height: 90vh;
    border-radius: 16px;
    aspect-ratio: 606/1080;
  }
  .video-modal-close {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
  }
}

.real-results-section {
  background: #fff;
  border-radius: 16px;
  margin: 20px 0 40px 0;
}
.real-results-title {
  color: #1A1A1A;
  font-family: 'Urbanist', Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 32px;
}
.real-review {
  margin-bottom: 36px;
  border-bottom: 1px solid #eee;
  padding-bottom: 28px;
}
.real-review:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.real-stars {
  height: 28px;
  margin-bottom: 12px;
  display: block;
}
.real-review-heading {
  color: #1A1A1A;
  font-family: 'Urbanist', Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  margin-bottom: 8px;
}
.real-review-quote {
  color: #1A1A1A;
  font-family: 'Urbanist', Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 18px;
}
.real-review-user {
  display: flex;
  align-items: center;
  gap: 8px;
}
.real-verified {
  width: 22px;
  height: 22px;
  display: inline-block;
}
.real-review-name {
  color: #1A1A1A;
  font-family: 'Urbanist', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.real-review-buyer {
  color: #1A1A1A;
  font-family: 'Urbanist', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 700px) {
  .real-results-section {
    padding: 18px 6px 12px 6px;
    border-radius: 8px;
  }
  .real-results-title {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .real-review-heading {
    font-size: 17px;
  }
  .real-review-quote {
    font-size: 15px;
  }
  .real-review-name, .real-review-buyer {
    font-size: 15px;
  }
  .real-stars {
    height: 18px;
  }
  .real-verified {
    width: 16px;
    height: 16px;
  }
}

.callout-underline {
  color: #1A1A1A;
  font-family: 'Urbanist', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.meaning-bullet {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}
.meaning-bullet-icon {
  flex: 0 0 auto;
  width: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 2px;
}
.meaning-bullet-text {
  flex: 1 1 0;
  font-family: 'Urbanist', Arial, Helvetica, sans-serif;
  font-size: 19px;
  color: #1A1A1A;
  line-height: 150%;
}
@media (max-width: 700px) {
  .meaning-bullet {
    margin-bottom: 12px;
  }
  .meaning-bullet-icon {
    width: 24px;
  }
  .meaning-bullet-text {
    font-size: 15px;
  }
}

@media (max-width: 700px) {
  .lightwhitebox .imgbox {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .lightwhitebox .imgbox img {
    width: 90px;
    height: 90px;
    max-width: 90px;
    max-height: 90px;
    border-radius: 12px;
    margin: 0 16px 0 0;
    display: block;
  }
  .lightwhitebox .content {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .pinkflexbox {
    align-items: flex-start;
  }
  .pinkflexbox .pinkimg img {
    width: 147px;
    max-width: 147px;
    border-radius: 12px;
    margin: 0 16px 0 0;
    display: block;
    height: auto;
    max-height: none;
  }
}

.guarantee-section {
    margin: 40px 0;
}
.guarantee-header {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
}
.guarantee-badge {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
}
.guarantee-title {
    color: #1A1A1A;
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-transform: capitalize;
}
.guarantee-title .pink {
    color: #EB658C;
}
.guarantee-p {
    color: #1A1A1A;
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 24px;
}
.guarantee-p strong {
    font-weight: 700;
}
.guarantee-p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 700px) {
    .guarantee-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        text-align: left;
    }
    .guarantee-title {
        font-size: 28px;
    }
    .guarantee-p {
        font-size: 16px;
    }
    .guarantee-badge {
        width: 80px;
        height: 80px;
    }
}

.next-steps-section {
    margin: 40px 0;
}
.next-steps-title {
    color: #1A1A1A;
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-transform: capitalize;
    margin-bottom: 32px;
}
.next-steps-p {
    color: #1A1A1A;
    font-family: 'Urbanist', Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 24px;
}
.next-steps-p strong {
    font-weight: 700;
}
.next-steps-p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 700px) {
    .next-steps-title {
        font-size: 28px;
    }
    .next-steps-p {
        font-size: 16px;
    }
}