:root {
    --boji-ink: #162033;
    --boji-ink-soft: rgba(22, 32, 51, 0.7);
    --boji-border: rgba(22, 32, 51, 0.08);
    --boji-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    --boji-shadow-strong: 0 24px 46px rgba(15, 23, 42, 0.12);
    --boji-blue: #1d4ed8;
    --boji-blue-deep: #173f8e;
    --boji-blue-night: #0f2d68;
    --boji-orange: #ff9f1c;
    --boji-orange-soft: #fff4df;
}

body {
    position: relative;
    background-color: #f6f1e8;
    background-image:
        radial-gradient(circle at top left, rgba(255, 159, 28, 0.1), transparent 24%),
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.08), transparent 22%),
        url(../img/bg-dot-black-1.svg);
    color: var(--boji-ink);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.38), transparent 34%),
        radial-gradient(circle at 85% 0%, rgba(255, 205, 112, 0.24), transparent 26%);
    pointer-events: none;
    z-index: 0;
}

main {
    position: relative;
    z-index: 1;
}

.text-color-auto {
    color: var(--boji-ink);
}

.boji-navbar {
    position: sticky;
    top: 0;
    z-index: 1040;
}

.boji-navbar .navbar-shell {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 26px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(14px);
    padding: 14px 20px;
}

.boji-brand {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1;
}

.boji-brand .brand-title {
    font-size: 1.18rem;
    font-weight: 800;
    color: var(--boji-ink);
    letter-spacing: -0.03em;
}

.boji-brand .brand-subtitle {
    font-size: 0.74rem;
    font-weight: 600;
    color: rgba(22, 32, 51, 0.56);
    letter-spacing: 0.06em;
}

.boji-navbar .navbar-collapse {
    padding-top: 10px;
}

.navbar-light .navbar-nav {
    gap: 4px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 9px 16px;
    border-radius: 999px;
    color: rgba(22, 32, 51, 0.72);
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--boji-ink);
    background: rgba(29, 78, 216, 0.08);
}

.boji-navbar .navbar-toggler {
    border: 1px solid rgba(22, 32, 51, 0.12);
    border-radius: 14px;
    box-shadow: none;
}

.nav-account-group {
    gap: 12px;
}

.nav-icon-button,
.nav-logout-link,
.nav-account-name {
    min-height: 46px;
    border-radius: 999px;
    border: 1px solid var(--boji-border);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.nav-icon-button,
.nav-logout-link {
    width: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-icon-button img,
.nav-logout-link img {
    width: 18px !important;
    height: auto !important;
}

.nav-account-name {
    display: inline-flex;
    align-items: center;
    padding: 0 18px;
    font-weight: 700;
    color: var(--boji-blue-deep) !important;
}

.nav-account-name.is-action {
    cursor: pointer;
}

.header-card,
.product-card,
.blog-card,
.rounded-lg.bg-image,
.bg-white.rounded-lg,
.bg-white.rounded-lg.overflow-hidden,
.features .bg-white,
.top .bg-white,
.modal-content.rounded-lg {
    border: 1px solid var(--boji-border);
    box-shadow: var(--boji-shadow);
}

.header-card {
    background: linear-gradient(180deg, #ffffff, #fffaf3);
}

body.home section.top .header-card::before,
body.home section.top .header-card::after {
    display: none;
}

.boji-hero-carousel .owl-stage-outer {
    overflow: visible;
}

.boji-hero-slide {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 34px;
    align-items: center;
    min-height: 520px;
    padding: 28px;
    position: relative;
}

.boji-hero-slide::before,
.boji-hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 28px;
    pointer-events: none;
}

.boji-hero-slide::before {
    background-color: var(--ls-sienna);
    clip-path: circle(58% at 18% 22%);
}

.boji-hero-slide::after {
    background-color: var(--ls-tiffany);
    clip-path: circle(34% at 94% 88%);
}

.boji-hero-copy,
.boji-hero-media {
    position: relative;
    z-index: 1;
}

.boji-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 0;
}

.boji-hero-title {
    margin: 0;
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
    font-weight: 800;
    color: var(--boji-ink);
    text-wrap: balance;
}

.boji-hero-desc {
    margin-top: 18px;
    max-width: 32rem;
    color: var(--boji-ink-soft);
    font-size: 1.05rem;
    line-height: 1.8;
}

.boji-hero-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.boji-hero-image-shell {
    width: min(100%, 560px);
    padding: 18px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(9, 13, 35, 0.06), rgba(9, 13, 35, 0.02));
    box-shadow: 0 26px 48px rgba(15, 23, 42, 0.12);
}

