.elementor-10113 .elementor-element.elementor-element-6e8cd78{--display:flex;}/* Start custom CSS for html, class: .elementor-element-cb279f0 */#rexsun-processing-page {
    --rx-red: #dc2626;
    --rx-red-dark: #b91c1c;
    --rx-steel: #2b4c7e;
    --rx-steel-dark: #1e293b;
    --rx-text: #0f172a;
    --rx-muted: #64748b;
    --rx-muted-strong: #475569;
    --rx-bg: #f8fafc;
    --rx-card: rgba(255, 255, 255, 0.74);
    --rx-border: rgba(15, 23, 42, 0.09);
    --rx-border-strong: rgba(15, 23, 42, 0.16);
    --rx-shadow: 0 24px 54px rgba(15, 23, 42, 0.08);
    --rx-shadow-soft: 0 14px 32px rgba(15, 23, 42, 0.06);
    --rx-font: "Vazirmatn", Tahoma, Arial, sans-serif;
    --rx-ease: cubic-bezier(0.25, 1, 0.5, 1);

    position: relative;
    z-index: 1;
    width: 100vw;
    max-width: 100vw;
    right: 50%;
    left: 50%;
    margin-right: -50vw;
    margin-left: -50vw;
    direction: rtl;
    color: var(--rx-text);
    font-family: var(--rx-font);
    background: var(--rx-bg);
    overflow: hidden;
    isolation: isolate;
}

#rexsun-processing-page,
#rexsun-processing-page * {
    box-sizing: border-box;
}

#rexsun-processing-page h1,
#rexsun-processing-page h2,
#rexsun-processing-page h3,
#rexsun-processing-page p {
    margin: 0;
}

#rexsun-processing-page a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

#rexsun-processing-page button {
    font-family: inherit;
}

#rexsun-processing-page img,
#rexsun-processing-page svg {
    display: block;
}

#rexsun-processing-page p,
#rexsun-processing-page li {
    text-align: justify;
    text-justify: inter-word;
}

#rexsun-processing-page .rx-page-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    background: var(--rx-bg);
    pointer-events: none;
}

#rexsun-processing-page .rx-grid-lines {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.026) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.026) 1px, transparent 1px);
    background-size: 72px 72px;
}

#rexsun-processing-page .rx-bg-wash {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(248, 250, 252, 0.9), rgba(248, 250, 252, 1) 64%),
        linear-gradient(90deg, rgba(43, 76, 126, 0.055), transparent 42%, rgba(220, 38, 38, 0.035));
}

#rexsun-processing-page .rx-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

#rexsun-processing-page [data-rx-reveal] {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.78s ease, transform 0.78s var(--rx-ease);
}

#rexsun-processing-page [data-rx-reveal].rx-visible {
    opacity: 1;
    transform: translateY(0);
}

#rexsun-processing-page .rx-hero {
    padding: 132px 0 66px;
}

#rexsun-processing-page .rx-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(520px, 0.95fr);
    gap: 42px;
    align-items: center;
}

#rexsun-processing-page .rx-hero-copy {
    max-width: 760px;
}

#rexsun-processing-page .rx-eyebrow,
#rexsun-processing-page .rx-section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--rx-muted-strong);
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.6;
}

#rexsun-processing-page .rx-eyebrow {
    padding: 8px 14px;
    border: 1px solid var(--rx-border);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: var(--rx-shadow-soft);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

#rexsun-processing-page .rx-section-label {
    color: var(--rx-red);
    margin-bottom: 12px;
}

#rexsun-processing-page .rx-pulse-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: var(--rx-red);
    animation: rxProcessingPulse 2s infinite;
}

@keyframes rxProcessingPulse {
    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-processing-page .rx-hero-copy h1 {
    max-width: 760px;
    margin: 22px 0 18px;
    color: var(--rx-text);
    font-size: clamp(1.92rem, 2.85vw, 2.68rem);
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0;
}

#rexsun-processing-page .rx-hero-copy h1 span {
    display: block;
    color: var(--rx-steel);
}

#rexsun-processing-page .rx-hero-copy p {
    max-width: 700px;
    color: var(--rx-muted-strong);
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 2;
}

#rexsun-processing-page .rx-hero-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
    max-width: 700px;
}

#rexsun-processing-page .rx-hero-points div {
    min-height: 78px;
    padding: 13px;
    border: 1px solid var(--rx-border);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--rx-shadow-soft);
}

