/*
Theme Name: Hongxin Semiconductor Materials
Theme URI: https://hxbdtcl.com
Author: Hongxin Semiconductor Materials
Description: Bilingual corporate theme for semiconductor process tapes and functional films.
Version: 1.1.2
Text Domain: hongxin-materials
*/

:root {
  --hx-ink: #071b3c;
  --hx-navy: #082f6b;
  --hx-blue: #075df5;
  --hx-cyan: #3ea7ff;
  --hx-pale: #edf5ff;
  --hx-line: #dbe7f5;
  --hx-muted: #586a83;
  --hx-white: #ffffff;
  --hx-shadow: 0 24px 70px rgba(7, 31, 73, 0.12);
  --hx-radius: 28px;
  --hx-font: "Avenir Next", "Noto Sans SC", "PingFang SC", sans-serif;
  --hx-serif: "Iowan Old Style", "Songti SC", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--hx-ink);
  background: #fff;
  font-family: var(--hx-font);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.section--soft { background: linear-gradient(180deg, #f7faff 0%, #eef5ff 100%); }
.section--dark { color: #fff; background: var(--hx-ink); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--hx-blue);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.section-title {
  max-width: 780px;
  margin: 0;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -.035em;
  font-weight: 650;
}
.section-intro { max-width: 690px; margin: 22px 0 0; color: var(--hx-muted); font-size: 18px; }
.section--dark .section-intro { color: #b9c8dd; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 84px;
  display: flex;
  align-items: center;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(7,43,94,.08);
  backdrop-filter: blur(18px);
}
.header-inner { width: min(1320px, calc(100% - 40px)); margin: auto; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; min-width: 240px; }
.brand-mark { width: 42px; height: 42px; object-fit: contain; }
.brand-copy { line-height: 1.05; }
.brand-copy strong { display: block; color: var(--hx-navy); font-size: 17px; letter-spacing: .08em; }
.brand-copy span { display: block; margin-top: 5px; color: #667b97; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a { position: relative; color: #263f60; font-size: 14px; font-weight: 650; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -11px; height: 2px; background: var(--hx-blue); transition: right .25s ease; }
.primary-nav a:hover::after, .primary-nav a.is-active::after { right: 0; }
.lang-switch { display: inline-flex; align-items: center; gap: 7px; padding: 9px 13px; color: var(--hx-navy); border: 1px solid var(--hx-line); border-radius: 999px; font-size: 12px; font-weight: 750; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--hx-ink); transition: .2s ease; }

.hero { position: relative; min-height: 760px; overflow: hidden; background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 48%, #fff 100%); }
.hero::before { content: ""; position: absolute; width: 660px; height: 660px; right: -220px; top: -180px; border: 1px solid rgba(7,93,245,.14); border-radius: 50%; box-shadow: 0 0 0 90px rgba(7,93,245,.025), 0 0 0 180px rgba(7,93,245,.018); }
.hero-grid { min-height: 760px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; padding: 78px 0 82px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 5.6vw, 76px); line-height: .99; letter-spacing: -.052em; font-weight: 620; }
.hero h1 em { color: var(--hx-blue); font-family: var(--hx-serif); font-weight: 500; }
.hero-lead { max-width: 690px; margin: 28px 0 0; color: #4d627e; font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: var(--hx-blue); box-shadow: 0 15px 35px rgba(7,93,245,.24); }
.button--ghost { color: var(--hx-navy); background: rgba(255,255,255,.72); border-color: #bcd2ef; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 42px; color: #536a88; font-size: 13px; }
.hero-trust span { display: inline-flex; align-items: center; gap: 9px; }
.hero-trust i { width: 8px; height: 8px; background: var(--hx-cyan); border-radius: 50%; box-shadow: 0 0 0 6px rgba(62,167,255,.13); }
.hero-visual { position: relative; min-height: 580px; display: grid; place-items: center; }
.hero-card { position: relative; width: min(440px, 100%); aspect-ratio: .78; overflow: hidden; border-radius: 220px 220px 40px 40px; background: linear-gradient(180deg,#dcecff,#f9fbff); box-shadow: var(--hx-shadow); }
.hero-card img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.hero-note { position: absolute; left: -50px; bottom: 56px; width: 225px; padding: 20px 22px; background: rgba(255,255,255,.92); border: 1px solid #fff; box-shadow: 0 18px 42px rgba(8,47,107,.16); backdrop-filter: blur(16px); }
.hero-note strong { display: block; color: var(--hx-blue); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.hero-note span { display: block; margin-top: 8px; font-size: 15px; line-height: 1.45; font-weight: 650; }

.capabilities { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 62px; border-top: 1px solid var(--hx-line); border-bottom: 1px solid var(--hx-line); }
.capability { padding: 34px 38px; border-right: 1px solid var(--hx-line); }
.capability:last-child { border-right: 0; }
.capability-index { color: var(--hx-blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.capability h3 { margin: 42px 0 12px; font-size: 22px; line-height: 1.25; }
.capability p { margin: 0; color: var(--hx-muted); font-size: 14px; }

.process-rail { position: relative; display: grid; grid-template-columns: repeat(5,1fr); gap: 0; margin-top: 64px; }
.process-rail::before { content: ""; position: absolute; top: 28px; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg, var(--hx-blue), var(--hx-cyan)); }
.process-step { position: relative; text-align: center; padding: 0 16px; }
.process-step b { position: relative; z-index: 1; display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 20px; color: var(--hx-blue); background: #fff; border: 1px solid #bcd6f7; border-radius: 50%; box-shadow: 0 0 0 9px #f5f9ff; }
.process-step strong { display: block; font-size: 15px; }
.process-step span { display: block; margin-top: 6px; color: var(--hx-muted); font-size: 12px; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 58px; }
.product-card { position: relative; min-height: 420px; overflow: hidden; background: #fff; border: 1px solid var(--hx-line); transition: transform .3s ease, box-shadow .3s ease; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--hx-shadow); }
.product-card-media { height: 230px; display: grid; place-items: center; padding: 20px; background: radial-gradient(circle at 50% 45%,#fff 0,#f4f8fc 65%,#e7f0fa 100%); }
.product-card-media img { width: 78%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.product-card-copy { padding: 28px 30px 32px; }
.series { color: var(--hx-blue); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.product-card h3 { margin: 8px 0 8px; font-size: 21px; line-height: 1.28; }
.product-card p { margin: 0; color: var(--hx-muted); font-size: 14px; }

.feature-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; margin-top: 66px; }
.feature-media { position: relative; min-height: 500px; overflow: hidden; border-radius: var(--hx-radius); background: #dfeafb; }
.feature-media img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.feature-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(7,27,60,.42)); }
.solution-list { display: grid; gap: 6px; }
.solution-item { display: grid; grid-template-columns: 46px 1fr auto; gap: 16px; align-items: center; padding: 19px 0; border-bottom: 1px solid #dbe7f5; }
.solution-item b { color: var(--hx-blue); font-size: 12px; }
.solution-item strong { font-size: 16px; }
.solution-item span { color: var(--hx-muted); font-size: 13px; }

.about-band { position: relative; overflow: hidden; }
.about-band::after { content: "HX"; position: absolute; right: -30px; bottom: -170px; color: rgba(255,255,255,.035); font-size: 430px; line-height: 1; font-weight: 800; letter-spacing: -.12em; }
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.about-copy p { color: #c0cde0; font-size: 17px; }
.stats { display: grid; grid-template-columns: 1fr 1fr; border-left: 1px solid rgba(255,255,255,.15); border-top: 1px solid rgba(255,255,255,.15); }
.stat { min-height: 180px; padding: 34px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.stat strong { display: block; color: #fff; font-size: 30px; line-height: 1.2; }
.stat span { display: block; margin-top: 13px; color: #92a8c6; font-size: 13px; }

.cta { position: relative; overflow: hidden; margin: 0; padding: 92px 0; color: #fff; background: linear-gradient(115deg,#075df5,#063883); }
.cta::before { content: ""; position: absolute; width: 440px; height: 440px; right: 4%; top: -220px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.04),0 0 0 140px rgba(255,255,255,.025); }
.cta-inner { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.cta h2 { max-width: 750px; margin: 0; font-size: clamp(38px,5vw,64px); line-height: 1.08; letter-spacing: -.035em; }
.cta .button { flex: 0 0 auto; color: var(--hx-navy); background: #fff; }

.page-hero { padding: 118px 0 82px; background: linear-gradient(130deg,#f8fbff,#eaf3ff); border-bottom: 1px solid var(--hx-line); }
.page-hero h1 { max-width: 900px; margin: 0; font-size: clamp(48px,7vw,78px); line-height: 1; letter-spacing: -.05em; }
.page-hero p { max-width: 690px; margin: 26px 0 0; color: var(--hx-muted); font-size: 19px; }
.detail-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; margin-top: 54px; }
.detail-card { padding: 34px; border: 1px solid var(--hx-line); background: #fff; }
.detail-card .tag { color: var(--hx-blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.detail-card h2 { margin: 11px 0 12px; font-size: 25px; }
.detail-card p, .detail-card li { color: var(--hx-muted); font-size: 15px; }
.detail-card ul { margin: 18px 0 0; padding-left: 20px; }
.content-split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.content-split h2 { position: sticky; top: 130px; margin: 0; font-size: clamp(38px,5vw,62px); line-height: 1.08; }
.prose h3 { margin: 42px 0 12px; font-size: 25px; }
.prose h3:first-child { margin-top: 0; }
.prose p { color: var(--hx-muted); font-size: 17px; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.contact-card { padding: 32px; background: var(--hx-ink); color: #fff; }
.contact-card p { color: #aec0d8; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { color: #304866; font-size: 13px; font-weight: 700; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #c9d9ec; border-radius: 3px; padding: 13px 14px; color: var(--hx-ink); background: #fff; }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 2px solid rgba(7,93,245,.22); border-color: var(--hx-blue); }
.form-status { grid-column: 1/-1; padding: 13px 16px; background: #eaf8ee; color: #176536; }
.honeypot { position: absolute !important; left: -9999px !important; }

.site-footer { padding: 70px 0 26px; color: #c4d0e0; background: #05152e; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 70px; }
.footer-brand p { max-width: 370px; color: #8ea2be; font-size: 14px; }
.footer-title { color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 11px; margin-top: 18px; }
.footer-links a { color: #91a7c3; font-size: 13px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 58px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); color: #6f86a4; font-size: 12px; }

.reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 980px) {
  body.admin-bar .site-header { top: 46px; }
  .primary-nav { position: fixed; inset: 84px 0 auto; display: none; padding: 28px 24px; background: #fff; border-top: 1px solid var(--hx-line); box-shadow: 0 30px 50px rgba(7,27,60,.12); }
  .primary-nav.is-open { display: grid; gap: 20px; }
  .menu-toggle { display: block; }
  .lang-switch { margin-left: auto; }
  .hero-grid, .feature-panel, .about-grid, .content-split, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 25px; padding-top: 70px; }
  .hero-visual { min-height: 520px; }
  .hero-note { left: 0; }
  .capabilities { grid-template-columns: 1fr; }
  .capability { border-right: 0; border-bottom: 1px solid var(--hx-line); }
  .capability:last-child { border-bottom: 0; }
  .process-rail { grid-template-columns: 1fr; gap: 22px; }
  .process-rail::before { top: 0; bottom: 0; left: 28px; right: auto; width: 1px; height: auto; }
  .process-step { display: grid; grid-template-columns: 58px 1fr; gap: 20px; text-align: left; }
  .process-step b { grid-row: 1 / span 2; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .content-split h2 { position: static; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 32px), 1180px); }
  .section { padding: 78px 0; }
  .site-header { height: 72px; }
  .brand { min-width: 0; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy span { display: none; }
  .lang-switch { padding: 7px 9px; }
  .primary-nav { inset-block-start: 72px; }
  .hero, .hero-grid { min-height: auto; }
  .hero h1 { font-size: clamp(44px,14vw,62px); }
  .hero-lead { font-size: 17px; }
  .hero-visual { min-height: 440px; }
  .hero-card { width: 82%; }
  .hero-note { width: 200px; left: 0; bottom: 20px; }
  .hero-trust { display: grid; gap: 14px; }
  .capability { padding: 28px 10px; }
  .capability h3 { margin-top: 22px; }
  .product-grid, .detail-grid, .stats { grid-template-columns: 1fr; }
  .feature-panel { gap: 35px; }
  .feature-media, .feature-media img { min-height: 330px; }
  .about-grid { gap: 52px; }
  .cta-inner { align-items: start; flex-direction: column; }
  .contact-form { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { display: grid; }
}

/* Reference-led corporate homepage */
.home-hero {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: #edf4fb;
}
.home-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% 50%;
}
.home-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(249,252,255,.99) 0%, rgba(249,252,255,.94) 34%, rgba(249,252,255,.52) 52%, rgba(249,252,255,.04) 78%),
    linear-gradient(0deg, rgba(5,34,79,.13), transparent 35%);
}
.home-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 600px;
  display: flex;
  align-items: center;
  padding-top: 38px;
  padding-bottom: 70px;
}
.home-hero__copy { width: min(610px, 54%); }
.home-kicker {
  display: block;
  margin-bottom: 18px;
  color: #1e5db8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}
.home-hero h1 {
  margin: 0;
  max-width: 640px;
  color: #071731;
  font-size: clamp(39px, 4.2vw, 62px);
  line-height: 1.2;
  letter-spacing: -.035em;
  font-weight: 720;
}
.home-hero__copy p {
  max-width: 540px;
  margin: 24px 0 0;
  color: #425674;
  font-size: 17px;
  line-height: 1.9;
}
.home-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-width: 176px;
  min-height: 48px;
  margin-top: 28px;
  padding: 0 19px;
  color: #fff;
  background: linear-gradient(90deg, #073b8c, #075bca);
  border-radius: 2px;
  font-size: 13px;
  font-weight: 720;
  box-shadow: 0 12px 30px rgba(5,67,151,.19);
  transition: transform .25s ease, box-shadow .25s ease;
}
.home-link-button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(5,67,151,.27); }
.home-hero__index {
  position: absolute;
  left: 0;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #6c80a0;
  font-size: 11px;
}
.home-hero__index b { color: #0c56b7; }
.home-hero__index span { width: 82px; height: 1px; background: linear-gradient(90deg,#0c56b7 45%,#c9d5e5 45%); }
.home-hero__index i { font-style: normal; }

.home-section { padding: 70px 0; background: #fff; }
.home-section[id],
.home-technology[id] { scroll-margin-top: 132px; }
.home-section--products { padding-top: 30px; }
.home-section--news { background: #f7f9fc; border-top: 1px solid #e9eef5; }
.home-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}
.home-section__head h2 {
  margin: 0;
  color: #071731;
  font-size: clamp(25px, 2.3vw, 34px);
  line-height: 1.2;
  letter-spacing: -.025em;
}
.home-section__head a {
  flex: 0 0 auto;
  color: #0754b8;
  font-size: 12px;
  font-weight: 720;
}
.home-section__head a span { margin-left: 12px; font-size: 17px; }

.home-solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.home-solution-card,
.home-application-card {
  position: relative;
  display: block;
  overflow: hidden;
  background: #e8eff8;
}
.home-solution-card { height: 236px; }
.home-solution-card img,
.home-application-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.8,.2,1);
}
.home-solution-card:nth-child(2) img { object-position: 55% 45%; transform: scale(1.05); }
.home-solution-card:nth-child(3) img { object-position: 58% 50%; }
.home-solution-card:hover img,
.home-application-card:hover img { transform: scale(1.045); }
.home-solution-card:nth-child(2):hover img { transform: scale(1.095); }
.home-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3,24,55,.69), rgba(3,24,55,.02) 66%);
}
.home-solution-card__copy,
.home-application-card__copy {
  position: absolute;
  z-index: 1;
  inset: auto 22px 17px;
  color: #fff;
}
.home-solution-card__copy strong,
.home-application-card__copy strong {
  display: block;
  padding-right: 32px;
  font-size: 16px;
  line-height: 1.3;
}
.home-solution-card__copy small,
.home-application-card__copy small {
  display: block;
  margin-top: 3px;
  color: rgba(255,255,255,.79);
  font-size: 9px;
  letter-spacing: .045em;
}
.home-solution-card__copy i,
.home-application-card__copy i {
  position: absolute;
  right: 0;
  bottom: 3px;
  font-size: 18px;
  font-style: normal;
}

.home-product-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.home-product-card {
  min-width: 0;
  overflow: hidden;
  background: #f6f8fb;
  border: 1px solid transparent;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.home-product-card:hover {
  transform: translateY(-5px);
  border-color: #dce6f3;
  box-shadow: 0 16px 34px rgba(5,34,79,.11);
}
.home-product-card__media {
  height: 166px;
  display: grid;
  place-items: center;
  padding: 16px 12px 4px;
  background: radial-gradient(circle at 50% 42%,#fff 0,#f3f6fa 62%,#eaf0f6 100%);
}
.home-product-card__media img {
  width: 92%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.home-product-card__copy { position: relative; min-height: 84px; padding: 12px 14px 16px; }
.home-product-card__copy strong { display: block; padding-right: 18px; font-size: 13px; line-height: 1.35; }
.home-product-card__copy small { display: block; margin-top: 4px; color: #6d7d93; font-size: 9px; }
.home-product-card__copy span { position: absolute; left: 14px; bottom: 3px; color: #075bd1; font-size: 15px; }

.home-technology { padding: 24px 0 70px; background: #fff; }
.home-technology__panel {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  background: #eaf2fb;
}
.home-technology__panel > img {
  position: absolute;
  inset: 0 0 0 auto;
  width: 62%;
  height: 100%;
  object-fit: cover;
  object-position: 53% 50%;
  filter: saturate(.82) contrast(.95);
}
.home-technology__wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,#f4f8fd 0%,#f4f8fd 38%,rgba(244,248,253,.82) 52%,rgba(244,248,253,.08) 78%);
}
.home-technology__copy {
  position: relative;
  z-index: 1;
  width: 47%;
  padding: 54px 0 96px 42px;
}
.home-technology__copy h2 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(27px,3vw,42px);
  line-height: 1.2;
  letter-spacing: -.03em;
}
.home-technology__copy p { max-width: 470px; margin: 18px 0 0; color: #52657e; font-size: 14px; }
.home-technology__points {
  position: absolute;
  z-index: 2;
  left: 23%;
  right: 3%;
  bottom: 22px;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  background: rgba(248,251,255,.9);
  border-top: 1px solid rgba(9,69,146,.14);
  backdrop-filter: blur(13px);
}
.home-technology__points div { min-height: 80px; padding: 14px 16px; border-right: 1px solid rgba(9,69,146,.11); }
.home-technology__points div:last-child { border-right: 0; }
.home-technology__points b { display: block; color: #1262c6; font-size: 9px; }
.home-technology__points strong { display: block; margin-top: 5px; font-size: 12px; line-height: 1.25; }
.home-technology__points small { display: block; margin-top: 4px; color: #70819a; font-size: 8px; line-height: 1.35; }

.home-application-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.home-application-card { height: 230px; }
.home-application-card:nth-child(1) img { object-position: 28% 50%; }
.home-application-card:nth-child(2) img { transform: scale(1.2); }
.home-application-card:nth-child(2):hover img { transform: scale(1.26); }
.home-application-card:nth-child(3) img { object-position: 50% 55%; }
.home-application-card:nth-child(4) img { transform: scale(1.16); }
.home-application-card:nth-child(4):hover img { transform: scale(1.21); }
.home-application-card:nth-child(5) img { object-position: 52% 47%; }

.home-news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.home-news-card {
  min-height: 128px;
  display: grid;
  grid-template-columns: 38% 1fr;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5ebf3;
  transition: transform .25s ease, box-shadow .25s ease;
}
.home-news-card:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(6,36,81,.09); }
.home-news-card > img { width: 100%; height: 100%; min-height: 128px; object-fit: cover; }
.home-news-card__copy { position: relative; padding: 16px 18px 22px; }
.home-news-card__copy small { color: #1262c6; font-size: 9px; font-weight: 750; }
.home-news-card__copy time { float: right; color: #8a98aa; font-size: 9px; }
.home-news-card__copy strong { display: block; margin-top: 9px; font-size: 13px; line-height: 1.45; }
.home-news-card__copy i { position: absolute; left: 18px; bottom: 4px; color: #075bd1; font-size: 14px; font-style: normal; }

@media (max-width: 980px) {
  .home-hero, .home-hero__inner { min-height: 560px; }
  .home-hero__copy { width: min(610px,70%); }
  .home-hero__veil { background: linear-gradient(90deg,rgba(249,252,255,.99),rgba(249,252,255,.91) 47%,rgba(249,252,255,.25) 82%); }
  .home-product-grid { grid-template-columns: repeat(3,1fr); }
  .home-application-grid { grid-template-columns: repeat(3,1fr); }
  .home-technology__copy { width: 62%; }
  .home-technology__points { left: 4%; }
}

@media (max-width: 680px) {
  .home-hero, .home-hero__inner { min-height: 610px; }
  .home-hero__image { object-position: 35% 50%; }
  .home-hero__veil { background: linear-gradient(180deg,rgba(249,252,255,.97) 0%,rgba(249,252,255,.9) 52%,rgba(249,252,255,.35) 100%); }
  .home-hero__inner { align-items: flex-start; padding-top: 66px; }
  .home-hero__copy { width: 100%; }
  .home-hero h1 { font-size: clamp(35px,10.6vw,50px); line-height: 1.18; }
  .home-hero__copy p { font-size: 15px; line-height: 1.75; }
  .home-hero__index { left: 16px; }
  .home-section { padding: 54px 0; }
  .home-section--products { padding-top: 4px; }
  .home-section__head { align-items: flex-end; }
  .home-section__head h2 { font-size: 25px; }
  .home-section__head a { font-size: 10px; }
  .home-solution-grid { grid-template-columns: 1fr; gap: 14px; }
  .home-solution-card { height: 205px; }
  .home-product-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .home-product-card__media { height: 145px; }
  .home-product-card__copy { min-height: 82px; }
  .home-technology { padding: 0 0 54px; }
  .home-technology__panel { min-height: 610px; }
  .home-technology__panel > img { width: 100%; height: 52%; inset: auto 0 0; }
  .home-technology__wash { background: linear-gradient(180deg,#f4f8fd 0%,#f4f8fd 50%,rgba(244,248,253,.5) 75%,rgba(244,248,253,.08)); }
  .home-technology__copy { width: 100%; padding: 38px 26px 0; }
  .home-technology__copy h2 { font-size: 29px; }
  .home-technology__points { left: 18px; right: 18px; bottom: 16px; grid-template-columns: repeat(2,1fr); }
  .home-technology__points div { min-height: 68px; }
  .home-technology__points div:nth-child(2n) { border-right: 0; }
  .home-technology__points div:last-child { grid-column: 1 / -1; }
  .home-application-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .home-application-card { height: 205px; }
  .home-application-card:last-child { grid-column: 1 / -1; }
  .home-news-grid { grid-template-columns: 1fr; gap: 12px; }
}
