@charset "utf-8";

/* ============================================================
   MINGCIKU TILE - Premium Brand Website Stylesheet
   Brand: High-end Aesthetic Tiles
   ============================================================ */

/* ============================================================
   1. RESET & BASE
   ============================================================ */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    color: #1a1a1a;
    background: #fff;
    user-select: text;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

li { list-style: none; }
a { text-decoration: none; }

a, input, button, textarea, fieldset, ul, span {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type='text'], textarea, fieldset { border: none; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { height: auto; }

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

img, video {
    max-width: 100%;
    height: auto;
    border: 0 none;
    vertical-align: bottom;
}

a, img {
    -webkit-user-drag: none;
    user-drag: none;
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        transition: none !important;
        animation: none !important;
    }
}

/* ============================================================
   2. CSS VARIABLES
   ============================================================ */
:root {
    --zd-brand: #7a0000;
    --zd-brand-gold: #c9a961;
    --zd-brand-gold-light: #d4b76a;
    --zd-brand-light: #fdf5f5;
    --zd-brand-dark: #5a0000;
    --zd-ink: #1a1a1a;
    --zd-muted: #666;
    --zd-muted-light: #999;
    --zd-card: #fff;
    --zd-border: rgba(0, 0, 0, .08);
    --zd-shadow: 0 4px 20px rgba(0, 0, 0, .06);
    --zd-shadow-lg: 0 12px 40px rgba(0, 0, 0, .12);
}

/* ============================================================
   3. UTILITY CLASSES
   ============================================================ */
.f-usn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.f-toe {
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.t_c { text-align: center; margin: 0 auto; }
.ENletter { letter-spacing: 1px !important; }

.b10 { height: 25px; display: block; }
.blank { height: 20px; line-height: 20px; clear: both; display: block; }
.blank100 { height: 100px; line-height: 100px; clear: both; }
.thetext { font-size: 16px; text-align: center; }

.w1500 { width: 78%; margin: 0 auto; display: block; height: auto; }
.valign_p { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.valign_f { display: flex; justify-content: center; align-items: center; }

.zd-wrap {
    width: min(1160px, calc(100vw - 32px));
    margin: 0 auto;
}

.zd-page { padding-top: 0; }

.zd-sec { padding: 54px 0; }
.zd-sec--tight { padding: 34px 0; }
.zd-sec--alt {
    background: rgba(255, 255, 255, .70);
    border-top: 1px solid rgba(16, 24, 40, .06);
    border-bottom: 1px solid rgba(16, 24, 40, .06);
}
.zd-sec--dark {
    background: linear-gradient(135deg, #3a0000 0%, #7a0000 50%, #5a0000 100%);
    color: #fff;
}
.zd-sec--light {
    background: var(--zd-brand-light);
}
.zd-sec--cta {
    background: var(--zd-brand);
    color: #fff;
}

.zd-anchor { scroll-margin-top: 120px; }
.zd-muted { color: #475467; }

.zd-focus:focus {
    outline: 3px solid rgba(122, 0, 0, .55);
    outline-offset: 2px;
    border-radius: 12px;
}

/* ============================================================
   4. BUTTONS
   ============================================================ */
.zd-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 4px;
    background: var(--zd-brand-gold);
    color: #1a1a1a;
    border: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    letter-spacing: .5px;
    box-shadow: 0 4px 16px rgba(122, 0, 0, .3);
    transition: all .3s ease;
    text-decoration: none;
}

.zd-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(122, 0, 0, .4);
    background: var(--zd-brand-gold-light);
    color: #1a1a1a;
}

.zd-btn--large {
    padding: 18px 36px;
    font-size: 17px;
}

.zd-btn--ghost {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .4);
    color: #fff;
    box-shadow: none;
}

.zd-btn--ghost:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .6);
    color: #fff;
}

/* ============================================================
   5. HEADER & NAVIGATION
   ============================================================ */
.m-head {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 901 !important;
    width: 100% !important;
    height: 100px;
    background: transparent !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
}

.m-head .inner {
    position: relative;
    height: 100px;
}

.m-head .logo {
    float: left;
    width: 300px;
    margin-left: 20px;
    margin-top: -10px;
}

.m-head .logo a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 98px;
    text-decoration: none;
    background: linear-gradient(135deg, #5a0000 0%, #7a0000 30%, #8a1010 60%, #7a0000 100%);
    border-radius: 6px;
    padding: 0px 20px;
    gap: 6px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(122, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .08);
    border: 1px solid rgba(201, 169, 97, .15);
}

.m-head .logo a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .06), rgba(255, 255, 255, .12), rgba(255, 255, 255, .06), transparent);
    transform: skewX(-25deg);
    animation: logo-shine 3.5s ease-in-out infinite;
}

.m-head .logo a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .03), rgba(255, 255, 255, .08), rgba(255, 255, 255, .03), transparent);
    transform: skewX(-25deg);
    animation: logo-shine 3.5s ease-in-out 1.2s infinite;
}

@keyframes logo-shine {
    0% { left: -100%; }
    40% { left: 150%; }
    100% { left: 150%; }
}

.logo-cn {
    position: relative;
    z-index: 1;
    font-size: 32px;
    font-weight: 700;
    color: var(--zd-brand-gold);
    letter-spacing: 4px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 0 20px rgba(201, 169, 97, .15);
}

.logo-en {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    color: rgba(255, 255, 255, .75);
    letter-spacing: 2px;
    font-weight: 400;
}

.logo-line {
    display: inline-block;
    width: 24px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 169, 97, .5), transparent);
    flex-shrink: 0;
}
.g-wrap {
    width: 1200px;
    margin: 0 auto;
    zoom: 1;
}
.m-head .nav {
    position: absolute;
    top: 0;
    left: 190px;
}

.m-head .nav li {
    float: left;
    height: 36px;
    margin-left: 40px;
}

.m-head .nav a {
    display: block;
    padding-top: 32px;
    height: 64px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #fff !important;
    border-top: 3px solid transparent;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    transition: .3s;
    user-select: none;
}

.m-head .nav a.z-sel,
.m-head .nav a:hover {
    border-color: rgba(255, 255, 255, 0.8) !important;
}

.m-head .other {
    position: absolute;
    right: 50px;
    top: 30px;
}

.m-head .other a {
    position: relative;
    float: left;
    display: block;
    color: var(--zd-brand-gold);
    height: 38px;
    line-height: 38px;
    font-size: 16px;
}

.m-head .other a + a { margin-left: 12px; }

/* Scroll state */
.m-head.scrolled {
    background: rgba(255, 255, 255, 0.65) !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15) !important;
    height: 88px;
}

.m-head.scrolled .nav a {
    color: #000 !important;
    text-shadow: none !important;
}

.m-head.scrolled .nav a.z-sel,
.m-head.scrolled .nav a:hover {
    border-color: #7a0000 !important;
}

/* Sub-navigation dropdown */
.m-head .nav li.zd-has-sub { position: relative; }

.m-head .nav li.zd-has-sub > a::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 8px;
    font-size: 12px;
}

.zd-subnav {
    position: absolute;
    top: 78px;
    left: 0;
    min-width: 260px;
    padding: 10px 0;
    margin: 0;
    background: #fff;
    border: 1px solid rgba(16, 24, 40, .08);
    box-shadow: 0 18px 50px rgba(16, 24, 40, .16);
    border-radius: 14px;
    display: none;
    z-index: 99999;
}

.zd-subnav::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    height: 14px;
}

.zd-subnav li {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
}

.m-head .nav .zd-subnav a {
    height: auto !important;
    min-height: 42px;
    padding: 12px 16px !important;
    border: 0 !important;
    color: var(--zd-ink) !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    text-align: left !important;
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    white-space: normal;
}

.zd-subnav a:hover {
    background: rgba(11, 93, 59, .08);
    border: 0;
}

.m-head .nav li.zd-has-sub:hover .zd-subnav,
.m-head .nav li.zd-has-sub:focus-within .zd-subnav,
.zd-subnav:hover {
    display: block;
}

.m-head .nav .zd-subnav i {
    opacity: .9;
    flex: 0 0 18px;
    min-width: 18px;
    text-align: center;
    margin-top: 2px;
}

/* Homepage header behavior */
html.zd-home .m-head { position: fixed; }

html.zd-home .m-head .nav a {
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}

html.zd-home .m-head .other a { color: rgba(255, 255, 255, .95); }

html.zd-home .m-head .nav a.z-sel,
html.zd-home .m-head .nav a:hover {
    border-color: rgba(255, 255, 255, .75);
}

html.zd-home.zd-head-solid .m-head .nav a {
    color: #101828;
    text-shadow: none;
}

html.zd-home.zd-head-solid .m-head .other a { color: #7a0000; }

html.zd-home.zd-head-solid .m-head .nav a.z-sel,
html.zd-home.zd-head-solid .m-head .nav a:hover {
    border-color: #7a0000;
}

/* ============================================================
   6. HERO SECTION (Homepage)
   ============================================================ */
.zd-hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #0a0a0a;
}

.zd-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.zd-hero__bg-img {
    position: absolute;
    inset: -30px;
    background-image: url("../images/banner1.jpg");
    background-size: cover;
    background-position: center;
    filter: saturate(1.15) contrast(1.08) brightness(0.45);
    animation: zd-hero-drift 30s ease-in-out infinite alternate;
}

@keyframes zd-hero-drift {
    0% { transform: scale(1.08) translate(0, 0); }
    50% { transform: scale(1.15) translate(-15px, -10px); }
    100% { transform: scale(1.08) translate(10px, 5px); }
}

.zd-hero__bg-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10, 10, 10, .7) 0%, rgba(17, 0, 0, 0.55) 35%, rgba(40, 0, 0, .75) 65%, rgba(10, 10, 10, .9) 100%),
        radial-gradient(1200px 600px at 30% 20%, rgba(201, 169, 97, .08), transparent 60%),
        radial-gradient(800px 500px at 75% 75%, rgba(122, 0, 0, .2), transparent 55%);
}

.zd-hero__bg-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 2px,
        rgba(255, 255, 255, .008) 2px,
        rgba(255, 255, 255, .008) 4px
    );
    pointer-events: none;
}

.zd-hero__bg-particles {
    position: relative;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    top: 50px;
}

.zd-hero__bg-particles span {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(201, 169, 97, .25);
    border-radius: 50%;
    animation: zd-particle-float 8s ease-in-out infinite;
}

.zd-hero__bg-particles span:nth-child(1)  { left: 10%; top: 20%; animation-delay: 0s; animation-duration: 7s; }
.zd-hero__bg-particles span:nth-child(2)  { left: 25%; top: 60%; animation-delay: 1s; animation-duration: 9s; }
.zd-hero__bg-particles span:nth-child(3)  { left: 40%; top: 30%; animation-delay: 2s; animation-duration: 8s; }
.zd-hero__bg-particles span:nth-child(4)  { left: 55%; top: 70%; animation-delay: .5s; animation-duration: 10s; }
.zd-hero__bg-particles span:nth-child(5)  { left: 70%; top: 15%; animation-delay: 1.5s; animation-duration: 7.5s; }
.zd-hero__bg-particles span:nth-child(6)  { left: 80%; top: 50%; animation-delay: 3s; animation-duration: 8.5s; }
.zd-hero__bg-particles span:nth-child(7)  { left: 15%; top: 85%; animation-delay: 2.5s; animation-duration: 9.5s; }
.zd-hero__bg-particles span:nth-child(8)  { left: 50%; top: 45%; animation-delay: .8s; animation-duration: 6.5s; }
.zd-hero__bg-particles span:nth-child(9)  { left: 90%; top: 80%; animation-delay: 3.5s; animation-duration: 11s; }
.zd-hero__bg-particles span:nth-child(10) { left: 35%; top: 10%; animation-delay: 1.8s; animation-duration: 7.8s; }

@keyframes zd-particle-float {
    0%, 100% { transform: translateY(0) scale(1); opacity: .25; }
    50% { transform: translateY(-30px) scale(1.8); opacity: .6; }
}

.zd-hero__inner {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    align-items: center;
}

.zd-hero .zd-wrap {
    width: 100%;
    padding-top: 120px;
}

.zd-hero__grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 300px);
    text-align: center;
}

.zd-hero__text {
    max-width: 900px;
    position: relative;
}

.zd-hero__diamond {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    opacity: .06;
    animation: zd-diamond-rotate 20s linear infinite;
}

.zd-hero__diamond span {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid var(--zd-brand-gold);
    transform: rotate(45deg);
}

@keyframes zd-diamond-rotate {
    0% { transform: translateX(-50%) rotate(0deg); }
    100% { transform: translateX(-50%) rotate(360deg); }
}

.zd-hero__overline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 36px;
    animation: zd-fade-up .8s ease-out .1s both;
}

.zd-hero__overline-line {
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--zd-brand-gold), transparent);
    flex-shrink: 0;
}

.zd-hero__overline-txt {
    font-size: 12px;
    letter-spacing: 4px;
    color: var(--zd-brand-gold);
    font-weight: 300;
    white-space: nowrap;
    text-transform: uppercase;
}

.zd-hero__title {
    margin: 0 0 32px;
    line-height: 1.15;
    position: relative;
}

.zd-hero__title-sep {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 8px 0;
    animation: zd-fade-up .8s ease-out .3s both;
}

