.yl-single-page {
    --yls-primary: #4f46e5;
    --yls-primary-dark: #3730a3;
    --yls-secondary: #0ea5e9;
    --yls-cyan: #22d3ee;
    --yls-ink: #0f172a;
    --yls-copy: #334155;
    --yls-muted: #64748b;
    --yls-line: #dbe5f3;
    --yls-soft: #f4f7ff;
    --yls-card: #ffffff;
    --yls-dark: #102a43;
    background: #ffffff;
    color: var(--yls-copy);
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* 将公共导航与普通内页锁定为同一排版基准，隔离产品页正文的盒模型设置。 */
.yl-single-page .navbar,
.yl-single-page .navbar *,
.yl-single-page .navbar *::before,
.yl-single-page .navbar *::after {
    box-sizing: border-box;
}

.yl-single-page .navbar {
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

.yl-single-page .navbar .nav-container {
    width: 100%;
    height: 70px;
}

.yl-single-page .navbar .nav-logo,
.yl-single-page .navbar .nav-main-content,
.yl-single-page .navbar .nav-menu,
.yl-single-page .navbar .nav-cta,
.yl-single-page .navbar .nav-toggle {
    line-height: 1.7;
}

.yl-single-page .navbar .nav-logo .logo-text {
    font-size: 25.6px;
    font-weight: 900;
    line-height: 1.7;
}

.yl-single-page .navbar .nav-logo .logo-icon {
    font-size: 28.8px;
    line-height: 1.7;
}

.yl-single-page .navbar .nav-menu > li > a {
    color: #334155;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.7;
}

.yl-single-page .navbar .nav-menu > li > a > i {
    font-size: 18px;
    line-height: 1.7;
}

.yl-single-page .navbar .dropdown-menu,
.yl-single-page .navbar .dropdown-menu a,
.yl-single-page .navbar .dropdown-menu a i {
    line-height: 1.7;
}

.yl-single-page .navbar .dropdown-menu a {
    color: #334155;
    font-size: 14px;
    font-weight: 500;
}

.yl-single-page .navbar .dropdown-menu a i {
    font-size: 18px;
    font-weight: 500;
}

.yl-single-page main *,
.yl-single-page main *::before,
.yl-single-page main *::after {
    box-sizing: border-box;
}

.yl-single-page main img {
    display: block;
    max-width: 100%;
    height: auto;
}

.yl-single-page main {
    overflow: hidden;
}

.yls-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

/* Keep the shared footer visually aligned with the regular internal pages. */
.yl-single-page .site-footer-v2 {
    --bg-darker: #eef2ff;
    --bg-card: #ffffff;
    --border-color: #e0e7ff;
    --text-primary: #0f172a;
    --text-secondary: #334155;
    --text-muted: #6b7280;
    --accent: #4f46e5;
}

.yl-single-page .site-footer-v2 > .container {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

.yls-section {
    position: relative;
    padding: 104px 0;
}

.yls-section-soft {
    background: var(--yls-soft);
}

.yls-section-heading {
    max-width: 780px;
    margin-bottom: 48px;
}

.yls-section-heading.is-centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.yls-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 16px;
    color: var(--yls-primary);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
}

.yls-eyebrow::before {
    width: 30px;
    height: 3px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--yls-primary), var(--yls-secondary));
    content: "";
}

.yls-section-heading h2,
.yls-copy h2 {
    margin: 0;
    color: var(--yls-ink);
    font-size: clamp(32px, 4vw, 50px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -.035em;
}

.yls-section-heading > p:not(.yls-eyebrow),
.yls-copy > p {
    margin: 20px 0 0;
    color: var(--yls-muted);
    font-size: 17px;
    line-height: 1.85;
}

.yls-btn {
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.yls-btn:hover,
.yls-btn:focus-visible {
    text-decoration: none;
}

.yls-btn:focus-visible,
.yls-case-card:focus-visible,
.yls-evidence-link:focus-visible,
.yls-capability summary:focus-visible,
.yls-faq summary:focus-visible {
    outline: 3px solid rgba(14, 165, 233, .38);
    outline-offset: 3px;
}

.yls-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--yls-primary), var(--yls-secondary));
    box-shadow: 0 16px 36px rgba(79, 70, 229, .24);
}

