.elementor-10150 .elementor-element.elementor-element-8503944{--display:flex;}/* Start custom CSS for html, class: .elementor-element-aa6e6bd */#rexsun-project-zarand {
    --rx-red: #dc2626;
    --rx-red-dark: #b91c1c;
    --rx-navy: #1e293b;
    --rx-steel: #2b4c7e;
    --rx-accent: #2B4C7E;
    --rx-tint: rgba(43, 76, 126, 0.08);
    --rx-text: #0f172a;
    --rx-muted: #64748b;
    --rx-bg: #f8fafc;
    --rx-panel: rgba(255, 255, 255, 0.72);
    --rx-panel-solid: rgba(255, 255, 255, 0.95);
    --rx-border: rgba(15, 23, 42, 0.10);
    --rx-border-strong: rgba(15, 23, 42, 0.16);
    --rx-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
    --rx-shadow-deep: 0 34px 72px rgba(15, 23, 42, 0.14);
    --rx-ease: cubic-bezier(0.25, 1, 0.5, 1);
    --rx-font: 'Vazirmatn', Tahoma, sans-serif;

    position: relative;
    z-index: 1;
    direction: rtl;
    font-family: var(--rx-font);
    font-synthesis: none;
    color: var(--rx-text);
    background: var(--rx-bg);
    isolation: isolate;
    overflow: hidden;
}

@supports (overflow: clip) {
    #rexsun-project-zarand {
        overflow: clip;
    }
}

#rexsun-project-zarand,
#rexsun-project-zarand * {
    box-sizing: border-box;
}

#rexsun-project-zarand h1,
#rexsun-project-zarand h2,
#rexsun-project-zarand h3,
#rexsun-project-zarand p {
    margin: 0;
}

#rexsun-project-zarand a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

#rexsun-project-zarand button {
    font-family: inherit;
    -webkit-tap-highlight-color: transparent;
}

#rexsun-project-zarand img,
#rexsun-project-zarand svg {
    display: block;
}

#rexsun-project-zarand .rx-page-bg {
    position: fixed;
    inset: 0;
    width: 100%;
    min-height: 100vh;
    z-index: -1;
    background: var(--rx-bg);
    pointer-events: none;
}

#rexsun-project-zarand .rx-grid-lines {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.028) 1px, transparent 1px);
    background-size: 88px 88px;
    background-position: center top;
}

#rexsun-project-zarand .rx-bg-wash {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(248, 250, 252, 0.72), rgba(248, 250, 252, 0.96) 48%, #f8fafc),
        linear-gradient(90deg, rgba(220, 38, 38, 0.05), transparent 34%, rgba(43, 76, 126, 0.06));
}

#rexsun-project-zarand .rx-bg-wash::before,
#rexsun-project-zarand .rx-bg-wash::after {
    content: "";
    position: absolute;
    width: 42vw;
    height: 42vw;
    min-width: 420px;
    min-height: 420px;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.14;
}

#rexsun-project-zarand .rx-bg-wash::before {
    top: -18vw;
    right: -12vw;
    background: var(--rx-red);
}

#rexsun-project-zarand .rx-bg-wash::after {
    bottom: -20vw;
    left: -14vw;
    background: var(--rx-accent);
}

#rexsun-project-zarand .rx-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

#rexsun-project-zarand.rx-js [data-rx-reveal] {
    opacity: 0;
    transform: translateY(26px) scale(0.985);
    transition: opacity 0.72s var(--rx-ease), transform 0.72s var(--rx-ease);
}

#rexsun-project-zarand.rx-js [data-rx-reveal].rx-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

#rexsun-project-zarand .rx-hero {
    position: relative;
    padding: 138px 0 82px;
}

#rexsun-project-zarand .rx-hero::before {
    content: "";
    position: absolute;
    top: 86px;
    right: 5%;
    width: min(180px, 22vw);
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--rx-red), var(--rx-accent));
    box-shadow: 0 8px 24px rgba(220, 38, 38, 0.2);
}

#rexsun-project-zarand section[id] {
    scroll-margin-top: 110px;
}

