﻿/* INDEX.HTML MOBILE RESPONSIVE - Phone only (max-width: 768px) */
/* Desktop stays untouched. */

#mobile-wrapper {
    display: none;
}

@media (max-width: 768px) {

    /* Hide ALL desktop containers on mobile */
    #creative-wrapper,
    .main-container,
    #page-viewport {
        display: none !important;
    }

    #mobile-wrapper {
        display: block !important;
    }

    /* NAV */
    .mn {
        position: sticky;
        top: 0;
        z-index: 999;
        background: #fff;
        box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
        padding: 0 16px
    }

    .mn-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 56px
    }

    .mn-logo {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 18px;
        font-weight: 700;
        color: #00a89c
    }

    .mn-logo svg {
        width: 32px;
        height: 32px
    }

    .mn-ham {
        background: none;
        border: none;
        cursor: pointer;
        padding: 6px;
        display: flex;
        flex-direction: column;
        gap: 5px
    }

    .mn-ham span {
        display: block;
        width: 22px;
        height: 2px;
        background: #1f2937;
        border-radius: 2px;
        transition: .3s
    }

    .mn-menu {
        display: none;
        flex-direction: column;
        background: #fff;
        border-top: 1px solid #e5e7eb;
        padding: 8px 0
    }

    .mn-menu.open {
        display: flex
    }

    .mn-menu a {
        padding: 12px 16px;
        font-size: 15px;
        color: #1f2937;
        border-bottom: 1px solid #f3f4f6;
        font-weight: 500;
        text-decoration: none
    }

    .mn-menu a:hover {
        color: #00a89c;
        background: #f0fdfb
    }

    .mn-cta {
        margin: 10px 16px 6px;
        background: #00a89c;
        color: #fff !important;
        border-radius: 28px;
        text-align: center;
        font-weight: 600 !important;
        border-bottom: none !important
    }

    /* HERO */
    .mh {
        background: linear-gradient(135deg, #eaf7f6 0%, #fff 60%);
        padding: 40px 20px 32px;
        text-align: center;
        overflow: hidden
    }

    .mh-badge {
        display: inline-block;
        background: #e0f7f4;
        color: #00877d;
        font-size: 12px;
        font-weight: 600;
        padding: 5px 14px;
        border-radius: 20px;
        margin-bottom: 16px
    }

    .mh h1 {
        font-size: 32px;
        font-weight: 900;
        line-height: 1.15;
        margin-bottom: 14px;
        font-family: 'Roboto', sans-serif
    }

    .mh .gr {
        color: #00a89c
    }

    .mh .dk {
        color: #1f2937
    }

    .mh-sub {
        font-size: 14px;
        color: #565657;
        margin-bottom: 24px;
        line-height: 1.65
    }

    .mh-btns {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center
    }

    .mb-p {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #00a89c;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        padding: 13px 32px;
        border-radius: 28px;
        box-shadow: 0 4px 16px rgba(0, 168, 156, .3);
        text-decoration: none
    }

    .mb-d {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #00a89c;
        font-size: 14px;
        font-weight: 500;
        text-decoration: underline
    }

    .mh-svg {
        margin: 28px auto 0;
        display: block;
        width: 100%;
        max-width: 340px
    }

    .mh-stat {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        flex-wrap: wrap
    }

    .mh-stat b {
        font-size: 26px;
        color: #00a89c;
        text-decoration: underline
    }

    .mh-stat span {
        font-size: 14px;
        color: #565657
    }

    /* SECTION COMMON */
    .ms {
        padding: 44px 20px
    }

    .ms-a {
        background: #eaf7f6
    }

    .ms-lb {
        display: inline-block;
        background: #00a89c;
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        padding: 3px 12px;
        border-radius: 18px;
        letter-spacing: .5px;
        margin-bottom: 10px;
        text-transform: uppercase
    }

    .ms h2 {
        font-size: 26px;
        font-weight: 700;
        line-height: 1.2;
        color: #1f2937;
        margin-bottom: 10px;
        font-family: 'Roboto', sans-serif
    }

    .ms h2 .gr {
        color: #00a89c
    }

    .ms p {
        font-size: 13px;
        color: #565657;
        line-height: 1.7;
        margin-bottom: 14px
    }

    .ms-svg {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 24px;
        display: block
    }

    /* FEATURE CARDS */
    .mfg {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        margin-top: 20px
    }

    .mfc {
        background: #fff;
        border-radius: 14px;
        padding: 18px 14px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
        text-align: center
    }

    .mfc-i {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        margin: 0 auto 10px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .mfc h3 {
        font-size: 13px;
        font-weight: 700;
        color: #1f2937;
        margin-bottom: 6px
    }

    .mfc p {
        font-size: 11px;
        color: #747373;
        line-height: 1.5;
        margin: 0
    }

    /* INDUSTRIES */
    .mig {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 18px
    }

    .mic {
        background: #fff;
        border-radius: 12px;
        padding: 14px 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .05)
    }

    .mic-i {
        width: 36px;
        height: 36px;
        border-radius: 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 8px
    }

    .mic h4 {
        font-size: 12px;
        font-weight: 700;
        color: #1f2937;
        margin-bottom: 4px
    }

    .mic p {
        font-size: 10px;
        color: #747373;
        line-height: 1.4;
        margin: 0
    }

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

    /* PILL LIST */
    .mpl {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-top: 10px
    }

    .mpl-i {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #eaf7f6;
        color: #00877d;
        font-size: 12px;
        font-weight: 600;
        padding: 8px 12px;
        border-radius: 10px
    }

    /* TESTIMONIAL */
    .mt {
        background: #fff;
        border-radius: 16px;
        padding: 20px 16px;
        box-shadow: 0 3px 16px rgba(0, 0, 0, .07);
        margin-top: 18px;
        position: relative
    }

    .mt::before {
        content: '\201C';
        position: absolute;
        top: 8px;
        left: 16px;
        font-size: 50px;
        color: #00a89c;
        opacity: .25;
        font-family: Georgia, serif
    }

    .mt p {
        font-size: 13px;
        color: #374151;
        line-height: 1.65;
        font-style: italic;
        margin-bottom: 12px;
        padding-top: 14px
    }

    .mt-a {
        display: flex;
        align-items: center;
        gap: 10px
    }

    .mt-av {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: linear-gradient(135deg, #00a89c, #00d4c5);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 700;
        font-size: 14px
    }

    .mt-n {
        font-size: 12px;
        font-weight: 700;
        color: #1f2937
    }

    .mt-r {
        font-size: 10px;
        color: #9ca3af
    }

    /* RATING */
    .mrc {
        background: #fff;
        border-radius: 14px;
        padding: 16px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
        margin-top: 14px
    }

    .mrc-h {
        font-size: 12px;
        font-weight: 700;
        color: #1f2937;
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #f3f4f6
    }

    .mrr {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 0;
        border-bottom: 1px solid #f3f4f6
    }

    .mrr:last-child {
        border-bottom: none
    }

    /* COUPON */
    .mcp {
        background: linear-gradient(135deg, #00a89c, #00c5b8);
        border-radius: 14px;
        padding: 18px 16px;
        color: #fff;
        margin-top: 14px;
        position: relative;
        overflow: hidden
    }

    .mcp h4 {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 4px
    }

    .mcp-c {
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 2px;
        margin: 8px 0
    }

    .mcp p {
        font-size: 11px;
        opacity: .85;
        margin: 0
    }

    .mcp-b {
        position: absolute;
        top: 12px;
        right: 12px;
        background: rgba(255, 255, 255, .2);
        border-radius: 8px;
        padding: 3px 10px;
        font-size: 10px;
        font-weight: 700
    }

    /* REASONS */
    .mrs {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 18px
    }

    .mr {
        display: flex;
        gap: 12px;
        align-items: flex-start
    }

    .mr-n {
        width: 36px;
        height: 36px;
        min-width: 36px;
        border-radius: 50%;
        background: #00a89c;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .mr h4 {
        font-size: 14px;
        font-weight: 700;
        color: #1f2937;
        margin-bottom: 4px
    }

    .mr p {
        font-size: 12px;
        color: #565657;
        line-height: 1.5;
        margin: 0
    }

    /* CTA BANNER */
    .mcb {
        background: linear-gradient(135deg, #00a89c, #00877d);
        padding: 40px 20px;
        text-align: center;
        color: #fff
    }

    .mcb h2 {
        font-size: 24px;
        font-weight: 800;
        margin-bottom: 10px;
        color: #fff
    }

    .mcb p {
        font-size: 13px;
        opacity: .9;
        margin-bottom: 20px;
        line-height: 1.6;
        color: #fff
    }

    .mcb-row {
        display: flex;
        flex-direction: column;
        gap: 10px;
        max-width: 360px;
        margin: 0 auto
    }

    .mcb-in {
        padding: 12px 16px;
        border-radius: 28px;
        border: none;
        font-size: 13px;
        outline: none;
        width: 100%
    }

    .mcb-btn {
        padding: 12px 24px;
        background: #fff;
        color: #00a89c;
        font-weight: 700;
        font-size: 14px;
        border-radius: 28px;
        border: none;
        cursor: pointer
    }

    /* TESTIMONIAL GRID */
    .mtg {
        display: grid;
        gap: 12px;
        margin-top: 20px
    }

    .mtc {
        background: #fff;
        border-radius: 12px;
        padding: 16px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .06)
    }

    .mtc p {
        font-size: 12px;
        color: #374151;
        line-height: 1.6;
        font-style: italic;
        margin-bottom: 10px
    }

    .mtc-a {
        font-size: 11px;
        font-weight: 700;
        color: #00a89c
    }

    .mtc-r {
        font-size: 10px;
        color: #9ca3af
    }

    /* FOOTER */
    .mf {
        background: #1f2937;
        color: #d1d5db;
        padding: 36px 20px 20px
    }

    .mf-logo {
        margin-bottom: 12px
    }

    .mf-logo svg {
        width: 30px;
        height: 30px
    }

    .mf-desc {
        font-size: 12px;
        line-height: 1.7;
        margin-bottom: 20px
    }

    .mf-links {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
        margin-bottom: 20px
    }

    .mf-links h4 {
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 8px;
        text-transform: uppercase;
        letter-spacing: .5px
    }

    .mf-links a {
        display: block;
        font-size: 12px;
        color: #9ca3af;
        margin-bottom: 6px;
        text-decoration: none
    }

    .mf-links a:hover {
        color: #00a89c
    }

    .mf-ct {
        font-size: 12px;
        margin-bottom: 18px
    }

    .mf-ct p {
        margin-bottom: 6px
    }

    .mf-ct span {
        color: #00a89c;
        font-weight: 600
    }

    .mf-bot {
        border-top: 1px solid #374151;
        padding-top: 14px;
        font-size: 11px;
        color: #6b7280;
        text-align: center
    }
}

@media (max-width: 380px) {
    .mfg {
        grid-template-columns: 1fr
    }

    .mig {
        grid-template-columns: 1fr
    }
}