.boji-hero-image {
    width: 100%;
    display: block;
    border-radius: 22px;
    filter: drop-shadow(0 18px 32px rgba(15, 23, 42, 0.16));
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(29, 78, 216, 0.08);
    color: var(--boji-blue-deep);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.hero-actions .btn {
    min-width: 148px;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.hero-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(22, 32, 51, 0.08);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.hero-stat-label {
    font-size: 0.76rem;
    color: rgba(22, 32, 51, 0.52);
}

.hero-stat strong {
    font-size: 0.95rem;
    color: var(--boji-ink);
    line-height: 1.4;
}

.page-header {
    margin-inline: 0;
    padding: 24px 28px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.64);
    border-radius: 26px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(10px);
}

.page-header::before {
    display: none !important;
}

.page-header h1,
.page-header .h3 {
    margin-bottom: 0;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.page-header-note {
    margin-top: 12px;
    color: rgba(22, 32, 51, 0.62);
    line-height: 1.7;
}

.blog-search-panel {
    margin-top: 22px;
    padding: 22px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(59, 130, 246, 0.08), transparent 24%),
        radial-gradient(circle at bottom left, rgba(255, 159, 28, 0.08), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 241, 0.94));
    border: 1px solid rgba(22, 32, 51, 0.08);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}

.blog-search-form {
    margin: 0;
}

.blog-search-shell {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(22, 32, 51, 0.08);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.05);
    transition: all 180ms ease;
}

.blog-search-shell:focus-within {
    border-color: rgba(29, 78, 216, 0.18);
    box-shadow: 0 18px 38px rgba(29, 78, 216, 0.08);
    transform: translateY(-1px);
}

.blog-search-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(29, 78, 216, 0.12), rgba(59, 130, 246, 0.04));
    color: var(--boji-blue-deep);
    font-size: 1.08rem;
    flex: 0 0 auto;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.blog-search-input {
    flex: 1 1 auto;
    border: none;
    background: transparent;
    color: var(--boji-ink);
    font-size: 1.02rem;
    font-weight: 700;
    min-width: 0;
    min-height: 48px;
    padding: 0;
    letter-spacing: -0.01em;
}

.blog-search-input::placeholder {
    color: rgba(22, 32, 51, 0.42);
    font-weight: 600;
}

.blog-search-input:focus {
    outline: none;
}

.blog-search-clear {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 999px;
    background: rgba(22, 32, 51, 0.06);
    color: rgba(22, 32, 51, 0.62);
    display: none;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    transition: all 180ms ease;
}

.blog-search-clear.is-visible {
    display: inline-flex;
}

.blog-search-clear:hover {
    background: rgba(22, 32, 51, 0.12);
    color: var(--boji-ink);
    transform: scale(1.04);
}

.blog-search-reset {
    color: rgba(22, 32, 51, 0.68);
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.blog-search-inline-grid {
    margin-top: 16px;
}

.blog-search-inline-grid-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.blog-search-inline-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 158px;
    padding: 20px 20px 18px;
    border-radius: 24px;
    text-decoration: none;
    background:
        radial-gradient(circle at top right, rgba(59, 130, 246, 0.06), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 239, 0.96));
    border: 1px solid rgba(22, 32, 51, 0.08);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
    transition: all 180ms ease;
    position: relative;
    overflow: hidden;
}