#rexsun-processing-page .rx-hero-points b {
    display: block;
    color: var(--rx-red);
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 9px;
}

#rexsun-processing-page .rx-hero-points span {
    display: block;
    color: var(--rx-steel-dark);
    font-size: 0.84rem;
    font-weight: 850;
    line-height: 1.65;
}

#rexsun-processing-page .rx-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

#rexsun-processing-page .rx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1.45;
    transition: transform 0.28s var(--rx-ease), box-shadow 0.28s ease, background 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}

#rexsun-processing-page .rx-btn svg {
    width: 19px;
    height: 19px;
    transition: transform 0.28s var(--rx-ease);
}

#rexsun-processing-page .rx-btn:hover svg {
    transform: translateX(-4px);
}

#rexsun-processing-page .rx-btn-primary {
    color: #ffffff;
    background: var(--rx-red);
    box-shadow: 0 16px 30px rgba(220, 38, 38, 0.22);
}

#rexsun-processing-page .rx-btn-primary:hover {
    background: var(--rx-red-dark);
    transform: translateY(-3px);
    box-shadow: 0 22px 38px rgba(220, 38, 38, 0.28);
}

#rexsun-processing-page .rx-btn-secondary {
    color: var(--rx-steel-dark);
    background: rgba(255, 255, 255, 0.82);
    border-color: var(--rx-border);
}

#rexsun-processing-page .rx-btn-secondary:hover {
    color: var(--rx-red);
    border-color: rgba(220, 38, 38, 0.24);
    transform: translateY(-3px);
}

#rexsun-processing-page .rx-hero-mosaic {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(0, 0.82fr);
    grid-template-rows: 185px 185px 150px;
    gap: 12px;
    min-height: 532px;
}

#rexsun-processing-page .rx-shot {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--rx-border);
    border-radius: 16px;
    background: #e2e8f0;
    box-shadow: var(--rx-shadow-soft);
    isolation: isolate;
}

#rexsun-processing-page .rx-shot-main {
    grid-row: 1 / 3;
}

#rexsun-processing-page .rx-shot-wide {
    grid-column: 1 / -1;
}

#rexsun-processing-page .rx-shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: contrast(106%) saturate(94%);
    transition: transform 0.7s var(--rx-ease);
}

#rexsun-processing-page .rx-shot:hover img {
    transform: scale(1.055);
}

#rexsun-processing-page .rx-shot::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 44%, rgba(15, 23, 42, 0.78));
}

#rexsun-processing-page .rx-shot div {
    position: absolute;
    right: 16px;
    bottom: 14px;
    left: 16px;
    z-index: 2;
}

#rexsun-processing-page .rx-shot span {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.78);
    direction: ltr;
    font-size: 0.74rem;
    font-weight: 900;
}

#rexsun-processing-page .rx-shot strong {
    display: block;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1.55;
}

#rexsun-processing-page .rx-service-brief,
#rexsun-processing-page .rx-field-section,
#rexsun-processing-page .rx-atlas-section,
#rexsun-processing-page .rx-output-section,
#rexsun-processing-page .rx-case-section {
    padding: 82px 0;
}

#rexsun-processing-page .rx-brief-band {
    display: grid;
    grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    padding: 30px;
    border: 1px solid var(--rx-border);
    border-right: 4px solid var(--rx-red);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--rx-shadow-soft);
}

#rexsun-processing-page .rx-brief-band span {
    display: block;
    direction: ltr;
    color: var(--rx-steel);
    font-size: 0.78rem;
    font-weight: 900;
    margin-bottom: 8px;
}

#rexsun-processing-page .rx-brief-band strong {
    color: var(--rx-text);
    font-size: 1.22rem;
    font-weight: 900;
    line-height: 1.65;
}

#rexsun-processing-page .rx-brief-band p,
#rexsun-processing-page .rx-section-head p,
#rexsun-processing-page .rx-stage-panel p,
#rexsun-processing-page .rx-output-copy p,
#rexsun-processing-page .rx-output-list p,
#rexsun-processing-page .rx-case-copy p,
#rexsun-processing-page .rx-cta-panel p {
    color: var(--rx-muted-strong);
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 2;
}

#rexsun-processing-page .rx-section-head {
    max-width: 900px;
    margin-bottom: 34px;
}

#rexsun-processing-page .rx-section-head-row {
    max-width: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 36px;
}

#rexsun-processing-page .rx-section-head-row p {
    max-width: 500px;
}