.yls-btn-primary:hover {
    color: #fff;
    box-shadow: 0 18px 40px rgba(79, 70, 229, .32);
}

.yls-btn-secondary {
    color: var(--yls-ink);
    border-color: rgba(148, 163, 184, .45);
    background: rgba(255, 255, 255, .86);
}

.yls-btn-secondary:hover {
    color: var(--yls-primary);
    border-color: rgba(79, 70, 229, .45);
    background: #fff;
}

.yls-hero {
    min-height: 790px;
    padding: 170px 0 92px;
    display: flex;
    align-items: center;
    position: relative;
    background:
        radial-gradient(circle at 8% 10%, rgba(34, 211, 238, .22), transparent 28%),
        radial-gradient(circle at 90% 16%, rgba(79, 70, 229, .2), transparent 28%),
        linear-gradient(145deg, #f8fbff 0%, #eef4ff 52%, #f8f5ff 100%);
}

.yls-hero::after {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(79, 70, 229, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(79, 70, 229, .035) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: linear-gradient(to bottom, #000, transparent 84%);
    pointer-events: none;
    content: "";
}

.yls-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
    gap: 62px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.yls-hero-copy h1 {
    max-width: 680px;
    margin: 0;
    color: var(--yls-ink);
    font-size: clamp(44px, 5vw, 68px);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -.055em;
}

.yls-hero-copy h1 span {
    color: transparent;
    background: linear-gradient(120deg, var(--yls-primary), var(--yls-secondary));
    background-clip: text;
    -webkit-background-clip: text;
}

.yls-hero-desc {
    max-width: 640px;
    margin: 24px 0 0;
    color: var(--yls-copy);
    font-size: 18px;
    line-height: 1.85;
}

.yls-hero-points {
    margin: 24px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
}

.yls-hero-points li {
    padding: 8px 12px;
    border: 1px solid rgba(79, 70, 229, .15);
    border-radius: 999px;
    color: var(--yls-primary-dark);
    background: rgba(255, 255, 255, .8);
    font-size: 13px;
    font-weight: 700;
}

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

.yls-hero-note {
    margin: 18px 0 0;
    color: var(--yls-muted);
    font-size: 13px;
    line-height: 1.7;
}

.yls-hero-stage {
    min-height: 540px;
    position: relative;
}

.yls-browser {
    width: 91%;
    margin: 28px 0 0 auto;
    border: 1px solid rgba(148, 163, 184, .3);
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 28px 66px rgba(15, 23, 42, .18);
}

.yls-browser-bar {
    height: 34px;
    padding-left: 16px;
    display: flex;
    align-items: center;
    gap: 7px;
    background: #eef3f9;
}

.yls-browser-bar span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
}

.yls-hero-phone {
    width: 27%;
    position: absolute;
    bottom: 0;
    border: 7px solid #13243a;
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 24px 48px rgba(15, 23, 42, .24);
}

.yls-hero-phone.is-guest {
    left: 0;
}

.yls-hero-phone.is-admin {
    right: 2%;
    bottom: -22px;
}

.yls-hero-phone img {
    width: 100%;
}

.yls-proof-chip {
    max-width: 265px;
    padding: 14px 16px;
    position: absolute;
    right: 7%;
    bottom: 16px;
    border: 1px solid rgba(79, 70, 229, .14);
    border-radius: 14px;
    color: var(--yls-copy);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 32px rgba(15, 23, 42, .12);
    font-size: 12px;
    line-height: 1.65;
}

.yls-proof-chip strong {
    display: block;
    color: var(--yls-primary);
    font-size: 13px;
}

.yls-decision-strip {
    border-top: 1px solid rgba(219, 229, 243, .8);
    border-bottom: 1px solid var(--yls-line);
    background: #fff;
}

.yls-decision-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.yls-decision-item {
    min-height: 116px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid var(--yls-line);
}

.yls-decision-item:last-child {
    border-right: 0;
}

.yls-decision-item strong {
    color: var(--yls-ink);
    font-size: 17px;
}

.yls-decision-item span {
    margin-top: 6px;
    color: var(--yls-muted);
    font-size: 13px;
    line-height: 1.6;
}

.yls-fit-grid {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 72px;
    align-items: center;
}

.yls-fit-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.yls-fit-card {
    min-height: 190px;
    padding: 26px;
    border: 1px solid rgba(79, 70, 229, .12);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .07);
}

.yls-fit-card span {
    display: block;
    color: var(--yls-secondary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
}

.yls-fit-card h3 {
    margin: 14px 0 8px;
    color: var(--yls-ink);
    font-size: 20px;
}

.yls-fit-card p {
    margin: 0;
    color: var(--yls-muted);
    font-size: 14px;
    line-height: 1.75;
}

.yls-boundary-note,
.yls-condition-note {
    margin: 24px 0 0;
    padding: 15px 17px;
    border-left: 3px solid var(--yls-secondary);
    border-radius: 0 12px 12px 0;
    color: var(--yls-copy);
    background: rgba(14, 165, 233, .08);
    font-size: 14px;
    line-height: 1.75;
}

.yls-boundary-note a {
    color: var(--yls-primary);
    font-weight: 700;
}

.yls-dark {
    color: #dbeafe;
    background:
        radial-gradient(circle at 10% 20%, rgba(34, 211, 238, .13), transparent 28%),
        radial-gradient(circle at 88% 72%, rgba(79, 70, 229, .22), transparent 32%),
        var(--yls-dark);
}

.yls-dark .yls-eyebrow {
    color: #67e8f9;
}

.yls-dark .yls-section-heading h2,
.yls-dark .yls-copy h2 {
    color: #fff;
}

.yls-dark .yls-section-heading > p:not(.yls-eyebrow),
.yls-dark .yls-copy > p {
    color: #cbd5e1;
}

.yls-journey-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.yls-journey-card {
    margin: 0;
    padding: 14px 14px 20px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 22px;
    background: rgba(255, 255, 255, .08);
}

.yls-journey-card img {
    width: 100%;
    border-radius: 15px;
    background: #fff;
}

.yls-journey-card figcaption {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.yls-journey-card figcaption b {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    background: #67e8f9;
    font-size: 12px;
}

.yls-case-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.yls-case-card {
    display: block;
    border: 1px solid var(--yls-line);
    border-radius: 22px;
    overflow: hidden;
    color: inherit;
    background: #fff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .08);
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.yls-case-card:hover {
    border-color: rgba(79, 70, 229, .42);
    box-shadow: 0 20px 44px rgba(79, 70, 229, .13);
    text-decoration: none;
}

.yls-case-screen {
    position: relative;
    aspect-ratio: 720 / 1602;
    margin: 0;
    overflow: hidden;
    background: #eef4ff;
}

.yls-case-screen > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.yls-case-qr {
    position: absolute;
    inset: 0;
    z-index: 1;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(15, 23, 42, .88);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.yls-case-card:hover .yls-case-qr,
.yls-case-card:focus-visible .yls-case-qr {
    opacity: 1;
}

.yls-case-qr img {
    width: min(180px, 78%);
    height: auto;
    aspect-ratio: 1;
    padding: 8px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .32);
}

.yls-case-qr strong {
    margin-top: 18px;
    font-size: 16px;
}

.yls-case-qr span {
    margin-top: 6px;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    text-align: center;
}

.yls-case-caption {
    padding: 18px;
}

.yls-case-caption span {
    color: var(--yls-secondary);
    font-size: 12px;
    font-weight: 800;
}

.yls-case-caption strong {
    margin-top: 5px;
    display: block;
    color: var(--yls-ink);
    font-size: 17px;
}

.yls-case-caption p {
    margin: 7px 0 0;
    color: var(--yls-muted);
    font-size: 13px;
    line-height: 1.65;
}

.yls-section-action {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.yls-operation-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
    gap: 72px;
    align-items: center;
}

.yls-operation-stage {
    min-height: 560px;
    position: relative;
}

.yls-shot-frame {
    margin: 0;
    border: 1px solid var(--yls-line);
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 22px 50px rgba(15, 23, 42, .13);
}

.yls-operation-stage .yls-shot-frame {
    width: 88%;
}

.yls-operation-phone {
    width: 27%;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 7px solid #14243a;
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 22px 46px rgba(15, 23, 42, .22);
}

.yls-operation-phone.is-calendar {
    right: 23%;
    bottom: -18px;
}

.yls-value-list,
.yls-process-list {
    margin: 28px 0 0;
    padding: 0;
    display: grid;
    gap: 13px;
    list-style: none;
}

.yls-value-list li,
.yls-process-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--yls-copy);
    font-size: 15px;
    line-height: 1.7;
}

.yls-value-list i,
.yls-process-list i {
    margin-top: 4px;
    color: var(--yls-primary);
    font-size: 18px;
}

.yls-plugin-label {
    margin-top: 24px;
    padding: 13px 16px;
    border: 1px solid rgba(245, 158, 11, .22);
    border-radius: 13px;
    color: #92400e;
    background: #fffbeb;
    font-size: 13px;
    line-height: 1.7;
}

.yls-deploy-grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 74px;
    align-items: center;
}

.yls-deploy-panel {
    padding: 32px;
    border: 1px solid var(--yls-line);
    border-radius: 26px;
    background: linear-gradient(145deg, #fff, #f5f8ff);
    box-shadow: 0 22px 52px rgba(15, 23, 42, .09);
}

.yls-deploy-panel h3 {
    margin: 0;
    color: var(--yls-ink);
    font-size: 24px;
}

.yls-deploy-panel > p {
    margin: 12px 0 0;
    color: var(--yls-muted);
    font-size: 14px;
    line-height: 1.75;
}

.yls-delivery-steps {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.yls-delivery-step {
    min-height: 78px;
    padding: 15px;
    border: 1px solid rgba(79, 70, 229, .12);
    border-radius: 14px;
    color: var(--yls-ink);
    background: #fff;
    font-size: 14px;
    font-weight: 700;
}

.yls-delivery-step strong {
    margin-bottom: 7px;
    display: block;
    color: var(--yls-secondary);
    font-size: 12px;
    letter-spacing: .08em;
}

.yls-service-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 72px;
    align-items: center;
}

.yls-service-screens {
    min-height: 590px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 22px;
}

.yls-service-phone {
    width: min(270px, 44%);
    margin: 0;
    border: 7px solid #0b1e33;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 26px 52px rgba(0, 0, 0, .28);
}

.yls-service-phone:last-child {
    margin-bottom: 54px;
}

.yls-service-list {
    margin: 28px 0 0;
    padding: 0;
    display: grid;
    gap: 14px;
    list-style: none;
}

.yls-service-list li {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.yls-service-list strong {
    display: block;
    color: #fff;
    font-size: 15px;
}

.yls-service-list span {
    margin-top: 5px;
    display: block;
    color: #cbd5e1;
    font-size: 13px;
    line-height: 1.7;
}

.yls-dark .yls-condition-note {
    border-left-color: #67e8f9;
    color: #dbeafe;
    background: rgba(255, 255, 255, .08);
}

.yls-growth-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.yls-growth-card {
    margin: 0;
    padding: 14px 14px 20px;
    border: 1px solid var(--yls-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .07);
}

.yls-growth-card img {
    width: 100%;
    border-radius: 15px;
}

.yls-growth-card figcaption {
    margin-top: 16px;
}

.yls-growth-card strong {
    display: block;
    color: var(--yls-ink);
    font-size: 17px;
}

.yls-growth-card span {
    margin-top: 5px;
    display: block;
    color: var(--yls-muted);
    font-size: 13px;
    line-height: 1.65;
}

.yls-evidence-grid {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: 72px;
    align-items: center;
}

.yls-evidence-links {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.yls-evidence-link {
    min-height: 94px;
    padding: 17px;
    border: 1px solid var(--yls-line);
    border-radius: 15px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--yls-copy);
    background: #fff;
    text-decoration: none;
}

.yls-evidence-link:hover {
    border-color: rgba(79, 70, 229, .35);
    color: var(--yls-primary);
    text-decoration: none;
}

.yls-evidence-link i {
    color: var(--yls-primary);
    font-size: 21px;
}

.yls-evidence-link strong {
    display: block;
    color: var(--yls-ink);
    font-size: 14px;
}

.yls-evidence-link span {
    margin-top: 4px;
    display: block;
    color: var(--yls-muted);
    font-size: 12px;
    line-height: 1.55;
}

button.yls-evidence-link {
    width: 100%;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
}

.yls-evidence-note {
    min-height: 94px;
    padding: 17px;
    border: 1px solid rgba(14, 165, 233, .18);
    border-radius: 15px;
    background: rgba(14, 165, 233, .06);
}

.yls-evidence-note strong {
    display: block;
    color: var(--yls-ink);
    font-size: 14px;
}

.yls-evidence-note span {
    margin-top: 5px;
    display: block;
    color: var(--yls-muted);
    font-size: 12px;
    line-height: 1.6;
}

.yls-capability-list,
.yls-faq-list {
    display: grid;
    gap: 14px;
}

.yls-capability,
.yls-faq {
    border: 1px solid var(--yls-line);
    border-radius: 17px;
    overflow: hidden;
    background: #fff;
}

.yls-capability summary,
.yls-faq summary {
    min-height: 64px;
    padding: 17px 54px 17px 20px;
    display: flex;
    align-items: center;
    position: relative;
    color: var(--yls-ink);
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.yls-capability summary::-webkit-details-marker,
.yls-faq summary::-webkit-details-marker {
    display: none;
}

.yls-capability summary::after,
.yls-faq summary::after {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--yls-primary);
    background: rgba(79, 70, 229, .09);
    font-size: 20px;
    font-weight: 500;
    content: "+";
}

.yls-capability[open] summary::after,
.yls-faq[open] summary::after {
    content: "−";
}

.yls-capability-body,
.yls-faq-answer {
    padding: 0 20px 22px;
    border-top: 1px solid rgba(219, 229, 243, .75);
    color: var(--yls-muted);
    font-size: 14px;
    line-height: 1.8;
}

.yls-capability-body ul {
    margin: 18px 0 0;
    padding-left: 20px;
    columns: 2;
    column-gap: 38px;
}

.yls-capability-body li {
    margin-bottom: 8px;
    break-inside: avoid;
}

.yls-faq-answer {
    padding-top: 18px;
}

.yls-final-cta {
    padding: 86px 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(34, 211, 238, .15), transparent 30%),
        radial-gradient(circle at 88% 70%, rgba(79, 70, 229, .3), transparent 36%),
        #102a43;
}

.yls-final-inner {
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 26px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: center;
    background: rgba(255, 255, 255, .07);
    box-shadow: 0 28px 60px rgba(0, 0, 0, .18);
}

.yls-final-copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.18;
    letter-spacing: -.035em;
}

.yls-final-copy p {
    max-width: 720px;
    margin: 16px 0 0;
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.8;
}

.yls-final-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

@media (max-width: 1180px) {
    .yls-hero-grid {
        grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr);
        gap: 42px;
    }

    .yls-operation-grid,
    .yls-service-grid,
    .yls-evidence-grid {
        gap: 46px;
    }
}