.zd-hero__title-sep-line {
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 169, 97, .4), transparent);
}

.zd-hero__title-sep-dot {
    width: 4px;
    height: 4px;
    background: var(--zd-brand-gold);
    border-radius: 50%;
    flex-shrink: 0;
}

.zd-hero__title-a {
    display: block;
    font-size: 80px;
    font-weight: 100;
    letter-spacing: 16px;
    color: #fff;
    text-shadow: 0 4px 60px rgba(0, 0, 0, .6), 0 0 80px rgba(201, 169, 97, .08);
    animation: zd-fade-up .8s ease-out .2s both;
}

.zd-hero__title-b {
    display: block;
    font-size: 80px;
    font-weight: 200;
    letter-spacing: 16px;
    background: linear-gradient(135deg, var(--zd-brand-gold) 0%, #f0d89d 50%, var(--zd-brand-gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
    animation: zd-fade-up .8s ease-out .4s both;
}

.zd-hero__lead {
    font-size: 17px;
    line-height: 2;
    color: rgba(255, 255, 255, .55);
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 24px;
    animation: zd-fade-up .8s ease-out .6s both;
}

.zd-hero__products {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 48px;
    animation: zd-fade-up .8s ease-out .7s both;
}

.zd-hero__product-tag {
    display: inline-block;
    padding: 8px 24px;
    background: rgba(201, 169, 97, .15);
    border: 1px solid rgba(201, 169, 97, .4);
    border-radius: 30px;
    color: var(--zd-brand-gold);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    backdrop-filter: blur(10px);
    transition: all .3s ease;
}

.zd-hero__product-tag:hover {
    background: rgba(201, 169, 97, .25);
    border-color: var(--zd-brand-gold);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(201, 169, 97, .2);
}

.zd-hero__btns {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    animation: zd-fade-up .8s ease-out .8s both;
}

.zd-hero__badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    background: linear-gradient(135deg, var(--zd-brand) 0%, #5a0000 100%);
    border-radius: 50%;
    box-shadow: 0 16px 48px rgba(122, 0, 0, .5), 0 0 0 4px rgba(201, 169, 97, .2), 0 0 60px rgba(201, 169, 97, .1);
    border: 2px solid var(--zd-brand-gold);
    animation: zd-fade-up .8s ease-out 1s both, zd-badge-glow 3s ease-in-out 1.5s infinite;
    margin:50px auto 0;
    position: relative;
}

@keyframes zd-badge-glow {
    0%, 100% { box-shadow: 0 16px 48px rgba(122, 0, 0, .5), 0 0 0 4px rgba(201, 169, 97, .2), 0 0 60px rgba(201, 169, 97, .1); }
    50% { box-shadow: 0 16px 48px rgba(122, 0, 0, .5), 0 0 0 4px rgba(201, 169, 97, .35), 0 0 80px rgba(201, 169, 97, .2); }
}

.zd-hero__badge::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 1px solid rgba(201, 169, 97, .15);
}

.zd-hero__badge::after {
    content: '';
    position: absolute;
    inset: -12px;
    border-radius: 50%;
    border: 1px solid rgba(201, 169, 97, .08);
}

.zd-hero__badge-num {
    font-size: 36px;
    font-weight: 200;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1;
}

.zd-hero__badge-sub {
    font-size: 10px;
    color: var(--zd-brand-gold);
    letter-spacing: 1px;
    margin-top: 6px;
    text-align: center;
    line-height: 1.4;
}

.zd-btn--gold {
    background: linear-gradient(135deg, var(--zd-brand-gold) 0%, #d4b87a 100%);
    color: #1a1a1a;
    font-weight: 600;
    letter-spacing: 2px;
    box-shadow: 0 8px 32px rgba(201, 169, 97, .35), inset 0 1px 0 rgba(255, 255, 255, .2);
    position: relative;
    overflow: hidden;
}

.zd-btn--gold::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
    transition: left .6s ease;
}

.zd-btn--gold:hover::before {
    left: 100%;
}

.zd-btn--gold:hover {
    background: linear-gradient(135deg, #d4b87a 0%, var(--zd-brand-gold) 100%);
    box-shadow: 0 14px 40px rgba(201, 169, 97, .5), inset 0 1px 0 rgba(255, 255, 255, .3);
    transform: translateY(-3px);
}

.zd-btn--line {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    box-shadow: none;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
}

.zd-btn--line::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(201, 169, 97, .1), transparent);
    opacity: 0;
    transition: opacity .3s ease;
}

.zd-btn--line:hover::before {
    opacity: 1;
}

.zd-btn--line:hover {
    background: rgba(255, 255, 255, .04);
    border-color: var(--zd-brand-gold);
    color: var(--zd-brand-gold);
    transform: translateY(-3px);
}

.zd-btn--lg {
    padding: 18px 40px;
    font-size: 16px;
}

.zd-hero__visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: zd-fade-up 1s ease-out .5s both;
}

.zd-hero__card {
    position: relative;
    width: 100%;
    max-width: 480px;
}

.zd-hero__card-img {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(0, 0, 0, .55), 0 0 0 1px rgba(255, 255, 255, .06);
}

.zd-hero__card-img img {
    display: block;
    width: 100%;
    height: 440px;
    object-fit: cover;
    transition: transform 10s ease;
}

.zd-hero__card:hover .zd-hero__card-img img {
    transform: scale(1.06);
}

.zd-hero__card-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, .35));
    pointer-events: none;
}

.zd-hero__card-badge {
    position: absolute;
    bottom: -28px;
    left: -28px;
    width: 120px;
    height: 120px;
    background: var(--zd-brand);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 16px 48px rgba(122, 0, 0, .5), 0 0 0 5px rgba(201, 169, 97, .25);
    border: 2px solid var(--zd-brand-gold);
}

.zd-hero__card-badge-num {
    font-size: 30px;
    font-weight: 200;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1;
}

.zd-hero__card-badge-sub {
    font-size: 10px;
    color: var(--zd-brand-gold);
    letter-spacing: 2px;
    margin-top: 4px;
}

.zd-hero__accent {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 140px;
    height: 140px;
    border: 1px solid rgba(201, 169, 97, .2);
    border-radius: 4px;
    z-index: -1;
}

.zd-hero__bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 32px 0 44px;
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.zd-hero__bar-item {
    padding: 0 36px;
    text-align: center;
}

.zd-hero__bar-item:first-child {
    padding-left: 0;
}

.zd-hero__bar-item strong {
    display: block;
    font-size: 32px;
    font-weight: 200;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 8px;
}

.zd-hero__bar-item strong span {
    font-size: 18px;
    color: var(--zd-brand-gold);
    font-weight: 300;
}

.zd-hero__bar-item > span {
    font-size: 11px;
    color: rgba(255, 255, 255, .4);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.zd-hero__bar-div {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, .08);
}

.zd-hero__scroll {
    position: absolute;
    bottom: 40px;
    right: 60px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, .3);
    text-decoration: none;
    transition: color .4s ease;
}

.zd-hero__scroll:hover {
    color: var(--zd-brand-gold);
}

.zd-hero__scroll span {
    font-size: 10px;
    letter-spacing: 4px;
    font-weight: 500;
}

.zd-hero__scroll-line {
    width: 50px;
    height: 1px;
    background: currentColor;
    position: relative;
    overflow: hidden;
}

.zd-hero__scroll-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--zd-brand-gold);
    animation: zd-scroll-line 2s ease-in-out infinite;
}

@keyframes zd-scroll-line {
    0% { left: -100%; }
    50% { left: 0%; }
    100% { left: 100%; }
}

@keyframes zd-fade-up {
    from { opacity: 0; transform: translateY(36px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Inner Page Hero (news, about) */
.zd-ip-hero {
    position: relative;
    min-height: clamp(280px, 38vh, 520px);
    overflow: hidden;
    border-bottom: 1px solid rgba(16, 24, 40, .08);
}

.zd-ip-hero::before {
    content: "";
    position: fixed;
    left: 50%;
    top: 0;
    width: 100vw;
    height: clamp(280px, 38vh, 520px);
    transform: translateX(-50%) scale(1.02);
    background-image: url("../images/ennews.jpg");
    background-size: cover;
    background-position: center;
    filter: saturate(1.05) contrast(1.05);
    z-index: -2;
    pointer-events: none;
}

.zd-ip-hero--about::before {
    background-image: url("../images/enprofile.jpg");
}

.zd-ip-hero::after {
    content: "";
    position: fixed;
    left: 50%;
    top: 0;
    width: 100vw;
    height: clamp(280px, 38vh, 520px);
    transform: translateX(-50%);
    background: linear-gradient(120deg, rgba(11, 93, 59, .76), rgba(0, 0, 0, .30));
    z-index: -1;
    pointer-events: none;
}

.zd-ip-hero .in {
    position: relative;
    z-index: 1;
    padding: 120px 0 22px;
}

.zd-ip-wrap {
    width: min(1160px, calc(100vw - 32px));
    margin: 0 auto;
}

.zd-ip-k {
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .85);
}

.zd-ip-h1 {
    margin: 10px 0 0;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 900;
    color: #fff;
}

.zd-ip-sub {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .92);
    font-size: 13px;
    line-height: 1.65;
    max-width: 80ch;
}

.zd-ip-main { padding: 18px 0 56px; }

.zd-ip-card {
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(16, 24, 40, .08);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(16, 24, 40, .08);
    padding: 14px;
}

/* Theme Hero (enThemeSubDetail) */
.zd-theme-hero {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 0;
    background: linear-gradient(135deg, #7a0000 0%, #9a1a1a 100%);
    color: #fff;
    padding: 120px 40px 80px;
    text-align: center;
}

.zd-theme-hero h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: 2px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.zd-theme-hero p {
    font-size: 20px;
    opacity: 0.95;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

/* ============================================================
   7. TRUST BADGES
   ============================================================ */
.zd-trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    padding: 16px;
    background: rgba(255, 255, 255, .08);
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.zd-badge {
    display: flex;
    gap: 10px;
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
    padding: 10px 12px;
}

.zd-badge i {
    font-size: 18px;
    color: #fff;
    opacity: .95;
}

.zd-badge__num {
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}

.zd-badge__lbl {
    font-size: 12px;
    opacity: .95;
    line-height: 1.25;
}

/* Trust Badges 2 (enindex) */
.zd-trust2 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.zd-badge2 {
    display: flex;
    gap: 10px;
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
    padding: 10px 12px;
    color: #fff;
}

.zd-badge2 i { font-size: 18px; opacity: .95; }

.zd-badge2 b {
    display: block;
    font-size: 18px;
    line-height: 1;
}

.zd-badge2 span {
    display: block;
    font-size: 12px;
    opacity: .92;
    line-height: 1.25;
}

/* ============================================================
   8. CARDS & PANELS
   ============================================================ */
.zd-section-title {
    font-size: 28px;
    font-weight: 900;
    color: var(--zd-ink);
    margin: 0 0 6px;
}

.zd-section-sub {
    color: var(--zd-muted);
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.5;
}

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

.zd-card {
    background: var(--zd-card);
    border: 1px solid rgba(16, 24, 40, .08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(16, 24, 40, .10);
    display: flex;
    flex-direction: column;
    min-height: 260px;
}

.zd-card__img {
    height: 120px;
    background: linear-gradient(135deg, rgba(11, 93, 59, .22), rgba(255, 122, 24, .18));
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(16, 24, 40, .55);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.zd-card__body {
    padding: 14px 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.zd-card__h {
    margin: 0;
    font-size: 16px;
    font-weight: 900;
    color: var(--zd-ink);
}

.zd-card__p {
    margin: 0;
    color: var(--zd-muted);
    font-size: 13px;
    line-height: 1.55;
    flex: 1;
}

.zd-card__a { align-self: flex-start; }

/* Panel */
.zd-panel {
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(16, 24, 40, .08);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(16, 24, 40, .10);
    padding: 16px;
}

.zd-panel h3 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 900;
    color: #101828;
}

.zd-panel p {
    margin: 0;
    color: #475467;
    font-size: 13px;
    line-height: 1.6;
}

/* News Item Card */
.zd-newsItem {
    background: transparent;
    border: 1px solid rgba(16, 24, 40, .08);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(16, 24, 40, .08);
}

.zd-newsItem .list-item { margin: 0; border: 0; }
.zd-newsItem img { border-radius: 12px; }

.article-list a {
    display: block;
    color: inherit;
}

.article-list a:hover { color: inherit; }

/* ============================================================
   9. SECTION HEADERS & SHARED
   ============================================================ */
.zd-sec__header {
    text-align: center;
    margin-bottom: 60px;
}

.zd-sec__tag {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 4px;
    color: var(--zd-brand-gold);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 6px 16px;
    border: 1px solid rgba(201, 169, 97, .25);
    border-radius: 2px;
}

.zd-sec__tag--light {
    color: var(--zd-brand-gold);
    border-color: rgba(201, 169, 97, .3);
}

.zd-sec__title {
    margin: 0 0 16px;
    font-size: 40px;
    font-weight: 200;
    letter-spacing: 3px;
    color: var(--zd-ink);
    line-height: 1.3;
}

.zd-sec__title-accent {
    color: var(--zd-brand-gold);
    font-weight: 300;
}

.zd-sec__title--light {
    color: #fff;
}

.zd-sec__sub {
    margin: 0 auto;
    color: var(--zd-muted);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 300;
    max-width: 560px;
}

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

.zd-feat {
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(16, 24, 40, .08);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(16, 24, 40, .08);
}

.zd-feat__img {
    height: 150px;
    background: #f2f4f7;
    overflow: hidden;
}

.zd-feat__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.zd-feat__bd { padding: 14px; }

.zd-feat h4 {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 900;
    color: #101828;
}

.zd-feat p {
    margin: 0;
    color: #475467;
    font-size: 13px;
    line-height: 1.55;
}

/* ============================================================
   10. LAYOUT GRIDS
   ============================================================ */
.zd-grid2 {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 22px;
    align-items: center;
}

.zd-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    align-items: start;
    margin-top: 14px;
}

/* ============================================================
   11. BANNER & CTA BAND
   ============================================================ */
.zd-banner {
    margin-top: 14px;
    border-radius: 18px;
    border: 1px solid rgba(16, 24, 40, .08);
    background:
        linear-gradient(120deg, rgba(11, 93, 59, .10), rgba(255, 122, 24, .10)),
        rgba(255, 255, 255, .92);
    box-shadow: 0 12px 30px rgba(16, 24, 40, .10);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.zd-banner__t {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    color: var(--zd-ink);
}

.zd-banner__d {
    margin: 0;
    color: var(--zd-muted);
    font-size: 13px;
    line-height: 1.55;
    max-width: 720px;
}

.zd-ctaBand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.zd-ctaBand .t {
    font-size: 18px;
    font-weight: 900;
    color: #101828;
    margin: 0;
}

.zd-ctaBand .d {
    font-size: 13px;
    color: #475467;
    margin: 0;
    max-width: 70ch;
}

/* ============================================================
   12. STEPS (HOW IT WORKS)
   ============================================================ */
.zd-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.zd-step {
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(16, 24, 40, .08);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(16, 24, 40, .08);
    padding: 14px;
    position: relative;
    overflow: hidden;
}

.zd-step::before {
    content: "";
    position: absolute;
    inset: -40px -40px auto auto;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 122, 24, .18), transparent 60%);
    transform: rotate(12deg);
}

.zd-step .n {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(11, 93, 59, .10);
    border: 1px solid rgba(11, 93, 59, .18);
    font-weight: 900;
    color: #7a0000;
}

.zd-step h4 {
    margin: 10px 0 6px;
    font-size: 14px;
    font-weight: 900;
    color: #101828;
}

.zd-step p {
    margin: 0;
    color: #475467;
    font-size: 13px;
    line-height: 1.55;
}

/* ============================================================
   13. VIDEO SECTION
   ============================================================ */
.zd-video {
    margin-top: 12px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(16, 24, 40, .08);
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 12px 30px rgba(16, 24, 40, .10);
}

.zd-video__box {
    height: 220px;
    background: linear-gradient(135deg, rgba(16, 24, 40, .08), rgba(16, 24, 40, .02));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    color: rgba(16, 24, 40, .65);
    padding: 16px;
    text-align: center;
}

.zd-video__box i { font-size: 30px; color: rgba(11, 93, 59, .85); }

.zd-video__cap {
    padding: 10px 14px;
    color: var(--zd-muted);
    font-size: 12px;
    border-top: 1px solid rgba(16, 24, 40, .08);
}

.zd-videoFrame {
    margin-top: 12px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(16, 24, 40, .08);
    box-shadow: 0 12px 30px rgba(16, 24, 40, .10);
    background: #7a0000;
    position: relative;
}

.zd-videoFrame::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.zd-videoFrame__bg {
    position: absolute;
    inset: 0;
    background-image: url("../images/company.jpg");
    background-size: cover;
    background-position: center;
    filter: contrast(1.05) saturate(1.05);
}

.zd-videoFrame__mask {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(11, 93, 59, .75), rgba(0, 0, 0, .35));
}

.zd-videoFrame__cta {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    color: #fff;
    text-align: center;
    padding: 16px;
}

.zd-videoFrame__cta .t { font-size: 18px; font-weight: 900; }

.zd-videoFrame__cta .d {
    font-size: 13px;
    opacity: .92;
    max-width: 64ch;
    line-height: 1.55;
}

.zd-videoFrame__cta .play {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .35);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
}

.zd-videoFrame__cta .play i { font-size: 22px; }

/* ============================================================
   13b. VIDEO PLAYER (real HTML5 video)
   ============================================================ */
.zd-videoPlayer {
    margin-top: 12px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(11, 93, 59, .10);
    box-shadow: 0 12px 30px rgba(11, 93, 59, .12);
    background: #000;
}
.zd-videoPlayer video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 620px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .zd-videoPlayer { border-radius: 12px; }
}

