:root {
    --pwp-primary: #0b3d91;
    --pwp-dark: #102542;
    --pwp-light: #f9fafb;
    --pwp-text: #1c2734;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--pwp-text);
    background-color: var(--pwp-light);
}

main {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container-fluid {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}

.container {
    width: min(1140px, 100% - 24px);
    margin-right: auto;
    margin-left: auto;
    padding-right: 12px;
    padding-left: 12px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

.row > [class^="col-"] {
    padding-right: 12px;
    padding-left: 12px;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}

.bg-white {
    background-color: #fff;
}

.rounded {
    border-radius: 0.5rem;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.p-2 { padding: 0.5rem; }
.p-3 { padding: 1rem; }
.pt-2 { padding-top: 0.5rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pl-2 { padding-left: 0.5rem; }
.pr-2 { padding-right: 0.5rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1.5rem; }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.my-4 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
.my-5 { margin-top: 3rem; margin-bottom: 3rem; }
.mx-5 { margin-left: 3rem; margin-right: 3rem; }
.mx-n2 { margin-left: -0.5rem; margin-right: -0.5rem; }

.text-center { text-align: center; }
.text-right { text-align: right; }
.text-white { color: #fff; }
.text-info { color: #0b5ed7; }
.text-uppercase { text-transform: uppercase; }
.font-weight-bold { font-weight: 700; }

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    border-radius: 0.375rem;
}

.badge-danger { background-color: #dc3545; color: #fff; }
.badge-success { background-color: #1b6e2b; color: #fff; }

.btn {
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    padding: 0.6rem 1rem;
    line-height: 1.2;
    border-radius: 0.375rem;
    cursor: pointer;
    font-weight: 700;
}

.btn-block { width: 100%; }
.btn-custom { background-color: #102141; border-color: #102141; color: #fff; }
.btn-danger { background-color: #dc3545; color: #fff; border-color: #dc3545; }

.btrans { transition: background-color 0.2s ease, color 0.2s ease; }

.position-relative { position: relative; }
.position-absolute { position: absolute; }
.d-flex { display: flex; }
.flex-column { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.justify-content-between { justify-content: space-between; }
.justify-content-center { justify-content: center; }
.align-items-center { align-items: center; }
.align-items-start { align-items: flex-start; }
.w-100 { width: 100%; }
.rounded-pill { border-radius: 50rem; }
.m-auto { margin: auto; }

.price-alert {
    background: linear-gradient(135deg, var(--pwp-primary), var(--pwp-dark));
}

.light-color { color: #FAE391; }
.light-color-bg { background-color: var(--pwp-light); }
.grey-color-text { color: #4b5563; }

.colorblue { color: #5780CE; }
.f1-8 { font-size: 1.8rem; }
.f0-9 { font-size: 0.9rem; }
.f0-7 { font-size: 0.7rem; }

@media (min-width: 768px) {
    .col-md-3 { flex: 0 0 25%; width: 25%; max-width: 25%; }
    .col-md-4 { flex: 0 0 33.3333%; width: 33.3333%; max-width: 33.3333%; }
    .col-md-5 { flex: 0 0 41.6667%; width: 41.6667%; max-width: 41.6667%; }
    .col-md-6 { flex: 0 0 50%; width: 50%; max-width: 50%; }
    .col-md-8 { flex: 0 0 66.6667%; width: 66.6667%; max-width: 66.6667%; }
    .col-md-10 { flex: 0 0 83.3333%; width: 83.3333%; max-width: 83.3333%; }
}

@media (min-width: 992px) {
    .col-lg-2 { flex: 0 0 16.6667%; width: 16.6667%; max-width: 16.6667%; }
    .col-lg-3 { flex: 0 0 25%; width: 25%; max-width: 25%; }
    .col-lg-4 { flex: 0 0 33.3333%; width: 33.3333%; max-width: 33.3333%; }
    .col-lg-7 { flex: 0 0 58.3333%; width: 58.3333%; max-width: 58.3333%; }
    .col-lg-8 { flex: 0 0 66.6667%; width: 66.6667%; max-width: 66.6667%; }
    .col-lg-10 { flex: 0 0 83.3333%; width: 83.3333%; max-width: 83.3333%; }
}

@media (min-width: 1200px) {
    .mr-xl-4 { margin-right: 1.5rem; }
}

.header-div {
    background: linear-gradient(135deg, var(--pwp-primary), var(--pwp-dark));
    color: var(--pwp-light);
    padding-top: 8px;
    padding-bottom: 12px;
    min-height: 76px;
}

.header-inner {
    width: min(1100px, 100%);
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    min-height: 64px;
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.45rem 0.7rem;
    background: transparent;
}

.navbar-brand {
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
}

.navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.navbar-collapse {
    width: 100%;
    flex-basis: 100%;
    flex-grow: 1;
}

@media (max-width: 767.98px) {
    .header-div {
        min-height: 64px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar {
        padding: 0.35rem 0.75rem;
    }

    .navbar-toggler {
        width: 44px;
        height: 44px;
        padding: 0.5rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0;
        background: transparent;
        border: 1px solid rgba(248, 249, 250, 0.5);
        box-shadow: none;
    }

    .navbar-toggler-icon {
        width: 1.5rem;
        height: 1.5rem;
        background-size: 1.5rem 1.5rem;
    }
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: 0 0 0 0.1rem rgba(248, 249, 250, 0.45);
}

@media (min-width: 768px) {
    .header-div {
        min-height: 88px;
    }

    .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-nav {
        flex-direction: row;
        align-items: center;
    }
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.08rem;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav.navBtn { margin-left: auto; }

@media (max-width: 767.98px) {
    .navbar-collapse {
        display: none;
        padding-top: 0.35rem;
    }

    .navbar-collapse.show {
        display: block;
    }

    .navbar-nav {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .navbar-nav .nav-link {
        width: 100%;
        padding: 0.35rem 0;
    }
}

.customNav .nav-link {
    color: var(--pwp-light);
    font-weight: 600;
    padding: 0.07rem 0.12rem;
}

.customNav {
    background: linear-gradient(135deg, #0b3d91, #102542);
}

.brand-logo {
    width: 40px;
    height: 40px;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

.w-40px { width: 40px !important; }

.product-header-row { align-items: center; min-height: 3.5rem; }
.product-detail-title { font-size: 1.75rem; line-height: 1.2; }
.product-name-title { font-size: 1.45rem; line-height: 1.3; }
.product-header-close { min-height: 1.6rem; min-width: 1.6rem; }
.product-hero { row-gap: 1rem; }
.product-image-wrapper { max-width: 360px; margin: 0 auto; }
.chart-wrapper-fixed { min-height: 420px; }

.carousel { position: relative; }
.carousel-inner { position: relative; width: 100%; overflow: hidden; }
.carousel-item { display: none; }
.carousel-item.active { display: block; }

.faq-section { background: #fff; border-radius: 0.75rem; padding: 1.5rem; }
.faq-card { background: #f7f8fa; border-radius: 0.75rem; padding: 1rem; text-align: left; }
.faq-icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 0 auto 12px auto; border-radius: 14px; color: #0f2b46; background: #eef5ff; box-shadow: 0 10px 26px rgba(15, 43, 70, 0.12); }
.faq-icon svg { width: 1.1em; height: 1.1em; display: block; }

@media (min-width: 768px) {
    .container { width: min(960px, 100% - 24px); }
    .col-md-3 { width: 25%; }
    .col-md-4 { width: 33.3333%; }
    .col-md-5 { width: 41.6667%; }
    .col-md-6 { width: 50%; }
    .col-md-7 { width: 58.3333%; }
    .col-md-8 { width: 66.6667%; }
    .col-md-10 { width: 83.3333%; }
}

@media (min-width: 992px) {
    .container { width: min(1140px, 100% - 32px); }
    .col-lg-2 { width: 16.6667%; }
    .col-lg-3 { width: 25%; }
    .col-lg-4 { width: 33.3333%; }
    .col-lg-7 { width: 58.3333%; }
    .col-lg-8 { width: 66.6667%; }
    .col-lg-10 { width: 83.3333%; }
}
