/* =========================================================================================================
  第一屏开始
   ========================================================================================================= */

/* =========================================================================================================
   CONTACT PAGE HERO — YUBEEN / BACKGROUND IMAGE VERSION
   File name: CSS - Yubeen Contact Hero
   ========================================================================================================= */


/* ---------------------------------------------------------------------------------------------------------
   01. HERO SECTION
   --------------------------------------------------------------------------------------------------------- */

.yubeen-contact-hero {
    position: relative !important;

    width: 100% !important;
    min-height: 760px !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 132px 0 58px 0 !important;

    overflow: hidden !important;

    color: #ffffff !important;

    background:
        url("/wp-content/uploads/2026/08/contact-us-hero.webp") center center / cover no-repeat !important;

    background-position: 62% center !important;	
	
    box-sizing: border-box !important;
}

/* subtle technical grid */
.yubeen-contact-hero::before {

    content:"" !important;

    position:absolute !important;
    inset:0 !important;

    background:
        linear-gradient(
            90deg,
            rgba(3,5,8,0.82) 0%,
            rgba(3,5,8,0.62) 35%,
            rgba(3,5,8,0.28) 58%,
            rgba(3,5,8,0.05) 78%,
            rgba(3,5,8,0) 100%
        ) !important;

    z-index:1 !important;

    pointer-events:none !important;
}
 
/* Background texture refinement */
.yubeen-contact-hero::after {
    content: "" !important;

    position: absolute !important;
    inset: 0 !important;

    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.08) 0%,
            rgba(0, 0, 0, 0.00) 28%,
            rgba(0, 0, 0, 0.10) 100%
        ) !important;

    z-index: 2 !important;

    pointer-events: none !important;
}


/* ---------------------------------------------------------------------------------------------------------
   02. LAYOUT
   --------------------------------------------------------------------------------------------------------- */

.yubeen-contact-hero-inner {
    position: relative !important;
    z-index: 3 !important;

    width: min(92vw, 1320px) !important;
    max-width: 1320px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    box-sizing: border-box !important;
}

/* force single-column */
.yubeen-contact-hero-inner {
    display: block !important;
}

.yubeen-contact-hero-content {
    position: relative !important;
    z-index: 4 !important;

    width: 100% !important;
    max-width: 620px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;

    margin: 0 !important;
    padding: 0 !important;
}

/* hide old right visual if still exists */
.yubeen-contact-hero-visual {
    display: none !important;
}


/* ---------------------------------------------------------------------------------------------------------
   03. TEXT CONTENT
   --------------------------------------------------------------------------------------------------------- */

.yubeen-contact-eyebrow,
.yubeen-contact-eyebrow .elementor-heading-title {
    margin: 0 0 18px 0 !important;
    padding: 0 !important;

    color: #ff2b32 !important;

    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 850 !important;

    letter-spacing: 2.4px !important;
    text-transform: uppercase !important;
}

.yubeen-contact-title,
.yubeen-contact-title .elementor-heading-title {
    max-width: 620px !important;

    margin: 0 0 22px 0 !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-size: clamp(48px, 4.7vw, 64px) !important;
    line-height: 1.04 !important;
    font-weight: 880 !important;

    letter-spacing: -1.5px !important;
}

.yubeen-contact-lead,
.yubeen-contact-lead p {
    margin: 0 0 30px 0 !important;
    padding: 0 !important;

    max-width: 600px !important;

    color: rgba(255, 255, 255, 0.78) !important;

    font-size: 16.5px !important;
    line-height: 1.82 !important;
    font-weight: 450 !important;
}


/* ---------------------------------------------------------------------------------------------------------
   04. BUTTONS
   --------------------------------------------------------------------------------------------------------- */

.yubeen-contact-actions {
    width: 100% !important;
	
    margin-bottom: 0 !important;	
}

.yubeen-contact-button-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;

    gap: 16px !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}

.yubeen-contact-primary-button,
.yubeen-contact-secondary-button {
    height: 48px !important;
    min-height: 48px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 10px !important;

    padding: 0 24px !important;

    border-radius: 999px !important;

    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 850 !important;

    text-decoration: none !important;
    white-space: nowrap !important;

    transition:
        color 0.22s ease,
        background 0.22s ease,
        border-color 0.22s ease,
        transform 0.22s ease,
        box-shadow 0.22s ease !important;
}

.yubeen-contact-primary-button {
    border: 1px solid #d71920 !important;
    background: #d71920 !important;
    color: #ffffff !important;
    box-shadow: 0 16px 34px rgba(215, 25, 32, 0.32) !important;
}

.yubeen-contact-primary-button:hover {
    background: #b91117 !important;
    border-color: #b91117 !important;
    transform: translateY(-2px) !important;
}

.yubeen-contact-secondary-button {
    border: 1px solid rgba(255, 255, 255, 0.34) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    color: #ffffff !important;
}

.yubeen-contact-secondary-button:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.62) !important;
    transform: translateY(-2px) !important;
}


/* ---------------------------------------------------------------------------------------------------------
   05. CONTACT STRIP
   --------------------------------------------------------------------------------------------------------- */

.yubeen-contact-strip {
    position: relative !important;
    z-index: 5 !important;

    width: min(92vw, 1320px) !important;
    max-width: 1320px !important;

    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr) minmax(220px, 300px) !important;

    align-items: center !important;

    gap: 22px !important;

    margin: 36px auto 0 auto !important;
    padding: 20px 26px !important;

    background: rgba(255, 255, 255, 0.075) !important;

    border: 1px solid rgba(255, 255, 255, 0.13) !important;
    border-radius: 18px !important;

    box-shadow:
        0 20px 48px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;

    backdrop-filter: blur(16px) saturate(130%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(130%) !important;
}

.yubeen-contact-strip::before {
    content: "" !important;

    position: absolute !important;
    left: 0 !important;
    top: 0 !important;

    width: 4px !important;
    height: 100% !important;

    background: #d71920 !important;
}

.yubeen-contact-strip-icon {
    width: 54px !important;
    height: 54px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 50% !important;

    background: rgba(255, 255, 255, 0.05) !important;

    color: #ff2b32 !important;
}

.yubeen-contact-strip-text {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
}

.yubeen-contact-strip-label,
.yubeen-contact-strip-label .elementor-heading-title {
    margin: 0 !important;
    color: #ff2b32 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 850 !important;
    letter-spacing: 1.6px !important;
    text-transform: uppercase !important;
}

.yubeen-contact-strip-email,
.yubeen-contact-strip-email a {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 22px !important;
    line-height: 1.12 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

.yubeen-contact-strip-note,
.yubeen-contact-strip-note p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.68) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
    text-align: left !important;
	
    max-width: 260px !important;
}

.yubeen-contact-strip-icon {
    width: 54px !important;height: 54px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 50% !important;

    background: rgba(255, 255, 255, 0.05) !important;

    color: #ff2b32 !important;

}
/* ---------------------------------------------------------------------------------------------------------
   06. RESPONSIVE
   --------------------------------------------------------------------------------------------------------- */

@media (max-width: 1024px) {
    .yubeen-contact-hero {
        min-height: auto !important;
        padding: 120px 0 56px 0 !important;
        background-position: 68% center !important;
    }

    .yubeen-contact-title,
    .yubeen-contact-title .elementor-heading-title {
        font-size: 54px !important;
    }

    .yubeen-contact-strip {
        grid-template-columns: 54px minmax(0, 1fr) !important;
    }

    .yubeen-contact-strip-note {
        grid-column: 2 !important;
        max-width: 100% !important;
    }
}

@media (max-width: 767px) {
    .yubeen-contact-hero {
        padding: 108px 0 42px 0 !important;
        background-position: 72% center !important;
    }

    .yubeen-contact-hero-inner,
    .yubeen-contact-strip {
        width: min(90vw, 1320px) !important;
    }

    .yubeen-contact-title,
    .yubeen-contact-title .elementor-heading-title {
        font-size: 42px !important;
        line-height: 1.07 !important;
    }

    .yubeen-contact-lead,
    .yubeen-contact-lead p {
        font-size: 15.5px !important;
        line-height: 1.65 !important;
    }

    .yubeen-contact-button-row {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px !important;
    }

    .yubeen-contact-button-row a {
        width: 100% !important;
    }

    .yubeen-contact-strip {
        grid-template-columns: 44px minmax(0, 1fr) !important;
        gap: 16px !important;
        padding: 18px 20px !important;
    }

    .yubeen-contact-strip-note,
    .yubeen-contact-strip-note p {
        grid-column: 1 / -1 !important;
        font-size: 13.5px !important;
    }

    .yubeen-contact-strip-email,
    .yubeen-contact-strip-email a {
        font-size: 19px !important;
        word-break: break-word !important;
    }
}


/* =========================================================================================================
   CONTACT HERO — SUBTLE MOTION / POLISH
   ---------------------------------------------------------------------------------------------------------
   Light interaction only. Avoids heavy animation or dynamic content.
   ========================================================================================================= */

/* Slight background presence */
.yubeen-contact-hero {
    animation:none !important;
}

@keyframes yubeenContactHeroBreath {
    0% {
        background-size: 100% auto !important;
        background-position: 62% center !important;
    }

    100% {
        background-size: 103% auto !important;
        background-position: 64% center !important;
    }
}

/* Button arrow micro movement */
.yubeen-contact-primary-button span,
.yubeen-contact-secondary-button span {
    transition: transform 0.22s ease !important;
}

.yubeen-contact-primary-button:hover span,
.yubeen-contact-secondary-button:hover span {
    transform: translateX(3px) !important;
}

/* Contact strip hover polish */
.yubeen-contact-strip {
    transition:
        border-color 0.22s ease,
        background 0.22s ease,
        box-shadow 0.22s ease,
        transform 0.22s ease !important;
}

.yubeen-contact-strip:hover {
    background: rgba(255, 255, 255, 0.09) !important;

    border-color: rgba(255, 255, 255, 0.18) !important;

    box-shadow:
        0 22px 54px rgba(0, 0, 0, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;

    transform: translateY(-1px) !important;
}
/* =========================================================================================================
   CONTACT HERO — STRIP ICON FIX
   Fix Elementor Icon widget inner icon / svg / path color and sizing.
   ========================================================================================================= */

.yubeen-contact-strip-icon,
.yubeen-contact-strip-icon .elementor-widget-container,
.yubeen-contact-strip-icon .elementor-icon-wrapper,
.yubeen-contact-strip-icon .elementor-icon {
    width: 54px !important;
    height: 54px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;

    border-radius: 50% !important;

    color: #ff2b32 !important;
}

.yubeen-contact-strip-icon .elementor-icon {
    border: 1px solid rgba(255, 255, 255, 0.18) !important;

    background: rgba(255, 255, 255, 0.05) !important;
}

.yubeen-contact-strip-icon i,
.yubeen-contact-strip-icon svg {
    width: 24px !important;
    height: 24px !important;

    font-size: 24px !important;

    color: #ff2b32 !important;
    fill: #ff2b32 !important;
    stroke: #ff2b32 !important;
}

.yubeen-contact-strip-icon svg path,
.yubeen-contact-strip-icon svg line,
.yubeen-contact-strip-icon svg polyline,
.yubeen-contact-strip-icon svg rect,
.yubeen-contact-strip-icon svg circle {
    color: #ff2b32 !important;
    fill: currentColor !important;
    stroke: currentColor !important;
}

.yubeen-contact-strip:hover .yubeen-contact-strip-icon .elementor-icon {
    border-color: rgba(255, 43, 50, 0.34) !important;

    background: rgba(255, 43, 50, 0.10) !important;
}
/* =========================================================================================================
  第一屏结束
   ========================================================================================================= */

/* =========================================================================================================
  第二屏开始
   ========================================================================================================= */
/* =========================================================================================================
   CONTACT PAGE — PATHWAYS SECTION / YUBEEN
   File name: CSS - Yubeen Contact Pathways

   Purpose:
   - Second screen of Contact page.
   - Centered full-width website section.
   - Left product scene image + right interactive contact pathway list.
   - Keeps current visual effect while removing duplicate / conflicting CSS.
   ========================================================================================================= */


/* ---------------------------------------------------------------------------------------------------------
   01. SECTION BASE
   --------------------------------------------------------------------------------------------------------- */

.yubeen-contact-pathways {
    position: relative !important;

    width: 100% !important;
    max-width: none !important;
    min-height: 780px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 20px 0 !important;

    background:
        radial-gradient(circle at 84% 20%, rgba(215, 25, 32, 0.045) 0%, transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%) !important;

    overflow: hidden !important;

    box-sizing: border-box !important;
}


/* subtle red technical curve */
.yubeen-contact-pathways::after {
    content: "" !important;

    position: absolute !important;
    right: -12% !important;
    bottom: -18% !important;

    width: 720px !important;
    height: 360px !important;

    border-radius: 50% !important;

    border: 1px solid rgba(215, 25, 32, 0.12) !important;

    opacity: 0.40 !important;

    transform: rotate(-8deg) !important;

    pointer-events: none !important;
}


/* ---------------------------------------------------------------------------------------------------------
   02. CENTERED INNER LAYOUT
   --------------------------------------------------------------------------------------------------------- */

.yubeen-contact-pathways-inner,
.yubeen-contact-pathways > .e-con-inner {
    position: relative !important;
    z-index: 2 !important;

    width: min(94vw, 1480px) !important;
    max-width: 1480px !important;

    display: grid !important;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr) !important;

    align-items: center !important;

    gap: 50px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    box-sizing: border-box !important;
}


/* ---------------------------------------------------------------------------------------------------------
   03. LEFT VISUAL
   --------------------------------------------------------------------------------------------------------- */

.yubeen-contact-pathways-visual {
    position: relative !important;

    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    border-radius: 32px !important;

    box-shadow: 0 28px 70px rgba(17, 19, 24, 0.10) !important;

    box-sizing: border-box !important;
}


/* Image widget should stay in normal flow to keep natural image ratio */
.yubeen-contact-pathways-image,
.yubeen-contact-pathways-image .elementor-widget-container {
    position: relative !important;

    width: 100% !important;
    max-width: none !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    box-sizing: border-box !important;
}


/* Image keeps natural ratio — no stretching */
.yubeen-contact-pathways-image img {
    position: relative !important;

    display: block !important;

    width: 100% !important;
    max-width: none !important;
    height: auto !important;

    object-fit: contain !important;
    object-position: center center !important;

    border-radius: 32px !important;

    transform: none !important;

    transition: transform 0.7s ease !important;
}


/* Subtle hover zoom */
.yubeen-contact-pathways:hover .yubeen-contact-pathways-image img {
    transform: scale(1.025) !important;
}


/* Light image blending on the right edge */
.yubeen-contact-pathways-visual::after {
    content: "" !important;

    position: absolute !important;
    inset: 0 !important;

    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.00) 0%,
            rgba(255, 255, 255, 0.00) 78%,
            rgba(255, 255, 255, 0.12) 91%,
            rgba(255, 255, 255, 0.30) 100%
        ) !important;

    z-index: 2 !important;

    pointer-events: none !important;
}


/* Hide image caption for the current clean version */
.yubeen-contact-pathways-visual::before {
    display: none !important;
    content: none !important;
}


/* ---------------------------------------------------------------------------------------------------------
   04. RIGHT CONTENT
   --------------------------------------------------------------------------------------------------------- */

.yubeen-contact-pathways-content {
    position: relative !important;
    z-index: 2 !important;

    width: 100% !important;
    max-width: 610px !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;

    justify-self: start !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box !important;
}


/* Eyebrow */
.yubeen-contact-pathways-eyebrow,
.yubeen-contact-pathways-eyebrow .elementor-heading-title {
    margin: 0 0 5px 0 !important;
    padding: 0 !important;

    color: #d71920 !important;

    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 850 !important;

    letter-spacing: 2.4px !important;
    text-transform: uppercase !important;
}

.yubeen-contact-pathways-eyebrow::after {
    content: "" !important;

    display: block !important;

    width: 36px !important;
    height: 2px !important;

    margin-top: 5px !important;

    background: #d71920 !important;
}


/* Title */
.yubeen-contact-pathways-title,
.yubeen-contact-pathways-title .elementor-heading-title {
    max-width: 720px !important;

    margin: 0 0 10px 0 !important;
    padding: 0 !important;

    color: #111318 !important;

    font-size: clamp(46px, 4vw, 62px) !important;
    line-height: 1.02 !important;
    font-weight: 860 !important;

    letter-spacing: -1.5px !important;
}


/* Lead text */
.yubeen-contact-pathways-lead,
.yubeen-contact-pathways-lead p {
    max-width: 520px !important;

    margin: 0 0 15px 0 !important;
    padding: 0 !important;

    color: rgba(17, 19, 24, 0.64) !important;

    font-size: 16.5px !important;
    line-height: 1.65 !important;
    font-weight: 500 !important;
}


/* ---------------------------------------------------------------------------------------------------------
   05. INTERACTIVE PATHWAY LIST
   --------------------------------------------------------------------------------------------------------- */

.yubeen-contact-pathways-list {
    width: 100% !important;

    display: flex !important;
    flex-direction: column !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box !important;
}


.yubeen-contact-pathway-item {
    position: relative !important;

    display: grid !important;
    grid-template-columns: 62px minmax(0, 1fr) 34px !important;

    align-items: center !important;

    gap: 15px !important;

    min-height: 94px !important;

    margin: 0 !important;
    padding: 12px 8px 12px 0 !important;

    border-top: 1px solid rgba(17, 19, 24, 0.11) !important;

    color: #111318 !important;

    text-decoration: none !important;

    box-sizing: border-box !important;

    transition:
        background 0.24s ease,
        padding 0.24s ease,
        border-color 0.24s ease,
        transform 0.24s ease !important;
}

