.product-detail .text-nav {
    color: var(--tc-theme-primary);
}

.object-fit-cover {
    object-fit: cover;
}

.shadow-soft {
    box-shadow: 0 8px 22px rgba(var(--primary-color-rgb), .12);
}

.rounded-16 { border-radius: 16px; }
.rounded-20 { border-radius: 20px; }

.hero-card {
    position: relative;
}

.hero-ribbon {
    position: absolute;
    left: 20px;
    bottom: 18px;
    background: var(--tc-theme-primary);
    color: #fff;
    padding: .6rem 1rem;
    font-weight: 800;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.hero-ribbon::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid var(--tc-theme-primary-light);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: .35rem;
}

.pill-tabs .nav-link {
    border-radius: 10px 10px 0 0;
    font-weight: 700;
    color: var(--tc-theme-primary);
}

.pill-tabs .nav-link.active {
    background: var(--tc-theme-primary);
    color: #fff;
}

.tab-topbar {
    height: 8px;
    background: var(--tc-theme-primary);
}

.panel {
    background: var(--tc-theme-primary-soft);
    border: 1px solid rgba(var(--primary-color-rgb), .25);
    border-radius: 0 0 16px 16px;
}

.panel .content {
    background: var(--bs-body-bg);
    border-radius: 0 0 16px 16px;
}

.check-item {
    display: flex;
    gap: .6rem;
    align-items: flex-start;
}

.cta-card {
    border-radius: 14px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: #fff;
}

.la-cta-primary {
    background: var(--tc-theme-primary);
}

.la-cta-secondary {
    background: var(--tc-theme-secondary);
}

.la-cta-text { line-height: 1.05; }

.la-cta-title {
    font-weight: 800;
    font-size: 18px;
    opacity: .9;
}

.la-cta-subtitle {
    font-weight: 900;
    font-size: 36px;
    margin-top: 4px;
}

.la-cta-icon {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .25);
    font-weight: 900;
}

.sim-card {
    border-radius: 14px;
    padding: 18px 16px 16px;
}

.sim-title {
    margin: 0;
    font-weight: 800;
    font-size: 29px;
    line-height: 1.1;
    text-align: center;
}

.sim-head__img {
    width: 120px;
    height: 120px;
    border-radius: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0;
}

.sim-body label {
    color: var(--bs-body-color);
}

.sim-body .form-control,
.sim-body .form-select {
    background: var(--bs-body-bg);
    border: 1px solid rgba(var(--primary-color-rgb), .25);
    border-radius: 12px;
    color: var(--bs-body-color);
}

.sim-body .input-group-text {
    border-radius: 12px;
    border: 1px solid rgba(var(--primary-color-rgb), .25);
    background: var(--tc-theme-primary-soft);
    font-weight: 800;
}

.sim-wrap {
    background: var(--tc-theme-primary-soft);
    border: 1px solid rgba(var(--primary-color-rgb), .25);
    border-radius: 14px;
    padding: 1.25rem;
}

.sim-table thead th {
    background: var(--tc-theme-primary);
    color: #fff;
    font-weight: 800;
}

.sim-table tbody tr:nth-child(odd) {
    background: rgba(var(--primary-color-rgb), .04);
}

.sim-footnote {
    font-size: .85rem;
    color: var(--bs-secondary-color);
    background: var(--bs-body-bg);
    border: 1px dashed rgba(var(--primary-color-rgb), .3);
    border-radius: 10px;
    padding: .75rem;
}

.product-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-content > ul,
.product-content div > ul {
    padding-left: 1rem !important;
    margin-bottom: 1.5rem;
}

.product-content > ul > li,
.product-content div > ul > li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 0.6rem;
    line-height: 1.5;
}

.product-content > ul > li::before,
.product-content div > ul > li::before {
    content: "";
    width: 1.1rem;
    height: 1.1rem;
    position: absolute;
    left: 0;
    top: 0.2rem;
    background-image: url('../../images/icons/tick.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product-content ul li ul li::before {
    content: none !important;
}

.product-content ul li ul {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    padding-left: 1.5rem !important;
    list-style: disc !important;
}

.product-content ul li ul li {
    padding-left: 0.5rem;
    margin-bottom: 0.3rem;
}

.product-content ul li ul li ul {
    padding-left: 1.5rem !important;
    list-style: circle !important;
}

.product-content ul li ul li ul li {
    font-size: 0.95em;
}

.product-content ul li ul li ul li ul {
    padding-left: 1.5rem !important;
    list-style: square !important;
}

.product-content ul li ul li ul li ul li {
    font-size: 0.9em;
}