#rexsun-processing-page .rx-section-head h2,
#rexsun-processing-page .rx-output-copy h2,
#rexsun-processing-page .rx-case-copy h2,
#rexsun-processing-page .rx-cta-panel h2 {
    color: var(--rx-text);
    font-size: clamp(1.55rem, 2.45vw, 2.18rem);
    font-weight: 900;
    line-height: 1.55;
}

#rexsun-processing-page .rx-section-head p {
    max-width: 780px;
    margin-top: 12px;
}

#rexsun-processing-page .rx-field-layout {
    display: grid;
    grid-template-columns: minmax(270px, 0.32fr) minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
}

#rexsun-processing-page .rx-field-nav {
    display: grid;
    gap: 10px;
}

#rexsun-processing-page .rx-field-nav button {
    min-height: 92px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 18px;
    border: 1px solid var(--rx-border);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.68);
    color: var(--rx-text);
    text-align: right;
    cursor: pointer;
    transition: transform 0.28s var(--rx-ease), border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

#rexsun-processing-page .rx-field-nav button:hover,
#rexsun-processing-page .rx-field-nav button.is-active {
    transform: translateY(-2px);
    border-color: rgba(220, 38, 38, 0.24);
    background: #ffffff;
    box-shadow: var(--rx-shadow-soft);
}

#rexsun-processing-page .rx-field-nav b {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--rx-red);
    border: 1px solid rgba(220, 38, 38, 0.16);
    border-radius: 10px;
    background: rgba(220, 38, 38, 0.07);
    font-size: 0.88rem;
    font-weight: 900;
}

#rexsun-processing-page .rx-field-nav span {
    color: var(--rx-steel-dark);
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1.65;
}

#rexsun-processing-page .rx-stage-view {
    min-width: 0;
}

#rexsun-processing-page .rx-stage-panel {
    display: none;
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--rx-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--rx-shadow);
}

#rexsun-processing-page .rx-stage-panel.is-active {
    display: grid;
    grid-template-columns: minmax(320px, 0.46fr) minmax(0, 1fr);
    animation: rxPanelIn 0.38s var(--rx-ease) both;
}

@keyframes rxPanelIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

#rexsun-processing-page .rx-stage-panel img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    background: #e2e8f0;
}

#rexsun-processing-page .rx-stage-panel div {
    padding: 34px;
}

#rexsun-processing-page .rx-stage-panel h3 {
    color: var(--rx-text);
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 12px;
}

#rexsun-processing-page .rx-stage-panel ul {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

#rexsun-processing-page .rx-stage-panel li {
    padding: 12px 14px;
    border: 1px solid var(--rx-border);
    border-radius: 10px;
    background: rgba(248, 250, 252, 0.82);
    color: var(--rx-steel-dark);
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.75;
}

#rexsun-processing-page .rx-atlas-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 225px;
    gap: 14px;
}

#rexsun-processing-page .rx-atlas-item {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--rx-border);
    border-radius: 16px;
    background: #e2e8f0;
    box-shadow: var(--rx-shadow-soft);
    isolation: isolate;
}

#rexsun-processing-page .rx-atlas-large {
    grid-column: span 2;
    grid-row: span 2;
}

#rexsun-processing-page .rx-atlas-tall {
    grid-row: span 2;
}

#rexsun-processing-page .rx-atlas-wide {
    grid-column: span 2;
}

#rexsun-processing-page .rx-atlas-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s var(--rx-ease);
}

#rexsun-processing-page .rx-atlas-item:hover img {
    transform: scale(1.06);
}

#rexsun-processing-page .rx-atlas-item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 48%, rgba(15, 23, 42, 0.78));
}

#rexsun-processing-page .rx-atlas-item::before {
    content: "↗";
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.48);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.28s ease, transform 0.28s ease;
}

#rexsun-processing-page .rx-atlas-item:hover::before {
    opacity: 1;
    transform: translateY(0);
}

#rexsun-processing-page .rx-atlas-item div {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 2;
}

#rexsun-processing-page .rx-atlas-item span {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.78rem;
    font-weight: 900;
    margin-bottom: 7px;
}

#rexsun-processing-page .rx-atlas-item h3 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.55;
}

#rexsun-processing-page .rx-output-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.36fr) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

#rexsun-processing-page .rx-output-copy {
    position: sticky;
    top: 116px;
}

#rexsun-processing-page .rx-output-copy h2 {
    margin-bottom: 14px;
}