#rexsun-project-zarand .rx-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
    gap: clamp(36px, 5vw, 72px);
    align-items: center;
}

#rexsun-project-zarand .rx-kicker,
#rexsun-project-zarand .rx-section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--rx-muted);
    font-size: 0.88rem;
    font-weight: 850;
    line-height: 1.5;
}

#rexsun-project-zarand .rx-kicker {
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid var(--rx-border);
    border-radius: 10px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

#rexsun-project-zarand .rx-section-label {
    color: var(--rx-red);
    margin-bottom: 12px;
}

#rexsun-project-zarand .rx-pulse-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: var(--rx-red);
    animation: rxProjectPulse_zarand 2s infinite;
}

@keyframes rxProjectPulse_zarand {
    0% { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.48); }
    70% { box-shadow: 0 0 0 10px rgba(220, 38, 38, 0); }
    100% { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0); }
}

#rexsun-project-zarand .rx-hero-copy h1 {
    max-width: 880px;
    margin: 26px 0 20px;
    color: var(--rx-text);
    font-size: clamp(2rem, 3.6vw, 3.85rem);
    font-weight: 950;
    line-height: 1.28;
    letter-spacing: 0;
    text-wrap: balance;
}

#rexsun-project-zarand .rx-lead,
#rexsun-project-zarand .rx-copy-block p,
#rexsun-project-zarand .rx-section-head p,
#rexsun-project-zarand .rx-spec-copy p,
#rexsun-project-zarand .rx-deliver-panel p,
#rexsun-project-zarand .rx-focus-panel p,
#rexsun-project-zarand .rx-work-card p,
#rexsun-project-zarand .rx-timeline p {
    color: var(--rx-muted);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.9;
}

#rexsun-project-zarand .rx-lead,
#rexsun-project-zarand .rx-copy-block p,
#rexsun-project-zarand .rx-deliver-panel p {
    text-align: justify;
    text-align-last: right;
}

#rexsun-project-zarand .rx-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

#rexsun-project-zarand .rx-btn {
    position: relative;
    overflow: hidden;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 0.96rem;
    font-weight: 850;
    line-height: 1.45;
    isolation: isolate;
    transition: transform 0.28s var(--rx-ease), box-shadow 0.28s var(--rx-ease), border-color 0.28s ease, color 0.28s ease;
}

#rexsun-project-zarand .rx-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.36s var(--rx-ease);
}

#rexsun-project-zarand .rx-btn:hover {
    transform: translateY(-3px);
}

#rexsun-project-zarand .rx-btn:hover::before {
    transform: scaleX(1);
}

#rexsun-project-zarand .rx-btn svg {
    width: 19px;
    height: 19px;
    transition: transform 0.28s var(--rx-ease);
}

#rexsun-project-zarand .rx-btn:hover svg {
    transform: translateX(-4px);
}

#rexsun-project-zarand .rx-btn:focus-visible,
#rexsun-project-zarand .rx-focus-tabs button:focus-visible,
#rexsun-project-zarand .rx-gallery-card:focus-visible,
#rexsun-project-zarand .rx-lightbox-close:focus-visible {
    outline: 3px solid rgba(43, 76, 126, 0.34);
    outline-offset: 3px;
}

#rexsun-project-zarand .rx-btn-primary {
    color: #ffffff;
    background: var(--rx-red);
    box-shadow: 0 14px 26px -12px rgba(220, 38, 38, 0.56);
}

#rexsun-project-zarand .rx-btn-primary::before {
    background: var(--rx-red-dark);
}

#rexsun-project-zarand .rx-btn-secondary {
    color: var(--rx-text);
    background: rgba(255, 255, 255, 0.82);
    border-color: var(--rx-border);
}

#rexsun-project-zarand .rx-btn-secondary::before {
    background: rgba(43, 76, 126, 0.08);
}

#rexsun-project-zarand .rx-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 34px;
}

#rexsun-project-zarand .rx-hero-stats div,
#rexsun-project-zarand .rx-data-cell {
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--rx-border);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.68);
    backdrop-filter: blur(10px);
}