.blog-search-inline-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 72px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--boji-blue), #60a5fa);
}

.blog-search-inline-card:hover {
    transform: translateY(-3px);
    border-color: rgba(29, 78, 216, 0.16);
    box-shadow: 0 24px 40px rgba(15, 23, 42, 0.1);
}

.blog-search-inline-card-title {
    font-size: 1.04rem;
    font-weight: 800;
    color: var(--boji-ink);
    line-height: 1.45;
    letter-spacing: -0.02em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog-search-inline-card-summary {
    color: rgba(22, 32, 51, 0.58);
    line-height: 1.75;
    font-size: 0.92rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.blog-search-inline-empty {
    padding: 22px 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px dashed rgba(22, 32, 51, 0.14);
    text-align: center;
}

.blog-search-inline-empty-title {
    font-size: 1rem;
    font-weight: 800;
    color: var(--boji-ink);
}

.blog-search-inline-empty-desc {
    margin-top: 6px;
    color: rgba(22, 32, 51, 0.58);
    line-height: 1.7;
}

.filter-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
}

.filter-chip {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid rgba(22, 32, 51, 0.1);
    background: rgba(255, 255, 255, 0.8);
    color: rgba(22, 32, 51, 0.76);
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
    font-family: inherit;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
    cursor: pointer;
    transition: all 180ms ease;
}

.filter-chip:hover,
.filter-chip.active {
    background: rgba(29, 78, 216, 0.1);
    border-color: rgba(29, 78, 216, 0.18);
    color: var(--boji-blue-deep);
}

.filter-chip:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    box-shadow: none;
}

.filter-chip-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    margin-left: 8px;
    padding: 0 6px;
    border-radius: 999px;
    background: rgba(29, 78, 216, 0.08);
    font-size: 0.78rem;
    font-weight: 800;
}

.service-filter-summary {
    margin-top: 14px;
    color: rgba(22, 32, 51, 0.56);
}

.service-card-col {
    transition: opacity 180ms ease, transform 180ms ease;
}

.service-card-col.is-hidden {
    display: none;
}

.about-hero-panel,
.contact-hero-panel {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 24px;
    padding: 32px 34px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 249, 239, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.66);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(10px);
}

.about-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(29, 78, 216, 0.08);
    color: var(--boji-blue-deep);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.about-hero-copy h1,
.contact-hero-copy h1 {
    margin-bottom: 16px;
    font-size: clamp(2rem, 3.4vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.08;
    color: var(--boji-ink);
}

.about-hero-copy p,
.contact-hero-copy p {
    margin-bottom: 0;
    max-width: 42rem;
    color: rgba(22, 32, 51, 0.68);
    line-height: 1.85;
}

.about-metric-grid,
.contact-hero-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.about-metric,
.contact-point-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    min-height: 122px;
    padding: 18px 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(22, 32, 51, 0.08);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.about-metric-label,
.contact-point-card span {
    font-size: 0.8rem;
    color: rgba(22, 32, 51, 0.48);
    font-weight: 700;
}

.about-metric strong,
.contact-point-card strong {
    font-size: 1.02rem;
    color: var(--boji-ink);
    line-height: 1.5;
}

.about-process-card {
    height: 100%;
    padding: 28px 26px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(22, 32, 51, 0.08);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.about-process-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--boji-blue), #4f7fff);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
}

.about-process-card h4 {
    margin-top: 18px;
    margin-bottom: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--boji-ink);
}

.about-process-card p {
    margin-bottom: 0;
    color: rgba(22, 32, 51, 0.68);
    line-height: 1.8;
}

.boji-media-frame {
    width: 100%;
    aspect-ratio: 16 / 7;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(255, 159, 28, 0.22), transparent 34%),
        radial-gradient(circle at right center, rgba(29, 78, 216, 0.12), transparent 28%),
        linear-gradient(180deg, #fffdfa, #fff5e7);
}

