:root {
    --dark: #151515;
    --black: #000;
    --text: #2b2b2b;
    --muted: #666;
    --light: #f6f6f6;
    --border: #e5e5e5;
    --red: #dc3545;
    --green: #198754;
    --gold: #c99700;
}

* {
    box-sizing: border-box;
}

body {
    font-family:'Manrope',sans-serif;
    color: var(--text);
    background: #fff;
    padding-bottom: 72px;
}

.topbar {
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: 14px 0;
    position: sticky;
    top: 0;
    z-index: 99;
}

.brand {
    font-size: 24px;
    font-weight: 900;
    color: var(--black);
    letter-spacing: -.5px;
}

.top-phone {
    color: var(--black);
    text-decoration: none;
    font-weight: 800;
}

.hero-new {
    background: #fff;
    padding: 22px 0 46px;
}

.hero-product-card {
    max-width: 1040px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--border);
    padding: 14px;
    box-shadow: 0 18px 50px rgba(0,0,0,.10);
    position: relative;
}

.campaign-label {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 2;
    background: var(--red);
    color: #fff;
    padding: 9px 14px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .2px;
}

.hero-image-box {
    overflow: hidden;
    background: #f7f7f7;
}

.hero-main-img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
    transition: opacity .2s ease;
}

.hero-content {
    padding: 26px 10px 12px;
}

.hero-content h1 {
    font-size: 42px;
    font-weight: 900;
    color: var(--black);
    margin-bottom: 12px;
    letter-spacing: -1px;
}

.price-block {
    margin-bottom: 12px;
}

.old-price-new {
    display: inline-block;
    font-size: 25px;
    font-weight: 800;
    color: #888;
    text-decoration: line-through;
    margin-bottom: 4px;
}

.now-text {
    font-size: 14px;
    font-weight: 900;
    color: var(--black);
    letter-spacing: 2px;
    margin-bottom: 2px;
}

.new-price-new {
    font-size: 58px;
    line-height: 1;
    color: var(--red);
    font-weight: 950;
    letter-spacing: -1px;
}

.gift-line {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--black);
    font-weight: 900;
    font-size: 17px;
    border-bottom: 3px solid var(--gold);
    padding-bottom: 4px;
    margin: 8px 0 22px;
}

.hero-feature-line {
    max-width: 900px;
    margin: 0 auto 22px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 18px 0;
}

.feature-mini {
    background: none;
    color: var(--black);
    text-align: center;
    padding: 0 6px;
}

.feature-mini i {
    display: block;
    font-size: 34px;
    color: var(--black);
    margin-bottom: 8px;
}

.feature-mini span {
    display: block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
}

.hero-desc {
    font-size: 18px;
    color: var(--muted);
    margin-bottom: 20px;
}

.hero-action-buttons,
.contact-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-action-buttons .btn,
.contact-buttons .btn {
    border-radius: 0;
    font-weight: 900;
    padding: 13px 22px;
}

.location {
    margin-top: 18px;
    font-weight: 800;
    color: #555;
}

.colors-section,
.features-section,
.contact-section {
    padding: 56px 0;
}

.colors-section {
    background: var(--light);
}

.section-title {
    text-align: center;
    margin-bottom: 34px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 900;
    color: var(--black);
    margin-bottom: 8px;
    letter-spacing: -.5px;
}

.section-title p {
    font-size: 18px;
    color: var(--muted);
}

.color-card {
    width: 100%;
    border: 1px solid var(--border);
    background: #fff;
    padding: 0;
    transition: .2s ease;
    cursor: pointer;
    text-align: left;
}

.color-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0,0,0,.10);
}

.color-card img {
    width: 100%;
    display: block;
}

.color-card span {
    display: block;
    padding: 14px 16px;
    font-weight: 900;
    color: var(--black);
    font-size: 17px;
}

.image-modal-content {
    border-radius: 0;
    border: 0;
}

.modal-product-img {
    width: 100%;
    max-height: 78vh;
    object-fit: contain;
    display: block;
    background: #f7f7f7;
}

@media (max-width: 767px) {
    .color-card img {
    width: 100%;
}

    .modal-dialog {
        margin: 10px;
    }
}

.features-section {
    background: #fff;
}

.feature-card {
    background: #fff;
    border: 1px solid var(--border);
    padding: 24px 14px;
    text-align: center;
    height: 100%;
    transition: .2s ease;
}

.feature-card:hover {
    box-shadow: 0 12px 28px rgba(0,0,0,.08);
    transform: translateY(-3px);
}

.feature-card i {
    display: block;
    font-size: 36px;
    color: var(--black);
    margin-bottom: 12px;
}

.feature-card span {
    display: block;
    font-weight: 800;
    font-size: 15px;
}

