:root {
    --dp-primary: #0d6efd;
    --dp-primary-dark: #0849a8;
    --dp-secondary: #00a6a6;
    --dp-ink: #101827;
    --dp-muted: #5f6f86;
    --dp-line: rgba(15, 23, 42, 0.09);
    --dp-soft: #f5f8fc;
    --dp-card: rgba(255, 255, 255, 0.92);
    --dp-radius: 18px;
    --dp-shadow: 0 20px 55px rgba(15, 23, 42, 0.1);
    --dp-shadow-hover: 0 28px 70px rgba(13, 110, 253, 0.17);
    --dp-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--dp-ink);
    background:
        linear-gradient(180deg, rgba(247, 250, 255, 0.86) 0%, rgba(255, 255, 255, 0) 340px),
        #ffffff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-image:
        linear-gradient(rgba(13, 110, 253, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 166, 166, 0.03) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 62%);
}

img {
    max-width: 100%;
}

section {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
.display-5,
.display-6 {
    letter-spacing: 0;
}

p,
li {
    color: inherit;
}

.bg-primary {
    background-color: var(--dp-primary) !important;
}

.bg-primary-dark {
    background-color: var(--dp-primary-dark) !important;
}

.text-primary {
    color: var(--dp-primary) !important;
}

.text-secondary {
    color: var(--dp-secondary) !important;
}

.border-primary {
    border-color: var(--dp-primary) !important;
}

.hover\:bg-primary-dark:hover {
    background-color: var(--dp-primary-dark) !important;
}

.hover\:text-primary:hover {
    color: var(--dp-primary) !important;
}

.hover\:text-secondary:hover {
    color: var(--dp-secondary) !important;
}

.site-header-cta {
    align-items: center;
    justify-content: center;
    min-width: 118px;
    min-height: 42px;
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--dp-primary), var(--dp-secondary)) !important;
    border: 0 !important;
    box-shadow: 0 14px 30px rgba(13, 110, 253, 0.22);
    text-decoration: none !important;
}

.site-header-cta:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--dp-primary-dark), var(--dp-secondary)) !important;
}

.site-header-cta-desktop {
    display: inline-flex;
}

.sticky-header {
    position: relative;
    z-index: 1000;
}

.sticky-header #mobile-menu.hidden {
    display: none !important;
}

.sticky-header #mobile-menu:not(.hidden),
.sticky-header #mobile-menu.dp-menu-open {
    display: flex !important;
    flex-direction: column;
}

.dp-scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    z-index: 9999;
    background: linear-gradient(90deg, var(--dp-primary), var(--dp-secondary));
    box-shadow: 0 0 18px rgba(13, 110, 253, 0.45);
}

.sticky-header,
header {
    backdrop-filter: blur(16px);
}

.sticky-header.dp-header-scrolled,
header.dp-header-scrolled {
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.09) !important;
    border-color: rgba(13, 110, 253, 0.08) !important;
}

nav a,
.nav-link,
.footer-grid a,
.footer-links a {
    transition: color 0.25s var(--dp-ease), transform 0.25s var(--dp-ease), opacity 0.25s var(--dp-ease);
}

nav a:hover,
.nav-link:hover {
    transform: translateY(-1px);
}

a[class*="bg-primary"],
.btn-primary-custom,
.btn-nav-enquire,
button[class*="bg-primary"],
input[type="submit"],
button[type="submit"] {
    box-shadow: 0 14px 30px rgba(13, 110, 253, 0.22);
}

a[class*="bg-primary"]:hover,
.btn-primary-custom:hover,
.btn-nav-enquire:hover,
button[class*="bg-primary"]:hover,
button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(13, 110, 253, 0.28);
}

.category-card,
.feature-card,
.mvv-card,
.info-card,
.product-card,
.blog-card,
.contact-wrapper-card,
[class*="rounded-24"],
[class*="soft-shadow"] {
    border-color: var(--dp-line) !important;
}

.category-card,
.feature-card,
.mvv-card,
.info-card,
.product-card,
.blog-card {
    background: var(--dp-card);
    backdrop-filter: blur(12px);
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.category-card:hover,
.feature-card:hover,
.mvv-card:hover,
.info-card:hover,
.product-card:hover,
.blog-card:hover,
.soft-shadow-hover:hover {
    transform: translateY(-8px);
    box-shadow: var(--dp-shadow-hover);
}

.about-hero,
.contact-hero,
.bg-soft-grey {
    background:
        linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(0, 166, 166, 0.09)),
        #f7fbff !important;
}

.banner-slide {
    transform: scale(1.015);
}

.banner-slide.active {
    animation: dpHeroSettle 7s var(--dp-ease) both;
}

.banner-slide.active h1,
.banner-slide.active h2,
.banner-slide.active p,
.banner-slide.active a,
.banner-slide.active span {
    animation: dpTextRise 0.8s var(--dp-ease) both;
}

.banner-slide.active h1,
.banner-slide.active h2 {
    animation-delay: 0.08s;
}

.banner-slide.active p {
    animation-delay: 0.16s;
}

.banner-slide.active a {
    animation-delay: 0.24s;
}

.dp-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.75s var(--dp-ease), transform 0.75s var(--dp-ease);
}

