@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');

/* Amazing Meds Home Widgets - Global CSS */

:root {
    /* Exact Color Palette */
    --bg-page: #F3EFE9;
    --bg-dark: #2F2A25;
    --bg-white: #FFFFFF;
    --bg-card-light: #F9F7F3;
    --bg-card-tan: #EBE4D7;

    --text-dark: #312C21;
    --text-muted: #736D67;
    --text-light: #FFFFFF;
    --accent-gold: #BCA37F;
    --text-gold-light: #E8DECD;
    --border-color: #E2DBD0;

    /* Typography */
    --font-serif: 'Playfair Display', Georgia, serif;
    --font-sans: 'Inter', -apple-system, sans-serif;
}

.am-home-widget {
    color: var(--text-dark);
    font-family: var(--font-sans);
    line-height: 1.5;
    overflow: hidden;
}

.am-home-widget * {
    box-sizing: border-box;
}

.am-home-widget img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.am-home-testimonials .swiper {
    padding: 0 200px;
    width: 100%;
    margin: 0 auto;
}

.am-home-widget .am-home-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
}

.am-home-widget .am-pill-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #312C21;
    color: white;
    font-size: 16px;
    font-family: var(--font-sans);
    font-weight: 400;
    line-height: 24px;
    height: 56px;
    border-radius: 500px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.am-home-widget .am-pill-btn:hover {
    background: #1a1711;
    color: white;
}

/* Typography */
.am-home-widget h1,
.am-home-widget h2,
.am-home-widget h3,
.am-home-widget h4,
.am-home-widget .serif {
    font-family: var(--font-serif) !important;
    color: var(--text-dark);
    font-weight: 600;
}

.am-home-widget .text-white {
    color: var(--text-light);
}

.am-home-widget .text-white h2,
.am-home-widget .text-white h3,
.am-home-widget .text-white p {
    color: var(--text-light);
}

.am-home-widget h1 {
    font-size: clamp(40px, 5vw, 64px) !important;
    line-height: 1.2 !important;
    margin-bottom: 24px;
}

.am-home-widget h2 {
    font-size: clamp(32px, 4vw, 44px) !important;
    line-height: 1.1 !important;
    margin-bottom: 16px;
    margin-top: 0;
}

.am-home-widget h3 {
    font-size: clamp(24px, 3vw, 32px) !important;
    line-height: 1 !important;
    margin-bottom: 16px;
    margin-top: 0;
}

.am-home-widget h2.text-gold {
    font-size: clamp(32px, 4vw, 80px);
    color: var(--accent-gold);
}

.am-home-widget p {
    font-size: 20px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 16px;
}

/* Buttons */
.am-home-widget .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--font-sans);
    cursor: pointer;
    border: none;
    transition: 0.3s ease;
    text-decoration: none;
}

.am-home-widget .btn-dark {
    background-color: var(--bg-dark);
    color: #fff;
}

.am-home-widget .btn-white {
    background-color: #fff;
    color: var(--text-dark);
}

.am-home-widget .btn-tan {
    background-color: var(--bg-card-tan);
    color: var(--text-dark);
}

.am-home-widget .badge-pill {
    display: inline-block;
    padding: 6px 16px;
    background-color: var(--bg-card-tan);
    border-radius: 100px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 16px;
    color: var(--text-dark);
}

.am-home-widget .text-center {
    text-align: center;
}


/* ================= 1. HERO SECTION ================= */
.am-home-widget .hero-sec {
    padding: 64px 0 100px;
}

.am-home-widget.am-home-hero p {
    margin-bottom: 24px;
}

