/* =========================================================
   PakHerbal Natural & Trusted Section
   File: public/css/frontend/home/natural-trusted.css
   ========================================================= */

.pakherbal-natural-trusted,
.pakherbal-natural-trusted *,
.pakherbal-natural-trusted *::before,
.pakherbal-natural-trusted *::after {
    box-sizing: border-box;
}

.pakherbal-natural-trusted {
    --natural-primary: var(
        --pakherbal-theme-primary,
        #79c943
    );
    --natural-primary-dark: #4f9229;
    --natural-navy: #071827;
    --natural-text: #142630;
    --natural-muted: #4d6269;
    --natural-background: #f4f8ed;
    --natural-card-background: #edf5eb;

    position: relative;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 7% 16%,
            rgba(121, 201, 67, 0.1),
            transparent 25%
        ),
        radial-gradient(
            circle at 94% 84%,
            rgba(79, 146, 41, 0.08),
            transparent 28%
        ),
        var(--natural-background);
}

.pakherbal-natural-trusted__container {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(430px, 0.9fr);
    align-items: center;
    gap: clamp(52px, 6vw, 88px);
    width: min(100%, 1320px);
    margin: 0 auto;
    padding: 56px 44px 62px;
}

/* =========================================================
   Content
   ========================================================= */

.pakherbal-natural-trusted__content {
    display: grid;
    justify-items: start;
    gap: 17px;
    min-width: 0;
}

.pakherbal-natural-trusted__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    max-width: 100%;
    margin: 0;
    padding: 7px 12px;
    color: #438021;
    background: rgba(121, 201, 67, 0.1);
    border: 1px solid rgba(79, 146, 41, 0.16);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}

.pakherbal-natural-trusted__eyebrow-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: var(--natural-primary-dark);
}

.pakherbal-natural-trusted__title {
    max-width: 570px;
    margin: 0;
    color: #10252d;
    font-family: inherit;
    font-size: clamp(38px, 3.25vw, 46px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -0.022em;
    text-wrap: balance;
    overflow-wrap: anywhere;
}

.pakherbal-natural-trusted__description {
    max-width: 570px;
    margin: 0;
    color: #445b61;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.62;
    overflow-wrap: anywhere;
}

/* =========================================================
   Trust Highlights
   ========================================================= */

.pakherbal-natural-trusted__trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    width: 100%;
    max-width: 640px;
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
}

.pakherbal-natural-trusted__trust-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 7px 11px;
    color: #294634;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(46, 99, 53, 0.12);
    border-radius: 999px;
    box-shadow: 0 7px 18px rgba(35, 72, 48, 0.07);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.25;
    white-space: nowrap;
}

.pakherbal-natural-trusted__trust-icon {
    display: inline-flex;
    flex: 0 0 22px;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #ffffff;
    background: var(--natural-primary-dark);
    border-radius: 50%;
}

/* =========================================================
   Action
   ========================================================= */

.pakherbal-natural-trusted__actions {
    display: flex;
    align-items: stretch;
    margin-top: 8px;
}

.pakherbal-natural-trusted__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: auto;
    min-width: 176px;
    min-height: 51px;
    padding: 12px 22px;
    color: #ffffff;
    background: var(--natural-navy);
    border: 1px solid var(--natural-navy);
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(7, 24, 39, 0.15);
    font-family: inherit;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    transition:
        color 160ms ease,
        background-color 160ms ease,
        border-color 160ms ease,
        box-shadow 160ms ease,
        transform 160ms ease;
}

.pakherbal-natural-trusted__button svg {
    flex: 0 0 auto;
    color: currentColor;
    transition: transform 160ms ease;
}

.pakherbal-natural-trusted__button:hover {
    color: #ffffff;
    background: #3f7f22;
    border-color: #3f7f22;
    box-shadow: 0 15px 27px rgba(63, 127, 34, 0.24);
    transform: translateY(-2px);
}

.pakherbal-natural-trusted__button:hover svg {
    transform: translateX(3px);
}

.pakherbal-natural-trusted__button:focus-visible {
    outline: 3px solid rgba(121, 201, 67, 0.42);
    outline-offset: 3px;
}

/* =========================================================
   Image Card
   ========================================================= */

.pakherbal-natural-trusted__media-card {
    position: relative;
    justify-self: end;
    width: min(100%, 565px);
    min-width: 0;
    aspect-ratio: 1.48 / 1;
    overflow: hidden;
    background: transparent;
    border: 0;
    border-radius: 13px;
    box-shadow:
        0 22px 36px rgba(18, 39, 33, 0.24),
        0 7px 16px rgba(18, 39, 33, 0.12),
        0 0 54px 16px rgba(105, 174, 77, 0.2);
    isolation: isolate;
}

.pakherbal-natural-trusted__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: 0;
    border-radius: inherit;
    transition: transform 420ms ease;
}

.pakherbal-natural-trusted__media-card:hover
.pakherbal-natural-trusted__image {
    transform: scale(1.018);
}

/* =========================================================
   Temporary Image Placeholder
   ========================================================= */

.pakherbal-natural-trusted__image-placeholder {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 78% 20%,
            rgba(121, 201, 67, 0.2),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            #f3f8ef 0%,
            #e2efdd 58%,
            #d3e7ca 100%
        );
}

.pakherbal-natural-trusted__placeholder-glow {
    position: absolute;
    top: -20%;
    left: -8%;
    width: 68%;
    height: 110%;
    background:
        radial-gradient(
            circle,
            rgba(255, 255, 255, 0.95),
            rgba(255, 255, 255, 0)
        );
}