.dp-reveal.dp-visible {
    opacity: 1;
    transform: translateY(0);
}

.dp-reveal[data-dp-delay="1"] {
    transition-delay: 0.08s;
}

.dp-reveal[data-dp-delay="2"] {
    transition-delay: 0.16s;
}

.dp-reveal[data-dp-delay="3"] {
    transition-delay: 0.24s;
}

.dp-float-cta {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1000;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 18px;
    border-radius: 999px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    background: linear-gradient(135deg, var(--dp-primary), var(--dp-secondary));
    box-shadow: 0 20px 45px rgba(13, 110, 253, 0.3);
    transform: translateY(18px);
    opacity: 0;
    visibility: hidden;
    transition: 0.32s var(--dp-ease);
}

.dp-float-cta.dp-show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.dp-float-cta:hover {
    color: #ffffff;
    transform: translateY(-3px);
}

.dp-float-cta i {
    font-size: 0.95rem;
}

.dp-mobile-bottom-nav {
    display: none;
}

input,
textarea,
select {
    transition: border-color 0.25s var(--dp-ease), box-shadow 0.25s var(--dp-ease), background-color 0.25s var(--dp-ease);
}

input:focus,
textarea:focus,
select:focus {
    border-color: var(--dp-primary) !important;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.12) !important;
}

.premium-footer {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.footer-cert span,
.breadcrumb-custom,
.product-badge {
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

@keyframes dpHeroSettle {
    from {
        transform: scale(1.045);
    }
    to {
        transform: scale(1);
    }
}

@keyframes dpTextRise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.home-page .group\/slider {
    isolation: isolate;
}

.home-page .group\/slider .relative.w-full {
    overflow: hidden;
}

.home-page .group\/slider::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    z-index: 12;
    pointer-events: none;
    background: linear-gradient(to top, rgba(2, 6, 23, 0.78), transparent);
}

.home-page .banner-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 11;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(2, 6, 23, 0.72), rgba(2, 6, 23, 0.32) 48%, rgba(2, 6, 23, 0.08)),
        radial-gradient(circle at 16% 34%, rgba(0, 166, 166, 0.28), transparent 24%);
}

.home-page .banner-slide {
    transform: translateX(32px) scale(1.01);
    filter: saturate(0.92);
    transition:
        opacity 900ms ease,
        transform 900ms cubic-bezier(0.22, 1, 0.36, 1),
        filter 900ms ease;
    will-change: opacity, transform;
}

.home-page .banner-slide.active {
    transform: translateX(0) scale(1);
    filter: saturate(1.08);
}

.home-page .banner-slide.dp-slide-prev {
    transform: translateX(-32px) scale(1.01);
}

.home-page .banner-slide.active[style*="background-image"] {
    animation: dpHeroBgDrift 7200ms ease-out both;
}

.home-page .banner-slide > img {
    transform: scale(1.08);
    transition: transform 7200ms ease-out;
}

.home-page .banner-slide.active > img {
    transform: scale(1);
}

.home-page .banner-slide > .absolute.inset-0 {
    opacity: 0.74;
}

.home-page .banner-slide .max-w-2xl {
    position: relative;
    padding: 22px;
    border-left: 3px solid rgba(45, 212, 191, 0.75);
    border-radius: 0 24px 24px 0;
}

.home-page .banner-slide .max-w-2xl::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 -3px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--dp-secondary), var(--dp-primary));
    box-shadow: 0 0 28px rgba(45, 212, 191, 0.52);
}

.home-page .banner-slide .max-w-2xl > * {
    opacity: 0;
    transform: translateY(22px);
}

.home-page .banner-slide.active .max-w-2xl > * {
    animation: dpHeroContentIn 780ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.home-page .banner-slide.active .max-w-2xl > *:nth-child(2) {
    animation-delay: 120ms;
}

.home-page .banner-slide.active .max-w-2xl > *:nth-child(3) {
    animation-delay: 230ms;
}

.home-page .banner-slide.active .max-w-2xl > *:nth-child(4) {
    animation-delay: 330ms;
}

.home-page .banner-slide h2 {
    text-wrap: balance;
    text-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
}

.home-page .banner-slide p {
    text-shadow: 0 8px 26px rgba(0, 0, 0, 0.55);
}

.home-page #prev-banner,
.home-page #next-banner {
    opacity: 1;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
}

.home-page #banner-dots button {
    height: 9px;
    border-radius: 999px;
    position: relative;
    overflow: hidden;
}

.home-page #banner-dots button.bg-white {
    width: 42px;
    background: linear-gradient(90deg, var(--dp-primary), var(--dp-secondary)) !important;
}

.home-page #banner-dots button.bg-white::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 0;
    background: rgba(255, 255, 255, 0.72);
    animation: dpDotProgress 5000ms linear forwards;
}

@keyframes dpHeroContentIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes dpHeroBgDrift {
    from {
        background-position: 52% center;
    }
    to {
        background-position: 50% center;
    }
}

@keyframes dpDotProgress {
    to {
        width: 100%;
    }
}

.home-page section.bg-slate-950 {
    background:
        radial-gradient(circle at 12% 18%, rgba(13, 110, 253, 0.18), transparent 28%),
        radial-gradient(circle at 82% 30%, rgba(0, 166, 166, 0.14), transparent 26%),
        #020617 !important;
}