/* ============================================================
   14. FAQ SECTION
   ============================================================ */
.zd-faq { margin-top: 14px; }

.zd-faq details {
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(16, 24, 40, .08);
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: 0 10px 24px rgba(16, 24, 40, .06);
}

.zd-faq details + details { margin-top: 10px; }

.zd-faq summary {
    cursor: pointer;
    font-weight: 900;
    color: #101828;
}

.zd-faq .a {
    margin-top: 8px;
    color: #475467;
    font-size: 13px;
    line-height: 1.65;
}

/* ============================================================
   15. LOGOS & PARTNERS
   ============================================================ */
.zd-logos {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
}

.zd-logos img {
    height: 34px;
    width: auto;
    opacity: .72;
    filter: grayscale(1);
    transition: opacity .15s ease, filter .15s ease;
}

.zd-logos img:hover {
    opacity: 1;
    filter: grayscale(0);
}

.zd-miniTitle {
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #667085;
    margin: 0;
    text-align: center;
}

/* ============================================================
   16. SCROLL HINT BUTTON
   ============================================================ */
.zd-scrollHint { margin-top: 22px; }

.zd-scrollBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .32);
    color: #fff;
    font-weight: 900;
    letter-spacing: .10em;
    text-transform: uppercase;
    font-size: 12px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
    backdrop-filter: blur(10px) saturate(1.1);
    transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.zd-scrollBtn:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, .18);
    border-color: rgba(255, 255, 255, .45);
    color: #fff;
}

.zd-scrollBtn i { opacity: .95; }

@keyframes zd-bob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(4px); }
}

.zd-scrollBtn .zd-bob {
    animation: zd-bob 1.35s ease-in-out infinite;
}

/* ============================================================
   17. MODAL (SAMPLES FORM)
   ============================================================ */
.zd-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100000;
}

.zd-modal.is-open { display: block; }

.zd-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(16, 24, 40, .55);
}

.zd-modal__panel {
    position: relative;
    z-index: 1;
    width: min(560px, calc(100vw - 26px));
    margin: 8vh auto 0;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
    overflow: hidden;
}

.zd-modal__hd {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(16, 24, 40, .08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.zd-modal__hd h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 900;
    color: var(--zd-ink);
}

.zd-modal__close {
    background: transparent;
    border: 0;
    font-size: 20px;
    line-height: 1;
    color: #667085;
    padding: 6px 8px;
}

.zd-modal__bd { padding: 14px 16px; }

.zd-form .row {
    margin-left: -8px;
    margin-right: -8px;
}

.zd-form [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.zd-form label {
    display: block;
    font-size: 12px;
    color: #344054;
    margin: 0 0 6px;
}

.zd-form input,
.zd-form textarea {
    width: 100%;
    border: 1px solid rgba(16, 24, 40, .14);
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 14px;
}

.zd-form textarea {
    min-height: 96px;
    resize: vertical;
}

.zd-form .help {
    font-size: 12px;
    color: #667085;
    margin-top: 8px;
    line-height: 1.45;
}

.zd-form .actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 12px;
    flex-wrap: wrap;
}

/* ============================================================
   18. FLOATING WHATSAPP
   ============================================================ */
.zd-wa {
    position: fixed;
    right: 18px;
    bottom: 88px;
    z-index: 100001;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25D366;
    color: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .28);
}

.zd-wa:hover {
    color: #fff;
    transform: translateY(-1px);
}

.zd-wa i { font-size: 26px; }

.zd-wa__tip {
    position: fixed;
    right: 84px;
    bottom: 100px;
    z-index: 100001;
    background: rgba(16, 24, 40, .88);
    color: #fff;
    padding: 8px 10px;
    border-radius: 12px;
    font-size: 12px;
    display: none;
}

.zd-wa:hover + .zd-wa__tip { display: block; }

/* ============================================================
   19. ARTICLE DETAIL STYLES
   ============================================================ */
.zd-article-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(16, 24, 40, .18);
}

.zd-article-title h3 {
    margin: 0;
    font-weight: 900;
    line-height: 1.25;
}

.zd-article-meta {
    margin-top: 10px;
    color: #667085;
    font-size: 12px;
}

.article-links .btn {
    padding-left: 0;
    padding-right: 0;
}

/* ============================================================
   20. PRODUCT PAGE STYLES
   ============================================================ */
@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

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

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

.zd-product-banner {
    position: relative;
    z-index: 0;
    width: 100%;
    margin-top: -100px;
    padding-top: 100px;
    min-height: clamp(280px, 38vh, 520px);
    overflow: hidden;
    background: linear-gradient(-45deg, #5a0000, #7a0000, #9a1a1a, #8a0a0a, #b83030);
    background-size: 400% 400%;
    animation: gradientShift 15s ease infinite;
}

.zd-product-banner::before {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 40%);
}

.zd-product-banner-bg {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background: url('../assets/img/page_bg3.jpg') center/cover no-repeat;
    transform: scale(1.05);
    transition: transform 8s ease;
}




.zd-product-banner-content {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    animation: fadeInUp 0.8s ease-out;
}

.zd-product-banner-text { flex: 1; color: #fff; }

.zd-product-banner-title {
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: 2px;
    line-height: 1.1;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #ffffff 0%, #e0f7fa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.zd-product-banner-desc {
    font-size: 20px;
    line-height: 1.7;
    opacity: 0.95;
    max-width: 650px;
    margin-bottom: 32px;
    font-weight: 300;
}

.zd-product-banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 40px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    color: #7a0000;
    border-radius: 50px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    border: 2px solid transparent;
}

.zd-product-banner-btn:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
    background: #fff;
    border-color: rgba(16, 185, 129, 0.3);
}

.zd-product-banner-btn i { transition: transform 0.3s; }
.zd-product-banner-btn:hover i { transform: rotate(360deg); }

.zd-product-banner-stats { display: flex; gap: 50px; }

.zd-product-banner-stat {
    text-align: center;
    color: #fff;
    padding: 24px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s;
    min-width: 120px;
}

.zd-product-banner-stat:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.zd-product-banner-stat-num {
    font-size: 52px;
    font-weight: 900;
    margin-bottom: 10px;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #ffffff 0%, #fca5a5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.zd-product-banner-stat-label {
    font-size: 14px;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

/* Theme Main */
.zd-theme-main {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px 80px;
    position: relative;
    z-index: 1;
}

.zd-theme-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
    padding: 24px 28px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fffe 100%);
    border-radius: 16px;
    border: 1px solid rgba(16, 185, 129, 0.15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.zd-theme-nav-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #fff;
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    text-decoration: none;
    color: #495057;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.zd-theme-nav-item:hover {
    border-color: #9a1a1a;
    color: #7a0000;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(16, 185, 129, 0.2);
}

.zd-theme-nav-item.active {
    background: linear-gradient(135deg, #7a0000, #9a1a1a);
    border-color: #7a0000;
    color: #fff;
    box-shadow: 0 6px 20px rgba(11, 93, 59, 0.3);
}

.zd-theme-nav-item i { font-size: 14px; }

/* Theme Grid */
.zd-theme-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.zd-theme-card {
    position: relative;
    height: 380px;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: block;
    cursor: pointer;
}

.zd-theme-card-banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.zd-theme-card-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.zd-theme-card:hover .zd-theme-card-banner img { transform: scale(1.08); }

.zd-theme-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    transition: background 0.4s;
    z-index: 1;
}

.zd-theme-card:hover .zd-theme-card-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.zd-theme-card-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    width: 90%;
}

.zd-theme-card-icon {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    margin: 0 auto 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s;
}

.zd-theme-card:hover .zd-theme-card-icon {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.3);
}

.zd-theme-card-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}

.zd-theme-card-sub {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 16px;
}

.zd-theme-card-count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s;
}

.zd-theme-card:hover .zd-theme-card-count {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.zd-theme-card-count i { color: #fff; }

/* Theme Sub Section */
.zd-theme-sub-section {
    margin-top: 50px;
    padding: 32px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fffe 100%);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(16, 185, 129, 0.1);
}

.zd-theme-sub-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.zd-theme-sub-title i { color: #9a1a1a; font-size: 20px; }

.zd-theme-sub-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.zd-theme-sub-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #f5f5f5;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.zd-theme-sub-item:hover,
.zd-theme-sub-item.active {
    background: linear-gradient(135deg, #7a0000 0%, #9a1a1a 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.zd-theme-sub-item i { font-size: 13px; }

/* Product Section */
.zd-product-section {
    margin-top: 50px;
    padding: 32px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fffe 100%);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(16, 185, 129, 0.1);
}

.zd-product-section-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f0f0f0;
}

.zd-product-section-title i { color: #9a1a1a; font-size: 24px; }

.zd-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.zd-product-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    color: inherit;
    display: block;
    border: 2px solid transparent;
    position: relative;
}

.zd-product-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #7a0000 0%, #9a1a1a 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s;
}

.zd-product-card:hover::after { transform: scaleX(1); }

.zd-product-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 32px rgba(16, 185, 129, 0.2);
    border-color: rgba(16, 185, 129, 0.3);
}

