* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f5f7fb;
    color: #111827;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.sg-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.sg-header {
    background: #111827;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.sg-nav {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sg-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
}

.sg-logo span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #7fad39;
    display: grid;
    place-items: center;
    font-weight: 900;
}

.sg-logo strong {
    display: block;
    font-size: 18px;
    line-height: 1;
}

.sg-logo small {
    display: block;
    color: #9ca3af;
    margin-top: 4px;
}

.sg-menu {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sg-menu a {
    color: #d1d5db;
    font-weight: 800;
    font-size: 14px;
    padding: 11px 14px;
    border-radius: 12px;
    transition: 0.2s ease;
}

.sg-menu a:hover,
.sg-menu a.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.sg-whatsapp-nav {
    background: #25d366 !important;
    color: #ffffff !important;
}

.sg-menu-btn {
    display: none;
    border: none;
    background: #1f2937;
    color: #ffffff;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 18px;
}

.sg-hero {
    background:
        radial-gradient(circle at top right, rgba(127, 173, 57, 0.28), transparent 35%),
        linear-gradient(135deg, #111827 0%, #1f2937 55%, #0f172a 100%);
    padding: 80px 0;
    color: #ffffff;
}

.sg-hero-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 40px;
    align-items: center;
}

.sg-label {
    display: inline-block;
    background: #7fad39;
    color: #ffffff;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.sg-hero h1 {
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.03;
    margin: 0 0 18px;
    color: #ffffff;
    font-weight: 900;
}

.sg-hero p {
    max-width: 650px;
    color: #d1d5db;
    font-size: 18px;
    line-height: 1.65;
    margin: 0 0 28px;
}

.sg-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.sg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 14px;
    padding: 14px 18px;
    font-weight: 900;
    border: none;
    cursor: pointer;
    transition: 0.2s ease;
}

.sg-btn-primary {
    background: #25d366;
    color: #ffffff;
}

.sg-btn-primary:hover {
    background: #1ebe5d;
    color: #ffffff;
    transform: translateY(-2px);
}

.sg-btn-outline {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.sg-btn-outline:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.sg-btn-dark {
    background: #111827;
    color: #ffffff;
}

.sg-hero-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    padding: 20px;
}

.sg-hero-card-inner {
    background: rgba(255, 255, 255, 0.07);
    border-radius: 22px;
    padding: 32px;
    text-align: center;
}

.sg-hero-card i {
    font-size: 86px;
    color: #7fad39;
    margin-bottom: 18px;
}

.sg-hero-card h2 {
    color: #ffffff;
    font-size: 26px;
    margin: 0 0 10px;
}

.sg-hero-card p {
    margin: 0;
    font-size: 15px;
}

.sg-section {
    padding: 64px 0;
}

.sg-section-light {
    background: #eef2f7;
}

.sg-section-title {
    margin-bottom: 28px;
}

.sg-section-title span,
.sg-contact span {
    color: #7fad39;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sg-section-title h2,
.sg-contact h2 {
    margin: 6px 0 0;
    font-size: 34px;
    font-weight: 900;
    color: #111827;
}

.sg-title-between {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: end;
}

.sg-link-more {
    color: #111827;
    font-weight: 900;
}

.sg-category-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 14px;
}

.sg-category-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    min-height: 120px;
    display: grid;
    place-items: center;
    text-align: center;
    color: #111827;
    padding: 16px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
    transition: 0.2s ease;
}

.sg-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.sg-category-card i {
    font-size: 32px;
    color: #7fad39;
    margin-bottom: 8px;
}

.sg-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.sg-product-card {
    background: #ffffff;
    border-radius: 22px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    transition: 0.2s ease;
}

.sg-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.15);
}

.sg-product-img {
    position: relative;
    height: 260px;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sg-product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
    display: block;
}

.sg-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 5;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    padding: 7px 10px;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.sg-badge-green {
    background: #15803d;
}

.sg-badge-red {
    background: #dc2626;
}

.sg-platform {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    background: #111827;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    padding: 7px 10px;
    border-radius: 999px;
}

.sg-photo-count {
    position: absolute;
    left: 12px;
    bottom: 12px;
    background: rgba(17, 24, 39, 0.88);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    padding: 7px 10px;
    border-radius: 999px;
}