.home-page section.bg-slate-950 p.text-slate-400,
.home-page section.bg-slate-950 .text-slate-400 {
    color: rgba(226, 232, 240, 0.88) !important;
}

.home-page section.bg-slate-950 .text-slate-500 {
    color: rgba(148, 163, 184, 0.92) !important;
}

.home-page section.bg-slate-950 .text-slate-300 {
    color: rgba(248, 250, 252, 0.94) !important;
}

.home-page .lg\:col-span-5 .rounded-3xl,
.home-page section.bg-slate-950 .grid > div > .p-6,
.home-page .testimonial-slide,
.home-page #delpure-products-section .rounded-2xl,
.home-page #blog .rounded-2xl {
    transition: transform 0.35s var(--dp-ease), border-color 0.35s var(--dp-ease), box-shadow 0.35s var(--dp-ease);
}

.home-page .lg\:col-span-5 .rounded-3xl:hover,
.home-page section.bg-slate-950 .grid > div > .p-6:hover,
.home-page #delpure-products-section .rounded-2xl:hover,
.home-page #blog .rounded-2xl:hover {
    transform: translateY(-7px);
    box-shadow: 0 26px 64px rgba(13, 110, 253, 0.16);
}

.home-page .lg\:col-span-5 .rounded-3xl {
    animation: dpSoftFloat 5.5s ease-in-out infinite;
}

.home-page .lg\:col-span-5 .col-span-6:nth-child(2) .rounded-3xl {
    animation-delay: 0.8s;
}

.home-page #delpure-products-section img,
.home-page #blog img {
    transition: transform 0.55s var(--dp-ease), filter 0.55s var(--dp-ease);
}

.home-page #delpure-products-section .rounded-2xl:hover img,
.home-page #blog .rounded-2xl:hover img {
    filter: saturate(1.08) contrast(1.03);
}

.home-page .home-bottom-nav,
.home-page .md\:hidden.fixed.bottom-0 {
    left: 8px !important;
    right: auto !important;
    bottom: max(6px, env(safe-area-inset-bottom)) !important;
    width: min(calc(100vw - 16px), 374px) !important;
    max-width: calc(100vw - 16px) !important;
    box-sizing: border-box;
    justify-content: space-between !important;
    gap: 2px;
    border-radius: 18px;
    padding: 5px 7px !important;
    background: rgba(2, 6, 23, 0.94) !important;
    border: 1px solid rgba(148, 163, 184, 0.2) !important;
    backdrop-filter: blur(18px);
    overflow: hidden;
}

.home-page .home-bottom-nav a,
.home-page .md\:hidden.fixed.bottom-0 a {
    flex: 1 1 0;
    min-width: 0;
    border-radius: 13px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    transition: background-color 0.25s var(--dp-ease), transform 0.25s var(--dp-ease), color 0.25s var(--dp-ease);
}

.home-page .home-bottom-nav a span,
.home-page .md\:hidden.fixed.bottom-0 a span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 8.5px !important;
}

.home-page .home-bottom-nav a i,
.home-page .md\:hidden.fixed.bottom-0 a i {
    font-size: 0.95rem !important;
}

.home-page .home-bottom-nav a:hover,
.home-page .home-bottom-nav a:focus,
.home-page .md\:hidden.fixed.bottom-0 a:hover,
.home-page .md\:hidden.fixed.bottom-0 a:focus {
    background: rgba(13, 110, 253, 0.18);
    transform: translateY(-2px);
}

.home-mobile-menu-btn {
    display: inline-flex;
    position: fixed !important;
    top: 12px;
    left: min(calc(100vw - 58px), 330px);
    right: auto;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    color: var(--dp-ink) !important;
    background: #f1f5f9;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    z-index: 10000;
}

@media (max-width: 1023px) {
    .sticky-header nav {
        display: none !important;
    }

    .sticky-header .site-header-cta-desktop {
        display: none !important;
    }

    .sticky-header #menu-btn {
        display: inline-flex !important;
        position: static !important;
        width: 42px;
        height: 42px;
        align-items: center;
        justify-content: center;
        color: var(--dp-ink) !important;
        background: #f1f5f9;
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 12px;
        z-index: 1002;
    }

    #menu-btn.is-open i::before,
    #menu-btn[aria-expanded="true"] i::before {
        content: "\f00d" !important;
        font-family: "Font Awesome 6 Free" !important;
        font-weight: 900 !important;
    }

    .sticky-header #mobile-menu {
        position: fixed !important;
        top: 80px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100%;
        max-height: calc(100vh - 80px);
        overflow-y: auto;
        padding: 10px 16px 18px !important;
        background: #ffffff !important;
        border-top: 1px solid rgba(15, 23, 42, 0.08);
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
        z-index: 100000;
    }

    .sticky-header #mobile-menu a {
        display: block !important;
        min-height: 42px;
        margin: 3px 0;
        padding: 10px 14px !important;
        border-radius: 12px;
        color: #334155;
    }
}

@media (min-width: 1024px) {
    .sticky-header #menu-btn,
    .sticky-header #mobile-menu {
        display: none !important;
    }

    .sticky-header nav {
        display: flex !important;
    }
}