#rexsun-processing-page .rx-output-list {
    display: grid;
    gap: 14px;
}

#rexsun-processing-page .rx-output-list div {
    display: grid;
    grid-template-columns: 88px minmax(160px, 0.32fr) minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 22px;
    border: 1px solid var(--rx-border);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--rx-shadow-soft);
}

#rexsun-processing-page .rx-output-list b {
    direction: ltr;
    color: transparent;
    -webkit-text-stroke: 1px rgba(43, 76, 126, 0.4);
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1;
}

#rexsun-processing-page .rx-output-list h3 {
    color: var(--rx-text);
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.6;
}

#rexsun-processing-page .rx-case-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.58fr);
    gap: 18px;
    padding: 16px;
    border: 1px solid var(--rx-border);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--rx-shadow);
}

#rexsun-processing-page .rx-case-media {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    border-radius: 18px;
    background: #e2e8f0;
}

#rexsun-processing-page .rx-case-main {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: opacity 0.24s ease, filter 0.24s ease, transform 0.75s var(--rx-ease);
}

#rexsun-processing-page .rx-case-main.is-changing {
    opacity: 0.55;
    filter: blur(4px);
}

#rexsun-processing-page .rx-case-media:hover .rx-case-main {
    transform: scale(1.035);
}

#rexsun-processing-page .rx-case-thumbs {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: flex;
    gap: 10px;
    padding: 10px;
    overflow-x: auto;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.52);
    backdrop-filter: blur(10px);
    scrollbar-width: none;
}

#rexsun-processing-page .rx-case-thumbs::-webkit-scrollbar {
    display: none;
}

#rexsun-processing-page .rx-case-thumbs button {
    width: 82px;
    height: 58px;
    flex: 0 0 82px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 9px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    opacity: 0.78;
    transition: opacity 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
}

#rexsun-processing-page .rx-case-thumbs button:hover,
#rexsun-processing-page .rx-case-thumbs button.is-active {
    opacity: 1;
    transform: translateY(-2px);
}

#rexsun-processing-page .rx-case-thumbs button.is-active {
    border-color: var(--rx-red);
}

#rexsun-processing-page .rx-case-copy {
    padding: 26px;
}

#rexsun-processing-page .rx-case-copy h2 {
    margin-bottom: 14px;
}

#rexsun-processing-page .rx-case-facts {
    display: grid;
    gap: 10px;
    margin: 24px 0;
}

#rexsun-processing-page .rx-case-facts div {
    padding: 14px;
    border: 1px solid var(--rx-border);
    border-radius: 10px;
    background: rgba(248, 250, 252, 0.86);
}

#rexsun-processing-page .rx-case-facts strong {
    display: block;
    direction: ltr;
    color: var(--rx-red);
    font-size: 1.05rem;
    font-weight: 900;
    margin-bottom: 6px;
}

#rexsun-processing-page .rx-case-facts span {
    color: var(--rx-muted-strong);
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.65;
}

#rexsun-processing-page .rx-cta-section {
    padding: 76px 0 112px;
}

#rexsun-processing-page .rx-cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    padding: 40px;
    border: 1px solid var(--rx-border);
    border-radius: 20px;
    background:
        linear-gradient(90deg, rgba(220, 38, 38, 0.07), transparent 46%),
        rgba(255, 255, 255, 0.74);
    box-shadow: var(--rx-shadow);
}

#rexsun-processing-page .rx-cta-panel h2 {
    max-width: 820px;
    margin: 18px 0 10px;
}

#rexsun-processing-page .rx-cta-panel p {
    max-width: 760px;
}