@media (max-width: 1024px) {
    .yls-section {
        padding: 88px 0;
    }

    .yls-hero {
        padding-top: 150px;
    }

    .yls-hero-grid,
    .yls-fit-grid,
    .yls-operation-grid,
    .yls-deploy-grid,
    .yls-service-grid,
    .yls-evidence-grid {
        grid-template-columns: 1fr;
    }

    .yls-hero-stage {
        width: min(720px, 100%);
        margin: 10px auto 0;
    }

    .yls-decision-grid,
    .yls-case-grid,
    .yls-growth-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .yls-decision-item:nth-child(2) {
        border-right: 0;
    }

    .yls-decision-item:nth-child(-n+2) {
        border-bottom: 1px solid var(--yls-line);
    }

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

    .yls-operation-stage {
        width: min(760px, 100%);
        margin: 0 auto;
    }

    .yls-service-screens {
        min-height: 540px;
        order: 2;
    }

    .yls-final-inner {
        grid-template-columns: 1fr;
    }

    .yls-final-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .yls-container {
        width: min(100% - 32px, 1180px);
    }

    .yls-section {
        padding: 76px 0;
    }

    .yls-section-heading {
        margin-bottom: 36px;
    }

    .yls-section-heading h2,
    .yls-copy h2 {
        font-size: clamp(30px, 8vw, 42px);
    }

    .yls-hero {
        min-height: auto;
        padding: 130px 0 72px;
    }

    .yls-hero-copy h1 {
        font-size: clamp(38px, 10.5vw, 52px);
    }

    .yls-hero-desc {
        font-size: 16px;
    }

    .yls-hero-stage {
        min-height: 470px;
    }

    .yls-browser {
        width: 100%;
    }

    .yls-hero-phone {
        width: 30%;
    }

    .yls-proof-chip {
        right: 3%;
        bottom: 0;
    }

    .yls-fit-cards {
        grid-template-columns: 1fr;
    }

    .yls-fit-card {
        min-height: 0;
    }

    .yls-operation-stage {
        min-height: 490px;
    }

    .yls-deploy-panel {
        padding: 24px;
    }

    .yls-service-screens {
        min-height: 470px;
    }

    .yls-capability-body ul {
        columns: 1;
    }

    .yls-final-cta {
        padding: 70px 0;
    }

    .yls-final-inner {
        padding: 30px 24px;
    }
}