.zd-product-img-wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.zd-product-img-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.05) 100%);
    z-index: 1;
    pointer-events: none;
}

.zd-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.zd-product-card:hover .zd-product-img { transform: scale(1.1); }

.zd-product-body { padding: 16px; }

.zd-product-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.3s;
}

.zd-product-card:hover .zd-product-title { color: #7a0000; }

.zd-product-info {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.zd-product-info span {
    font-size: 12px;
    color: #666;
    background: linear-gradient(135deg, #f5f5f5 0%, #fafafa 100%);
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
    transition: all 0.3s;
}

.zd-product-card:hover .zd-product-info span {
    background: linear-gradient(135deg, #fdf2f2 0%, #fde8e8 100%);
    border-color: rgba(16, 185, 129, 0.3);
    color: #7a0000;
}

/* Pager */
.zd-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
    flex-wrap: wrap;
    padding: 24px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fffe 100%);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.zd-pager-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}

.zd-pager-btn:hover {
    border-color: #9a1a1a;
    color: #7a0000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
}

.zd-pager-active {
    background: linear-gradient(135deg, #7a0000 0%, #9a1a1a 100%);
    border-color: #9a1a1a;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.zd-pager-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.zd-pager-info {
    font-size: 14px;
    color: #666;
    margin: 0 12px;
    font-weight: 500;
}

.zd-pager-info b { color: #7a0000; font-weight: 700; }

.zd-empty-state {
    text-align: center;
    padding: 80px 20px;
    color: #999;
    grid-column: 1 / -1;
    background: linear-gradient(135deg, #ffffff 0%, #f8fffe 100%);
    border-radius: 16px;
    border: 2px dashed #e0e0e0;
}

.zd-empty-state i {
    font-size: 64px;
    margin-bottom: 20px;
    display: block;
    opacity: 0.3;
    color: #9a1a1a;
}

.zd-empty-state p {
    font-size: 18px;
    margin: 0;
    color: #999;
    font-weight: 500;
}

/* ============================================================
   21. THEME DETAIL PAGE STYLES
   ============================================================ */
.theme-detail-page {
    max-width: 1400px;
    padding: 60px 40px;
    margin: 0 auto;
}

.theme-sub-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 60px;
    padding: 28px 32px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 16px;
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.theme-sub-nav-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: #fff;
    border: 2px solid #dee2e6;
    border-radius: 12px;
    text-decoration: none;
    color: #495057;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.theme-sub-nav-item:hover,
.theme-sub-nav-item.active {
    background: linear-gradient(135deg, #7a0000, #9a1a1a);
    border-color: #7a0000;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(11, 93, 59, 0.3);
}

.theme-sub-nav-item i { font-size: 16px; }

.theme-detail-hero {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 64px;
    margin-bottom: 80px;
    align-items: stretch;
}

.theme-banner-slider {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 700px;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f5f5 0%, #e9ecef 100%);
    border-radius: 20px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
}

.theme-banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.theme-banner-slide.active { opacity: 1; }

.theme-banner-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.theme-banner-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.95);
    color: #7a0000;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.theme-banner-nav:hover {
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    transform: translateY(-50%) scale(1.15);
}

.theme-banner-nav.left { left: 24px; }
.theme-banner-nav.right { right: 24px; }

.theme-banner-dots {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.theme-banner-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.theme-banner-dot.active {
    background: #fff;
    width: 36px;
    border-radius: 6px;
}

.theme-no-banner {
    height: 100%;
    background: linear-gradient(135deg, #7a0000 0%, #9a1a1a 50%, #8a0a0a 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.theme-no-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

.theme-no-banner i {
    font-size: 80px;
    margin-bottom: 24px;
    opacity: 0.95;
    position: relative;
    z-index: 1;
}

.theme-no-banner .theme-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.theme-no-banner .theme-subtitle {
    font-size: 18px;
    opacity: 0.9;
    position: relative;
    z-index: 1;
}

.theme-hero-info {
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding-top: 12px;
}

.theme-hero-title {
    font-size: 42px;
    font-weight: 800;
    color: #7a0000;
    margin-bottom: 12px;
    letter-spacing: 1px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.theme-hero-subtitle {
    font-size: 18px;
    color: #6b7280;
    margin-bottom: 24px;
    font-weight: 400;
}

.theme-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 32px;
}

.theme-hero-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
}

.theme-hero-meta-item i { color: #9a1a1a; }

.theme-hero-section {
    margin-bottom: 32px;
    padding: 24px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 16px;
    border: 1px solid #e9ecef;
}

.theme-hero-section-title {
    font-size: 18px;
    font-weight: 700;
    color: #7a0000;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.theme-hero-section-title i { color: #9a1a1a; font-size: 20px; }

.theme-fabric-showcase {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.theme-fabric-showcase-item {
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: relative;
}

.theme-fabric-showcase-item:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.theme-fabric-showcase-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.theme-hero-section-content {
    font-size: 15px;
    line-height: 1.8;
    color: #4b5563;
}

.theme-hero-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.theme-hero-keyword-tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    background: linear-gradient(135deg, #fdf2f2 0%, #fde8e8 100%);
    color: #7a0000;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid rgba(16, 185, 129, 0.2);
    transition: all 0.3s;
}

.theme-hero-keyword-tag:hover {
    background: linear-gradient(135deg, #7a0000 0%, #9a1a1a 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

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

.theme-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #7a0000 0%, #9a1a1a 100%);
    color: #fff;
    border-radius: 12px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 16px rgba(11, 93, 59, 0.3);
    border: none;
    cursor: pointer;
}

.theme-hero-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(11, 93, 59, 0.4);
    color: #fff;
}

.theme-hero-btn-outline {
    background: transparent;
    color: #7a0000;
    border: 2px solid #7a0000;
    box-shadow: none;
}

.theme-hero-btn-outline:hover {
    background: linear-gradient(135deg, #7a0000 0%, #9a1a1a 100%);
    color: #fff;
    border-color: transparent;
}

.theme-description-section {
    margin-top: 60px;
    padding: 40px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fffe 100%);
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(16, 185, 129, 0.1);
}

.theme-description-title {
    font-size: 24px;
    font-weight: 700;
    color: #7a0000;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(16, 185, 129, 0.2);
}

.theme-description-title i { color: #9a1a1a; font-size: 24px; }

.theme-description-content {
    font-size: 16px;
    line-height: 1.9;
    color: #4b5563;
}

/* ============================================================
   22. LIGHTBOX
   ============================================================ */
.zd-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.92);
    z-index: 99999;
    justify-content: center;
    align-items: center;
    cursor: zoom-out;
}

.zd-lightbox img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.zd-lightbox-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    z-index: 10;
}

.zd-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.1);
}

/* ============================================================
   23. FOOTER
   ============================================================ */
.zd-footer {
    background: linear-gradient(135deg, #3a0000 0%, #7a0000 50%, #4a0000 100%);
    color: rgba(255,255,255,.85);
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}
.zd-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #9a1a1a, #7a0000, #9a1a1a);
    pointer-events: none;
}
.zd-footer__wrap {
    width: min(1200px, calc(100vw - 32px));
    margin: 0 auto;
    padding: 60px 0 0;
}
.zd-footer__top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}
.zd-footer__logo {
    max-width: 180px;
    height: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}
.zd-footer__desc {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,.7);
    margin-bottom: 24px;
}
.zd-footer__social {
    display: flex;
    gap: 12px;
}
.zd-footer__social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all .3s ease;
    text-decoration: none;
}
.zd-footer__social a:hover {
    background: #9a1a1a;
    transform: translateY(-3px);
}
.zd-footer__col h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #9a1a1a;
    display: inline-block;
}
.zd-footer__col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.zd-footer__col ul li {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.6;
}
.zd-footer__col ul li a {
    color: rgba(255,255,255,.75);
    text-decoration: none;
    transition: all .25s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.zd-footer__col ul li a:hover {
    color: #9a1a1a;
    transform: translateX(4px);
}
.zd-footer__contact ul li i {
    width: 18px;
    color: #9a1a1a;
    margin-right: 8px;
}
.zd-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    font-size: 13px;
    color: rgba(255,255,255,.5);
}
.zd-footer__bottom a {
    color: rgba(255,255,255,.6);
    text-decoration: none;
    transition: color .25s ease;
}
.zd-footer__bottom a:hover {
    color: #9a1a1a;
}
@media (max-width: 1024px) {
    .zd-footer__top {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }
}

/* ============================================================
   24. MOBILE BOTTOM NAVIGATION
   ============================================================ */
.global-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    border-top: 1px solid rgba(16, 24, 40, .08);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, .08);
}

.global-nav__nav-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 56px;
}

.global-nav__nav-item { flex: 1; text-align: center; }

.global-nav__nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 56px;
    color: #667085;
    text-decoration: none;
    font-size: 10px;
    transition: color .15s ease;
}

