:root {
  --blue: #0a58c9;
  --blue-deep: #063a8b;
  --blue-soft: #eaf3ff;
  --ink: #142033;
  --muted: #617086;
  --line: #dce6f2;
  --surface: #f6f9fd;
  --gold: #d4af37;
  --white: #fff;
  --shadow: 0 18px 50px rgba(24, 67, 126, .11);
  --container: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Microsoft YaHei", "PingFang SC", system-ui, -apple-system, sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
body.menu-open::after { content: ""; position: fixed; inset: 70px 0 0; z-index: 90; background: rgba(5, 23, 50, .34); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 16px; color: #fff; background: var(--blue); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; height: 82px; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(216,227,240,.9); backdrop-filter: blur(16px); transition: box-shadow .25s, height .25s; }
.site-header.is-scrolled { box-shadow: 0 8px 28px rgba(24, 66, 124, .09); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: flex; align-items: center; gap: 12px; flex: 0 1 auto; min-width: 0; }
.brand img { width: 45px; height: 45px; flex: none; }
.brand-copy { min-width: 0; }
.brand-copy strong, .brand-copy small { display: block; white-space: nowrap; }
.brand-copy strong { font-size: 18px; line-height: 1.35; letter-spacing: .015em; }
.brand-copy small { margin-top: 2px; color: #526276; font-size: 8.5px; letter-spacing: .01em; }
.primary-nav { display: flex; align-items: center; gap: 31px; }
.primary-nav a { position: relative; padding: 29px 0 27px; color: #344155; font-size: 15px; white-space: nowrap; transition: color .2s; }
.primary-nav a:not(.nav-contact)::after { content: ""; position: absolute; right: 50%; bottom: 19px; left: 50%; height: 2px; background: var(--blue); transition: inset .25s; }
.primary-nav a:hover, .primary-nav a:focus-visible, .primary-nav a.is-active { color: var(--blue); }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after, .primary-nav a.is-active::after { right: 2px; left: 2px; }
.primary-nav .nav-contact { padding: 10px 17px; color: var(--blue); border: 1px solid #b7d1f4; border-radius: 7px; }
.primary-nav .nav-contact:hover { color: #fff; background: var(--blue); border-color: var(--blue); }
.menu-toggle { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; padding: 0; color: var(--blue); background: var(--blue-soft); border: 0; border-radius: 8px; cursor: pointer; }
.menu-toggle svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.menu-close { display: none; }
.menu-toggle[aria-expanded="true"] .menu-open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-close { display: block; }

.hero { position: relative; min-height: 680px; display: flex; align-items: stretch; overflow: hidden; background: #fff; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.93) 35%, rgba(255,255,255,.35) 57%, transparent 77%); }
.hero-grid { position: absolute; inset: 0 55% 0 0; z-index: -1; opacity: .28; background-image: linear-gradient(rgba(10,88,201,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(10,88,201,.07) 1px, transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(90deg, #000, transparent); }
.hero-inner { display: flex; align-items: center; padding-block: 82px 88px; }
.hero-copy { width: min(660px, 53%); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--blue); font-size: 15px; font-weight: 700; letter-spacing: .09em; }
.eyebrow span { width: 28px; height: 3px; background: var(--blue); }
.hero h1 { margin: 0; color: #111c2d; font-size: clamp(44px, 4.35vw, 68px); line-height: 1.14; letter-spacing: -.035em; }
.hero-description { max-width: 630px; margin: 28px 0 36px; color: #405169; font-size: 17px; line-height: 2; text-align: justify; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.button { min-width: 164px; height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 24px; border: 1px solid var(--blue); border-radius: 7px; font-size: 15px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 10px 24px rgba(10,88,201,.24); }
.button-primary:hover { background: var(--blue-deep); box-shadow: 0 13px 30px rgba(10,88,201,.3); }
.button-secondary { color: var(--blue); background: rgba(255,255,255,.8); }
.button-secondary:hover { background: var(--blue-soft); }

.credentials { position: relative; z-index: 2; overflow: hidden; padding: 54px 0 58px; color: #fff; background: linear-gradient(118deg, #061c43 0%, #073d88 52%, #0a58c9 100%); box-shadow: 0 16px 42px rgba(16,54,108,.15); }
.credentials::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(circle at 85% 18%, #fff 0 1px, transparent 1.5px), linear-gradient(115deg, transparent 38%, rgba(255,255,255,.18) 38.3%, transparent 38.7%); background-size: 22px 22px, 260px 260px; }
.credential-wrap { position: relative; display: grid; grid-template-columns: 220px minmax(0, 1fr); align-items: center; gap: 30px; }
.credential-heading p { margin: 0 0 9px; color: #e6c96d; font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.credential-heading h2 { margin: 0; font-size: 34px; line-height: 1.35; letter-spacing: -.02em; }
.credential-heading span { display: block; margin-top: 8px; color: #bdd2ee; font-size: 14px; }
.credential-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 13px; }
.credential-item { min-width: 0; min-height: 134px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 13px; padding: 20px 17px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.2); border-radius: 9px; box-shadow: inset 0 1px 0 rgba(255,255,255,.1); transition: transform .25s, background .25s, border-color .25s; }
.credential-item:hover { transform: translateY(-4px); background: rgba(255,255,255,.14); border-color: rgba(230,201,109,.6); }
.credential-icon { width: 50px; height: 50px; flex: none; display: grid; place-items: center; color: #f1ce67; background: rgba(212,175,55,.12); border: 1px solid rgba(236,203,100,.58); border-radius: 50%; box-shadow: 0 0 0 5px rgba(212,175,55,.06); }
.credential-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.55; }
.credential-item strong, .credential-item small { display: block; }
.credential-item strong { color: #fff; font-size: 17px; line-height: 1.45; }
.credential-item small { margin-top: 5px; color: #bdd0e9; font-size: 12px; line-height: 1.5; }

.section { padding: 104px 0; }
.section-heading { margin-bottom: 38px; }
.section-heading p, .strength-heading p, .partner-heading p, .contact-copy > p { margin: 0 0 8px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.section-heading h2, .strength-heading h2, .partner-heading h2, .contact-copy h2 { position: relative; margin: 0; padding-left: 17px; color: var(--ink); font-size: 34px; line-height: 1.4; letter-spacing: -.02em; }
.section-heading h2::before, .strength-heading h2::before, .partner-heading h2::before, .contact-copy h2::before { content: ""; position: absolute; top: .25em; bottom: .25em; left: 0; width: 4px; background: var(--blue); border-radius: 3px; }
.section-heading > span { display: block; margin-top: 11px; color: var(--muted); font-size: 16px; line-height: 1.75; }

.business { background: linear-gradient(180deg, #fff 0%, #f8fbff 100%); }
.business-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.business-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; padding: 32px 32px 0; background: #fff; border: 1px solid #d6e3f2; border-radius: 9px; box-shadow: 0 10px 32px rgba(35,77,134,.07); transition: transform .3s, border-color .3s, box-shadow .3s; }
.business-card:hover { transform: translateY(-6px); border-color: #9fc3f4; box-shadow: var(--shadow); }
.business-card-top { display: flex; align-items: center; justify-content: space-between; }
.business-icon { width: 54px; height: 54px; display: grid; place-items: center; color: var(--blue); background: var(--blue-soft); border-radius: 11px; }
.business-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.business-number { color: #e3ebf6; font-size: 39px; font-weight: 800; }
.business-card h3 { margin: 20px 0 13px; font-size: 25px; }
.business-card > p { min-height: 92px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.9; }
.business-card ul { display: flex; flex-wrap: wrap; gap: 9px 16px; margin: 20px 0 25px; padding: 0; color: #415269; list-style: none; font-size: 14px; }
.business-card li::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 7px 2px 0; background: var(--blue); border-radius: 50%; }
.business-card figure { height: 216px; flex: none; margin: auto -32px 0; overflow: hidden; background: #eff5fc; border-top: 1px solid #e6eef8; }
.business-card figure img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .6s; }
.business-card:hover figure img { transform: scale(1.035); }

.strength { padding: 78px 0 84px; background: #fff; }
.strength-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 35px; }
.strength-heading > span { color: #8b97a8; font-size: 12px; }
.stat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 38px; }
.stat-item { text-align: center; }
.stat-item div { position: relative; width: 150px; height: 126px; display: grid; place-items: center; margin: 0 auto 10px; }
.stat-item div::before, .stat-item div::after { content: ""; position: absolute; inset: 4px 15px; border: 1px solid rgba(212,175,55,.35); border-radius: 48% 52% 45% 55%; transform: rotate(25deg); }
.stat-item div::after { inset: 9px 8px; border-color: rgba(224,182,87,.2); transform: rotate(-24deg); }
.stat-item strong { position: relative; z-index: 1; color: #c8943e; font-family: Georgia, serif; font-size: 48px; line-height: 1; }
.stat-item p { margin: 0; font-size: 16px; font-weight: 700; }

.products { background: var(--surface); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.product-card { overflow: hidden; background: #fff; border: 1px solid #dbe6f2; border-radius: 9px; box-shadow: 0 8px 28px rgba(23,62,117,.06); transition: transform .3s, box-shadow .3s; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-card > figure { height: 260px; margin: 0; overflow: hidden; background: #edf5ff; }
.product-card > figure > img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .6s; }
.product-card:hover > figure > img { transform: scale(1.04); }
.product-body { padding: 28px 29px 30px; }
.product-kicker { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.product-body h3 { min-height: 61px; margin: 9px 0 11px; font-size: 22px; line-height: 1.45; }
.product-body p { min-height: 86px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 17px; }
.tag-list span { padding: 7px 14px; color: var(--blue); background: #f4f8ff; border: 1px solid #cbdff8; border-radius: 18px; font-size: 12px; }
.ai-visual { position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 52%, #d9eaff 0 12%, transparent 13%), radial-gradient(circle at center, #fff 0%, #eaf4ff 48%, #d8e9fc 100%) !important; }
.ai-visual::before { content: ""; position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(rgba(10,88,201,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(10,88,201,.09) 1px, transparent 1px); background-size: 28px 28px; transform: perspective(400px) rotateX(58deg) scale(1.5) translateY(33%); }
.ai-orbit { position: absolute; border: 1px solid rgba(10,88,201,.33); border-radius: 50%; }
.orbit-one { width: 220px; height: 90px; transform: rotate(10deg); }
.orbit-two { width: 180px; height: 155px; transform: rotate(-38deg); }
.ai-chip { position: relative; z-index: 2; width: 96px; height: 96px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #176ee4, #073a8c); border: 8px solid rgba(255,255,255,.86); border-radius: 28px; box-shadow: 0 14px 36px rgba(10,88,201,.35); }
.ai-chip svg { position: absolute; width: 47px; height: 47px; opacity: .32; fill: none; stroke: currentColor; stroke-width: 1.3; }
.ai-chip b { position: relative; font-size: 28px; }
.ai-node { position: absolute; z-index: 3; width: 9px; height: 9px; background: #2a7ee8; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #2a7ee8; }
.node-one { top: 41px; left: 82px; }.node-two { right: 72px; bottom: 43px; }.node-three { top: 54px; right: 106px; }

.cases { position: relative; overflow: hidden; background: #092d63; }
.cases::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(circle at 12% 20%, #3c93ff 0 1px, transparent 2px), linear-gradient(120deg, transparent 38%, rgba(105,174,255,.16) 38.5%, transparent 39%); background-size: 24px 24px, 230px 230px; }
.cases .container { position: relative; }
.section-heading-light p { color: #75b2ff; }
.section-heading-light h2 { color: #fff; }
.section-heading-light h2::before { background: #4e9bff; }
.section-heading-light > span { color: #b7cae2; }
.case-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.case-card { overflow: hidden; background: rgba(255,255,255,.98); border: 1px solid rgba(255,255,255,.17); border-radius: 8px; transition: transform .3s; }
.case-card:hover { transform: translateY(-5px); }
.case-card > img { width: 100%; height: 190px; object-fit: cover; object-position: top center; }
.case-card > div { padding: 25px 24px 28px; }
.case-card span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.case-card h3 { min-height: 57px; margin: 9px 0 9px; font-size: 19px; line-height: 1.55; }
.case-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }

.partners { padding: 88px 0 94px; background: #fff; }
.partner-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 30px; }
.partner-heading > span { color: var(--muted); font-size: 15px; }
.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.partner-grid figure { height: 112px; display: grid; place-items: center; margin: 0; padding: 19px 28px; overflow: hidden; background: #fff; border: 1px solid #d9e4ef; border-radius: 8px; box-shadow: 0 7px 24px rgba(25,66,120,.05); }
.partner-grid img { max-width: 100%; max-height: 70px; object-fit: contain; filter: saturate(.9); transition: filter .2s, transform .2s; }
.partner-grid figure:hover img { filter: none; transform: scale(1.04); }

.contact { padding: 74px 0; color: #fff; background: linear-gradient(110deg, #071f44, #073b83 68%, #0a58c9); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(590px, 1fr); align-items: center; gap: 56px; }
.contact-copy > p { color: #78b9ff; }
.contact-copy h2 { color: #fff; }
.contact-copy h2::before { background: #5da8ff; }
.contact-copy > span { display: block; margin-top: 11px; color: #c1d2e7; font-size: 16px; }
.contact address { display: grid; gap: 13px; margin-top: 28px; font-style: normal; }
.contact address a { width: fit-content; display: flex; align-items: flex-start; gap: 13px; color: #dce9f8; font-size: 15px; line-height: 1.8; }
.contact address svg { width: 19px; height: 19px; flex: none; margin-top: 2px; fill: none; stroke: #6bb1ff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.contact address b { margin-right: 12px; color: #fff; }
.contact-follow { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; overflow: hidden; padding: 26px; background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.06)); border: 1px solid rgba(255,255,255,.22); border-radius: 14px; box-shadow: 0 18px 45px rgba(0,20,55,.22), inset 0 1px 0 rgba(255,255,255,.1); }
.contact-follow::before { content: ""; position: absolute; top: -80px; left: -70px; width: 230px; height: 230px; background: radial-gradient(circle, rgba(62,152,255,.28), transparent 68%); pointer-events: none; }
.contact-follow-copy { position: relative; min-width: 0; }
.follow-brand { display: flex; align-items: center; gap: 13px; }
.follow-brand img { width: 60px; height: 60px; flex: none; filter: drop-shadow(0 7px 15px rgba(0,0,0,.2)); }
.follow-brand strong, .follow-brand small { display: block; }
.follow-brand strong { color: #fff; font-size: 18px; letter-spacing: .08em; }
.follow-brand small { margin-top: 4px; color: #8fc6ff; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.contact-follow h3 { margin: 22px 0 7px; font-size: 23px; line-height: 1.4; }
.contact-follow-copy > p { margin: 0; color: #bfd5ee; font-size: 14px; }
.follow-qr-group { position: relative; display: grid; grid-template-columns: repeat(2, 116px); gap: 12px; }
.follow-qr { position: relative; display: grid; grid-template-columns: 96px; justify-content: center; justify-items: center; gap: 7px; margin: 0; padding: 10px 10px 11px; color: var(--ink); background: #fff; border-radius: 10px; box-shadow: 0 12px 28px rgba(0,18,48,.2); }
.follow-qr img { width: 96px; height: 96px; object-fit: contain; }
.follow-qr strong, .follow-qr span { display: block; text-align: center; white-space: nowrap; }
.follow-qr strong { font-size: 12px; }.follow-qr span { margin-top: 3px; color: var(--muted); font-size: 9px; }
.site-footer { color: #7b899b; background: #06162f; border-top: 1px solid rgba(255,255,255,.07); }
.footer-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand img { width: 33px; height: 33px; filter: brightness(2.5) grayscale(1); opacity: .86; }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand strong { color: #c3cede; font-size: 12px; }.footer-brand small { margin-top: 3px; font-size: 7px; }
.footer-inner p { margin: 0; font-size: 11px; text-align: right; }
.footer-inner a:hover { color: #b9d9ff; }

:focus-visible { outline: 3px solid rgba(10,88,201,.32); outline-offset: 3px; }

@media (max-width: 1120px) {
  .brand-copy strong { font-size: 15px; }
  .primary-nav { gap: 19px; }
  .credential-wrap { grid-template-columns: 1fr; gap: 25px; }
  .credential-heading span { margin-top: 5px; }
  .credential-grid { grid-template-columns: repeat(3, 1fr); }
  .case-grid { grid-template-columns: repeat(2, 1fr); }
  .case-card > img { height: 230px; }
  .contact-grid { grid-template-columns: minmax(0, 1fr) minmax(540px, .95fr); gap: 32px; }
}

@media (max-width: 930px) {
  .site-header { height: 70px; }
  .brand img { width: 40px; height: 40px; }
  .menu-toggle { display: flex; }
  .primary-nav { position: absolute; top: 69px; right: 0; left: 0; z-index: 110; width: 100%; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 9px 24px 16px; background: #fff; box-shadow: 0 18px 36px rgba(20,52,99,.18); transform: translateY(-12px); opacity: 0; visibility: hidden; pointer-events: none; isolation: isolate; transition: transform .25s, opacity .25s, visibility .25s; }
  .primary-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .primary-nav a, .primary-nav .nav-contact { padding: 17px 5px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; font-size: 15px; }
  .primary-nav a::after { display: none; }
  .primary-nav .nav-contact:hover { color: var(--blue); background: transparent; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-follow { width: min(100%, 760px); }
  .hero { min-height: 600px; }
  .hero-copy { width: 61%; }
  .hero-description { font-size: 16px; }
  .business-grid, .product-grid { grid-template-columns: 1fr; }
  .business-card { display: grid; grid-template-columns: 1fr 43%; grid-template-rows: auto auto auto 1fr; column-gap: 32px; padding-bottom: 30px; }
  .business-card-top, .business-card h3, .business-card > p, .business-card ul { grid-column: 1; }
  .business-card > p { min-height: 0; }
  .business-card figure { grid-column: 2; grid-row: 1 / 5; height: 100%; min-height: 300px; margin: -32px -32px -30px 0; border: 0; border-left: 1px solid #e6eef8; }
  .product-card { display: grid; grid-template-columns: 42% 1fr; }
  .product-card > figure { height: auto; min-height: 320px; }
  .product-body h3, .product-body p { min-height: 0; }
  .partner-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 68px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .brand-copy strong { max-width: 230px; overflow: hidden; font-size: 14px; text-overflow: ellipsis; }
  .brand-copy small { display: none; }
  .hero { min-height: auto; display: flex; flex-direction: column; background: #fff; }
  .hero-media { position: relative; inset: auto; order: 2; height: 330px; margin-top: -55px; z-index: -2; }
  .hero-media img { object-position: 68% center; }
  .hero::after { background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.98) 48%, rgba(255,255,255,.72) 67%, transparent 92%); }
  .hero-grid { inset: 0; opacity: .2; }
  .hero-inner { order: 1; display: block; padding: 62px 0 0; }
  .hero-copy { width: 100%; }
  .eyebrow { margin-bottom: 14px; font-size: 11px; }
  .hero h1 { font-size: clamp(39px, 11vw, 52px); }
  .hero-description { margin: 21px 0 27px; font-size: 15px; line-height: 1.9; text-align: left; }
  .hero-actions { gap: 11px; }
  .button { min-width: 137px; height: 44px; padding: 0 16px; }
  .credentials { padding: 47px 0 52px; }
  .credential-heading h2 { font-size: 30px; }
  .credential-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .credential-item { min-height: 132px; padding: 17px 14px; }
  .credential-item:last-child { grid-column: 1 / -1; }
  .credential-item strong { font-size: 14px; }
  .credential-item small { font-size: 11px; }
  .credential-icon { width: 42px; height: 42px; }
  .credential-icon svg { width: 23px; height: 23px; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2, .strength-heading h2, .partner-heading h2, .contact-copy h2 { font-size: 29px; }
  .section-heading > span { line-height: 1.7; }
  .business-card { display: block; padding: 28px 24px 0; }
  .business-card h3 { font-size: 23px; }
  .business-card > p { font-size: 15px; }
  .business-card ul { font-size: 13px; }
  .business-card figure { height: 205px; min-height: 0; margin: 0 -24px; border-top: 1px solid #e6eef8; border-left: 0; }
  .business-card > p { min-height: 0; }
  .strength { padding: 67px 0 72px; }
  .strength-heading { align-items: flex-start; }
  .strength-heading > span { display: none; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 8px; }
  .stat-item:last-child { grid-column: 1 / -1; }
  .stat-item div { width: 120px; height: 100px; }
  .stat-item strong { font-size: 42px; }
  .product-card { display: block; }
  .product-card > figure { height: 235px; min-height: 0; }
  .product-body h3 { font-size: 21px; }
  .product-body p { font-size: 15px; }
  .product-body h3, .product-body p { min-height: 0; }
  .case-grid { grid-template-columns: 1fr; }
  .case-card > img { height: 220px; }
  .case-card h3 { min-height: 0; }
  .partner-heading { align-items: flex-start; }
  .partner-heading > span { display: none; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); gap: 11px; }
  .partner-grid figure { height: 90px; padding: 16px; }
  .partner-grid img { max-height: 58px; }
  .contact { padding: 60px 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .contact address a { width: 100%; }
  .contact-follow { grid-template-columns: 1fr; gap: 22px; padding: 24px; }
  .contact-follow h3 { margin-top: 18px; font-size: 21px; }
  .follow-qr-group { width: 100%; grid-template-columns: 1fr 1fr; gap: 10px; }
  .follow-qr { width: 100%; grid-template-columns: 112px; justify-items: center; padding: 11px 8px 12px; }
  .follow-qr img { width: 112px; height: 112px; }
  .follow-qr strong, .follow-qr span { text-align: center; }
  .footer-inner { flex-direction: column; align-items: flex-start; justify-content: center; min-height: 130px; padding-block: 24px; }
  .footer-inner p { text-align: left; line-height: 1.8; }
}

@media (max-width: 420px) {
  .container { width: min(calc(100% - 26px), var(--container)); }
  .brand { gap: 8px; }
  .brand img { width: 36px; height: 36px; }
  .brand-copy strong { max-width: 214px; font-size: 13px; }
  .hero-inner { padding-top: 50px; }
  .hero-media { height: 290px; margin-top: -42px; }
  .hero-actions .button { flex: 1; min-width: 0; font-size: 13px; }
  .credential-item { gap: 10px; }
  .credential-icon { width: 40px; height: 40px; }
  .credential-icon svg { width: 22px; height: 22px; }
}

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