.pakherbal-natural-trusted__placeholder-products {
    position: absolute;
    right: 8%;
    bottom: 10%;
    width: 72%;
    height: 72%;
}

.pakherbal-natural-trusted__placeholder-bottle {
    position: absolute;
    bottom: 6%;
    background:
        linear-gradient(
            145deg,
            rgba(247, 241, 206, 0.98),
            rgba(218, 178, 62, 0.94)
        );
    border: 1px solid rgba(106, 83, 24, 0.13);
    border-radius: 28px 28px 20px 20px;
    box-shadow:
        0 22px 34px rgba(67, 78, 43, 0.16);
}

.pakherbal-natural-trusted__placeholder-bottle::before {
    position: absolute;
    top: -12%;
    left: 50%;
    width: 42%;
    height: 16%;
    content: "";
    background: #b68845;
    border-radius: 5px 5px 2px 2px;
    transform: translateX(-50%);
}

.pakherbal-natural-trusted__placeholder-bottle--large {
    right: 23%;
    width: 25%;
    height: 68%;
}

.pakherbal-natural-trusted__placeholder-bottle--small {
    right: 4%;
    width: 18%;
    height: 48%;
    background:
        linear-gradient(
            145deg,
            rgba(143, 91, 36, 0.95),
            rgba(83, 47, 20, 0.96)
        );
}

.pakherbal-natural-trusted__placeholder-bowl {
    position: absolute;
    right: 46%;
    bottom: 4%;
    width: 29%;
    height: 25%;
    background:
        linear-gradient(
            180deg,
            #b78042,
            #70431f
        );
    border-radius: 8px 8px 52% 52%;
    box-shadow:
        0 17px 26px rgba(65, 45, 27, 0.18);
}

.pakherbal-natural-trusted__placeholder-herb {
    position: absolute;
    z-index: 2;
    width: 27%;
    height: 13%;
    background:
        linear-gradient(
            145deg,
            #86bb55,
            #3e762c
        );
    border-radius: 100% 0 100% 0;
}

.pakherbal-natural-trusted__placeholder-herb--one {
    right: 36%;
    bottom: 24%;
    transform: rotate(-24deg);
}

.pakherbal-natural-trusted__placeholder-herb--two {
    right: 60%;
    bottom: 16%;
    width: 22%;
    transform: rotate(18deg);
}

/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 991px) {
    .pakherbal-natural-trusted__container {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(340px, 0.92fr);
        gap: 38px;
        padding: 52px 24px 58px;
    }

    .pakherbal-natural-trusted__title {
        font-size: clamp(33px, 4.3vw, 43px);
    }

    .pakherbal-natural-trusted__description {
        font-size: 15.5px;
    }

    .pakherbal-natural-trusted__trust-list {
        gap: 8px;
    }

    .pakherbal-natural-trusted__trust-item {
        padding: 6px 10px;
        font-size: 11.5px;
    }
}

/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 767px) {
    .pakherbal-natural-trusted__container {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
        padding: 38px 16px 44px;
    }

    .pakherbal-natural-trusted__content {
        gap: 13px;
    }

    .pakherbal-natural-trusted__eyebrow {
        padding: 6px 10px;
        font-size: 12px;
    }

    .pakherbal-natural-trusted__title {
        max-width: 560px;
        font-size: clamp(29px, 7.6vw, 38px);
        font-weight: 700;
        line-height: 1.08;
        letter-spacing: -0.02em;
    }

    .pakherbal-natural-trusted__description {
        max-width: 560px;
        font-size: 15px;
        line-height: 1.55;
    }

    .pakherbal-natural-trusted__trust-list {
        gap: 8px;
        margin-top: 2px;
    }

    .pakherbal-natural-trusted__trust-item {
        min-height: 32px;
        padding: 6px 9px;
        font-size: 11.5px;
    }

    .pakherbal-natural-trusted__trust-icon {
        flex-basis: 20px;
        width: 20px;
        height: 20px;
    }

    .pakherbal-natural-trusted__actions {
        width: 100%;
        margin-top: 7px;
    }

    .pakherbal-natural-trusted__button {
        width: 100%;
        min-width: 0;
        min-height: 48px;
        padding: 10px 14px;
        border-radius: 8px;
        font-size: 14px;
    }

    .pakherbal-natural-trusted__media-card {
        justify-self: stretch;
        width: 100%;
        aspect-ratio: 1.46 / 1;
        border-radius: 12px;
        box-shadow:
            0 18px 30px rgba(18, 39, 33, 0.2),
            0 5px 13px rgba(18, 39, 33, 0.1),
            0 0 36px 10px rgba(105, 174, 77, 0.16);
    }
}

@media (max-width: 520px) {
    .pakherbal-natural-trusted__trust-list {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .pakherbal-natural-trusted__trust-item {
        width: 100%;
        white-space: normal;
    }

    .pakherbal-natural-trusted__button {
        min-height: 47px;
        font-size: 13px;
    }
}

/* =========================================================
   Very Small Mobile
   ========================================================= */

@media (max-width: 359px) {
    .pakherbal-natural-trusted__container {
        padding-right: 12px;
        padding-left: 12px;
    }

    .pakherbal-natural-trusted__title {
        font-size: 27px;
    }
}

/* =========================================================
   Reduced Motion
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    .pakherbal-natural-trusted__button,
    .pakherbal-natural-trusted__button svg,
    .pakherbal-natural-trusted__image {
        transition: none;
    }

    .pakherbal-natural-trusted__button:hover,
    .pakherbal-natural-trusted__button:hover svg,
    .pakherbal-natural-trusted__media-card:hover
    .pakherbal-natural-trusted__image {
        transform: none;
    }
}
