.ydd-bbe-case {
  --ink: #101226;
  --muted: #62667c;
  --paper: #f6f7fb;
  --white: #ffffff;
  --violet: #5b3df5;
  --violet-dark: #241358;
  --blue: #2764f4;
  --cyan: #20d6e7;
  --line: rgba(31, 35, 65, 0.12);
}

.ydd-bbe-case *, .ydd-bbe-case *::before, .ydd-bbe-case *::after { box-sizing: border-box; }
.ydd-bbe-case { scroll-behavior: smooth; }
.ydd-bbe-case { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.ydd-bbe-case button, .ydd-bbe-case a { font: inherit; }
.ydd-bbe-case a { color: inherit; text-decoration: none; }
.ydd-bbe-case svg { width: 1em; height: 1em; }
.ydd-bbe-case { overflow: hidden; }
.ydd-bbe-case .shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.ydd-bbe-case .reveal { opacity: 0; transform: translateY(26px); transition: opacity 700ms ease, transform 700ms ease; }
.ydd-bbe-case .reveal.is-visible { opacity: 1; transform: none; }
.ydd-bbe-case .overline { margin: 0 0 18px; color: #ada1ff; font-size: 13px; font-weight: 800; letter-spacing: .17em; line-height: 1.45; text-transform: uppercase; }
.ydd-bbe-case .overline.dark { color: var(--violet); }
.ydd-bbe-case .button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 750; transition: transform 180ms ease, background 180ms ease, border 180ms ease, color 180ms ease; }
.ydd-bbe-case .button svg { font-size: 20px; transition: transform 180ms ease; }
.ydd-bbe-case .button:hover { transform: translateY(-2px); }
.ydd-bbe-case .button:hover svg { transform: translateX(3px); }
.ydd-bbe-case .button-primary { color: #fff; background: linear-gradient(135deg, #7153ff, #3e74ff); box-shadow: 0 18px 42px rgba(54, 66, 246, .3); }
.ydd-bbe-case .button-primary:hover { color: #fff; background: linear-gradient(135deg, #8067ff, #4f82ff); }
.ydd-bbe-case .button-ghost { color: #fff; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.06); }
.ydd-bbe-case .button-ghost:hover { color: #fff; border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.11); }

.ydd-bbe-case .hero { position: relative; min-height: 940px; color: #fff; background: radial-gradient(circle at 82% 38%, rgba(54, 93, 255, .31), transparent 28%), radial-gradient(circle at 15% 22%, rgba(94, 52, 215, .34), transparent 26%), linear-gradient(135deg, #090817 0%, #11102c 56%, #0b1231 100%); isolation: isolate; }
.ydd-bbe-case .hero::after { position: absolute; inset: auto 0 0; height: 180px; content: ""; background: linear-gradient(transparent, rgba(2,5,20,.48)); z-index: -1; }
.ydd-bbe-case .hero-grid-glow { position: absolute; inset: 0; z-index: -1; opacity: .38; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black 0%, transparent 88%); }
.ydd-bbe-case .hero-nav { display: grid; align-items: center; min-height: 122px; border-bottom: 1px solid rgba(255,255,255,.1); }
.ydd-bbe-case .partnership-lockup { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 26px; width: 100%; padding: 18px 0; }
.ydd-bbe-case .partner-identity { display: flex; align-items: center; gap: 14px; min-width: 0; min-height: 78px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(7,8,25,.32); box-shadow: inset 0 1px rgba(255,255,255,.035); transition: border-color 180ms ease, background 180ms ease, transform 180ms ease; }
.ydd-bbe-case .partner-identity:hover { border-color: rgba(146,134,255,.38); background: rgba(255,255,255,.07); transform: translateY(-1px); }
.ydd-bbe-case .partner-bbe { justify-content: flex-end; }
.ydd-bbe-case .partner-logo-frame { position: relative; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; }
.ydd-bbe-case .partner-logo-frame > img[width][height] { display: block; width: 100% !important; height: 100% !important; max-height: 100% !important; aspect-ratio: auto !important; object-fit: contain; }
.ydd-bbe-case .ydd-logo-frame { width: 58px; height: 58px; border-radius: 15px; box-shadow: 0 10px 28px rgba(0,0,0,.3); }
.ydd-bbe-case .bbe-logo-frame { width: 176px; height: 64px; padding: 5px 10px; border: 1px solid rgba(255,255,255,.8); border-radius: 12px; background: #fff; box-shadow: 0 10px 28px rgba(0,0,0,.22); }
.ydd-bbe-case .bbe-logo-frame > img[width][height] { height: 52px !important; }
.ydd-bbe-case .partner-meta { min-width: 0; }
.ydd-bbe-case .partner-meta strong, .ydd-bbe-case .partner-meta small { display: block; }
.ydd-bbe-case .partner-meta strong { color: #fff; font-size: 13px; line-height: 1.25; letter-spacing: .04em; }
.ydd-bbe-case .partner-meta small { margin-top: 5px; color: #969aaf; font-size: 11px; line-height: 1.35; }
.ydd-bbe-case .partner-bbe .partner-meta { text-align: right; }
.ydd-bbe-case .partnership-seal { display: grid; justify-items: center; gap: 7px; width: 152px; color: #aaafc5; text-align: center; }
.ydd-bbe-case .partnership-seal span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(143,133,255,.44); border-radius: 50%; color: #fff; background: rgba(83,62,212,.22); font-size: 21px; line-height: 1; }
.ydd-bbe-case .partnership-seal small { font-size: 10px; font-weight: 850; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.ydd-bbe-case .hero-layout { display: grid; grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr); gap: 38px; align-items: center; min-height: 746px; padding-block: 74px 92px; }
.ydd-bbe-case .hero-copy { position: relative; z-index: 3; width: 100%; max-width: 100%; min-width: 0; }
.ydd-bbe-case .hero h1 { max-width: 640px; margin: 0; font-size: clamp(46px, 4.15vw, 57px); line-height: 1.02; letter-spacing: -.052em; font-weight: 760; text-wrap: balance; }
.ydd-bbe-case .hero h1 span, .ydd-bbe-case .hero h1 em { display: block; }
.ydd-bbe-case .hero h1 span, .ydd-bbe-case .hero h1 em { white-space: nowrap; }
.ydd-bbe-case[data-language="th"] .hero h1 { font-size: clamp(42px, 3.75vw, 52px); }
.ydd-bbe-case[data-language="th"] .hero h1 span, .ydd-bbe-case[data-language="th"] .hero h1 em { white-space: normal; }
.ydd-bbe-case .hero h1 em { color: transparent; background: linear-gradient(95deg, #a896ff, #56dbea); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.ydd-bbe-case .hero-lede { max-width: 600px; margin: 30px 0 0; color: #c4c6d3; font-size: 18px; line-height: 1.72; }
.ydd-bbe-case .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.ydd-bbe-case .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 50px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); }
.ydd-bbe-case .hero-proof div { display: flex; flex-direction: column; gap: 5px; }
.ydd-bbe-case .hero-proof strong { color: #fff; font-size: 22px; }
.ydd-bbe-case .hero-proof span { max-width: 140px; color: #9ea2b8; font-size: 12px; line-height: 1.5; text-transform: uppercase; letter-spacing: .07em; }

.ydd-bbe-case .platform-scene { position: relative; min-height: 605px; display: grid; align-items: center; }
.ydd-bbe-case .scene-halo { position: absolute; width: 640px; height: 640px; left: 50%; top: 50%; border-radius: 50%; transform: translate(-48%,-50%); background: radial-gradient(circle, rgba(86,80,255,.27), rgba(25,34,103,.09) 45%, transparent 72%); filter: blur(4px); }
.ydd-bbe-case .browser-card { position: relative; z-index: 2; width: 720px; max-width: 100%; margin-left: 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; overflow: hidden; background: #f8f9fd; box-shadow: 0 55px 100px rgba(0,0,0,.45), 0 0 0 8px rgba(255,255,255,.025); transform: perspective(1400px) rotateY(-4deg) rotateX(2deg); }
.ydd-bbe-case .browser-topbar { display: grid; grid-template-columns: 70px 1fr 80px; align-items: center; height: 43px; padding: 0 14px; color: #787b8d; background: #edeef5; border-bottom: 1px solid #dfe1eb; font-size: 10px; }
.ydd-bbe-case .window-dots { display: flex; gap: 5px; }
.ydd-bbe-case .window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #c4c6d1; }
.ydd-bbe-case .window-dots i:first-child { background: #fb7d78; }
.ydd-bbe-case .window-dots i:nth-child(2) { background: #f8c65d; }
.ydd-bbe-case .window-dots i:last-child { background: #75d69a; }
.ydd-bbe-case .browser-address { justify-self: center; width: 240px; padding: 7px; border-radius: 7px; text-align: center; background: #fff; box-shadow: 0 1px 3px rgba(35,38,64,.08); }
.ydd-bbe-case .secure-dot { justify-self: end; display: flex; align-items: center; gap: 5px; font-weight: 800; }
.ydd-bbe-case .secure-dot span { display: none; }
.ydd-bbe-case .app-layout { display: grid; grid-template-columns: 138px 1fr; min-height: 420px; color: var(--ink); }
.ydd-bbe-case .app-sidebar { padding: 22px 16px; color: #c0c5d5; background: linear-gradient(#13162a, #191c33); }
.ydd-bbe-case .bbe-brand { display: flex; align-items: center; gap: 8px; margin-bottom: 35px; color: #fff; font-size: 10px; line-height: 1.25; }
.ydd-bbe-case .bbe-symbol { display: grid; place-items: center; width: 38px; height: 38px; padding: 3px; overflow: hidden; border: 1px solid rgba(255,255,255,.72); border-radius: 10px; background: #fff; box-shadow: 0 7px 18px rgba(0,0,0,.2); }
.ydd-bbe-case .bbe-symbol > img[width][height] { display: block; width: 100% !important; height: 100% !important; max-height: 100% !important; aspect-ratio: auto !important; object-fit: contain; }
.ydd-bbe-case .side-item { display: flex; align-items: center; gap: 9px; margin-bottom: 5px; padding: 10px 9px; border-radius: 8px; font-size: 10px; font-weight: 700; }
.ydd-bbe-case .side-item i { width: 6px; height: 6px; border: 1px solid currentColor; border-radius: 2px; }
.ydd-bbe-case .side-item.active { color: #fff; background: rgba(94,87,255,.38); }
.ydd-bbe-case .side-item.active i { border-color: #7fe1ef; background: #7fe1ef; }
.ydd-bbe-case .scheduler { padding: 35px 32px 28px; }
.ydd-bbe-case .scheduler-head { display: flex; justify-content: space-between; align-items: flex-start; }
.ydd-bbe-case .scheduler-head span { color: var(--violet); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.ydd-bbe-case .scheduler-head h2 { margin: 5px 0 0; font-size: 19px; letter-spacing: -.03em; }
.ydd-bbe-case .timezone { padding: 8px 10px; border-radius: 8px; color: #4964b6; background: #edf2ff; font-size: 10px; font-weight: 800; }
.ydd-bbe-case .mode-switch { display: grid; grid-template-columns: 1fr 1fr; margin-top: 24px; padding: 4px; border-radius: 9px; background: #eceef4; font-size: 10px; font-weight: 750; text-align: center; }
.ydd-bbe-case .mode-switch span { padding: 8px; }
.ydd-bbe-case .mode-switch .selected { color: #fff; border-radius: 7px; background: #4f4cf4; box-shadow: 0 5px 12px rgba(79,76,244,.2); }
.ydd-bbe-case .date-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 22px; }
.ydd-bbe-case .date { display: grid; gap: 6px; place-items: center; padding: 11px 5px; border: 1px solid #e3e5ee; border-radius: 9px; color: #8b8fa0; background: #fff; }
.ydd-bbe-case .date small { font-size: 9px; font-weight: 800; }
.ydd-bbe-case .date b { color: #303448; font-size: 12px; }
.ydd-bbe-case .date.active { border-color: #6058ff; background: #f0efff; box-shadow: inset 0 0 0 1px #6058ff; }
.ydd-bbe-case .date.active b { color: #5148ea; }
.ydd-bbe-case .time-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 12px; }
.ydd-bbe-case .time-grid span { padding: 9px; border: 1px solid #e6e7ef; border-radius: 7px; color: #737789; background: #fff; font-size: 10px; font-weight: 700; text-align: center; }
.ydd-bbe-case .time-grid .picked { color: #fff; border-color: #4b4be7; background: #4b4be7; }
.ydd-bbe-case .schedule-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 23px; padding-top: 18px; border-top: 1px solid #e4e6ee; }
.ydd-bbe-case .schedule-footer > span { display: flex; align-items: center; gap: 7px; color: #6c7082; font-size: 10px; font-weight: 750; }
.ydd-bbe-case .schedule-footer > span i { display: grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; color: #fff; background: #39bd89; }
.ydd-bbe-case .schedule-footer > span svg { width: 10px; }
.ydd-bbe-case .schedule-footer button { display: flex; align-items: center; gap: 7px; padding: 9px 11px; border: 0; border-radius: 7px; color: #fff; background: #4f4cf4; font-size: 10px; font-weight: 800; }
.ydd-bbe-case .schedule-footer button svg { width: 10px; }
.ydd-bbe-case .hero-bottom { position: absolute; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; min-height: 74px; padding: 0 max(24px, calc((100vw - 1180px)/2)); border-top: 1px solid rgba(255,255,255,.1); color: #858aa3; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.ydd-bbe-case .hero-bottom a { justify-self: center; color: #c6c9d9; }
.ydd-bbe-case .hero-bottom a i { display: inline-grid; place-items: center; width: 25px; height: 25px; margin-left: 8px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; font-style: normal; }
.ydd-bbe-case .hero-bottom span:last-child { justify-self: end; }


.ydd-bbe-case .story-intro { padding: 130px 0; background: #fff; }
.ydd-bbe-case .story-grid { display: grid; grid-template-columns: .98fr 1.02fr; gap: 32px; align-items: stretch; }
.ydd-bbe-case .story-thesis { position: relative; display: flex; flex-direction: column; min-height: 520px; padding: 54px; border: 1px solid #dedcf8; border-radius: 30px; background: linear-gradient(145deg, #f7f5ff, #eef3ff); overflow: hidden; }
.ydd-bbe-case .story-thesis::after { position: absolute; right: -55px; bottom: -115px; width: 330px; height: 330px; border: 1px solid rgba(91,61,245,.12); border-radius: 50%; box-shadow: 0 0 0 45px rgba(91,61,245,.035), 0 0 0 90px rgba(32,214,231,.025); content: ""; }
.ydd-bbe-case .story-grid h2 { position: relative; z-index: 1; max-width: 640px; margin: 0; font-size: clamp(40px, 4.1vw, 58px); line-height: 1.06; letter-spacing: -.047em; text-wrap: balance; }
.ydd-bbe-case .story-signal { position: relative; z-index: 1; display: grid; gap: 8px; margin-top: auto; padding-top: 30px; border-top: 1px solid rgba(38,36,78,.13); }
.ydd-bbe-case .story-signal span { color: var(--violet); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.ydd-bbe-case .story-signal strong { max-width: 510px; font-size: 17px; line-height: 1.55; }
.ydd-bbe-case .story-copy { display: grid; gap: 16px; }
.ydd-bbe-case .story-copy p { position: relative; margin: 0; padding: 38px 40px; border: 1px solid var(--line); border-radius: 26px; color: #4f536a; background: #fff; box-shadow: 0 18px 45px rgba(29,32,65,.055); font-size: 17px; line-height: 1.78; }
.ydd-bbe-case .story-copy p:last-child { color: #fff; border-color: #25264a; background: linear-gradient(145deg, #202142, #16172f); box-shadow: 0 24px 55px rgba(20,21,51,.16); }
.ydd-bbe-case .challenge-section, .ydd-bbe-case .role-section, .ydd-bbe-case .feature-section, .ydd-bbe-case .consent-section { padding: 118px 0; }
.ydd-bbe-case .challenge-section { background: var(--paper); }
.ydd-bbe-case .section-heading { display: grid; grid-template-columns: 90px minmax(0, 900px); gap: 36px; align-items: start; margin-bottom: 68px; }
.ydd-bbe-case .section-number { display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid rgba(32,35,60,.17); border-radius: 50%; color: var(--violet); font-size: 12px; font-weight: 900; }
.ydd-bbe-case .section-heading h2, .ydd-bbe-case .feature-heading h2 { margin: 0; font-size: clamp(38px, 4.5vw, 62px); line-height: 1.04; letter-spacing: -.052em; }
.ydd-bbe-case .section-heading > div > p:last-child { max-width: 630px; margin: 22px 0 0; color: #a9adc3; line-height: 1.75; }
.ydd-bbe-case .pain-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.ydd-bbe-case .pain-card { position: relative; min-height: 255px; padding: 34px 36px 38px; border: 1px solid rgba(38,42,75,.11); border-radius: 24px; background: linear-gradient(145deg, #fff, #f8f8fc); box-shadow: 0 16px 42px rgba(31,34,72,.045); overflow: hidden; }
.ydd-bbe-case .pain-card::after { position: absolute; right: -45px; top: -55px; width: 145px; height: 145px; border-radius: 50%; content: ""; background: radial-gradient(circle, rgba(91,61,245,.09), transparent 70%); }
.ydd-bbe-case .pain-top { position: relative; z-index: 1; display: flex; align-items: center; gap: 14px; }
.ydd-bbe-case .pain-top span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; color: var(--violet); background: #eeebff; font-size: 14px; font-weight: 900; }
.ydd-bbe-case .pain-top i { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(91,61,245,.28), transparent); }
.ydd-bbe-case .pain-card h3 { position: relative; z-index: 1; max-width: 420px; margin: 30px 0 14px; font-size: 24px; line-height: 1.18; letter-spacing: -.03em; }
.ydd-bbe-case .pain-card p { position: relative; z-index: 1; max-width: 500px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.72; }
.ydd-bbe-case .pain-line { position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; opacity: 0; background: linear-gradient(90deg, var(--violet), var(--cyan)); transform: scaleX(0); transform-origin: left; transition: transform 350ms ease, opacity 180ms ease; }

@media (hover: hover) and (pointer: fine) {
  .ydd-bbe-case .pain-card:hover .pain-line { opacity: 1; transform: scaleX(1); }
}

.ydd-bbe-case .transformation-section { position: relative; padding: 130px 0 110px; color: #fff; background: #111128; }
.ydd-bbe-case .transformation-section::before { position: absolute; inset: 0; content: ""; opacity: .34; background-image: radial-gradient(circle at 50% 50%, rgba(101,80,255,.3), transparent 40%), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: auto, 72px 72px, 72px 72px; }
.ydd-bbe-case .transformation-section .shell { position: relative; }
.ydd-bbe-case .section-heading.light .section-number { color: var(--cyan); border-color: rgba(255,255,255,.15); }
.ydd-bbe-case .section-heading.light h2 { max-width: 740px; }
.ydd-bbe-case .system-map { position: relative; width: min(980px, 100%); height: 660px; margin: 10px auto 0; }
.ydd-bbe-case .system-core { position: absolute; z-index: 3; left: 50%; top: 50%; display: grid; justify-items: center; align-content: center; width: 230px; height: 230px; border: 1px solid rgba(151,143,255,.48); border-radius: 50%; transform: translate(-50%,-50%); background: radial-gradient(circle at 40% 30%, #302371, #171539 70%); box-shadow: 0 0 0 28px rgba(96,75,235,.06), 0 0 100px rgba(77,66,220,.3); }
.ydd-bbe-case .system-logo { display: block; width: 58px; height: 58px; margin-bottom: 15px; border-radius: 16px; object-fit: cover; box-shadow: 0 12px 28px rgba(0,0,0,.3); }
.ydd-bbe-case .system-core strong { font-size: 15px; line-height: 1.4; text-align: center; letter-spacing: .11em; }
.ydd-bbe-case .system-core small { margin-top: 9px; color: #a7abc0; font-size: 12px; }
.ydd-bbe-case .system-core::before, .ydd-bbe-case .system-core::after { position: absolute; inset: -48px; content: ""; border: 1px dashed rgba(139,130,255,.16); border-radius: 50%; animation: spin 30s linear infinite; }
.ydd-bbe-case .system-core::after { inset: -94px; animation-direction: reverse; animation-duration: 42s; }
@keyframes spin { to { transform: rotate(360deg); } }
.ydd-bbe-case .system-node { position: absolute; z-index: 3; display: grid; grid-template-columns: 58px 1fr; align-items: center; width: 255px; min-height: 96px; padding: 17px 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(29,29,63,.9); box-shadow: 0 18px 55px rgba(0,0,0,.2); backdrop-filter: blur(10px); }
.ydd-bbe-case .system-node > span { grid-row: 1/3; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; color: #9cf1f0; background: rgba(40,216,227,.12); }
.ydd-bbe-case .system-node svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.ydd-bbe-case .system-node b { font-size: 15px; }
.ydd-bbe-case .system-node small { margin-top: 3px; color: #a2a6bb; font-size: 12px; line-height: 1.35; }
.ydd-bbe-case .node-1 { left: 1%; top: 9%; }
.ydd-bbe-case .node-2 { right: 1%; top: 9%; }
.ydd-bbe-case .node-3 { left: -2%; top: 44%; }
.ydd-bbe-case .node-4 { right: -2%; top: 44%; }
.ydd-bbe-case .node-5 { left: 8%; bottom: 2%; }
.ydd-bbe-case .node-6 { right: 8%; bottom: 2%; }
.ydd-bbe-case .connection { position: absolute; z-index: 1; left: 50%; top: 50%; width: 285px; height: 1px; transform-origin: left center; background: linear-gradient(90deg, rgba(116,103,255,.7), rgba(43,208,227,.06)); }
.ydd-bbe-case .connection-1 { transform: rotate(-145deg); }
.ydd-bbe-case .connection-2 { transform: rotate(-35deg); }
.ydd-bbe-case .connection-3 { transform: rotate(180deg); }
.ydd-bbe-case .connection-4 { transform: rotate(0deg); }
.ydd-bbe-case .connection-5 { transform: rotate(142deg); }
.ydd-bbe-case .connection-6 { transform: rotate(38deg); }
.ydd-bbe-case .system-statement { display: flex; align-items: center; justify-content: center; gap: 30px; margin-top: 20px; color: #c3c6d5; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.ydd-bbe-case .system-statement i { width: 1px; height: 18px; background: rgba(255,255,255,.22); }

.ydd-bbe-case .role-section { background: #fff; }
.ydd-bbe-case .role-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; max-width: 760px; margin-left: 126px; padding: 6px; border-radius: 16px; background: #eff0f5; }
.ydd-bbe-case .role-tabs button { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; border: 0; border-radius: 11px; color: #686c80; background: transparent; cursor: pointer; font-size: 15px; font-weight: 800; }
.ydd-bbe-case .role-tabs button span { font-size: 12px; opacity: .7; }
.ydd-bbe-case .role-tabs button.active { color: #fff; background: #17172e; box-shadow: 0 10px 24px rgba(18,18,42,.17); }
.ydd-bbe-case .role-panel { display: grid; grid-template-columns: .86fr 1.14fr; gap: 84px; align-items: center; margin-top: 48px; padding: 76px; border-radius: 28px; background: #f5f6fa; animation: panelIn 320ms ease both; }
@keyframes panelIn { from { opacity: 0; transform: translateY(8px); } }
.ydd-bbe-case .role-copy h3 { margin: 0; font-size: 35px; line-height: 1.12; letter-spacing: -.045em; }
.ydd-bbe-case .role-copy > p:not(.overline) { margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.ydd-bbe-case .role-stat { display: flex; align-items: center; gap: 17px; margin-top: 34px; padding-top: 25px; border-top: 1px solid var(--line); }
.ydd-bbe-case .role-stat strong { font-size: 25px; }
.ydd-bbe-case .role-stat span { max-width: 190px; color: #6f7387; font-size: 12px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }
.ydd-bbe-case .journey-card { padding: 28px; border-radius: 20px; background: #fff; box-shadow: 0 30px 70px rgba(31,32,63,.1); }
.ydd-bbe-case .journey-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.ydd-bbe-case .operational { display: flex; align-items: center; gap: 8px; color: #187e5c; font-size: 12px; }
.ydd-bbe-case .operational i { display: none; }
.ydd-bbe-case .journey-step { display: grid; grid-template-columns: 38px 1fr auto; gap: 14px; align-items: center; padding: 20px 0; border-bottom: 1px solid rgba(32,35,60,.08); }
.ydd-bbe-case .journey-step:last-child { border: 0; }
.ydd-bbe-case .step-index { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; color: var(--violet); background: #eeecff; font-size: 12px; font-weight: 900; }
.ydd-bbe-case .journey-step b, .ydd-bbe-case .journey-step small { display: block; }
.ydd-bbe-case .journey-step b { font-size: 15px; }
.ydd-bbe-case .journey-step small { margin-top: 6px; color: #777b8e; font-size: 13px; line-height: 1.45; }
.ydd-bbe-case .journey-step > span { padding: 8px 10px; border-radius: 999px; color: #514dd1; background: #f0efff; font-size: 12px; font-weight: 850; }

.ydd-bbe-case .feature-section { background: var(--paper); }
.ydd-bbe-case .feature-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.ydd-bbe-case .feature-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.ydd-bbe-case .bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-flow: dense; gap: 18px; }
.ydd-bbe-case .bento-card { position: relative; min-height: 310px; padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: #fff; overflow: hidden; }
.ydd-bbe-case .bento-wide { grid-column: span 2; }
.ydd-bbe-case .bento-tall { grid-row: span 2; min-height: 638px; }
.ydd-bbe-case .feature-tag { display: inline-block; margin-bottom: 28px; padding: 8px 11px; border-radius: 999px; color: #5351be; background: #f0efff; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.ydd-bbe-case .bento-card h3 { max-width: 480px; margin: 0; font-size: 28px; line-height: 1.1; letter-spacing: -.04em; }
.ydd-bbe-case .bento-card p { max-width: 620px; margin: 16px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.ydd-bbe-case .violet { color: #fff; border: 0; background: linear-gradient(135deg, #4f36d7, #7356ff); }
.ydd-bbe-case .violet .feature-tag { color: #fff; background: rgba(255,255,255,.13); }
.ydd-bbe-case .violet p { color: #d4cffd; }
.ydd-bbe-case .course-mini { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 28px; }
.ydd-bbe-case .course-mini > div { padding: 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.07); }
.ydd-bbe-case .course-mini b, .ydd-bbe-case .course-mini span { display: block; }
.ydd-bbe-case .course-mini b { font-size: 13px; }
.ydd-bbe-case .course-mini span { margin-top: 5px; color: #d7d3f8; font-size: 12px; line-height: 1.35; }
.ydd-bbe-case .course-mini .selected { color: #24213f; background: #fff; }
.ydd-bbe-case .course-mini .selected span { color: #76748a; }
.ydd-bbe-case .dark-card { color: #fff; border: 0; background: #17182d; }
.ydd-bbe-case .dark-card .feature-tag { color: #8ee9ed; background: rgba(74,211,220,.1); }
.ydd-bbe-case .dark-card p { color: #a5a8bc; }
.ydd-bbe-case .calendar-mini { margin-top: 38px; padding: 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.045); }
.ydd-bbe-case .calendar-mini header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 16px; }
.ydd-bbe-case .calendar-mini header b { font-size: 14px; }
.ydd-bbe-case .calendar-mini header span { color: #a5a9bc; font-size: 12px; }
.ydd-bbe-case .mini-week, .ydd-bbe-case .mini-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; text-align: center; }
.ydd-bbe-case .mini-week span { padding: 8px 0; color: #9fa3ba; font-size: 12px; }
.ydd-bbe-case .mini-days span { display: grid; place-items: center; aspect-ratio: 1; border-radius: 7px; color: #c8cbda; font-size: 12px; }
.ydd-bbe-case .mini-days .chosen { color: #fff; background: #5c55e9; box-shadow: 0 5px 12px rgba(92,85,233,.35); }
.ydd-bbe-case .calendar-mini footer { display: flex; align-items: center; gap: 8px; margin-top: 17px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.08); color: #b8bbcb; font-size: 12px; }
.ydd-bbe-case .calendar-mini footer i { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 4px; color: var(--cyan); background: rgba(32,214,231,.1); }
.ydd-bbe-case .calendar-mini footer i::before { content: "\2713"; font-size: 11px; font-style: normal; font-weight: 900; }
.ydd-bbe-case .world-line { display: flex; align-items: center; gap: 10px; margin-top: 36px; color: var(--violet); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.ydd-bbe-case .world-line i { position: relative; flex: 1; height: 1px; background: linear-gradient(90deg, var(--violet), var(--cyan)); }
.ydd-bbe-case .avatar-row { display: flex; align-items: center; margin-top: 32px; }
.ydd-bbe-case .avatar-row span { display: grid; place-items: center; width: 48px; height: 48px; margin-right: -8px; border: 4px solid #fff; border-radius: 50%; color: #fff; background: #252841; font-size: 12px; font-weight: 900; }
.ydd-bbe-case .avatar-row span:nth-child(2) { background: #5d53e6; }
.ydd-bbe-case .avatar-row span:nth-child(3) { background: #22b9c9; }
.ydd-bbe-case .avatar-row i { display: grid; place-items: center; width: 24px; height: 24px; margin-left: 18px; border-radius: 50%; color: #fff; background: #3fc594; }
.ydd-bbe-case .avatar-row svg { width: 13px; }
.ydd-bbe-case .campus-card { background: linear-gradient(145deg, #fff, #f7f8ff); }
.ydd-bbe-case .campus-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 34px; }
.ydd-bbe-case .campus-step { position: relative; display: grid; grid-template-columns: 40px 1fr; gap: 11px; align-items: center; min-height: 112px; padding: 18px; border: 1px solid #dee1ec; border-radius: 16px; background: #fff; box-shadow: 0 12px 28px rgba(34,37,72,.055); }
.ydd-bbe-case .campus-step > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; color: #fff; background: linear-gradient(135deg, var(--violet), #446df5); font-size: 12px; font-weight: 900; }
.ydd-bbe-case .campus-step b, .ydd-bbe-case .campus-step small { display: block; }
.ydd-bbe-case .campus-step b { font-size: 14px; line-height: 1.25; }
.ydd-bbe-case .campus-step small { margin-top: 5px; color: #75798c; font-size: 12px; line-height: 1.35; }
.ydd-bbe-case .campus-step > i { position: absolute; z-index: 2; right: -17px; top: 50%; display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid #dcdfee; border-radius: 50%; color: var(--violet); background: #fff; transform: translateY(-50%); }
.ydd-bbe-case .campus-step > i svg { width: 13px; }
.ydd-bbe-case .campus-status { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 14px; padding: 17px 20px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, #1b1c39, #242952); }
.ydd-bbe-case .campus-status span { display: flex; align-items: center; gap: 9px; color: #b9f5ea; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.ydd-bbe-case .campus-status span i { display: none; }
.ydd-bbe-case .campus-status strong { font-size: 15px; }
.ydd-bbe-case .cyan-card { color: #102537; border: 0; background: linear-gradient(135deg, #c9f9f7, #a9f0f5); }
.ydd-bbe-case .cyan-card .feature-tag { color: #136c7c; background: rgba(255,255,255,.5); }
.ydd-bbe-case .cyan-card p { color: #416d74; }
.ydd-bbe-case .verify-mini { display: flex; align-items: center; justify-content: space-between; margin-top: 28px; padding: 13px; border: 1px solid rgba(15,95,104,.12); border-radius: 12px; background: rgba(255,255,255,.44); }
.ydd-bbe-case .verify-mini span { color: #456e77; font-size: 12px; letter-spacing: .07em; }
.ydd-bbe-case .verify-mini b { display: flex; align-items: center; gap: 5px; color: #0e785f; font-size: 12px; }
.ydd-bbe-case .verify-mini svg { width: 13px; }

.ydd-bbe-case .outcome-section { position: relative; padding: 138px 0 120px; color: #fff; background: radial-gradient(circle at 78% 22%, rgba(65,66,196,.22), transparent 28%), linear-gradient(135deg, #171731, #0d0e1f); overflow: hidden; }
.ydd-bbe-case .outcome-section::before { position: absolute; inset: 0; content: ""; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 68px 68px; }
.ydd-bbe-case .outcome-section .shell { position: relative; }
.ydd-bbe-case .outcome-intro { display: grid; grid-template-columns: .68fr 1.32fr; gap: 72px; align-items: start; }
.ydd-bbe-case .outcome-kicker { padding-top: 8px; }
.ydd-bbe-case .before-after { display: inline-flex; align-items: center; gap: 12px; margin-top: 12px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(255,255,255,.045); font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.ydd-bbe-case .before-after span { color: #777c96; }
.ydd-bbe-case .before-after strong { color: #a7f7ec; }
.ydd-bbe-case .before-after i { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: var(--cyan); background: rgba(32,214,231,.1); }
.ydd-bbe-case .before-after svg { width: 14px; }
.ydd-bbe-case .outcome-intro h2 { max-width: 820px; margin: 0; font-size: clamp(46px, 5vw, 70px); line-height: 1.02; letter-spacing: -.052em; text-wrap: balance; }
.ydd-bbe-case .outcome-intro > p { grid-column: 2; max-width: 780px; margin: -40px 0 0; color: #b1b5c8; font-size: 18px; line-height: 1.78; }
.ydd-bbe-case .result-shift { margin-top: 76px; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.ydd-bbe-case .result-claim { display: grid; grid-template-columns: .55fr 1.1fr 1fr; gap: 42px; align-items: start; padding: 42px 0 46px; border-bottom: 1px solid rgba(255,255,255,.13); }
.ydd-bbe-case .result-claim > span { padding-top: 7px; color: #a99cff; font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.ydd-bbe-case .result-claim h3 { margin: 0; font-size: clamp(31px, 3vw, 44px); line-height: 1.08; letter-spacing: -.043em; }
.ydd-bbe-case .result-claim p { margin: 0; color: #a6aabd; font-size: 16px; line-height: 1.72; }
.ydd-bbe-case .impact-phases { display: grid; grid-template-columns: repeat(3, 1fr); }
.ydd-bbe-case .impact-phase { padding: 42px 34px 46px; border-right: 1px solid rgba(255,255,255,.13); }
.ydd-bbe-case .impact-phase:first-child { padding-left: 0; }
.ydd-bbe-case .impact-phase:last-child { padding-right: 0; border-right: 0; }
.ydd-bbe-case .impact-phase header { display: flex; gap: 14px; align-items: baseline; padding-bottom: 22px; }
.ydd-bbe-case .impact-phase header span { color: #83879c; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.ydd-bbe-case .impact-phase h4 { margin: 0; font-size: 25px; letter-spacing: -.025em; }
.ydd-bbe-case .phase-outcomes article { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); }
.ydd-bbe-case .phase-outcomes h5 { margin: 0; font-size: 17px; line-height: 1.35; }
.ydd-bbe-case .phase-outcomes p { margin: 9px 0 0; color: #a6aabd; font-size: 14px; line-height: 1.62; }
.ydd-bbe-case .result-close { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 48px; color: #cfd2de; font-size: 13px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.ydd-bbe-case .result-close i { width: 1px; height: 18px; background: rgba(255,255,255,.22); }
.ydd-bbe-case .consent-section { background: #eceef4; }
.ydd-bbe-case .consent-document { border: 1px solid #c9ccd6; border-radius: 6px; background: #fff; box-shadow: 0 34px 80px rgba(28,31,58,.12); overflow: hidden; }
.ydd-bbe-case .consent-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 90px; padding: 20px 34px; color: #fff; background: #17182e; }
.ydd-bbe-case .consent-header > div { display: flex; align-items: center; gap: 16px; }
.ydd-bbe-case .document-mark { display: grid; place-items: center; width: 50px; height: 50px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; box-shadow: 0 10px 24px rgba(0,0,0,.24); }
.ydd-bbe-case .document-mark > img[width][height] { display: block; width: 100% !important; height: 100% !important; max-height: 100% !important; aspect-ratio: auto !important; object-fit: cover; }
.ydd-bbe-case .consent-header b, .ydd-bbe-case .consent-header small { display: block; }
.ydd-bbe-case .consent-header b { font-size: 14px; letter-spacing: .13em; }
.ydd-bbe-case .consent-header small { margin-top: 5px; color: #9ca0b8; font-size: 12px; }
.ydd-bbe-case .consent-code { color: #9ea2b7; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.ydd-bbe-case .consent-body { display: grid; grid-template-columns: 280px 1fr; }
.ydd-bbe-case .consent-status { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 46px 30px; border-right: 1px solid #dfe1e9; text-align: center; background: #f6f7fa; }
.ydd-bbe-case .status-shield { position: relative; display: grid; place-items: center; width: 92px; height: 104px; margin-bottom: 28px; color: #fff; background: linear-gradient(145deg, #4937d9, #345edb); clip-path: polygon(50% 0, 94% 17%, 87% 75%, 50% 100%, 13% 75%, 6% 17%); filter: drop-shadow(0 16px 24px rgba(63,54,203,.22)); }
.ydd-bbe-case .status-shield::after { position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.35); content: ""; clip-path: inherit; }
.ydd-bbe-case .status-shield svg { width: 34px; height: 34px; }
.ydd-bbe-case .consent-status > span { color: #6e7284; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.ydd-bbe-case .consent-status > strong { margin-top: 8px; color: #1c7d63; font-size: 20px; letter-spacing: .08em; }
.ydd-bbe-case .consent-status > small { max-width: 170px; margin-top: 13px; color: #888c9d; font-size: 12px; line-height: 1.5; }
.ydd-bbe-case .consent-copy { padding: 50px 56px; }
.ydd-bbe-case .consent-copy h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 42px; font-weight: 500; letter-spacing: -.03em; }
.ydd-bbe-case .consent-copy > p:last-of-type { max-width: 760px; margin: 20px 0 0; color: #555a70; font-size: 16px; line-height: 1.76; }
.ydd-bbe-case .consent-facts { display: grid; grid-template-columns: 1fr 1fr; margin: 35px 0 0; border-top: 1px solid #dfe1e8; border-left: 1px solid #dfe1e8; }
.ydd-bbe-case .consent-facts > div { padding: 20px; border-right: 1px solid #dfe1e8; border-bottom: 1px solid #dfe1e8; }
.ydd-bbe-case .consent-facts dt { color: #777b8d; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.ydd-bbe-case .consent-facts dd { margin: 8px 0 0; color: #17192c; font-size: 14px; font-weight: 750; line-height: 1.45; }
.ydd-bbe-case .consent-footer { display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: center; padding: 20px 34px; border-top: 1px solid #dfe1e8; background: #fbfbfc; }
.ydd-bbe-case .consent-footer span { display: flex; align-items: center; gap: 9px; color: #236f5b; font-size: 13px; font-weight: 850; }
.ydd-bbe-case .consent-footer span svg { width: 18px; height: 18px; }
.ydd-bbe-case .consent-footer p { justify-self: end; max-width: 620px; margin: 0; color: #747889; font-size: 12px; line-height: 1.55; text-align: right; }

.ydd-bbe-case .final-cta { position: relative; min-height: 720px; display: grid; align-items: center; color: #fff; background: radial-gradient(circle at 50% 45%, rgba(81,62,222,.43), transparent 34%), #0c0c1d; overflow: hidden; }
.ydd-bbe-case .final-cta::before { position: absolute; inset: 0; content: ""; opacity: .33; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 70px 70px; mask-image: radial-gradient(circle at 50% 50%, black, transparent 75%); }
.ydd-bbe-case .cta-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(128,115,255,.13); border-radius: 50%; transform: translate(-50%,-50%); }
.ydd-bbe-case .orbit-one { width: 630px; height: 630px; }
.ydd-bbe-case .orbit-two { width: 910px; height: 910px; }
.ydd-bbe-case .cta-inner { position: relative; display: grid; justify-items: center; text-align: center; }
.ydd-bbe-case .cta-mark { display: block; width: 64px; height: 64px; margin-bottom: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; object-fit: cover; box-shadow: 0 18px 42px rgba(0,0,0,.3); }
.ydd-bbe-case .cta-inner h2 { max-width: 970px; margin: 0; font-size: clamp(44px, 5.6vw, 76px); line-height: 1; letter-spacing: -.057em; }
.ydd-bbe-case .cta-inner h2 em { color: transparent; background: linear-gradient(95deg, #9783ff, #55dce8); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.ydd-bbe-case .cta-inner > p:not(.overline) { max-width: 650px; margin: 27px 0 0; color: #a9acbe; font-size: 16px; line-height: 1.7; }
.ydd-bbe-case .cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 37px; }
.ydd-bbe-case .button-light { color: #18172c; background: #fff; }
.ydd-bbe-case .button-light:hover { color: #18172c; background: #f0f2ff; }
.ydd-bbe-case .button-outline { color: #fff; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.04); }
.ydd-bbe-case .button-outline:hover { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.09); }
.ydd-bbe-case .cta-note { margin-top: 19px; color: #85899f; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }


@media (max-width: 1050px) {
  .ydd-bbe-case .hero { min-height: auto; }
  .ydd-bbe-case .hero-layout { grid-template-columns: minmax(0, 1fr); padding-bottom: 145px; }
  .ydd-bbe-case .hero-copy { max-width: 760px; }
  .ydd-bbe-case .platform-scene { width: min(760px, 92%); max-width: 100%; min-width: 0; margin: 0 auto; }
  .ydd-bbe-case .browser-card { margin-left: 0; }
  .ydd-bbe-case .story-grid, .ydd-bbe-case .outcome-grid { gap: 60px; }
  .ydd-bbe-case .pain-grid { grid-template-columns: repeat(2, 1fr); }
  .ydd-bbe-case .bento-grid { grid-template-columns: repeat(2, 1fr); }
  .ydd-bbe-case .bento-tall { grid-row: span 1; min-height: 460px; }
  .ydd-bbe-case .role-panel { padding: 55px; gap: 50px; }
  .ydd-bbe-case .system-map { transform: scale(.9); margin-block: -30px; }
  .ydd-bbe-case .feature-heading { gap: 45px; }
  .ydd-bbe-case .campus-flow { grid-template-columns: 1fr 1fr; }
  .ydd-bbe-case .campus-step > i { display: none; }
  .ydd-bbe-case .outcome-intro { grid-template-columns: 1fr; gap: 26px; }
  .ydd-bbe-case .outcome-intro > p { grid-column: auto; margin: 0; }
  .ydd-bbe-case .result-claim { grid-template-columns: 1fr 1fr; }
  .ydd-bbe-case .result-claim > span { grid-column: 1 / -1; }
  .ydd-bbe-case .consent-body { grid-template-columns: 240px 1fr; }
}

@media (max-width: 780px) {
  .ydd-bbe-case .shell { width: min(100% - 32px, 680px); }
  .ydd-bbe-case .partnership-lockup { gap: 12px; }
  .ydd-bbe-case .partnership-seal { width: 90px; }
  .ydd-bbe-case .partnership-seal small { font-size: 8px; }
  .ydd-bbe-case .partner-meta strong { font-size: 12px; }
  .ydd-bbe-case .partner-meta small { display: none; }
  .ydd-bbe-case .bbe-logo-frame { width: 150px; }
  .ydd-bbe-case .hero-layout { gap: 40px; padding-top: 55px; }
  .ydd-bbe-case .hero h1 { font-size: clamp(45px, 12vw, 66px); }
  .ydd-bbe-case .hero-proof { gap: 10px; }
  .ydd-bbe-case .platform-scene { min-height: 510px; width: 100%; }
  .ydd-bbe-case .browser-card { width: 100%; max-width: 100%; transform: none; }
  .ydd-bbe-case .hero-bottom { grid-template-columns: 1fr 1fr; }
  .ydd-bbe-case .hero-bottom span:last-child { display: none; }
  .ydd-bbe-case .story-grid, .ydd-bbe-case .feature-heading, .ydd-bbe-case .role-panel { grid-template-columns: 1fr; }
  .ydd-bbe-case .story-grid { gap: 32px; }
  .ydd-bbe-case .story-thesis { min-height: 470px; padding: 42px; }
  .ydd-bbe-case .story-copy { padding-top: 0; }
  .ydd-bbe-case .section-heading { grid-template-columns: 55px 1fr; gap: 20px; }
  .ydd-bbe-case .section-number { width: 44px; height: 44px; }
  .ydd-bbe-case .pain-grid { grid-template-columns: 1fr; }
  .ydd-bbe-case .system-map { height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; transform: none; }
  .ydd-bbe-case .system-map::before { position: absolute; z-index: 0; left: 50%; top: 205px; bottom: 20px; width: 1px; content: ""; background: linear-gradient(var(--cyan), rgba(91,61,245,.18), transparent); }
  .ydd-bbe-case .system-core { position: relative; left: auto; top: auto; order: -1; grid-column: 1/-1; width: 190px; height: 190px; margin: 30px auto 48px; transform: none; }
  .ydd-bbe-case .system-node { position: relative; inset: auto !important; width: 100%; min-height: 112px; }
  .ydd-bbe-case .connection { display: none; }
  .ydd-bbe-case .system-statement { flex-wrap: wrap; }
  .ydd-bbe-case .role-tabs { margin-left: 0; }
  .ydd-bbe-case .role-panel { padding: 38px; }
  .ydd-bbe-case .bento-grid { grid-template-columns: 1fr; }
  .ydd-bbe-case .bento-wide { grid-column: auto; }
  .ydd-bbe-case .bento-tall { min-height: auto; }
  .ydd-bbe-case .campus-flow { grid-template-columns: 1fr 1fr; }
  .ydd-bbe-case .campus-status { align-items: flex-start; flex-direction: column; }
  .ydd-bbe-case .result-claim { grid-template-columns: 1fr; gap: 24px; }
  .ydd-bbe-case .impact-phases { grid-template-columns: 1fr; }
  .ydd-bbe-case .impact-phase, .ydd-bbe-case .impact-phase:first-child, .ydd-bbe-case .impact-phase:last-child { padding: 34px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .ydd-bbe-case .impact-phase:last-child { border-bottom: 0; }
  .ydd-bbe-case .result-close { flex-direction: column; gap: 16px; text-align: center; }
  .ydd-bbe-case .result-close i { width: 42px; height: 1px; }
  .ydd-bbe-case .consent-header { align-items: flex-start; flex-direction: column; }
  .ydd-bbe-case .consent-body { grid-template-columns: 1fr; }
  .ydd-bbe-case .consent-status { border-right: 0; border-bottom: 1px solid #dfe1e9; }
  .ydd-bbe-case .consent-footer { grid-template-columns: 1fr; }
  .ydd-bbe-case .consent-footer p { justify-self: start; text-align: left; }
  .ydd-bbe-case .final-cta { min-height: 680px; }
}

@media (max-width: 560px) {
  .ydd-bbe-case .shell { width: min(100% - 24px, 520px); }
  .ydd-bbe-case .hero-nav { min-height: 96px; }
  .ydd-bbe-case .partnership-lockup { grid-template-columns: minmax(52px, .62fr) 34px minmax(112px, 1.38fr); gap: 6px; padding: 10px 0; }
  .ydd-bbe-case .partner-identity { justify-content: center; min-height: 66px; padding: 5px; border-radius: 13px; }
  .ydd-bbe-case .partner-meta { display: none; }
  .ydd-bbe-case .ydd-logo-frame { width: 50px; height: 50px; border-radius: 13px; }
  .ydd-bbe-case .bbe-logo-frame { width: 100%; max-width: 136px; height: 56px; padding: 5px 6px; border-radius: 10px; }
  .ydd-bbe-case .bbe-logo-frame > img[width][height] { height: 44px !important; }
  .ydd-bbe-case .partnership-seal { width: 34px; }
  .ydd-bbe-case .partnership-seal span { width: 28px; height: 28px; font-size: 18px; }
  .ydd-bbe-case .partnership-seal small { display: none; }
  .ydd-bbe-case .hero-layout { padding: 42px 0 125px; }
  .ydd-bbe-case .hero h1 { font-size: clamp(30px, 9vw, 40px); line-height: 1.04; }
  .ydd-bbe-case .hero h1 span, .ydd-bbe-case .hero h1 em { white-space: normal; }
  .ydd-bbe-case[data-language="th"] .hero h1 { font-size: clamp(31px, 8.5vw, 38px); }
  .ydd-bbe-case .hero-lede { font-size: 16px; }
  .ydd-bbe-case .hero-actions, .ydd-bbe-case .cta-actions { display: grid; width: 100%; }
  .ydd-bbe-case .button { width: 100%; }
  .ydd-bbe-case .hero-proof { grid-template-columns: 1fr 1fr; }
  .ydd-bbe-case .hero-proof div:last-child { display: none; }
  .ydd-bbe-case .platform-scene { min-height: 500px; overflow: visible; }
  .ydd-bbe-case .browser-card { min-width: 0; border-radius: 15px; }
  .ydd-bbe-case .browser-topbar { grid-template-columns: 55px minmax(0, 1fr); }
  .ydd-bbe-case .browser-address { width: 100%; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .ydd-bbe-case .secure-dot { display: none; }
  .ydd-bbe-case .app-layout { grid-template-columns: 1fr; }
  .ydd-bbe-case .app-sidebar { display: none; }
  .ydd-bbe-case .scheduler { min-width: 0; padding: 25px 18px; }
  .ydd-bbe-case .timezone { display: none; }
  .ydd-bbe-case .mode-switch { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ydd-bbe-case .date-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ydd-bbe-case .date-row .date { min-width: 0; }
  .ydd-bbe-case .date-row .date:nth-child(n + 4) { display: none; }
  .ydd-bbe-case .time-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ydd-bbe-case .time-grid span { min-width: 0; }
  .ydd-bbe-case .schedule-footer { align-items: stretch; flex-direction: column; gap: 12px; }
  .ydd-bbe-case .schedule-footer button { justify-content: center; width: 100%; }
  .ydd-bbe-case .hero-bottom { min-height: 62px; font-size: 7px; }
  .ydd-bbe-case .story-intro, .ydd-bbe-case .challenge-section, .ydd-bbe-case .role-section, .ydd-bbe-case .feature-section, .ydd-bbe-case .consent-section, .ydd-bbe-case .outcome-section { padding: 82px 0; }
  .ydd-bbe-case .section-heading { grid-template-columns: 1fr; margin-bottom: 45px; }
  .ydd-bbe-case .story-thesis { min-height: auto; padding: 32px 25px; }
  .ydd-bbe-case .story-grid h2 { font-size: 37px; }
  .ydd-bbe-case .story-signal { margin-top: 54px; }
  .ydd-bbe-case .story-copy p { padding: 30px 24px; font-size: 16px; }
  .ydd-bbe-case .section-heading h2, .ydd-bbe-case .feature-heading h2 { font-size: 38px; }
  .ydd-bbe-case .pain-card { min-height: 250px; padding: 27px; }
  .ydd-bbe-case .transformation-section { padding: 90px 0 150px; scroll-margin-top: 100px; }
  .ydd-bbe-case .system-map { grid-template-columns: minmax(0, 1fr); gap: 18px; margin-bottom: 0; }
  .ydd-bbe-case .system-map::before { left: 28px; top: 205px; bottom: 20px; }
  .ydd-bbe-case .system-core { grid-column: 1; }
  .ydd-bbe-case .system-node { grid-template-columns: 58px minmax(0, 1fr); min-width: 0; min-height: 104px; }
  .ydd-bbe-case .system-statement { position: relative; z-index: 4; align-items: stretch; flex-direction: column; gap: 12px; width: 100%; margin-top: 44px; padding: 30px 12px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; text-align: center; }
  .ydd-bbe-case .system-statement i { align-self: center; width: 42px; height: 1px; }
  .ydd-bbe-case .role-tabs { grid-template-columns: 1fr; }
  .ydd-bbe-case .role-tabs button { min-height: 50px; }
  .ydd-bbe-case .role-panel { padding: 28px 20px; border-radius: 20px; }
  .ydd-bbe-case .role-copy h3 { font-size: 29px; }
  .ydd-bbe-case .journey-card { padding: 18px; }
  .ydd-bbe-case .journey-step { grid-template-columns: 34px 1fr; }
  .ydd-bbe-case .journey-step > span { grid-column: 2; justify-self: start; }
  .ydd-bbe-case .bento-card { min-height: 285px; padding: 25px; }
  .ydd-bbe-case .course-mini { grid-template-columns: 1fr; }
  .ydd-bbe-case .campus-flow { grid-template-columns: 1fr; }
  .ydd-bbe-case .campus-step { min-height: 96px; }
  .ydd-bbe-case .campus-status { padding: 18px; }
  .ydd-bbe-case .outcome-section { padding: 90px 0; }
  .ydd-bbe-case .outcome-intro h2 { font-size: 40px; }
  .ydd-bbe-case .outcome-intro > p { font-size: 16px; }
  .ydd-bbe-case .result-shift { margin-top: 48px; }
  .ydd-bbe-case .result-claim { padding: 34px 0; }
  .ydd-bbe-case .result-claim h3 { font-size: 30px; }
  .ydd-bbe-case .consent-header, .ydd-bbe-case .consent-copy, .ydd-bbe-case .consent-footer { padding-left: 22px; padding-right: 22px; }
  .ydd-bbe-case .consent-code { font-size: 10px; }
  .ydd-bbe-case .consent-copy h2 { font-size: 34px; }
  .ydd-bbe-case .consent-facts { grid-template-columns: 1fr; }
  .ydd-bbe-case .final-cta { min-height: 760px; }
  .ydd-bbe-case .cta-inner h2 { font-size: 42px; }
  .ydd-bbe-case .cta-orbit { opacity: .65; }
}

@media (prefers-reduced-motion: reduce) {
  .ydd-bbe-case { scroll-behavior: auto; }
  .ydd-bbe-case *, .ydd-bbe-case *::before, .ydd-bbe-case *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .ydd-bbe-case .reveal { opacity: 1; transform: none; }
}


.ydd-bbe-case{position:relative;width:100%;max-width:100%;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;text-align:left;-webkit-font-smoothing:antialiased}
.ydd-bbe-case.is-full-bleed{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
.ydd-bbe-case .role-panel.is-switching{animation:panelIn 320ms ease both}