@media (max-width: 1180px) {
    #rexsun-processing-page .rx-hero-layout,
    #rexsun-processing-page .rx-brief-band,
    #rexsun-processing-page .rx-field-layout,
    #rexsun-processing-page .rx-output-layout,
    #rexsun-processing-page .rx-case-panel {
        grid-template-columns: 1fr;
    }

    #rexsun-processing-page .rx-hero-copy {
        max-width: 860px;
    }

    #rexsun-processing-page .rx-hero-copy p,
    #rexsun-processing-page .rx-hero-points {
        max-width: 820px;
    }

    #rexsun-processing-page .rx-hero-mosaic {
        min-height: 500px;
    }

    #rexsun-processing-page .rx-output-copy {
        position: relative;
        top: auto;
    }

    #rexsun-processing-page .rx-stage-panel.is-active {
        grid-template-columns: 1fr;
    }

    #rexsun-processing-page .rx-stage-panel img {
        min-height: 360px;
        max-height: 420px;
    }

    #rexsun-processing-page .rx-atlas-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #rexsun-processing-page .rx-output-list div {
        grid-template-columns: 80px minmax(0, 1fr);
    }

    #rexsun-processing-page .rx-output-list p {
        grid-column: 2;
    }

    #rexsun-processing-page .rx-cta-panel {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    #rexsun-processing-page p,
    #rexsun-processing-page li {
        text-align: right;
    }

    #rexsun-processing-page .rx-hero {
        padding: 112px 0 54px;
    }

    #rexsun-processing-page .rx-hero-copy h1 {
        font-size: 2rem;
        line-height: 1.55;
    }

    #rexsun-processing-page .rx-hero-copy p,
    #rexsun-processing-page .rx-brief-band p,
    #rexsun-processing-page .rx-section-head p,
    #rexsun-processing-page .rx-stage-panel p,
    #rexsun-processing-page .rx-output-copy p,
    #rexsun-processing-page .rx-output-list p,
    #rexsun-processing-page .rx-case-copy p,
    #rexsun-processing-page .rx-cta-panel p {
        font-size: 0.96rem;
        line-height: 1.95;
    }

    #rexsun-processing-page .rx-hero-actions,
    #rexsun-processing-page .rx-hero-points,
    #rexsun-processing-page .rx-hero-mosaic {
        grid-template-columns: 1fr;
    }

    #rexsun-processing-page .rx-hero-actions {
        flex-direction: column;
    }

    #rexsun-processing-page .rx-btn {
        width: 100%;
    }

    #rexsun-processing-page .rx-hero-points {
        gap: 8px;
    }

    #rexsun-processing-page .rx-hero-mosaic {
        grid-template-rows: none;
        grid-auto-rows: 220px;
        min-height: auto;
    }

    #rexsun-processing-page .rx-shot-main,
    #rexsun-processing-page .rx-shot-wide {
        grid-column: auto;
        grid-row: auto;
    }

    #rexsun-processing-page .rx-service-brief,
    #rexsun-processing-page .rx-field-section,
    #rexsun-processing-page .rx-atlas-section,
    #rexsun-processing-page .rx-output-section,
    #rexsun-processing-page .rx-case-section {
        padding: 62px 0;
    }

    #rexsun-processing-page .rx-section-head-row {
        display: block;
    }

    #rexsun-processing-page .rx-section-head h2,
    #rexsun-processing-page .rx-output-copy h2,
    #rexsun-processing-page .rx-case-copy h2,
    #rexsun-processing-page .rx-cta-panel h2 {
        font-size: 1.55rem;
    }

    #rexsun-processing-page .rx-brief-band,
    #rexsun-processing-page .rx-stage-panel div,
    #rexsun-processing-page .rx-case-copy,
    #rexsun-processing-page .rx-cta-panel {
        padding: 24px;
    }

    #rexsun-processing-page .rx-atlas-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 265px;
    }

    #rexsun-processing-page .rx-atlas-large,
    #rexsun-processing-page .rx-atlas-tall,
    #rexsun-processing-page .rx-atlas-wide {
        grid-column: auto;
        grid-row: auto;
    }

    #rexsun-processing-page .rx-output-list div {
        grid-template-columns: 1fr;
    }

    #rexsun-processing-page .rx-output-list p {
        grid-column: auto;
    }

    #rexsun-processing-page .rx-case-media {
        min-height: 390px;
    }

    #rexsun-processing-page .rx-cta-section {
        padding: 56px 0 86px;
    }
}

@media (max-width: 480px) {
    #rexsun-processing-page .rx-container {
        padding: 0 18px;
    }

    #rexsun-processing-page .rx-hero-copy h1 {
        font-size: 1.78rem;
    }

    #rexsun-processing-page .rx-hero-mosaic {
        grid-auto-rows: 190px;
    }

    #rexsun-processing-page .rx-field-nav button {
        grid-template-columns: 1fr;
    }

    #rexsun-processing-page .rx-stage-panel img {
        min-height: 280px;
    }

    #rexsun-processing-page .rx-case-media {
        min-height: 340px;
    }

    #rexsun-processing-page .rx-case-thumbs button {
        width: 70px;
        height: 52px;
        flex-basis: 70px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #rexsun-processing-page *,
    #rexsun-processing-page *::before,
    #rexsun-processing-page *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}/* End custom CSS */