.boji-media-frame img {
    width: 100%;
    height: 100%;
    display: block;
}

.boji-media-frame-cover img {
    object-fit: cover;
    object-position: center;
}

.boji-media-frame-contain {
    border: 1px solid rgba(22, 32, 51, 0.08);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.boji-media-frame-contain img {
    object-fit: contain;
    object-position: center;
    padding: 26px;
}

.contact-method-grid {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.contact-method-card {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    align-items: start;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(22, 32, 51, 0.08);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.contact-method-label {
    margin-bottom: 4px;
    font-size: 0.84rem;
    font-weight: 800;
    color: rgba(22, 32, 51, 0.5);
}

.contact-method-card a,
.contact-method-card span {
    color: var(--boji-ink);
    line-height: 1.7;
}

.contact-form-shell {
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff, #fffaf1);
    border: 1px solid rgba(22, 32, 51, 0.08);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.contact-form-note {
    margin-bottom: 16px;
    color: rgba(22, 32, 51, 0.62);
    line-height: 1.75;
}

section.categories .row.mb-3,
section.latest-products .row.mb-3,
section.popular-products .row.mb-3 {
    align-items: center;
}

section.categories .row.mb-3 .h4,
section.latest-products .row.mb-3 .h4,
section.popular-products .row.mb-3 .h4 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

section.categories .row.mb-3 .h4::before,
section.latest-products .row.mb-3 .h4::before,
section.popular-products .row.mb-3 .h4::before {
    content: "";
    width: 28px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--boji-orange), #ffd071);
}

.discount .text-center,
.discount .bg-image {
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.1);
    padding-inline: 28px;
}

.discount .text-center {
    background: linear-gradient(180deg, #ffffff, #fff9ef);
}

.discount .bg-image::before,
.discount .text-center::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 159, 28, 0.14), transparent 38%),
        linear-gradient(220deg, rgba(56, 189, 248, 0.12), transparent 42%);
    pointer-events: none;
}

.discount h2 {
    letter-spacing: -0.04em;
    line-height: 1.05;
}

.discount .btn-warning {
    margin-bottom: 0 !important;
}

.product-card {
    height: 100%;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff, #fffdf9);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.product-card .card-body {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 22px !important;
}

.product-card .actions {
    min-height: 32px;
    position: relative;
    z-index: 2;
}

.product-card .card-body::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 159, 28, 0.88), rgba(255, 186, 70, 0.92)) !important;
    background-size: auto !important;
    background-position: center !important;
    clip-path: ellipse(92% 72% at 50% 6%) !important;
}

.product-card .card-image {
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 20px 6px !important;
    position: relative;
    z-index: 1;
}

.product-card .card-image a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card .card-image img {
    width: 100%;
    max-width: 270px;
    max-height: 240px;
    object-fit: contain;
    object-position: center;
    transform: rotate(-6deg) translateY(4px);
    transform-origin: center;
    filter: drop-shadow(0 16px 22px rgba(15, 23, 42, 0.18));
}

.product-card:hover,
.product-card:focus-within {
    transform: translateY(-4px);
    box-shadow: var(--boji-shadow-strong);
}

.product-card:focus .card-image img,
.product-card:hover .card-image img {
    transform: rotate(-2deg) translateY(0) scale(1.03);
}

.product-card .pt-4.text-center.position-relative {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-top: 1rem !important;
}

.product-card .card-label {
    transform: none;
    min-height: 100px;
    display: grid;
    align-content: start;
    gap: 8px;
}

.service-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(29, 78, 216, 0.08);
    color: var(--boji-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.service-chip-light {
    background: rgba(255, 255, 255, 0.16);
    color: #eef5ff;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.product-card .card-title {
    line-height: 1.35;
    min-height: 2.7em;
    font-weight: 800;
    color: var(--boji-ink);
}

.product-card .card-desc,
.product-card .card-review {
    transform: none;
    opacity: 1;
}

.product-card .card-desc {
    min-height: 4.9em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    line-height: 1.7;
}

.product-card .card-review {
    margin-top: auto;
    padding-top: 12px;
    color: rgba(22, 32, 51, 0.5);
    font-size: 12px;
    letter-spacing: 0.02em;
}

.product-card .card-price {
    font-size: 1.35rem;
    font-weight: 800;
}

.card-actions-footer {
    margin-top: 16px;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.05);
    color: var(--boji-ink);
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.service-link:focus,
.service-link:hover {
    background: #0f172a;
    color: #ffffff;
    transform: translateY(-1px);
}

.link-badge-wrapper {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    overflow: hidden;
    border: 1px solid rgba(12, 35, 83, 0.3);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
    background: linear-gradient(180deg, var(--boji-blue-night), var(--boji-blue-deep)) !important;
    padding: 28px !important;
}

.link-badge-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 26%),
        linear-gradient(150deg, rgba(255, 255, 255, 0.06), transparent 34%);
    pointer-events: none;
}

.link-badge-wrapper .h6 {
    min-height: 3.2em;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.04rem;
    font-weight: 700;
}

.link-badge-wrapper img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
    padding: 6px 0 12px;
    transform: rotate(-3deg);
    transform-origin: center;
    filter: drop-shadow(0 14px 24px rgba(15, 23, 42, 0.22));
}

.link-badge-wrapper .link-badge {
    top: 28px;
}

.link-badge-meta {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.link-badge-meta .price-note {
    color: #ffd27d;
    font-weight: 800;
}

.quick-view {
    background: rgba(255, 255, 255, 0.75);
    border-color: rgba(22, 32, 51, 0.14) !important;
    color: var(--boji-ink);
    backdrop-filter: blur(8px);
}

.blog-card .image-wrapper {
    overflow: hidden;
}

.blog-card img {
    transition: transform 220ms ease;
}

.blog-card:hover img {
    transform: scale(1.04);
}

.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-card .card-content {
    padding: 28px !important;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.blog-card-title {
    color: var(--boji-ink);
    line-height: 1.3;
    letter-spacing: -0.02em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 3.2em;
}

.blog-card-summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.8;
    min-height: 5.4em;
}

.blog-card-link {
    margin-top: auto;
    font-weight: 700;
    color: var(--boji-ink) !important;
}

.blog-empty-state {
    padding: 48px 24px;
    text-align: center;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(22, 32, 51, 0.08);
    box-shadow: var(--boji-shadow);
}

.blog-empty-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background: rgba(29, 78, 216, 0.08);
    color: var(--boji-blue-deep);
    font-size: 1.8rem;
}

.blog-empty-state h2 {
    margin-bottom: 12px;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--boji-ink);
}

.blog-empty-state p {
    max-width: 32rem;
    margin: 0 auto 20px;
    color: rgba(22, 32, 51, 0.62);
    line-height: 1.8;
}

.features .col-md-4 h4,
.features .col-md-4 .small {
    color: var(--boji-ink);
}

.features .row.bg-white {
    border: 1px solid var(--boji-border);
    box-shadow: var(--boji-shadow);
}

.site-footer {
    position: relative;
    z-index: 1;
}

.footer-shell {
    padding: 34px 36px 24px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 249, 239, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.66);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(10px);
}

.footer-brand {
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--boji-ink);
}

.footer-subtitle {
    margin-top: 4px;
    font-size: 0.88rem;
    font-weight: 700;
    color: rgba(22, 32, 51, 0.54);
    letter-spacing: 0.06em;
}

.footer-copy {
    margin-top: 16px;
    max-width: 34rem;
    color: rgba(22, 32, 51, 0.68);
    line-height: 1.8;
}

.footer-title {
    margin-bottom: 14px;
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--boji-ink);
    letter-spacing: 0.04em;
}

.footer-links,
.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links a,
.footer-contact-item a {
    color: var(--boji-blue-deep);
    text-decoration: none;
    font-weight: 600;
}

.footer-links a:hover,
.footer-contact-item a:hover {
    color: var(--boji-blue);
}

.footer-contact-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: rgba(22, 32, 51, 0.68);
    line-height: 1.65;
}

.footer-contact-label {
    font-size: 0.78rem;
    color: rgba(22, 32, 51, 0.5);
    font-weight: 700;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 18px;
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(22, 32, 51, 0.08);
    font-size: 0.9rem;
    color: rgba(22, 32, 51, 0.56);
}

.footer-beian-link {
    color: rgba(22, 32, 51, 0.72);
    text-decoration: none;
    transition: color 0.18s ease;
}

.footer-beian-link:hover,
.footer-beian-link:focus {
    color: var(--boji-blue-deep);
}

.product-image-wrapper.circle {
    background: radial-gradient(circle at 30% 20%, #ffc560, var(--boji-orange));
}

.product-sizes span {
    background-color: rgba(29, 78, 216, 0.08);
    color: var(--boji-blue-deep);
}

.form-control,
.form-select,
textarea.form-control {
    border-radius: 16px;
    border-color: rgba(22, 32, 51, 0.14);
}

.form-floating > .form-control:focus,
.form-floating > textarea.form-control:focus,
.form-control:focus,
.form-select:focus {
    border-color: rgba(29, 78, 216, 0.36);
    box-shadow: 0 0 0 0.25rem rgba(29, 78, 216, 0.08);
}

.btn-warning,
.btn-primary,
.btn-dark,
.btn-danger {
    border-radius: 999px;
    padding-inline: 20px;
    font-weight: 700;
}

.btn-primary {
    background: linear-gradient(135deg, var(--boji-blue), #2563eb);
    border: none;
}

.btn-dark {
    background: #0f172a;
    border: none;
}

.btn-danger {
    background: #ea580c;
    border: none;
}

.boji-blog-card-cover {
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    display: block;
}

.single-blog-cover {
    width: 100%;
    aspect-ratio: 5 / 2;
    object-fit: cover;
    display: block;
}

.boji-article-content {
    margin-top: 24px;
    color: rgba(22, 32, 51, 0.78);
    font-size: 1.04rem;
    line-height: 1.92;
}

.boji-article-content h2,
.boji-article-content h3 {
    margin: 34px 0 14px;
    color: var(--boji-ink);
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.boji-article-content h2 {
    font-size: 1.7rem;
    font-weight: 800;
}

.boji-article-content h3 {
    font-size: 1.24rem;
    font-weight: 700;
}

.boji-article-content p,
.boji-article-content ul,
.boji-article-content ol {
    margin: 0 0 16px;
}

.boji-article-content ul,
.boji-article-content ol {
    padding-left: 1.3rem;
}

.boji-article-content li {
    margin-bottom: 10px;
}

.boji-article-content strong {
    color: var(--boji-ink);
}

.boji-article-content .article-lead,
.boji-article-content .article-callout {
    margin: 26px 0;
    padding: 22px 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 247, 237, 0.95), rgba(255, 255, 255, 0.95));
    border: 1px solid rgba(22, 32, 51, 0.08);
    box-shadow: 0 20px 34px rgba(15, 23, 42, 0.06);
}

.boji-article-content .article-lead {
    font-size: 1.08rem;
    color: rgba(22, 32, 51, 0.8);
}

.boji-article-content .article-callout strong {
    display: block;
    margin-bottom: 10px;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
}

.boji-article-content .article-callout p:last-child,
.boji-article-content .article-lead p:last-child {
    margin-bottom: 0;
}

.boji-article-content .article-figure {
    margin: 28px 0 30px;
}

.boji-article-content .article-figure img {
    width: 100%;
    border-radius: 26px;
    display: block;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
}

.boji-article-content .article-figure figcaption {
    margin-top: 10px;
    font-size: 0.92rem;
    color: rgba(22, 32, 51, 0.56);
    text-align: center;
}

.boji-article-content .article-divider {
    margin: 28px 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(22, 32, 51, 0), rgba(22, 32, 51, 0.12), rgba(22, 32, 51, 0));
}

