/* Service page. Colour comes from the brand tokens in style.css —
   this file must not define its own palette. */
:root {
  --sv-ink: var(--brand-navy);
  --sv-blue: var(--brand-teal);
  --sv-blue-2: var(--brand-teal-bright);
  --sv-pale: var(--pale-teal);
  --sv-pale-2: var(--pale-blue);
  --sv-line: var(--line);
  --sv-muted: var(--muted);
  --sv-green: var(--green);
  --sv-shadow: 0 18px 50px rgba(7, 30, 69, .1);
}

.service-page { color: var(--sv-ink); background: #fff; }
.service-page img { height: auto; }

.sv-container { width: min(calc(100% - 64px), 1340px); margin-inline: auto; }
.sv-section { position: relative; overflow: hidden; padding: 100px 0; }
.sv-kicker, .sv-section-label { display: flex; align-items: center; gap: 14px; margin: 0 0 22px; color: var(--sv-blue); font-size: .75rem; font-weight: 900; letter-spacing: .22em; }
.sv-kicker::after, .sv-section-label > span { content: ""; display: block; width: 52px; height: 1px; background: currentColor; }
.sv-heading { margin-bottom: 46px; }
.sv-heading-center { text-align: center; }
.sv-heading-center .sv-section-label { justify-content: center; }
.sv-heading h2, .sv-final h2 { margin: 0; color: var(--sv-ink); font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif; font-size: clamp(2.45rem,4.1vw,4rem); font-weight: 800; line-height: 1.35; letter-spacing: -.055em; }
.sv-heading > p:last-child { max-width: 760px; margin: 22px 0 0; color: var(--sv-muted); font-size: 1rem; line-height: 1.95; }
.sv-heading-center > p:last-child { margin-inline: auto; }
.sv-heading-sub { margin: 0 0 16px; color: var(--sv-ink); font-size: 1rem; font-weight: 800; letter-spacing: .06em; }
.sv-button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-width: 216px; min-height: 56px; padding: 14px 25px; border: 1px solid transparent; border-radius: 10px; font-size: .92rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.sv-button:hover { transform: translateY(-2px); }
.sv-button-primary { color: #fff; background: linear-gradient(135deg,#0f3c88,#154ca3); box-shadow: 0 12px 25px rgba(18,101,232,.2); }
.sv-button-outline { color: var(--sv-ink); border-color: #154ca3; background: #fff; }
.sv-actions { display: flex; flex-wrap: wrap; gap: 18px; }
.sv-handnote { margin: 0; color: #154ca3; font-family: "Klee", "Yu Kyokasho", cursive; font-size: 1.8rem; font-weight: 500; line-height: 1.45; transform: rotate(-6deg); }
.sv-handnote::after { content: ""; display: block; width: 180px; height: 1px; margin-top: 4px; background: currentColor; transform: rotate(-7deg); }

/* Shared drawn icons */
.sv-line-icon, .sv-pin-icon, .sv-ban-icon, .sv-star-icon, .sv-bulb-icon, .sv-alert-icon, .sv-mini-icon { display: grid; place-items: center; color: var(--sv-blue); font-style: normal; }
.sv-line-icon::before { content: ""; display: block; width: 32px; height: 32px; background-position: center; background-repeat: no-repeat; background-size: contain; }
.sv-list-icon::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%231265e8' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='10' y='6' width='28' height='36' rx='2'/%3E%3Cpath d='M16 16h16M16 24h16M16 32h11'/%3E%3C/svg%3E"); }
.sv-building-icon::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%231265e8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 42h34M12 42V21h11v21M23 42V7h14v35'/%3E%3Cpath d='M17 27h2m-2 6h2M28 14h3m-3 7h3m-3 7h3m-3 7h3'/%3E%3C/svg%3E"); }
.sv-pen-icon::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%231265e8' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 38 3-10L34 6l8 8-22 22-11 2Z'/%3E%3Cpath d='m29 11 8 8M12 28l8 8'/%3E%3C/svg%3E"); }
.sv-send-icon::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%231265e8' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 23 43 7 28 43l-7-15-16-5Z'/%3E%3Cpath d='M21 28 43 7'/%3E%3C/svg%3E"); }
.sv-chart-icon::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%231265e8' stroke-width='2.6' stroke-linecap='round'%3E%3Cpath d='M7 41h35M11 37V25h7v12M22 37V16h7v21M33 37V7h7v30'/%3E%3C/svg%3E"); }
.sv-people-icon::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%231265e8' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='24' cy='15' r='6'/%3E%3Ccircle cx='10' cy='19' r='4'/%3E%3Ccircle cx='38' cy='19' r='4'/%3E%3Cpath d='M13 39v-4c0-6 5-10 11-10s11 4 11 10v4M3 37v-3c0-5 3-8 8-8M45 37v-3c0-5-3-8-8-8'/%3E%3C/svg%3E"); }
.sv-mail-icon::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%231265e8' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='11' width='36' height='26' rx='3'/%3E%3Cpath d='m8 14 16 13 16-13'/%3E%3C/svg%3E"); }
.sv-handshake-icon::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%231265e8' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 19 9-9 7 5-9 11-7-7ZM43 19l-9-9-7 5 9 11 7-7Z'/%3E%3Cpath d='m16 21 8-6 9 8-11 12c-2 2-5-1-3-3l-2 2c-2 2-5-1-3-3l-2 1c-2 1-4-2-2-4l6-7Z'/%3E%3C/svg%3E"); }

/* Hero */
.sv-hero { position: relative; min-height: 805px; overflow: hidden; background-image: linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.95) 36%,rgba(241,249,255,.52) 70%,rgba(232,246,255,.25) 100%), url("/assets/images/asset_service_bg_office_city.webp"); background-position: center; background-size: cover; }
.sv-hero::before { content: ""; position: absolute; left: -10%; bottom: -27%; width: 68%; height: 44%; border-radius: 50%; background: rgba(226,242,255,.78); transform: rotate(6deg); }
.sv-hero-container { position: relative; width: min(calc(100% - 52px), 1380px); min-height: 805px; margin-inline: auto; padding: 76px 0 72px; }
.sv-hero-copy { position: relative; z-index: 2; width: 49%; max-width: 650px; }
.sv-hero-copy h1 { margin: 0; font-size: clamp(3.2rem,4.8vw,4.5rem); font-weight: 900; line-height: 1.28; letter-spacing: -.065em; }
.sv-heading-line { display: inline-block; white-space: nowrap; }
.sv-hero-copy > p:not(.sv-kicker) { margin: 24px 0 0; color: #194389; font-size: 1.05rem; line-height: 1.9; }
.sv-hero-copy .sv-actions { margin-top: 36px; }
.sv-hero-points { display: flex; gap: 0; padding: 0; margin: 42px 0 0; list-style: none; }
.sv-hero-points li { display: grid; grid-template-columns: 38px auto; align-items: center; gap: 9px; min-width: 155px; padding: 0 20px; border-right: 1px solid #bfcee5; color: #596880; font-size: .78rem; font-weight: 700; line-height: 1.55; }
.sv-hero-points li:first-child { padding-left: 0; }
.sv-hero-points li:last-child { border: 0; }
.sv-mini-icon { grid-row: 1; font-size: 1.8rem; }
.sv-hero-process { position: absolute; z-index: 3; top: 220px; right: 0; width: 58%; padding-top: 36px; }
.sv-hero-process::before { content: ""; position: absolute; top: 17px; left: 9%; right: 9%; height: 72px; border-top: 1px solid #1b4d9d; border-radius: 50%; }
.sv-process-caption { position: absolute; z-index: 2; top: 0; left: 50%; padding: 0 15px; margin: 0; color: #1d4e9b; background: rgba(246,251,255,.9); font-size: .72rem; font-weight: 800; transform: translateX(-50%); white-space: nowrap; }
.sv-hero-process ol { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; padding: 0; margin: 36px 0 0; list-style: none; }
.sv-hero-process li { position: relative; min-height: 254px; padding: 34px 14px 18px; border: 1px solid rgba(207,226,243,.9); border-radius: 12px; background: rgba(255,255,255,.88); box-shadow: 0 16px 40px rgba(7,30,69,.07); text-align: center; }
.sv-hero-process li:not(:last-child)::after { content: "→"; position: absolute; top: 48%; right: -15px; z-index: 3; color: var(--sv-blue); font-size: 1.35rem; }
.sv-step-number { position: absolute; top: -15px; left: 50%; display: grid; place-items: center; width: 31px; height: 31px; border: 3px solid #e1e9f6; border-radius: 50%; color: #fff; background: linear-gradient(135deg,#0f3c88,#154ca3); font-weight: 800; transform: translateX(-50%); }
.sv-hero-process .sv-line-icon { width: 58px; height: 58px; margin: 0 auto 10px; }
.sv-hero-process .sv-line-icon::before { font-size: 2.2rem; }
.sv-hero-process h2 { margin: 0; font-size: .93rem; line-height: 1.5; }
.sv-hero-process p { margin: 14px 0 0; color: #596881; font-size: .7rem; line-height: 1.7; text-align: left; }
.sv-hero-note { position: absolute; right: 4%; bottom: 116px; }
.sv-signature { position: absolute; bottom: 30px; left: 6%; margin: 0; color: #164ca2; font-size: .62rem; font-weight: 800; letter-spacing: .18em; }
.sv-signature span { display: block; margin-top: 8px; color: #7586a2; letter-spacing: .1em; }

/* Full flow */
.sv-flow { padding-top: 92px; background-image: linear-gradient(rgba(255,255,255,.9),rgba(246,251,255,.91)), url("/assets/images/asset_service_bg_office_city.webp"); background-position: center; background-size: cover; }
.sv-flow-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 28px; padding: 0; margin: 0; list-style: none; }
.sv-flow-grid li { position: relative; display: flex; flex-direction: column; min-height: 415px; padding: 42px 18px 16px; border: 1px solid var(--sv-line); border-radius: 14px; background: rgba(255,255,255,.91); box-shadow: var(--sv-shadow); text-align: center; }
.sv-flow-grid li:not(:last-child)::after { content: "→"; position: absolute; z-index: 3; top: 44%; right: -24px; color: var(--sv-blue); font-size: 1.55rem; font-weight: 500; }
.sv-flow-grid .sv-line-icon { width: 76px; height: 76px; margin: 0 auto 18px; border-radius: 50%; background: #f3f6fb; }
.sv-flow-grid .sv-line-icon::before { font-size: 2.5rem; }
.sv-flow-grid h3 { margin: 0; font-size: 1.17rem; }
.sv-flow-grid i { width: 30px; height: 1px; margin: 14px auto; background: var(--sv-blue); }
.sv-flow-grid p { margin: 0; color: #4b5b76; font-size: .88rem; line-height: 1.78; }
.sv-flow-grid strong { display: block; margin-top: auto; padding: 12px 8px; border-radius: 10px; color: var(--sv-blue); background: #f1f5fb; font-size: .76rem; line-height: 1.6; }
.sv-flow-arc { position: relative; height: 58px; margin: -18px 8% 9px; border-top: 1px solid #1b4d9d; border-radius: 50%; text-align: center; }
.sv-flow-arc span { position: relative; top: -14px; padding: 0 16px; color: #1d4e9b; background: rgba(248,252,255,.95); font-size: .82rem; font-weight: 700; }
.sv-flow-cta { margin: 48px 0 0; text-align: center; }
.sv-flow-note { position: absolute; bottom: 66px; left: 5%; font-size: 1.55rem; }

/* Roles */
.sv-role { background: linear-gradient(135deg,#f9fbfd,#f1f5fb); }
.sv-role .sv-heading { margin-bottom: 44px; }
.sv-role-grid { position: relative; display: grid; grid-template-columns: 1fr 96px 1fr; align-items: center; }
.sv-role-card { overflow: hidden; border: 1px solid #d0ddf1; border-radius: 16px; background: rgba(255,255,255,.93); box-shadow: var(--sv-shadow); }
.sv-role-card-head { position: relative; min-height: 170px; padding: 38px 280px 24px 32px; }
.sv-role-card-head p { display: flex; align-items: center; gap: 8px; margin: 0; font-size: 1.33rem; }
.sv-role-card-head p b { font-size: 1.55rem; }
.sv-role-card-head small { display: block; margin-top: 20px; color: #55647e; font-size: .8rem; font-weight: 700; }
.sv-role-card-head img { position: absolute; right: 20px; bottom: 0; width: 230px; }
.sv-role-card:nth-of-type(3) .sv-role-card-head img { right: 24px; width: 220px; }
.sv-brand-mark { position: relative; display: inline-block; width: 42px; height: 34px; }
.sv-brand-mark::before, .sv-brand-mark::after { content: ""; position: absolute; left: 3px; width: 34px; height: 14px; border-radius: 5px 10px 10px 5px; transform: skew(-25deg); }
.sv-brand-mark::before { top: 3px; background: linear-gradient(90deg,var(--brand-blue-dark),var(--brand-blue)); }
.sv-brand-mark::after { top: 16px; left: 7px; background: linear-gradient(90deg,var(--brand-blue-dark),var(--brand-blue)); }
.sv-role-card ul { padding: 0 32px 24px; margin: 0; list-style: none; }
.sv-role-card li { display: grid; grid-template-columns: 58px 122px 1fr 14px; align-items: center; min-height: 80px; border-top: 1px solid #dbe4f3; }
.sv-role-card li > .sv-line-icon { width: 46px; height: 46px; border-radius: 50%; background: #f1f5fb; }
.sv-role-card li > b { font-size: .95rem; }
.sv-role-card li > p { margin: 0; color: #56657f; font-size: .75rem; line-height: 1.55; }
.sv-role-card li > i { color: var(--sv-blue); font-size: 1.45rem; font-style: normal; }
.sv-handoff { position: relative; z-index: 2; display: grid; justify-items: center; }
.sv-handoff > b { margin-bottom: -2px; color: #154ca3; font-size: 3rem; line-height: 1; }
.sv-handoff > span { display: grid; place-items: center; width: 100px; height: 100px; border-radius: 50%; color: #154ca3; background: linear-gradient(145deg,#f7f9fd,#dee7f5); font-size: .76rem; font-weight: 800; line-height: 1.6; text-align: center; }
.sv-role-message { display: grid; grid-template-columns: 50px auto; justify-content: center; gap: 0 18px; max-width: 830px; margin: 30px auto 0; padding: 18px; border-radius: 12px; background: rgba(231,244,255,.85); }
.sv-role-message > span { grid-row: 1 / 3; align-self: center; color: var(--sv-blue); font-size: 2rem; }
.sv-role-message b { font-size: .92rem; }
.sv-role-message small { color: #63728a; font-size: .74rem; }

/* Target */
.sv-target { background: #fff; }
.sv-target-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.08fr); gap: 42px; align-items: center; }
.sv-target-copy .sv-heading h2 { font-size: clamp(2.35rem,3.25vw,3.15rem); }
.sv-subtitle { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; font-size: .85rem; font-weight: 900; }
.sv-subtitle::before { content: ""; width: 3px; height: 18px; background: var(--sv-blue); }
.sv-subtitle::after { content: ""; flex: 1; height: 1px; background: #194d9f; }
.sv-condition-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.sv-condition-grid article { min-height: 145px; padding: 18px; border: 1px solid #e1e8f4; border-radius: 12px; background: #fff; box-shadow: 0 12px 30px rgba(29,91,151,.06); }
.sv-condition-grid article > span { justify-content: start; width: 35px; height: 35px; font-size: 1.7rem; }
.sv-condition-grid h3 { margin: 4px 0 10px; font-size: .88rem; }
.sv-condition-grid p { margin: 0; color: #5c6b83; font-size: .73rem; line-height: 1.65; }
.sv-target-tip { display: grid; grid-template-columns: 55px 1fr; gap: 16px; margin-top: 28px; padding-top: 24px; border-top: 1px solid #194d9f; }
.sv-target-tip > span { color: var(--sv-blue); font-size: 2.5rem; }
.sv-target-tip h3 { margin: 0; font-size: 1rem; }
.sv-target-tip p { margin: 7px 0 0; color: #596881; font-size: .78rem; line-height: 1.8; }
.sv-target-visual { position: relative; padding-top: 120px; }
.sv-target-visual > .sv-handnote { position: absolute; top: 0; right: 8%; }
.sv-target-shell { display: grid; grid-template-columns: 205px minmax(0,1fr); min-width: 0; overflow: hidden; border: 1px solid #d0ddf1; border-radius: 16px; background: #fff; box-shadow: 0 22px 60px rgba(22,81,143,.14); }
.sv-ui-top { grid-column: 1 / -1; display: flex; align-items: center; gap: 20px; height: 70px; padding: 0 18px; border-bottom: 1px solid #dce5f2; }
.sv-ui-brand { display: flex; align-items: center; gap: 7px; font-size: 1rem; font-weight: 900; }
.sv-ui-brand .sv-brand-mark { width: 25px; height: 24px; transform: scale(.68); transform-origin: left center; }
.sv-ui-top nav { flex: 1; color: #5b6a84; font-size: .64rem; text-align: center; }
.sv-ui-top nav b { color: var(--sv-blue); }
.sv-ui-top button { min-height: 32px; padding: 7px 10px; border: 1px solid var(--sv-blue); border-radius: 7px; color: var(--sv-blue); background: #fff; font-size: .6rem; font-weight: 800; }
.sv-filters { padding: 20px 14px; border-right: 1px solid #dbe4f1; background: #f8fafd; }
.sv-filters > div { display: flex; justify-content: space-between; margin-bottom: 14px; font-size: .65rem; }
.sv-filters > div a { color: var(--sv-blue); }
.sv-filters label { display: grid; gap: 5px; margin-bottom: 12px; color: #153a78; font-size: .61rem; font-weight: 800; }
.sv-filters label > span { padding: 7px 8px; border: 1px solid #cdd9ed; border-radius: 6px; color: #194083; background: #fff; font-size: .62rem; font-weight: 500; }
.sv-filters label > i { justify-self: start; padding: 3px 6px; border-radius: 5px; color: var(--sv-blue); background: #e9eff8; font-size: .56rem; font-style: normal; font-weight: 500; }
.sv-filters > button { width: 100%; min-height: 38px; border: 0; border-radius: 7px; color: #fff; background: var(--sv-blue); font-size: .62rem; font-weight: 800; }
.sv-checkbox { display: block !important; }
.sv-checkbox b { display: block; margin-bottom: 7px; }
.sv-checkbox em { display: inline-grid; place-items: center; width: 16px; height: 16px; margin-right: 4px; border-radius: 4px; color: #fff; background: var(--sv-blue); font-style: normal; }
.sv-results { min-width: 0; padding: 22px 16px 18px; }
.sv-results-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 16px; }
.sv-results-head h3 { margin: 0; font-size: .8rem; }
.sv-results-head h3 strong { font-size: 1.25rem; }
.sv-results-head select { padding: 6px; border: 1px solid #d2dced; border-radius: 6px; color: #616d81; font-size: .58rem; background: #fff; }
.sv-table-scroll { display: block; width: 100%; min-width: 0; max-width: 100%; overflow-x: auto; overflow-y: hidden; contain: inline-size; }
.sv-results table { width: 100%; min-width: 560px; border-collapse: collapse; }
.sv-results th, .sv-results td { padding: 10px 7px; border-bottom: 1px solid #dfe6f1; font-size: .57rem; text-align: left; white-space: nowrap; }
.sv-results th { color: #616d81; background: #f3f6fc; }
.sv-results td:first-child { color: var(--sv-blue); font-weight: 700; }
.sv-pagination { margin-top: 18px; color: #69768d; font-size: .6rem; text-align: center; }
.sv-pagination b { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 6px; color: #fff; background: var(--sv-blue); }

/* Writing */
.sv-writing { background: linear-gradient(135deg,#fff,#f4f7fc); }
.sv-writing-intro { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
.sv-writing-intro .sv-heading { max-width: 610px; }
.sv-writing-intro .sv-handnote { justify-self: end; align-self: start; margin: 35px 4% 0 0; }
.sv-writing-grid { display: grid; grid-template-columns: minmax(0,.92fr) 108px minmax(0,1.08fr); align-items: center; }
.sv-research-card, .sv-message-card { border: 1px solid #d4e0f2; border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: var(--sv-shadow); }
.sv-card-headline { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 24px; }
.sv-card-headline h3 { margin: 0; font-size: 1rem; }
.sv-card-headline > span { color: #375481; font-size: .68rem; }
.sv-research-card dl { padding: 0 24px 18px; margin: 0; }
.sv-research-card dl > div { padding: 14px 12px; border-top: 1px solid #dce5f2; }
.sv-research-card dt { display: flex; align-items: center; gap: 14px; font-size: .86rem; font-weight: 800; }
.sv-research-card dt > span { width: 38px; height: 38px; border-radius: 50%; background: #f3f6fb; font-size: 1.2rem; }
.sv-research-card dd { margin: -6px 0 0 52px; color: #596882; font-size: .7rem; }
.sv-writing-arrow { position: relative; height: 210px; }
.sv-writing-arrow::before, .sv-writing-arrow::after { content: ""; position: absolute; left: -8px; right: -8px; height: 85px; border: 1px solid #174da1; }
.sv-writing-arrow::before { top: 0; border-width: 1px 1px 0 0; border-radius: 0 100% 0 0; }
.sv-writing-arrow::after { bottom: 0; border-width: 0 1px 1px 0; border-radius: 0 0 100% 0; }
.sv-writing-arrow > span { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; place-items: center; width: 105px; height: 105px; border-radius: 50%; color: #1b4d9d; background: linear-gradient(145deg,#fff,#e9eff8); font-size: .68rem; font-weight: 800; line-height: 1.55; text-align: center; transform: translate(-50%,-50%); }
.sv-message-card { padding: 0 14px 14px; }
.sv-message-card .sv-card-headline { padding-inline: 12px; }
.sv-mail { padding: 20px 22px; border-radius: 10px; background: #fff; color: #173e7f; font-size: .72rem; line-height: 1.72; }
.sv-mail p { margin: 0 0 14px; }
.sv-subject { padding-bottom: 13px; border-bottom: 1px solid #dce5f2; font-weight: 800; }
.sv-subject span { margin-right: 12px; color: #717c8f; }
.sv-mail mark { padding: 2px 3px; color: #154ca3; background: #e2eaf6; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.sv-writing-caption { margin: 40px 0 0; color: #1d4e9b; font-size: .62rem; font-weight: 900; letter-spacing: .2em; text-align: center; }
.sv-writing-caption span { display: block; margin-top: 7px; color: #596882; letter-spacing: .08em; }
.sv-writing-benefits { display: grid; grid-template-columns: repeat(3,1fr); max-width: 820px; padding: 0; margin: 30px auto 0; list-style: none; }
.sv-writing-benefits li { display: grid; grid-template-columns: 50px auto; align-items: center; gap: 10px; padding: 0 28px; border-right: 1px solid #b9cae4; font-size: .82rem; line-height: 1.65; }
.sv-writing-benefits li:last-child { border: 0; }
.sv-writing-benefits span { grid-row: 1 / 3; color: var(--sv-blue); font-size: 2rem; }

/* Management */
.sv-management { background-image: linear-gradient(rgba(246,251,255,.9),rgba(247,251,255,.94)), url("/assets/images/asset_service_bg_office_city.webp"); background-position: center; background-size: cover; }
.sv-management-top { position: relative; display: grid; grid-template-columns: 36% 64%; align-items: end; gap: 26px; margin-bottom: 30px; }
.sv-management-top .sv-heading { margin: 0; }
.sv-management-top .sv-heading h2 { font-size: clamp(2.45rem,3.2vw,3.25rem); }
.sv-management-top > .sv-handnote { position: absolute; top: 0; right: 3%; }
.sv-operation-cards { display: grid; grid-template-columns: repeat(6,1fr); gap: 10px; padding-top: 140px; }
.sv-operation-cards article { min-height: 170px; padding: 20px 12px; border: 1px solid #d5e0f2; border-radius: 12px; background: rgba(255,255,255,.9); text-align: center; }
.sv-operation-cards article > span { width: 54px; height: 54px; margin: 0 auto 10px; border-radius: 50%; background: #eff3fa; font-size: 1.7rem; }
.sv-operation-cards h3 { margin: 0; font-size: .82rem; }
.sv-operation-cards p { margin: 10px 0 0; color: #5c6b83; font-size: .65rem; line-height: 1.6; }
.sv-dashboard { display: grid; grid-template-columns: minmax(0,1.78fr) minmax(300px,.82fr); gap: 14px; }
.sv-dashboard-main, .sv-improvements { min-width: 0; padding: 24px; border: 1px solid #d1def2; border-radius: 14px; background: rgba(255,255,255,.95); box-shadow: var(--sv-shadow); }
.sv-dashboard-title { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.sv-dashboard-title h3 { display: flex; align-items: center; gap: 10px; margin: 0; font-size: 1rem; }
.sv-dashboard-title .sv-line-icon { width: 28px; height: 28px; }
.sv-dashboard-title select { padding: 8px 12px; border: 1px solid #cbd7eb; border-radius: 7px; color: #3e557a; background: #fff; font-size: .68rem; }
.sv-kpis { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; margin-top: 18px; }
.sv-kpis > div { min-height: 104px; padding: 14px; border-radius: 8px; background: #f3f6fc; }
.sv-kpis small { display: block; color: #60708a; font-size: .62rem; font-weight: 800; }
.sv-kpis strong { display: block; margin: 8px 0; font-size: 1.35rem; }
.sv-kpis strong em { margin-left: 3px; font-size: .62rem; font-style: normal; }
.sv-kpis span { color: var(--sv-green); font-size: .62rem; font-weight: 800; }
.sv-kpis span.is-down { color: var(--sv-blue); }
.sv-dashboard-main h4 { margin: 20px 0 8px; font-size: .76rem; }
.sv-dashboard-main table { width: 100%; min-width: 680px; border-collapse: collapse; }
.sv-dashboard-main th, .sv-dashboard-main td { padding: 9px 8px; border-bottom: 1px solid #dbe4f1; font-size: .56rem; text-align: left; white-space: nowrap; }
.sv-dashboard-main th { color: #5b6b85; background: #eef3fa; }
.sv-dashboard-main td:last-child { color: var(--sv-green); }
.sv-dashboard-main > a { display: block; margin-top: 12px; color: var(--sv-blue); font-size: .65rem; font-weight: 800; text-align: right; }
.sv-improvements h3 { display: flex; align-items: center; gap: 10px; margin: 0; font-size: 1rem; }
.sv-improvements h3 span { font-size: 1.5rem; }
.sv-improvements > p { margin: 12px 0 15px; color: #616f87; font-size: .68rem; line-height: 1.7; }
.sv-improvements ol { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.sv-improvements li { display: grid; grid-template-columns: 34px 1fr 10px; align-items: center; gap: 10px; padding: 12px; border-radius: 9px; background: #f1f5fb; }
.sv-improvements li > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: #fff; background: var(--sv-blue); font-size: .68rem; font-weight: 800; }
.sv-improvements li b { display: block; font-size: .69rem; }
.sv-improvements li small { display: block; margin-top: 3px; color: #62718a; font-size: .57rem; line-height: 1.6; }
.sv-improvements li i { color: var(--sv-blue); font-size: 1.2rem; font-style: normal; }
.sv-improvements > a { display: block; margin-top: 16px; padding: 11px; border: 1px solid var(--sv-blue); border-radius: 7px; color: var(--sv-blue); font-size: .68rem; font-weight: 800; text-align: center; }

/* Onboarding and closing CTA */
.sv-onboarding { background: #fff; }
.sv-onboarding-list { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; padding: 0; margin: 0; list-style: none; }
.sv-onboarding-list li { position: relative; min-height: 170px; padding: 28px 18px; border: 1px solid var(--sv-line); border-radius: 12px; background: var(--sv-pale-2); text-align: center; }
.sv-onboarding-list li::after { content: "→"; position: absolute; top: 50%; right: -14px; z-index: 2; color: var(--sv-blue); }
.sv-onboarding-list li:last-child::after { display: none; }
.sv-onboarding-list span { display: grid; place-items: center; width: 34px; height: 34px; margin: 0 auto 14px; border-radius: 50%; color: #fff; background: var(--sv-blue); font-size: .7rem; font-weight: 800; }
.sv-onboarding-list b { font-size: .88rem; }
.sv-onboarding-list p { margin: 8px 0 0; color: var(--sv-muted); font-size: .72rem; }
.sv-final { padding: 0 0 100px; }
.sv-final-card { min-height: 400px; padding: 70px 54% 64px 60px; border: 1px solid var(--sv-line); border-radius: 18px; background-image: linear-gradient(90deg,rgba(255,255,255,.99),rgba(255,255,255,.96) 48%,rgba(255,255,255,.18) 72%), url("/assets/images/asset_service_bg_office_city.webp"); background-position: center; background-size: cover; box-shadow: var(--sv-shadow); }
.sv-final h2 { font-size: clamp(2rem,3.5vw,3.25rem); }
.sv-final-card > div > p:not(.sv-kicker) { margin: 18px 0 0; color: var(--sv-muted); }
.sv-final .sv-actions { margin-top: 28px; }

@media (max-width: 1160px) {
  .sv-hero-copy { width: 48%; }
  .sv-hero-process { width: 59%; }
  .sv-hero-process p { font-size: .62rem; }
  .sv-flow-grid { gap: 16px; }
  .sv-role-card-head { padding-right: 210px; }
  .sv-role-card-head img { right: 5px; width: 205px; }
  .sv-role-card li { grid-template-columns: 52px 106px 1fr 12px; }
  .sv-target-layout { grid-template-columns: 1fr; }
  .sv-target-visual { padding-top: 100px; }
  .sv-management-top { grid-template-columns: 1fr; }
  .sv-management-top .sv-heading { max-width: 650px; }
  .sv-operation-cards { padding-top: 20px; }
}

@media (max-width: 900px) {
  .sv-section { padding: 76px 0; }
  .sv-hero { min-height: auto; }
  .sv-hero-container { min-height: auto; padding: 62px 0 74px; }
  .sv-hero-copy { width: 100%; max-width: 680px; }
  .sv-hero-process { position: relative; top: auto; right: auto; width: 100%; margin-top: 74px; }
  .sv-hero-note { right: 3%; bottom: 32px; }
  .sv-signature { display: none; }
  .sv-flow-grid { grid-template-columns: repeat(2,1fr); gap: 28px; }
  .sv-flow-grid li:not(:last-child)::after { display: none; }
  .sv-flow-note { display: none; }
  .sv-role-grid { grid-template-columns: 1fr; gap: 20px; }
  .sv-handoff > b { transform: rotate(90deg); }
  .sv-writing-grid { grid-template-columns: 1fr; gap: 18px; }
  .sv-writing-arrow { height: 80px; }
  .sv-writing-arrow::before, .sv-writing-arrow::after { display: none; }
  .sv-writing-arrow > span { width: 74px; height: 74px; font-size: 0; }
  .sv-writing-arrow > span::before { content: "↓"; font-size: 1.3rem; }
  .sv-dashboard { grid-template-columns: 1fr; }
  .sv-onboarding-list { grid-template-columns: repeat(2,1fr); }
  .sv-onboarding-list li::after { display: none; }
  .sv-final-card { padding-right: 42%; }
}

@media (max-width: 640px) {
  .sv-container, .sv-hero-container { width: calc(100% - 40px); }
  .sv-section { padding: 60px 0; }
  .sv-heading { margin-bottom: 30px; }
  .sv-heading h2, .sv-final h2 { font-size: clamp(1.8rem,8.2vw,2.55rem); line-height: 1.5; }
  .sv-heading h2 br, .sv-final h2 br { display: none; }
  .sv-heading > p:last-child { margin-top: 15px; font-size: 1rem; }
  .sv-button { width: 100%; min-width: 0; }
  .sv-actions { display: grid; width: 100%; }
  .sv-handnote { font-size: 1.25rem; }
  .sv-hero { background-position: 65% center; }
  .sv-hero-container { padding-top: 46px; }
  .sv-hero-copy h1 { font-size: clamp(1.95rem,8.6vw,2.3rem); line-height: 1.35; }
  .sv-hero-copy h1 br { display: none; }
  .sv-heading-line { display: inline; white-space: normal; }
  .sv-hero-copy .sv-heading-line { display: inline-block; white-space: nowrap; }
  .sv-hero-copy > p:not(.sv-kicker) { font-size: 1rem; }
  .sv-hero-copy > p br { display: none; }
  .sv-hero-points { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .sv-hero-points li { border: 0; padding: 0; }
  .sv-hero-process { margin-top: 70px; }
  .sv-hero-process ol { display: flex; width: 100%; overflow-x: auto; scroll-snap-type: x mandatory; padding: 18px 4px 12px; }
  .sv-hero-process li { flex: 0 0 190px; min-height: 250px; scroll-snap-align: start; }
  .sv-hero-process li:not(:last-child)::after { display: none; }
  .sv-hero-process::before { display: none; }
  .sv-hero-note { display: none; }
  .sv-flow-arc { display: none; }
  .sv-flow-grid { grid-template-columns: 1fr; gap: 20px; }
  .sv-flow-grid li { min-height: 0; padding: 34px 20px 18px; }
  .sv-flow-grid p br, .sv-flow-grid strong br { display: none; }
  .sv-flow-grid strong { margin-top: 18px; }
  .sv-role-card-head { min-height: 210px; padding: 26px 24px; }
  .sv-role-card-head img { right: -30px; width: 220px; opacity: .35; }
  .sv-role-card-head p { position: relative; z-index: 2; font-size: 1rem; }
  .sv-role-card-head p b { font-size: 1.2rem; }
  .sv-role-card-head small { position: relative; z-index: 2; max-width: 180px; }
  .sv-role-card ul { padding: 0 20px 18px; }
  .sv-role-card li { grid-template-columns: 46px 1fr 12px; padding: 12px 0; }
  .sv-role-card li > p { grid-column: 2 / -1; margin-top: 4px; }
  .sv-role-card li > i { grid-column: 3; grid-row: 1; }
  .sv-role-message { grid-template-columns: 40px 1fr; }
  .sv-condition-grid { grid-template-columns: repeat(2,1fr); }
  .sv-target-visual { padding-top: 92px; }
  .sv-target-shell { grid-template-columns: 1fr; }
  .sv-ui-top { padding: 0 12px; }
  .sv-ui-top nav, .sv-ui-top button { display: none; }
  .sv-filters { border-right: 0; border-bottom: 1px solid #dbe4f1; }
  .sv-results { padding: 20px 14px; }
  .sv-writing-intro { grid-template-columns: 1fr; }
  .sv-writing-intro .sv-handnote { display: none; }
  .sv-card-headline { align-items: flex-start; flex-direction: column; padding: 18px; }
  .sv-research-card dl { padding: 0 18px 16px; }
  .sv-mail { padding: 18px 14px; font-size: .82rem; }
  .sv-writing-benefits { grid-template-columns: 1fr; gap: 16px; }
  .sv-writing-benefits li { border: 0; padding: 0 20px; }
  .sv-management-top > .sv-handnote { display: none; }
  .sv-operation-cards { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .sv-operation-cards article { flex: 0 0 155px; scroll-snap-align: start; }
  .sv-dashboard-main, .sv-improvements { padding: 18px 14px; }
  .sv-kpis { grid-template-columns: repeat(2,1fr); }
  .sv-onboarding-list { grid-template-columns: 1fr; }
  .sv-final { padding-bottom: 70px; }
  .sv-final-card { min-height: 600px; padding: 38px 22px 260px; background-image: linear-gradient(180deg,rgba(255,255,255,.99),rgba(255,255,255,.97) 58%,rgba(255,255,255,.15)), url("/assets/images/asset_service_bg_office_city.webp"); background-position: 65% center; }
}

/* Tablet hero: keep the copy and five-step process in one readable flow. */
@media (min-width: 641px) and (max-width: 1366px) {
  .sv-hero {
    min-height: auto;
    background-image: linear-gradient(180deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.9) 58%,rgba(232,246,255,.72) 100%), url("/assets/images/asset_service_bg_office_city.webp");
    background-position: center top;
  }
  .sv-hero-container {
    display: flex;
    width: min(calc(100% - 64px), 1120px);
    min-height: auto;
    padding: 64px 0 80px;
    flex-direction: column;
  }
  .sv-hero-copy { width: 100%; max-width: 760px; }
  .sv-hero-copy h1 {
    font-size: clamp(2.5rem, 4.5vw, 3.5rem);
    line-height: 1.35;
    letter-spacing: -.05em;
  }
  .sv-hero-copy .sv-heading-line { display: inline; white-space: normal; }
  .sv-hero-copy > p:not(.sv-kicker) { max-width: 760px; }
  .sv-hero-copy > p:not(.sv-kicker) br { display: none; }
  .sv-hero .sv-hero-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 42px;
  }
  .sv-hero .sv-hero-points li {
    min-width: 0;
    padding: 0 20px;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-radius: 0;
  }
  .sv-hero .sv-hero-points li:first-child { padding-left: 0; }
  .sv-hero .sv-hero-points li:last-child { border-right: 0; }
  .sv-hero-process {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 56px;
    padding-top: 0;
  }
  .sv-hero-process::before { display: none; }
  .sv-hero .sv-process-caption {
    position: static;
    display: block;
    max-width: 100%;
    padding: 0;
    margin: 0 0 28px;
    transform: none;
    white-space: normal;
    text-align: center;
  }
  .sv-hero-process ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 20px;
    margin: 0;
  }
  .sv-hero-process li {
    min-height: 0;
    height: 100%;
    padding: 28px 18px 24px;
  }
  .sv-hero-process li:not(:last-child)::after { display: none; }
  .sv-hero-process h2 { font-size: 1.05rem; }
  .sv-hero-process p { font-size: 1rem; line-height: 1.7; text-align: center; }
  .sv-hero-process p br { display: none; }
  .sv-hero-note, .sv-signature { display: none; }
}

@media (min-width: 641px) and (max-width: 900px) {
  .sv-hero-process ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Keep the interactive sample controls readable on mobile. */
@media (max-width: 768px) {
  .sv-results-head, .sv-dashboard-title { flex-direction: column; align-items: stretch; gap: 12px; }
  .sv-results-head > *, .sv-dashboard-title > * { min-width: 0; }
  .sv-results-head select, .sv-dashboard-title select { min-width: 0; max-width: 100%; min-height: 44px; font-size: 1rem; }
  .sv-ui-top { height: auto; min-height: 70px; flex-wrap: wrap; padding-block: 12px; }
  .sv-ui-top button, .sv-filters > button { min-width: 0; min-height: 52px; font-size: 1rem; }
}

@media (prefers-reduced-motion: reduce) { .sv-button { transition: none; } }