#rexsun-project-zarand .rx-hero-stats strong,
#rexsun-project-zarand .rx-data-cell strong {
    display: block;
    color: var(--rx-text);
    font-size: 1rem;
    font-weight: 950;
    line-height: 1.45;
}

#rexsun-project-zarand .rx-hero-stats span,
#rexsun-project-zarand .rx-data-cell small {
    display: block;
    margin-top: 6px;
    color: var(--rx-muted);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.6;
}

#rexsun-project-zarand .rx-hero-visual {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 152px;
    gap: 14px;
    align-items: stretch;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.44);
    box-shadow: var(--rx-shadow-deep);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

#rexsun-project-zarand .rx-visual-main,
#rexsun-project-zarand .rx-visual-rail img,
#rexsun-project-zarand .rx-stage,
#rexsun-project-zarand .rx-gallery-card {
    overflow: hidden;
    border: 1px solid var(--rx-border);
    background: #e2e8f0;
    box-shadow: var(--rx-shadow);
}

#rexsun-project-zarand .rx-visual-main {
    position: relative;
    min-height: 470px;
    margin: 0;
    border-radius: 18px;
}

#rexsun-project-zarand .rx-visual-main img,
#rexsun-project-zarand .rx-stage img,
#rexsun-project-zarand .rx-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(7%) contrast(106%);
    transition: transform 0.8s var(--rx-ease), opacity 0.26s ease;
}

#rexsun-project-zarand .rx-visual-main:hover img,
#rexsun-project-zarand .rx-gallery-card:hover img {
    transform: scale(1.045);
}

#rexsun-project-zarand .rx-visual-main figcaption {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    padding: 12px 14px;
    color: #ffffff;
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 850;
    backdrop-filter: blur(10px);
}

#rexsun-project-zarand .rx-visual-rail {
    display: grid;
    gap: 14px;
}

#rexsun-project-zarand .rx-visual-rail img {
    width: 100%;
    min-height: 150px;
    border-radius: 14px;
    object-fit: cover;
}

#rexsun-project-zarand .rx-badge {
    padding: 18px;
    border: 1px solid rgba(220, 38, 38, 0.22);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.72));
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.075);
    direction: ltr;
}

#rexsun-project-zarand .rx-badge small {
    display: block;
    color: var(--rx-muted);
    font-size: 0.75rem;
    font-weight: 850;
}

#rexsun-project-zarand .rx-badge strong {
    display: block;
    margin-top: 8px;
    color: var(--rx-red);
    font-size: 1.15rem;
    font-weight: 950;
}

#rexsun-project-zarand .rx-brief-section,
#rexsun-project-zarand .rx-system-section,
#rexsun-project-zarand .rx-spec-section,
#rexsun-project-zarand .rx-timeline-section,
#rexsun-project-zarand .rx-focus-section,
#rexsun-project-zarand .rx-gallery-section {
    position: relative;
    padding: 78px 0;
}

#rexsun-project-zarand .rx-system-section,
#rexsun-project-zarand .rx-timeline-section,
#rexsun-project-zarand .rx-gallery-section {
    border-top: 1px solid rgba(15, 23, 42, 0.055);
    border-bottom: 1px solid rgba(15, 23, 42, 0.035);
    background: rgba(255, 255, 255, 0.26);
}

#rexsun-project-zarand .rx-brief-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.42fr) minmax(0, 1fr);
    gap: 26px;
    align-items: stretch;
}

#rexsun-project-zarand .rx-brief-card,
#rexsun-project-zarand .rx-copy-block,
#rexsun-project-zarand .rx-focus-box,
#rexsun-project-zarand .rx-spec-list,
#rexsun-project-zarand .rx-deliver-panel {
    border: 1px solid var(--rx-border);
    border-radius: 18px;
    background: var(--rx-panel);
    box-shadow: var(--rx-shadow);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

#rexsun-project-zarand .rx-brief-card,
#rexsun-project-zarand .rx-copy-block {
    padding: 30px;
}