@media (max-width: 640px) {
    .yl-single-page .site-footer-v2 > .container {
        width: min(1200px, calc(100% - 32px));
    }
}

@media (max-width: 560px) {
    .yls-hero-actions,
    .yls-final-actions {
        flex-direction: column;
    }

    .yls-hero-actions .yls-btn,
    .yls-final-actions .yls-btn {
        width: 100%;
    }

    .yls-hero-stage {
        min-height: 410px;
    }

    .yls-browser {
        margin-top: 18px;
    }

    .yls-browser-bar {
        height: 26px;
    }

    .yls-hero-phone {
        width: 34%;
        border-width: 5px;
        border-radius: 20px;
    }

    .yls-hero-phone.is-admin {
        right: 0;
    }

    .yls-proof-chip {
        max-width: 190px;
        padding: 10px 12px;
        right: 2%;
        bottom: -8px;
        font-size: 10px;
    }

    .yls-proof-chip strong {
        font-size: 11px;
    }

    .yls-decision-grid,
    .yls-case-grid,
    .yls-growth-grid {
        grid-template-columns: 1fr;
    }

    .yls-decision-item {
        min-height: 100px;
        border-right: 0;
        border-bottom: 1px solid var(--yls-line);
    }

    .yls-decision-item:nth-child(3) {
        border-bottom: 1px solid var(--yls-line);
    }

    .yls-decision-item:last-child {
        border-bottom: 0;
    }

    .yls-journey-grid {
        gap: 12px;
    }

    .yls-journey-card {
        padding: 10px 10px 16px;
        border-radius: 17px;
    }

    .yls-journey-card img {
        border-radius: 11px;
    }

    .yls-journey-card figcaption {
        align-items: flex-start;
        font-size: 12px;
        line-height: 1.5;
    }

    .yls-case-card,
    .yls-growth-card {
        width: min(310px, 100%);
        margin-right: auto;
        margin-left: auto;
    }

    .yls-operation-stage {
        min-height: 410px;
    }

    .yls-operation-stage .yls-shot-frame {
        width: 100%;
    }

    .yls-operation-phone {
        width: 31%;
        border-width: 5px;
        border-radius: 20px;
    }

    .yls-operation-phone.is-calendar {
        right: 27%;
    }

    .yls-delivery-steps,
    .yls-evidence-links {
        grid-template-columns: 1fr;
    }

    .yls-service-screens {
        min-height: 410px;
        gap: 12px;
    }

    .yls-service-phone {
        width: 47%;
        border-width: 5px;
        border-radius: 22px;
    }

    .yls-service-phone:last-child {
        margin-bottom: 34px;
    }

    .yls-capability summary,
    .yls-faq summary {
        min-height: 60px;
        font-size: 15px;
    }
}

@media (max-width: 390px) {
    .yls-hero-copy h1 {
        font-size: 36px;
    }

    .yls-hero-stage {
        min-height: 375px;
    }

    .yls-operation-stage {
        min-height: 380px;
    }

    .yls-service-screens {
        min-height: 380px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .yl-single-page *,
    .yl-single-page *::before,
    .yl-single-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