@media (max-width: 1023px) {
    #menu-btn {
        display: inline-flex !important;
        position: fixed;
        top: 18px;
        left: min(calc(100vw - 58px), 330px);
        right: auto;
        width: 42px;
        height: 42px;
        align-items: center;
        justify-content: center;
        color: var(--dp-ink) !important;
        background: #f1f5f9;
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 12px;
        z-index: 10000;
    }
}

@media (min-width: 1024px) {
    .home-mobile-menu-btn {
        display: none !important;
    }
}

@keyframes dpSoftFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 767px) {
    body {
        background-size: auto;
        padding-bottom: 82px;
    }

    .dp-mobile-bottom-nav {
        position: fixed;
        left: 8px;
        right: 8px;
        bottom: max(6px, env(safe-area-inset-bottom));
        z-index: 99999;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 2px;
        padding: 6px 8px;
        border: 1px solid rgba(148, 163, 184, 0.24);
        border-radius: 18px;
        background: rgba(2, 6, 23, 0.96);
        box-shadow: 0 -12px 34px rgba(2, 6, 23, 0.28);
        backdrop-filter: blur(18px);
    }

    .dp-mobile-bottom-nav a {
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        min-height: 48px;
        border-radius: 13px;
        color: #ffffff;
        text-decoration: none;
        font-size: 10px;
        font-weight: 700;
    }

    .dp-mobile-bottom-nav i {
        font-size: 17px;
        line-height: 1;
    }

    .dp-mobile-bottom-nav span {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    section {
        overflow: hidden;
    }

    h1,
    .display-5 {
        font-size: clamp(2rem, 9vw, 3rem) !important;
        line-height: 1.08 !important;
    }

    h2,
    .display-6 {
        font-size: clamp(1.65rem, 7vw, 2.25rem) !important;
    }

    .dp-float-cta {
        right: 14px;
        bottom: 92px;
        padding: 12px 15px;
        font-size: 0.9rem;
    }

    .home-page .sticky-header > div {
        position: relative;
        width: 100%;
        max-width: 100% !important;
        height: 66px;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .home-page .sticky-header span.text-2xl {
        font-size: 1.08rem !important;
    }

    .home-page .sticky-header img {
        width: 32px;
        height: 32px;
    }

    .home-page .sticky-header {
        overflow: visible !important;
        z-index: 10000 !important;
    }

    .home-page #mobile-menu {
        top: 80px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-height: calc(100vh - 86px) !important;
        overflow-y: auto !important;
        height: auto !important;
    }

    .home-page #mobile-menu:not(.hidden),
    .home-page #mobile-menu.dp-home-menu-open {
        display: flex !important;
        flex-direction: column;
        gap: 6px;
        min-height: 372px !important;
        padding: 10px 14px 18px !important;
        background: #ffffff !important;
    }

    .home-page #mobile-menu:not(.hidden) a,
    .home-page #mobile-menu.dp-home-menu-open a {
        display: block !important;
        min-height: 42px;
        padding: 10px 14px !important;
        border-radius: 12px;
        color: #334155;
    }

    .home-page .group\/slider > .relative {
        min-height: calc(100svh - 96px) !important;
        height: auto !important;
    }

    .home-page .banner-slide {
        min-height: calc(100svh - 96px) !important;
        align-items: flex-end !important;
        background-position: center !important;
    }

    .home-page .banner-slide img {
        object-position: center;
    }

    .home-page .banner-slide::before {
        background:
            linear-gradient(180deg, rgba(2, 6, 23, 0.18), rgba(2, 6, 23, 0.88) 58%, rgba(2, 6, 23, 0.96)),
            radial-gradient(circle at 20% 62%, rgba(0, 166, 166, 0.24), transparent 34%);
    }

    .home-page .banner-slide .max-w-7xl {
        width: 100%;
        max-width: 100vw;
        padding-top: 5.75rem !important;
        padding-bottom: 6rem !important;
    }

    .home-page .banner-slide .max-w-2xl {
        max-width: 100%;
        width: 100%;
        padding: 0;
        border-left: 0;
        border-radius: 0;
        text-align: left;
        overflow-wrap: anywhere;
    }

    .home-page .banner-slide h2 {
        font-size: clamp(1.82rem, 8.4vw, 2.45rem) !important;
        line-height: 1.07 !important;
        max-width: 12ch;
    }

    .home-page .banner-slide p {
        max-width: min(100%, 21rem);
        font-size: 0.88rem !important;
        line-height: 1.52;
        color: rgba(255, 255, 255, 0.86) !important;
    }

    .home-page .banner-slide a {
        padding: 0.7rem 0.92rem !important;
        font-size: 0.84rem !important;
    }

    .home-page #prev-banner,
    .home-page #next-banner {
        display: none;
    }

    .home-page #banner-dots {
        bottom: 24px;
    }

    .home-page section.bg-slate-950,
    .home-page #featured-products,
    .home-page #delpure-products-section,
    .home-page #products,
    .home-page #blog {
        padding-top: 3.75rem !important;
        padding-bottom: 3.75rem !important;
    }

    .home-page section.bg-slate-950 .grid {
        gap: 1.25rem !important;
    }

    .home-page .lg\:col-span-5 .grid {
        max-width: 330px;
        margin: 0 auto;
        transform: scale(0.92);
        transform-origin: top center;
    }

    .home-page .lg\:col-span-5 .h-64 {
        height: 10.5rem !important;
    }

    .home-page .lg\:col-span-5 .h-44 {
        height: 8rem !important;
    }

    .home-page .lg\:col-span-5 .h-80 {
        height: 15rem !important;
    }

    .home-page #delpure-products-section .grid,
    .home-page #products .grid,
    .home-page #blog .grid {
        gap: 1rem !important;
    }

    .home-page #delpure-products-section .rounded-2xl,
    .home-page .category-card {
        border-radius: 18px !important;
        padding: 1rem !important;
    }

    .home-page #delpure-products-section .h-48 {
        height: 11.5rem !important;
    }

    .home-page .testimonial-slide .flex.items-center {
        align-items: flex-start;
    }

    .home-page .testimonial-slide .ml-auto {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }

    .dp-reveal {
        opacity: 1;
        transform: none;
    }
}

