.home-hero {
  position: relative;
  min-height: 100svh;
  padding: calc(var(--ydv2-header-height) + 72px) 0 74px;
  display: grid;
  align-items: center;
  background: radial-gradient(circle at 9% 10%, rgba(15, 118, 93, .14), transparent 28%), radial-gradient(circle at 90% 82%, rgba(242, 183, 5, .1), transparent 24%), linear-gradient(180deg, #f8fbf9 0%, #f2f8f5 100%);
}
.home-hero::before,
.home-hero::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.home-hero::before { bottom: -250px; left: 26px; width: 290px; height: 290px; border: 1px solid rgba(15, 118, 93, .12); box-shadow: 0 0 0 38px rgba(15, 118, 93, .028), 0 0 0 76px rgba(15, 118, 93, .02); }
.home-hero::after { top: 170px; right: 30px; width: 220px; height: 220px; border: 1px solid rgba(242, 183, 5, .13); box-shadow: 0 0 0 28px rgba(242, 183, 5, .025); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); align-items: center; gap: 62px; }
.hero-kicker { width: fit-content; margin-bottom: 22px; padding: 8px 12px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(15, 118, 93, .18); border-radius: 999px; color: var(--ydv2-secondary); background: rgba(255, 255, 255, .75); box-shadow: 0 8px 22px rgba(16, 63, 53, .04); font-size: 13px; font-weight: 750; }
.hero-kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--ydv2-accent); box-shadow: 0 0 0 5px rgba(242, 183, 5, .12); }
.hero-copy h1 { max-width: 690px; margin: 0; color: var(--ydv2-brand); font-size: clamp(50px, 5.3vw, 76px); line-height: 1.08; letter-spacing: -.055em; }
.hero-lead { max-width: 660px; margin: 26px 0 0; color: #465752; font-size: clamp(17px, 1.55vw, 20px); line-height: 1.85; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero-trust { margin-top: 42px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.hero-trust > div { padding: 13px 14px; border: 1px solid rgba(16, 63, 53, .1); border-radius: 16px; background: rgba(255, 255, 255, .58); }
.hero-trust strong { display: block; color: var(--ydv2-brand); font-size: 15px; }
.hero-trust span { color: var(--ydv2-muted); font-size: 12px; }

.dashboard-shell { position: relative; margin: 0; padding: 14px; border: 1px solid rgba(255, 255, 255, .9); border-radius: 30px; background: rgba(255, 255, 255, .68); box-shadow: var(--ydv2-shadow-lg); transform: rotate(.35deg); }
.dashboard-shell::before { content: ""; position: absolute; z-index: -1; inset: 25px -22px -28px 38px; border-radius: 30px; background: linear-gradient(145deg, rgba(15, 118, 93, .12), rgba(242, 183, 5, .08)); filter: blur(10px); }
.dashboard { overflow: hidden; border: 1px solid rgba(225, 231, 228, .95); border-radius: 22px; background: #fff; }
.dash-topbar { height: 54px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ydv2-line); background: #fbfcfb; color: var(--ydv2-secondary); font-size: 12px; }
.window-dots { display: flex; gap: 7px; }
.window-dots i { width: 9px; height: 9px; border-radius: 50%; background: #d5ddd9; }
.window-dots i:first-child { background: #f3c762; }
.window-dots i:nth-child(2) { background: #7fc4a8; }
.window-dots i:nth-child(3) { background: #96a6a0; }
.dash-body { min-height: 480px; display: grid; grid-template-columns: 132px minmax(0, 1fr); }
.dash-side { padding: 22px 12px; border-right: 1px solid var(--ydv2-line); background: #f8faf9; }
.dash-side span { display: block; padding: 0 10px 11px; color: #82908a; font-size: 10px; letter-spacing: .12em; }
.dash-side b { margin: 5px 0; padding: 10px; display: block; border-radius: 10px; color: #66736e; font-size: 12px; }
.dash-side b.active { color: var(--ydv2-secondary); background: var(--ydv2-mint); }
.dash-main { min-width: 0; padding: 21px 22px 24px; }
.dash-steps { margin-bottom: 21px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.dash-steps span { position: relative; color: #87948f; font-size: 10px; text-align: center; }
.dash-steps span:not(:last-child)::after { content: ""; position: absolute; top: 9px; right: -38%; left: 62%; height: 1px; background: #dce5e1; }
.dash-steps i { position: relative; z-index: 1; width: 20px; height: 20px; margin: 0 auto 6px; display: grid; place-items: center; border: 1px solid #dce5e1; border-radius: 50%; background: #fff; font-style: normal; font-weight: 800; }
.dash-steps .active { color: var(--ydv2-secondary); font-weight: 800; }
.dash-steps .active i { color: #fff; border-color: var(--ydv2-secondary); background: var(--ydv2-secondary); }
.dash-card { padding: 16px; border: 1px solid var(--ydv2-line); border-radius: 15px; background: #fff; box-shadow: 0 8px 22px rgba(16, 63, 53, .04); }
.dash-card + .dash-card { margin-top: 14px; }
.dash-card-title { margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 13px; }
.dash-card-title span { color: #7a8782; font-size: 10px; }
.filter-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.filter-row span { min-width: 0; padding: 9px 10px; overflow: hidden; border: 1px solid var(--ydv2-line); border-radius: 9px; color: #64716c; background: #fafbfa; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.media-types { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.media-types span { min-height: 46px; padding: 8px 5px; display: grid; place-items: center; border: 1px solid var(--ydv2-line); border-radius: 10px; color: #55645f; background: #fcfdfc; font-size: 10px; font-weight: 750; text-align: center; }
.media-types span.active { color: var(--ydv2-secondary); border-color: rgba(15, 118, 93, .44); background: var(--ydv2-mint); }
.status-line { position: relative; height: 25px; padding: 6px 8%; display: flex; justify-content: space-between; }
.status-line::before { content: ""; position: absolute; top: 11px; right: 10%; left: 10%; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--ydv2-secondary), #9acbb9); }
.status-line i { position: relative; z-index: 1; width: 12px; height: 12px; border: 3px solid #fff; border-radius: 50%; background: var(--ydv2-secondary); box-shadow: 0 0 0 1px var(--ydv2-secondary); }
.status-labels { display: flex; justify-content: space-between; color: #68756f; font-size: 9px; }
.hero-image { transform: none; }
.hero-image img { width: 100%; border-radius: 22px; object-fit: cover; }

.services-section { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--ydv2-card-gap); }
.service-card { position: relative; min-height: 470px; padding: 30px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--ydv2-line); border-radius: var(--ydv2-radius-md); background: linear-gradient(180deg, #fff 0%, #fbfdfc 100%); box-shadow: var(--ydv2-shadow); transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.service-card::after { content: ""; position: absolute; right: -50px; bottom: -70px; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(15, 118, 93, .11), transparent 67%); }
.service-card:hover { transform: translateY(-6px); border-color: rgba(15, 118, 93, .28); box-shadow: var(--ydv2-shadow-lg); }
.service-card-primary { border-color: rgba(15, 118, 93, .3); }
.service-tag { position: absolute; top: 24px; right: 24px; padding: 5px 9px; border-radius: 999px; color: var(--ydv2-secondary); background: var(--ydv2-mint); font-size: 11px; font-weight: 800; }
.icon-box { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; color: var(--ydv2-secondary); background: var(--ydv2-mint); box-shadow: inset 0 0 0 1px rgba(15, 118, 93, .1); font-weight: 900; }
.icon-box .ydv2-icon { width: 26px; height: 26px; }
.service-card h3 { margin: 24px 0 12px; font-size: 24px; letter-spacing: -.02em; }
.service-card p { margin: 0; color: var(--ydv2-muted); font-size: 15px; }
.service-card ul { margin: 22px 0 26px; padding: 0; list-style: none; display: grid; gap: 9px; color: #46534f; font-size: 13px; }
.service-card li { display: flex; align-items: start; gap: 8px; }
.service-card li .ydv2-icon { width: 17px; color: var(--ydv2-secondary); }
.service-card .ydv2-btn { position: relative; z-index: 1; width: fit-content; margin-top: auto; }

.platform-section { background: radial-gradient(circle at 95% 10%, rgba(242, 183, 5, .07), transparent 25%), linear-gradient(180deg, #f3f8f5 0%, #f7f9f7 100%); }
.platform-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr); gap: 72px; align-items: start; }
.platform-copy { position: sticky; top: 108px; }
.benefit-list { margin-top: 34px; display: grid; gap: 11px; }
.benefit-list article { padding: 15px 16px; display: grid; grid-template-columns: 44px 1fr; gap: 14px; border: 1px solid rgba(16, 63, 53, .08); border-radius: 16px; background: rgba(255, 255, 255, .72); }
.benefit-list b { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--ydv2-brand); font-size: 12px; }
.benefit-list h3 { margin: 0 0 3px; font-size: 16px; }
.benefit-list p { margin: 0; color: var(--ydv2-muted); font-size: 13px; }
.platform-stage { display: grid; gap: 18px; }
.stage-card { padding: 24px; border: 1px solid rgba(16, 63, 53, .1); border-radius: 24px; background: rgba(255, 255, 255, .9); box-shadow: var(--ydv2-shadow); }
.stage-card:nth-child(2) { margin-left: 42px; }
.stage-card:nth-child(3) { margin-right: 30px; }
.stage-card header { margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.stage-card header > div { display: flex; align-items: center; gap: 12px; }
.stage-card header i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: var(--ydv2-secondary); background: var(--ydv2-mint); font-style: normal; font-weight: 900; }
.stage-card header strong,
.stage-card header small { display: block; }
.stage-card header small { color: var(--ydv2-muted); }
.stage-card header em { padding: 7px 10px; border-radius: 999px; color: var(--ydv2-secondary); background: var(--ydv2-mint); font-size: 11px; font-style: normal; font-weight: 800; white-space: nowrap; }
.resource-table { display: grid; gap: 9px; }
.resource-row { min-height: 46px; padding: 0 13px; display: grid; grid-template-columns: 1.1fr 1.4fr .8fr; align-items: center; gap: 12px; border: 1px solid var(--ydv2-line); border-radius: 11px; color: #52605b; font-size: 12px; }
.resource-head { min-height: 30px; border: 0; color: #78847f; font-size: 10px; }
.resource-row b { width: fit-content; padding: 5px 8px; border-radius: 999px; color: var(--ydv2-secondary); background: var(--ydv2-mint); font-size: 10px; }
.plan-lines { display: grid; gap: 10px; }
.plan-lines span { padding: 12px 14px; border-radius: 12px; color: #50605a; background: #f6faf8; font-size: 13px; }
.delivery-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.delivery-track span { padding: 16px 10px; border-radius: 13px; color: #4d5c56; background: #f4f8f6; font-size: 12px; text-align: center; }
.delivery-track i { width: 9px; height: 9px; margin: 0 auto 8px; display: block; border-radius: 50%; background: var(--ydv2-secondary); box-shadow: 0 0 0 5px rgba(15, 118, 93, .1); }
.value-strip { margin-top: 62px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: hidden; border: 1px solid rgba(16, 63, 53, .09); border-radius: 22px; background: rgba(255, 255, 255, .76); }
.value-strip > div { padding: 24px; text-align: center; }
.value-strip > div + div { border-left: 1px solid rgba(16, 63, 53, .08); }
.value-strip strong { display: block; color: var(--ydv2-brand); font-size: 20px; }
.value-strip span { color: var(--ydv2-muted); font-size: 12px; }

.scenes-section { background: #fff; }
.scene-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.scene-grid article { min-height: 230px; padding: 29px; display: grid; grid-template-columns: 62px 1fr; gap: 20px; border: 1px solid var(--ydv2-line); border-radius: var(--ydv2-radius-md); background: #fff; transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.scene-grid article:hover { transform: translateY(-5px); border-color: rgba(15, 118, 93, .25); box-shadow: var(--ydv2-shadow); }
.scene-grid h3 { margin: 2px 0 10px; font-size: 22px; }
.scene-grid p { margin: 0; color: var(--ydv2-muted); font-size: 14px; }
.scene-grid a { margin-top: 22px; display: inline-flex; align-items: center; gap: 7px; color: var(--ydv2-secondary); font-weight: 800; }

.process-section { color: #fff; background: radial-gradient(circle at 12% 50%, rgba(46, 166, 130, .17), transparent 26%), radial-gradient(circle at 88% 20%, rgba(242, 183, 5, .1), transparent 25%), linear-gradient(135deg, #0a342d 0%, var(--ydv2-brand) 48%, #0d5f4d 100%); }
.process-section .section-label { color: #89d5bb; }
.process-section .section-head > p { color: rgba(255, 255, 255, .72); }
.process-grid { margin: 56px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; list-style: none; }
.process-grid li { position: relative; min-height: 170px; padding: 25px; display: grid; grid-template-columns: 58px 1fr; gap: 17px; border: 1px solid rgba(137, 213, 187, .22); border-radius: 20px; background: rgba(255, 255, 255, .045); }
.process-number { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(137, 213, 187, .4); border-radius: 50%; color: var(--ydv2-brand); background: var(--ydv2-accent); font-size: 14px; font-weight: 900; }
.process-grid h3 { margin: 4px 0 8px; font-size: 19px; }
.process-grid p { margin: 0; color: rgba(255, 255, 255, .7); font-size: 13px; }

.manuscript-section { background: #f6f9f7; }
.manuscript-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--ydv2-card-gap); }
.manuscript-grid article { padding: 34px; border: 1px solid var(--ydv2-line); border-radius: var(--ydv2-radius-md); background: #fff; box-shadow: var(--ydv2-shadow); }
.manuscript-grid article > span { display: inline-flex; padding: 6px 10px; border-radius: 999px; color: var(--ydv2-secondary); background: var(--ydv2-mint); font-size: 12px; font-weight: 800; }
.manuscript-grid h3 { margin: 20px 0 10px; font-size: 24px; }
.manuscript-grid p { margin: 0 0 26px; color: var(--ydv2-muted); }

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 76px; align-items: start; }
.faq-layout > div:first-child { position: sticky; top: 108px; }
.faq-layout .ydv2-btn { margin-top: 26px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { overflow: hidden; border: 1px solid var(--ydv2-line); border-radius: 16px; background: #fbfdfc; }
.faq-list summary { min-height: 62px; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--ydv2-brand); font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--ydv2-secondary); background: var(--ydv2-mint); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 18px 20px; color: var(--ydv2-muted); }

.cta-section { padding: 40px 0 90px; background: #fff; }
.cta-panel { position: relative; min-height: 360px; padding: 56px; display: grid; grid-template-columns: 1fr 360px; align-items: center; gap: 46px; overflow: hidden; border-radius: var(--ydv2-radius-lg); color: #fff; background: radial-gradient(circle at 78% 20%, rgba(242, 183, 5, .16), transparent 23%), linear-gradient(135deg, #0c342d 0%, var(--ydv2-brand) 52%, #0c624e 100%); box-shadow: var(--ydv2-shadow-lg); }
.cta-panel::before { content: ""; position: absolute; right: -190px; bottom: -240px; width: 420px; height: 420px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 50%; box-shadow: 0 0 0 48px rgba(255,255,255,.025), 0 0 0 96px rgba(255,255,255,.018); }
.cta-panel > * { position: relative; }
.cta-panel h2 { margin: 0; font-size: clamp(36px, 4vw, 56px); line-height: 1.15; letter-spacing: -.04em; }
.cta-panel p { max-width: 650px; margin: 18px 0 0; color: rgba(255, 255, 255, .76); font-size: 16px; }
.cta-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.cta-side { padding: 24px; display: grid; grid-template-columns: 118px 1fr; gap: 20px; align-items: center; border: 1px solid rgba(255, 255, 255, .14); border-radius: 22px; background: rgba(255, 255, 255, .07); }
.cta-qr { width: 118px; height: 118px; padding: 9px; display: grid; place-items: center; overflow: hidden; border-radius: 12px; color: var(--ydv2-muted); background: #fff; font-size: 11px; text-align: center; }
.cta-qr img { width: 100%; height: 100%; object-fit: contain; }
.cta-side strong { display: block; font-size: 18px; }
.cta-side span { color: rgba(255, 255, 255, .7); font-size: 13px; }