.global-nav__nav-link.active { color: #7a0000; }

.global-nav__nav-link i {
    font-size: 20px;
    margin-bottom: 2px;
}

.global-nav__nav-tit {
    font-size: 10px;
    line-height: 1;
}

.global-nav__nav-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: linear-gradient(135deg, #7a0000, #9a1a1a);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

/* ============================================================
   25. SWIPER PAGINATION
   ============================================================ */
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

/* ============================================================
   26. ABOUT PAGE STYLES
   ============================================================ */
.ibox-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 10px;
}

.zd header, .zd main, .zd section, .zd .image-text {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.zd ul { margin: 0; padding: 0; }
.zd ul li { list-style: none; }

/* ============================================================
   27. PAGINATION
   ============================================================ */
.pages {
    clear: both;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
}

.pages a, .pages span {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 3px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    transition: all .2s;
}

.pages a:hover {
    background: #7a0000;
    color: #fff;
    border-color: #7a0000;
}

.pages span {
    background: #7a0000;
    color: #fff;
    border-color: #7a0000;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #7a0000;
    border-color: #7a0000;
}

/* ============================================================
   28. RESPONSIVE HELPERS
   ============================================================ */
.mshow { display: none; }
.pcshow { display: block; }

.pc_box { display: block; }
.mobile_box { display: none; }

/* ============================================================
   29. RESPONSIVE DESIGN
   ============================================================ */

/* Tablet & Small Desktop */
@media (max-width: 1024px) {
    .zd-theme-grid { grid-template-columns: repeat(2, 1fr); }
    .zd-product-grid { grid-template-columns: repeat(2, 1fr); }
    .zd-product-banner-content { padding: 60px 40px; }
    .zd-product-banner-title { font-size: 42px; }
    .zd-product-banner-stats { gap: 30px; }
    .zd-product-banner-stat-num { font-size: 40px; }
    .theme-detail-hero { grid-template-columns: 1fr; gap: 40px; }
    .theme-banner-slider { min-height: 500px; }
    .theme-fabric-showcase { grid-template-columns: repeat(3, 1fr); }
    .zd-footer__top { grid-template-columns: 1fr 1fr; }
    .zd-feats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .zd-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .zd-grid2 { grid-template-columns: 1fr; }
    .zd-trust2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .zd-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .zd-hero__title { font-size: 34px; }
}

/* Mobile */
@media (max-width: 768px) {
    .m-head { height: 50px !important; }
    .m-head .inner { height: 60px; }
    .m-head .logo { width: 100%; padding-top: 6px;margin-left: 0; }
    .m-head .logo a { height: 60px; padding: 6px 12px; border-radius: 4px; }
    .logo-cn { font-size: 20px; letter-spacing: 2px; }
    .logo-en { font-size: 8px; gap: 6px; }
    .logo-line { width: 14px; }
    .m-head .nav { display: none; }
    .m-head.scrolled .other { display: none; }
    .m-head .other { right: 10px; top: 14px; }
    .m-head .other a { font-size: 13px; height: 30px; line-height: 30px; }

    .mshow { display: block; }
    .pcshow { display: none; }
    .pc_box { display: none; }
    .mobile_box { display: block; }

    .global-nav { display: block; }

    .zd-btn { font-size: 14px; padding: 10px 16px; }
    .zd-grid2 { grid-template-columns: 1fr; gap: 16px; }
    .zd-trust2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .zd-feats { grid-template-columns: 1fr; }
    .zd-cards { grid-template-columns: 1fr; }
    .zd-split { grid-template-columns: 1fr; }
    .zd-steps { grid-template-columns: 1fr; }
    .zd-sec { padding: 34px 0; }
    .zd-anchor { scroll-margin-top: 80px; }
    .zd-footer { display: none; }
    .zd-wa { bottom: 80px; right: 12px; width: 46px; height: 46px; }
    .zd-wa i { font-size: 22px; }
    .zd-wa__tip { bottom: 92px; right: 70px; }

    .zd-ip-hero { min-height: clamp(200px, 30vh, 360px); }
    .zd-ip-hero::before,
    .zd-ip-hero::after { height: clamp(200px, 30vh, 360px); }
    .zd-ip-hero .in { padding: 80px 0 16px; }
    .zd-ip-h1 { font-size: 24px; }

    .zd-product-banner { margin-top: -60px; padding-top: 60px; min-height: auto; }
    .zd-product-banner-content { flex-direction: column; padding: 40px 20px; text-align: center; }
    .zd-product-banner-title { font-size: 32px; }
    .zd-product-banner-desc { font-size: 16px; max-width: 100%; }
    .zd-product-banner-stats { gap: 16px; justify-content: center; flex-wrap: wrap; }
    .zd-product-banner-stat { min-width: 90px; padding: 16px; }
    .zd-product-banner-stat-num { font-size: 32px; }
    .zd-theme-main { padding: 0 16px 40px; }
    .zd-theme-nav { padding: 16px; gap: 8px; }
    .zd-theme-nav-item { padding: 10px 16px; font-size: 13px; }
    .zd-theme-grid { grid-template-columns: 1fr; gap: 16px; }
    .zd-theme-card { height: 280px; }
    .zd-product-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .zd-product-img-wrap { height: 160px; }

    .theme-detail-page { padding: 40px 16px; }
    .theme-sub-nav { padding: 16px; gap: 10px; margin-bottom: 40px; }
    .theme-sub-nav-item { padding: 10px 16px; font-size: 13px; }
    .theme-detail-hero { grid-template-columns: 1fr; gap: 32px; margin-bottom: 40px; }
    .theme-banner-slider { min-height: 400px; }
    .theme-hero-title { font-size: 28px; }
    .theme-fabric-showcase { grid-template-columns: repeat(2, 1fr); }
    .theme-description-section { padding: 24px; margin-top: 40px; }
    .zd-theme-hero { padding: 80px 20px 40px; }
    .zd-theme-hero h1 { font-size: 32px; }
    .zd-theme-hero p { font-size: 16px; }

    .w1500 { width: 94%; }
    .blank100 { height: 40px; line-height: 40px; }


    .zd-hero__badge {
   
    margin: 50px auto;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .zd-product-grid { grid-template-columns: 1fr; }
    .zd-product-banner-stat-num { font-size: 28px; }
    .zd-product-banner-stat { min-width: 80px; padding: 12px; }
    .zd-product-banner-stat-label { font-size: 11px; letter-spacing: 1px; }
    .theme-fabric-showcase { grid-template-columns: repeat(2, 1fr); }
    .theme-banner-slider { min-height: 300px; }
    .theme-banner-nav { width: 40px; height: 40px; font-size: 16px; }
    .theme-banner-nav.left { left: 12px; }
    .theme-banner-nav.right { right: 12px; }
    .zd-hero__title { font-size: 24px; }
    .zd-hero__inner { padding: 24px 20px 18px; }
    .zd-hero__sub { font-size: 14px; }
    .zd-hero__cta { flex-direction: column; }
    .zd-ctaBand { flex-direction: column; align-items: flex-start; }
    .zd-banner { flex-direction: column; align-items: flex-start; }
    .zd-videoFrame__cta .t { font-size: 15px; }
    .zd-videoFrame__cta .play { width: 48px; height: 48px; }
    .zd-videoFrame__cta .play i { font-size: 18px; }
}

/* ============================================================
   30. PAGE HERO (About / News / Detail)
   Green theme — unified with enproduct.asp banner
   ============================================================ */
.zd-page-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    padding: 140px 40px 80px;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(-45deg, #5a0000, #7a0000, #9a1a1a, #8a0a0a, #b83030);
    background-size: 400% 400%;
    animation: gradientShift 15s ease infinite;
}
.zd-page-hero__bg {
    position: absolute;
    inset: 0;
    background: url('../images/company.jpg') center/cover no-repeat;
    opacity: .12;
    transform: scale(1.05);
    transition: transform 8s ease;
}
.zd-page-hero:hover .zd-page-hero__bg { transform: scale(1); }
.zd-page-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(11,93,59,0) 0%,
        rgba(11,93,59,.45) 60%,
        rgba(11,93,59,.85) 100%);
}
.zd-page-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 800px;
    animation: zdFadeUp .8s ease;
}
.zd-page-hero__kicker {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255,255,255,.9);
    margin-bottom: 20px;
    padding: 6px 18px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 2px;
}
.zd-page-hero__title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -.5px;
    text-shadow: 0 4px 12px rgba(0,0,0,.3);
}
.zd-page-hero__sub {
    font-size: 17px;
    color: rgba(255,255,255,.75);
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}
.zd-page-hero__meta {
    margin-top: 16px;
    font-size: 14px;
    color: rgba(255,255,255,.6);
}
.zd-page-hero__meta span { margin: 0 12px; }
.zd-page-hero__meta i { margin-right: 4px; }

/* ============================================================
   31. BREADCRUMB
   ============================================================ */
.zd-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    font-size: 13px;
    color: #999;
}
.zd-breadcrumb li { display: flex; align-items: center; }
.zd-breadcrumb li::after {
    content: '/';
    margin: 0 10px;
    color: #ccc;
}
.zd-breadcrumb li:last-child::after { display: none; }
.zd-breadcrumb a {
    color: #666;
    text-decoration: none;
    transition: color .2s;
}
.zd-breadcrumb a:hover { color: #9a1a1a; }
.zd-breadcrumb a i { margin-right: 4px; font-size: 12px; }
.zd-breadcrumb .active { color: #333; font-weight: 500; }

/* ============================================================
   32. CONTENT WRAP
   ============================================================ */
.zd-content-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 32px 80px;
}

/* ============================================================
   33. ABOUT PAGE LAYOUT
   ============================================================ */
.zd-about-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
    align-items: start;
}
.zd-about-main { min-width: 0; }
.zd-about-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,.04), 0 8px 30px rgba(0,0,0,.06);
    overflow: hidden;
}
.zd-about-card__hd {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 28px 36px 0;
}
.zd-about-card__hd h2 {
    font-size: 22px;
    font-weight: 700;
    color: #7a0000;
    margin: 0;
}
.zd-about-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, #7a0000, #9a1a1a);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}
.zd-about-card__bd { padding: 28px 36px 40px; }

/* ============================================================
   34. SIDE CARDS (About / News Sidebar)
   ============================================================ */
.zd-about-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 120px;
}
.zd-side-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px 24px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,.04), 0 6px 20px rgba(0,0,0,.05);
    transition: transform .3s ease, box-shadow .3s ease;
}
.zd-side-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,.08), 0 12px 36px rgba(0,0,0,.08);
}
.zd-side-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(16,185,129,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    color: #9a1a1a;
    font-size: 20px;
}
.zd-side-card h3 {
    font-size: 13px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 8px;
}
.zd-side-card__num {
    font-size: 40px;
    font-weight: 800;
    color: #7a0000;
    line-height: 1;
    margin-bottom: 8px;
    font-family: 'Georgia', serif;
}
.zd-side-card__desc {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
    margin: 0;
}
.zd-side-card--cta {
    background: linear-gradient(135deg, #7a0000, #8a0a0a);
    color: #fff;
    text-align: center;
}
.zd-side-card--cta h3 {
    color: #fff;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 8px;
}
.zd-side-card--cta p {
    color: rgba(255,255,255,.75);
    font-size: 13px;
    margin-bottom: 18px;
}
.zd-side-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #7a0000;
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all .25s;
}
.zd-side-btn:hover {
    background: #e6f7ee;
    color: #7a0000;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(16,185,129,.35);
}

/* ============================================================
   35. PROSE (Rich Text Content)
   ============================================================ */
.zd-prose {
    font-size: 15px;
    line-height: 1.85;
    color: #444;
}
.zd-prose h2 { font-size: 24px; font-weight: 700; color: #7a0000; margin: 36px 0 16px; }
.zd-prose h3 { font-size: 20px; font-weight: 600; color: #7a0000; margin: 28px 0 12px; }
.zd-prose h4 { font-size: 17px; font-weight: 600; color: #333; margin: 24px 0 10px; }
.zd-prose p { margin-bottom: 18px; }
.zd-prose img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}
.zd-prose ul, .zd-prose ol { padding-left: 24px; margin-bottom: 18px; }
.zd-prose li { margin-bottom: 6px; }
.zd-prose table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
}
.zd-prose table th {
    background: #7a0000;
    color: #fff;
    padding: 10px 14px;
    text-align: left;
    font-weight: 600;
}
.zd-prose table td {
    padding: 10px 14px;
    border-bottom: 1px solid #eee;
}
.zd-prose table tr:nth-child(even) td { background: #f8fffe; }
.zd-prose blockquote {
    border-left: 3px solid #9a1a1a;
    padding: 16px 24px;
    margin: 24px 0;
    background: #f8fffe;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #666;
}
.zd-prose a { color: #9a1a1a; text-decoration: underline; }
.zd-prose strong { color: #7a0000; }

/* ============================================================
   36. NEWS GRID
   ============================================================ */
.zd-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.zd-news-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,.04), 0 6px 20px rgba(0,0,0,.05);
    transition: transform .35s ease, box-shadow .35s ease;
}
.zd-news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 30px rgba(16,185,129,.15);
}
.zd-news-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.zd-news-card__link:hover { text-decoration: none; color: inherit; }
.zd-news-card__img {
    position: relative;
    height: 200px;
    overflow: hidden;
}
.zd-news-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.zd-news-card:hover .zd-news-card__img img { transform: scale(1.06); }
.zd-news-card__date {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(11,93,59,.88);
    backdrop-filter: blur(6px);
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    text-align: center;
    line-height: 1.2;
}
.zd-news-card__day {
    display: block;
    font-size: 22px;
    font-weight: 700;
}
.zd-news-card__mon {
    display: block;
    font-size: 11px;
    opacity: .8;
    letter-spacing: .5px;
}
.zd-news-card__body { padding: 22px 24px 28px; }
.zd-news-card__title {
    font-size: 17px;
    font-weight: 700;
    color: #7a0000;
    line-height: 1.45;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.zd-news-card__excerpt {
    font-size: 13.5px;
    color: #888;
    line-height: 1.7;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.zd-news-card__more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #9a1a1a;
    transition: gap .25s;
}
.zd-news-card:hover .zd-news-card__more { gap: 10px; }

/* ============================================================
   37. EMPTY STATE
   ============================================================ */
.zd-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 80px 20px;
    color: #bbb;
}
.zd-empty i { font-size: 48px; display: block; margin-bottom: 16px; color: #9a1a1a; }
.zd-empty p { font-size: 16px; margin: 0; }

/* ============================================================
   38. PAGINATION
   ============================================================ */
.zd-pagination {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}
.zd-pagination ul {
    display: flex;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.zd-pagination li a,
.zd-pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #666;
    background: #fff;
    border: 1px solid #eee;
    transition: all .2s;
}
.zd-pagination li a:hover {
    color: #9a1a1a;
    border-color: #9a1a1a;
    background: rgba(16,185,129,.06);
}
.zd-pagination li.active span {
    background: linear-gradient(135deg, #7a0000, #9a1a1a);
    color: #fff;
    border-color: #7a0000;
}

/* ============================================================
   39. ARTICLE LAYOUT (News Detail)
   ============================================================ */
.zd-article-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
    align-items: start;
}
.zd-article-main { min-width: 0; }
.zd-article-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,.04), 0 8px 30px rgba(0,0,0,.06);
    overflow: hidden;
}
.zd-article-card__hd {
    padding: 24px 36px 0;
}
.zd-article-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}
.zd-article-card__date {
    font-size: 13px;
    color: #999;
}
.zd-article-card__date i { margin-right: 4px; }
.zd-article-card__back a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #666;
    text-decoration: none;
    padding: 6px 14px;
    border-radius: 20px;
    background: #f5f5f5;
    transition: all .2s;
}
.zd-article-card__back a:hover {
    background: #7a0000;
    color: #fff;
}
.zd-article-card__bd { padding: 28px 36px 48px; }

/* ============================================================
   40. ARTICLE NAVIGATION (Prev / Next)
   ============================================================ */
.zd-article-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 28px;
}
.zd-article-nav__prev,
.zd-article-nav__next {
    background: #fff;
    border-radius: 10px;
    padding: 20px 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,.04), 0 4px 16px rgba(0,0,0,.04);
    transition: transform .25s, box-shadow .25s;
}
.zd-article-nav__prev:hover,
.zd-article-nav__next:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,.08), 0 8px 24px rgba(16,185,129,.12);
}
.zd-article-nav__link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.zd-article-nav__link:hover { text-decoration: none; color: inherit; }
.zd-article-nav__label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #9a1a1a;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.zd-article-nav__title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.zd-article-nav__next { text-align: right; }

/* ============================================================
   41. ARTICLE SIDEBAR
   ============================================================ */