#rexsun-project-zarand .rx-brief-card h2,
#rexsun-project-zarand .rx-copy-block h2,
#rexsun-project-zarand .rx-section-head h2,
#rexsun-project-zarand .rx-spec-copy h2,
#rexsun-project-zarand .rx-timeline-title h2,
#rexsun-project-zarand .rx-focus-box h2,
#rexsun-project-zarand .rx-deliver-panel h2 {
    color: var(--rx-text);
    font-size: clamp(1.55rem, 2.7vw, 2.45rem);
    font-weight: 950;
    line-height: 1.4;
    text-wrap: balance;
}

#rexsun-project-zarand .rx-data-grid {
    display: grid;
    gap: 10px;
    margin-top: 22px;
}

#rexsun-project-zarand .rx-copy-block p {
    margin-top: 16px;
}

#rexsun-project-zarand .rx-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 36px;
    margin-bottom: 36px;
}

#rexsun-project-zarand .rx-section-head p {
    max-width: 520px;
    padding-right: 18px;
    border-right: 3px solid var(--rx-red);
}

#rexsun-project-zarand .rx-work-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

#rexsun-project-zarand .rx-work-card {
    position: relative;
    min-height: 240px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid var(--rx-border);
    border-radius: 16px;
    background: var(--rx-panel);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.055);
    transition: transform 0.34s var(--rx-ease), border-color 0.34s ease, background 0.34s ease;
}

#rexsun-project-zarand .rx-work-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, var(--rx-tint), transparent 60%);
    opacity: 0;
    transition: opacity 0.34s ease;
}

#rexsun-project-zarand .rx-work-card:hover {
    transform: translateY(-6px);
    border-color: rgba(220, 38, 38, 0.24);
    background: var(--rx-panel-solid);
}

#rexsun-project-zarand .rx-work-card:hover::before {
    opacity: 1;
}

#rexsun-project-zarand .rx-work-card span {
    position: relative;
    z-index: 1;
    display: inline-flex;
    color: transparent;
    -webkit-text-stroke: 1px rgba(15, 23, 42, 0.22);
    font-size: 2.4rem;
    font-weight: 950;
    direction: ltr;
    line-height: 1;
}

#rexsun-project-zarand .rx-work-card h3 {
    position: relative;
    z-index: 1;
    margin: 26px 0 10px;
    color: var(--rx-text);
    font-size: 1.08rem;
    font-weight: 950;
    line-height: 1.45;
}

#rexsun-project-zarand .rx-work-card p {
    position: relative;
    z-index: 1;
    font-size: 0.94rem;
}

#rexsun-project-zarand .rx-spec-layout,
#rexsun-project-zarand .rx-timeline-layout,
#rexsun-project-zarand .rx-focus-grid {
    display: grid;
    grid-template-columns: minmax(270px, 0.38fr) minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

#rexsun-project-zarand .rx-spec-copy,
#rexsun-project-zarand .rx-timeline-title {
    position: sticky;
    top: 118px;
}

#rexsun-project-zarand .rx-spec-copy p {
    margin-top: 16px;
}

#rexsun-project-zarand .rx-spec-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 14px;
}

#rexsun-project-zarand .rx-timeline {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#rexsun-project-zarand .rx-timeline li {
    position: relative;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 18px;
    padding: 20px;
    border: 1px solid var(--rx-border);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.045);
}

#rexsun-project-zarand .rx-timeline li::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: var(--rx-red);
    opacity: 0.72;
}

#rexsun-project-zarand .rx-timeline span {
    color: var(--rx-text);
    font-size: 0.94rem;
    font-weight: 950;
    line-height: 1.7;
}

#rexsun-project-zarand .rx-focus-box {
    padding: 28px;
}

#rexsun-project-zarand .rx-focus-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 24px 0;
}

#rexsun-project-zarand .rx-focus-tabs button {
    position: relative;
    min-height: 66px;
    padding: 12px 14px;
    border: 1px solid var(--rx-border);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--rx-muted);
    text-align: right;
    font-size: 0.92rem;
    font-weight: 850;
    cursor: pointer;
    transition: color 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

