:root {
    --primary: #8b1aae;
    --primary-deep: #6a0dad;
    --primary-light: #f3e6fa;
    --secondary: #b84de0;
    --ink: #0f172a;
    --body: #334155;
    --muted: #475569;
    --surface: #ffffff;
    --surface-tint: #fcfaff;
    --border: #e8d9ef;
    --footer: #0f172a;
    --container: 1200px;
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 18px;
    --shadow: 0 18px 45px rgb(15 23 42 / 6%);
    --header-height: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 16px); }
body { min-width: 320px; margin: 0; color: var(--body); background: var(--surface); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; }
img, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-underline-offset: .16em; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--primary); outline-offset: 3px; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 8px 12px; color: #fff; background: var(--primary-deep); border-radius: var(--radius-sm); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 20; top: 0; min-height: var(--header-height); border-bottom: 1px solid rgb(15 23 42 / 8%); background: rgb(255 255 255 / 97%); transition: box-shadow 160ms ease; }
.site-header.is-scrolled { box-shadow: 0 4px 16px rgb(15 23 42 / 8%); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: var(--header-height); gap: 16px; }
.brand { display: inline-flex; flex: 0 0 auto; width: 150px; }
.brand img { width: 100%; }
.menu-toggle { position: relative; z-index: 3; display: grid; width: 44px; height: 44px; place-items: center; padding: 0; color: var(--primary-deep); background: #fff; border: 1px solid var(--border); border-radius: var(--radius-sm); }
.menu-icon { width: 21px; height: 21px; fill: none; stroke: currentcolor; stroke-width: 2; stroke-linecap: round; }
.menu-icon-close { display: none; }
.menu-toggle[aria-expanded="true"] .menu-icon-open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-icon-close { display: block; }
.primary-navigation { position: fixed; z-index: 2; top: 0; right: 0; bottom: 0; display: flex; width: min(86vw, 360px); flex-direction: column; gap: 3px; padding: 84px 24px 28px; overflow-y: auto; background: #fff; border-left: 1px solid var(--border); box-shadow: -14px 0 32px rgb(15 23 42 / 12%); opacity: 0; pointer-events: none; transform: translateX(102%); transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease; visibility: hidden; }
.primary-navigation.is-open { opacity: 1; pointer-events: auto; transform: translateX(0); visibility: visible; }
.primary-navigation > a { padding: 10px 12px; color: var(--ink); font-size: 14px; font-weight: 600; text-decoration: none; }
.primary-navigation > a:hover { color: var(--primary); background: #faf5fc; }
.menu-backdrop { position: fixed; z-index: 1; inset: 0; width: 100%; padding: 0; background: rgb(15 23 42 / 42%); border: 0; opacity: 0; pointer-events: none; transition: opacity 180ms ease, visibility 180ms ease; visibility: hidden; }

.nav-item.has-dropdown { display: flex; flex-direction: column; }
.nav-item-row { display: flex; align-items: center; }
.nav-item-row > a { flex: 1; padding: 10px 12px; color: var(--ink); font-size: 14px; font-weight: 600; text-decoration: none; }
.nav-item-row > a:hover { color: var(--primary); background: #faf5fc; }
.nav-dropdown-toggle { display: grid; flex: 0 0 auto; width: 36px; height: 36px; place-items: center; padding: 0; color: var(--muted); background: transparent; border: 0; border-radius: var(--radius-sm); }
.nav-dropdown-toggle:hover { color: var(--primary); background: #faf5fc; }
.dropdown-caret { width: 16px; height: 16px; fill: none; stroke: currentcolor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform 160ms ease; }
.nav-dropdown-toggle[aria-expanded="true"] .dropdown-caret { transform: rotate(180deg); }
.nav-dropdown { display: flex; flex-direction: column; gap: 2px; height: 0; padding-left: 14px; overflow: hidden; }
.nav-dropdown.is-open { height: auto; margin-bottom: 2px; }
.nav-dropdown > a { padding: 9px 12px; color: var(--muted); font-size: 13px; font-weight: 600; text-decoration: none; border-left: 2px solid var(--border); }
.nav-dropdown > a:hover { color: var(--primary); background: #faf5fc; border-left-color: var(--primary); }
.menu-backdrop { position: fixed; z-index: 1; inset: 0; width: 100%; padding: 0; background: rgb(15 23 42 / 42%); border: 0; opacity: 0; pointer-events: none; transition: opacity 180ms ease, visibility 180ms ease; visibility: hidden; }
.site-header.menu-open .menu-backdrop { opacity: 1; pointer-events: auto; visibility: visible; }
.mobile-menu-contact { display: grid; gap: 12px; padding: 20px 12px 0; margin-top: 13px; border-top: 1px solid var(--border); color: var(--muted); font-size: 13px; line-height: 1.55; }
.mobile-menu-label { margin: 0; color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.mobile-menu-address, .mobile-menu-email { display: flex; gap: 9px; align-items: flex-start; margin: 0; }
.mobile-menu-contact svg { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 2px; fill: var(--primary); }
.mobile-menu-email { color: var(--primary); font-weight: 600; text-decoration: none; overflow-wrap: anywhere; }
.button { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 10px 16px; color: #fff; background: var(--primary); border: 1px solid var(--primary); border-radius: var(--radius-sm); font-weight: 700; line-height: 1.25; text-decoration: none; transition: background-color 160ms ease, transform 160ms ease; }
.button:hover { background: var(--primary-deep); transform: translateY(-1px); }

.hero { position: relative; display: grid; min-height: min(730px, calc(100vh - var(--header-height))); place-items: center; overflow: hidden; isolation: isolate; background: #202020 url('/assets/images/hero/zabin-lifesciences-hero-poster.webp') center/cover no-repeat; }
.hero-media { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(1) contrast(.88) brightness(.78); }
.hero-overlay { position: absolute; z-index: -1; inset: 0; background: rgb(0 0 0 / 50%); }
.hero-content { padding-block: 80px; color: #fff; text-align: center; }
.hero h1 { max-width: 900px; margin: 0 auto; color: #fff; font-size: clamp(2.35rem, 4vw, 4rem); font-weight: 700; letter-spacing: -.035em; line-height: 1.16; }
.hero p { max-width: 790px; margin: 28px auto 32px; font-size: clamp(1rem, 1.6vw, 1.35rem); line-height: 1.55; }
.hero-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 12px 30px; color: #fff; background: var(--primary); border: 4px solid #fff; border-radius: 28px; box-shadow: 0 3px 10px rgb(0 0 0 / 20%); font-size: 17px; font-weight: 600; text-decoration: none; transition: background-color 160ms ease, transform 160ms ease; }
.hero-button:hover { background: var(--primary-deep); transform: translateY(-2px); }

.about-section, .difference-section, .quality-section, .contact-section { padding-block: 96px; }
.about-layout { display: grid; align-items: center; gap: 48px; }
.about-image { display: flex; justify-content: center; }
.about-image img { width: min(100%, 460px); border-radius: var(--radius-lg); box-shadow: 0 24px 55px rgb(15 23 42 / 15%); }
.eyebrow { margin: 0 0 12px; color: var(--primary); font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.about-copy h2, .difference-intro h2, .quality-copy h2, .contact-copy h2 { margin: 0 0 18px; color: var(--ink); font-size: clamp(2rem, 3.4vw, 2.5rem); letter-spacing: -.03em; line-height: 1.2; }
.about-copy > p, .difference-intro > p, .quality-copy > p, .contact-copy > p { margin: 0 0 20px; font-size: 17px; line-height: 1.75; }
.focus-list { display: flex; flex-wrap: wrap; gap: 12px; padding: 0; margin: 0 0 22px; list-style: none; }
.focus-list li { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; color: var(--primary); background: var(--primary-light); border-radius: 999px; font-size: 14px; font-weight: 600; }
.focus-list svg { width: 18px; height: 18px; fill: currentcolor; }
.about-philosophy { color: #1f2937; font-size: 16px !important; }

.products-section { position: relative; padding-block: 68px; overflow: hidden; background: var(--surface-tint); }
.products-section::before, .products-section::after { position: absolute; width: 220px; height: 220px; border-radius: 50%; background: rgb(139 26 174 / 5%); content: ""; pointer-events: none; }
.products-section::before { top: -110px; right: -65px; }
.products-section::after { bottom: -130px; left: -80px; }
.products-container { position: relative; z-index: 1; text-align: center; }
.products-title { display: inline-block; margin: 0 0 38px; color: var(--primary-deep); font-size: clamp(2rem, 4vw, 2.5rem); line-height: 1.2; }
.products-title::after { display: block; width: 82px; height: 4px; margin: 10px auto 0; background: linear-gradient(90deg, transparent, var(--primary), transparent); border-radius: 2px; content: ""; }
.product-rail { display: flex; gap: 22px; overflow-x: auto; padding: 16px max(10px, calc((100% - 250px) / 2)) 22px; scrollbar-color: var(--primary) rgb(139 26 174 / 12%); scrollbar-width: thin; text-align: left; scroll-behavior: smooth; scroll-padding-inline: max(10px, calc((100% - 250px) / 2)); scroll-snap-type: x mandatory; }
.product-rail::-webkit-scrollbar { height: 8px; }
.product-rail::-webkit-scrollbar-track { background: rgb(139 26 174 / 12%); border-radius: 99px; }
.product-rail::-webkit-scrollbar-thumb { background: linear-gradient(90deg, var(--primary), var(--secondary)); border-radius: 99px; }
.product-card { display: flex; flex: 0 0 250px; flex-direction: column; padding: 16px; overflow: hidden; background: #fff; border: 1px solid transparent; border-radius: var(--radius-md); box-shadow: 0 8px 18px rgb(106 13 173 / 10%); scroll-snap-align: center; transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.product-card:hover { border-color: var(--primary); box-shadow: 0 15px 30px rgb(106 13 173 / 15%); transform: translateY(-5px); }
.product-card img { width: 100%; aspect-ratio: 1; object-fit: contain; border-radius: 10px; background: #f8f8f8; }
.product-card h3 { margin: 15px 0 8px; color: var(--primary-deep); font-size: 17px; line-height: 1.3; }
.product-card p { display: -webkit-box; margin: 0; overflow: hidden; color: #666; font-size: 14px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.products-toggle { min-height: 48px; margin-top: 28px; padding: 12px 28px; color: #fff; background: linear-gradient(135deg, var(--primary), var(--secondary)); border: 0; border-radius: 999px; box-shadow: 0 5px 15px rgb(144 27 180 / 25%); font-weight: 600; transition: transform 160ms ease, box-shadow 160ms ease; }
.products-toggle:hover { box-shadow: 0 8px 20px rgb(144 27 180 / 35%); transform: translateY(-3px); }
.all-products { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; margin-top: 42px; text-align: left; }
.all-products[hidden] { display: none; }
.all-products .product-card { min-width: 0; }

.difference-section { background: #fff; }
.difference-layout { display: grid; gap: 50px; }
.difference-intro img { width: min(100%, 400px); margin-top: 24px; border-radius: 16px; box-shadow: 0 22px 55px rgb(0 0 0 / 12%); }
.difference-flow { position: relative; display: grid; gap: 24px; padding: 0 0 0 28px; margin: 0; list-style: none; }
.difference-flow::before { position: absolute; top: 3px; bottom: 3px; left: 4px; width: 2px; background: linear-gradient(to bottom, rgb(139 26 174 / 40%), rgb(139 26 174 / 5%)); content: ""; }
.difference-flow li { position: relative; }
.difference-flow li::before { position: absolute; top: 7px; left: -28px; width: 10px; height: 10px; background: var(--primary); border-radius: 50%; content: ""; }
.difference-flow h3 { margin: 0 0 4px; color: var(--ink); font-size: 18px; line-height: 1.3; }
.difference-flow p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }

.quality-section { background: linear-gradient(135deg, #f7f2fb 0%, #fff 60%); }
.quality-layout { display: grid; align-items: center; gap: 54px; }
.quality-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.quality-grid article { min-height: 172px; padding: 27px 25px; background: #fff; border: 1px solid rgb(139 26 174 / 8%); border-radius: 16px; box-shadow: var(--shadow); transition: box-shadow 180ms ease, transform 180ms ease; }
.quality-grid article:hover { box-shadow: 0 22px 50px rgb(15 23 42 / 10%); transform: translateY(-4px); }
.quality-grid h3 { margin: 0 0 8px; color: var(--ink); font-size: 17px; line-height: 1.35; }
.quality-grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.quality-copy > p { color: var(--body); }
.quality-copy > p:last-child { color: var(--muted); font-size: 16px; line-height: 1.6; }

.commitments-section { position: relative; padding-block: 96px; overflow: hidden; background: linear-gradient(135deg, #f8faff 0%, #f0e6ff 100%); }
.commitments-header { max-width: 750px; margin: 0 auto 55px; text-align: center; }
.commitments-header h2 { margin: 0 0 22px; color: var(--ink); font-size: clamp(2rem, 3.8vw, 2.65rem); letter-spacing: -.03em; line-height: 1.2; }
.commitments-header h2::after { display: block; width: 80px; height: 4px; margin: 12px auto 0; background: linear-gradient(90deg, var(--primary), var(--secondary)); border-radius: 2px; content: ""; }
.commitments-header p { margin: 0; color: var(--body); font-size: 18px; line-height: 1.7; }
.commitments-grid { display: grid; gap: 24px; }
.commitments-grid article { position: relative; padding: 36px 24px; overflow: hidden; background: linear-gradient(145deg, #fff, #f9f5ff); border: 1px solid rgb(139 26 174 / 10%); border-radius: 18px; box-shadow: 0 10px 30px rgb(106 13 173 / 8%); text-align: center; transition: box-shadow 180ms ease, transform 180ms ease; }
.commitments-grid article:hover { box-shadow: 0 20px 45px rgb(106 13 173 / 14%); transform: translateY(-7px); }
.commitment-icon { display: grid; width: 82px; height: 82px; place-items: center; margin: 0 auto 22px; background: #fff; border: 1px solid rgb(139 26 174 / 10%); border-radius: 50%; box-shadow: 0 8px 20px rgb(106 13 173 / 10%); }
.commitment-icon svg { width: 34px; height: 34px; fill: none; stroke: currentcolor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.commitment-icon--navy { color: #0b1c3d; }.commitment-icon--blue { color: #0066cc; }.commitment-icon--teal { color: #008080; }.commitment-icon--rose { color: #cc0066; }
.commitments-grid h3 { position: relative; margin: 0 0 14px; padding-bottom: 12px; color: var(--ink); font-size: 20px; line-height: 1.35; }
.commitments-grid h3::after { position: absolute; bottom: 0; left: calc(50% - 20px); width: 40px; height: 2px; background: linear-gradient(90deg, var(--primary), var(--secondary)); content: ""; }
.commitments-grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }

.contact-section { background: linear-gradient(135deg, #fff 40%, #f4eefe 100%); }
.contact-layout { display: grid; align-items: center; gap: 50px; }
.contact-card { display: grid; gap: 22px; padding: 36px 30px; background: #fff; border: 1px solid rgb(139 26 174 / 8%); border-radius: 20px; box-shadow: 0 22px 55px rgb(15 23 42 / 8%); font-style: normal; }
.contact-card > div { display: grid; grid-template-columns: 32px 1fr; gap: 14px; align-items: start; }
.contact-icon { display: grid; width: 32px; height: 32px; place-items: center; color: var(--primary); }
.contact-icon svg { width: 22px; height: 22px; fill: currentcolor; }
.contact-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.contact-card strong { color: var(--ink); font-size: 16px; }
.contact-card a { color: var(--primary); font-weight: 600; text-decoration: none; }
.contact-card a:hover { text-decoration: underline; }

.career-values { position: relative; padding-block: 96px; overflow: hidden; background: linear-gradient(135deg, #f8faff 0%, #f0e6ff 100%); }
.career-values::before { position: absolute; inset: 0; background: radial-gradient(circle at 20% 30%, rgb(106 13 173 / 5%), transparent 50%), radial-gradient(circle at 80% 70%, rgb(184 77 224 / 5%), transparent 50%); content: ""; pointer-events: none; }
.career-values > .container { position: relative; z-index: 1; }
.career-values-header { max-width: 850px; margin: 0 auto 54px; text-align: center; }
.career-values-header h1 { display: inline-block; margin: 0 0 22px; color: var(--primary-deep); font-size: clamp(2rem, 4vw, 2.65rem); letter-spacing: -.03em; line-height: 1.2; }
.career-values-header h1::after { display: block; width: 100px; height: 4px; margin: 12px auto 0; background: linear-gradient(90deg, transparent, var(--primary), transparent); border-radius: 2px; content: ""; }
.career-values-header p { margin: 0; color: #555; font-size: 18px; line-height: 1.7; }
.career-values-grid { display: grid; gap: 24px; }
.career-value-card { position: relative; padding: 34px 22px; overflow: hidden; background: #fff; border: 1px solid rgb(139 26 174 / 12%); border-radius: 18px; box-shadow: 0 10px 36px rgb(106 13 173 / 10%); text-align: center; transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.career-value-card:hover { border-color: var(--primary); box-shadow: 0 20px 45px rgb(106 13 173 / 16%); transform: translateY(-7px); }
.career-value-icon { display: grid; width: 78px; height: 78px; place-items: center; margin: 0 auto 21px; border-radius: 50%; background: #faf5fc; }
.career-value-icon svg { width: 37px; height: 37px; fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.career-value-icon--purple { color: #6a0dad; }.career-value-icon--magenta { color: #8b1aae; }.career-value-icon--violet { color: #901bb4; }.career-value-icon--rose { color: #cc0066; }
.career-value-card h2 { margin: 0 0 13px; color: var(--ink); font-size: 20px; line-height: 1.35; }
.career-value-card p { margin: 0; color: #555; font-size: 15px; line-height: 1.6; }

.career-form-section { padding-block: 112px; background: linear-gradient(135deg, #f4eefe 0%, #fff 70%); }
.career-form-wrap { max-width: 900px; text-align: center; }
.career-form-wrap.is-pending { opacity: 0; transform: translateY(32px); }
.career-form-wrap.is-revealed { opacity: 1; transform: translateY(0); transition: opacity 600ms ease, transform 600ms ease; }
.career-form-wrap h2 { margin: 0 0 20px; color: var(--ink); font-size: clamp(2.2rem, 4.5vw, 2.8rem); letter-spacing: -.035em; line-height: 1.15; }
.career-form-wrap h2 span { color: var(--primary); }
.career-form-description { max-width: 700px; margin: 0 auto 38px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.career-form-frame { overflow: hidden; background: #fff; border: 1px solid rgb(139 26 174 / 25%); border-radius: 18px; box-shadow: 0 22px 55px rgb(139 26 174 / 18%); }
.career-form-frame iframe { display: block; width: 100%; height: 1250px; border: 0; }

.site-footer { position: relative; overflow: hidden; padding-top: 72px; color: #cbd5e1; background: linear-gradient(135deg, #0a0e1a 0%, #0f172a 100%); }
.footer-grid { display: grid; gap: 40px; padding-bottom: 56px; }
.footer-brand img { width: 152px; padding: 4px; margin-bottom: 22px; background: #fff; border-radius: 6px; }
.footer-brand p { max-width: 420px; margin: 0 0 26px; color: #94a3b8; font-size: 15px; line-height: 1.7; }
.site-footer h2 { position: relative; margin: 0 0 20px; padding-bottom: 10px; color: #fff; font-size: 17px; line-height: 1.3; }
.site-footer h2::after { position: absolute; bottom: 0; left: 0; width: 40px; height: 2px; background: linear-gradient(90deg, var(--primary), #c084fc); content: ""; }
.social-links { display: flex; gap: 12px; }
.social-links a { display: grid; width: 42px; height: 42px; place-items: center; color: #cbd5e1; background: rgb(255 255 255 / 5%); border: 1px solid rgb(255 255 255 / 10%); border-radius: 50%; transition: background-color 160ms ease, transform 160ms ease; }
.social-links a:hover { color: #fff; background: var(--primary); transform: translateY(-3px); }
.social-links svg { width: 20px; height: 20px; fill: currentcolor; }
.footer-links ul { padding: 0; margin: 0; list-style: none; }
.footer-links li { display: flex; align-items: center; gap: 10px; }
.footer-links li + li { margin-top: 13px; }
.footer-links li svg { flex: 0 0 auto; width: 17px; height: 17px; fill: var(--primary); }
.footer-links a, .footer-contact a { color: #cbd5e1; font-size: 15px; text-decoration: none; }
.footer-links a:hover, .footer-contact a:hover { color: #c084fc; }
.footer-contact p { margin: 0 0 16px; color: #94a3b8; font-size: 14px; line-height: 1.7; }
.footer-contact strong { color: #fff; }
.footer-contact a { color: var(--primary); font-weight: 600; }
.footer-contact-row { display: flex; gap: 13px; align-items: flex-start; }
.footer-contact-row > span { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; color: var(--primary); background: rgb(139 26 174 / 10%); border-radius: 10px; }
.footer-contact-row svg { width: 19px; height: 19px; fill: currentcolor; }
.footer-bottom { border-top: 1px solid rgb(255 255 255 / 8%); background: rgb(0 0 0 / 20%); }
.footer-bottom-content { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 20px; padding-block: 20px; }
.footer-bottom p { margin: 0; color: #94a3b8; font-size: 14px; }
.footer-bottom a { color: var(--primary); font-weight: 600; text-decoration: none; }
.footer-bottom a:hover { color: #c084fc; }

.legal-page, .error-page { min-height: 62vh; padding-block: 80px; }
.legal-content { max-width: 820px; }.legal-content h1, .error-content h1 { color: var(--ink); }.legal-content > section { padding-block: 24px; border-bottom: 1px solid var(--border); }.legal-content > section h2 { color: var(--ink); font-size: 20px; }.legal-content > section p, .error-content > p { color: var(--muted); }.section-label { color: var(--primary); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.button-group { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }.button--secondary { color: var(--primary); background: transparent; }
.legal-document { padding-block: 60px; background: #f6f8fb; }
.legal-document-card { max-width: 1100px; padding: 48px 60px; background: #fff; border: 1px solid #e8edf3; border-radius: 12px; box-shadow: 0 12px 32px rgb(15 23 42 / 6%); }
.legal-document-header { margin-bottom: 46px; text-align: center; }.legal-document-header h1 { margin: 0 0 8px; color: var(--ink); font-size: clamp(2rem, 4vw, 2.25rem); line-height: 1.2; }.legal-document-header p { margin: 0; color: #64748b; font-size: 14px; }
.legal-document-section { margin-bottom: 38px; }.legal-document-section h2 { margin: 0 0 12px; color: var(--ink); font-size: 22px; line-height: 1.3; }.legal-document-section p { margin: 0 0 10px; color: var(--body); }.legal-document-section ul { padding-left: 20px; margin: 10px 0 0; color: var(--body); }.legal-document-section li + li { margin-top: 8px; }
.legal-info-box { padding: 24px; margin-top: 15px; background: #f1f5f9; border: 1px solid #e2e8f0; border-radius: 10px; }.legal-info-box p:last-child { margin-bottom: 0; }.legal-info-box a { color: var(--primary-deep); }
.legal-document-footer { padding-top: 20px; margin-top: 56px; color: #64748b; border-top: 1px solid #e2e8f0; font-size: 14px; text-align: center; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.hero-media { display: none; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }
