:root {
    --yue-navy: #080530;
    --yue-navy-2: #17134f;
    --yue-orange: #ef7133;
    --yue-amber: #f7aa25;
    --yue-cream: #fce9dc;
    --yue-cream-2: #f8d9c7;
    --yue-ivory: #f2e2d8;
    --yue-text: #30324f;
    --yue-muted: #54586f;
    --yue-line: rgba(8, 5, 48, 0.20);
    --yue-white: #ffffff;
    --yue-shadow: 0 18px 55px rgba(8, 5, 48, 0.14);
}

/*
 * Elementor 4 compatibility layer.
 * Keep brand colors in this first-party plugin so Elementor, Hello Elementor
 * and Essential Addons remain untouched and can be upgraded normally.
 */
.yue-page .yue-kicker .elementor-heading-title {
    color: var(--yue-orange) !important;
}

.yue-page .yue-title .elementor-heading-title,
.yue-page .yue-title--section .elementor-heading-title {
    color: var(--yue-navy) !important;
}

.yue-page .yue-lead,
.yue-page .yue-body {
    color: var(--yue-muted) !important;
}

.yue-page .yue-section--dark .yue-title .elementor-heading-title,
.yue-page .yue-section--dark .yue-title--section .elementor-heading-title {
    color: var(--yue-white) !important;
}

.yue-page .yue-section--dark .yue-lead,
.yue-page .yue-section--dark .yue-body {
    color: rgba(255, 255, 255, 0.76) !important;
}

.yue-page .yue-button .elementor-button {
    background-color: var(--yue-orange) !important;
    background-image: linear-gradient(135deg, var(--yue-orange), var(--yue-amber)) !important;
    color: var(--yue-navy) !important;
}

.yue-page .yue-button--ghost .elementor-button {
    background-color: rgba(255, 255, 255, 0.76) !important;
    background-image: none !important;
    color: var(--yue-navy) !important;
}

.yue-page .yue-section--dark .yue-button--ghost .elementor-button {
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: var(--yue-white) !important;
}

html {
    scroll-behavior: smooth;
}

.eael-ext-scroll-to-top-wrap {
    display: none !important;
}

body {
    color: var(--yue-text);
    background: var(--yue-cream);
    font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
}

.yue-page {
    overflow: hidden;
}

.yue-accent {
    color: var(--yue-orange);
}

.yue-page .elementor-widget-heading,
.yue-page .elementor-widget-text-editor {
    margin-bottom: 0;
}

.yue-section {
    padding: 92px 24px;
}

.yue-section > .elementor-container {
    max-width: 1180px;
}

.yue-section--warm {
    background: var(--yue-cream);
}

.yue-section--white {
    background: var(--yue-white);
}

.yue-section--ivory {
    background: var(--yue-ivory);
}

.yue-section--dark {
    color: var(--yue-white);
    background:
        radial-gradient(circle at 80% 18%, rgba(249, 145, 79, 0.20), transparent 30%),
        linear-gradient(135deg, var(--yue-navy) 0%, var(--yue-navy-2) 100%);
}

.yue-kicker .elementor-heading-title {
    color: var(--yue-orange);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.4;
    text-transform: uppercase;
}

.yue-title .elementor-heading-title {
    color: var(--yue-navy);
    font-size: clamp(38px, 4.2vw, 64px);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.14;
}

.yue-title--section .elementor-heading-title {
    color: var(--yue-navy);
    font-size: clamp(30px, 3vw, 46px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.2;
}

.yue-section--dark .yue-title .elementor-heading-title,
.yue-section--dark .yue-title--section .elementor-heading-title {
    color: var(--yue-white);
}

.yue-lead,
.yue-body {
    color: var(--yue-muted);
    font-size: 17px;
    line-height: 1.9;
}

.yue-lead {
    font-size: 18px;
}

.yue-section--dark .yue-lead,
.yue-section--dark .yue-body {
    color: rgba(255, 255, 255, 0.72);
}

.yue-heading-stack > .elementor-widget-wrap {
    gap: 20px;
}

.yue-center {
    text-align: center;
}

.yue-center .elementor-widget-text-editor {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.yue-button .elementor-button {
    min-width: 148px;
    padding: 15px 24px;
    border: 1px solid var(--yue-orange);
    border-radius: 12px;
    background: linear-gradient(135deg, var(--yue-orange), var(--yue-amber));
    box-shadow: 0 12px 30px rgba(249, 145, 79, 0.26);
    color: var(--yue-navy);
    font-size: 15px;
    font-weight: 800;
}

.yue-button .elementor-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(249, 145, 79, 0.34);
}

.yue-button--ghost .elementor-button {
    border-color: rgba(8, 5, 48, 0.18);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: none;
    color: var(--yue-navy);
}

.yue-section--dark .yue-button--ghost .elementor-button {
    border-color: rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.08);
    color: var(--yue-white);
}