.yubeen-contact-pathway-item:last-child {
    border-bottom: 1px solid rgba(17, 19, 24, 0.11) !important;
}


/* Hover red indicator */
.yubeen-contact-pathway-item::before {
    content: "" !important;

    position: absolute !important;

    left: -18px !important;
    top: 14px !important;
    bottom: 14px !important;

    width: 3px !important;

    background: #d71920 !important;

    opacity: 0 !important;

    transition: opacity 0.24s ease !important;
}

.yubeen-contact-pathway-item:hover {
    padding-left: 18px !important;

    background:
        linear-gradient(
            90deg,
            rgba(215, 25, 32, 0.065) 0%,
            rgba(215, 25, 32, 0.018) 48%,
            rgba(215, 25, 32, 0.00) 100%
        ) !important;

    border-color: rgba(215, 25, 32, 0.20) !important;

    transform: translateX(3px) !important;
}

.yubeen-contact-pathway-item:hover::before {
    opacity: 1 !important;
}


/* Icon */
.yubeen-contact-pathway-icon {
    width: 52px !important;
    height: 52px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 50% !important;

    background: rgba(17, 19, 24, 0.045) !important;

    color: #d71920 !important;

    font-size: 20px !important;

    transition:
        background 0.24s ease,
        color 0.24s ease,
        transform 0.24s ease !important;
}

.yubeen-contact-pathway-item:hover .yubeen-contact-pathway-icon {
    background: rgba(215, 25, 32, 0.11) !important;

    color: #d71920 !important;

    transform: scale(1.04) !important;
}

.yubeen-contact-pathway-icon i {
    color: currentColor !important;
}


/* Text */
.yubeen-contact-pathway-text {
    display: flex !important;
    flex-direction: column !important;

    gap: 7px !important;
}

.yubeen-contact-pathway-text strong {
    color: #111318 !important;

    font-size: 19px !important;
    line-height: 1.15 !important;
    font-weight: 820 !important;
}

.yubeen-contact-pathway-text em {
    max-width: 430px !important;

    color: rgba(17, 19, 24, 0.60) !important;

    font-size: 14.5px !important;
    line-height: 1.45 !important;
    font-style: normal !important;
    font-weight: 500 !important;
}


/* Arrow */
.yubeen-contact-pathway-arrow {
    justify-self: end !important;

    color: #d71920 !important;

    font-size: 28px !important;
    line-height: 1 !important;
    font-weight: 400 !important;

    transform: translateX(0) !important;

    transition: transform 0.24s ease !important;
}

.yubeen-contact-pathway-item:hover .yubeen-contact-pathway-arrow {
    transform: translateX(9px) !important;
}


/* ---------------------------------------------------------------------------------------------------------
   06. RESPONSIVE — TABLET
   --------------------------------------------------------------------------------------------------------- */

@media (max-width: 1024px) {
    .yubeen-contact-pathways {
        min-height: auto !important;

        padding: 64px 0 76px 0 !important;
    }

    .yubeen-contact-pathways-inner,
    .yubeen-contact-pathways > .e-con-inner {
        width: min(90vw, 760px) !important;

        grid-template-columns: 1fr !important;

        gap: 46px !important;
    }

    .yubeen-contact-pathways-content {
        max-width: 720px !important;
        justify-self: center !important;
    }

    .yubeen-contact-pathways-title,
    .yubeen-contact-pathways-title .elementor-heading-title {
        font-size: 52px !important;
    }

    .yubeen-contact-pathways-lead,
    .yubeen-contact-pathways-lead p {
        max-width: 620px !important;
    }
}


/* ---------------------------------------------------------------------------------------------------------
   07. RESPONSIVE — MOBILE
   --------------------------------------------------------------------------------------------------------- */

@media (max-width: 767px) {
    .yubeen-contact-pathways {
        padding: 52px 0 64px 0 !important;
    }

    .yubeen-contact-pathways-inner,
    .yubeen-contact-pathways > .e-con-inner {
        width: min(90vw, 560px) !important;

        gap: 38px !important;
    }

    .yubeen-contact-pathways-visual {
        border-radius: 24px !important;
    }

    .yubeen-contact-pathways-image img {
        border-radius: 24px !important;
    }

    .yubeen-contact-pathways-title,
    .yubeen-contact-pathways-title .elementor-heading-title {
        font-size: 38px !important;
        letter-spacing: -0.8px !important;
    }

    .yubeen-contact-pathways-lead,
    .yubeen-contact-pathways-lead p {
        font-size: 15.5px !important;
    }

    .yubeen-contact-pathway-item {
        grid-template-columns: 52px minmax(0, 1fr) 28px !important;

        gap: 14px !important;

        min-height: 92px !important;

        padding: 14px 4px 14px 0 !important;
    }

    .yubeen-contact-pathway-icon {
        width: 46px !important;
        height: 46px !important;

        font-size: 18px !important;
    }

    .yubeen-contact-pathway-text strong {
        font-size: 17px !important;
    }

    .yubeen-contact-pathway-text em {
        font-size: 13.5px !important;
    }

    .yubeen-contact-pathway-arrow {
        font-size: 24px !important;
    }
}
/* =========================================================================================================
  第二屏结束
   ========================================================================================================= */

/* =========================================================================================================
  第三屏开始
   ========================================================================================================= */

/* =========================================================================================================
   CONTACT PAGE — INQUIRY PREPARATION SECTION / YUBEEN
   ---------------------------------------------------------------------------------------------------------
   File location:
   Add this block at the bottom of "CSS - Yubeen Contact Page".

   Purpose:
   - Third screen of the Contact page.
   - Dark technical section after the light Contact Pathways section.
   - Helps visitors prepare useful inquiry information.
   - Uses native HTML <details> for accordion interaction, so no JS is required.

   Structure:
   .yubeen-inquiry-prep
     .yubeen-inquiry-prep-inner
       .yubeen-inquiry-prep-intro
       .yubeen-inquiry-prep-panel
     .yubeen-inquiry-trust-bar
   ========================================================================================================= */


/* ---------------------------------------------------------------------------------------------------------
   01. SECTION BASE
   --------------------------------------------------------------------------------------------------------- */

.yubeen-inquiry-prep {
    position: relative !important;

    width: 100% !important;
    max-width: none !important;
    min-height: 840px !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 20px 0 20px 0 !important;

    overflow: hidden !important;

    color: #ffffff !important;

    background:
        radial-gradient(circle at 12% 24%, rgba(215, 25, 32, 0.16) 0%, transparent 28%),
        radial-gradient(circle at 82% 22%, rgba(255, 255, 255, 0.055) 0%, transparent 22%),
        linear-gradient(115deg, #05080d 0%, #0a1018 46%, #05070b 100%) !important;

    box-sizing: border-box !important;
}


/* technical grid */
.yubeen-inquiry-prep::before {
    content: "" !important;

    position: absolute !important;
    inset: 0 !important;

    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        radial-gradient(circle at 18% 78%, rgba(215, 25, 32, 0.12) 0 1px, transparent 1px) !important;

    background-size:
        64px 64px,
        64px 64px,
        18px 18px !important;

    opacity: 0.18 !important;

    pointer-events: none !important;
}


/* red technical wave at bottom */
.yubeen-inquiry-prep::after {
    content: "" !important;

    position: absolute !important;
    left: -8% !important;
    right: -8% !important;
    bottom: -160px !important;

    height: 360px !important;

    background:
        radial-gradient(ellipse at center, rgba(215, 25, 32, 0.22) 0%, transparent 62%) !important;

    opacity: 0.48 !important;

    filter: blur(18px) !important;

    pointer-events: none !important;
}


/* ---------------------------------------------------------------------------------------------------------
   02. INNER LAYOUT
   --------------------------------------------------------------------------------------------------------- */

.yubeen-inquiry-prep-inner {
    position: relative !important;
    z-index: 3 !important;

    width: min(92vw, 1500px) !important;
    max-width: 1500px !important;

    display: grid !important;
    grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr) !important;

    align-items: center !important;

    gap: 60px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    box-sizing: border-box !important;
}


/* ---------------------------------------------------------------------------------------------------------
   03. LEFT INTRO
   --------------------------------------------------------------------------------------------------------- */

.yubeen-inquiry-prep-intro {
    position: relative !important;
    z-index: 4 !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box !important;
}

.yubeen-inquiry-prep-eyebrow,
.yubeen-inquiry-prep-eyebrow .elementor-heading-title {
    margin: 0 0 20px 0 !important;
    padding: 0 !important;

    color: #ff2b32 !important;

    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 850 !important;

    letter-spacing: 2.8px !important;
    text-transform: uppercase !important;
}

.yubeen-inquiry-prep-eyebrow::after {
    content: "" !important;

    display: block !important;

    width: 54px !important;
    height: 2px !important;

    margin-top: 14px !important;

    background: #ff2b32 !important;
}