.zd-article-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 120px;
}
.zd-side-card--news { text-align: left; padding: 24px; }
.zd-side-card--news h3 {
    font-size: 15px;
    font-weight: 700;
    color: #7a0000;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 2px solid #f0f0f0;
}
.zd-side-card--news h3 i { color: #9a1a1a; margin-right: 8px; }
.zd-side-newslist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.zd-side-newslist li { border-bottom: 1px solid #f5f5f5; }
.zd-side-newslist li:last-child { border-bottom: none; }
.zd-side-newslist a {
    display: block;
    padding: 12px 0;
    text-decoration: none;
    transition: padding .2s;
}
.zd-side-newslist a:hover {
    padding-left: 6px;
    text-decoration: none;
}
.zd-side-newslist__title {
    display: block;
    font-size: 13.5px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.zd-side-newslist__date {
    display: block;
    font-size: 11px;
    color: #bbb;
}

/* ============================================================
   42. RESPONSIVE — PAGE HERO & LAYOUTS
   ============================================================ */
@media (max-width: 1024px) {
    .zd-about-layout { grid-template-columns: 1fr 280px; gap: 28px; }
    .zd-article-layout { grid-template-columns: 1fr 260px; gap: 28px; }
    .zd-news-grid { grid-template-columns: repeat(2, 1fr); }
    .zd-page-hero { min-height: 340px; padding: 120px 28px 60px; }
    .zd-page-hero__title { font-size: 36px; }
    .zd-content-wrap { padding: 36px 24px 60px; }
}

@media (max-width: 768px) {
    .zd-page-hero { min-height: 280px; padding: 100px 20px 48px; }
    .zd-page-hero__title { font-size: 28px; }
    .zd-page-hero__sub { font-size: 14px; }
    .zd-page-hero__kicker { font-size: 11px; letter-spacing: 2px; padding: 4px 12px; }
    .zd-content-wrap { padding: 28px 16px 48px; }
    .zd-breadcrumb { margin-bottom: 20px; font-size: 12px; }

    .zd-about-layout { grid-template-columns: 1fr; }
    .zd-about-side {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .zd-about-card__hd { padding: 20px 20px 0; }
    .zd-about-card__bd { padding: 20px 20px 32px; }

    .zd-news-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
    .zd-news-card__img { height: 160px; }
    .zd-news-card__body { padding: 16px 18px 22px; }
    .zd-news-card__title { font-size: 15px; }

    .zd-article-layout { grid-template-columns: 1fr; }
    .zd-article-side { position: static; }
    .zd-article-card__hd { padding: 20px 20px 0; }
    .zd-article-card__bd { padding: 20px 20px 36px; }
    .zd-article-nav { grid-template-columns: 1fr; gap: 12px; }
    .zd-article-nav__next { text-align: left; }

    .zd-side-card__num { font-size: 32px; }
}

@media (max-width: 480px) {
    .zd-page-hero { min-height: 240px; padding: 90px 16px 36px; }
    .zd-page-hero__title { font-size: 24px; }
    .zd-page-hero__sub { font-size: 13px; }
    .zd-news-grid { grid-template-columns: 1fr; }
    .zd-about-side { grid-template-columns: 1fr; }
    .zd-about-card__hd h2 { font-size: 18px; }
    .zd-prose { font-size: 14px; }
    .zd-pagination li a,
    .zd-pagination li span { min-width: 32px; height: 32px; font-size: 12px; }
}

/* ============================================================
   43. COMPANY GALLERY (About Page — image + video)
   ============================================================ */
.zd-gallery-img {
    margin: 0 0 24px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
}
.zd-gallery-img img {
    display: block;
    width: 100%;
    height: auto;
}
.zd-gallery-video {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
    background: #000;
}
.zd-gallery-video video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .zd-gallery-img,
    .zd-gallery-video { border-radius: 8px; }
}

/* ============================================================
   44. KEYFRAMES
   ============================================================ */
@keyframes zdFadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   22. PAGE HERO (for inner pages)
   ============================================================ */
.zd-page-hero {
    position: relative;
    min-height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--zd-brand-dark);
    overflow: hidden;

}

.zd-page-hero--product::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/pr7.jpg");
    background-size: cover;
    background-position: center;
    filter: saturate(1.1) contrast(1.08) brightness(0.5);
    transform: scale(1.02);
}

.zd-page-hero--about::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/banner1.jpg");
    background-size: cover;
    background-position: center;
    filter: saturate(1.1) contrast(1.08) brightness(0.5);
    transform: scale(1.02);
}

.zd-page-hero--news::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/banner1.jpg");
    background-size: cover;
    background-position: center;
    filter: saturate(1.1) contrast(1.08) brightness(0.5);
    transform: scale(1.02);
}

.zd-page-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(122, 0, 0, .88), rgba(0, 0, 0, .6)),
        radial-gradient(800px 400px at 30% 20%, rgba(201, 169, 97, .12), transparent 65%);
}

.zd-page-hero__inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    padding: 80px 20px;
}

.zd-page-hero__kicker {
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--zd-brand-gold);
    margin-bottom: 16px;
    font-weight: 500;
}

.zd-page-hero__title {
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.zd-page-hero__sub {
    font-size: 17px;
    color: rgba(255, 255, 255, .8);
    line-height: 1.7;
    font-weight: 300;
}

/* ============================================================
   23. CONTENT WRAPPER
   ============================================================ */
.zd-content-wrap {
    width: min(1200px, calc(100vw - 40px));
    margin: 0 auto;
    padding: 40px 0 80px;
}

/* ============================================================
   24. BREADCRUMB
   ============================================================ */
.zd-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--zd-muted);
    margin-bottom: 32px;
    padding: 0;
    list-style: none;
}

.zd-breadcrumb a {
    color: var(--zd-muted);
    text-decoration: none;
    transition: color .2s ease;
}

.zd-breadcrumb a:hover {
    color: var(--zd-brand-gold);
}

.zd-breadcrumb .active {
    color: var(--zd-ink);
    font-weight: 500;
}

/* ============================================================
   25. THEME NAV (Product Page)
   ============================================================ */
.zd-theme-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
    padding: 20px;
    background: var(--zd-brand-light);
    border-radius: 8px;
    border: 1px solid var(--zd-border);
}

.zd-theme-nav-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #fff;
    border: 1px solid var(--zd-border);
    border-radius: 6px;
    text-decoration: none;
    color: var(--zd-muted);
    font-size: 14px;
    font-weight: 400;
    transition: all .3s ease;
}

.zd-theme-nav-item:hover {
    border-color: var(--zd-brand-gold);
    color: var(--zd-brand-gold);
    transform: translateY(-2px);
    box-shadow: var(--zd-shadow);
}

.zd-theme-nav-item.active {
    background: var(--zd-brand);
    border-color: var(--zd-brand);
    color: #fff;
}

/* ============================================================
   26. THEME GRID (Product Page)
   ============================================================ */
.zd-theme-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 60px;
}

.zd-theme-card {
    position: relative;
    height: 380px;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: block;
    cursor: pointer;
    background: var(--zd-brand-dark);
}

.zd-theme-card-banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.zd-theme-card-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.zd-theme-card:hover .zd-theme-card-banner img {
    transform: scale(1.08);
}

.zd-theme-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .6) 100%);
    transition: background .4s;
    z-index: 1;
}

.zd-theme-card:hover .zd-theme-card-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .75) 100%);
}

.zd-theme-card-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    width: 90%;
}

.zd-theme-card-icon {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(8px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    margin: 0 auto 16px;
    border: 1px solid rgba(255, 255, 255, .2);
    transition: all .4s ease;
}

.zd-theme-card:hover .zd-theme-card-icon {
    transform: scale(1.1);
    background: rgba(255, 255, 255, .25);
}

.zd-theme-card-title {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .3);
    letter-spacing: 1px;
}

.zd-theme-card-sub {
    font-size: 13px;
    color: rgba(255, 255, 255, .7);
    font-weight: 300;
}

/* ============================================================
   27. ABOUT LAYOUT
   ============================================================ */
.zd-about-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
}

.zd-about-main {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.zd-about-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid var(--zd-border);
    overflow: hidden;
    box-shadow: var(--zd-shadow);
}

.zd-about-card__hd {
    padding: 24px 28px;
    background: var(--zd-brand-light);
    border-bottom: 1px solid var(--zd-border);
    display: flex;
    align-items: center;
    gap: 16px;
}

.zd-about-card__icon {
    width: 48px;
    height: 48px;
    background: var(--zd-brand);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--zd-brand-gold);
    font-size: 20px;
}

.zd-about-card__hd h2 {
    font-size: 20px;
    font-weight: 500;
    color: var(--zd-ink);
    margin: 0;
    letter-spacing: .5px;
}

.zd-about-card__bd {
    padding: 28px;
}

.zd-prose {
    font-size: 15px;
    line-height: 1.9;
    color: var(--zd-muted);
}

.zd-prose p {
    margin-bottom: 16px;
}

.zd-gallery-img {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: var(--zd-shadow);
}

.zd-gallery-img img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .5s ease;
}

.zd-gallery-img:hover img {
    transform: scale(1.02);
}

/* ============================================================
   28. ABOUT SIDEBAR
   ============================================================ */
.zd-about-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.zd-side-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid var(--zd-border);
    padding: 24px;
    text-align: center;
    box-shadow: var(--zd-shadow);
    transition: transform .3s ease, box-shadow .3s ease;
}

.zd-side-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--zd-shadow-lg);
}

.zd-side-card__icon {
    width: 52px;
    height: 52px;
    background: var(--brand-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--zd-brand-gold);
    font-size: 22px;
    margin: 0 auto 16px;
}

.zd-side-card h3 {
    font-size: 16px;
    font-weight: 500;
    color: var(--zd-ink);
    margin-bottom: 12px;
    letter-spacing: .5px;
}

.zd-side-card__desc {
    font-size: 14px;
    color: var(--zd-muted);
    line-height: 1.6;
    margin: 0;
}

.zd-side-card--cta {
    background: var(--zd-brand);
    border-color: var(--zd-brand);
    color: #fff;
}

.zd-side-card--cta h3 {
    color: var(--zd-brand-gold);
}

.zd-side-card--cta p {
    color: rgba(255, 255, 255, .8);
}

.zd-side-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: var(--zd-brand-gold);
    color: var(--zd-brand-dark);
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    margin-top: 16px;
    transition: all .3s ease;
}

.zd-side-btn:hover {
    background: var(--zd-brand-gold-light);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(122, 0, 0, .4);
    color: var(--zd-brand-dark);
}

/* ============================================================
   29. NEWS GRID
   ============================================================ */
.zd-news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-bottom: 48px;
}

.zd-news-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid var(--zd-border);
    overflow: hidden;
    box-shadow: var(--zd-shadow);
    transition: transform .3s ease, box-shadow .3s ease;
}

.zd-news-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--zd-shadow-lg);
}

.zd-news-card__link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.zd-news-card__img {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.zd-news-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.zd-news-card:hover .zd-news-card__img img {
    transform: scale(1.05);
}

.zd-news-card__date {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--zd-brand);
    color: #fff;
    padding: 10px 14px;
    border-radius: 6px;
    text-align: center;
    line-height: 1.2;
}

.zd-news-card__day {
    display: block;
    font-size: 24px;
    font-weight: 500;
}

.zd-news-card__mon {
    display: block;
    font-size: 12px;
    opacity: .7;
}

.zd-news-card__body {
    padding: 24px;
}

.zd-news-card__title {
    font-size: 17px;
    font-weight: 500;
    color: var(--zd-ink);
    margin-bottom: 12px;
    line-height: 1.4;
    letter-spacing: .3px;
}

.zd-news-card__excerpt {
    font-size: 14px;
    color: var(--zd-muted);
    line-height: 1.7;
    margin-bottom: 16px;
}

.zd-news-card__more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--zd-brand-gold);
    font-weight: 500;
}

.zd-news-card__more i {
    transition: transform .3s ease;
}

.zd-news-card:hover .zd-news-card__more i {
    transform: translateX(4px);
}

/* ============================================================
   30. PAGINATION
   ============================================================ */
.zd-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.zd-pagination a,
.zd-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid var(--zd-border);
    border-radius: 6px;
    color: var(--zd-muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: all .3s ease;
}

.zd-pagination a:hover {
    border-color: var(--zd-brand-gold);
    color: var(--zd-brand-gold);
    transform: translateY(-2px);
    box-shadow: var(--zd-shadow);
}

.zd-pagination .current,
.zd-pagination .zd-pagination-active {
    background: var(--zd-brand);
    border-color: var(--zd-brand);
    color: #fff !important;
}

/* ============================================================
   31. RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .zd-theme-grid { grid-template-columns: repeat(2, 1fr); }
    .zd-about-layout { grid-template-columns: 1fr; }
    .zd-about-side { flex-direction: row; flex-wrap: wrap; }
    .zd-side-card { flex: 1; min-width: 200px; }
}

@media (max-width: 768px) {
    .zd-page-hero { min-height: 35vh; }
    .zd-page-hero__title { font-size: 32px; }
    .zd-page-hero__sub { font-size: 15px; }
    .zd-theme-grid { grid-template-columns: 1fr; }
    .zd-theme-card { height: 300px; }
    .zd-news-grid { grid-template-columns: 1fr; }
    .zd-content-wrap { padding: 24px 0 60px; }
}

@media (max-width: 480px) {
    .zd-page-hero__title { font-size: 26px; }
    .zd-theme-nav { padding: 12px; gap: 8px; }
    .zd-theme-nav-item { padding: 8px 12px; font-size: 13px; }
}

/* ============================================================
   32. BRAND ANIMATIONS & INTERACTIONS
   ============================================================ */