.yue-hero {
    min-height: 720px;
    padding-top: 94px;
    padding-bottom: 100px;
    background:
        radial-gradient(circle at 84% 18%, rgba(247, 170, 37, 0.36), transparent 29%),
        radial-gradient(circle at 12% 68%, rgba(239, 113, 51, 0.24), transparent 34%),
        var(--yue-cream);
}

.yue-home-hero {
    min-height: 630px;
    padding-top: 56px;
    padding-bottom: 66px;
}

.yue-subhero {
    min-height: 620px;
}

.yue-hero > .elementor-container {
    align-items: center;
}

.yue-hero-copy > .elementor-widget-wrap {
    gap: 22px;
    padding-right: 62px;
}

.yue-hero-actions > .elementor-container {
    justify-content: flex-start;
    gap: 16px;
}

.yue-hero-actions .elementor-column {
    width: auto !important;
}

.yue-hero-actions .elementor-widget-wrap {
    padding: 0;
}

.yue-hero-visual > .elementor-widget-wrap {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    padding: 42px;
    border: 1px solid rgba(8, 5, 48, 0.14);
    border-radius: 34px;
    background:
        linear-gradient(rgba(255,250,246,.91), rgba(255,250,246,.91)),
        repeating-linear-gradient(0deg, transparent 0 28px, rgba(8,5,48,.05) 29px 30px),
        repeating-linear-gradient(90deg, transparent 0 28px, rgba(8,5,48,.05) 29px 30px);
    box-shadow: var(--yue-shadow);
}

.yue-hero-visual > .elementor-widget-wrap::before,
.yue-hero-visual > .elementor-widget-wrap::after {
    position: absolute;
    content: "";
    border-radius: 999px;
}

.yue-hero-visual > .elementor-widget-wrap::before {
    right: -90px;
    top: -110px;
    width: 290px;
    height: 290px;
    background: rgba(247, 170, 37, 0.26);
}

.yue-hero-visual > .elementor-widget-wrap::after {
    left: -110px;
    bottom: -120px;
    width: 280px;
    height: 280px;
    background: rgba(239, 113, 51, 0.18);
}

/* Company homepage: open brand ecosystem instead of a product card. */
.yue-brand-orbit-column > .elementor-widget-wrap {
    align-items: center;
    justify-content: center;
    padding-left: 24px;
}

.yue-brand-orbit-widget,
.yue-brand-orbit-widget .elementor-widget-container {
    width: 100%;
}

.yue-brand-orbit {
    position: relative;
    width: min(100%, 520px);
    aspect-ratio: 1 / 1;
    margin: 0 auto;
}

.yue-orbit-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(8,5,48,.12);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.yue-orbit-ring--one {
    width: 72%;
    height: 72%;
}

.yue-orbit-ring--two {
    width: 96%;
    height: 96%;
    border-style: dashed;
    border-color: rgba(249,145,79,.24);
}

.yue-orbit-core {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: flex;
    width: 220px;
    height: 220px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background:
        radial-gradient(circle at 32% 22%, rgba(255,255,255,.24), transparent 30%),
        linear-gradient(145deg, var(--yue-navy-2), var(--yue-navy));
    box-shadow: 0 25px 70px rgba(8,5,48,.24);
    color: var(--yue-white);
    text-align: center;
    transform: translate(-50%, -50%);
}

.yue-orbit-core small {
    color: var(--yue-amber);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
}

.yue-orbit-core strong {
    margin: 8px 0 4px;
    font-size: 32px;
    font-weight: 800;
}

.yue-orbit-core span {
    color: rgba(255,255,255,.66);
    font-size: 14px;
}

.yue-orbit-node {
    position: absolute;
    z-index: 3;
    min-width: 154px;
    padding: 17px 19px;
    border: 1px solid rgba(8,5,48,.10);
    border-radius: 18px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 14px 35px rgba(8,5,48,.10);
    text-align: center;
}

.yue-orbit-node b,
.yue-orbit-node span {
    display: block;
}

.yue-orbit-node b {
    color: var(--yue-navy);
    font-size: 17px;
}

.yue-orbit-node span {
    margin-top: 4px;
    color: var(--yue-muted);
    font-size: 12px;
}

.yue-orbit-node--product { left: 50%; top: 0; transform: translateX(-50%); }
.yue-orbit-node--delivery { left: 0; bottom: 10%; }
.yue-orbit-node--ai { right: 0; bottom: 10%; }

.yue-orbit-caption {
    position: absolute;
    left: 50%;
    bottom: 0;
    color: var(--yue-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    transform: translateX(-50%);
    white-space: nowrap;
}

/* CertTop: desktop and mini-program product scene. */
.yue-cert-hero > .elementor-container {
    max-width: 1240px;
}

.yue-device-scene-column > .elementor-widget-wrap,
.yue-device-scene-widget,
.yue-device-scene-widget .elementor-widget-container {
    width: 100%;
}

.yue-device-scene {
    position: relative;
    min-height: 520px;
}

.yue-desktop-frame {
    position: absolute;
    left: 0;
    top: 54px;
    width: 88%;
    overflow: hidden;
    border: 1px solid rgba(8,5,48,.12);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(8,5,48,.16);
}

.yue-browser-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 34px;
    padding: 0 14px;
    background: #f4f5f8;
    color: var(--yue-muted);
    font-size: 10px;
}