.yubeen-inquiry-prep-title,
.yubeen-inquiry-prep-title .elementor-heading-title {
    max-width: 620px !important;

    margin: 0 0 28px 0 !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-size: clamp(48px, 4.4vw, 72px) !important;
    line-height: 1.04 !important;
    font-weight: 860 !important;

    letter-spacing: -1.8px !important;
}

.yubeen-inquiry-prep-title .elementor-heading-title {
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.86) 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

.yubeen-inquiry-prep-title strong,
.yubeen-inquiry-prep-title b {
    color: #ff2b32 !important;
}

.yubeen-inquiry-prep-lead,
.yubeen-inquiry-prep-lead p {
    max-width: 560px !important;

    margin: 0 0 30px 0 !important;
    padding: 0 !important;

    color: rgba(255, 255, 255, 0.72) !important;

    font-size: 17px !important;
    line-height: 1.7 !important;
    font-weight: 500 !important;
}


/* left note list */
.yubeen-inquiry-prep-notes {
    width: 100% !important;
    max-width: 520px !important;

    display: flex !important;
    flex-direction: column !important;

    gap: 22px !important;

    margin: 0 !important;
    padding: 0 !important;
}

.yubeen-inquiry-prep-note {
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr) !important;

    align-items: start !important;

    gap: 18px !important;

    color: #ffffff !important;
}

.yubeen-inquiry-prep-note-icon {
    width: 48px !important;
    height: 48px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 50% !important;

    background: rgba(255, 255, 255, 0.065) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;

    color: #ff2b32 !important;
}

.yubeen-inquiry-prep-note-icon svg {
    width: 22px !important;
    height: 22px !important;

    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.yubeen-inquiry-prep-note strong {
    display: block !important;

    margin: 0 0 6px 0 !important;

    color: #ffffff !important;

    font-size: 17px !important;
    line-height: 1.25 !important;
    font-weight: 780 !important;
}

.yubeen-inquiry-prep-note em {
    display: block !important;

    color: rgba(255, 255, 255, 0.62) !important;

    font-size: 15px !important;
    line-height: 1.55 !important;
    font-style: normal !important;
    font-weight: 500 !important;
}


/* ---------------------------------------------------------------------------------------------------------
   04. RIGHT ACCORDION PANEL
   --------------------------------------------------------------------------------------------------------- */

.yubeen-inquiry-prep-panel {
    position: relative !important;
    z-index: 4 !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box !important;
}

.yubeen-inquiry-accordion {
    width: 100% !important;
    max-width: 880px !important;

    display: flex !important;
    flex-direction: column !important;

    gap: 18px !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box !important;
	
    will-change: min-height !important;	
}

.yubeen-inquiry-accordion.is-switching {
    overflow: hidden !important;
}

.yubeen-inquiry-accordion-item {
    position: relative !important;

    overflow: hidden !important;

    border: 1px solid rgba(255, 255, 255, 0.105) !important;
    border-radius: 16px !important;
    border-color: rgba(255, 255, 255, 0.12) !important;	

    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.070) 0%, rgba(255, 255, 255, 0.035) 100%) !important;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.055),
        0 16px 36px rgba(0, 0, 0, 0.18) !important;

    box-sizing: border-box !important;

    transition:
        border-color 0.24s ease,
        background 0.24s ease,
        box-shadow 0.24s ease,
        transform 0.24s ease !important;
}

.yubeen-inquiry-accordion-item[open] {
    border-color: rgba(255, 43, 50, 0.58) !important;

    background:
        radial-gradient(circle at 92% 18%, rgba(215, 25, 32, 0.16) 0%, transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.085) 0%, rgba(255, 255, 255, 0.040) 100%) !important;

    box-shadow:
        0 0 0 1px rgba(255, 43, 50, 0.16),
        0 20px 52px rgba(215, 25, 32, 0.12),
        0 24px 56px rgba(0, 0, 0, 0.22) !important;
}

.yubeen-inquiry-accordion-item:hover {
    transform: translateY(-1px) !important;

    border-color: rgba(255, 255, 255, 0.18) !important;
}

.yubeen-inquiry-accordion-item[open]:hover {
    border-color: rgba(255, 43, 50, 0.64) !important;
}


/* summary row */
.yubeen-inquiry-accordion-item summary {
    position: relative !important;

    min-height: 88px !important;

    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr) 54px !important;

    align-items: center !important;

    gap: 20px !important;

    margin: 0 !important;
    padding: 0 26px !important;

    list-style: none !important;

    cursor: pointer !important;

    box-sizing: border-box !important;
	
    backface-visibility: hidden !important;
    transform: translateZ(0) !important;	
}

.yubeen-inquiry-accordion-item[open] summary {
    min-height: 84px !important;
}

.yubeen-inquiry-accordion-item summary::-webkit-details-marker {
    display: none !important;
}

.yubeen-inquiry-accordion-number {
    color: #ff2b32 !important;

    font-size: 32px !important;
    line-height: 1 !important;
    font-weight: 850 !important;

    letter-spacing: -0.8px !important;
}

.yubeen-inquiry-accordion-main {
    display: flex !important;
    flex-direction: column !important;

    gap: 8px !important;

    min-width: 0 !important;
}

.yubeen-inquiry-accordion-main strong {
    color: #ffffff !important;

    font-size: 21px !important;
    line-height: 1.22 !important;
    font-weight: 760 !important;
}

.yubeen-inquiry-accordion-main em {
    max-width: 720px !important;

    color: rgba(255, 255, 255, 0.64) !important;

    font-size: 15.5px !important;
    line-height: 1.45 !important;
    font-style: normal !important;
    font-weight: 500 !important;
}


/* plus / minus button */
.yubeen-inquiry-accordion-toggle {
    justify-self: end !important;

    width: 42px !important;
    height: 42px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 50% !important;

    background: rgba(255, 255, 255, 0.055) !important;
    border: 1px solid rgba(255, 255, 255, 0.11) !important;

    transition:
        background 0.24s ease,
        border-color 0.24s ease,
        transform 0.24s ease !important;
}

.yubeen-inquiry-accordion-toggle::before,
.yubeen-inquiry-accordion-toggle::after {
    content: "" !important;

    position: absolute !important;

    width: 14px !important;
    height: 2px !important;

    background: #ff2b32 !important;

    border-radius: 999px !important;

    transition: transform 0.24s ease !important;
}

.yubeen-inquiry-accordion-toggle::after {
    transform: rotate(90deg) !important;
}

.yubeen-inquiry-accordion-item[open] .yubeen-inquiry-accordion-toggle {
    background: rgba(255, 43, 50, 0.16) !important;
    border-color: rgba(255, 43, 50, 0.38) !important;
}

.yubeen-inquiry-accordion-item[open] .yubeen-inquiry-accordion-toggle::after {
    transform: rotate(0deg) !important;
}


/* expanded body */
.yubeen-inquiry-accordion-body {
    margin: 0 !important;
    padding: 0 24px 18px 122px !important;

    color: rgba(255, 255, 255, 0.66) !important;

    box-sizing: border-box !important;
	
    animation: yubeenInquiryBodyFade 0.18s ease both !important;
}

.yubeen-inquiry-accordion-body p {
    max-width: 700px !important;

    margin: 0 !important;
    padding: 0 !important;

    color: rgba(255, 255, 255, 0.66) !important;

    font-size: 15.5px !important;
    line-height: 1.55 !important;
    font-weight: 500 !important;
}


/* expanded chip grid */
.yubeen-inquiry-chip-grid,
.yubeen-inquiry-purpose-options {
    display: flex !important;
    flex-wrap: wrap !important;

    gap: 12px !important;

    margin: 0 !important;
    padding: 0 !important;
}

.yubeen-inquiry-chip-grid span,
.yubeen-inquiry-purpose-options span {
    min-height: 42px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 18px !important;

    border-radius: 999px !important;

    border: 1px solid rgba(255, 255, 255, 0.13) !important;

    background: rgba(255, 255, 255, 0.045) !important;

    color: rgba(255, 255, 255, 0.78) !important;

    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 650 !important;

    transition:
        background 0.22s ease,
        border-color 0.22s ease,
        color 0.22s ease,
        transform 0.22s ease !important;
}

.yubeen-inquiry-chip-grid span:hover,
.yubeen-inquiry-purpose-options span:hover {
    background: rgba(255, 43, 50, 0.12) !important;
    border-color: rgba(255, 43, 50, 0.36) !important;
    color: #ffffff !important;

    transform: translateY(-1px) !important;
}

.yubeen-inquiry-chip {
    position: relative !important;

    display: inline-flex !important;

    margin: 0 !important;
    padding: 0 !important;

    cursor: pointer !important;

    user-select: none !important;
}

/* Hide native checkbox but keep it accessible */
.yubeen-inquiry-chip input {
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    opacity: 0 !important;

    pointer-events: none !important;
}