@keyframes zd-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zd-fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes zd-slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes zd-slideInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes zd-scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes zd-shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

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

@keyframes zd-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Animation utility classes */
.zd-animate {
    opacity: 0;
}

.zd-animate.zd-animate--visible {
    opacity: 1;
}

.zd-animate--up {
    animation: zd-fadeInUp .8s ease forwards;
}

.zd-animate--left {
    animation: zd-slideInLeft .8s ease forwards;
}

.zd-animate--right {
    animation: zd-slideInRight .8s ease forwards;
}

.zd-animate--scale {
    animation: zd-scaleIn .6s ease forwards;
}

.zd-animate--fade {
    animation: zd-fadeIn .6s ease forwards;
}

/* Staggered animations */
.zd-stagger > * {
    opacity: 0;
    animation: zd-fadeInUp .6s ease forwards;
}

.zd-stagger > *:nth-child(1) { animation-delay: .1s; }
.zd-stagger > *:nth-child(2) { animation-delay: .2s; }
.zd-stagger > *:nth-child(3) { animation-delay: .3s; }
.zd-stagger > *:nth-child(4) { animation-delay: .4s; }
.zd-stagger > *:nth-child(5) { animation-delay: .5s; }
.zd-stagger > *:nth-child(6) { animation-delay: .6s; }
.zd-stagger > *:nth-child(7) { animation-delay: .7s; }
.zd-stagger > *:nth-child(8) { animation-delay: .8s; }
.zd-stagger > *:nth-child(9) { animation-delay: .9s; }

/* Shimmer effect for loading states */
.zd-shimmer {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, .5) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    background-size: 200% 100%;
    animation: zd-shimmer 1.5s infinite;
}

/* Floating animation for decorative elements */
.zd-float {
    animation: zd-float 3s ease-in-out infinite;
}

/* Pulse animation for CTAs */
.zd-pulse {
    animation: zd-pulse 2s ease-in-out infinite;
}

/* Hover effects for cards */
.zd-hover-lift {
    transition: transform .3s ease, box-shadow .3s ease;
}

.zd-hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: var(--zd-shadow-lg);
}

/* Hover effect for images */
.zd-hover-zoom {
    overflow: hidden;
}

.zd-hover-zoom img {
    transition: transform .5s ease;
}

.zd-hover-zoom:hover img {
    transform: scale(1.08);
}

/* Hover effect for buttons */
.zd-hover-glow {
    transition: box-shadow .3s ease;
}

.zd-hover-glow:hover {
    box-shadow: 0 8px 32px rgba(122, 0, 0, .4);
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

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

/* ============================================================
   33. SCROLL-TRIGGERED ANIMATIONS (requires JS)
   ============================================================ */
.zd-scroll-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .8s ease, transform .8s ease;
}

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

.zd-scroll-reveal--left {
    transform: translateX(-40px);
}

.zd-scroll-reveal--left.zd-scroll-reveal--visible {
    transform: translateX(0);
}

.zd-scroll-reveal--right {
    transform: translateX(40px);
}

.zd-scroll-reveal--right.zd-scroll-reveal--visible {
    transform: translateX(0);
}

.zd-scroll-reveal--scale {
    transform: scale(0.9);
}

.zd-scroll-reveal--scale.zd-scroll-reveal--visible {
    transform: scale(1);
}

/* ============================================================
   34. LOADING STATES
   ============================================================ */
.zd-loading {
    position: relative;
    pointer-events: none;
}

.zd-loading::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.zd-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid var(--zd-border);
    border-top-color: var(--zd-brand-gold);
    border-radius: 50%;
    animation: spin .8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* ============================================================
   35. TRANSITION UTILITIES
   ============================================================ */
.zd-transition {
    transition: all .3s ease;
}

.zd-transition--slow {
    transition: all .5s ease;
}

.zd-transition--fast {
    transition: all .15s ease;
}

/* ============================================================
   36. PARALLAX EFFECTS
   ============================================================ */
.zd-parallax {
    will-change: transform;
    transition: transform .1s linear;
}

/* ============================================================
   37. SKELETON LOADING
   ============================================================ */
.zd-skeleton {
    background: linear-gradient(
        90deg,
        #f0f0f0 25%,
        #e0e0e0 50%,
        #f0f0f0 75%
    );
    background-size: 200% 100%;
    animation: zd-shimmer 1.5s infinite;
    border-radius: 4px;
}

.zd-skeleton--text {
    height: 16px;
    margin-bottom: 8px;
}

.zd-skeleton--title {
    height: 24px;
    width: 60%;
    margin-bottom: 12px;
}

.zd-skeleton--image {
    height: 200px;
    margin-bottom: 16px;
}

/* ============================================================
   38. TOOLTIP
   ============================================================ */
.zd-tooltip {
    position: relative;
    display: inline-block;
}

.zd-tooltip .zd-tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: var(--zd-brand-dark);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 12px;
    position: absolute;
    z-index: 100;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity .3s;
    font-size: 13px;
    font-weight: 400;
}

.zd-tooltip .zd-tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--zd-brand-dark) transparent transparent transparent;
}

.zd-tooltip:hover .zd-tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* ============================================================
   39. BADGE
   ============================================================ */
.zd-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    background: var(--zd-brand-gold);
    color: var(--zd-brand-dark);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .5px;
}

.zd-badge--outline {
    background: transparent;
    border: 1px solid var(--zd-brand-gold);
    color: var(--zd-brand-gold);
}

.zd-badge--dark {
    background: var(--zd-brand);
    color: #fff;
}

/* ============================================================
   40. DIVIDER
   ============================================================ */
.zd-divider {
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        var(--zd-border),
        transparent
    );
    margin: 40px 0;
}

.zd-divider--short {
    width: 60px;
    margin: 20px auto;
}

.zd-divider--gold {
    background: linear-gradient(
        90deg,
        transparent,
        var(--zd-brand-gold),
        transparent
    );
}

/* ============================================================
   41. QUOTE BLOCK
   ============================================================ */
.zd-quote {
    position: relative;
    padding: 32px 40px;
    background: var(--zd-brand-light);
    border-left: 4px solid var(--zd-brand-gold);
    border-radius: 0 8px 8px 0;
    margin: 32px 0;
}

