body.tek-ino-custom-page, .tekino-site {
  --ink: #0b2233;
  --ink-soft: #18384a;
  --green: #0ba77d;
  --green-dark: #086a5d;
  --mint: #dff7ec;
  --mint-soft: #f1faf6;
  --coral: #ff5b55;
  --coral-soft: #fff0ec;
  --cream: #fbfaf6;
  --paper: #fff;
  --line: #dce5e1;
  --muted: #5d707b;
}

.tekino-site, .tekino-site * { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.tek-ino-custom-page { background: var(--cream); color: var(--ink); -webkit-font-smoothing: antialiased; margin: 0; font-family: Arial, Helvetica, sans-serif; }
.tekino-site a { color: inherit; text-decoration: none; }
.tekino-site button, .tekino-site a { -webkit-tap-highlight-color: transparent; }
.tekino-site .shell { width: min(1180px, 100% - 64px); margin: 0 auto; }
.tekino-site .site-header { z-index: 50; -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); background: #fbfaf6ed; border-bottom: 1px solid #0b22331a; position: sticky; top: 0; }
.tekino-site .nav-inner { justify-content: space-between; align-items: center; gap: 28px; height: 78px; display: flex; }
.tekino-site .brand { white-space: nowrap; align-items: center; width: 120px; height: 40px; display: inline-flex; }
.tekino-site .brand-logo-wrap { width: 120px; height: 50px; display: block; position: relative; }
.tekino-site .brand-logo { object-fit: contain; width: 100%; height: 100%; display: block; }
.tekino-site .brand-reversed .brand-logo { filter: brightness(0) invert(); }
.tekino-site .brand-reversed .brand-logo-coral { clip-path: inset(0 70% 0 0); filter: none; pointer-events: none; position: absolute; inset: 0; }
.tekino-site .desktop-nav { color: #344d5a; align-items: center; gap: 36px; font-size: 14px; font-weight: 700; display: flex; }
.tekino-site .desktop-nav a:hover { color: var(--green); }
.tekino-site .button { border-radius: 14px; justify-content: center; align-items: center; gap: 18px; min-height: 58px; padding: 0 28px; font-size: 16px; line-height: normal; font-weight: 800; transition: transform .18s, box-shadow .18s, background .18s; display: inline-flex; }
.tekino-site .button:hover { transform: translateY(-2px); }
.tekino-site .button-small { border-radius: 999px; min-height: 46px; padding: 0 22px; font-size: 14px; }
.tekino-site .button-dark { background: var(--ink); color: #fff; box-shadow: 0 12px 30px #0b223329; }
.tekino-site .button-dark:hover { background: var(--ink-soft); }
.tekino-site .button-coral { background: var(--coral); color: #fff; box-shadow: 0 18px 36px #ff5b5538; }
.tekino-site .hero { background: linear-gradient(#fff 0%, #f8fbf9 100%); padding: 76px 0 0; position: relative; overflow: hidden; }
.tekino-site .hero-glow { pointer-events: none; background: radial-gradient(circle, #a7eed199, #fff0 70%); border-radius: 50%; width: 720px; height: 720px; position: absolute; top: -180px; right: -180px; }
.tekino-site .hero-grid { grid-template-columns: 1.08fr .92fr; align-items: center; gap: 44px; min-height: 690px; display: grid; position: relative; }
.tekino-site .hero-copy { min-width: 0; }
.tekino-site .pill { background: var(--mint); color: var(--green-dark); border-radius: 999px; align-items: center; gap: 8px; margin: 0 0 26px; padding: 10px 16px; font-size: 13px; font-weight: 800; display: inline-flex; }
.tekino-site .pill::before { content: "✦"; color: var(--green); }
.tekino-site .hero h1 { letter-spacing: -.062em; max-width: 700px; margin: 0; font-size: clamp(54px, 5.3vw, 78px); line-height: .99; }
.tekino-site .hero h1 em { color: var(--green); font-style: normal; display: inline; position: relative; }
.tekino-site .hero h1 em::after { content: ""; background: #0aa77d33; border-radius: 999px; height: 9px; position: absolute; bottom: -5px; left: 0; right: 0; transform: rotate(-1deg); }
.tekino-site .hero-lead { max-width: 650px; color: var(--muted); margin: 34px 0 0; font-size: 19px; line-height: 1.72; }
.tekino-site .hero-actions { align-items: center; gap: 28px; margin-top: 34px; display: flex; }
.tekino-site .text-link { color: var(--ink); border-bottom: 1px solid #0b223352; align-items: center; gap: 10px; padding-bottom: 5px; font-size: 14px; font-weight: 800; display: inline-flex; }
.tekino-site .hero-points { color: #405966; flex-wrap: nowrap; gap: 10px; margin-top: 34px; font-size: 13px; font-weight: 750; display: flex; }
.tekino-site .hero-points span { white-space: nowrap; align-items: center; gap: 7px; display: inline-flex; }
.tekino-site .check { background: var(--mint); width: 21px; height: 21px; color: var(--green); border-radius: 50%; flex: none; place-items: center; font-size: 12px; font-weight: 900; display: inline-grid; }
.tekino-site .phone-stage { place-items: center; min-height: 650px; display: grid; position: relative; }
.tekino-site .phone-stage::before { content: ""; background: linear-gradient(135deg, #d8f7e9, #f5fffb); border-radius: 50%; width: 520px; height: 520px; position: absolute; }
.tekino-site .phone { z-index: 3; background: #f8f1e8; border: 11px solid #101313; border-radius: 50px; width: 326px; height: 610px; position: relative; overflow: hidden; box-shadow: 0 38px 70px #0b223338; }
.tekino-site .phone-notch { z-index: 5; background: #101313; border-radius: 0 0 18px 18px; width: 122px; height: 27px; position: absolute; top: -1px; left: 50%; transform: translate(-50%); }
.tekino-site .phone-header { background: #fff; border-bottom: 1px solid #e8e2d9; align-items: center; gap: 10px; height: 77px; padding: 24px 18px 10px; display: flex; }
.tekino-site .assistant-avatar { background: var(--green-dark); color: #fff; border-radius: 50%; place-items: center; width: 36px; height: 36px; font-size: 10px; font-weight: 800; display: grid; }
.tekino-site .phone-header strong, .tekino-site .phone-header small { display: block; }
.tekino-site .phone-header strong { font-size: 13px; }
.tekino-site .phone-header small { color: var(--green); margin-top: 2px; font-size: 11px; }
.tekino-site .chat { flex-direction: column; gap: 10px; height: 468px; padding: 16px 12px; display: flex; }
.tekino-site .message { border-radius: 13px; max-width: 83%; padding: 11px 12px 18px; font-size: 11px; line-height: 1.45; position: relative; box-shadow: 0 2px 5px #0b223312; }
.tekino-site .message time { color: #7c8d88; font-size: 7px; position: absolute; bottom: 5px; right: 8px; }
.tekino-site .message.outgoing { background: #d8f8c9; border-bottom-right-radius: 4px; margin-left: auto; }
.tekino-site .message.incoming { background: #fff; border-bottom-left-radius: 4px; }
.tekino-site .message.short { max-width: 48%; }
.tekino-site .message.result strong { color: var(--green); margin-top: 3px; display: block; }
.tekino-site .system-result { color: #365c51; background: #e6f8f0; border: 1px solid #b8e4d0; border-radius: 12px; margin-top: 1px; padding: 10px 12px; font-size: 9px; font-weight: 700; }
.tekino-site .system-result span { color: var(--green-dark); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 3px; font-size: 8px; display: block; }
.tekino-site .phone-input { background: #fff; align-items: center; gap: 8px; height: 54px; padding: 7px 10px; display: flex; }
.tekino-site .phone-input span { color: #a0a7a3; background: #f1f2f1; border-radius: 999px; flex: 1; padding: 10px 12px; font-size: 9px; }
.tekino-site .phone-input b { background: var(--green); color: #fff; border-radius: 50%; place-items: center; width: 38px; height: 38px; display: grid; }
.tekino-site .orbit-note { z-index: 5; color: #3d5762; background: #fffffff0; border: 1px solid #0b22331a; border-radius: 12px; align-items: center; gap: 10px; padding: 11px 14px; font-size: 13px; font-weight: 800; display: flex; position: absolute; box-shadow: 0 16px 34px #0b22331c; }
.tekino-site .orbit-note span { background: var(--mint); width: 25px; height: 25px; color: var(--green); border-radius: 50%; place-items: center; font-size: 9px; display: grid; }
.tekino-site .orbit-note-two { top: 205px; right: -23px; }
.tekino-site .orbit-note-three { top: 333px; left: -56px; }
.tekino-site .proof-ribbon { border: 1px solid var(--line); background: #fff; border-bottom: 0; border-radius: 24px 24px 0 0; grid-template-columns: repeat(3, 1fr); display: grid; position: relative; box-shadow: 0 -18px 50px #0b22330d; }
.tekino-site .proof-ribbon div { border-right: 1px solid var(--line); flex-direction: column; justify-content: center; min-height: 138px; padding: 30px 38px; display: flex; }
.tekino-site .proof-ribbon div:last-child { border-right: 0; }
.tekino-site .proof-ribbon strong { color: var(--ink); letter-spacing: -.04em; font-size: 31px; }
.tekino-site .proof-ribbon span { color: var(--muted); margin-top: 7px; font-size: 13px; line-height: 1.5; }
.tekino-site .section { padding: 132px 0; }
.tekino-site .eyebrow { letter-spacing: .18em; text-transform: uppercase; margin: 0 0 22px; font-size: 12px; font-weight: 900; }
.tekino-site .eyebrow.coral { color: var(--coral); }
.tekino-site .eyebrow.mint { color: #55d8ae; }
.tekino-site .eyebrow.green { color: var(--green); }
.tekino-site .eyebrow.ink { color: var(--ink); }
.tekino-site .section-heading h2, .tekino-site .journey h2, .tekino-site .final-cta h2 { letter-spacing: -.055em; margin: 0; font-size: clamp(42px, 4.4vw, 62px); line-height: 1.04; }
.tekino-site .section-heading > p, .tekino-site .split-heading > p, .tekino-site .journey-intro > p { color: var(--muted); font-size: 17px; line-height: 1.78; }
.tekino-site .split-heading { grid-template-columns: 1.18fr .82fr; align-items: end; gap: 90px; display: grid; }
.tekino-site .split-heading > p { margin: 0 0 4px; }
.tekino-site .centered-heading { text-align: center; max-width: 850px; margin: 0 auto 64px; }
.tekino-site .centered-heading > p:last-child { max-width: 750px; margin: 28px auto 0; }
.tekino-site .foundation { background: #fff; }
.tekino-site .foundation-board { border: 1px solid var(--line); border-radius: 30px; grid-template-columns: 1fr 1fr; margin-top: 68px; display: grid; overflow: hidden; box-shadow: 0 24px 60px #0b223312; }
.tekino-site .foundation-core { background: var(--ink); color: #fff; min-height: 500px; padding: 58px; }
.tekino-site .core-label, .tekino-site .board-kicker { letter-spacing: .17em; font-size: 11px; font-weight: 900; }
.tekino-site .core-label { color: #62dbb7; }
.tekino-site .foundation-core h3 { letter-spacing: -.045em; margin: 24px 0 14px; font-size: 40px; }
.tekino-site .foundation-core > p { color: #b7c5cd; max-width: 430px; font-size: 16px; line-height: 1.65; }
.tekino-site .core-tags { flex-wrap: wrap; gap: 10px; margin-top: 48px; display: flex; }
.tekino-site .core-tags span { color: #e8f0f3; background: #ffffff0f; border: 1px solid #ffffff21; border-radius: 999px; padding: 11px 14px; font-size: 12px; }
.tekino-site .organisation-layer { background: var(--mint-soft); padding: 58px; }
.tekino-site .board-kicker { color: var(--green); }
.tekino-site .organisation-layer ul { gap: 20px; margin: 34px 0 44px; padding: 0; list-style: none; display: grid; }
.tekino-site .organisation-layer li { color: #2c4a57; align-items: flex-start; gap: 12px; font-size: 15px; line-height: 1.5; display: flex; }
.tekino-site .board-note { color: var(--green-dark); border-top: 1px solid #cce3d9; margin: 0; padding-top: 24px; font-size: 16px; font-weight: 800; line-height: 1.5; }
.tekino-site .journey { background: var(--ink); color: #fff; }
.tekino-site .journey-grid { grid-template-columns: .82fr 1.18fr; align-items: start; gap: 110px; display: grid; }
.tekino-site .journey-intro { position: sticky; top: 130px; }
.tekino-site .journey-intro > p { color: #b5c3cb; margin-top: 28px; }
.tekino-site .journey-outcome { border-left: 3px solid var(--coral); background: #ffffff0f; margin-top: 48px; padding: 26px; }
.tekino-site .journey-outcome span { color: #63d9b7; letter-spacing: .17em; font-size: 10px; font-weight: 900; display: block; }
.tekino-site .journey-outcome strong { margin-top: 10px; font-size: 17px; line-height: 1.5; display: block; }
.tekino-site .journey-steps { margin: 0; padding: 0; list-style: none; }
.tekino-site .journey-steps li { border-bottom: 1px solid #ffffff21; min-height: 190px; padding: 5px 0 44px 98px; position: relative; }
.tekino-site .journey-steps li + li { padding-top: 44px; }
.tekino-site .journey-steps li:last-child { border-bottom: 0; }
.tekino-site .journey-steps li::before { content: ""; background: #63d9b759; width: 1px; position: absolute; top: 58px; bottom: -10px; left: 29px; }
.tekino-site .journey-steps li:last-child::before { display: none; }
.tekino-site .step-number { color: #63d9b7; background: #123547; border: 1px solid #63d9b773; border-radius: 50%; place-items: center; width: 59px; height: 59px; font-size: 11px; font-weight: 900; display: grid; position: absolute; top: 0; left: 0; }
.tekino-site .journey-steps li + li .step-number { top: 39px; }
.tekino-site .journey-steps h3 { letter-spacing: -.03em; margin: 0 0 13px; font-size: 25px; }
.tekino-site .journey-steps p { color: #b5c3cb; margin: 0; font-size: 15px; line-height: 1.7; }
.tekino-site .settings { background: #f6faf8; }
.tekino-site .setting-panels { grid-template-columns: 1fr 1fr; gap: 24px; display: grid; }
.tekino-site .setting-panel { border-radius: 30px; min-height: 485px; padding: 52px; }
.tekino-site .hospital-panel { border: 1px solid var(--line); background: #fff; }
.tekino-site .clinic-panel { background: var(--coral-soft); border: 1px solid #f5d6cf; }
.tekino-site .setting-index { letter-spacing: .16em; color: var(--green); font-size: 11px; font-weight: 900; }
.tekino-site .clinic-panel .setting-index { color: var(--coral); }
.tekino-site .setting-panel h3 { letter-spacing: -.045em; max-width: 460px; margin: 36px 0 42px; font-size: 34px; line-height: 1.12; }
.tekino-site .setting-panel ul { gap: 17px; margin: 0; padding: 0; list-style: none; display: grid; }
.tekino-site .setting-panel li { color: #39535f; align-items: center; gap: 11px; font-size: 15px; display: flex; }
.tekino-site .clinic-panel .check { color: var(--coral); background: #ffdcd5; }
.tekino-site .language-note { background: var(--mint); color: #31564f; text-align: center; border-radius: 16px; max-width: 940px; margin: 44px auto 0; padding: 24px 32px; font-size: 14px; line-height: 1.6; }
.tekino-site .integrations { background: #fff; }
.tekino-site .integration-heading { align-items: end; }
.tekino-site .system-map { background: #f1f6f4; border-radius: 30px; grid-template-columns: 1fr 42px 1.08fr 42px 1fr; align-items: center; margin-top: 72px; padding: 50px; display: grid; }
.tekino-site .map-node { border: 1px solid var(--line); background: #fff; border-radius: 20px; flex-direction: column; justify-content: center; min-height: 188px; padding: 28px; display: flex; }
.tekino-site .map-node small { color: var(--green); letter-spacing: .17em; font-size: 9px; font-weight: 900; }
.tekino-site .map-node strong { margin-top: 21px; font-size: 19px; line-height: 1.25; }
.tekino-site .map-node span { color: var(--muted); margin-top: 9px; font-size: 12px; line-height: 1.45; }
.tekino-site .map-core { border-color: var(--ink); background: var(--ink); color: #fff; }
.tekino-site .map-core span { color: #b7c5cc; }
.tekino-site .map-arrow { text-align: center; color: var(--green); font-size: 25px; }
.tekino-site .control-panel { background: var(--ink); color: #fff; border-radius: 30px; grid-template-columns: .85fr 1.15fr; gap: 70px; margin-top: 24px; padding: 54px; display: grid; }
.tekino-site .control-panel h3 { letter-spacing: -.04em; margin: 0; font-size: 33px; line-height: 1.15; }
.tekino-site .control-panel ul { gap: 17px; margin: 0; padding: 0; list-style: none; display: grid; }
.tekino-site .control-panel li { color: #d7e1e5; align-items: center; gap: 12px; font-size: 14px; line-height: 1.5; display: flex; }
.tekino-site .implementation { background: var(--cream); }
.tekino-site .implementation-heading { margin-bottom: 66px; }
.tekino-site .implementation-steps { grid-template-columns: repeat(3, 1fr); gap: 22px; display: grid; }
.tekino-site .implementation-steps article { border: 1px solid var(--line); background: #fff; border-radius: 24px; min-height: 320px; padding: 38px; }
.tekino-site .implementation-steps article > span { background: var(--ink); color: #fff; border-radius: 50%; place-items: center; width: 48px; height: 48px; font-weight: 900; display: grid; }
.tekino-site .implementation-steps h3 { letter-spacing: -.03em; margin: 58px 0 16px; font-size: 22px; }
.tekino-site .implementation-steps p { color: var(--muted); margin: 0; font-size: 14px; line-height: 1.65; }
.tekino-site .after-launch { background: var(--mint); border-radius: 20px; grid-template-columns: .45fr .9fr 1.4fr; align-items: center; gap: 35px; margin-top: 22px; padding: 32px 38px; display: grid; }
.tekino-site .after-launch > span { color: var(--green); letter-spacing: .16em; font-size: 10px; font-weight: 900; }
.tekino-site .after-launch strong { font-size: 18px; }
.tekino-site .after-launch p { color: #48645f; margin: 0; font-size: 13px; line-height: 1.5; }
.tekino-site .trust-strip { border: 1px solid var(--line); background: #fff; border-radius: 22px; grid-template-columns: repeat(4, 1fr); margin-top: 78px; padding: 30px 34px; display: grid; }
.tekino-site .trust-strip div { border-right: 1px solid var(--line); padding: 5px 24px; }
.tekino-site .trust-strip div:last-child { border-right: 0; }
.tekino-site .trust-strip strong, .tekino-site .trust-strip span { display: block; }
.tekino-site .trust-strip strong { font-size: 14px; }
.tekino-site .trust-strip span { color: var(--muted); margin-top: 8px; font-size: 11px; line-height: 1.45; }
.tekino-site .final-cta { background: var(--coral-soft); color: var(--ink); padding: 100px 0; }
.tekino-site .cta-grid { grid-template-columns: 1.25fr .75fr; align-items: center; gap: 90px; display: grid; }
.tekino-site .final-cta h2 { max-width: 780px; }
.tekino-site .final-cta p:not(.eyebrow) { max-width: 750px; color: var(--muted); margin: 28px 0 0; font-size: 16px; line-height: 1.7; }
.tekino-site .cta-button { justify-self: end; min-width: 250px; }
.tekino-site footer { color: #fff; background: #071923; padding: 62px 0 28px; }
.tekino-site .footer-main { grid-template-columns: 1.4fr .8fr .4fr; align-items: start; gap: 70px; display: grid; }
.tekino-site .footer-main .brand { width: 120px; height: 36px; }
.tekino-site .footer-main .brand-logo-wrap { width: 116px; height: 49px; }
.tekino-site .footer-main p { color: #91a2ab; max-width: 440px; margin: 22px 0 0; font-size: 13px; line-height: 1.6; }
.tekino-site .footer-contact, .tekino-site .footer-links { color: #bac6cc; flex-direction: column; gap: 15px; font-size: 13px; display: flex; }
.tekino-site .footer-bottom { color: #95a8b1; border-top: 1px solid #ffffff1c; grid-template-columns: .7fr 1.3fr; gap: 70px; margin-top: 46px; padding-top: 28px; font-size: 10px; line-height: 1.5; display: grid; }
.tekino-site .footer-bottom span:last-child { text-align: right; }

@media (width <= 1050px) {
  .tekino-site .desktop-nav { display: none; }
  .tekino-site .hero-grid { grid-template-columns: 1fr .82fr; }
  .tekino-site .hero h1 { font-size: 58px; }
  .tekino-site .hero-points { flex-wrap: wrap; gap: 22px; }
  .tekino-site .orbit-note { display: none; }
  .tekino-site .split-heading { gap: 50px; }
  .tekino-site .journey-grid { gap: 60px; }
  .tekino-site .system-map { padding: 30px; }
}

@media (width <= 820px) {
  .tekino-site .shell { width: min(100% - 36px, 680px); }
  .tekino-site .site-header .button-small { display: none; }
  .tekino-site .nav-inner { height: 68px; }
  .tekino-site .hero { padding-top: 60px; }
  .tekino-site .hero-grid { grid-template-columns: 1fr; }
  .tekino-site .hero-copy { text-align: center; }
  .tekino-site .pill, .tekino-site .hero h1, .tekino-site .hero-lead { margin-left: auto; margin-right: auto; }
  .tekino-site .hero-actions, .tekino-site .hero-points { justify-content: center; }
  .tekino-site .phone-stage { min-height: 610px; margin-top: 22px; }
  .tekino-site .phone-stage::before { width: 470px; height: 470px; }
  .tekino-site .phone { transform: scale(.93); }
  .tekino-site .proof-ribbon { grid-template-columns: 1fr; }
  .tekino-site .proof-ribbon div { border-right: 0; border-bottom: 1px solid var(--line); text-align: center; min-height: auto; padding: 26px; }
  .tekino-site .proof-ribbon div:last-child { border-bottom: 0; }
  .tekino-site .section { padding: 92px 0; }
  .tekino-site .split-heading, .tekino-site .foundation-board, .tekino-site .journey-grid, .tekino-site .setting-panels, .tekino-site .control-panel, .tekino-site .cta-grid, .tekino-site .footer-main { grid-template-columns: 1fr; }
  .tekino-site .split-heading { gap: 28px; }
  .tekino-site .foundation-core, .tekino-site .organisation-layer { padding: 42px; }
  .tekino-site .journey-grid { gap: 64px; }
  .tekino-site .journey-intro { position: static; }
  .tekino-site .setting-panel { min-height: auto; }
  .tekino-site .system-map { grid-template-columns: 1fr; gap: 14px; }
  .tekino-site .map-arrow { transform: rotate(90deg); }
  .tekino-site .control-panel { gap: 38px; }
  .tekino-site .implementation-steps { grid-template-columns: 1fr; }
  .tekino-site .implementation-steps article { min-height: auto; }
  .tekino-site .implementation-steps h3 { margin-top: 36px; }
  .tekino-site .after-launch { grid-template-columns: 1fr; gap: 12px; }
  .tekino-site .trust-strip { grid-template-columns: 1fr 1fr; }
  .tekino-site .trust-strip div { border-right: 0; padding: 18px; }
  .tekino-site .cta-button { justify-self: start; }
  .tekino-site .footer-main { gap: 38px; }
  .tekino-site .footer-bottom { grid-template-columns: 1fr; gap: 16px; }
  .tekino-site .footer-bottom span:last-child { text-align: left; }
}

@media (width <= 520px) {
  .tekino-site .shell { width: min(100% - 28px, 460px); }
  .tekino-site .hero h1 { font-size: 44px; }
  .tekino-site .hero-lead { font-size: 16px; }
  .tekino-site .hero-actions { flex-direction: column; }
  .tekino-site .hero-points { flex-direction: column; align-items: center; gap: 12px; }
  .tekino-site .phone-stage { min-height: 570px; }
  .tekino-site .phone-stage::before { width: 360px; height: 360px; }
  .tekino-site .phone { transform: scale(.84); }
  .tekino-site .section-heading h2, .tekino-site .journey h2, .tekino-site .final-cta h2 { font-size: 39px; }
  .tekino-site .foundation-core, .tekino-site .organisation-layer, .tekino-site .setting-panel, .tekino-site .control-panel { padding: 30px; }
  .tekino-site .foundation-core h3 { font-size: 34px; }
  .tekino-site .setting-panel h3 { font-size: 29px; }
  .tekino-site .journey-steps li { padding-left: 76px; }
  .tekino-site .journey-steps li::before { left: 24px; }
  .tekino-site .step-number { width: 50px; height: 50px; }
  .tekino-site .system-map { padding: 18px; }
  .tekino-site .trust-strip { grid-template-columns: 1fr; }
  .tekino-site .final-cta { padding: 78px 0; }
  .tekino-site .cta-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .tekino-site .button { transition: none; }
}
