:root {
  --blue: #2563eb;
  --blue-dark: #1d4ed8;
  --blue-soft: #eff6ff;
  --green: #2ecc71;
  --green-dark: #159957;
  --navy: #0d1b2a;
  --navy-deep: #07111e;
  --ink: #0f172a;
  --slate: #475569;
  --muted: #64748b;
  --line: #e2e8f0;
  --surface: #f8fafc;
  --white: #fff;
  --radius: 16px;
  --shadow: 0 24px 70px rgba(15, 23, 42, .12);
  --font: "DM Sans", "Noto Sans SC", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
[hidden] { display: none !important; }
main { padding-top: 80px; overflow: clip; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img, svg { display: block; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p { margin-top: 0; }
::selection { color: #fff; background: var(--blue); }
:focus-visible { outline: 3px solid rgba(37, 99, 235, .32); outline-offset: 3px; }
.wrap { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.narrow { width: min(896px, calc(100% - 64px)); }
.icon { width: 20px; height: 20px; flex: 0 0 auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 80px; border-bottom: 1px solid rgba(226, 232, 240, .86); background: rgba(255, 255, 255, .86); backdrop-filter: blur(16px); transition: box-shadow .25s ease, background .25s ease; }
.site-header.scrolled { background: rgba(255, 255, 255, .96); box-shadow: 0 10px 36px rgba(15, 23, 42, .08); }
.header-inner { width: min(1280px, calc(100% - 64px)); height: 100%; margin: auto; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { position: relative; width: 38px; height: 38px; display: inline-block; border-radius: 10px; background: linear-gradient(145deg, #3676f4, #1852ca); box-shadow: 0 8px 22px rgba(37, 99, 235, .24); overflow: hidden; }
.brand-mark svg { width: 100%; height: 100%; }
.brand-letter-h, .brand-letter-c { fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3.2; }
.brand-letter-h { stroke: #fff; }
.brand-letter-c { stroke: #62e6a1; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { color: var(--navy); font-size: 19px; letter-spacing: -.55px; white-space: nowrap; }
.brand-copy small { margin-top: 4px; color: #778296; font-size: 10px; font-weight: 600; letter-spacing: .015em; white-space: nowrap; }
.desktop-nav { min-width: 0; flex: 1; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2vw, 31px); color: #27364b; font-size: 14px; font-weight: 600; }
.desktop-nav > a, .nav-dropdown > summary { white-space: nowrap; }
.desktop-nav > a:not(.nav-contact) { transition: color .2s ease; }
.desktop-nav > a:not(.nav-contact):hover, .nav-dropdown > summary:hover { color: var(--blue); }
.nav-contact { min-height: 38px; padding: 7px 17px; display: inline-flex; align-items: center; border: 1px solid #cbd5e1; border-radius: 999px; background: #fff; transition: border-color .2s ease, color .2s ease, transform .2s ease; }
.nav-contact:hover { color: var(--blue); border-color: #93b4fb; transform: translateY(-1px); }
details > summary { list-style: none; cursor: pointer; }
details > summary::-webkit-details-marker { display: none; }
.nav-dropdown { position: relative; }
.nav-dropdown > summary { height: 48px; display: flex; align-items: center; gap: 5px; cursor: pointer; }
.nav-dropdown > summary .icon, .language-switcher summary .icon { width: 15px; height: 15px; transition: transform .2s ease; }
.nav-dropdown[open] > summary .icon, .language-switcher[open] summary .icon { transform: rotate(180deg); }
.dropdown-panel, .language-panel { position: absolute; top: calc(100% + 10px); padding: 20px; border: 1px solid rgba(226, 232, 240, .9); border-radius: 17px; background: rgba(255, 255, 255, .98); box-shadow: 0 26px 74px rgba(15, 23, 42, .16); }
.dropdown-panel::before, .language-panel::before { content: ""; position: absolute; inset: -12px 0 auto; height: 12px; }
.mega-panel { left: 50%; width: 650px; transform: translateX(-42%); }
.mega-heading { padding: 0 7px 12px; color: #94a3b8; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.mega-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 10px; }
.mega-link { min-height: 61px; padding: 8px; display: flex; align-items: center; gap: 11px; border-radius: 11px; transition: background .2s ease, transform .2s ease; }
.mega-link:hover { background: #f1f5ff; transform: translateX(2px); }
.mega-icon { width: 38px; height: 38px; display: grid; flex: 0 0 auto; place-items: center; color: var(--blue); border-radius: 10px; background: #eff6ff; }
.mega-icon .icon { width: 19px; height: 19px; }
.mega-link span:last-child { min-width: 0; display: grid; line-height: 1.24; }
.mega-link strong { color: #172033; font-size: 13px; }
.mega-link small { margin-top: 3px; color: #7a879b; font-size: 10px; font-weight: 500; white-space: normal; }
.hire-panel { left: 50%; width: 386px; transform: translateX(-45%); }
.mega-link.compact { min-height: 69px; }
.header-actions { display: flex; align-items: center; gap: 11px; }
.language-switcher { position: relative; }
.language-switcher summary { width: 70px; height: 38px; padding: 0 12px; display: flex; align-items: center; justify-content: center; gap: 7px; color: #354258; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-size: 12px; font-weight: 700; }
.language-panel { right: 0; width: 175px; padding: 8px; }
.language-panel a { min-height: 39px; padding: 8px 10px; display: flex; align-items: center; justify-content: space-between; color: var(--slate); border-radius: 8px; font-size: 13px; font-weight: 600; }
.language-panel a:hover, .language-panel a.is-current { color: var(--blue); background: var(--blue-soft); }
.language-panel .icon { width: 15px; height: 15px; }
.button { min-height: 46px; padding: 11px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 11px; font-weight: 700; line-height: 1.2; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #2f6ff2, #1f59dd); box-shadow: 0 13px 28px rgba(37, 99, 235, .25); }
.button-primary:hover { box-shadow: 0 17px 34px rgba(37, 99, 235, .34); }
.button-small { min-height: 40px; padding: 9px 15px; border-radius: 10px; font-size: 13px; white-space: nowrap; }
.button-small .icon { width: 16px; height: 16px; }
.button-large { min-height: 56px; padding: 15px 25px; }
.button-ghost { color: #fff; border-color: rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .08); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: rgba(255, 255, 255, .55); background: rgba(255, 255, 255, .13); }
.button-outline { color: var(--blue); border-color: #86aaf8; background: rgba(255, 255, 255, .55); }
.button-light { color: #263752; border-color: #dbe4f2; background: #fff; }
.button-wide { width: 100%; }
.menu-toggle { width: 42px; height: 42px; padding: 0; display: none; place-items: center; border: 0; border-radius: 10px; background: #f1f5f9; cursor: pointer; }
.mobile-nav { position: absolute; inset: 80px 0 auto; max-height: calc(100vh - 80px); padding: 12px 24px 24px; overflow: auto; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .98); box-shadow: 0 24px 44px rgba(15, 23, 42, .12); }
.mobile-nav > a, .mobile-nav > details > summary { min-height: 50px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #eef2f7; font-weight: 700; }
.mobile-nav summary .icon { width: 16px; height: 16px; }
.mobile-nav details[open] summary .icon { transform: rotate(180deg); }
.mobile-subnav { padding: 8px 0 13px 15px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 3px 15px; }
.mobile-subnav a { padding: 8px 0; color: var(--slate); font-size: 13px; font-weight: 600; }
.mobile-nav .mobile-email { margin-top: 15px; color: #fff; border: 0; justify-content: center; }

.hero { position: relative; min-height: 704px; color: #fff; background: radial-gradient(circle at 74% 34%, #17375c 0, transparent 30%), linear-gradient(122deg, #07121f 0%, #0b2034 48%, #0b1827 100%); overflow: hidden; }
.hero-grid, .inner-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 55px 55px; mask-image: linear-gradient(to bottom, #000, transparent 92%); }
.hero-glow { position: absolute; width: 400px; height: 400px; border-radius: 50%; filter: blur(10px); opacity: .25; }
.glow-one { top: -220px; right: 4%; background: #2563eb; }
.glow-two { bottom: -310px; left: 22%; background: #2ecc71; }
.hero-layout { position: relative; min-height: 650px; padding: 75px 0 68px; display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(420px, .84fr); align-items: center; gap: 60px; }
.hero-copy { position: relative; z-index: 2; }
.hero-badge, .inner-kicker { width: fit-content; max-width: 100%; padding: 8px 13px; display: inline-flex; align-items: center; gap: 8px; color: #d8e8ff; border: 1px solid rgba(134, 170, 248, .28); border-radius: 999px; background: rgba(37, 99, 235, .13); font-size: 12px; font-weight: 700; letter-spacing: .025em; }
.hero-badge .icon, .inner-kicker .icon { width: 17px; height: 17px; color: #74a5ff; }
.hero h1 { max-width: 780px; margin: 22px 0 13px; display: flex; flex-wrap: wrap; column-gap: .11em; color: #fff; font-size: clamp(47px, 4.15vw, 64px); line-height: 1.08; letter-spacing: -.055em; }
.hero h1 > span { white-space: nowrap; }
.hero h1 i { font-style: normal; }
.audience-line { min-height: 36px; display: flex; align-items: center; gap: 10px; font-size: 20px; }
.audience-prefix { color: #92a4bb; }
.audience-line strong { color: #5be69d; transition: opacity .2s ease, transform .2s ease; }
.audience-line strong.changing { opacity: 0; transform: translateY(7px); }
.hero-description { max-width: 650px; margin: 20px 0 27px; color: #b8c5d4; font-size: 17px; line-height: 1.78; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.booking-link { width: fit-content; margin-top: 17px; display: flex; align-items: center; gap: 7px; color: #d7e5f6; font-size: 13px; font-weight: 700; }
.booking-link .icon { width: 16px; height: 16px; }
.booking-link .icon:last-child { width: 14px; }
.booking-link:hover { color: #fff; }
.trust-row { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 9px 18px; color: #9fb0c4; font-size: 12px; font-weight: 600; }
.trust-row span { display: flex; align-items: center; gap: 6px; }
.trust-row .icon { width: 14px; height: 14px; color: #58db94; }
.hero-visual { position: relative; height: 510px; }
.payroll-window { position: absolute; inset: 8px 10px 8px 0; border: 1px solid rgba(255, 255, 255, .13); border-radius: 20px; background: rgba(250, 253, 255, .98); box-shadow: 0 38px 80px rgba(0, 0, 0, .33); transform: perspective(1200px) rotateY(-2deg); overflow: hidden; }
.window-head { height: 62px; padding: 0 20px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #e8edf4; color: var(--ink); background: #fff; }
.window-brand { display: flex; align-items: center; gap: 7px; font-size: 14px; }
.mini-mark { width: 22px; height: 22px; display: grid; place-items: center; color: #fff; border-radius: 7px; background: linear-gradient(145deg, #3e7afa, #2356c9); font-size: 7px; font-weight: 800; letter-spacing: -.08em; }
.mini-mark::before { content: "HC"; }
.sample-label { margin-left: auto; padding: 5px 8px; color: #64748b; border-radius: 999px; background: #f1f5f9; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.window-avatar { width: 29px; height: 29px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: #263850; font-size: 9px; font-weight: 700; }
.window-body { padding: 28px; color: var(--ink); }
.total-row { display: flex; align-items: flex-end; justify-content: space-between; }
.total-row div { display: grid; }
.total-row small, .metric-grid small, .float-card small { color: #7b899c; font-size: 10px; font-weight: 600; }
.total-row strong { margin-top: 5px; font-size: 30px; letter-spacing: -.04em; }
.total-row > span { padding: 5px 9px; color: #475569; border: 1px solid #e2e8f0; border-radius: 7px; font-size: 10px; font-weight: 700; }
.progress-card { margin-top: 22px; padding: 16px; border-radius: 12px; background: #f5f8fc; }
.progress-card > div:first-child { display: flex; align-items: center; justify-content: space-between; color: #68778c; font-size: 11px; font-weight: 600; }
.progress-card strong { color: var(--blue); font-size: 14px; }
.progress-track { height: 7px; margin-top: 11px; border-radius: 99px; background: #dfe8f4; overflow: hidden; }
.progress-track i { width: 0; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, #2d6ceb, #49d995); transition: width 1.2s cubic-bezier(.2,.8,.2,1); }
.progress-track i.is-ready { width: 96%; }
.metric-grid { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.metric-grid > div { padding: 14px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 10px; border: 1px solid #e7edf5; border-radius: 12px; background: #fff; }
.metric-grid span { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; color: var(--blue); border-radius: 9px; background: var(--blue-soft); }
.metric-grid .icon { width: 17px; height: 17px; }
.metric-grid strong { font-size: 18px; }
.transaction-card { margin-top: 16px; padding: 16px; border: 1px solid #e7edf5; border-radius: 12px; }
.transaction-head { display: flex; align-items: center; justify-content: space-between; font-size: 11px; }
.transaction-head span { color: #159957; }
.person-row { margin-top: 13px; padding-top: 13px; display: flex; align-items: center; gap: 10px; border-top: 1px solid #edf1f6; }
.person-avatar { width: 34px; height: 34px; display: grid; place-items: center; color: #355989; border-radius: 50%; background: #eaf1fb; font-size: 9px; font-weight: 700; }
.person-row div { flex: 1; display: grid; line-height: 1.35; }
.person-row strong, .person-row b { font-size: 12px; }
.person-row small { color: #8491a2; font-size: 9px; }
.float-card { position: absolute; z-index: 3; padding: 12px 15px; display: flex; align-items: center; gap: 10px; color: var(--ink); border: 1px solid rgba(226, 232, 240, .9); border-radius: 12px; background: rgba(255, 255, 255, .96); box-shadow: 0 18px 38px rgba(2, 8, 23, .24); }
.float-card > .icon { width: 28px; height: 28px; padding: 6px; color: #169755; border-radius: 8px; background: #e9fbf0; }
.float-card span { display: grid; line-height: 1.25; }
.float-card strong { font-size: 12px; }
.float-card > .icon:last-child { width: 17px; height: 17px; padding: 3px; }
.float-review { top: 50px; right: -24px; }
.float-payment { bottom: 27px; left: -45px; }
.payment-dot { width: 31px; height: 31px; border-radius: 9px; background: linear-gradient(145deg, #3f7df7, #143b88); }
.hero-ticker { position: absolute; inset: auto 0 0; height: 54px; display: flex; align-items: center; border-top: 1px solid rgba(255,255,255,.08); background: rgba(3, 11, 20, .45); overflow: hidden; }
.ticker-track { width: max-content; display: flex; align-items: center; animation: ticker 28s linear infinite; }
.ticker-track span { min-width: 205px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #8396ad; font-size: 12px; font-weight: 600; }
.ticker-track .icon { width: 13px; color: #4d7fc3; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-heading { max-width: 730px; margin: 0 auto 52px; text-align: center; }
.section-heading.align-left { margin-inline: 0; text-align: left; }
.eyebrow { display: inline-block; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.section-heading h2, .final-cta h2, .page-cta h2 { margin: 11px 0 14px; color: var(--ink); font-size: clamp(34px, 3.2vw, 48px); line-height: 1.16; letter-spacing: -.045em; }
.section-heading p, .final-cta p, .page-cta p { margin-bottom: 0; color: var(--muted); font-size: 16px; }
.services-section, .process-section, .risk-section, .compliance-section { padding: 112px 0; }
.services-section { background: #eef6ff; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card { min-height: 295px; padding: 31px 28px; border: 1px solid rgba(219, 231, 246, .8); border-radius: 16px; background: #fff; box-shadow: 0 13px 36px rgba(35, 69, 117, .055); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(35, 69, 117, .11); }
.service-icon, .step-icon, .compliance-icon { width: 51px; height: 51px; display: grid; place-items: center; color: var(--blue); border-radius: 13px; background: #edf4ff; }
.service-card:nth-child(2) .service-icon { color: #16965a; background: #eafbf1; }
.service-card:nth-child(3) .service-icon { color: #7c3aed; background: #f2edff; }
.service-card:nth-child(4) .service-icon { color: #d97706; background: #fff7e6; }
.service-card h3 { margin: 28px 0 12px; font-size: 19px; line-height: 1.35; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.process-section { background: #f4f8fd; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.process-grid::before { content: ""; position: absolute; z-index: 0; top: 47px; left: 17%; right: 17%; height: 1px; background: linear-gradient(90deg, #b9cef5, #b9e7d0); }
.process-card { position: relative; z-index: 1; min-height: 310px; padding: 36px 32px; border: 1px solid #e4ebf4; border-radius: 18px; background: #fff; }
.step-number { position: absolute; top: 22px; right: 24px; color: #d8e2f0; font-size: 37px; font-weight: 800; line-height: 1; }
.step-icon { color: var(--blue); }
.process-card:nth-child(2) .step-icon { color: #159957; background: #ebfaf1; }
.process-card:nth-child(3) .step-icon { color: #7c3aed; background: #f2edff; }
.process-card h3 { margin: 27px 0 11px; font-size: 20px; }
.process-card p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.risk-section { background: #f8fafc; }
.risk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.risk-card { position: relative; min-height: 390px; padding: 42px; border-radius: 20px; overflow: hidden; }
.risk-negative { border: 1px solid #f3dce2; background: linear-gradient(145deg, #fff, #fff5f7); }
.risk-positive { color: #fff; border: 1px solid rgba(255,255,255,.08); background: linear-gradient(145deg, #122438, #091523); box-shadow: 0 28px 65px rgba(13, 27, 42, .18); }
.risk-pill { width: fit-content; padding: 7px 11px; display: flex; align-items: center; gap: 7px; color: #c7435a; border-radius: 999px; background: #ffe8ed; font-size: 11px; font-weight: 800; }
.risk-positive .risk-pill { color: #57d994; background: rgba(46, 204, 113, .12); }
.risk-pill .icon { width: 14px; height: 14px; }
.risk-card h3 { max-width: 430px; margin: 25px 0 28px; font-size: 25px; line-height: 1.3; }
.risk-card ul { display: grid; gap: 16px; }
.risk-card li { display: flex; align-items: flex-start; gap: 12px; color: #58677c; font-size: 15px; }
.risk-positive li { color: #c5d1de; }
.risk-card li .icon { width: 20px; height: 20px; padding: 3px; color: #cb475e; border-radius: 50%; background: #ffe8ed; }
.risk-positive li .icon { color: #4bda8c; background: rgba(46, 204, 113, .13); }
.shield-watermark { position: absolute; right: -53px; bottom: -75px; color: rgba(255,255,255,.035); }
.shield-watermark .icon { width: 270px; height: 270px; stroke-width: .7; }
.compliance-section { background: linear-gradient(180deg, #fff 0%, #faf9ff 100%); }
.compliance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.compliance-card { min-height: 285px; padding: 31px; border: 1px solid #e5e8ef; border-radius: 16px; background: #fafbfc; }
.compliance-icon { color: #159957; background: #eaf9f0; }
.compliance-card h3 { margin: 26px 0 10px; font-size: 19px; }
.compliance-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.compliance-note { width: fit-content; max-width: 900px; margin: 30px auto 0; padding: 13px 17px; display: flex; align-items: flex-start; gap: 9px; color: #536378; border: 1px solid #dfe7f1; border-radius: 11px; background: #fff; font-size: 12px; }
.compliance-note .icon { width: 17px; height: 17px; color: #159957; }
.final-cta { position: relative; padding: 118px 0; text-align: center; background: linear-gradient(145deg, #eff6ff, #f6f7ff 55%, #eefaf5); overflow: hidden; }
.final-cta .wrap { position: relative; z-index: 1; }
.final-cta h2 { max-width: 780px; margin-inline: auto; }
.final-cta p { max-width: 640px; margin-inline: auto; }
.final-actions { margin-top: 31px; display: flex; flex-wrap: wrap; justify-content: center; gap: 13px; }
.cta-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.cta-orb-one { width: 330px; height: 330px; top: -220px; right: 2%; background: rgba(37, 99, 235, .12); }
.cta-orb-two { width: 280px; height: 280px; bottom: -210px; left: 8%; background: rgba(46, 204, 113, .12); }

.site-footer { border-top: 1px solid #e5eaf1; background: #f8fafc; }
.footer-main { padding: 74px 0 58px; display: grid; grid-template-columns: 1.5fr 1.2fr 1fr .8fr .8fr; gap: 38px; }
.footer-brand p { max-width: 320px; margin: 23px 0 20px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.footer-mail { width: fit-content; display: flex; align-items: center; gap: 8px; color: var(--blue); font-size: 13px; font-weight: 700; }
.footer-mail .icon { width: 17px; }
.footer-column h2 { margin: 3px 0 19px; color: var(--ink); font-size: 13px; }
.footer-column ul { display: grid; gap: 10px; }
.footer-column a { color: #627187; font-size: 12px; transition: color .2s ease; }
.footer-column address { max-width: 210px; color: #627187; font-size: 12px; font-style: normal; line-height: 1.65; }
.footer-column a:hover, .region-links a:hover { color: var(--blue); }
.footer-solutions ul { grid-template-columns: 1fr; }
.region-band { padding: 31px 0; border-top: 1px solid #e5eaf1; border-bottom: 1px solid #e5eaf1; background: #f5f8fb; }
.region-band h2 { margin: 0 0 16px; font-size: 13px; }
.region-links { display: flex; flex-wrap: wrap; gap: 6px 17px; }
.region-links a { color: #6c7a8c; font-size: 11px; }
.all-regions { margin-top: 18px; display: inline-flex; color: var(--blue); font-size: 12px; font-weight: 700; }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #8290a1; font-size: 11px; }

.floating-expert { position: fixed; z-index: 900; left: 50%; bottom: 19px; min-height: 48px; padding: 11px 18px; display: flex; align-items: center; gap: 9px; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: linear-gradient(135deg, #27bc6d, #159957); box-shadow: 0 13px 36px rgba(21, 153, 87, .33); font-size: 13px; font-weight: 800; transform: translateX(-50%); transition: transform .2s ease, box-shadow .2s ease; }
.floating-expert:hover { transform: translateX(-50%) translateY(-3px); box-shadow: 0 17px 44px rgba(21,153,87,.42); }
.floating-expert .icon { width: 15px; height: 15px; }
.online-dot { width: 8px; height: 8px; border: 2px solid rgba(255,255,255,.65); border-radius: 50%; background: #b8ffd6; box-shadow: 0 0 0 4px rgba(255,255,255,.13); }
.contact-bubble, .back-top { position: fixed; z-index: 901; bottom: 24px; border: 0; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.contact-bubble { right: 25px; width: 58px; height: 58px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: linear-gradient(145deg, #3979f7, #1d56d1); box-shadow: 0 15px 38px rgba(37, 99, 235, .35); }
.contact-bubble:hover, .back-top:hover { transform: translateY(-3px); }
.contact-bubble .icon { width: 25px; height: 25px; }
.back-top { left: 24px; width: 46px; height: 46px; color: #44546a; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.95); box-shadow: 0 12px 28px rgba(15,23,42,.12); font-size: 20px; }
.contact-dialog { width: min(480px, calc(100% - 32px)); padding: 38px; color: var(--ink); border: 0; border-radius: 21px; box-shadow: 0 32px 100px rgba(2,8,23,.35); }
.contact-dialog::backdrop { background: rgba(6, 16, 29, .66); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; top: 17px; right: 17px; width: 36px; height: 36px; display: grid; place-items: center; border: 0; border-radius: 9px; background: #f1f5f9; cursor: pointer; }
.dialog-close .icon { width: 18px; height: 18px; }
.dialog-icon { width: 54px; height: 54px; display: grid; place-items: center; color: var(--blue); border-radius: 15px; background: var(--blue-soft); }
.contact-dialog h2 { margin: 22px 0 8px; font-size: 25px; line-height: 1.25; }
.contact-dialog > p { color: var(--muted); font-size: 14px; }
.email-display { margin: 23px 0 12px; padding: 8px 9px 8px 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid var(--line); border-radius: 11px; background: #f8fafc; }
.email-display span { min-width: 0; overflow: hidden; color: #34445a; font-size: 13px; font-weight: 700; text-overflow: ellipsis; }
.email-display button { padding: 7px 10px; flex: 0 0 auto; color: var(--blue); border: 0; border-radius: 7px; background: #eaf1ff; font-size: 11px; font-weight: 700; cursor: pointer; }
.toast { position: fixed; z-index: 1200; left: 50%; bottom: 85px; max-width: calc(100% - 32px); padding: 10px 15px; color: #fff; border-radius: 9px; background: #172033; box-shadow: var(--shadow); font-size: 12px; transform: translateX(-50%); }

.inner-hero { position: relative; min-height: 560px; display: flex; align-items: center; color: #fff; background: radial-gradient(circle at 77% 40%, rgba(37,99,235,.28), transparent 27%), linear-gradient(125deg, #081422, #112841 60%, #081422); overflow: hidden; }
.inner-hero.theme-purple { background: radial-gradient(circle at 77% 40%, rgba(126,69,200,.3), transparent 29%), linear-gradient(125deg, #0c1422, #311345 59%, #0b1421); }
.inner-hero.theme-green { background: radial-gradient(circle at 77% 40%, rgba(35,182,111,.26), transparent 29%), linear-gradient(125deg, #07161a, #0b3329 59%, #08161d); }
.inner-hero-layout { position: relative; padding: 86px 0; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: center; gap: 55px; }
.inner-copy { position: relative; z-index: 1; }
.inner-copy h1 { max-width: 820px; margin: 22px 0 21px; color: #fff; font-size: clamp(44px, 4.5vw, 62px); line-height: 1.05; letter-spacing: -.05em; }
.inner-copy > p { max-width: 700px; margin-bottom: 31px; color: #bdc9d7; font-size: 18px; line-height: 1.8; }
.inner-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.inner-art { position: relative; width: 340px; height: 340px; margin-left: auto; display: grid; place-items: center; }
.inner-art > span { position: relative; z-index: 2; width: 105px; height: 105px; display: grid; place-items: center; color: #83adff; border: 1px solid rgba(147,184,255,.32); border-radius: 28px; background: rgba(37,99,235,.14); box-shadow: inset 0 0 38px rgba(37,99,235,.16), 0 20px 60px rgba(0,0,0,.22); }
.inner-art > span .icon { width: 48px; height: 48px; }
.orbit { position: absolute; inset: 30px; border: 1px solid rgba(129,164,210,.2); border-radius: 50%; }
.orbit-b { inset: 72px; border-style: dashed; animation: orbit 25s linear infinite reverse; }
.inner-art > i { position: absolute; width: 12px; height: 12px; border: 3px solid rgba(255,255,255,.5); border-radius: 50%; background: var(--green); box-shadow: 0 0 23px rgba(46,204,113,.75); }
.inner-art > i:nth-of-type(1) { top: 42px; right: 75px; }
.inner-art > i:nth-of-type(2) { bottom: 48px; left: 67px; background: #5f8ff1; }
.inner-art > i:nth-of-type(3) { top: 143px; left: 4px; background: #9270ed; }
@keyframes orbit { to { transform: rotate(360deg); } }
.inner-section, .timeline-section, .assessment-section, .calculator-section, .faq-section, .blog-section, .about-section, .regions-section { padding: 108px 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-grid.four { grid-template-columns: repeat(4, 1fr); }
.feature-tile { min-height: 276px; padding: 31px; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.feature-tile:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(15,23,42,.08); }
.feature-tile > span { width: 49px; height: 49px; display: grid; place-items: center; color: var(--blue); border-radius: 13px; background: var(--blue-soft); }
.feature-tile h2, .feature-tile h3 { margin: 24px 0 10px; font-size: 18px; line-height: 1.4; }
.feature-tile p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.split-section { padding: 106px 0; background: #f8fafc; }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 75px; }
.split-copy h2 { margin: 13px 0 17px; font-size: clamp(32px, 3.2vw, 47px); line-height: 1.14; letter-spacing: -.04em; }
.split-copy > p { color: var(--muted); line-height: 1.8; }
.check-list { margin-top: 25px; display: grid; gap: 13px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; color: #405066; font-size: 14px; }
.check-list .icon { width: 20px; height: 20px; padding: 3px; color: #159957; border-radius: 50%; background: #e8f9f0; }
.information-panel { position: relative; min-height: 390px; padding: 42px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; border-radius: 22px; background: radial-gradient(circle at 85% 15%, rgba(66,126,250,.5), transparent 29%), linear-gradient(145deg, #0c1b2c, #132f4c); box-shadow: 0 25px 60px rgba(13,27,42,.18); overflow: hidden; }
.panel-icon { position: absolute; top: 38px; left: 40px; width: 65px; height: 65px; display: grid; place-items: center; color: #86adff; border-radius: 18px; background: rgba(255,255,255,.08); }
.panel-icon .icon { width: 31px; height: 31px; }
.information-panel > strong { font-size: 25px; }
.information-panel > p { margin: 10px 0 20px; color: #b6c4d3; font-size: 14px; }
.panel-stat { padding-top: 18px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #8395aa; font-size: 11px; }
.panel-stat b { color: #58dd96; letter-spacing: .12em; }
.timeline-section { background: #fff; }
.timeline { position: relative; width: min(980px, 100%); margin: auto; display: grid; gap: 20px; }
.timeline::before { content: ""; position: absolute; top: 35px; bottom: 35px; left: 29px; width: 1px; background: #ccdaf0; }
.timeline-item { position: relative; padding: 25px 30px 25px 82px; display: grid; grid-template-columns: 1fr; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.timeline-item > span { position: absolute; z-index: 1; top: 23px; left: 12px; width: 36px; height: 36px; display: grid; place-items: center; color: #fff; border: 5px solid #fff; border-radius: 50%; background: var(--blue); box-sizing: content-box; font-size: 10px; font-weight: 800; }
.timeline-item h3 { margin-bottom: 6px; font-size: 17px; }
.timeline-item p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.page-cta { padding: 83px 0; color: #fff; background: linear-gradient(125deg, #2262e7, #1d4ed8 55%, #173da5); }
.page-cta .wrap { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.page-cta .eyebrow { color: #bcd3ff; }
.page-cta h2 { margin-bottom: 8px; color: #fff; font-size: clamp(30px, 3vw, 43px); }
.page-cta p { max-width: 700px; color: #cfddf9; }
.page-cta .button { flex: 0 0 auto; color: var(--blue); background: #fff; box-shadow: 0 15px 35px rgba(12,38,97,.25); }

.core-scenario { padding: 88px 0; color: #fff; background: linear-gradient(125deg, #0b1a2b, #112c48 58%, #0b1a2b); }
.core-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.core-copy .eyebrow { color: #78a4ff; }
.core-copy h2 { margin: 13px 0 16px; color: #fff; font-size: clamp(31px, 3vw, 43px); line-height: 1.15; letter-spacing: -.04em; }
.core-copy > p { color: #b9c6d4; font-size: 15px; line-height: 1.8; }
.core-copy .check-list li { color: #cfdae6; }
.scenario-card { position: relative; min-height: 238px; padding: 32px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.055); box-shadow: inset 0 1px rgba(255,255,255,.05); }
.scenario-icon { position: absolute; top: 27px; right: 28px; width: 48px; height: 48px; display: grid; place-items: center; color: #83abff; border-radius: 13px; background: rgba(87,137,242,.15); }
.scenario-card > small { color: #7fa8fb; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.scenario-card h3 { margin: 33px 70px 8px 0; font-size: 23px; }
.scenario-card > p { color: #b7c4d2; font-size: 13px; }
.scenario-card > div { padding-top: 16px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.09); color: #8fa1b5; font-size: 11px; }
.scenario-card > div b { color: #57db94; }
.workflow-section, .guide-section, .steps-section, .comparison-section, .documents-section { padding: 104px 0; }
.workflow-section { background: #f8fafc; }
.workflow-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.workflow-card { min-height: 176px; padding: 29px; display: flex; align-items: flex-start; gap: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 8px 25px rgba(15,23,42,.035); }
.workflow-card > span { width: 48px; height: 48px; display: grid; flex: 0 0 auto; place-items: center; color: var(--blue); border-radius: 13px; background: var(--blue-soft); }
.workflow-card:nth-child(3n+2) > span { color: #159957; background: #eaf9f0; }
.workflow-card:nth-child(3n+3) > span { color: #7c3aed; background: #f2edff; }
.workflow-card h3 { margin: 2px 0 7px; font-size: 17px; }
.workflow-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.guide-section { background: #fff; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; }
.guide-card { min-height: 184px; padding: 27px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.guide-card > span { color: #aab7c8; font-size: 10px; font-weight: 800; }
.guide-card h3 { margin: 26px 0 8px; font-size: 17px; }
.guide-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.steps-section { background: #f8fafc; }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.steps-grid::before { content: ""; position: absolute; top: 24px; left: 12%; right: 12%; height: 1px; background: #ccdaf0; }
.step-card { position: relative; min-height: 230px; padding: 60px 25px 25px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.step-card > span { position: absolute; z-index: 1; top: 12px; left: 21px; width: 28px; height: 28px; display: grid; place-items: center; color: #fff; border: 5px solid #f8fafc; border-radius: 50%; background: var(--blue); box-sizing: content-box; font-size: 9px; font-weight: 800; }
.step-card h3 { margin-bottom: 10px; font-size: 16px; line-height: 1.45; }
.step-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.value-band { padding: 105px 0; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(37,99,235,.28),transparent 28%), linear-gradient(135deg,#081521,#112e4b); }
.value-band .section-heading h2 { color: #fff; }
.value-band .section-heading p { color: #aebdcd; }
.value-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-proof { min-height: 300px; padding: 33px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(255,255,255,.09); border-radius: 17px; background: rgba(255,255,255,.045); }
.value-proof > span { width: 49px; height: 49px; margin-bottom: auto; display: grid; place-items: center; color: #79a5ff; border-radius: 13px; background: rgba(78,130,237,.13); }
.value-proof strong { margin-top: 42px; font-size: 19px; line-height: 1.45; }
.value-proof p { margin: 11px 0 0; color: #9eb0c2; font-size: 12px; line-height: 1.7; }
.comparison-section { background: #fff; }
.comparison-table-wrap { width: min(1024px, 100%); margin: auto; border: 1px solid var(--line); border-radius: 17px; overflow: hidden; }
.comparison-table-wrap table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.comparison-table-wrap th, .comparison-table-wrap td { padding: 20px 23px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); font-size: 13px; }
.comparison-table-wrap thead th { color: #d8e4f1; border-color: rgba(255,255,255,.08); background: #102438; font-size: 12px; }
.comparison-table-wrap thead th:first-child { width: 22%; }
.comparison-table-wrap tbody tr:last-child > * { border-bottom: 0; }
.comparison-table-wrap tbody tr:nth-child(even) { background: #f8fafc; }
.comparison-table-wrap tbody th { color: #2b3a4e; font-size: 12px; }
.comparison-table-wrap td { color: #627186; }
.comparison-table-wrap td .icon { width: 17px; height: 17px; margin: 1px 8px 0 0; display: inline-block; vertical-align: top; color: #d44d65; }
.comparison-table-wrap td:last-child { color: #326047; background: #f2fbf6; }
.comparison-table-wrap td:last-child .icon { color: #159957; }
.documents-section { background: #f8fafc; }
.documents-layout { width: min(1050px, calc(100% - 64px)); display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.documents-copy h2 { margin: 13px 0 14px; font-size: clamp(31px,3vw,43px); line-height: 1.15; letter-spacing: -.04em; }
.documents-copy p { margin-bottom: 26px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.document-panel { padding: 31px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 20px 50px rgba(15,23,42,.07); }
.document-panel ul { display: grid; gap: 9px; }
.document-panel li { min-height: 66px; padding: 11px 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; border: 1px solid #edf1f5; border-radius: 11px; background: #fbfcfd; }
.document-panel li > .icon:first-child { width: 35px; height: 35px; padding: 8px; color: var(--blue); border-radius: 9px; background: var(--blue-soft); }
.document-panel li > .icon:last-child { width: 17px; color: #159957; }
.document-panel li span { display: grid; }
.document-panel li strong { font-size: 12px; }
.document-panel li small { color: #8996a7; font-size: 10px; }
.document-trust { margin-top: 20px; padding-top: 18px; display: flex; gap: 20px; border-top: 1px solid var(--line); color: #65748a; font-size: 10px; font-weight: 700; }
.document-trust span { display: flex; align-items: center; gap: 7px; }
.document-trust .icon { width: 15px; color: #159957; }
.solution-faq { padding-block: 104px; }

.assessment-section { background: #f8fafc; }
.assessment-layout { display: grid; grid-template-columns: 1.15fr .85fr; align-items: start; gap: 70px; }
.assessment-list { display: grid; gap: 12px; }
.assessment-list li { padding: 20px; display: flex; gap: 16px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.assessment-list li > span { width: 34px; height: 34px; display: grid; flex: 0 0 auto; place-items: center; color: var(--blue); border-radius: 9px; background: var(--blue-soft); font-size: 10px; font-weight: 800; }
.assessment-list li div { display: grid; gap: 5px; }
.assessment-list strong { font-size: 14px; }
.assessment-list small { color: var(--muted); font-size: 11px; }
.assessment-card { position: sticky; top: 112px; padding: 36px; border-radius: 20px; color: #fff; background: linear-gradient(145deg, #0e2137, #132f4f); box-shadow: var(--shadow); }
.assessment-card > span { width: 54px; height: 54px; display: grid; place-items: center; color: #81a9ff; border-radius: 14px; background: rgba(255,255,255,.08); }
.assessment-card h2 { margin: 25px 0 10px; font-size: 26px; }
.assessment-card p { color: #b9c6d4; font-size: 14px; }
.calculator-section { background: linear-gradient(180deg, #f7faff, #fff); }
.calculator-layout { width: min(1020px, calc(100% - 64px)); display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.calculator-card, .calculator-result { padding: 38px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 20px 55px rgba(15,23,42,.07); }
.form-field { margin-bottom: 19px; display: grid; gap: 7px; }
.form-field label { color: #43526a; font-size: 12px; font-weight: 700; }
.form-field input, .form-field select { width: 100%; height: 48px; padding: 0 14px; color: var(--ink); border: 1px solid #cfd9e6; border-radius: 10px; background: #fff; outline: 0; }
.form-field input:focus, .form-field select:focus { border-color: #79a0f3; box-shadow: 0 0 0 3px rgba(37,99,235,.1); }
.input-suffix { position: relative; }
.input-suffix span { position: absolute; top: 50%; right: 15px; color: #64748b; transform: translateY(-50%); }
.calculator-result { display: flex; flex-direction: column; justify-content: center; color: #fff; border: 0; background: radial-gradient(circle at 90% 5%, rgba(65,126,251,.45), transparent 31%), linear-gradient(145deg, #0d1f34, #102a46); }
.result-icon { width: 52px; height: 52px; display: grid; place-items: center; color: #8aafff; border-radius: 14px; background: rgba(255,255,255,.08); }
.calculator-result p { margin: 25px 0 4px; color: #9fb0c3; font-size: 12px; }
.calculator-result strong { font-size: 31px; letter-spacing: -.03em; }
.result-bars { height: 55px; margin: 26px 0 22px; display: flex; align-items: flex-end; gap: 8px; }
.result-bars i { width: 30%; border-radius: 5px 5px 0 0; background: linear-gradient(#4c83f3, #2860d8); }
.result-bars i:nth-child(1) { height: 45%; }
.result-bars i:nth-child(2) { height: 72%; }
.result-bars i:nth-child(3) { height: 100%; background: linear-gradient(#51de91, #159957); }
.calculator-result small { margin-bottom: 22px; color: #9aabbc; font-size: 10px; line-height: 1.6; }
.calculator-result .button-outline { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.07); }

.faq-section { background: #eff6ff; }
.faq-item { margin-bottom: 13px; border: 1px solid #dfe7f1; border-radius: 13px; background: #fff; box-shadow: 0 8px 24px rgba(30,64,112,.035); overflow: hidden; }
.faq-item summary { min-height: 68px; padding: 18px 23px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 13px; font-size: 15px; font-weight: 700; }
.faq-item summary > span { color: #a7b3c3; font-size: 10px; }
.faq-item summary .icon { width: 17px; height: 17px; color: #7a899b; transition: transform .2s ease; }
.faq-item[open] summary .icon { color: var(--blue); transform: rotate(180deg); }
.faq-item > div { padding: 0 73px 23px; }
.faq-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.faq-contact { padding: 98px 0; text-align: center; background: #fff; }
.faq-contact h2 { margin: 0 0 12px; font-size: clamp(31px,3vw,43px); letter-spacing: -.04em; }
.faq-contact p { max-width: 620px; margin: 0 auto 27px; color: var(--muted); }

.blog-section { background: #f8fafc; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 27px; }
.blog-card { border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 10px 30px rgba(15,23,42,.04); overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(15,23,42,.1); }
.blog-cover { position: relative; height: 225px; display: grid; place-items: center; color: #91b2fa; background: radial-gradient(circle at 75% 20%, rgba(68,126,245,.6), transparent 35%), linear-gradient(145deg, #0c1b2d, #163656); overflow: hidden; }
.blog-cover::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.15) 1px,transparent 1px); background-size: 32px 32px; }
.blog-cover > span { position: relative; width: 79px; height: 79px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: rgba(255,255,255,.06); }
.blog-cover .icon { width: 36px; height: 36px; }
.blog-cover i { position: absolute; left: 20px; bottom: 17px; color: #c9dcff; font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .14em; }
.cover-2 { color: #c4a7ff; background: radial-gradient(circle at 75% 20%, rgba(124,58,237,.55),transparent 35%),linear-gradient(145deg,#141125,#35205b); }
.cover-3 { color: #62e69c; background: radial-gradient(circle at 75% 20%,rgba(31,184,105,.45),transparent 35%),linear-gradient(145deg,#092118,#153b2e); }
.blog-body { padding: 27px; }
.blog-meta { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .11em; }
.blog-body h2 { margin: 13px 0 11px; font-size: 21px; line-height: 1.35; letter-spacing: -.02em; }
.blog-body h2 a:hover { color: var(--blue); }
.blog-body p { min-height: 70px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 12px; font-weight: 700; }
.text-link .icon { width: 15px; height: 15px; }

.article-hero { padding: 105px 0 90px; color: #fff; text-align: center; background: radial-gradient(circle at 80% 20%,rgba(37,99,235,.35),transparent 27%),linear-gradient(135deg,#081421,#102b47); }
.article-back { margin-bottom: 37px; display: inline-flex; color: #aebfd2; font-size: 12px; font-weight: 700; }
.article-hero .eyebrow { display: block; color: #87adff; }
.article-hero h1 { margin: 18px 0; font-size: clamp(38px, 4.5vw, 59px); line-height: 1.12; letter-spacing: -.045em; }
.article-hero p { max-width: 720px; margin: auto; color: #bdc9d6; font-size: 17px; }
.article-layout { padding: 85px 0 108px; display: grid; grid-template-columns: minmax(0, 1fr) 260px; align-items: start; gap: 75px; }
.article-content { max-width: 760px; }
.article-lead { color: #38485e; font-size: 20px; line-height: 1.8; }
.article-content section { position: relative; margin-top: 57px; padding-top: 21px; border-top: 1px solid var(--line); }
.article-number { color: #b5c1d0; font-size: 10px; font-weight: 800; }
.article-content h2 { margin: 12px 0 15px; font-size: 29px; letter-spacing: -.025em; }
.article-content p { color: var(--slate); font-size: 15px; line-height: 1.9; }
.article-aside { position: sticky; top: 112px; padding: 25px; display: grid; gap: 13px; border: 1px solid var(--line); border-radius: 15px; background: #f8fafc; }
.article-aside > span { margin-bottom: 3px; font-size: 12px; font-weight: 800; }
.article-aside > a:not(.button) { color: var(--slate); font-size: 12px; }
.article-aside > a:not(.button):hover { color: var(--blue); }
.article-aside .button { margin-top: 10px; font-size: 12px; }

.about-section { background: #f8fafc; }
.about-mission { padding: 83px 0; text-align: center; background: #fff; }
.about-mission h2 { margin: 14px 0; font-size: clamp(31px,3.2vw,46px); line-height: 1.15; letter-spacing: -.04em; }
.about-mission p { margin: 0; color: var(--muted); font-size: 16px; }
.about-statement { max-width: 810px; margin-bottom: 58px; }
.about-statement h2 { margin: 14px 0; font-size: clamp(33px,3.5vw,49px); line-height: 1.15; letter-spacing: -.045em; }
.about-statement p { color: var(--muted); font-size: 17px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-card { min-height: 285px; padding: 31px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.value-card > span { color: #b9c5d4; font-size: 11px; font-weight: 800; }
.value-card h2 { margin: 35px 0 12px; font-size: 20px; }
.value-card p { color: var(--muted); font-size: 13px; line-height: 1.8; }
.about-services { padding: 103px 0; background: #fff; }
.about-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.about-service { min-height: 280px; padding: 31px; border: 1px solid var(--line); border-radius: 16px; background: #f8fafc; }
.about-service > span { width: 50px; height: 50px; display: grid; place-items: center; color: var(--blue); border-radius: 13px; background: #eaf2ff; }
.about-service h3 { margin: 27px 0 10px; font-size: 19px; }
.about-service p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.about-method { padding: 103px 0; color: #fff; background: radial-gradient(circle at 80% 20%,rgba(37,99,235,.3),transparent 27%),linear-gradient(135deg,#081521,#102a45); }
.about-method .section-heading h2 { color: #fff; }
.about-method .section-heading p { color: #afbdcc; }
.about-principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.about-principle { min-height: 148px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.045); }
.about-principle span { color: #6f9df8; font-size: 10px; font-weight: 800; }
.about-principle strong { color: #e9f1fa; font-size: 14px; }
.regions-section { background: #f8fafc; }
.region-search { position: relative; width: min(520px, 100%); margin: 0 auto 65px; }
.region-search > .icon { position: absolute; top: 50%; left: 17px; width: 19px; height: 19px; color: #7b899c; transform: translateY(-50%); }
.region-search input { width: 100%; height: 52px; padding: 0 18px 0 49px; color: var(--ink); border: 1px solid #ccd7e5; border-radius: 12px; background: #fff; box-shadow: 0 12px 34px rgba(15,23,42,.06); outline: 0; }
.region-search input:focus { border-color: #7da4f5; box-shadow: 0 0 0 3px rgba(37,99,235,.1), 0 12px 34px rgba(15,23,42,.06); }
.region-group + .region-group { margin-top: 46px; }
.region-group-title { margin-bottom: 18px; padding-left: 14px; display: flex; align-items: center; justify-content: space-between; border-left: 3px solid var(--blue); }
.region-group-title h2 { margin: 0; font-size: 19px; }
.region-group-title span { min-width: 26px; height: 26px; display: grid; place-items: center; color: #77869a; border-radius: 999px; background: #e9eef5; font-size: 10px; font-weight: 800; }
.regions-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.region-card { min-height: 61px; padding: 13px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 10px; background: #fff; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.region-card > span { width: 30px; height: 30px; display: grid; place-items: center; color: #6f8db8; border-radius: 8px; background: #eef4fb; }
.region-card .icon { width: 15px; height: 15px; }
.region-card > .icon { width: 14px; color: #abb6c5; }
.region-card strong { font-size: 12px; }
.region-card:hover { color: var(--blue); border-color: #9dbcf9; transform: translateY(-2px); }
.region-empty { padding: 50px 0; color: var(--muted); text-align: center; }
.region-notice { padding: 30px 0; border-top: 1px solid #dce5ef; border-bottom: 1px solid #dce5ef; background: #eef6ff; }
.region-notice .wrap { display: flex; align-items: center; gap: 12px; }
.region-notice span { color: #159957; }
.region-notice p { margin: 0; color: #526278; font-size: 13px; }

.reference-overview { padding: 74px 0; border-bottom: 1px solid #e7ecf3; background: #fff; }
.reference-overview .narrow { max-width: 896px; }
.reference-overview p { margin: 17px 0 0; color: #334155; font-size: clamp(20px, 2vw, 26px); line-height: 1.7; letter-spacing: -.02em; }
.reference-reasons { padding: 104px 0; background: #f8fafc; }
.reference-reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.reference-reason { min-height: 285px; padding: 32px; border: 1px solid #e2e8f0; border-radius: 17px; background: #fff; box-shadow: 0 12px 35px rgba(15,23,42,.045); }
.reference-reason > span { width: 51px; height: 51px; display: grid; place-items: center; color: var(--blue); border-radius: 13px; background: #eaf2ff; }
.reference-reason:nth-child(2) > span { color: #159957; background: #eaf9f0; }
.reference-reason:nth-child(3) > span { color: #7c3aed; background: #f2edff; }
.reference-reason h3 { margin: 27px 0 11px; font-size: 19px; }
.reference-reason p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.82; }
.operational-focus { padding: 82px 0; color: #fff; background: radial-gradient(circle at 83% 13%, rgba(58,115,235,.33), transparent 30%), linear-gradient(125deg, #091522, #112d49 60%, #0b1927); }
.operational-focus .wrap { display: grid; grid-template-columns: 74px minmax(0, 760px); align-items: start; justify-content: center; gap: 27px; }
.operational-focus .wrap > span { width: 64px; height: 64px; display: grid; place-items: center; color: #8cb1ff; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(255,255,255,.06); }
.operational-focus small { color: #7fa6f8; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.operational-focus h2 { margin: 10px 0 11px; color: #fff; font-size: clamp(29px, 3vw, 42px); letter-spacing: -.04em; }
.operational-focus p { margin: 0; color: #b9c7d6; font-size: 15px; line-height: 1.85; }
.hiring-guide { padding: 104px 0; background: #fff; }
.hiring-guide-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 80px; }
.hiring-guide-copy h2 { margin: 13px 0 15px; font-size: clamp(31px, 3vw, 44px); line-height: 1.16; letter-spacing: -.04em; }
.hiring-guide-copy p { color: var(--muted); font-size: 15px; line-height: 1.82; }
.hiring-guide-list { display: grid; gap: 13px; }
.hiring-guide-list li { min-height: 102px; padding: 21px 24px; display: grid; grid-template-columns: 39px 1fr; align-items: center; gap: 17px; border: 1px solid var(--line); border-radius: 14px; background: #f8fafc; }
.hiring-guide-list span { width: 36px; height: 36px; display: grid; place-items: center; color: var(--blue); border-radius: 10px; background: #e8f1ff; font-size: 10px; font-weight: 800; }
.hiring-guide-list p { margin: 0; color: #44546a; font-size: 14px; line-height: 1.7; }
.related-pages { padding: 101px 0; background: #f8fafc; }
.related-pages > .wrap { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 75px; }
.related-heading h2 { margin: 13px 0 13px; font-size: clamp(31px, 3vw, 44px); letter-spacing: -.04em; }
.related-heading p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.related-link-grid { display: grid; gap: 12px; }
.related-link-grid a { min-height: 68px; padding: 18px 21px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #26364c; border: 1px solid var(--line); border-radius: 13px; background: #fff; font-size: 14px; font-weight: 700; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.related-link-grid a:hover { color: var(--blue); border-color: #9ab9f8; transform: translateX(3px); }
.related-link-grid .icon { width: 17px; height: 17px; color: var(--blue); }
.solution-next { padding: 83px 0; color: #fff; background: linear-gradient(125deg, #2768ed, #1d4ed8 56%, #173da5); }
.solution-next .wrap { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.solution-next .eyebrow { color: #bfd4ff; }
.solution-next h2 { margin: 10px 0 8px; color: #fff; font-size: clamp(31px, 3vw, 43px); letter-spacing: -.04em; }
.solution-next p { max-width: 720px; margin: 0; color: #d4e0fa; font-size: 14px; line-height: 1.75; }
.solution-next .button { flex: 0 0 auto; color: var(--blue); background: #fff; box-shadow: 0 15px 35px rgba(12,38,97,.25); }

.legal-page > header { padding: 86px 0 44px; }
.legal-page > header h1 { margin: 13px 0 10px; font-size: clamp(39px, 4.2vw, 54px); letter-spacing: -.045em; }
.legal-page > header p { max-width: 720px; margin-bottom: 13px; color: var(--muted); font-size: 16px; }
.legal-page > header small { color: #8b98a9; font-size: 11px; }
.legal-page > header .narrow { position: relative; padding-bottom: 33px; border-bottom: 1px solid var(--line); }
.legal-home { margin-bottom: 35px; display: block; color: #6b7a8f; font-size: 12px; font-weight: 700; }
.legal-home:hover { color: var(--blue); }
.legal-card-list { padding: 8px 0 20px; }
.legal-card-list > section { margin-top: 18px; padding: 32px; display: grid; grid-template-columns: 42px 1fr; gap: 20px; border: 1px solid var(--line); border-radius: 16px; background: #f8fafc; }
.legal-number { width: 37px; height: 37px; display: grid; place-items: center; color: var(--blue); border-radius: 10px; background: #e9f1ff; font-size: 10px; font-weight: 800; }
.legal-card-list h2, .gdpr-article h2 { margin-bottom: 11px; font-size: 20px; }
.legal-card-list p, .gdpr-article p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.gdpr-article { padding: 7px 0 20px; }
.gdpr-article > section { padding: 34px 0; display: grid; grid-template-columns: 42px 1fr; gap: 21px; border-bottom: 1px solid var(--line); }
.gdpr-article > section:first-child { border-top: 1px solid var(--line); }
.gdpr-article ul, .legal-card-list ul { margin-top: 15px; padding-left: 20px; display: grid; gap: 8px; color: var(--muted); font-size: 14px; line-height: 1.75; list-style: disc; }
.legal-contact { margin-top: 28px; padding: 26px 31px; display: flex; align-items: center; gap: 15px; color: #fff; border-radius: 15px; background: var(--navy); }
.legal-contact > .icon { color: #78a2fb; }
.legal-contact div { display: grid; gap: 3px; }
.legal-contact strong { font-size: 13px; }
.legal-contact a { color: #9fc0ff; font-size: 12px; }
.legal-contact address { max-width: 620px; color: #cbd7e5; font-size: 12px; font-style: normal; line-height: 1.55; }
.legal-page > .wrap:last-child { padding-bottom: 105px; }

.will-reveal { opacity: 0; transform: translateY(18px); }
.will-reveal.is-visible { opacity: 1; transform: translateY(0); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }

@media (max-width: 1120px) {
  .desktop-nav { gap: 16px; }
  .brand-copy small { display: none; }
  .hero-layout { grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); gap: 35px; }
  .hero h1 { font-size: 51px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 255px; }
  .regions-grid { grid-template-columns: repeat(4, 1fr); }
  .feature-grid.four { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1.35fr 1.1fr 1fr 1fr; }
  .footer-brand { grid-column: span 4; }
}

@media (max-width: 930px) {
  .wrap, .header-inner { width: min(100% - 48px, 1280px); }
  .desktop-nav, .desktop-email { display: none; }
  .header-actions { margin-left: auto; }
  .menu-toggle { display: grid; }
  .hero { min-height: 1120px; }
  .hero-layout { min-height: 1065px; padding-top: 66px; grid-template-columns: 1fr; align-content: start; gap: 48px; }
  .hero-copy { max-width: 740px; }
  .hero-visual { width: min(560px, 100%); margin: 0 auto; }
  .payroll-window { inset-inline: 30px; }
  .float-review { right: 0; }
  .float-payment { left: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid::before { display: none; }
  .process-card { min-height: 250px; }
  .risk-grid, .split-layout, .assessment-layout, .calculator-layout { grid-template-columns: 1fr; }
  .assessment-card, .article-aside { position: static; }
  .compliance-grid, .feature-grid, .value-grid { grid-template-columns: 1fr 1fr; }
  .inner-hero-layout { grid-template-columns: 1fr; }
  .inner-art { position: absolute; right: 0; opacity: .38; }
  .inner-copy { max-width: 730px; }
  .article-layout { grid-template-columns: 1fr; gap: 45px; }
  .article-aside { grid-template-columns: repeat(3, 1fr); }
  .article-aside > span, .article-aside .button { grid-column: 1 / -1; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-card:first-child { grid-column: span 2; }
  .regions-grid { grid-template-columns: repeat(3, 1fr); }
  .page-cta .wrap { align-items: flex-start; flex-direction: column; }
  .core-layout, .documents-layout { grid-template-columns: 1fr; }
  .workflow-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid::before { display: none; }
  .value-proof-grid { grid-template-columns: 1fr; }
  .value-proof { min-height: 220px; }
  .about-service-grid { grid-template-columns: 1fr; }
  .about-principle-grid { grid-template-columns: repeat(2, 1fr); }
  .reference-reason-grid { grid-template-columns: 1fr; }
  .reference-reason { min-height: 0; }
  .hiring-guide-layout, .related-pages > .wrap { grid-template-columns: 1fr; gap: 42px; }
  .solution-next .wrap { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  main { padding-top: 72px; }
  .site-header { height: 72px; }
  .header-inner, .wrap, .narrow, .calculator-layout { width: calc(100% - 32px); }
  .brand { gap: 8px; }
  .brand-mark { width: 34px; height: 34px; border-radius: 9px; }
  .brand-copy strong { font-size: 17px; }
  .language-switcher summary { width: 54px; height: 36px; padding-inline: 9px; }
  .mobile-nav { inset-block-start: 72px; padding-inline: 16px; max-height: calc(100vh - 72px); }
  .mobile-subnav { grid-template-columns: 1fr; }
  .hero { min-height: 995px; }
  .hero-layout { min-height: 940px; padding: 48px 0 52px; gap: 39px; }
  .hero-badge { font-size: 10px; line-height: 1.45; }
  .hero h1 { margin-top: 18px; font-size: 39px; line-height: 1.1; letter-spacing: -.045em; }
  .audience-line { align-items: flex-start; flex-direction: column; gap: 1px; font-size: 17px; }
  .hero-description { font-size: 14px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .booking-link { margin-top: 14px; }
  .trust-row { display: none; }
  .hero-visual { height: 390px; }
  .payroll-window { inset: 0; border-radius: 16px; transform: none; }
  .window-head { height: 51px; padding-inline: 14px; }
  .window-body { padding: 18px; }
  .total-row strong { font-size: 24px; }
  .progress-card { margin-top: 15px; padding: 12px; }
  .metric-grid { margin-top: 10px; gap: 8px; }
  .metric-grid > div { padding: 10px; }
  .metric-grid span { display: none; }
  .transaction-card { margin-top: 10px; padding: 12px; }
  .float-card { display: none; }
  .ticker-track span { min-width: 165px; }
  .services-section, .process-section, .risk-section, .compliance-section, .inner-section, .timeline-section, .assessment-section, .calculator-section, .faq-section, .blog-section, .about-section, .regions-section { padding: 76px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .final-cta h2, .page-cta h2 { font-size: 33px; }
  .section-heading p { font-size: 14px; }
  .service-grid, .compliance-grid, .feature-grid, .feature-grid.four, .value-grid, .blog-grid { grid-template-columns: 1fr; }
  .service-card, .process-card, .compliance-card, .feature-tile, .value-card { min-height: 0; padding: 26px; }
  .process-card { padding-top: 31px; }
  .risk-card { min-height: 0; padding: 30px 24px; }
  .risk-card h3 { font-size: 21px; }
  .final-cta { padding: 83px 0; }
  .final-actions { flex-direction: column; }
  .final-actions .button { width: 100%; }
  .footer-main { padding: 58px 0 43px; grid-template-columns: 1fr; gap: 37px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { padding: 18px 0; flex-direction: column; justify-content: center; text-align: center; }
  .floating-expert { max-width: calc(100% - 150px); min-height: 45px; padding: 10px 15px; font-size: 11px; white-space: nowrap; }
  .contact-bubble { right: 16px; bottom: 17px; width: 52px; height: 52px; }
  .back-top { left: 16px; bottom: 20px; width: 43px; height: 43px; }
  .contact-dialog { padding: 30px 22px 24px; }
  .inner-hero { min-height: 570px; }
  .inner-hero-layout { padding: 65px 0; }
  .inner-copy h1 { font-size: 38px; }
  .inner-copy > p { font-size: 15px; }
  .inner-actions { flex-direction: column; }
  .inner-actions .button { width: 100%; }
  .inner-art { right: -115px; bottom: -20px; width: 300px; height: 300px; opacity: .2; }
  .split-section { padding: 76px 0; }
  .split-layout { gap: 45px; }
  .information-panel { min-height: 330px; padding: 31px 25px; }
  .panel-icon { top: 27px; left: 25px; }
  .timeline-item { padding: 22px 20px 22px 69px; }
  .page-cta { padding: 67px 0; }
  .page-cta .button { width: 100%; }
  .assessment-card, .calculator-card, .calculator-result { padding: 27px 22px; }
  .calculator-result strong { font-size: 25px; }
  .faq-item summary { padding: 17px; grid-template-columns: 27px 1fr auto; font-size: 14px; }
  .faq-item > div { padding: 0 57px 20px; }
  .blog-card:first-child { grid-column: auto; }
  .blog-cover { height: 205px; }
  .article-hero { padding: 75px 0 70px; }
  .article-hero h1 { font-size: 37px; }
  .article-layout { padding: 65px 0 80px; }
  .article-aside { grid-template-columns: 1fr; }
  .article-aside .button, .article-aside > span { grid-column: auto; }
  .regions-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .region-card { min-height: 55px; padding: 10px; }
  .region-card > span { display: none; }
  .reference-overview { padding: 58px 0; }
  .reference-overview p { font-size: 19px; }
  .reference-reasons, .hiring-guide, .related-pages { padding: 76px 0; }
  .reference-reason { padding: 26px 23px; }
  .operational-focus { padding: 68px 0; }
  .operational-focus .wrap { grid-template-columns: 1fr; gap: 20px; }
  .hiring-guide-list li { padding: 19px; grid-template-columns: 36px 1fr; }
  .solution-next { padding: 68px 0; }
  .solution-next .button { width: 100%; }
  .legal-page > header { padding: 65px 0 35px; }
  .legal-home { margin-bottom: 28px; }
  .legal-card-list > section, .gdpr-article > section { padding: 25px 20px; grid-template-columns: 1fr; }
  .gdpr-article > section { padding-inline: 0; }
  .legal-contact { padding: 23px 20px; }
  .legal-page > .wrap:last-child { padding-bottom: 76px; }
  .core-scenario, .workflow-section, .guide-section, .steps-section, .comparison-section, .documents-section, .solution-faq { padding: 76px 0; }
  .core-layout, .documents-layout { width: calc(100% - 32px); gap: 43px; }
  .scenario-card { min-height: 245px; padding: 26px 22px; }
  .workflow-card { min-height: 0; padding: 23px; flex-direction: column; }
  .guide-grid, .steps-grid, .value-proof-grid { grid-template-columns: 1fr; }
  .guide-card, .step-card, .value-proof { min-height: 0; padding: 25px; }
  .step-card { padding-top: 62px; }
  .comparison-table-wrap { overflow-x: auto; }
  .comparison-table-wrap table { min-width: 620px; }
  .comparison-table-wrap th, .comparison-table-wrap td { padding: 17px 15px; }
  .document-panel { padding: 20px 15px; }
  .document-panel li { grid-template-columns: auto 1fr; }
  .document-panel li > .icon:last-child { display: none; }
  .document-trust { align-items: flex-start; flex-direction: column; gap: 9px; }
  .faq-contact { padding: 72px 0; }
  .about-mission, .about-services, .about-method { padding: 76px 0; }
  .about-principle-grid { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .site-header .brand-copy { display: none; }
}

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