.zd-quote::before {
    content: """;
    position: absolute;
    top: -10px;
    left: 16px;
    font-size: 80px;
    color: var(--zd-brand-gold);
    opacity: .3;
    font-family: Georgia, serif;
    line-height: 1;
}

.zd-quote p {
    font-size: 18px;
    font-style: italic;
    color: var(--zd-ink);
    line-height: 1.7;
    margin: 0;
}

.zd-quote cite {
    display: block;
    margin-top: 16px;
    font-size: 14px;
    color: var(--zd-muted);
    font-style: normal;
}

/* ============================================================
   42. FEATURE LIST
   ============================================================ */
.zd-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zd-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--zd-border);
}

.zd-feature-list li:last-child {
    border-bottom: none;
}

.zd-feature-list li i {
    color: var(--zd-brand-gold);
    font-size: 18px;
    margin-top: 2px;
}

.zd-feature-list li strong {
    color: var(--zd-ink);
}

/* ============================================================
   43. STATS COUNTER
   ============================================================ */
.zd-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 40px 0;
}

.zd-stat {
    text-align: center;
    padding: 24px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid var(--zd-border);
    box-shadow: var(--zd-shadow);
}

.zd-stat__number {
    font-size: 42px;
    font-weight: 300;
    color: var(--zd-brand-gold);
    margin-bottom: 8px;
    line-height: 1;
}

.zd-stat__label {
    font-size: 14px;
    color: var(--zd-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .zd-stats { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .zd-stats { grid-template-columns: 1fr; }
}

/* ============================================================
   44. TABS
   ============================================================ */
.zd-tabs {
    display: flex;
    gap: 4px;
    border-bottom: 2px solid var(--zd-border);
    margin-bottom: 24px;
}

.zd-tab {
    padding: 12px 24px;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    color: var(--zd-muted);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease;
}

.zd-tab:hover {
    color: var(--zd-brand-gold);
}

.zd-tab--active {
    color: var(--zd-brand-gold);
    border-bottom-color: var(--zd-brand-gold);
}

.zd-tab-content {
    display: none;
}

.zd-tab-content--active {
    display: block;
}

/* ============================================================
   45. ACCORDION
   ============================================================ */
.zd-accordion {
    border: 1px solid var(--zd-border);
    border-radius: 8px;
    overflow: hidden;
}

.zd-accordion-item {
    border-bottom: 1px solid var(--zd-border);
}

.zd-accordion-item:last-child {
    border-bottom: none;
}

.zd-accordion-header {
    padding: 16px 20px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-weight: 500;
    color: var(--zd-ink);
    transition: background .3s ease;
}

.zd-accordion-header:hover {
    background: var(--zd-brand-light);
}

.zd-accordion-header i {
    transition: transform .3s ease;
}

.zd-accordion-item--open .zd-accordion-header i {
    transform: rotate(180deg);
}

.zd-accordion-body {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease, padding .3s ease;
}

.zd-accordion-item--open .zd-accordion-body {
    max-height: 1000px;
    padding: 16px 20px;
}

/* ============================================================
   46. IMAGE GALLERY
   ============================================================ */
.zd-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.zd-gallery-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 4/3;
    cursor: pointer;
}

.zd-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.zd-gallery-item:hover img {
    transform: scale(1.1);
}

.zd-gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background .3s ease;
}

.zd-gallery-item:hover::after {
    background: rgba(0, 0, 0, .2);
}

@media (max-width: 768px) {
    .zd-gallery { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .zd-gallery { grid-template-columns: 1fr; }
}

/* ============================================================
   47. CONTACT FORM
   ============================================================ */
.zd-contact-form {
    max-width: 600px;
    margin: 0 auto;
}

.zd-form-group {
    margin-bottom: 20px;
}

.zd-form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--zd-ink);
}

.zd-form-input,
.zd-form-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--zd-border);
    border-radius: 6px;
    font-size: 14px;
    color: var(--zd-ink);
    background: #fff;
    transition: border-color .3s ease, box-shadow .3s ease;
}

.zd-form-input:focus,
.zd-form-textarea:focus {
    outline: none;
    border-color: var(--zd-brand-gold);
    box-shadow: 0 0 0 3px rgba(201, 169, 97, .1);
}

.zd-form-textarea {
    min-height: 120px;
    resize: vertical;
}

.zd-form-submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: var(--zd-brand-gold);
    color: var(--zd-brand-dark);
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease;
}

.zd-form-submit:hover {
    background: var(--zd-brand-gold-light);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(122, 0, 0, .4);
}

/* ============================================================
   48. BACK TO TOP
   ============================================================ */
.zd-back-to-top {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 48px;
    height: 48px;
    background: var(--zd-brand);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: var(--zd-shadow-lg);
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.zd-back-to-top.zd-back-to-top--visible {
    opacity: 1;
    visibility: visible;
}

.zd-back-to-top:hover {
    background: var(--zd-brand-gold);
    color: var(--zd-brand-dark);
    transform: translateY(-4px);
}

/* ============================================================
   49. NOTIFICATION
   ============================================================ */
.zd-notification {
    position: fixed;
    top: 120px;
    right: 32px;
    padding: 16px 24px;
    background: #fff;
    border-radius: 8px;
    box-shadow: var(--zd-shadow-lg);
    border-left: 4px solid var(--zd-brand-gold);
    z-index: 10000;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 400px;
    animation: zd-slideInRight .4s ease;
}

.zd-notification--success {
    border-left-color: #9a1a1a;
}

.zd-notification--error {
    border-left-color: #ef4444;
}

.zd-notification--warning {
    border-left-color: #f59e0b;
}

/* ============================================================
   50. PROGRESS BAR
   ============================================================ */
.zd-progress {
    height: 8px;
    background: var(--zd-border);
    border-radius: 999px;
    overflow: hidden;
}

.zd-progress-bar {
    height: 100%;
    background: var(--zd-brand-gold);
    border-radius: 999px;
    transition: width .5s ease;
}

/* ============================================================
   51. HOMEPAGE COMPONENTS
   ============================================================ */

/* ---- Brand Philosophy ---- */
.zd-phil {
    padding: 100px 0;
    background: #fafaf8;
}

.zd-phil__header {
    text-align: center;
    margin-bottom: 64px;
}

.zd-phil__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.zd-phil__card {
    text-align: center;
    padding: 48px 32px;
    background: #fff;
    border: 1px solid var(--zd-border);
    border-radius: 4px;
    transition: transform .4s ease, box-shadow .4s ease;
    position: relative;
}

.zd-phil__card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--zd-brand-gold);
    transition: width .5s ease;
}

.zd-phil__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .1);
}

.zd-phil__card:hover::before {
    width: 60px;
}

.zd-phil__card-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 28px;
    background: var(--zd-brand-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--zd-brand);
    font-size: 28px;
    transition: background .3s ease, color .3s ease;
}

.zd-phil__card:hover .zd-phil__card-icon {
    background: var(--zd-brand);
    color: #fff;
}

.zd-phil__card h3 {
    font-size: 20px;
    font-weight: 500;
    color: var(--zd-ink);
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.zd-phil__card p {
    font-size: 14px;
    color: var(--zd-muted);
    line-height: 1.8;
    font-weight: 300;
}

/* ---- Product Collections ---- */
.zd-collections {
    padding: 100px 0;
    background: #fff;
}

.zd-collections__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.zd-col-card {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: block;
    aspect-ratio: 3 / 4;
}

.zd-col-card__img {
    position: absolute;
    inset: 0;
}

.zd-col-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 8s ease;
}

.zd-col-card:hover .zd-col-card__img img {
    transform: scale(1.08);
}

.zd-col-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .75));
    z-index: 1;
}

.zd-col-card__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 40px 32px;
    transform: translateY(0);
    transition: transform .4s ease;
}

.zd-col-card:hover .zd-col-card__info {
    transform: translateY(-8px);
}

.zd-col-card__info h3 {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.zd-col-card__info p {
    font-size: 13px;
    color: rgba(255, 255, 255, .7);
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 16px;
    max-width: 280px;
}

.zd-col-card__more {
    display: inline-block;
    font-size: 11px;
    color: var(--zd-brand-gold);
    letter-spacing: 3px;
    border-bottom: 1px solid var(--zd-brand-gold);
    padding-bottom: 4px;
}

/* ---- Brand Story ---- */
.zd-story {
    padding: 100px 0;
    background: #1a1a1a;
    position: relative;
    overflow: hidden;
}

.zd-story__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(800px 500px at 30% 50%, rgba(122, 0, 0, .15), transparent),
        radial-gradient(500px 400px at 70% 30%, rgba(201, 169, 97, .05), transparent);
}

.zd-story__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.zd-story__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.zd-story__img-main {
    grid-column: 1 / -1;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .3);
}

.zd-story__img-main img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.zd-story__img-sub {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .25);
}

.zd-story__img-sub img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.zd-story__text {
    padding-left: 20px;
}

.zd-story__text .zd-sec__tag {
    margin-bottom: 24px;
}

.zd-story__text .zd-sec__title {
    margin-bottom: 28px;
}

.zd-story__desc {
    font-size: 15px;
    line-height: 2;
    color: rgba(255, 255, 255, .7);
    font-weight: 300;
    margin-bottom: 20px;
}

.zd-story__desc p {
    margin-bottom: 12px;
}

.zd-story__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.zd-story__stat {
    text-align: center;
}

.zd-story__stat strong {
    display: block;
    font-size: 32px;
    font-weight: 200;
    color: var(--zd-brand-gold);
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 8px;
}

.zd-story__stat span {
    font-size: 12px;
    color: rgba(255, 255, 255, .4);
    letter-spacing: 2px;
}

/* ---- Advantages ---- */
.zd-adv {
    padding: 100px 0;
    background: #fff;
}

.zd-adv__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.zd-adv__card {
    padding: 40px 28px;
    background: #fafaf8;
    border: 1px solid var(--zd-border);
    border-radius: 4px;
    text-align: center;
    transition: transform .4s ease, box-shadow .4s ease;
    position: relative;
    overflow: hidden;
}

.zd-adv__card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--zd-brand-gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s ease;
}

.zd-adv__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, .08);
}

.zd-adv__card:hover::after {
    transform: scaleX(1);
}

.zd-adv__card-num {
    font-size: 48px;
    font-weight: 100;
    color: var(--zd-brand);
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: 2px;
    opacity: .3;
}

.zd-adv__card-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    background: var(--zd-brand-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--zd-brand);
    font-size: 22px;
    transition: background .3s ease, color .3s ease;
}

.zd-adv__card:hover .zd-adv__card-icon {
    background: var(--zd-brand);
    color: #fff;
}

.zd-adv__card h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--zd-ink);
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.zd-adv__card p {
    font-size: 13px;
    color: var(--zd-muted);
    line-height: 1.8;
    font-weight: 300;
}

/* ---- Process Flow ---- */
.zd-flow {
    padding: 100px 0;
    background: #fafaf8;
}

.zd-flow__track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}

.zd-flow__track::before {
    content: "";
    position: absolute;
    top: 36px;
    left: 12.5%;
    right: 12.5%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--zd-brand-gold), transparent);
}

.zd-flow__step {
    text-align: center;
    padding: 0 24px;
    position: relative;
}

.zd-flow__step-dot {
    width: 72px;
    height: 72px;
    background: #fff;
    border: 1px solid var(--zd-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 200;
    color: var(--zd-brand);
    margin: 0 auto 28px;
    position: relative;
    z-index: 1;
    transition: background .3s ease, color .3s ease, border-color .3s ease;
}

.zd-flow__step:hover .zd-flow__step-dot {
    background: var(--zd-brand);
    color: #fff;
    border-color: var(--zd-brand);
}

.zd-flow__step-card {
    padding: 0 8px;
}

.zd-flow__step-card h3 {
    font-size: 17px;
    font-weight: 500;
    color: var(--zd-ink);
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.zd-flow__step-card p {
    font-size: 13px;
    color: var(--zd-muted);
    line-height: 1.8;
    font-weight: 300;
}

/* ---- Contact CTA ---- */
.zd-cta {
    padding: 100px 0;
    background: var(--zd-brand-dark);
    position: relative;
    overflow: hidden;
}

.zd-cta__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(600px 400px at 20% 50%, rgba(201, 169, 97, .06), transparent),
        radial-gradient(400px 300px at 80% 30%, rgba(122, 0, 0, .3), transparent);
}

.zd-cta__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.zd-cta__sub {
    font-size: 15px;
    color: rgba(255, 255, 255, .55);
    font-weight: 300;
    margin-bottom: 36px;
    line-height: 1.7;
}

.zd-cta__list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.zd-cta__item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.zd-cta__item-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--zd-brand-gold);
    font-size: 18px;
    flex-shrink: 0;
}

.zd-cta__item-text span {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, .35);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.zd-cta__item-text strong {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.6;
}

.zd-cta__item-text a {
    color: #fff;
    text-decoration: none;
    transition: color .3s ease;
}

.zd-cta__item-text a:hover {
    color: var(--zd-brand-gold);
}

.zd-cta__action {
    text-align: center;
}

.zd-cta__action-card {
    padding: 48px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 4px;
}

.zd-cta__action-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    background: rgba(201, 169, 97, .1);
    border: 1px solid rgba(201, 169, 97, .2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--zd-brand-gold);
    font-size: 28px;
}

.zd-cta__action-card h3 {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.zd-cta__action-card > p {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    font-weight: 300;
    margin-bottom: 28px;
}

.zd-cta__action-card .zd-btn {
    margin-bottom: 20px;
}

.zd-cta__action-note {
    font-size: 13px;
    color: rgba(255, 255, 255, .35);
    font-weight: 300;
    letter-spacing: 1px;
}

/* ---- Copyright Bar ---- */
.zd-copyright {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .06);
    padding: 20px 0;
    text-align: center;
}

.zd-copyright p {
    margin: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, .3);
    letter-spacing: 1px;
    font-weight: 300;
}
.zd-copyright p a {
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    pointer-events: auto;
    transition: color .25s ease;
}
.zd-copyright p a:hover {
    color: #fff;
}

/* ---- Homepage Responsive ---- */
@media (max-width: 1024px) {
    .zd-hero__grid {
        grid-template-columns: 1fr;
        gap: 48px;
        min-height: auto;
    }
    .zd-hero__visual {
        order: -1;
    }
    .zd-hero__card {
        max-width: 360px;
    }
    .zd-hero__card-img img {
        height: 320px;
    }
    .zd-hero__title-a,
    .zd-hero__title-b {
        font-size: 56px;
        letter-spacing: 10px;
    }
    .zd-hero__title-sep-line {
        width: 30px;
    }
    .zd-hero__diamond {
        width: 50px;
        height: 50px;
        top: -60px;
    }
    .zd-hero__bar {
        flex-wrap: nowrap;
        gap: 0;
        padding: 20px 0 28px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        align-items: center;
    }
    .zd-hero__bar-div {
        width: 1px;
        height: 28px;
        background: rgba(255, 255, 255, .08);
        flex-shrink: 0;
    }
    .zd-hero__bar-item {
        padding: 0 16px;
        flex-shrink: 0;
        text-align: center;
        min-width: 70px;
    }
    .zd-hero__bar-item:first-child {
        padding-left: 0;
    }
    .zd-hero__bar-item strong {
        font-size: 24px;
        margin-bottom: 4px;
    }
    .zd-hero__bar-item strong span {
        font-size: 14px;
    }
    .zd-hero__bar-item > span {
        font-size: 9px;
        letter-spacing: 1px;
    }
    .zd-hero__scroll {
        display: none;
    }

    .zd-phil__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .zd-collections__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .zd-story__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .zd-story__text {
        padding-left: 0;
    }

    .zd-adv__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .zd-flow__track {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    .zd-flow__track::before {
        display: none;
    }

    .zd-cta__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}

@media (max-width: 768px) {
    .zd-hero__title-a,
    .zd-hero__title-b {
        font-size: 44px;
        letter-spacing: 8px;
    }
    .zd-hero__title-sep {
        margin: 4px 0;
    }
    .zd-hero__title-sep-line {
        width: 24px;
    }
    .zd-hero__diamond {
        width: 40px;
        height: 40px;
        top: -50px;
    }
    .zd-hero__lead {
        font-size: 15px;
        letter-spacing: 1px;
    }
    .zd-hero__badge {
        width: 110px;
        height: 110px;
        margin-top: 60px;
    }
    .zd-hero__badge-num {
        font-size: 28px;
    }
    .zd-hero__badge-sub {
        font-size: 9px;
    }
    .zd-hero__badge::before {
        inset: -4px;
    }
    .zd-hero__badge::after {
        inset: -8px;
    }
    .zd-hero__bar {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0;
        padding: 16px 0 24px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        align-items: center;
    }
    .zd-hero__bar-div {
        width: 1px;
        height: 24px;
        background: rgba(255, 255, 255, .08);
        flex-shrink: 0;
    }
    .zd-hero__bar-item {
        padding: 0 12px;
        flex-shrink: 0;
        text-align: center;
        min-width: 70px;
    }
    .zd-hero__bar-item:first-child {
        padding-left: 0;
    }
    .zd-hero__bar-item strong {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .zd-hero__bar-item strong span {
        font-size: 12px;
    }
    .zd-hero__bar-item > span {
        font-size: 8px;
        letter-spacing: 1px;
    }

    .zd-sec__title {
        font-size: 30px;
    }

    .zd-phil {
        padding: 64px 0;
    }
    .zd-phil__grid {
        grid-template-columns: 1fr;
    }

    .zd-collections {
        padding: 64px 0;
    }
    .zd-collections__grid {
        grid-template-columns: 1fr;
    }

    .zd-story {
        padding: 64px 0;
    }
    .zd-story__stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    .zd-story__stat strong {
        font-size: 24px;
    }

    .zd-adv {
        padding: 64px 0;
    }
    .zd-adv__grid {
        grid-template-columns: 1fr;
    }

    .zd-flow {
        padding: 64px 0;
    }
    .zd-flow__track {
        grid-template-columns: 1fr;
    }

    .zd-cta {
        padding: 64px 0;
    }
}

@media (max-width: 480px) {
    .zd-hero__title-a,
    .zd-hero__title-b {
        font-size: 32px;
        letter-spacing: 6px;
    }
    .zd-hero__title-sep {
        margin: 2px 0;
    }
    .zd-hero__title-sep-line {
        width: 18px;
    }
    .zd-hero__title-sep-dot {
        width: 3px;
        height: 3px;
    }
    .zd-hero__diamond {
        width: 30px;
        height: 30px;
        top: -35px;
    }
    .zd-hero__overline-txt {
        font-size: 10px;
        letter-spacing: 2px;
    }
    .zd-hero__overline-line {
        width: 30px;
    }
    .zd-hero__lead {
        font-size: 13px;
        line-height: 1.8;
        letter-spacing: 1px;
    }
    .zd-hero__badge {
        width: 100px;
        height: 100px;
        margin-top: 50px;
    }
    .zd-hero__badge-num {
        font-size: 24px;
    }
    .zd-hero__badge-sub {
        font-size: 8px;
    }
    .zd-hero__badge::before {
        inset: -4px;
    }
    .zd-hero__badge::after {
        inset: -8px;
    }
    .zd-hero__btns {
        flex-direction: column;
        align-items: center;
    }
    .zd-hero__bar {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0;
        padding: 12px 0 20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        align-items: center;
    }
    .zd-hero__bar-div {
        width: 1px;
        height: 20px;
        background: rgba(255, 255, 255, .08);
        flex-shrink: 0;
    }
    .zd-hero__bar-item {
        padding: 0 10px;
        flex-shrink: 0;
        text-align: center;
        min-width: 60px;
    }
    .zd-hero__bar-item:first-child {
        padding-left: 0;
    }
    .zd-hero__bar-item strong {
        font-size: 18px;
        margin-bottom: 3px;
    }
    .zd-hero__bar-item strong span {
        font-size: 11px;
    }
    .zd-hero__bar-item > span {
        font-size: 7px;
        letter-spacing: 1px;
    }

    .zd-sec__title {
        font-size: 26px;
        letter-spacing: 1px;
    }

    .zd-story__stats {
        grid-template-columns: 1fr;
    }
}