/* Default chip appearance */
.yubeen-inquiry-chip span {
    min-height: 40px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 17px !important;

    border-radius: 999px !important;

    border: 1px solid rgba(255, 255, 255, 0.13) !important;

    background: rgba(255, 255, 255, 0.045) !important;

    color: rgba(255, 255, 255, 0.78) !important;

    font-size: 13.5px !important;
    line-height: 1 !important;
    font-weight: 650 !important;

    transition:
        color 0.22s ease,
        background 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        transform 0.22s ease !important;
}


/* Hover state */
.yubeen-inquiry-chip:hover span {
    background: rgba(255, 43, 50, 0.10) !important;
    border-color: rgba(255, 43, 50, 0.34) !important;
    color: #ffffff !important;

    transform: translateY(-1px) !important;
}


/* Selected state */
.yubeen-inquiry-chip input:checked + span {
    background: rgba(255, 43, 50, 0.18) !important;

    border-color: rgba(255, 43, 50, 0.72) !important;

    color: #ffffff !important;

    box-shadow:
        0 0 0 1px rgba(255, 43, 50, 0.16),
        0 8px 22px rgba(215, 25, 32, 0.18) !important;
}


/* Add selected indicator */
.yubeen-inquiry-chip input:checked + span::after {
    content: "✓" !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 16px !important;
    height: 16px !important;

    margin-left: 8px !important;

    border-radius: 50% !important;

    background: #ff2b32 !important;

    color: #ffffff !important;

    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
}


/* Keyboard focus state */
.yubeen-inquiry-chip input:focus-visible + span {
    outline: 2px solid rgba(255, 43, 50, 0.72) !important;
    outline-offset: 3px !important;
}



@keyframes yubeenInquiryBodyFade {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* ---------------------------------------------------------------------------------------------------------
   05. TRUST BAR
   --------------------------------------------------------------------------------------------------------- */

.yubeen-inquiry-trust-bar {
    position: relative !important;
    z-index: 3 !important;

    width: min(92vw, 1500px) !important;
    max-width: 1480px !important;

    margin: 48px auto 0 auto !important;
    padding: 0 !important;

    box-sizing: border-box !important;
}

.yubeen-inquiry-trust-list {
    width: 100% !important;

    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

    align-items: stretch !important;

    gap: 0 !important;

    margin: 0 !important;
    padding: 26px 34px !important;

    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 18px !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
	

    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.035) 100%) !important;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.065),
        0 24px 54px rgba(0, 0, 0, 0.18) !important;

    backdrop-filter: blur(14px) saturate(130%) !important;
    -webkit-backdrop-filter: blur(14px) saturate(130%) !important;

    box-sizing: border-box !important;
}

.yubeen-inquiry-trust-item {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;

    align-items: center !important;

    gap: 20px !important;

    padding: 0 28px !important;

    border-right: 1px solid rgba(255, 255, 255, 0.11) !important;

    color: #ffffff !important;

    box-sizing: border-box !important;
}

.yubeen-inquiry-trust-item:first-child {
    padding-left: 0 !important;
}

.yubeen-inquiry-trust-item:last-child {
    padding-right: 0 !important;

    border-right: none !important;
}

.yubeen-inquiry-trust-icon {
    width: 52px !important;
    height: 52px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 50% !important;

    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    background: rgba(255, 255, 255, 0.045) !important;

    color: #ff2b32 !important;
}

.yubeen-inquiry-trust-icon svg {
    width: 24px !important;
    height: 24px !important;

    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.yubeen-inquiry-trust-item strong {
    display: block !important;

    margin: 0 0 6px 0 !important;

    color: #ffffff !important;

    font-size: 18px !important;
    line-height: 1.22 !important;
    font-weight: 760 !important;
}

.yubeen-inquiry-trust-item em {
    display: block !important;

    color: rgba(255, 255, 255, 0.62) !important;

    font-size: 14.5px !important;
    line-height: 1.45 !important;
    font-style: normal !important;
    font-weight: 500 !important;
}


/* =========================================================================================================
   INQUIRY PREP — CUSTOM TITLE
   Purpose:
   - Add red emphasis to the second line.
   - Improve visual hierarchy without changing layout.
   ========================================================================================================= */

.yubeen-inquiry-prep-title-custom {
    max-width: 650px !important;

    margin: 0 0 30px 0 !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-size: clamp(48px, 3.85vw, 66px) !important;
    line-height: 1.04 !important;
    font-weight: 860 !important;

    letter-spacing: -1.6px !important;
}

.yubeen-inquiry-prep-title-custom span {
    display: block !important;

    color: #ff2b32 !important;
}


/* ---------------------------------------------------------------------------------------------------------
   06. RESPONSIVE — TABLET
   --------------------------------------------------------------------------------------------------------- */

@media (max-width: 1024px) {
    .yubeen-inquiry-prep {
        min-height: auto !important;

        padding: 78px 0 66px 0 !important;
    }

    .yubeen-inquiry-prep-inner {
        width: min(90vw, 820px) !important;

        grid-template-columns: 1fr !important;

        gap: 54px !important;
    }

    .yubeen-inquiry-prep-title,
    .yubeen-inquiry-prep-title .elementor-heading-title {
        max-width: 760px !important;

        font-size: 58px !important;
    }

    .yubeen-inquiry-prep-lead,
    .yubeen-inquiry-prep-lead p {
        max-width: 680px !important;
    }

    .yubeen-inquiry-prep-notes {
        max-width: 680px !important;
    }

    .yubeen-inquiry-trust-bar {
        width: min(90vw, 820px) !important;

        margin-top: 46px !important;
    }

    .yubeen-inquiry-trust-list {
        grid-template-columns: 1fr !important;

        padding: 26px !important;
    }

    .yubeen-inquiry-trust-item {
        padding: 22px 0 !important;

        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.11) !important;
    }

    .yubeen-inquiry-trust-item:first-child {
        padding-top: 0 !important;
    }

    .yubeen-inquiry-trust-item:last-child {
        padding-bottom: 0 !important;

        border-bottom: none !important;
    }
}


/* ---------------------------------------------------------------------------------------------------------
   07. RESPONSIVE — MOBILE
   --------------------------------------------------------------------------------------------------------- */

@media (max-width: 767px) {
    .yubeen-inquiry-chip span {
        min-height: 38px !important;

        padding: 0 14px !important;

        font-size: 13px !important;
    }	
	
    .yubeen-inquiry-prep {
        padding: 60px 0 56px 0 !important;
    }

    .yubeen-inquiry-prep-inner {
        width: min(90vw, 560px) !important;

        gap: 42px !important;
    }

    .yubeen-inquiry-prep-eyebrow,
    .yubeen-inquiry-prep-eyebrow .elementor-heading-title {
        font-size: 12px !important;
        letter-spacing: 2.1px !important;
    }

    .yubeen-inquiry-prep-title,
    .yubeen-inquiry-prep-title .elementor-heading-title {
        font-size: 40px !important;
        line-height: 1.08 !important;
        letter-spacing: -1px !important;
    }

    .yubeen-inquiry-prep-lead,
    .yubeen-inquiry-prep-lead p {
        margin-bottom: 32px !important;

        font-size: 15.5px !important;
        line-height: 1.65 !important;
    }

    .yubeen-inquiry-prep-note {
        grid-template-columns: 44px minmax(0, 1fr) !important;

        gap: 14px !important;
    }

    .yubeen-inquiry-prep-note-icon {
        width: 40px !important;
        height: 40px !important;
    }

    .yubeen-inquiry-prep-note strong {
        font-size: 15.5px !important;
    }

    .yubeen-inquiry-prep-note em {
        font-size: 13.5px !important;
    }

    .yubeen-inquiry-accordion {
        gap: 10px !important;
    }

    .yubeen-inquiry-accordion-item summary {
        min-height: 82px !important;

        grid-template-columns: 52px minmax(0, 1fr) 40px !important;

        gap: 14px !important;

        padding: 0 18px !important;
    }

    .yubeen-inquiry-accordion-number {
        font-size: 24px !important;
    }

    .yubeen-inquiry-accordion-main strong {
        font-size: 17px !important;
    }

    .yubeen-inquiry-accordion-main em {
        font-size: 13.5px !important;
    }

    .yubeen-inquiry-accordion-toggle {
        width: 34px !important;
        height: 34px !important;
    }

    .yubeen-inquiry-accordion-body {
        padding: 0 18px 22px 84px !important;
    }

    .yubeen-inquiry-chip-grid span,
    .yubeen-inquiry-purpose-options span {
        min-height: 38px !important;

        padding: 0 14px !important;

        font-size: 13px !important;
    }

    .yubeen-inquiry-trust-bar {
        width: min(90vw, 560px) !important;
    }

    .yubeen-inquiry-trust-list {
        padding: 22px !important;
    }

    .yubeen-inquiry-trust-item {
        grid-template-columns: 46px minmax(0, 1fr) !important;

        gap: 14px !important;
    }

    .yubeen-inquiry-trust-icon {
        width: 42px !important;
        height: 42px !important;
    }

    .yubeen-inquiry-trust-item strong {
        font-size: 15.5px !important;
    }

    .yubeen-inquiry-trust-item em {
        font-size: 13.5px !important;
    }
}
/* =========================================================================================================
   INQUIRY PREP — SELECTED STATE ENHANCEMENT
   ---------------------------------------------------------------------------------------------------------
   Purpose:
   - Adds stronger visual feedback when checklist chips are selected.
   - Makes the accordion item show a "Selected" state when it contains checked chips.
   - CSS-only solution. No JavaScript required.
   - Uses :has(), supported by modern browsers including Chrome / Edge / Safari.
   ========================================================================================================= */