.contact-section {
    background: var(--black);
}

.contact-box {
    background: #fff;
    padding: 40px;
    text-align: center;
    max-width: 820px;
    margin: auto;
}

.contact-box h2 {
    font-size: 36px;
    font-weight: 900;
    color: var(--black);
}

.contact-box p {
    font-size: 18px;
    color: var(--muted);
}

.contact-buttons {
    margin-top: 20px;
}

.contact-location {
    margin-top: 22px;
    font-weight: 900;
}

.mobile-sticky {
    display: none;
}

@media (max-width: 991px) {
    .hero-main-img {
        height: 460px;
    }

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

    .new-price-new {
        font-size: 50px;
    }

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

@media (max-width: 767px) {
    body {
        padding-bottom: 78px;
    }

    .top-phone {
        display: none;
    }

    .brand {
        font-size: 22px;
    }

    .hero-new {
        padding: 10px 0 34px;
    }

    .hero-product-card {
        padding: 8px;
        border-left: 0;
        border-right: 0;
        box-shadow: none;
    }

    .campaign-label {
        top: 16px;
        left: 16px;
        font-size: 12px;
        padding: 7px 10px;
    }

    .hero-main-img {
        height: 370px;
    }

    .hero-content {
        padding: 20px 6px 10px;
    }

    .hero-content h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .old-price-new {
        font-size: 22px;
    }

    .now-text {
        font-size: 13px;
    }

    .new-price-new {
        font-size: 44px;
    }

    .gift-line {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .hero-feature-line {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px 8px;
        padding: 16px 0;
    }

    .feature-mini i {
        font-size: 30px;
    }

    .feature-mini span {
        font-size: 13px;
    }

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

    .hero-action-buttons .btn {
        width: 100%;
    }

    .colors-section,
    .features-section,
    .contact-section {
        padding: 42px 0;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .section-title p {
        font-size: 16px;
    }


    .contact-box {
        padding: 28px 16px;
    }

    .contact-box h2 {
        font-size: 28px;
    }

    .contact-buttons .btn {
        width: 100%;
    }

    .mobile-sticky {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 999;
        box-shadow: 0 -8px 30px rgba(0,0,0,.15);
    }
    .mobile-sticky a {
        text-align: center;
        padding: 12px 6px;
        text-decoration: none;
        color: #fff;
        font-weight: 900;
        font-size: 14px;
    }

    .mobile-sticky a i {
        display: block;
        font-size: 20px;
        margin-bottom: 2px;
    }

        .mobile-sticky a.whatsapp {
            background: var(--green);
            color: #fff;
        }

        .mobile-sticky a.phone {
    background: #0d6efd;
}

    .mobile-sticky a.whatsapp {
        background: #25D366;
    }

    .mobile-sticky a.instagram {
        background: linear-gradient(
            45deg,
            #f09433,
            #e6683c,
            #dc2743,
            #cc2366,
            #bc1888
        );
    }

}

.campaign-badges {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 5;

    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.campaign-label {
    position: static;
    background: #dc3545;
    color: #fff;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .2px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.campaign-gift {
    background: #198754;
}

.campaign-store {
    background: #0d6efd;
}

@media (max-width: 767px) {

    .campaign-badges {
        top: 10px;
        left: 10px;
        right: 10px;
        gap: 6px;
    }

    .campaign-label {
        font-size: 11px;
        padding: 6px 10px;
    }

}

.price-note {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.price-note i {
    color: #198754;
}

.hero-image-box {
    position: relative;
    overflow: hidden;
}

.hero-shortcuts {
    position: absolute;

    left: 50%;
    bottom: 25px;

    transform: translateX(-50%);

    display: flex;
    gap: 10px;

    z-index: 10;
}

.shortcut-btn {
    background: rgba(255,255,255,.95);

    color: #151515;
    text-decoration: none;

    padding: 12px 18px;

    font-size: 14px;
    font-weight: 800;

    display: flex;
    align-items: center;
    gap: 8px;

    backdrop-filter: blur(8px);

    box-shadow: 0 5px 20px rgba(0,0,0,.20);

    transition: .2s;
}

.shortcut-btn:hover {
    background: #fff;
    color: #000;
    transform: translateY(-2px);
}

.shortcut-btn i {
    font-size: 16px;
}

@media (max-width: 767px) {

    .hero-shortcuts {
        width: calc(100% - 20px);

        left: 10px;
        right: 10px;

        bottom: 10px;

        transform: none;

        display: grid;
        grid-template-columns: 1fr 1fr;

        gap: 8px;
    }

    .shortcut-btn {
        justify-content: center;
        padding: 10px;
        font-size: 12px;
    }

}