.yue-browser-bar span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d9dbe4;
}

.yue-browser-bar span:first-child { background: #ff9a62; }
.yue-browser-bar span:nth-child(2) { background: #ffca57; }
.yue-browser-bar span:nth-child(3) { background: #62c9b6; }
.yue-browser-bar b { margin-left: 8px; font-weight: 700; }

.yue-desktop-ui {
    display: grid;
    grid-template-columns: 106px 1fr;
    min-height: 344px;
}

.yue-desktop-ui aside {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 22px 16px;
    background: var(--yue-navy);
    color: rgba(255,255,255,.56);
    font-size: 10px;
}

.yue-desktop-ui aside strong {
    margin-bottom: 8px;
    color: var(--yue-white);
    font-size: 16px;
}

.yue-desktop-ui aside i {
    font-style: normal;
}

.yue-desktop-ui aside i:nth-child(4) {
    color: var(--yue-amber);
}

.yue-desktop-ui main {
    padding: 20px 22px 18px;
    background: #fbfbfd;
}

.yue-desktop-ui header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yue-desktop-ui header small,
.yue-desktop-ui header b {
    display: block;
}

.yue-desktop-ui header small {
    color: var(--yue-muted);
    font-size: 9px;
}

.yue-desktop-ui header b {
    margin-top: 3px;
    color: var(--yue-navy);
    font-size: 17px;
}

.yue-desktop-ui header em {
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--yue-cream-2);
    color: var(--yue-orange);
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
}

.yue-ui-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 18px;
}

.yue-ui-metrics span {
    padding: 13px 12px;
    border: 1px solid rgba(8,5,48,.07);
    border-radius: 12px;
    background: #fff;
}

.yue-ui-metrics b,
.yue-ui-metrics small {
    display: block;
}

.yue-ui-metrics b {
    color: var(--yue-navy);
    font-size: 20px;
}

.yue-ui-metrics small {
    margin-top: 3px;
    color: var(--yue-muted);
    font-size: 8px;
}

.yue-ui-flow {
    display: flex;
    align-items: center;
    margin: 20px 0 14px;
    color: var(--yue-navy);
    font-size: 8px;
}

.yue-ui-flow b {
    padding: 7px 8px;
    border-radius: 8px;
    background: var(--yue-cream-2);
    white-space: nowrap;
}

.yue-ui-flow i {
    height: 1px;
    flex: 1;
    background: rgba(249,145,79,.45);
}

.yue-ui-chart {
    display: flex;
    align-items: flex-end;
    gap: 13px;
    height: 82px;
    padding: 12px 16px 0;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255,255,255,.9), #fff8f3);
}

.yue-ui-chart span {
    flex: 1;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(180deg, var(--yue-orange), var(--yue-amber));
}

.yue-phone-frame {
    position: absolute;
    right: 0;
    bottom: 8px;
    z-index: 4;
    width: 176px;
    min-height: 354px;
    padding: 24px 14px 15px;
    border: 7px solid var(--yue-navy);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(8,5,48,.26);
}

.yue-phone-notch {
    position: absolute;
    left: 50%;
    top: 7px;
    width: 52px;
    height: 6px;
    border-radius: 999px;
    background: var(--yue-navy);
    transform: translateX(-50%);
}

.yue-phone-head small,
.yue-phone-head b {
    display: block;
}

.yue-phone-head small {
    color: var(--yue-orange);
    font-size: 9px;
    font-weight: 800;
}

.yue-phone-head b {
    margin-top: 5px;
    color: var(--yue-navy);
    font-size: 15px;
}

.yue-phone-stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 18px 0 13px;
    padding: 13px;
    border-radius: 13px;
    background: linear-gradient(135deg, var(--yue-navy), var(--yue-navy-2));
    color: #fff;
    font-size: 9px;
}

.yue-phone-stat b {
    color: var(--yue-amber);
    font-size: 22px;
}

.yue-phone-task {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 9px;
    padding: 10px;
    border: 1px solid rgba(8,5,48,.08);
    border-radius: 11px;
}

.yue-phone-task i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--yue-orange);
}

.yue-phone-task b,
.yue-phone-task small {
    display: block;
}

.yue-phone-task b { color: var(--yue-navy); font-size: 10px; }
.yue-phone-task small { margin-top: 3px; color: var(--yue-muted); font-size: 8px; }

.yue-phone-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    display: flex;
    justify-content: space-between;
    color: var(--yue-muted);
    font-size: 8px;
}

.yue-device-label {
    position: absolute;
    left: 22px;
    bottom: 22px;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 10px 28px rgba(8,5,48,.12);
    color: var(--yue-muted);
    font-size: 11px;
}

.yue-device-label b { color: var(--yue-navy); }