#rexsun-project-zarand .rx-focus-tabs button span {
    display: block;
    margin-bottom: 4px;
    color: var(--rx-red);
    font-size: 0.76rem;
    direction: ltr;
}

#rexsun-project-zarand .rx-focus-tabs button:hover,
#rexsun-project-zarand .rx-focus-tabs button.is-active {
    color: var(--rx-text);
    background: #ffffff;
    border-color: rgba(220, 38, 38, 0.25);
}

#rexsun-project-zarand .rx-focus-panel {
    display: none;
    padding: 22px;
    border: 1px solid var(--rx-border);
    border-radius: 14px;
    background: rgba(248, 250, 252, 0.78);
}

#rexsun-project-zarand .rx-focus-panel[hidden] {
    display: none !important;
}

#rexsun-project-zarand .rx-focus-panel.is-active {
    display: block;
    animation: rxPanelIn_zarand 0.35s var(--rx-ease) both;
}

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

#rexsun-project-zarand .rx-focus-panel h3 {
    margin-bottom: 10px;
    color: var(--rx-text);
    font-size: 1.16rem;
    font-weight: 950;
}

#rexsun-project-zarand .rx-stage {
    position: relative;
    min-height: 480px;
    border-radius: 18px;
}

#rexsun-project-zarand .rx-stage img.is-changing {
    opacity: 0.55;
}

#rexsun-project-zarand .rx-stage-caption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 14px 16px;
    color: #ffffff;
    background: rgba(15, 23, 42, 0.76);
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

#rexsun-project-zarand .rx-stage-caption span {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    font-weight: 850;
}

#rexsun-project-zarand .rx-stage-caption strong {
    display: block;
    font-size: 1rem;
    font-weight: 950;
    line-height: 1.5;
}

#rexsun-project-zarand .rx-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 178px;
    gap: 14px;
}

#rexsun-project-zarand .rx-gallery-card {
    position: relative;
    min-height: 0;
    padding: 0;
    border-radius: 16px;
    cursor: pointer;
    text-align: right;
    appearance: none;
    -webkit-appearance: none;
}

#rexsun-project-zarand .rx-gallery-card:nth-child(1),
#rexsun-project-zarand .rx-gallery-card:nth-child(6) {
    grid-column: span 2;
    grid-row: span 2;
}

#rexsun-project-zarand .rx-gallery-card:nth-child(4),
#rexsun-project-zarand .rx-gallery-card:nth-child(8) {
    grid-row: span 2;
}

#rexsun-project-zarand .rx-gallery-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 34%, rgba(15, 23, 42, 0.84));
}

#rexsun-project-zarand .rx-gallery-card span,
#rexsun-project-zarand .rx-gallery-card strong {
    position: absolute;
    right: 16px;
    left: 16px;
    z-index: 2;
}

#rexsun-project-zarand .rx-gallery-card.is-active {
    border-color: rgba(220, 38, 38, 0.72);
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12), var(--rx-shadow);
}

#rexsun-project-zarand .rx-gallery-card::before {
    content: "مشاهده تصویر";
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    padding: 6px 10px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 9px;
    background: rgba(15, 23, 42, 0.62);
    font-size: 0.7rem;
    font-weight: 850;
    opacity: 0;
    transform: translateY(-5px);
    transition: opacity 0.28s ease, transform 0.28s var(--rx-ease);
}

#rexsun-project-zarand .rx-gallery-card:hover::before,
#rexsun-project-zarand .rx-gallery-card:focus-visible::before {
    opacity: 1;
    transform: translateY(0);
}

#rexsun-project-zarand .rx-gallery-card span {
    bottom: 58px;
    width: fit-content;
    padding: 5px 10px;
    color: #ffffff;
    background: rgba(220, 38, 38, 0.9);
    border-radius: 8px;
    font-size: 0.74rem;
    font-weight: 850;
}