.product-detail-page {
    background: #ffffff;
}

.product-gallery {
    position: sticky;
    top: 110px;
}

.product-gallery-main {
    position: relative;
    overflow: hidden;
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 38px;
    border: 1px solid rgba(13, 110, 253, 0.1);
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(245, 250, 255, 0.98)),
        radial-gradient(circle at 18% 16%, rgba(13, 110, 253, 0.12), transparent 28%);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.11);
}

.product-gallery-main::after {
    content: "";
    position: absolute;
    inset: auto 28px 24px;
    height: 18px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.12);
    filter: blur(14px);
}

.product-gallery-main img {
    position: relative;
    z-index: 2;
    width: 100%;
    max-height: 420px;
    object-fit: contain;
    transition: transform 0.45s var(--dp-ease), opacity 0.25s var(--dp-ease);
}

.product-gallery-main:hover img {
    transform: scale(1.035);
}

.product-gallery-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    padding: 8px 13px;
    border-radius: 999px;
    color: #075985;
    background: rgba(224, 242, 254, 0.92);
    border: 1px solid rgba(14, 165, 233, 0.22);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.product-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.product-thumb {
    height: 92px;
    padding: 8px;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #ffffff;
    cursor: pointer;
    transition: transform 0.25s var(--dp-ease), border-color 0.25s var(--dp-ease), box-shadow 0.25s var(--dp-ease);
}

.product-thumb.active,
.product-thumb:hover {
    transform: translateY(-2px);
    border-color: rgba(13, 110, 253, 0.55);
    box-shadow: 0 16px 34px rgba(13, 110, 253, 0.14);
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-trust-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.product-trust-grid div,
.product-highlight-grid div {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    background: #ffffff;
    color: #1f2937;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.product-trust-grid div {
    padding: 14px;
}

.product-trust-grid i,
.product-highlight-grid i,
.product-benefit-list i {
    color: var(--dp-secondary);
}

.product-summary {
    padding-top: 8px;
}

.product-kicker,
.section-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    color: var(--dp-secondary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.product-summary h1 {
    max-width: 760px;
    color: #0f172a;
    font-size: clamp(2.35rem, 5vw, 4.6rem);
    line-height: 1.02;
    font-weight: 850;
}

.product-lead {
    margin-top: 18px;
    color: #475569;
    font-size: 1.16rem;
    line-height: 1.75;
}

.product-highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 26px 0;
}

.product-highlight-grid div {
    padding: 14px 16px;
}

.product-description {
    color: #526173;
    line-height: 1.85;
    margin-bottom: 26px;
}

.product-description h2,
.product-description h3,
.product-description h4,
.blog-detail-page .blog-detail-content h2,
.blog-detail-page .blog-detail-content h3,
.blog-detail-page .blog-detail-content h4 {
    margin: 1.35em 0 0.55em;
    color: #0f172a;
    font-weight: 900;
    line-height: 1.25;
}

.product-description h2,
.blog-detail-page .blog-detail-content h2 {
    font-size: 1.55rem;
}

.product-description h3,
.blog-detail-page .blog-detail-content h3 {
    font-size: 1.28rem;
}

.product-description ul,
.product-description ol,
.blog-detail-page .blog-detail-content ul,
.blog-detail-page .blog-detail-content ol {
    margin: 1rem 0 1.2rem 1.3rem;
    padding-left: 1rem;
}

.product-description li,
.blog-detail-page .blog-detail-content li {
    margin-bottom: 0.45rem;
}

.product-description a,
.blog-detail-page .blog-detail-content a {
    color: var(--dp-primary);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.product-description blockquote,
.blog-detail-page .blog-detail-content blockquote {
    margin: 1.4rem 0;
    padding: 16px 18px;
    border-left: 4px solid var(--dp-secondary);
    border-radius: 0 14px 14px 0;
    color: #334155;
    background: rgba(0, 166, 166, 0.07);
}

.product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 26px;
}

.product-primary-cta,
.product-secondary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 13px 20px;
    border-radius: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.25s var(--dp-ease), box-shadow 0.25s var(--dp-ease), background-color 0.25s var(--dp-ease);
}

.product-primary-cta {
    color: #ffffff;
    background: linear-gradient(135deg, var(--dp-primary), var(--dp-secondary));
    box-shadow: 0 18px 42px rgba(13, 110, 253, 0.24);
}