.am-home-widget.am-home-hero h1 {
    font-size: clamp(40px, 5vw, 62px);
    line-height: 1.05;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

.am-home-widget .hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.am-home-widget .hero-actions {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.am-home-widget .hero-feats {
    display: flex;
    gap: 24px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.am-home-widget .hero-feats svg {
    width: 20px;
    height: 20px;
    color: var(--text-dark);
}

.am-home-widget .hero-feats span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.am-home-widget .review-badge {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(90deg, rgba(245, 243, 241, 0.64) 0%, rgba(245, 243, 241, 0) 100%);
    padding: 8px 24px 8px 8px;
    border-radius: 100px;
}

.am-home-widget .review-avs {
    display: flex;
}

.am-home-hero .review-avs img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -12px;
}

.review-avs img:first-child {
    margin-left: 0;
}


.am-home-widget .hero-visual {
    position: relative;
    z-index: 1;
    /* Baseline desktop height */
}

.am-home-widget .hero-visual-img {
    position: relative;
    width: 100%;
    height: 100%;
    /* Take full height of .hero-visual */
    border-radius: 32px 32px 0 0;
    overflow: hidden;
    z-index: 2;
}

.am-home-hero .hero-visual-img img {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Insurance Banner */
.am-home-widget .ins-banner {
    background-color: #312C21;
    border-radius: 56px;
    padding: 48px 80px;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
    box-shadow: 0px -32px 120px -16px rgba(210, 190, 157, 0.40);
}

.am-home-widget .ins-banner p {
    color: #BFA568;
    font-size: 22px;
    margin-bottom: 40px !important;
    font-family: var(--font-sans);
    text-transform: none;
    letter-spacing: normal;
}

.am-home-widget .ins-logos {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    gap: 40px;
    overflow-x: auto;
}

.am-home-widget .ins-logos img {
    max-height: 45px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    /* Force white logos like design */
    opacity: 0.8;
}

/* ================= 2. PROBLEM SECTION ================= */
.am-home-widget .prob-sec {
    background-color: var(--bg-card-light);
    border-radius: 40px;
    padding: 0;
}

.am-home-widget .prob-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.am-home-widget .prob-content {
    padding: 64px;
}

.am-home-widget .prob-img {
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.am-home-widget .prob-img img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

/* ================= 3. SYSTEM 5 SECTION ================= */
.am-home-widget .sys-arrow-down {
    text-align: center;
    color: var(--accent-gold);
    margin-bottom: 24px;
}

.am-home-widget .sys-grid-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    padding-top: 40px;
    /* Default */
}

@media (min-width: 1025px) {
    .am-home-widget .sys-grid-top {
        padding-top: 130px;
        /* PC only for pop-out effect */
    }
}

.am-home-widget .sys-card-lg {
    border-radius: 40px;
    display: flex;
    justify-content: flex-end;
    min-height: 400px;
    position: relative;
    margin-bottom: 24px;
    height: auto;
    overflow: visible;
    clip-path: inset(-1000px 0px 0px 0px);
}

.am-home-widget .sys-card-lg img {
    position: absolute;
    object-fit: contain;
    object-position: bottom center;
    z-index: 1;
}

.am-home-widget .sys-card-lg-content {
    width: 55%;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
    color: white;
}


.am-home-widget .sys-c1 {
    background-color: #B29B81;
    color: #fff;
}

.am-home-widget .sys-c2 {
    background-color: var(--bg-dark);
    color: #fff;
}

.am-home-widget .sys-c2 .sys-card-lg-content {
    border-radius: 0 0 40px 40px;
    background: linear-gradient(180deg, rgba(36, 33, 25, 0) 0%, #242119 100%);
}


.am-home-widget .sys-c1 .sys-card-lg-content {
    border-radius: 0 0 40px 40px;
    background: linear-gradient(180deg, rgba(178, 155, 129, 0) 0%, #B29B81 100%);
}

.am-home-widget .sys-icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: rgba(255, 255, 255, 0.2);
}

.am-home-widget .sys-grid-bot {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

.am-home-widget .sys-card-sm {
    background-color: var(--bg-card-light);
    padding: 32px;
    border-radius: 24px;
}

.am-home-widget .sys-card-sm svg {
    width: 20px;
    height: 20px;
    color: var(--text-dark);
}

.am-home-widget .sys-card-lg-content svg {
    width: 20px;
    height: 20px;
    color: var(--text-light);
}

.am-home-widget .sys-card-sm .sys-icon-circle {
    background-color: var(--bg-card-tan);
    color: var(--text-dark);
}

.am-home-widget .sys-card-sm h3 {
    font-size: 20px;
    margin-bottom: 8px;
    font-family: var(--font-sans);
    color: var(--text-dark);
}

/* ================= 4. COMPARISON SECTION ================= */
.am-home-widget .comp-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
    position: relative;
    gap: 70px;

}

.am-home-widget .comp-left {
    background-color: var(--bg-card-light);
    padding: 48px;
    border-radius: 24px;
    width: 50%;
    z-index: 1;
}

.am-home-widget .comp-left h3 {
    color: var(--text-dark);
}

.am-home-widget .comp-right {
    background-color: var(--bg-dark);
    padding: 56px 48px;
    border-radius: 24px;
    width: 50%;
    position: relative;
    margin-left: -32px;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.am-home-widget .badge-best {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent-gold);
    color: #fff;
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
}

.am-home-widget .comp-list-left,
.am-home-widget .comp-list-right {
    list-style: none;
    padding-left: 0;
}

.am-home-widget .comp-list-left li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #A49F9B;
    margin-bottom: 16px;
    font-weight: 500;
}

.am-home-widget .comp-list-right li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 500;
}

.am-home-widget .icon-minus {
    width: 20px;
    height: 20px;
    background-color: var(--bg-card-tan);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.am-home-widget .icon-minus::after {
    content: '';
    width: 8px;
    height: 2px;
    background-color: #BBAF9E;
}

.am-home-widget .icon-check {
    width: 20px;
    height: 20px;
    background-color: var(--accent-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.am-home-widget .icon-check::after {
    content: '';
    width: 5px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg) translateY(-1px);
}

/* ================= 5. HOW IT WORKS SECTION ================= */
.am-home-widget .how-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 48px 0;
    gap: 0;
    /* Remove gap for "tight" layout */
}

.am-home-widget .how-box {
    background-color: #F7F7F7;
    border-radius: 24px;
    padding: 40px 24px;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    /* For absolutely positioned arrows */
}

.am-home-widget .how-box.tan {
    background-color: #EBE4DB;
}

.am-home-widget .how-box.has-arrow:after {
    content: '';
    position: absolute;
    left: -20px;
    /* Bridge the gap */
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: inherit;
    /* Matches box color */
    border-radius: 50%;
    z-index: 5;
}

.am-home-widget .how-arr-circle {
    width: 32px;
    height: 32px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    z-index: 10;
    /* Above the :after tab */
}

.am-home-widget .how-num {
    width: 40px;
    height: 40px;
    background-color: var(--bg-dark);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
}

.am-home-widget .how-box h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-family: var(--font-sans);
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.4;
    margin-top: 0;
}

.am-home-widget .how-box p {
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
}

/* ================= 6. CARE PLAN SECTION ================= */
.am-home-widget.am-home-care-plan h2 {
    color: var(--accent-gold);
}

.am-home-widget .plan-sec {
    background-color: var(--bg-dark);
    border-radius: 80px 80px 0 0;
    padding: 80px 64px;
    color: #fff;
}

.am-home-widget .plan-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 48px;
}

.am-home-widget .plan-left {
    background-color: #E3DAC9;
    border-radius: 40px;
    padding: 40px;
    color: var(--text-dark);
}

.am-home-widget .plan-left>h3 {
    font-family: var(--font-sans);
    font-weight: 400;

    color: var(--text-dark);
    font-weight: 600;
}

.am-home-widget .price-tog {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.am-home-widget .price-box {
    flex: 1;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 24px;
    padding: 32px;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.am-home-widget .price-box.active {
    background: #fff;
    border: 2px solid var(--text-dark);
}

.am-home-widget .price-box h3 {
    font-size: 48px;
    margin-bottom: 8px;
    font-family: var(--font-serif);
    color: var(--text-dark);
}

.am-home-widget .price-box p {
    font-size: 16px;
    margin: 0;
    color: var(--text-muted);
}

.am-home-widget .badge-save {
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent-gold);
    color: var(--text-dark);
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.am-home-widget .plan-check-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    background: var(--text-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.am-home-widget .plan-right {
    display: flex;
    flex-direction: column;
}

.am-home-widget .adv-card {
    background-color: #fff;
    border-radius: 40px 40px 0 0;
    padding: 32px;
    display: flex;
    gap: 24px;
    color: var(--text-dark);
    padding-bottom: 50px;
}

.am-home-widget .adv-card:last-child {
    border-radius: 40px;
}

.am-home-widget .adv-card:not(:first-child) {
    margin-top: -35px;
}

.am-home-widget .adv-card.highlight {
    background-color: #E3DAC9;
}

.am-home-widget .adv-card h4 {
    font-size: 28px !important;
    font-family: var(--font-sans) !important;
    font-weight: 400 !important;
}

.am-home-widget .adv-icon {
    width: 56px;
    height: 56px;
    background: var(--bg-dark);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.am-home-widget .adv-icon svg {
    width: 20px;
    height: 20px;
}

.am-home-widget .adv-list {
    list-style: none;
    margin-top: 8px;
    padding-left: 0;
}

.am-home-widget .adv-list li {
    font-size: 18px;
    color: var(--text-muted);
    margin-bottom: 12px;
    padding-left: 32px;
    position: relative;
}

.am-home-widget .adv-list li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: #B4A583;
}

/* Checklist Global Style */
.am-home-widget .check-list {
    list-style: none;
    margin-bottom: 32px;
    padding-left: 0;
}

.am-home-widget .check-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    font-size: 20px;
    font-family: var(--font-sans);
    font-weight: 600;
    color: var(--text-dark);
}

.am-home-widget .check-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background-color: var(--accent-gold);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23312C21' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
}

.am-home-widget .feat-bot {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-top: 32px;
}

.am-home-widget .feat-mini {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 24px 12px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

.am-home-widget .feat-mini-icon {
    width: 32px;
    height: 32px;
    background: #fff;
    color: var(--bg-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

/* ================= 7. SYMPTOMS & WOMEN SECTION ================= */
.am-home-widget .symp-badge {
    margin: 0 auto 24px;
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #BCA37F;
    /* Tan color for icons */
}

.am-home-widget .symp-badge svg {
    width: 28px;
    height: 28px;
}

.am-home-widget .symp-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    max-width: 800px;
    margin: 32px auto 48px;
}

.am-home-widget .s-tag {
    background-color: var(--bg-card-tan);
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.am-home-widget .women-card {
    background-color: var(--bg-card-tan);
    border-radius: 40px;
    padding: 64px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    margin-top: 80px;
    text-align: left;
}

.am-home-widget .wc-img {
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.am-home-widget .women-card .wc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ================= 8. TESTIMONIALS SECTION ================= */
.am-home-testimonials .section {
    background-color: var(--bg-card-tan);
    border-radius: 80px 80px 0 0;
    padding: 80px 0;
    max-width: 100%;
    margin: 0 auto 80px auto;
    overflow: hidden;
}

.am-home-testimonials .testi-carousel-container {
    position: relative;
    max-width: 1440px;
    /* Clipper boundary */
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.am-home-widget .testi-wrap {
    margin-top: 48px;
    padding: 0 120px;
    /* Increased spacing for larger gap and pop-outs */
    position: relative;
    overflow: visible !important;
}

.am-home-testimonials .testi-item {
    position: relative;
    width: 340px !important;
    height: 580px !important;
    flex-shrink: 0 !important;
    transition: transform 0.3s ease;
    margin: 0;
    /* Gap handled by Swiper spaceBetween */
}

.am-home-widget .testi-card {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    overflow: hidden;
    background-color: #E0E4E7;
}

.testi-card img.bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.am-home-widget .testi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.am-home-widget .play-circ {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    background: #FFFFFF;
    color: var(--bg-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: transform 0.3s ease;
}

.play-circ:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.am-home-widget .view-c {
    position: absolute;
    top: 24px;
    right: 24px;
    background: #FFFFFF;
    padding: 6px 12px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-dark);
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.am-home-widget .t-content {
    position: absolute;
    bottom: 40px;
    right: -140px;
    /* Offset further out of card to right */
    width: 320px;
    background: #FFFFFF;
    padding: 32px 24px;
    border-radius: 32px;
    z-index: 10;
}

.am-home-widget .t-stars {
    color: #BCA37F;
    font-size: 14px;
    margin-bottom: 12px;
    letter-spacing: 2px;
    text-align: left;
}

.am-home-widget .t-quote {
    font-size: 13px;
    line-height: 1.5;
    color: #312C21 !important;
    margin: 0 0 16px 0 !important;
    font-weight: 500;
    text-align: left;
}

.am-home-widget .t-auth {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.am-home-widget .t-auth-info {
    text-align: left;
}

.am-home-widget .t-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-dark);
}

.am-home-widget .t-title {
    font-size: 11px;
    color: var(--text-muted);
}

.am-home-widget .t-auth img.t-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.am-home-widget .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background: #2F2A25;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    z-index: 10;
    transition: all 0.3s ease;
    padding: 0;
}

.nav-btn:hover {
    background: #1a1711;
    transform: translateY(-50%) scale(1.05);
}

.am-home-widget .nav-prev {
    left: 40px;
}

.am-home-widget .nav-next {
    right: 40px;
}

/* ================= 9. TRUST SECTION ================= */
.am-home-widget .trust-row {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 120px;
}

.trust-row.reverse {
    grid-template-columns: 0.9fr 1.1fr;
    direction: ltr;
    /* Ensure text isn't reversed */
}

.am-home-widget .trust-visual-container {
    height: 480px;
    position: relative;
    background: #E8DECD;
    box-shadow: 0px 40px 0px -24px #AA9574;
    overflow: hidden;
    border-radius: 48px;
}

.am-home-widget .trust-visual-stack img {
    width: 750px;
    height: 500px;
    position: relative;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.trust-row:not(.reverse) .trust-visual-stack img {
    left: 0;
    top: 0;
}

.trust-row.reverse .trust-visual-stack img {
    left: 0px;
    top: 24px;
}

.am-home-widget .trust-content h2 {
    font-size: 48px;
    margin-bottom: 24px;
    line-height: 1.1;
}

.am-home-widget .trust-desc {
    font-size: 24px !important;
    line-height: 1.5 !important;
    color: #676158;
    margin-bottom: 40px !important;
}

.am-home-widget .trust-checklist {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.am-home-widget .trust-check-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.am-home-widget .trust-check-icon {
    width: 24px;
    height: 24px;
    background: #BFA568;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trust-check-icon i,
.trust-check-icon svg {
    font-size: 10px;
    width: 10px;
    height: 10px;
    color: #302C21;
}

.trust-check-item span {
    color: #312C21;
    font-size: 20px;
    font-weight: 600;
}

/* ================= 10. TEAM SECTION ================= */
.am-home-team {
    background-color: var(--bg-card-light);
    border-radius: 80px 80px 0 0;
    padding: 80px 0;
}

.am-home-widget .team-top {
    display: grid;
    grid-template-columns: 48% 52%;
    gap: 0;
    align-items: stretch;
    margin: 60px 0 48px;
    background-color: transparent;
    padding: 0;
    border-radius: 40px;
    overflow: visible;
    background: #fff;
}

.am-home-team svg {
    width: 20px;
    height: 20px;
}

.am-home-widget .t-img-lg {
    position: relative;
    height: 600px;
    border-radius: 40px;
    overflow: visible;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.am-home-widget .t-img-lg .t-img-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-card-tan);
    border-radius: 40px;
    z-index: 1;
}

.am-home-widget .t-img-lg img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.am-home-widget .team-top-content {
    background-color: #FFFFFF;
    padding: 64px;
    border-radius: 0 40px 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.am-home-widget .team-social {
    display: flex;
    gap: 16px;
    color: var(--text-dark);
    margin-top: 8px;
}

.am-home-widget .team-bot {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 48px;
}

.am-home-widget .t-card-sm {
    background-color: #fff;
    border-radius: 40px;
    padding: 0;
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 0;
    align-items: stretch;
    overflow: visible;
}

.am-home-widget .t-img-sm {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: visible;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-shrink: 0;
}

.am-home-widget .t-img-sm .t-img-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-card-tan);
    border-radius: 40px;
    z-index: 1;
}

.am-home-widget .t-img-sm img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.am-home-widget .t-card-sm-content {
    background-color: #FFFFFF;
    padding: 32px 40px;
    border-radius: 0 40px 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.am-home-widget .t-card-sep {
    height: 1px;
    background: #D6CEC3;
    width: 60px;
    margin-bottom: 16px;
}

.am-home-widget .stats-banner {
    background-color: var(--bg-dark);
    border-radius: 40px;
    padding: 40px;
    color: #fff;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    gap: 32px;
}

.am-home-widget .stat h3 {
    font-size: 64px !important;
    color: var(--accent-gold);
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 1;
}

.stat h3 span {
    font-size: 40px;
}

.stat p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    opacity: 0.8;
}

/* ================= 11. FAQ SECTION ================= */
.am-home-widget .faq-wrap {
    max-width: 800px;
    margin: 48px auto 0;
    text-align: left;
}

.am-home-widget details {
    background-color: var(--bg-card-light);
    border-radius: 12px;
    margin-bottom: 12px;
    padding: 24px;
    transition: 0.3s ease;
}

.am-home-widget details[open] {
    background-color: #F3EFE9;
}

.am-home-widget summary {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.am-home-widget summary::-webkit-details-marker {
    display: none;
}

.am-home-widget summary::after {
    content: '↓';
    color: var(--accent-gold);
    font-size: 18px;
    font-weight: 400;
    transition: 0.3s;
}

.am-home-widget details[open] summary::after {
    content: '↑';
}

.am-home-widget details p {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 14px;
}

/* ================= 12. BOTTOM CTA SECTION ================= */
.am-home-widget .bottom-cta {
    background: #242119;
    padding: 60px;
    border-radius: 64px;
    text-align: center;
    box-shadow: 0px 56px 0px -40px #D2BE9D;
    overflow: hidden;
}

.am-home-widget .bottom-cta h2 {
    color: #BFA568;
    font-size: 62px !important;
    margin-bottom: 24px;
    line-height: .9;
}

.am-home-widget .bottom-cta p {
    color: #E8DECD !important;
    font-size: 24px;
    margin-bottom: 48px !important;
}

.am-home-widget .cta-feats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 48px;
    opacity: 0.9;
    flex-wrap: wrap;
}

.am-home-widget .cta-feat-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #E8DECD;
    font-size: 18px;
}

.cta-feat-item i,
.cta-feat-item svg {
    color: #BFA568;
    width: 20px;
    height: 20px;
}

.am-home-widget .cta-divider {
    width: 24px;
    height: 1px;
    background: rgba(232, 222, 205, 0.24);
}

.am-home-cta .am-home-container {
    padding-bottom: 40px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {

    .am-home-widget .hero-grid,
    .am-home-widget .prob-grid,
    .am-home-widget .trust-row,
    .am-home-widget .women-card,
    .am-home-widget .team-top,
    .am-home-widget .team-top-content,
    .am-home-widget .team-bot,
    .am-home-widget .t-card-sm,
    .am-home-widget .stats-banner {
        grid-template-columns: 1fr;
    }

    .am-home-widget .hero-grid>div {
        width: 100%;
    }

    .am-home-widget .hero-visual {
        margin-top: 60px;
        /* Pull images closer or add space for pop-out */
        overflow: visible;
    }

    .am-home-widget .hero-bg-shape {
        width: 100%;
        right: 0;
        top: 0;
        height: 100%;
        border-radius: 32px;
    }

    .am-home-widget .hero-pill-shape {
        display: none;
        /* Simplify for mobile */
    }

    .am-home-widget .hero-visual-img {
        width: 100%;
        height: 100%;
        overflow: visible;
        /* Allow image to pop out */
    }

    .am-home-widget .ins-banner {
        margin-top: 0;
        padding: 32px 24px;
    }

    .am-home-widget .comp-wrap {
        flex-direction: column;
    }

    .am-home-widget .comp-left {
        width: 100%;
        text-align: center;
    }

    .am-home-widget .comp-right {
        width: 100%;
        margin-left: 0;
        margin-top: -24px;
    }

    .am-home-widget .comp-list-left li {
        justify-content: center;
    }

    .am-home-widget .how-row {
        flex-direction: column;
        gap: 16px;
    }

    .am-home-widget .how-box {
        width: 100%;
        height: auto;
    }

    .am-home-widget .how-arr-wrap {
        display: none;
    }

    .am-home-widget .sys-grid-top {
        padding-top: 40px;
        gap: 50px;
    }

    .am-home-widget .sys-card-lg {
        flex-direction: column;
        height: auto;
    }



    .am-home-widget .sys-card-lg-content {
        width: 100%;
        padding: 32px;
    }

    .am-home-widget .sys-grid-bot {
        grid-template-columns: 1fr;
    }

    .am-home-widget .plan-grid {
        grid-template-columns: 1fr;
    }

    .am-home-widget .feat-bot {
        grid-template-columns: repeat(3, 1fr);
    }

    .am-home-testimonials .section {
        border-radius: 40px;
        padding: 60px 0;
    }

    .am-home-widget .testi-wrap {
        gap: 16px;
        padding: 0 40px;
        padding-right: 40px;
    }

    .am-home-widget .testi-item {
        width: 280px;
        height: 480px;
    }

    .am-home-widget .t-content {
        bottom: 24px;
        left: 20px;
        width: calc(100% - 40px);
        padding: 16px;
    }

    .am-home-widget .nav-btn {
        display: none;
    }

    .am-home-widget .cta-feats span::after {
        display: none;
    }

    .am-home-widget .prob-content {
        padding: 40px;
    }

    .am-home-widget .bottom-cta h2 {
        font-size: 48px !important;
    }

    .am-home-widget .stat h3 {
        font-size: 42px !important;
    }
}

@media (max-width: 768px) {
    .am-home-container {
        padding: 0 20px;
    }

    .am-home-widget .sys-grid-top,
    .am-home-widget .sys-grid-bot,
    .am-home-widget .team-bot {
        grid-template-columns: 1fr;
    }

    .am-home-widget .plan-sec {
        padding: 40px 0px;
    }

    .am-home-widget .plan-left {
        padding: 24px;
    }

    .am-home-widget .stats-banner {
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 40px 24px;
    }

    .am-home-widget .price-tog {
        flex-direction: column;
    }

    .am-home-widget .team-top {
        border-radius: 24px;
    }

    .am-home-widget .t-img-lg {
        height: 400px;
    }

    .am-home-widget .team-top-content {
        border-radius: 0 0 24px 24px;
        padding: 40px 24px;
    }

    .am-home-widget .t-card-sm {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .am-home-widget .t-img-sm {
        margin: 0 auto;
    }

    .am-home-widget .t-card-sm-content {
        border-radius: 0 0 40px 40px;
        padding: 32px 24px;
    }

    .am-home-widget .t-card-sep {
        margin: 0 auto 16px;
    }

    .am-home-widget .trust-row:nth-child(2) {
        display: flex;
        flex-direction: column-reverse;
    }

    .am-home-widget .bottom-cta {
        padding: 40px 20px;
    }

    .am-home-widget .ins-banner {
        padding: 32px 24px;
    }

    .am-home-widget .prob-content {
        padding: 20px;
    }

    .am-home-widget .prob-grid {
        gap: 20px;
    }

    .am-home-widget .how-box.has-arrow:after,
    .am-home-widget .how-arr-circle {
        display: none;
    }

    .am-home-widget .women-card {
        padding: 20px;
    }

    .am-home-widget .bottom-cta h2 {
        font-size: 32px !important;
    }

    .am-home-widget .stat h3 {
        font-size: 28px !important;
    }
}