.sg-product-body {
    padding: 17px 15px 18px;
    text-align: center;
}

.sg-product-body small {
    color: #7fad39;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 11px;
}

.sg-product-body h3 {
    min-height: 42px;
    margin: 8px 0 10px;
    color: #111827;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 900;
    text-transform: uppercase;
}

.sg-product-body strong {
    display: block;
    font-size: 22px;
    color: #111827;
    margin-bottom: 14px;
}

.sg-product-actions {
    display: flex;
    gap: 8px;
}

.sg-btn-detail {
    flex: 1;
    background: #111827;
    color: #ffffff;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 900;
}

.sg-btn-detail:hover {
    background: #7fad39;
    color: #ffffff;
}

.sg-btn-wa {
    width: 42px;
    height: 42px;
    background: #25d366;
    color: #ffffff;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 20px;
}

.sg-btn-wa:hover {
    background: #1ebe5d;
    color: #ffffff;
}

.sg-contact {
    padding: 70px 0;
    background: #111827;
}

.sg-contact-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.sg-contact h2 {
    color: #ffffff;
}

.sg-contact p {
    color: #d1d5db;
    margin: 10px 0 0;
}

.sg-footer {
    background: #0b1120;
    color: #9ca3af;
    text-align: center;
    padding: 28px 0;
}

.sg-footer p {
    margin: 0 0 6px;
}

.sg-page-hero {
    background: linear-gradient(135deg, #111827, #1f2937);
    padding: 56px 0;
    color: #ffffff;
}

.sg-page-hero span {
    color: #7fad39;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sg-page-hero h1 {
    color: #ffffff;
    font-size: 42px;
    margin: 8px 0 8px;
    font-weight: 900;
}

.sg-page-hero p {
    color: #d1d5db;
    margin: 0;
}

.sg-filter-panel {
    background: #ffffff;
    border-radius: 22px;
    padding: 18px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    margin-bottom: 30px;
}

.sg-search-main {
    display: flex;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 14px;
}

.sg-search-main input {
    flex: 1;
    border: none;
    height: 54px;
    padding: 0 16px;
    font-size: 15px;
}

.sg-search-main button {
    width: 60px;
    border: none;
    background: #7fad39;
    color: #ffffff;
    font-size: 18px;
}

.sg-filter-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto auto;
    gap: 10px;
}

.sg-filter-row select {
    height: 46px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 0 12px;
    background: #ffffff;
}

.sg-filter-btn,
.sg-clean-btn {
    height: 46px;
    border-radius: 14px;
    padding: 0 16px;
    font-weight: 900;
    border: none;
    display: inline-grid;
    place-items: center;
}

.sg-filter-btn {
    background: #111827;
    color: #ffffff;
}

.sg-clean-btn {
    background: #f3f4f6;
    color: #111827;
}

.sg-results-head {
    margin-bottom: 20px;
}

.sg-results-head h2 {
    font-size: 22px;
    margin: 0;
}

.sg-empty {
    background: #ffffff;
    border-radius: 22px;
    padding: 50px;
    text-align: center;
    border: 1px solid #e5e7eb;
}

.sg-empty i {
    font-size: 44px;
    color: #7fad39;
}

.sg-empty h3 {
    margin: 15px 0 8px;
}

.sg-detail-section {
    padding: 45px 0 70px;
}

.sg-back-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #111827;
    font-weight: 900;
    margin-bottom: 24px;
}

.sg-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    align-items: start;
}

.sg-gallery,
.sg-detail-info {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.sg-gallery {
    padding: 18px;
}

.sg-main-photo {
    height: 520px;
    background: #f3f4f6;
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sg-main-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 14px;
}

.sg-thumbs {
    display: flex;
    gap: 12px;
    margin-top: 14px;
}

.sg-thumb {
    width: 92px;
    height: 92px;
    border: 2px solid transparent;
    background: #f3f4f6;
    border-radius: 16px;
    padding: 4px;
    cursor: pointer;
}

.sg-thumb.active {
    border-color: #7fad39;
}

.sg-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sg-detail-info {
    padding: 30px;
}

.sg-detail-type {
    display: inline-block;
    background: #7fad39;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 12px;
    border-radius: 999px;
    text-transform: uppercase;
}

.sg-detail-info h1 {
    font-size: 36px;
    line-height: 1.1;
    margin: 16px 0 12px;
    color: #111827;
    font-weight: 900;
}

.sg-detail-price {
    font-size: 36px;
    font-weight: 900;
    color: #111827;
    margin-bottom: 18px;
}

.sg-detail-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 18px;
}