.product-secondary-cta {
    color: #0f172a;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.1);
}

.product-primary-cta:hover,
.product-secondary-cta:hover {
    transform: translateY(-2px);
}

.product-share-box {
    margin-top: 18px;
    padding: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.product-share-box > span {
    display: block;
    margin-bottom: 10px;
    color: var(--dp-muted);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.product-share-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-share-actions a,
.product-share-actions button {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(13, 110, 253, 0.12);
    border-radius: 12px;
    color: var(--dp-primary);
    background: #ffffff;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.24s var(--dp-ease), background-color 0.24s var(--dp-ease), color 0.24s var(--dp-ease);
}

.product-share-actions a:hover,
.product-share-actions button:hover {
    color: #ffffff;
    background: linear-gradient(135deg, var(--dp-primary), var(--dp-secondary));
    transform: translateY(-2px);
}

.product-share-box small {
    display: block;
    min-height: 18px;
    margin-top: 8px;
    color: var(--dp-secondary);
    font-size: 0.78rem;
    font-weight: 700;
}

.blog-list-page .blog-list-hero {
    position: relative;
    overflow: hidden;
    padding-top: clamp(4rem, 8vw, 6.5rem) !important;
    padding-bottom: clamp(4rem, 8vw, 6rem) !important;
    background:
        radial-gradient(circle at 86% 18%, rgba(0, 166, 166, 0.16), transparent 28%),
        linear-gradient(135deg, #f4f8ff 0%, #effcff 52%, #ffffff 100%);
}

.blog-list-page .blog-list-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(13, 110, 253, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 110, 253, 0.05) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
}

.blog-list-page .blog-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: clamp(2rem, 6vw, 5rem);
    align-items: center;
}

.blog-list-page .blog-list-hero h1 {
    max-width: 840px;
    margin-top: 12px;
    color: #020617;
    font-size: clamp(2.5rem, 6vw, 5.2rem);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: 0;
}

.blog-list-page .blog-list-hero p {
    max-width: 720px;
    margin-top: 24px;
    color: #475569;
    font-size: clamp(1rem, 2vw, 1.22rem);
    line-height: 1.75;
}

.blog-list-page .blog-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.blog-list-page .blog-hero-primary,
.blog-list-page .blog-hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 13px 20px;
    border-radius: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.25s var(--dp-ease), box-shadow 0.25s var(--dp-ease), background-color 0.25s var(--dp-ease);
}

.blog-list-page .blog-hero-primary {
    color: #ffffff;
    background: linear-gradient(135deg, var(--dp-primary), var(--dp-secondary));
    box-shadow: 0 18px 42px rgba(13, 110, 253, 0.22);
}

.blog-list-page .blog-hero-secondary {
    color: #0f172a;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(15, 23, 42, 0.1);
}

.blog-list-page .blog-hero-primary:hover,
.blog-list-page .blog-hero-secondary:hover {
    transform: translateY(-2px);
}

.blog-list-page .blog-hero-panel {
    display: grid;
    gap: 14px;
    padding: 22px;
    border: 1px solid rgba(13, 110, 253, 0.12);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(16px);
}

.blog-list-page .blog-hero-panel div {
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(0, 166, 166, 0.08));
}

.blog-list-page .blog-hero-panel span {
    display: block;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blog-list-page .blog-hero-panel strong {
    display: block;
    margin-top: 6px;
    color: #0f172a;
    font-size: 1.35rem;
    line-height: 1.15;
}

.blog-list-page .blog-list-section {
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
}

.blog-list-page .blog-section-head {
    max-width: 760px;
    margin-bottom: 32px;
}

.blog-list-page .blog-section-head h2 {
    margin-top: 8px;
    color: #020617;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.08;
}

.blog-list-page .blog-list-grid {
    align-items: stretch;
}

.blog-list-page .blog-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
    transition: transform 0.28s var(--dp-ease), box-shadow 0.28s var(--dp-ease), border-color 0.28s var(--dp-ease);
}

.blog-list-page .blog-card:hover {
    transform: translateY(-6px);
    border-color: rgba(13, 110, 253, 0.2);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.12);
}

.blog-list-page .blog-card-featured {
    grid-column: span 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.blog-list-page .blog-card-featured .blog-image-wrapper {
    height: 100%;
    min-height: 360px;
}

.blog-list-page .blog-card-featured .blog-content {
    padding: clamp(28px, 4vw, 44px);
}

.blog-list-page .blog-card-featured .blog-title {
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    line-height: 1.16;
}

.blog-list-page .blog-card-featured .blog-excerpt {
    font-size: 1.02rem;
}

.blog-list-page .blog-image-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 230px;
    overflow: hidden;
    background: #eef4fb;
    text-decoration: none;
}

.blog-list-page .blog-image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(2, 6, 23, 0.28), transparent 52%);
    opacity: 0;
    transition: opacity 0.28s var(--dp-ease);
}

.blog-list-page .blog-card:hover .blog-image-wrapper::after {
    opacity: 1;
}

.blog-list-page .blog-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s var(--dp-ease);
}

.blog-list-page .blog-card:hover .blog-image {
    transform: scale(1.055);
}