#rexsun-project-zarand .rx-gallery-card strong {
    bottom: 18px;
    color: #ffffff;
    font-size: 0.98rem;
    font-weight: 950;
    line-height: 1.45;
}

#rexsun-project-zarand .rx-deliver-section {
    padding: 78px 0 110px;
}

#rexsun-project-zarand .rx-deliver-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr) auto;
    gap: 28px;
    align-items: center;
    padding: 34px;
    overflow: hidden;
}

#rexsun-project-zarand .rx-deliver-panel::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: var(--rx-red);
}

#rexsun-project-zarand .rx-deliver-panel p {
    margin-top: 14px;
}

#rexsun-project-zarand .rx-deliver-panel ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#rexsun-project-zarand .rx-deliver-panel li {
    padding: 11px 13px;
    color: var(--rx-text);
    background: rgba(248, 250, 252, 0.86);
    border: 1px solid var(--rx-border);
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.65;
}

#rexsun-project-zarand .rx-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    visibility: hidden;
    opacity: 0;
    background: rgba(2, 6, 23, 0.88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: opacity 0.26s ease, visibility 0.26s ease;
}

#rexsun-project-zarand .rx-lightbox.is-open {
    visibility: visible;
    opacity: 1;
}

#rexsun-project-zarand .rx-lightbox-dialog {
    width: min(1120px, 100%);
    max-height: calc(100vh - 64px);
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: #0f172a;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
    transform: translateY(18px) scale(0.98);
    transition: transform 0.34s var(--rx-ease);
}

#rexsun-project-zarand .rx-lightbox.is-open .rx-lightbox-dialog {
    transform: translateY(0) scale(1);
}

#rexsun-project-zarand .rx-lightbox-dialog img {
    width: 100%;
    max-height: calc(100vh - 150px);
    object-fit: contain;
    background: #020617;
}

#rexsun-project-zarand .rx-lightbox-dialog figcaption {
    padding: 16px 20px;
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 850;
    line-height: 1.7;
}

#rexsun-project-zarand .rx-lightbox-close {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 2;
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.76);
    cursor: pointer;
}

#rexsun-project-zarand .rx-lightbox-close svg {
    width: 22px;
    height: 22px;
}

#rexsun-project-zarand .rx-lightbox-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    width: 48px;
    height: 58px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.72);
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 0.24s ease, transform 0.24s var(--rx-ease);
}

#rexsun-project-zarand .rx-lightbox-nav:hover {
    background: var(--rx-red);
}

#rexsun-project-zarand .rx-lightbox-nav svg {
    width: 22px;
    height: 22px;
}

#rexsun-project-zarand .rx-lightbox-prev {
    right: 24px;
}

#rexsun-project-zarand .rx-lightbox-next {
    left: 24px;
}