.cart-modal .modal-header,
.cart-modal .modal-footer {
    border-color: rgba(22, 32, 51, 0.08);
}

@media screen and (min-width: 992px) {
    .boji-navbar .navbar-collapse {
        padding-top: 0;
    }
}

@media screen and (max-width: 1199px) {
    body.home .header-card {
        padding: 22px !important;
    }

    .boji-hero-slide {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
        gap: 22px;
        min-height: 460px;
        padding: 24px;
    }

    .boji-hero-title {
        font-size: clamp(2.4rem, 4.6vw, 3.5rem);
    }

    .boji-hero-desc {
        font-size: 0.98rem;
        max-width: 28rem;
    }

    .boji-hero-image-shell {
        width: min(100%, 470px);
        padding: 14px;
    }

    .hero-actions {
        margin-top: 12px;
    }

    .hero-actions .btn {
        min-width: 124px;
    }

    .hero-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 16px;
        gap: 10px;
    }
}

@media screen and (max-width: 991px) {
    .boji-navbar .navbar-shell {
        padding: 12px 14px;
    }

    .boji-navbar .navbar-nav {
        padding-top: 12px;
    }

    .nav-account-group {
        padding-top: 12px;
        flex-wrap: wrap;
    }

    .nav-account-name {
        width: auto;
    }

    body.home .header-card {
        padding: 18px !important;
    }

    .boji-hero-slide {
        grid-template-columns: 1fr;
        gap: 18px;
        min-height: auto;
        padding: 20px;
    }

    .boji-hero-copy {
        order: 1;
    }

    .boji-hero-media {
        order: 2;
    }

    .boji-hero-title {
        font-size: clamp(2.1rem, 6vw, 3rem);
    }

    .boji-hero-desc {
        font-size: 0.96rem;
        max-width: 100%;
    }

    .boji-hero-image-shell {
        width: min(100%, 520px);
    }

    .hero-actions {
        gap: 10px;
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    .boji-hero-slide {
        padding: 16px;
        border-radius: 24px;
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .boji-hero-slide::before {
        clip-path: circle(70% at 22% 20%);
    }

    .boji-hero-slide::after {
        clip-path: circle(42% at 92% 92%);
    }

    .boji-hero-title {
        font-size: clamp(1.9rem, 8vw, 2.4rem);
    }

    .boji-hero-desc {
        margin-top: 14px;
        font-size: 0.94rem;
        line-height: 1.7;
    }

    .boji-hero-media {
        display: none;
    }

    .boji-hero-copy {
        width: 100%;
        max-width: 100%;
        padding: 2px 0 0;
    }

    .boji-hero-image-shell {
        display: none;
    }

    .hero-actions {
        flex-direction: column;
        margin-top: 18px;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-stats {
        grid-template-columns: 1fr;
        margin-top: 18px;
    }

    .hero-stats {
        display: none;
    }

    .page-header {
        padding: 18px 16px;
    }

    .blog-search-panel {
        padding: 16px;
    }

    .blog-search-shell {
        gap: 10px;
        padding: 10px 12px;
    }

    .blog-search-input {
        width: 100%;
        min-height: 46px;
    }

    .blog-search-clear {
        width: 34px;
        height: 34px;
    }

    .blog-search-inline-grid-list {
        grid-template-columns: 1fr;
    }

    .about-hero-panel,
    .contact-hero-panel {
        grid-template-columns: 1fr;
        padding: 24px 20px;
    }

    .about-metric-grid,
    .contact-hero-points {
        grid-template-columns: 1fr;
    }

    .product-card .card-image {
        height: 250px;
    }

    .product-card .card-image img {
        max-width: 220px;
        max-height: 200px;
    }

    .link-badge-wrapper {
        min-height: 350px;
        padding: 24px !important;
    }

    .discount .text-center,
    .discount .bg-image {
        padding-inline: 18px;
    }

    .footer-shell {
        padding: 26px 20px 20px;
    }

    .boji-article-content h2 {
        font-size: 1.45rem;
    }

    .boji-article-content h3 {
        font-size: 1.14rem;
    }

    .boji-article-content .article-lead,
    .boji-article-content .article-callout {
        padding: 18px 18px;
    }

.blog-card .card-content {
        padding: 22px !important;
    }
}

.tool-spotlight-card,
.boji-tool-hero,
.boji-tool-panel,
.boji-tool-process {
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.tool-spotlight-card,
.boji-tool-hero,
.boji-tool-process {
    padding: 32px;
}

.tool-spotlight-card {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(212, 146, 91, 0.18);
    background:
        radial-gradient(circle at top right, rgba(92, 208, 197, 0.14), transparent 26%),
        radial-gradient(circle at left 18%, rgba(244, 141, 82, 0.17), transparent 30%),
        linear-gradient(135deg, #fff8ef 0%, #fffdf9 58%, #fff7ec 100%);
    box-shadow: 0 26px 70px rgba(110, 72, 33, 0.10);
}

.tool-spotlight-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(214, 188, 160, 0.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(214, 188, 160, 0.16) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), transparent 72%);
    pointer-events: none;
}

.tool-spotlight-card .row {
    position: relative;
    z-index: 1;
}

.tool-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 8px 14px;
    background: rgba(242, 129, 65, 0.12);
    color: #b35a20;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.tool-spotlight-title,
.tool-title {
    font-size: clamp(2.2rem, 4vw, 3.35rem);
    line-height: 1.02;
    color: #0e152e;
    font-weight: 800;
    max-width: 540px;
}

.tool-spotlight-summary,
.tool-summary {
    font-size: 1.04rem;
    line-height: 1.95;
    color: #5b6475;
    max-width: 680px;
}

.tool-spotlight-actions,
.tool-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.tool-spotlight-media,
.tool-media-card {
    padding: 18px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 248, 238, 0.96) 0%, rgba(255, 253, 248, 0.98) 100%);
    border: 1px solid rgba(212, 146, 91, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    min-height: 100%;
}

.tool-spotlight-media img,
.tool-media-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 22px;
    border: 1px solid rgba(212, 146, 91, 0.14);
}

.tool-spotlight-card-inline {
    margin-bottom: 12px;
}

.tool-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.tool-meta-card,
.tool-step-card {
    padding: 18px 20px;
    border-radius: 20px;
    background: linear-gradient(180deg, #fff9f4 0%, #ffffff 100%);
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.tool-meta-label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.82rem;
    color: #7c8698;
}

.tool-meta-card strong {
    color: #0e152e;
    font-size: 1rem;
}

.boji-tool-panel {
    padding: 28px;
}

.tool-feature-list {
    margin: 0;
    padding-left: 1.15rem;
    color: #5b6475;
    line-height: 1.9;
}

.tool-feature-list li + li {
    margin-top: 8px;
}

.tool-contact-note {
    color: #5b6475;
    line-height: 1.9;
}

.tool-step-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #0e152e;
    color: #fff;
    font-weight: 700;
    margin-bottom: 18px;
}

.tool-step-card p {
    margin-bottom: 0;
    color: #5b6475;
    line-height: 1.8;
}

@media (max-width: 991.98px) {
    .tool-spotlight-card,
    .boji-tool-hero,
    .boji-tool-process,
    .boji-tool-panel {
        padding: 24px;
    }

    .tool-spotlight-title,
    .tool-title {
        max-width: none;
    }

    .tool-meta-grid {
        grid-template-columns: 1fr;
    }
}