.sg-detail-meta div {
    background: #f3f4f6;
    border-radius: 16px;
    padding: 14px;
}

.sg-detail-meta small {
    display: block;
    color: #6b7280;
    font-size: 12px;
    margin-bottom: 4px;
}

.sg-detail-meta strong {
    color: #111827;
}

.sg-compat {
    background: #ecfdf5;
    color: #166534;
    border-radius: 16px;
    padding: 14px;
    font-weight: 800;
    margin-bottom: 18px;
}

.sg-description {
    margin: 20px 0;
}

.sg-description h3 {
    margin: 0 0 8px;
    font-size: 20px;
}

.sg-description p {
    color: #4b5563;
    line-height: 1.6;
}

.sg-detail-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 22px 0;
}

.sg-note {
    background: #fff7ed;
    color: #9a3412;
    border-radius: 16px;
    padding: 14px;
    line-height: 1.5;
}

.sg-related {
    margin-top: 60px;
}

@media (max-width: 980px) {
    .sg-hero-grid,
    .sg-detail-grid {
        grid-template-columns: 1fr;
    }

    .sg-category-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .sg-product-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .sg-filter-row {
        grid-template-columns: 1fr 1fr;
    }

    .sg-contact-box {
        display: block;
    }

    .sg-contact-box .sg-btn {
        margin-top: 18px;
    }
}

@media (max-width: 720px) {
    .sg-menu-btn {
        display: block;
    }

    .sg-menu {
        position: absolute;
        left: 16px;
        right: 16px;
        top: 82px;
        background: #111827;
        border-radius: 18px;
        padding: 12px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
    }

    .sg-menu.show {
        display: flex;
    }

    .sg-hero {
        padding: 54px 0;
    }

    .sg-hero-card {
        display: none;
    }

    .sg-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sg-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .sg-product-img {
        height: 185px;
    }

    .sg-product-body {
        padding: 13px 10px 14px;
    }

    .sg-product-body h3 {
        font-size: 12px;
        min-height: 34px;
    }

    .sg-product-body strong {
        font-size: 17px;
    }

    .sg-btn-detail {
        font-size: 11px;
        height: 38px;
    }

    .sg-btn-wa {
        width: 38px;
        height: 38px;
    }

    .sg-platform,
    .sg-badge {
        font-size: 9px;
        padding: 6px 8px;
    }

    .sg-filter-row {
        grid-template-columns: 1fr;
    }

    .sg-page-hero h1 {
        font-size: 32px;
    }

    .sg-detail-info {
        padding: 22px;
    }

    .sg-main-photo {
        height: 340px;
    }

    .sg-detail-info h1 {
        font-size: 26px;
    }

    .sg-detail-price {
        font-size: 28px;
    }

    .sg-detail-meta {
        grid-template-columns: 1fr;
    }

    .sg-thumbs {
        overflow-x: auto;
    }
}

.sg-category-strip {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 4px 2px 18px;
    margin-bottom: 18px;
}

.sg-category-strip a {
    min-width: 120px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 12px;
    color: #111827;
    text-align: center;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    transition: 0.2s ease;
}

.sg-category-strip a:hover,
.sg-category-strip a.active {
    background: #111827;
    color: #ffffff;
    border-color: #111827;
}

.sg-category-strip-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: #f3f4f6;
    display: grid;
    place-items: center;
    margin: 0 auto 8px;
    overflow: hidden;
}

.sg-category-strip a.active .sg-category-strip-icon,
.sg-category-strip a:hover .sg-category-strip-icon {
    background: rgba(255,255,255,0.12);
}

.sg-category-strip-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 7px;
}

.sg-category-strip-icon i {
    font-size: 27px;
    color: #7fad39;
}

.sg-category-strip strong {
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