@media (max-width: 1180px) {
    #rexsun-project-zarand .rx-hero-grid,
    #rexsun-project-zarand .rx-brief-grid,
    #rexsun-project-zarand .rx-spec-layout,
    #rexsun-project-zarand .rx-timeline-layout,
    #rexsun-project-zarand .rx-focus-grid,
    #rexsun-project-zarand .rx-deliver-panel {
        grid-template-columns: 1fr;
    }

    #rexsun-project-zarand .rx-spec-copy,
    #rexsun-project-zarand .rx-timeline-title {
        position: relative;
        top: auto;
    }

    #rexsun-project-zarand .rx-work-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #rexsun-project-zarand .rx-hero-visual {
        grid-template-columns: 1fr;
    }

    #rexsun-project-zarand .rx-visual-rail {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #rexsun-project-zarand .rx-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    #rexsun-project-zarand .rx-container {
        padding: 0 20px;
    }

    #rexsun-project-zarand .rx-hero {
        padding: 116px 0 56px;
    }

    #rexsun-project-zarand .rx-hero-copy h1 {
        font-size: 2.08rem;
    }

    #rexsun-project-zarand .rx-lead,
    #rexsun-project-zarand .rx-copy-block p,
    #rexsun-project-zarand .rx-deliver-panel p {
        text-align: right;
        text-align-last: auto;
    }

    #rexsun-project-zarand .rx-hero-actions,
    #rexsun-project-zarand .rx-focus-tabs {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    #rexsun-project-zarand .rx-btn {
        width: 100%;
    }

    #rexsun-project-zarand .rx-hero-stats,
    #rexsun-project-zarand .rx-spec-list,
    #rexsun-project-zarand .rx-work-grid,
    #rexsun-project-zarand .rx-gallery-grid {
        grid-template-columns: 1fr;
    }

    #rexsun-project-zarand .rx-hero-visual {
        grid-template-columns: 1fr;
        padding: 8px;
        border-radius: 18px;
    }

    #rexsun-project-zarand .rx-visual-main {
        min-height: 330px;
    }

    #rexsun-project-zarand .rx-visual-rail {
        grid-template-columns: 1fr;
    }

    #rexsun-project-zarand .rx-brief-card,
    #rexsun-project-zarand .rx-copy-block,
    #rexsun-project-zarand .rx-focus-box,
    #rexsun-project-zarand .rx-deliver-panel {
        padding: 24px;
        border-radius: 16px;
    }

    #rexsun-project-zarand .rx-brief-section,
    #rexsun-project-zarand .rx-system-section,
    #rexsun-project-zarand .rx-spec-section,
    #rexsun-project-zarand .rx-timeline-section,
    #rexsun-project-zarand .rx-focus-section,
    #rexsun-project-zarand .rx-gallery-section {
        padding: 58px 0;
    }

    #rexsun-project-zarand .rx-section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    #rexsun-project-zarand .rx-section-head p {
        max-width: 100%;
        padding-right: 0;
        padding-bottom: 12px;
        border-right: 0;
        border-bottom: 3px solid var(--rx-red);
    }

    #rexsun-project-zarand .rx-timeline li {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    #rexsun-project-zarand .rx-stage {
        min-height: 330px;
    }

    #rexsun-project-zarand .rx-gallery-card {
        min-height: 260px;
        grid-column: auto !important;
        grid-row: auto !important;
    }

    #rexsun-project-zarand .rx-deliver-section {
        padding: 58px 0 84px;
    }

    #rexsun-project-zarand .rx-deliver-panel::before {
        width: 100%;
        height: 5px;
    }

    #rexsun-project-zarand .rx-lightbox {
        padding: 16px;
    }

    #rexsun-project-zarand .rx-lightbox-dialog {
        max-height: calc(100vh - 32px);
        border-radius: 14px;
    }

    #rexsun-project-zarand .rx-lightbox-dialog img {
        max-height: calc(100vh - 112px);
    }

    #rexsun-project-zarand .rx-lightbox-close {
        top: 22px;
        right: 22px;
        width: 42px;
        height: 42px;
    }

    #rexsun-project-zarand .rx-lightbox-nav {
        top: auto;
        bottom: 74px;
        width: 44px;
        height: 44px;
        transform: none;
    }

    #rexsun-project-zarand .rx-lightbox-prev {
        right: 24px;
    }

    #rexsun-project-zarand .rx-lightbox-next {
        left: 24px;
    }
}

@media (max-width: 520px) {
    #rexsun-project-zarand .rx-container {
        padding-inline: 16px;
    }

    #rexsun-project-zarand .rx-hero-copy h1 {
        font-size: 1.86rem;
    }

    #rexsun-project-zarand .rx-brief-card h2,
    #rexsun-project-zarand .rx-copy-block h2,
    #rexsun-project-zarand .rx-section-head h2,
    #rexsun-project-zarand .rx-spec-copy h2,
    #rexsun-project-zarand .rx-timeline-title h2,
    #rexsun-project-zarand .rx-focus-box h2,
    #rexsun-project-zarand .rx-deliver-panel h2 {
        font-size: 1.52rem;
    }

    #rexsun-project-zarand .rx-visual-main {
        min-height: 285px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #rexsun-project-zarand *,
    #rexsun-project-zarand *::before,
    #rexsun-project-zarand *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}/* End custom CSS */