/* ---------------------------------------------------------------------------------------------------------
   01. Highlight accordion item when it contains selected chips
   --------------------------------------------------------------------------------------------------------- */

.yubeen-inquiry-accordion-item:has(.yubeen-inquiry-chip input:checked) {
    border-color: rgba(255, 43, 50, 0.46) !important;

    box-shadow:
        0 0 0 1px rgba(255, 43, 50, 0.12),
        0 18px 46px rgba(215, 25, 32, 0.10),
        0 22px 50px rgba(0, 0, 0, 0.20) !important;
}


/* ---------------------------------------------------------------------------------------------------------
   02. Add a small Selected badge to accordion items that contain checked chips
   --------------------------------------------------------------------------------------------------------- */

.yubeen-inquiry-accordion-item:has(.yubeen-inquiry-chip input:checked) summary::after {

    position: absolute !important;
    right: 88px !important;
    top: 50% !important;

    transform: translateY(-50%) !important;

    min-height: 26px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 11px !important;

    border-radius: 999px !important;

    border: 1px solid rgba(255, 43, 50, 0.42) !important;

    background: rgba(255, 43, 50, 0.12) !important;

    color: #ffffff !important;

    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 750 !important;

    letter-spacing: 0.4px !important;

    pointer-events: none !important;
}


/* ---------------------------------------------------------------------------------------------------------
   03. Improve selected chip feedback
   --------------------------------------------------------------------------------------------------------- */

.yubeen-inquiry-chip input:checked + span {
    background:
        linear-gradient(135deg, rgba(255, 43, 50, 0.22) 0%, rgba(255, 43, 50, 0.12) 100%) !important;

    border-color: rgba(255, 43, 50, 0.78) !important;

    color: #ffffff !important;

    box-shadow:
        0 0 0 1px rgba(255, 43, 50, 0.16),
        0 8px 24px rgba(215, 25, 32, 0.20) !important;
}


/* ---------------------------------------------------------------------------------------------------------
   04. Mobile refinement
   --------------------------------------------------------------------------------------------------------- */

@media (max-width: 767px) {
    .yubeen-inquiry-accordion-item:has(.yubeen-inquiry-chip input:checked) summary::after {
        display: none !important;
    }
}
/* =========================================================================================================
  第三屏结束
   ========================================================================================================= */
/* =========================================================================================================
  第四屏开始
   ========================================================================================================= */
/* =========================================================================================================
   CONTACT PAGE — FINAL INQUIRY FORM SECTION / YUBEEN
   ---------------------------------------------------------------------------------------------------------
   File location:
   Add this block at the bottom of "CSS - Yubeen Contact Page".

   Purpose:
   - Final conversion section of Contact page.
   - Light background + dark left information panel + clean form panel.
   - Uses Contact Form 7 shortcode inside the right panel.
   ========================================================================================================= */


/* ---------------------------------------------------------------------------------------------------------
   01. SECTION BASE
   --------------------------------------------------------------------------------------------------------- */

.yubeen-contact-form-section {
    position: relative !important;

    width: 100% !important;
    max-width: none !important;
    min-height: auto !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 52px 0 60px 0 !important;

    overflow: hidden !important;

    background:
        radial-gradient(circle at 8% 14%, rgba(215, 25, 32, 0.055) 0%, transparent 26%),
        radial-gradient(circle at 92% 84%, rgba(17, 19, 24, 0.055) 0%, transparent 28%),
        linear-gradient(180deg, #f6f7f9 0%, #ffffff 100%) !important;

    box-sizing: border-box !important;
}


/* subtle technical pattern */
.yubeen-contact-form-section::before {
    content: "" !important;

    position: absolute !important;
    inset: 0 !important;

    background-image:
        linear-gradient(rgba(17, 19, 24, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 19, 24, 0.035) 1px, transparent 1px) !important;

    background-size: 72px 72px !important;

    opacity: 0.14 !important;

    pointer-events: none !important;
}


/* ---------------------------------------------------------------------------------------------------------
   02. INNER LAYOUT
   --------------------------------------------------------------------------------------------------------- */

.yubeen-contact-form-inner {
    position: relative !important;
    z-index: 2 !important;

    width: min(92vw, 1480px) !important;
    max-width: 1480px !important;

    display: grid !important;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.18fr) !important;

    align-items: stretch !important;

    gap: 42px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    box-sizing: border-box !important;
}


/* ---------------------------------------------------------------------------------------------------------
   03. LEFT INFO PANEL
   --------------------------------------------------------------------------------------------------------- */

.yubeen-contact-form-info {
    position: relative !important;

    min-height: auto !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 46px !important;

    overflow: hidden !important;

    border-radius: 30px !important;

    color: #ffffff !important;

    background:
        radial-gradient(circle at 16% 12%, rgba(215, 25, 32, 0.22) 0%, transparent 32%),
        radial-gradient(circle at 58% 94%, rgba(215, 25, 32, 0.18) 0%, transparent 36%),
        linear-gradient(145deg, #060a10 0%, #0b121b 54%, #05070b 100%) !important;

    box-shadow:
        0 28px 72px rgba(17, 19, 24, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;

    box-sizing: border-box !important;
}


/* red digital globe feeling */
.yubeen-contact-form-info::after {
    content: "" !important;

    position: absolute !important;
    left: -18% !important;
    right: -18% !important;
    bottom: -20% !important;

    height: 300px !important;

    background:
        radial-gradient(ellipse at center, rgba(215, 25, 32, 0.22) 0%, transparent 62%) !important;

    filter: blur(18px) !important;
    opacity: 0.70 !important;

    pointer-events: none !important;
}

.yubeen-contact-form-eyebrow,
.yubeen-contact-form-eyebrow .elementor-heading-title {
    margin: 0 0 22px 0 !important;
    padding: 0 !important;

    color: #ff2b32 !important;

    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 850 !important;

    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
}

.yubeen-contact-form-eyebrow::after {
    content: "" !important;

    display: block !important;

    width: 54px !important;
    height: 2px !important;

    margin-top: 14px !important;

    background: #ff2b32 !important;
}

.yubeen-contact-form-title {
    max-width: 560px !important;

    margin: 0 0 28px 0 !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-size: clamp(42px, 3.4vw, 58px) !important;
    line-height: 1.08 !important;
    font-weight: 860 !important;

    letter-spacing: -1.4px !important;
}

.yubeen-contact-form-title span {
    display: block !important;

    color: #ff2b32 !important;
}

.yubeen-contact-form-lead,
.yubeen-contact-form-lead p {
    max-width: 520px !important;

    margin: 0 0 40px 0 !important;
    padding: 0 !important;

    color: rgba(255, 255, 255, 0.78) !important;

    font-size: 17px !important;
    line-height: 1.72 !important;
    font-weight: 500 !important;
}


/* left trust points */
.yubeen-contact-form-points {
    position: relative !important;
    z-index: 2 !important;

    display: flex !important;
    flex-direction: column !important;

    gap: 22px !important;

    margin: 0 !important;
    padding: 0 !important;
}

.yubeen-contact-form-point {
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr) !important;

    align-items: start !important;

    gap: 18px !important;

    color: #ffffff !important;
}

.yubeen-contact-form-point-icon {
    width: 48px !important;
    height: 48px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 50% !important;

    background: rgba(255, 43, 50, 0.12) !important;
    border: 1px solid rgba(255, 43, 50, 0.18) !important;

    color: #ff2b32 !important;
}

.yubeen-contact-form-point-icon svg {
    width: 22px !important;
    height: 22px !important;

    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.yubeen-contact-form-point strong {
    display: block !important;

    margin: 0 0 7px 0 !important;

    color: #ffffff !important;

    font-size: 17px !important;
    line-height: 1.25 !important;
    font-weight: 780 !important;
}

.yubeen-contact-form-point em {
    display: block !important;

    color: rgba(255, 255, 255, 0.68) !important;

    font-size: 14.5px !important;
    line-height: 1.55 !important;
    font-style: normal !important;
    font-weight: 500 !important;
}


/* ---------------------------------------------------------------------------------------------------------
   04. RIGHT FORM PANEL
   --------------------------------------------------------------------------------------------------------- */

.yubeen-contact-form-panel {
    position: relative !important;

    min-height: auto !important;

    margin: 0 !important;
    padding: 32px 36px !important;

    border-radius: 30px !important;

    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 249, 251, 0.99) 100%) !important;

    border: 1px solid rgba(17, 19, 24, 0.08) !important;

    box-shadow:
        0 28px 72px rgba(17, 19, 24, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.80) !important;

    box-sizing: border-box !important;
}