.blog-list-page .blog-featured-label {
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 3;
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--dp-primary), var(--dp-secondary));
    box-shadow: 0 12px 28px rgba(13, 110, 253, 0.24);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.blog-list-page .blog-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    display: inline-flex;
    max-width: calc(100% - 28px);
    padding: 7px 12px;
    border-radius: 999px;
    color: var(--dp-primary);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.blog-list-page .blog-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.blog-list-page .blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 700;
}

.blog-list-page .blog-title {
    display: block;
    color: #0f172a;
    font-size: 1.2rem;
    font-weight: 850;
    line-height: 1.35;
    text-decoration: none;
}

.blog-list-page .blog-title:hover {
    color: var(--dp-primary);
}

.blog-list-page .blog-excerpt {
    margin-top: 12px;
    margin-bottom: 22px;
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.65;
}

.blog-list-page .blog-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--dp-primary);
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
}

.blog-list-page .blog-link:hover {
    color: var(--dp-secondary);
}

.blog-list-page .blog-link i {
    transition: transform 0.22s var(--dp-ease);
}

.blog-list-page .blog-link:hover i {
    transform: translateX(4px);
}

.blog-detail-page {
    background: #f8fbff;
}

.blog-detail-page .blog-detail-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(3.5rem, 8vw, 6.5rem) 0 clamp(3rem, 7vw, 5rem);
    background:
        radial-gradient(circle at 88% 18%, rgba(0, 166, 166, 0.16), transparent 28%),
        linear-gradient(135deg, #f4f8ff 0%, #effcff 54%, #ffffff 100%);
}

.blog-detail-page .blog-detail-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(13, 110, 253, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 110, 253, 0.05) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent);
}

.blog-detail-page .blog-detail-breadcrumb,
.blog-detail-page .blog-detail-hero-grid {
    position: relative;
    z-index: 1;
}

.blog-detail-page .blog-detail-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 34px;
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 700;
}

.blog-detail-page .blog-detail-breadcrumb a {
    color: #475569;
    text-decoration: none;
}

.blog-detail-page .blog-detail-breadcrumb a:hover,
.blog-detail-page .blog-detail-breadcrumb span {
    color: var(--dp-primary);
}

.blog-detail-page .blog-detail-breadcrumb i {
    color: #94a3b8;
    font-size: 0.68rem;
}

.blog-detail-page .blog-detail-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: end;
}

.blog-detail-page .blog-detail-hero h1 {
    max-width: 880px;
    margin-top: 14px;
    color: #020617;
    font-size: clamp(2rem, 4.2vw, 3.75rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
}

.blog-detail-page .blog-detail-intro {
    max-width: 780px;
    margin-top: 22px;
    color: #475569;
    font-size: clamp(1rem, 2vw, 1.22rem);
    line-height: 1.75;
}

.blog-detail-page .blog-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.blog-detail-page .blog-detail-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 13px;
    border: 1px solid rgba(13, 110, 253, 0.1);
    border-radius: 999px;
    color: #334155;
    background: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.blog-detail-page .blog-detail-meta i {
    color: var(--dp-primary);
}

.blog-detail-page .blog-detail-summary {
    padding: 24px;
    border: 1px solid rgba(13, 110, 253, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(16px);
}

.blog-detail-page .blog-detail-summary span,
.blog-detail-page .blog-sidebar-card > span {
    display: block;
    color: var(--dp-secondary);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blog-detail-page .blog-detail-summary strong,
.blog-detail-page .blog-sidebar-card strong {
    display: block;
    margin-top: 8px;
    color: #0f172a;
    font-size: 1.28rem;
    line-height: 1.2;
}

.blog-detail-page .blog-detail-summary p,
.blog-detail-page .blog-sidebar-card p {
    margin-top: 12px;
    color: #64748b;
    line-height: 1.65;
}

.blog-detail-page .blog-detail-body-section {
    padding: clamp(3rem, 7vw, 5rem) 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.blog-detail-page .blog-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 34px;
    align-items: start;
}

.blog-detail-page .blog-detail-image-card {
    overflow: hidden;
    margin: 0 0 24px;
    border-radius: 28px;
    background: #eaf2fb;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.13);
}

.blog-detail-page .blog-detail-image-card img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.blog-detail-page .blog-detail-content-card {
    padding: clamp(24px, 4vw, 44px);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 18px 54px rgba(15, 23, 42, 0.08);
}

.blog-detail-page .blog-detail-content {
    color: #334155;
    font-size: 1.08rem;
    line-height: 1.9;
}

.blog-detail-page .blog-detail-content p,
.blog-detail-page .blog-detail-content div {
    margin-bottom: 1rem;
}

.blog-detail-page .blog-detail-sidebar {
    position: sticky;
    top: 100px;
    display: grid;
    gap: 16px;
}

.blog-detail-page .blog-sidebar-card {
    padding: 22px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.07);
}

.blog-detail-page .blog-share-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.blog-detail-page .blog-share-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(13, 110, 253, 0.12);
    border-radius: 14px;
    color: var(--dp-primary);
    background: #f8fbff;
    text-decoration: none;
    transition: transform 0.24s var(--dp-ease), color 0.24s var(--dp-ease), background-color 0.24s var(--dp-ease);
}

.blog-detail-page .blog-share-actions a:hover,
.blog-detail-page .blog-sidebar-cta:hover {
    color: #ffffff;
    background: linear-gradient(135deg, var(--dp-primary), var(--dp-secondary));
    transform: translateY(-2px);
}

.blog-detail-page .blog-sidebar-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: var(--dp-primary);
    font-weight: 900;
    text-decoration: none;
}