/* Services: centered delivery roadmap; About: dark editorial hero. */
.yue-service-hero {
    background:
        radial-gradient(circle at 50% 0, rgba(255,188,58,.22), transparent 30%),
        linear-gradient(180deg, var(--yue-cream) 0%, #fff 100%);
}

.yue-service-hero-copy > .elementor-widget-wrap {
    align-items: stretch;
    gap: 22px;
}

.yue-service-hero .yue-title .elementor-heading-title,
.yue-service-hero .yue-lead,
.yue-service-hero .yue-lead p {
    text-align: center;
}

.yue-service-hero .yue-lead {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.yue-service-hero .yue-hero-actions > .elementor-container {
    justify-content: center;
}

.yue-service-hero .yue-timeline {
    margin-top: 32px;
}

.yue-service-hero .yue-timeline-step > .elementor-widget-wrap {
    min-height: 150px;
    border: 1px solid rgba(8,5,48,.08);
    border-top: 4px solid var(--yue-orange);
    border-radius: 18px;
    background: rgba(255,255,255,.90);
    box-shadow: 0 16px 36px rgba(8,5,48,.07);
}

.yue-about-hero {
    min-height: 650px;
    background:
        radial-gradient(circle at 80% 10%, rgba(249,145,79,.22), transparent 28%),
        linear-gradient(135deg, var(--yue-navy) 0%, #1c1658 100%);
}

.yue-about-hero-copy > .elementor-widget-wrap {
    align-items: stretch;
    gap: 24px;
}

.yue-about-hero .yue-title .elementor-heading-title,
.yue-about-hero .yue-lead,
.yue-about-hero .yue-lead p {
    text-align: center;
}

.yue-about-hero .yue-lead {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

.yue-about-hero .yue-button {
    text-align: center;
}

.yue-about-hero .yue-stat > .elementor-widget-wrap {
    border-color: var(--yue-orange);
    background: rgba(255,255,255,.07);
}

.yue-about-hero .yue-stat-title .elementor-heading-title {
    color: var(--yue-white);
}

.yue-about-hero .yue-stat-text {
    color: rgba(255,255,255,.62);
}

.yue-visual-label .elementor-heading-title {
    color: var(--yue-orange);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
}

.yue-visual-title .elementor-heading-title {
    max-width: 350px;
    color: var(--yue-navy);
    font-size: 34px;
    font-weight: 800;
    line-height: 1.28;
}

.yue-mini-grid {
    margin-top: 26px;
}

.yue-mini-grid > .elementor-container {
    flex-wrap: wrap;
}

.yue-mini-card > .elementor-widget-wrap {
    align-content: center;
    align-items: stretch;
    justify-content: center;
    min-height: 116px;
    margin: 8px;
    padding: 21px 20px !important;
    border: 1px solid rgba(8, 5, 48, .09);
    border-radius: 18px;
    background: rgba(255, 255, 255, .88);
    text-align: center;
}

.yue-mini-card .elementor-heading-title {
    color: var(--yue-navy);
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

.yue-mini-card .elementor-widget-text-editor {
    margin-top: 8px;
    color: var(--yue-muted);
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}

.yue-section-head > .elementor-widget-wrap {
    gap: 18px;
    padding-bottom: 46px;
}

.yue-card-row > .elementor-container {
    align-items: stretch;
}

.yue-card {
    padding: 9px;
}

.yue-card > .elementor-widget-wrap {
    height: 100%;
    gap: 14px;
    margin: 0;
    padding: 30px !important;
    border: 1px solid var(--yue-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 14px 36px rgba(8, 5, 48, .06);
    transition: transform .2s ease, box-shadow .2s ease;
}

.yue-card > .elementor-widget-wrap:hover {
    transform: translateY(-5px);
    box-shadow: var(--yue-shadow);
}

.yue-card-row--centered .yue-card > .elementor-widget-wrap {
    align-content: center;
    align-items: stretch;
    justify-content: center;
    min-height: 210px;
    padding: 30px 22px !important;
    text-align: center;
}

.yue-card-row--centered .yue-card-number .elementor-heading-title,
.yue-card-row--centered .yue-card-title .elementor-heading-title,
.yue-card-row--centered .yue-card-text,
.yue-card-row--centered .yue-card-text p {
    text-align: center;
}

.yue-card-number .elementor-heading-title {
    color: var(--yue-orange);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
}

.yue-card-title .elementor-heading-title {
    color: var(--yue-navy);
    font-size: 23px;
    font-weight: 800;
    line-height: 1.35;
}

.yue-card-text {
    color: var(--yue-muted);
    font-size: 15px;
    line-height: 1.75;
}

.yue-section--dark .yue-card > .elementor-widget-wrap {
    border-color: rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .06);
    box-shadow: none;
}

.yue-section--dark .yue-card-title .elementor-heading-title {
    color: var(--yue-white);
}

.yue-section--dark .yue-card-text {
    color: rgba(255, 255, 255, .66);
}

.yue-product-copy > .elementor-widget-wrap {
    gap: 20px;
    padding-right: 54px;
}

.yue-flow-panel > .elementor-widget-wrap {
    gap: 0;
    padding: 24px 28px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 26px;
    background: rgba(255, 255, 255, .06);
}

.yue-flow-step > .elementor-widget-wrap {
    position: relative;
    min-height: 76px;
    padding: 17px 12px !important;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.yue-flow-step:last-child > .elementor-widget-wrap {
    border-bottom: 0;
}

.yue-flow-step > .elementor-widget-wrap::before {
    display: none;
    content: none;
}

.yue-flow-step .elementor-heading-title {
    color: var(--yue-white);
    font-size: 17px;
    font-weight: 800;
}

.yue-flow-step .elementor-widget-text-editor {
    margin-top: 5px;
    color: rgba(255, 255, 255, .58);
    font-size: 13px;
}

.yue-stat > .elementor-widget-wrap {
    align-content: center;
    align-items: stretch;
    justify-content: center;
    min-height: 140px;
    gap: 10px;
    margin: 8px;
    padding: 28px 26px !important;
    border-top: 3px solid var(--yue-orange);
    background: rgba(255, 255, 255, .55);
    text-align: center;
}

.yue-stat-title .elementor-heading-title {
    color: var(--yue-navy);
    font-size: 22px;
    font-weight: 800;
    text-align: center;
}

.yue-stat-text {
    color: var(--yue-muted);
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
}

.yue-ai-panel > .elementor-widget-wrap {
    align-items: stretch;
    padding: 52px !important;
    border: 1px solid rgba(8, 5, 48, .08);
    border-radius: 30px;
    background:
        radial-gradient(circle at 80% 10%, rgba(255,188,58,.20), transparent 30%),
        linear-gradient(135deg, #fff 0%, #fff5ed 100%);
    box-shadow: var(--yue-shadow);
}

.yue-ai-layout > .elementor-container {
    align-items: center;
}

.yue-ai-copy > .elementor-widget-wrap {
    gap: 20px;
    padding: 0 52px 0 0 !important;
}

.yue-ai-panel .yue-hero-actions > .elementor-container {
    justify-content: flex-start;
}

.yue-ai-capabilities > .elementor-widget-wrap {
    padding: 12px !important;
    border-radius: 26px;
    background:
        radial-gradient(circle at 85% 12%, rgba(255,188,58,.22), transparent 28%),
        linear-gradient(145deg, var(--yue-navy), #252066);
    box-shadow: 0 24px 55px rgba(8,5,48,.18);
}

.yue-ai-capabilities .yue-mini-grid {
    margin-top: 0;
}

.yue-ai-capabilities .yue-mini-card > .elementor-widget-wrap {
    min-height: 138px;
    border-color: rgba(255,255,255,.12);
    background: rgba(255,255,255,.07);
}

.yue-ai-capabilities .yue-mini-card .elementor-heading-title {
    color: var(--yue-white);
}

.yue-ai-capabilities .yue-mini-card .elementor-widget-text-editor {
    color: rgba(255,255,255,.62);
}

.yue-chip-row > .elementor-container {
    flex-wrap: wrap;
}

.yue-chip > .elementor-widget-wrap {
    align-content: center;
    align-items: stretch;
    justify-content: center;
    min-height: 58px;
    margin: 6px;
    padding: 14px 16px;
    border: 1px solid rgba(8,5,48,.10);
    border-radius: 999px;
    background: rgba(255,255,255,.8);
}

.yue-chip .elementor-heading-title {
    color: var(--yue-navy);
    font-size: 14px;
    font-weight: 750;
    text-align: center;
}

.yue-cta {
    padding-top: 64px;
    padding-bottom: 64px;
}

.yue-cta-single > .elementor-container {
    position: relative;
    overflow: hidden;
    align-items: center;
    padding: 0 46px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 88% 18%, rgba(249,145,79,.24), transparent 28%),
        linear-gradient(135deg, var(--yue-navy), #252066);
    box-shadow: var(--yue-shadow);
}

.yue-cta-copy > .elementor-widget-wrap {
    gap: 16px;
    padding: 42px 34px 42px 0 !important;
}

.yue-cta-action > .elementor-widget-wrap {
    align-content: center;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 42px 0 !important;
}

.yue-cta-action .yue-button {
    width: 100%;
    text-align: center;
}

.yue-cta-title .elementor-heading-title {
    color: var(--yue-white);
    font-size: clamp(28px, 2.5vw, 38px);
    font-weight: 800;
}

.yue-cta-text {
    color: rgba(255,255,255,.70);
    font-size: 16px;
    line-height: 1.8;
}

.yue-capability-featured > .elementor-widget-wrap {
    border-color: rgba(249,145,79,.36);
    background: linear-gradient(145deg, #fff 0%, #fff2e8 100%);
}

.yue-timeline > .elementor-container {
    align-items: stretch;
}

.yue-timeline + .yue-timeline {
    margin-top: 2px;
}

.yue-timeline-step {
    padding: 8px;
}

.yue-timeline-step > .elementor-widget-wrap {
    align-content: center;
    align-items: stretch;
    justify-content: center;
    min-height: 132px;
    height: 100%;
    gap: 10px;
    margin: 0;
    padding: 24px 20px !important;
    border: 1px solid rgba(8,5,48,.08);
    border-top: 3px solid var(--yue-orange);
    border-radius: 16px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 12px 28px rgba(8,5,48,.045);
    text-align: center;
}

.yue-timeline-step .elementor-heading-title {
    color: var(--yue-navy);
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

.yue-timeline-step .elementor-widget-text-editor {
    color: var(--yue-muted);
    font-size: 13px;
    line-height: 1.65;
    text-align: center;
}

.yue-form-shell > .elementor-widget-wrap {
    padding: 34px;
    border: 1px solid var(--yue-line);
    border-radius: 24px;
    background: var(--yue-white);
    box-shadow: var(--yue-shadow);
}

.yue-direction-panel > .elementor-widget-wrap {
    padding: 48px 52px !important;
    border: 1px solid rgba(8,5,48,.08);
    border-radius: 30px;
    background:
        radial-gradient(circle at 92% 8%, rgba(255,188,58,.22), transparent 30%),
        linear-gradient(135deg, #fff 0%, #fff3e9 100%);
    box-shadow: var(--yue-shadow);
}

.yue-direction-layout > .elementor-container {
    align-items: center;
}

.yue-direction-copy > .elementor-widget-wrap {
    gap: 18px;
    padding: 0 56px 0 0 !important;
}

.yue-direction-panel .yue-title--section .elementor-heading-title {
    font-size: clamp(30px, 2.5vw, 36px);
}

.yue-direction-actions > .elementor-widget-wrap {
    align-content: center;
    align-items: stretch;
    gap: 14px;
    padding: 28px !important;
    border-left: 1px solid rgba(8,5,48,.10);
}

.yue-direction-actions .yue-button,
.yue-direction-actions .elementor-button {
    width: 100%;
    text-align: center;
}

.yue-contact-form-copy > .elementor-widget-wrap {
    gap: 20px;
    padding-right: 58px;
}

.yue-contact-form-copy .yue-body {
    padding-top: 22px;
    border-top: 1px solid rgba(8,5,48,.11);
}

.yue-form-shell {
    padding-left: 18px;
}

.yue-contact-panel > .elementor-widget-wrap {
    gap: 18px;
    padding: 34px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 24px;
    background:
        radial-gradient(circle at 86% 12%, rgba(249,145,79,.22), transparent 30%),
        linear-gradient(145deg, var(--yue-navy), #252066);
    box-shadow: 0 24px 60px rgba(8,5,48,.20);
}

.yue-contact-panel .elementor-heading-title {
    color: var(--yue-white);
    font-size: 20px;
    font-weight: 800;
}

.yue-contact-panel .elementor-widget-text-editor {
    color: rgba(255,255,255,.68);
    font-size: 15px;
    line-height: 1.8;
}

.yue-contact-panel .elementor-widget-text-editor a {
    color: var(--yue-amber);
}

.yue-form-shell input,
.yue-form-shell textarea,
.yue-form-shell select {
    border-color: rgba(8,5,48,.13) !important;
    border-radius: 10px !important;
    background: #fffaf7 !important;
}

.yue-form-shell button,
.yue-form-shell .ff-btn-submit {
    border: 0 !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, var(--yue-orange), var(--yue-amber)) !important;
    color: var(--yue-navy) !important;
    font-weight: 800 !important;
}

.yue-footer-hero {
    position: relative;
    overflow: hidden;
    padding: 84px 32px 66px;
    border-top: 1px solid rgba(255,255,255,.08);
    background:
        radial-gradient(circle at 87% 18%, rgba(249,145,79,.22), transparent 28%),
        radial-gradient(circle at 12% 112%, rgba(112,78,232,.18), transparent 34%),
        linear-gradient(135deg, #08052f 0%, #100b42 54%, #211644 100%);
}

.yue-footer-hero::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1240px, calc(100% - 64px));
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(249,145,79,.92), rgba(255,188,58,.72), transparent);
    content: '';
    transform: translateX(-50%);
}

.yue-footer-hero::after {
    position: absolute;
    top: -220px;
    right: -130px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 50%;
    box-shadow: 0 0 0 74px rgba(255,255,255,.025), 0 0 0 148px rgba(255,255,255,.018);
    content: '';
    pointer-events: none;
}

.yue-footer-hero > .elementor-container,
.yue-footer-links > .elementor-container,
.yue-footer-bottom > .elementor-container {
    position: relative;
    z-index: 1;
    max-width: 1240px;
}

.yue-footer-copy > .elementor-widget-wrap {
    gap: 16px;
    padding-right: 72px;
}

.yue-footer-kicker .elementor-heading-title,
.yue-footer-cta-kicker .elementor-heading-title {
    color: var(--yue-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
}

.yue-footer-statement .elementor-heading-title {
    max-width: 820px;
    color: var(--yue-white);
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -.035em;
}

.yue-footer-accent {
    color: #ffb15c;
}

.yue-footer-lead,
.yue-footer-lead p {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,.62);
    font-size: 16px;
    line-height: 1.9;
}

.yue-footer-cta > .elementor-widget-wrap {
    gap: 16px;
    padding: 34px !important;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.045));
    box-shadow: 0 28px 80px rgba(0,0,0,.20);
    backdrop-filter: blur(12px);
}

.yue-footer-cta-title .elementor-heading-title {
    color: var(--yue-white);
    font-size: 27px;
    font-weight: 800;
    line-height: 1.3;
}

.yue-footer-cta-text,
.yue-footer-cta-text p {
    margin: 0;
    color: rgba(255,255,255,.64);
    font-size: 14px;
    line-height: 1.8;
}

.yue-footer-cta .yue-button {
    margin-top: 6px;
}

.yue-footer-cta .elementor-button {
    width: 100%;
    justify-content: center;
    border-color: #ffad55;
    background: linear-gradient(135deg, #f9914f, #ffbc3a);
    color: var(--yue-navy);
}

.yue-footer-links {
    padding: 48px 32px 42px;
    border-top: 1px solid rgba(255,255,255,.08);
    background: #08052f;
}

.yue-footer-link-col > .elementor-widget-wrap {
    gap: 13px;
    padding-right: 34px;
}

.yue-footer-brand > .elementor-widget-wrap {
    padding-right: 76px;
}

.yue-footer-brand-title .elementor-heading-title {
    color: var(--yue-white);
    font-size: 25px;
    font-weight: 800;
}

.yue-footer-link-title .elementor-heading-title {
    color: rgba(255,255,255,.94);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .08em;
}

.yue-footer-text,
.yue-footer-text p,
.yue-footer-text a {
    margin: 0;
    color: rgba(255,255,255,.53);
    font-size: 14px;
    line-height: 2.05;
}

.yue-footer-nav a {
    display: inline-block;
    transition: color .2s ease, transform .2s ease;
}

.yue-footer-nav a:hover {
    color: #ffb15c;
    transform: translateX(4px);
}

.yue-footer-sites p {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 4px 0 0;
}

.yue-footer-sites a {
    color: #ffb15c;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .04em;
}

.yue-footer-sites span {
    color: rgba(255,255,255,.24);
}

.yue-footer-bottom {
    padding: 20px 32px;
    border-top: 1px solid rgba(255,255,255,.08);
    background: #060329;
}

.yue-footer-bottom .elementor-widget-text-editor,
.yue-footer-bottom .elementor-widget-text-editor p {
    margin: 0;
    color: rgba(255,255,255,.38);
    font-size: 12px;
    line-height: 1.6;
}

.yue-footer-bottom-meta .elementor-widget-wrap {
    justify-content: flex-end;
}

.yue-footer-meta,
.yue-footer-meta p {
    text-align: right;
    letter-spacing: .08em;
}

.yue-footer-meta p {
    display: flex;
    gap: 9px;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.yue-footer-meta a {
    color: rgba(255,255,255,.46);
    transition: color .2s ease;
}

.yue-footer-meta a:hover {
    color: #ffb15c;
}

.yue-footer-meta span {
    color: rgba(255,255,255,.18);
}

/* Keep the global header sticky without relying on Elementor Pro motion effects. */
[data-elementor-type="templately-header"] {
    position: sticky;
    top: 0;
    z-index: 1000;
}

body.admin-bar [data-elementor-type="templately-header"] {
    top: 32px;
}

@media (max-width: 1024px) {
    .yue-section { padding: 72px 26px; }
    .yue-hero { min-height: unset; }
    .yue-hero-copy > .elementor-widget-wrap,
    .yue-product-copy > .elementor-widget-wrap { padding-right: 28px; }
    .yue-hero-visual > .elementor-widget-wrap { min-height: 440px; padding: 30px; }
    .yue-brand-orbit { max-width: 440px; }
    .yue-device-scene { min-height: 470px; }
    .yue-phone-frame { width: 156px; min-height: 326px; }
    .yue-desktop-frame { width: 90%; }
    .yue-footer-copy > .elementor-widget-wrap { padding-right: 36px; }
    .yue-footer-brand > .elementor-widget-wrap { padding-right: 42px; }
}

@media (max-width: 767px) {
    .yue-section { padding: 58px 20px; }
    .yue-hero { padding-top: 58px; }
    .yue-home-hero { min-height: unset; padding-top: 44px; padding-bottom: 58px; }
    .yue-subhero { min-height: unset; }
    .yue-hero-copy > .elementor-widget-wrap,
    .yue-product-copy > .elementor-widget-wrap { padding-right: 0; padding-bottom: 34px; }
    .yue-hero-visual > .elementor-widget-wrap { min-height: unset; padding: 28px 20px; border-radius: 24px; }
    .yue-brand-orbit-column > .elementor-widget-wrap { padding: 28px 0 0; }
    .yue-brand-orbit { max-width: 350px; }
    .yue-orbit-core { width: 150px; height: 150px; }
    .yue-orbit-core strong { font-size: 24px; }
    .yue-orbit-core small { font-size: 8px; }
    .yue-orbit-node { min-width: 124px; padding: 12px 13px; }
    .yue-orbit-node b { font-size: 14px; }
    .yue-orbit-node span { font-size: 10px; }
    .yue-orbit-node--product { left: auto; right: 0; top: 8%; transform: none; }
    .yue-orbit-node--delivery { left: 0; bottom: 14%; }
    .yue-orbit-node--ai { right: 0; bottom: 4%; }
    .yue-device-scene-column > .elementor-widget-wrap { padding-top: 24px; }
    .yue-device-scene { min-height: 430px; }
    .yue-desktop-frame { top: 0; width: 94%; border-radius: 16px; }
    .yue-browser-bar { height: 28px; }
    .yue-desktop-ui { grid-template-columns: 74px 1fr; min-height: 275px; }
    .yue-desktop-ui aside { gap: 11px; padding: 16px 10px; font-size: 8px; }
    .yue-desktop-ui aside strong { font-size: 12px; }
    .yue-desktop-ui main { padding: 14px 12px; }
    .yue-ui-metrics { gap: 5px; margin-top: 12px; }
    .yue-ui-metrics span { padding: 9px 7px; }
    .yue-ui-flow { margin: 12px 0 8px; }
    .yue-ui-chart { height: 60px; gap: 7px; }
    .yue-phone-frame { right: 2px; width: 126px; min-height: 270px; padding: 20px 10px 12px; border-width: 5px; border-radius: 24px; }
    .yue-phone-head b { font-size: 12px; }
    .yue-phone-stat { margin: 12px 0 8px; padding: 9px; }
    .yue-phone-task { gap: 5px; padding: 7px; }
    .yue-phone-task b { font-size: 8px; }
    .yue-phone-task small { font-size: 7px; }
    .yue-device-label { display: none; }
    .yue-service-hero { padding-top: 72px; }
    .yue-service-hero .yue-timeline { margin-top: 18px; }
    .yue-service-hero .yue-timeline-step > .elementor-widget-wrap { min-height: 120px; }
    .yue-about-hero { min-height: unset; }
    .yue-mini-card { width: 50% !important; }
    .yue-card { padding: 7px 0; }
    .yue-ai-panel > .elementor-widget-wrap,
    .yue-direction-panel > .elementor-widget-wrap { padding: 30px 24px !important; border-radius: 22px; }
    .yue-ai-copy > .elementor-widget-wrap,
    .yue-direction-copy > .elementor-widget-wrap,
    .yue-contact-form-copy > .elementor-widget-wrap { padding: 0 0 28px !important; }
    .yue-ai-capabilities > .elementor-widget-wrap { padding: 8px !important; border-radius: 20px; }
    .yue-ai-capabilities .yue-mini-card > .elementor-widget-wrap { min-height: 122px; }
    .yue-direction-actions > .elementor-widget-wrap { padding: 24px 0 0 !important; border-top: 1px solid rgba(8,5,48,.10); border-left: 0; }
    .yue-cta-single > .elementor-container { padding: 0 24px; border-radius: 22px; }
    .yue-cta-copy > .elementor-widget-wrap { padding: 32px 0 20px !important; }
    .yue-cta-action > .elementor-widget-wrap { padding: 0 0 32px !important; }
    .yue-timeline-step { padding: 6px 0; }
    .yue-form-shell { padding-left: 0; }
    .yue-form-shell > .elementor-widget-wrap { padding: 24px 18px !important; }
    .yue-chip { width: 50% !important; }
    .yue-footer-hero { padding: 64px 20px 52px; }
    .yue-footer-hero::before { width: calc(100% - 40px); }
    .yue-footer-copy > .elementor-widget-wrap { padding: 0 0 34px; }
    .yue-footer-statement .elementor-heading-title { font-size: 34px; }
    .yue-footer-cta > .elementor-widget-wrap { padding: 26px !important; border-radius: 22px; }
    .yue-footer-links { padding: 40px 20px 28px; }
    .yue-footer-link-col > .elementor-widget-wrap,
    .yue-footer-brand > .elementor-widget-wrap { padding: 0 0 30px; }
    .yue-footer-bottom { padding: 22px 20px; }
    .yue-footer-bottom-copy .elementor-widget-wrap,
    .yue-footer-bottom-meta .elementor-widget-wrap { justify-content: center; }
    .yue-footer-bottom .elementor-widget-text-editor,
    .yue-footer-meta,
    .yue-footer-meta p { text-align: center; }
    .yue-footer-meta p { justify-content: center; }
    .yue-footer-bottom-meta > .elementor-widget-wrap { padding-top: 8px; }
}

@media (max-width: 782px) {
    body.admin-bar [data-elementor-type="templately-header"] {
        top: 46px;
    }
}