.yubeen-contact-form-panel-header {
    display: grid !important;
    grid-template-columns: 56px minmax(0, 1fr) !important;

    align-items: center !important;

    gap: 18px !important;

    margin: 0 0 28px 0 !important;
    padding: 0 !important;
}

.yubeen-contact-form-panel-icon {
    width: 52px !important;
    height: 52px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 50% !important;

    background: rgba(255, 43, 50, 0.08) !important;

    color: #d71920 !important;
}

.yubeen-contact-form-panel-icon svg {
    width: 24px !important;
    height: 24px !important;

    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.yubeen-contact-form-panel-header strong {
    display: block !important;

    margin: 0 0 6px 0 !important;

    color: #111318 !important;

    font-size: 23px !important;
    line-height: 1.2 !important;
    font-weight: 820 !important;
}

.yubeen-contact-form-panel-header em {
    display: block !important;

    color: rgba(17, 19, 24, 0.62) !important;

    font-size: 15px !important;
    line-height: 1.45 !important;
    font-style: normal !important;
    font-weight: 500 !important;
}


/* ---------------------------------------------------------------------------------------------------------
   05. CONTACT FORM 7 FIELD STYLING
   --------------------------------------------------------------------------------------------------------- */

.yubeen-contact-form-section .wpcf7 {
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove default paragraph spacing generated by Contact Form 7 */
.yubeen-contact-form-section .wpcf7-form p {
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove automatic <br> inserted between labels and fields */
.yubeen-contact-form-section .wpcf7-form br {
    display: none !important;
}

/* Make each custom field container compact */
.yubeen-contact-form-section .yubeen-cf7-field {
    margin: 0 !important;
    padding: 0 !important;
}

/* Message field spacing
   Adds breathing room between Inquiry Type and Message / Requirements.
   This selector must be more specific than the CF7 reset above.
*/
.yubeen-contact-form-section .yubeen-cf7-form .yubeen-cf7-message-field {
    margin-top: 14px !important;
}

.yubeen-cf7-form {
    margin: 0 !important;
    padding: 0 !important;
}

/* Label should sit close to the input */
.yubeen-contact-form-section .yubeen-cf7-field label {
    display: block !important;

    margin: 0 0 6px 0 !important;
    padding: 0 !important;

    line-height: 1.2 !important;
}

.yubeen-cf7-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

    gap: 16px !important;
    margin: 0 0 16px 0 !important;
	
    padding: 0 !important;
}

.yubeen-cf7-field {
    margin: 0 !important;
    padding: 0 !important;
}

.yubeen-cf7-field-full {
    margin-bottom: 14px !important;
}
 

.yubeen-cf7-field label {
    display: block !important;

    margin: 0 0 8px 0 !important;

    color: #171a21 !important;

    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 750 !important;
}

.yubeen-cf7-field label span {
    color: #d71920 !important;
}

/* Input wrapper should not add extra spacing */
.yubeen-contact-form-section .wpcf7-form-control-wrap {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;
}

.yubeen-cf7-control {
    width: 100% !important;
    min-height: 48px !important;

    margin: 0 !important;
    padding: 0 16px !important;

    border: 1px solid rgba(17, 19, 24, 0.16) !important;
    border-radius: 10px !important;

    background: #ffffff !important;

    color: #111318 !important;

    font-size: 15px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;

    outline: none !important;

    box-shadow: none !important;

    transition:
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        background 0.22s ease !important;

    box-sizing: border-box !important;
}

.yubeen-cf7-control::placeholder {
    color: rgba(17, 19, 24, 0.42) !important;
}

.yubeen-cf7-control:focus {
    border-color: rgba(215, 25, 32, 0.72) !important;

    box-shadow:
        0 0 0 3px rgba(215, 25, 32, 0.10) !important;
}

.yubeen-cf7-textarea {
    min-height: 86px !important;
    height: 86px !important;
    max-height: 130px !important;

    padding-top: 20px !important;
    resize: vertical !important;
}

/* file + submit row */
.yubeen-cf7-footer-row {
    display: grid !important;
    grid-template-columns: minmax(0, 0.85fr) minmax(220px, 0.45fr) !important;

    gap: 18px !important;

    /* Align attachment box and submit button by their bottom edges */
    align-items: end !important;

    margin: 4px 0 22px 0 !important;
    padding: 0 !important;
}

.yubeen-cf7-attachment {
    position: relative !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    min-height: 56px !important;

    padding: 10px 12px !important;

    border: 1px solid rgba(17, 19, 24, 0.14) !important;
    border-radius: 10px !important;

    background: #ffffff !important;

    box-sizing: border-box !important;
}

.yubeen-cf7-attachment-text strong {
    display: block !important;

    color: #171a21 !important;

    font-size: 14px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
}

.yubeen-cf7-attachment-text strong em {
    color: rgba(17, 19, 24, 0.52) !important;

    font-style: normal !important;
    font-weight: 650 !important;
}

.yubeen-cf7-attachment-text span {
    display: block !important;

    margin-top: 4px !important;

    color: rgba(17, 19, 24, 0.50) !important;

    font-size: 12.5px !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
}

/* File upload input
   Styles the native file upload field used by Contact Form 7.
   The button can be styled with ::file-selector-button.
   The selected file name is still controlled partly by the browser.
*/
.yubeen-cf7-file {
    width: 220px !important;
    max-width: 220px !important;

    color: rgba(17, 19, 24, 0.58) !important;

    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 500 !important;

    cursor: pointer !important;
}

/* Modern browsers */
.yubeen-cf7-file::file-selector-button {
    height: 34px !important;

    margin-right: 10px !important;
    padding: 0 15px !important;

    border: 1px solid rgba(215, 25, 32, 0.30) !important;
    border-radius: 999px !important;

    background: rgba(215, 25, 32, 0.08) !important;

    color: #d71920 !important;

    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 800 !important;

    cursor: pointer !important;

    transition:
        background 0.22s ease,
        border-color 0.22s ease,
        color 0.22s ease,
        transform 0.22s ease,
        box-shadow 0.22s ease !important;
}

/* Chrome / Edge / Safari fallback */
.yubeen-cf7-file::-webkit-file-upload-button {
    height: 34px !important;

    margin-right: 10px !important;
    padding: 0 15px !important;

    border: 1px solid rgba(215, 25, 32, 0.30) !important;
    border-radius: 999px !important;

    background: rgba(215, 25, 32, 0.08) !important;

    color: #d71920 !important;

    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 800 !important;

    cursor: pointer !important;

    transition:
        background 0.22s ease,
        border-color 0.22s ease,
        color 0.22s ease,
        transform 0.22s ease,
        box-shadow 0.22s ease !important;
}

/* Hover state */
.yubeen-cf7-file:hover::file-selector-button,
.yubeen-cf7-file:hover::-webkit-file-upload-button {
    background: rgba(215, 25, 32, 0.14) !important;

    border-color: rgba(215, 25, 32, 0.52) !important;

    color: #b80f17 !important;

    box-shadow:
        0 8px 18px rgba(215, 25, 32, 0.12) !important;

    transform: translateY(-1px) !important;
}

/* Focus state */
.yubeen-cf7-file:focus-visible::file-selector-button,
.yubeen-cf7-file:focus-visible::-webkit-file-upload-button {
    outline: 2px solid rgba(215, 25, 32, 0.35) !important;
    outline-offset: 2px !important;
}

.yubeen-cf7-submit-wrap {
    position: relative !important;

    /* Let the grid item sit at the bottom instead of forcing full height */
    align-self: end !important;

    height: auto !important;

    display: flex !important;
    align-items: flex-end !important;
    justify-content: stretch !important;

    margin: 0 !important;
    padding: 0 !important;
}

/* Keep Contact Form 7 spinner from affecting submit button alignment */
.yubeen-cf7-submit-wrap .wpcf7-spinner {
    position: absolute !important;
    right: -30px !important;
    top: 50% !important;

    transform: translateY(-50%) !important;

    margin: 0 !important;
}

/* Remove default margins from CF7 controls */
.yubeen-contact-form-section .wpcf7-form-control {
    margin: 0 !important;
}

.yubeen-cf7-submit {
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 28px !important;

    border: none !important;
    border-radius: 10px !important;

    background: linear-gradient(135deg, #ff2b32 0%, #d71920 100%) !important;

    color: #ffffff !important;

    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 850 !important;

    cursor: pointer !important;

    box-shadow:
        0 16px 32px rgba(215, 25, 32, 0.28) !important;

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        filter 0.22s ease !important;
}

.yubeen-cf7-submit:hover {
    transform: translateY(-1px) !important;

    filter: brightness(1.03) !important;

    box-shadow:
        0 20px 40px rgba(215, 25, 32, 0.36) !important;
}

.yubeen-cf7-privacy-note {
    margin: 0 !important;
    padding: 0 !important;

    color: rgba(17, 19, 24, 0.54) !important;

    font-size: 13px !important;
    line-height: 1.55 !important;
    font-weight: 500 !important;
}


/* CF7 response messages */
.yubeen-contact-form-section .wpcf7-response-output {
    margin: 22px 0 0 0 !important;
    padding: 14px 16px !important;

    border-radius: 10px !important;

    font-size: 14px !important;
    line-height: 1.45 !important;
}

.yubeen-contact-form-section .wpcf7-not-valid-tip {
    margin-top: 6px !important;

    color: #d71920 !important;

    font-size: 12.5px !important;
    line-height: 1.35 !important;
}


/* ---------------------------------------------------------------------------------------------------------
   06. RESPONSIVE
   --------------------------------------------------------------------------------------------------------- */

@media (max-width: 1024px) {
    .yubeen-contact-form-section {
        min-height: auto !important;

        padding: 72px 0 !important;
    }

    .yubeen-contact-form-inner {
        width: min(90vw, 820px) !important;

        grid-template-columns: 1fr !important;

        gap: 34px !important;
    }

    .yubeen-contact-form-info {
        min-height: auto !important;

        padding: 48px !important;
    }

    .yubeen-contact-form-panel {
        min-height: auto !important;

        padding: 42px !important;
    }
}

@media (max-width: 767px) {
    .yubeen-contact-form-section {
        padding: 56px 0 !important;
    }

    .yubeen-contact-form-inner {
        width: min(90vw, 560px) !important;

        gap: 28px !important;
    }

    .yubeen-contact-form-info,
    .yubeen-contact-form-panel {
        border-radius: 24px !important;
        padding: 30px !important;
    }

    .yubeen-contact-form-title {
        font-size: 38px !important;
        line-height: 1.08 !important;
    }

    .yubeen-contact-form-lead,
    .yubeen-contact-form-lead p {
        font-size: 15.5px !important;
        margin-bottom: 36px !important;
    }

    .yubeen-cf7-row {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .yubeen-cf7-footer-row {
        grid-template-columns: 1fr !important;
    }

    .yubeen-contact-form-panel-header {
        grid-template-columns: 48px minmax(0, 1fr) !important;

        gap: 14px !important;
    }

    .yubeen-contact-form-panel-icon {
        width: 44px !important;
        height: 44px !important;
    }

    .yubeen-contact-form-panel-header strong {
        font-size: 20px !important;
    }
}
/* =========================================================================================================
  第四屏结束
   ========================================================================================================= */

/* =========================================================================================================
   CONTACT PAGE — SUBTLE SECTION EDGE POLISH
   ---------------------------------------------------------------------------------------------------------
   Purpose:
   - Replace visible bridge bars with subtle section edge shadows.
   - Keeps each section clean and avoids dirty gray transition bands.
   - This is intended for the Contact page after removing bridge containers.
   ========================================================================================================= */


/* Remove accidental visual seams between main sections */
.yubeen-contact-hero,
.yubeen-contact-needs,
.yubeen-inquiry-prep,
.yubeen-contact-form-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/* Dark hero bottom: soft fade into the following light section */
.yubeen-contact-hero {
    box-shadow:
        inset 0 -34px 42px rgba(0, 0, 0, 0.34),
        0 18px 46px rgba(0, 0, 0, 0.12) !important;
}


/* Light second section: clean top and bottom, no heavy gray band */
.yubeen-contact-needs {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.88),
        inset 0 -1px 0 rgba(17, 19, 24, 0.05) !important;
}


/* Dark inquiry section: make the top edge feel intentional, not like a hard cut */
.yubeen-inquiry-prep {
    box-shadow:
        inset 0 28px 42px rgba(0, 0, 0, 0.30),
        inset 0 -30px 42px rgba(0, 0, 0, 0.26) !important;
}


/* Light form section: soft entry from dark section and clean exit to footer */
.yubeen-contact-form-section {
    box-shadow:
        inset 0 24px 40px rgba(0, 0, 0, 0.08),
        inset 0 -24px 38px rgba(0, 0, 0, 0.08) !important;
}


/* Footer should start cleanly without an extra gray fog band */
.site-footer,
footer {
    margin-top: 0 !important;
}


/* =========================================================================================================
   CONTACT MOBILE FILE UPLOAD — OVERFLOW-SAFE CORRECTIVE LAYER
   2026-08-13
   Purpose:
   - Prevent native Android/iOS file-input labels from forcing the attachment card wider than the form.
   - Keep desktop composition intact.
   - On mobile, hide the browser-controlled filename string and show a controlled, ellipsized filename line.
   ========================================================================================================= */

.yubeen-cf7-attachment,
.yubeen-cf7-attachment-text,
.yubeen-cf7-attachment .wpcf7-form-control-wrap,
.yubeen-cf7-attachment .yubeen-cf7-file {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.yubeen-cf7-attachment {
    width: 100% !important;
    overflow: hidden !important;
}

.yubeen-cf7-file-name {
    display: none;
}

/* Contact submit: replace the Unicode arrow with the bundled deterministic SVG. */
.yubeen-cf7-submit.yb-ui-input-arrow-right {
    padding-right: 58px !important;
    background-image:
        url("../../icons/arrow-right-white.svg"),
        linear-gradient(135deg, #ff2b32 0%, #d71920 100%) !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: right 24px center, center !important;
    background-size: 18px 18px, 100% 100% !important;
}

.yubeen-cf7-submit.yb-ui-input-arrow-right:hover {
    background-image:
        url("../../icons/arrow-right-white.svg"),
        linear-gradient(135deg, #ff2b32 0%, #d71920 100%) !important;
}

@media (max-width: 767px) {
    .yubeen-cf7-footer-row {
        width: 100% !important;
        min-width: 0 !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 18px !important;
    }

    .yubeen-cf7-attachment {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 12px !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        padding: 14px !important;
        overflow: hidden !important;
    }

    .yubeen-cf7-attachment-text {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .yubeen-cf7-attachment .wpcf7-form-control-wrap {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    .yubeen-cf7-file {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        text-overflow: clip !important;
        white-space: nowrap !important;

        /* Hide the browser-controlled filename string. The button font is restored below. */
        font-size: 0 !important;
        line-height: 1 !important;
        color: transparent !important;
    }

    .yubeen-cf7-file::file-selector-button,
    .yubeen-cf7-file::-webkit-file-upload-button {
        max-width: 100% !important;
        height: 40px !important;
        margin: 0 !important;
        padding: 0 18px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        color: #d71920 !important;
        font-size: 13px !important;
        line-height: 1 !important;
    }

    .yubeen-cf7-file-name {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
        overflow: hidden !important;
        color: rgba(17, 19, 24, 0.54) !important;
        font-size: 12.5px !important;
        line-height: 1.35 !important;
        font-weight: 500 !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .yubeen-cf7-submit.yb-ui-input-arrow-right {
        padding-left: 24px !important;
        padding-right: 54px !important;
        background-position: right 20px center, center !important;
        background-size: 17px 17px, 100% 100% !important;
    }
}

@media (max-width: 420px) {
    .yubeen-contact-form-info,
    .yubeen-contact-form-panel {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    .yubeen-cf7-attachment {
        padding: 13px !important;
    }
}


/* =========================================================================================================
   CONTACT HERO H1 SEMANTIC COMPATIBILITY
   ---------------------------------------------------------------------------------------------------------
   Purpose:
   - Allows the existing Text Editor widget (.yubeen-contact-title)
     to use a real semantic <h1>.
   - Preserves the original Contact page visual appearance.
   - Keeps the intentional two-line title layout.
   ========================================================================================================= */


/* ---------------------------------------------------------------------------------------------------------
   01. BASE / DESKTOP
   --------------------------------------------------------------------------------------------------------- */

.yubeen-contact-title h1 {
    max-width: 620px !important;

    margin: 0 0 22px 0 !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-family: inherit !important;

    font-size: clamp(48px, 4.7vw, 64px) !important;
    line-height: 1.04 !important;
    font-weight: 880 !important;

    letter-spacing: -1.5px !important;

    text-align: left !important;

    border: 0 !important;
}


/* Remove Text Editor / theme spacing around the real H1 */
.yubeen-contact-title .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}


/* Preserve the original intentional two-line layout */
.yubeen-contact-title h1 br {
    display: block !important;
}


/* ---------------------------------------------------------------------------------------------------------
   02. TABLET
   Match the existing Contact page responsive typography.
   --------------------------------------------------------------------------------------------------------- */

@media (max-width: 1024px) {

    .yubeen-contact-title h1 {
        font-size: 54px !important;
    }

}


/* ---------------------------------------------------------------------------------------------------------
   03. MOBILE
   Match the existing Contact page responsive typography.
   --------------------------------------------------------------------------------------------------------- */

@media (max-width: 767px) {

    .yubeen-contact-title h1 {
        font-size: 42px !important;
        line-height: 1.07 !important;
    }

}


/* =========================================================================================================
   END — CONTACT HERO H1 SEMANTIC COMPATIBILITY
   ========================================================================================================= */