.blog-detail-page .blog-detail-actions {
    margin-top: 28px;
}

.blog-detail-page .blog-related-section {
    padding: clamp(3rem, 7vw, 5rem) 0;
    background: #ffffff;
}

.blog-detail-page .blog-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.blog-detail-page .blog-related-card {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    color: inherit;
    background: #ffffff;
    text-decoration: none;
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.07);
    transition: transform 0.25s var(--dp-ease), box-shadow 0.25s var(--dp-ease);
}

.blog-detail-page .blog-related-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}

.blog-detail-page .blog-related-card img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.blog-detail-page .blog-related-card div {
    padding: 20px;
}

.blog-detail-page .blog-related-card span {
    display: block;
    margin-bottom: 8px;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.blog-detail-page .blog-related-card strong {
    display: block;
    color: #0f172a;
    font-size: 1.08rem;
    line-height: 1.35;
}

@media (max-width: 1023px) {
    .blog-list-page .blog-hero-grid {
        grid-template-columns: 1fr;
    }

    .blog-list-page .blog-hero-panel {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .blog-list-page .blog-card-featured {
        grid-column: span 1;
        grid-template-columns: 1fr;
    }

    .blog-list-page .blog-card-featured .blog-image-wrapper {
        min-height: 260px;
    }

    .blog-detail-page .blog-detail-hero-grid,
    .blog-detail-page .blog-detail-layout {
        grid-template-columns: 1fr;
    }

    .blog-detail-page .blog-detail-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-detail-page .blog-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .blog-list-page .blog-list-hero {
        padding-top: 3rem !important;
    }

    .blog-list-page .blog-list-hero h1 {
        font-size: 2.45rem;
        line-height: 1.04;
    }

    .blog-list-page .blog-hero-actions {
        flex-direction: column;
    }

    .blog-list-page .blog-hero-primary,
    .blog-list-page .blog-hero-secondary {
        width: 100%;
    }

    .blog-list-page .blog-hero-panel {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .blog-list-page .blog-image-wrapper {
        height: 210px;
    }

    .blog-list-page .blog-card-featured .blog-image-wrapper {
        min-height: 220px;
    }

    .blog-list-page .blog-content {
        padding: 20px;
    }

    .blog-detail-page .blog-detail-hero h1 {
        font-size: 2rem;
        line-height: 1.14;
    }

    .blog-detail-page .blog-detail-meta {
        gap: 8px;
    }

    .blog-detail-page .blog-detail-meta span {
        width: 100%;
    }

    .blog-detail-page .blog-detail-summary,
    .blog-detail-page .blog-detail-content-card,
    .blog-detail-page .blog-sidebar-card {
        border-radius: 20px;
    }

    .blog-detail-page .blog-detail-image-card {
        border-radius: 22px;
    }

    .blog-detail-page .blog-detail-sidebar,
    .blog-detail-page .blog-related-grid {
        grid-template-columns: 1fr;
    }

    .blog-detail-page .blog-related-card img {
        height: 205px;
    }
}

.product-info-card {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
}

.product-info-card div {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 14px;
    padding: 15px 18px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.product-info-card div:last-child {
    border-bottom: 0;
}

.product-info-card dt {
    color: #64748b;
    font-weight: 700;
}

.product-info-card dd {
    margin: 0;
    color: #0f172a;
    font-weight: 800;
}

.product-panel {
    height: 100%;
    padding: 30px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
}

.product-panel h2 {
    margin-bottom: 14px;
    color: #0f172a;
    font-size: clamp(1.65rem, 3vw, 2.4rem);
    font-weight: 850;
}

.product-panel p {
    color: #526173;
    line-height: 1.85;
}

.product-note {
    background: linear-gradient(145deg, #f0f9ff, #ecfeff);
}

.product-benefit-list {
    display: grid;
    gap: 13px;
    margin-top: 22px;
}

.product-benefit-list div {
    display: flex;
    gap: 12px;
    color: #334155;
    font-weight: 650;
}

.product-faq-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.product-faq-grid div {
    padding: 24px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 20px;
    background: rgba(15, 23, 42, 0.76);
}

.product-faq-grid h3 {
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 800;
}

.product-faq-grid p {
    color: #cbd5e1;
    line-height: 1.75;
}

@media (max-width: 991px) {
    .product-gallery {
        position: static;
    }

    .product-gallery-main {
        min-height: 360px;
    }

    .product-faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .product-gallery-main {
        min-height: 300px;
        padding: 24px;
        border-radius: 22px;
    }

    .product-thumbs {
        grid-template-columns: repeat(4, minmax(68px, 1fr));
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .product-thumb {
        height: 74px;
    }

    .product-trust-grid,
    .product-highlight-grid {
        grid-template-columns: 1fr;
    }

    .product-summary h1 {
        font-size: 2.15rem;
    }

    .product-lead {
        font-size: 1rem;
    }

    .product-actions a {
        width: 100%;
    }

    .product-info-card div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}
